diff options
Diffstat (limited to '')
1271 files changed, 6801 insertions, 8409 deletions
diff --git a/Mk/Scripts/check_have_symbols.sh b/Mk/Scripts/check_have_symbols.sh index ee3095dabf74..652c975109dd 100644 --- a/Mk/Scripts/check_have_symbols.sh +++ b/Mk/Scripts/check_have_symbols.sh @@ -1,7 +1,6 @@ #!/bin/sh set -eu -set -o pipefail # the 3 implementations of readelf we can use have different output, but they all have a similarity # for the .gnu.version_d section they all have the symbol version in last element of their output diff --git a/Mk/Uses/cargo.mk b/Mk/Uses/cargo.mk index 19b0ac1e294e..f5325f39afdb 100644 --- a/Mk/Uses/cargo.mk +++ b/Mk/Uses/cargo.mk @@ -97,7 +97,7 @@ WRKSRC_crate_${_crate}= ${WRKDIR}/${_wrksrc} CARGO_BUILDDEP?= yes . if ${CARGO_BUILDDEP:tl} == "yes" -BUILD_DEPENDS+= ${RUST_DEFAULT}>=1.87.0:lang/${RUST_DEFAULT} +BUILD_DEPENDS+= ${RUST_DEFAULT}>=1.88.0:lang/${RUST_DEFAULT} . elif ${CARGO_BUILDDEP:tl} == "any-version" BUILD_DEPENDS+= ${RUST_DEFAULT}>=0:lang/${RUST_DEFAULT} . endif diff --git a/Mk/Uses/kde.mk b/Mk/Uses/kde.mk index b7e3e647778c..f46b29b8c151 100644 --- a/Mk/Uses/kde.mk +++ b/Mk/Uses/kde.mk @@ -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.04.2 -KDE_APPLICATIONS6_SHLIB_VER?= 6.4.2 +KDE_APPLICATIONS6_VERSION?= 25.04.3 +KDE_APPLICATIONS6_SHLIB_VER?= 6.4.3 # 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/mlt.mk b/Mk/Uses/mlt.mk index da70a759d558..2cf044dcad0a 100644 --- a/Mk/Uses/mlt.mk +++ b/Mk/Uses/mlt.mk @@ -37,7 +37,7 @@ _MLT_NODEPEND= yes . endif # Library dependencies -_MLT7_VERSION= 7.30.0 +_MLT7_VERSION= 7.32.0 _MLT7_PORTNAME= mlt7 _MLT7_LIB= libmlt-7.so _MLT7_MELT= ${LOCALBASE}/bin/melt-7 diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk index 85e3a8900654..fd1813ab8662 100644 --- a/Mk/bsd.gecko.mk +++ b/Mk/bsd.gecko.mk @@ -77,7 +77,7 @@ ELF_FEATURES+= +wxneeded:dist/bin/${MOZILLA} +wxneeded:dist/bin/${MOZILLA}-bin BUNDLE_LIBS= yes BUILD_DEPENDS+= rust-cbindgen>=0.28.0:devel/rust-cbindgen \ - ${RUST_DEFAULT}>=1.87.0:lang/${RUST_DEFAULT} \ + ${RUST_DEFAULT}>=1.88.0:lang/${RUST_DEFAULT} \ node:www/node LIB_DEPENDS+= libdrm.so:graphics/libdrm RUN_DEPENDS+= ${LOCALBASE}/lib/libpci.so:devel/libpci diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index dc71c82235bc..4553edb0072c 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1203,14 +1203,6 @@ _OSVERSION_MAJOR= ${OSVERSION:C/([0-9]?[0-9])([0-9][0-9])[0-9]{3}/\1/} . if !defined(_PKG_VERSION) _PKG_VERSION!= ${PKG_BIN} -v . endif -# XXX hack for smooth transition towards pkg 1.17 -_PKG_BEFORE_PKGEXT!= ${PKG_BIN} version -t ${_PKG_VERSION:C/-.*//g} 1.17.0 -. if ${_PKG_BEFORE_PKGEXT} == "<" -_PKG_TRANSITIONING_TO_NEW_EXT= yes -_EXPORTED_VARS+= _PKG_TRANSITIONING_TO_NEW_EXT -WARNING+= "It is strongly recommended to upgrade to a newer version of pkg first" -. endif -# XXX End of hack _PKG_STATUS!= ${PKG_VERSION} -t ${_PKG_VERSION:C/-.*//g} ${MINIMAL_PKG_VERSION} . if ${_PKG_STATUS} == "<" IGNORE= pkg(8) must be version ${MINIMAL_PKG_VERSION} or greater, but you have ${_PKG_VERSION}. You must upgrade the ${PKG_ORIGIN} port first @@ -2208,20 +2200,11 @@ TMPPLIST?= ${WRKDIR}/.PLIST.mktmp _PLIST?= ${WRKDIR}/.PLIST # backward compatibility for users -. if defined(_PKG_TRANSITIONING_TO_NEW_EXT) -. if defined(PKG_NOCOMPRESS) -PKG_SUFX?= .tar -. else -PKG_SUFX?= .txz -. endif -PKG_COMPRESSION_FORMAT?= ${PKG_SUFX:S/.//} -. else -. if defined(PKG_SUFX) +. if defined(PKG_SUFX) PKG_COMPRESSION_FORMAT?= ${PKG_SUFX:S/.//} WARNING+= "PKG_SUFX is defined, it should be replaced with PKG_COMPRESSION_FORMAT" -. endif -PKG_SUFX= .pkg . endif +PKG_SUFX= .pkg . if defined(PKG_NOCOMPRESS) PKG_COMPRESSION_FORMAT?= tar . else @@ -3456,18 +3439,6 @@ _EXTRA_PACKAGE_TARGET_DEP+= ${PKGLATESTFILE} ${PKGLATESTFILE}: ${PKGFILE} ${PKGLATESTREPOSITORY} ${INSTALL} -l rs ${PKGFILE} ${PKGLATESTFILE} -. if !defined(_PKG_TRANSITIONING_TO_NEW_EXT) && ${PKG_COMPRESSION_FORMAT} == txz -_EXTRA_PACKAGE_TARGET_DEP+= ${PKGOLDLATESTFILE} ${PKGOLDSIGFILE} - -${PKGOLDLATESTFILE}: ${PKGFILE} ${PKGLATESTREPOSITORY} - ${INSTALL} -l rs ${PKGFILE} ${PKGOLDLATESTFILE} - -# Temporary workaround to be deleted once every supported version of FreeBSD -# have a bootstrap which handles the pkg extension. - -${PKGOLDSIGFILE}: ${PKGLATESTREPOSITORY} - ${INSTALL} -l rs pkg.pkg.sig ${PKGOLDSIGFILE} -. endif . endif . endif diff --git a/accessibility/kmag/distinfo b/accessibility/kmag/distinfo index 28b5f16874d7..fe650a08519d 100644 --- a/accessibility/kmag/distinfo +++ b/accessibility/kmag/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036225 -SHA256 (KDE/release-service/25.04.2/kmag-25.04.2.tar.xz) = 1af6c5d1b093bac1685861333c093eaf351c47f7ba3c34b7ef98feba4fab61f9 -SIZE (KDE/release-service/25.04.2/kmag-25.04.2.tar.xz) = 680296 +TIMESTAMP = 1751381183 +SHA256 (KDE/release-service/25.04.3/kmag-25.04.3.tar.xz) = 08a59f3805749c9488c6da3cc8479849be589fa468438dc811fec0e6db9f06c3 +SIZE (KDE/release-service/25.04.3/kmag-25.04.3.tar.xz) = 680336 diff --git a/accessibility/kmousetool/distinfo b/accessibility/kmousetool/distinfo index 53864412dcce..aea5bfe2904f 100644 --- a/accessibility/kmousetool/distinfo +++ b/accessibility/kmousetool/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036228 -SHA256 (KDE/release-service/25.04.2/kmousetool-25.04.2.tar.xz) = 43c4cdcba1760cdedab0939c740f017dff98350af514f2af933775df4585aca4 -SIZE (KDE/release-service/25.04.2/kmousetool-25.04.2.tar.xz) = 135520 +TIMESTAMP = 1751381185 +SHA256 (KDE/release-service/25.04.3/kmousetool-25.04.3.tar.xz) = ac1b64c8574820125f2c1a588933d644cda408a0877b8ac66d507d9204e7ea7c +SIZE (KDE/release-service/25.04.3/kmousetool-25.04.3.tar.xz) = 135516 diff --git a/accessibility/kmouth/distinfo b/accessibility/kmouth/distinfo index d1283def82fc..dfa82d6199bd 100644 --- a/accessibility/kmouth/distinfo +++ b/accessibility/kmouth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036230 -SHA256 (KDE/release-service/25.04.2/kmouth-25.04.2.tar.xz) = dc3de4d4a24ed352c54882cfae0416359ad8e35ba7163ef3d2aa4bfb82bc8e57 -SIZE (KDE/release-service/25.04.2/kmouth-25.04.2.tar.xz) = 1945196 +TIMESTAMP = 1751381187 +SHA256 (KDE/release-service/25.04.3/kmouth-25.04.3.tar.xz) = 2bdc0f49087176614cd98324122752b366287e402323ff1d75aeaca7f748d063 +SIZE (KDE/release-service/25.04.3/kmouth-25.04.3.tar.xz) = 1945180 diff --git a/accessibility/sctd/Makefile b/accessibility/sctd/Makefile index 777ba250733a..d5f1bf85e249 100644 --- a/accessibility/sctd/Makefile +++ b/accessibility/sctd/Makefile @@ -1,6 +1,6 @@ PORTNAME= sctd DISTVERSION= 0.2.0 -PORTREVISION= 41 +PORTREVISION= 42 CATEGORIES= accessibility MAINTAINER= 0mp@FreeBSD.org diff --git a/accessibility/wl-gammarelay-rs/Makefile b/accessibility/wl-gammarelay-rs/Makefile index 540a999ccc54..8573f069723b 100644 --- a/accessibility/wl-gammarelay-rs/Makefile +++ b/accessibility/wl-gammarelay-rs/Makefile @@ -1,7 +1,7 @@ PORTNAME= wl-gammarelay-rs DISTVERSIONPREFIX= v DISTVERSION= 1.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= accessibility wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/archivers/ark/distinfo b/archivers/ark/distinfo index 45ed4e364613..edbd3a13613e 100644 --- a/archivers/ark/distinfo +++ b/archivers/ark/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036233 -SHA256 (KDE/release-service/25.04.2/ark-25.04.2.tar.xz) = 54a374c2f06ff65abe577865a7fc2521de70f10f438b399f81bbe3c0dd4be68a -SIZE (KDE/release-service/25.04.2/ark-25.04.2.tar.xz) = 3017300 +TIMESTAMP = 1751381190 +SHA256 (KDE/release-service/25.04.3/ark-25.04.3.tar.xz) = f93a428c88226d61e5a632e0660391189731f80adb574825108015a07bb1051c +SIZE (KDE/release-service/25.04.3/ark-25.04.3.tar.xz) = 3017176 diff --git a/archivers/ouch/Makefile b/archivers/ouch/Makefile index b9c576d551ef..138a18b4ae7c 100644 --- a/archivers/ouch/Makefile +++ b/archivers/ouch/Makefile @@ -1,6 +1,6 @@ PORTNAME= ouch DISTVERSION= 0.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers MAINTAINER= yuri@FreeBSD.org diff --git a/archivers/py-cramjam/Makefile b/archivers/py-cramjam/Makefile index 127cbedc0116..2848e2e56c6e 100644 --- a/archivers/py-cramjam/Makefile +++ b/archivers/py-cramjam/Makefile @@ -1,6 +1,6 @@ PORTNAME= cramjam PORTVERSION= 2.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/astro/kosmindoormap/distinfo b/astro/kosmindoormap/distinfo index 90814ed46403..e3c4549095b5 100644 --- a/astro/kosmindoormap/distinfo +++ b/astro/kosmindoormap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036235 -SHA256 (KDE/release-service/25.04.2/kosmindoormap-25.04.2.tar.xz) = 6a778b538126ad88a3d4e334b05259f4eea40ab07cf30fbe29733eaead59c3fc -SIZE (KDE/release-service/25.04.2/kosmindoormap-25.04.2.tar.xz) = 736444 +TIMESTAMP = 1751381192 +SHA256 (KDE/release-service/25.04.3/kosmindoormap-25.04.3.tar.xz) = 9ac040ce4339bc5e715de07137e79bcaea6ba459e3049a57ce27a750381422da +SIZE (KDE/release-service/25.04.3/kosmindoormap-25.04.3.tar.xz) = 736724 diff --git a/astro/marble/distinfo b/astro/marble/distinfo index b105b8ffbed3..353952b2b3d5 100644 --- a/astro/marble/distinfo +++ b/astro/marble/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036238 -SHA256 (KDE/release-service/25.04.2/marble-25.04.2.tar.xz) = 53bcb99c51b069f98f671dc3dac27351b33d1da5dd3e62cb0b607adb01d778ea -SIZE (KDE/release-service/25.04.2/marble-25.04.2.tar.xz) = 53777044 +TIMESTAMP = 1751381195 +SHA256 (KDE/release-service/25.04.3/marble-25.04.3.tar.xz) = 1c2fed2367dceb07b1898699f7bcecd5ad67e24d3a8ed56e17fba3792c52aa44 +SIZE (KDE/release-service/25.04.3/marble-25.04.3.tar.xz) = 53772960 diff --git a/audio/amberol/Makefile b/audio/amberol/Makefile index d8b18729cb6f..10766a4a3497 100644 --- a/audio/amberol/Makefile +++ b/audio/amberol/Makefile @@ -1,6 +1,6 @@ PORTNAME= amberol DISTVERSION= 2025.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org diff --git a/audio/audiocd-kio/distinfo b/audio/audiocd-kio/distinfo index f6b8a432a8f8..87088a845ad1 100644 --- a/audio/audiocd-kio/distinfo +++ b/audio/audiocd-kio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036240 -SHA256 (KDE/release-service/25.04.2/audiocd-kio-25.04.2.tar.xz) = 3d7b7cfb71ab93e9a8b9859f9d5376ebe192a92324a859ba61839825409c25cb -SIZE (KDE/release-service/25.04.2/audiocd-kio-25.04.2.tar.xz) = 583948 +TIMESTAMP = 1751381197 +SHA256 (KDE/release-service/25.04.3/audiocd-kio-25.04.3.tar.xz) = 446bf072506f847409fbe2712eed898f14d95be4caad4501cd04be83c4da7213 +SIZE (KDE/release-service/25.04.3/audiocd-kio-25.04.3.tar.xz) = 583988 diff --git a/audio/cheesecutter/Makefile b/audio/cheesecutter/Makefile index 79ec9488cb6a..c9a954a2baf1 100644 --- a/audio/cheesecutter/Makefile +++ b/audio/cheesecutter/Makefile @@ -2,7 +2,7 @@ PORTNAME= cheesecutter DISTVERSIONPREFIX= v DISTVERSION= 2.9-beta-3-25 DISTVERSIONSUFFIX= -gdbe9a9d -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MAINTAINER= ehaupt@FreeBSD.org diff --git a/audio/ebur128/Makefile b/audio/ebur128/Makefile index cf4e6f590bec..21622f81e589 100644 --- a/audio/ebur128/Makefile +++ b/audio/ebur128/Makefile @@ -1,6 +1,6 @@ PORTNAME= ebur128 DISTVERSION= 0.1.10 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MAINTAINER= diizzy@FreeBSD.org diff --git a/audio/elisa/distinfo b/audio/elisa/distinfo index 017ac8b4e4f7..3ac9dc561d71 100644 --- a/audio/elisa/distinfo +++ b/audio/elisa/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036242 -SHA256 (KDE/release-service/25.04.2/elisa-25.04.2.tar.xz) = e3d5e341e533e91969ee5f2015a1f81f8ec2b0b1b60102ea7c16882d36bfe750 -SIZE (KDE/release-service/25.04.2/elisa-25.04.2.tar.xz) = 1488520 +TIMESTAMP = 1751381200 +SHA256 (KDE/release-service/25.04.3/elisa-25.04.3.tar.xz) = 16e4e38a9e7dcf9b42441c66707d5bbb52aef5c95422d8ee04a4a21e7f157392 +SIZE (KDE/release-service/25.04.3/elisa-25.04.3.tar.xz) = 1488508 diff --git a/audio/gnome-metronome/Makefile b/audio/gnome-metronome/Makefile index a6aee491953b..37c9a971375c 100644 --- a/audio/gnome-metronome/Makefile +++ b/audio/gnome-metronome/Makefile @@ -1,6 +1,6 @@ PORTNAME= metronome DISTVERSION= 1.3.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= audio gnome PKGNAMEPREFIX= gnome- DIST_SUBDIR= gnome diff --git a/audio/gnome-podcasts/Makefile b/audio/gnome-podcasts/Makefile index 567000788469..4aaf06055ebd 100644 --- a/audio/gnome-podcasts/Makefile +++ b/audio/gnome-podcasts/Makefile @@ -1,6 +1,6 @@ PORTNAME= podcasts DISTVERSION= 0.7.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= audio PKGNAMEPREFIX= gnome- diff --git a/audio/juk/distinfo b/audio/juk/distinfo index 8eed38f9b3b3..32c5b7bc164b 100644 --- a/audio/juk/distinfo +++ b/audio/juk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036245 -SHA256 (KDE/release-service/25.04.2/juk-25.04.2.tar.xz) = e404d37b0ea44b9272035d7135124ffb6ce7052926c4ae365c157df245e0426e -SIZE (KDE/release-service/25.04.2/juk-25.04.2.tar.xz) = 1919208 +TIMESTAMP = 1751381202 +SHA256 (KDE/release-service/25.04.3/juk-25.04.3.tar.xz) = ec254988faedd3526db1e3476622083f02ac21000ff81e38672dd7b9979d1921 +SIZE (KDE/release-service/25.04.3/juk-25.04.3.tar.xz) = 1919264 diff --git a/audio/kmix/distinfo b/audio/kmix/distinfo index 567a7a440344..6fc239b1668c 100644 --- a/audio/kmix/distinfo +++ b/audio/kmix/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036247 -SHA256 (KDE/release-service/25.04.2/kmix-25.04.2.tar.xz) = 8674160a2aded6239cc2f665925a6efffbe3c26e1af92f9d83f15e8e5bc6cd0f -SIZE (KDE/release-service/25.04.2/kmix-25.04.2.tar.xz) = 1177344 +TIMESTAMP = 1751381205 +SHA256 (KDE/release-service/25.04.3/kmix-25.04.3.tar.xz) = 3d8eb02bb4c180b005e95b2ca5cb6a2b6326e78f539d83fd385051fbe682ebd2 +SIZE (KDE/release-service/25.04.3/kmix-25.04.3.tar.xz) = 1177372 diff --git a/audio/kwave/distinfo b/audio/kwave/distinfo index 63d505cd0a44..18977bc7035c 100644 --- a/audio/kwave/distinfo +++ b/audio/kwave/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036250 -SHA256 (KDE/release-service/25.04.2/kwave-25.04.2.tar.xz) = 1008bb46a0370d833dd6551d3c4db97ca39224d164f6de31ecc45e06d03dcd8e -SIZE (KDE/release-service/25.04.2/kwave-25.04.2.tar.xz) = 6519092 +TIMESTAMP = 1751381207 +SHA256 (KDE/release-service/25.04.3/kwave-25.04.3.tar.xz) = 01e18cdfaa296003d6b3ae1853aebd4371e18166f6a99fa899237f7ccb756e46 +SIZE (KDE/release-service/25.04.3/kwave-25.04.3.tar.xz) = 6519092 diff --git a/audio/lewton/Makefile b/audio/lewton/Makefile index fa13847f6e70..e9327cdaa822 100644 --- a/audio/lewton/Makefile +++ b/audio/lewton/Makefile @@ -1,6 +1,6 @@ PORTNAME= lewton DISTVERSION= 0.10.2 -PORTREVISION= 37 +PORTREVISION= 38 CATEGORIES= audio PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/audio/libdiscid/Makefile b/audio/libdiscid/Makefile index fd65ff8e1424..79d64fa9e3c8 100644 --- a/audio/libdiscid/Makefile +++ b/audio/libdiscid/Makefile @@ -1,14 +1,10 @@ PORTNAME= libdiscid -PORTVERSION= 0.6.4 -PORTREVISION= 1 +PORTVERSION= 0.6.5 CATEGORIES= audio MASTER_SITES= https://github.com/metabrainz/${PORTNAME}/releases/download/v${PORTVERSION}/ \ http://ftp.osuosl.org/pub/musicbrainz/${PORTNAME}/ \ http://ftp.eu.metabrainz.org/pub/musicbrainz/${PORTNAME}/ -PATCH_SITES= https://github.com/metabrainz/libdiscid/commit/ -PATCHFILES= b89c14599fd8798eef64431bb05e8705aaaea683.patch:-p1 #Fix pkgconfig file (PR: 269990) - MAINTAINER= jhale@FreeBSD.org COMMENT= Library for creating MusicBrainz DiscIDs WWW= https://musicbrainz.org/doc/libdiscid diff --git a/audio/libdiscid/distinfo b/audio/libdiscid/distinfo index 5b4851b8cfb3..27c0f9ac69f4 100644 --- a/audio/libdiscid/distinfo +++ b/audio/libdiscid/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1678126118 -SHA256 (libdiscid-0.6.4.tar.gz) = dd5e8f1c9aead442e23b749a9cc9336372e62e88ad7079a2b62895b0390cb282 -SIZE (libdiscid-0.6.4.tar.gz) = 393070 -SHA256 (b89c14599fd8798eef64431bb05e8705aaaea683.patch) = d4ada5e46557aeebed18e7e1350227907ce7efd6880360ac195a61746c981b45 -SIZE (b89c14599fd8798eef64431bb05e8705aaaea683.patch) = 1048 +TIMESTAMP = 1751063727 +SHA256 (libdiscid-0.6.5.tar.gz) = 72dbb493e07336418fe2056f0ebc7ce544eedb500bb896cc1cc04bd078c2d530 +SIZE (libdiscid-0.6.5.tar.gz) = 396307 diff --git a/audio/libdiscid/pkg-plist b/audio/libdiscid/pkg-plist index 8b91ad87e3a5..3209b7c4816a 100644 --- a/audio/libdiscid/pkg-plist +++ b/audio/libdiscid/pkg-plist @@ -1,5 +1,5 @@ include/discid/discid.h lib/libdiscid.so lib/libdiscid.so.0 -lib/libdiscid.so.0.6.4 +lib/libdiscid.so.0.6.5 libdata/pkgconfig/libdiscid.pc diff --git a/audio/libkcddb/distinfo b/audio/libkcddb/distinfo index e0256bb355dc..a1a045a6b678 100644 --- a/audio/libkcddb/distinfo +++ b/audio/libkcddb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036252 -SHA256 (KDE/release-service/25.04.2/libkcddb-25.04.2.tar.xz) = f14258a71ce360fba948d8dc54eb6ed167d16d31f80c83bd27e6bdb79ca790d3 -SIZE (KDE/release-service/25.04.2/libkcddb-25.04.2.tar.xz) = 450184 +TIMESTAMP = 1751381210 +SHA256 (KDE/release-service/25.04.3/libkcddb-25.04.3.tar.xz) = 6dde624998ff702b85aa6ec58a160136469f625932e183ddb1845e5adb669acb +SIZE (KDE/release-service/25.04.3/libkcddb-25.04.3.tar.xz) = 450212 diff --git a/audio/libkcompactdisc/distinfo b/audio/libkcompactdisc/distinfo index a41107beeba7..4120bfc954fc 100644 --- a/audio/libkcompactdisc/distinfo +++ b/audio/libkcompactdisc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036255 -SHA256 (KDE/release-service/25.04.2/libkcompactdisc-25.04.2.tar.xz) = 93da92c3c6b7cd5665727674406f06beabcfeba02eb7b9445adf441ae6618d58 -SIZE (KDE/release-service/25.04.2/libkcompactdisc-25.04.2.tar.xz) = 100592 +TIMESTAMP = 1751381212 +SHA256 (KDE/release-service/25.04.3/libkcompactdisc-25.04.3.tar.xz) = ee0be866b6f941cdf6b3c87a45861bc7685a5ba9875caf8e5f46841d8322d37f +SIZE (KDE/release-service/25.04.3/libkcompactdisc-25.04.3.tar.xz) = 100696 diff --git a/audio/mmtc/Makefile b/audio/mmtc/Makefile index b11209d12bf8..c975b89097c9 100644 --- a/audio/mmtc/Makefile +++ b/audio/mmtc/Makefile @@ -1,7 +1,7 @@ PORTNAME= mmtc DISTVERSIONPREFIX= v DISTVERSION= 0.3.2 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/mousai/Makefile b/audio/mousai/Makefile index cf746d5bddae..08ed64e3c1bd 100644 --- a/audio/mousai/Makefile +++ b/audio/mousai/Makefile @@ -1,7 +1,7 @@ PORTNAME= mousai DISTVERSIONPREFIX= v DISTVERSION= 0.7.8 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org diff --git a/audio/myxer/Makefile b/audio/myxer/Makefile index d7363f2fca5c..b0a4832b1067 100644 --- a/audio/myxer/Makefile +++ b/audio/myxer/Makefile @@ -1,6 +1,6 @@ PORTNAME= myxer DISTVERSION= 1.3.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/ncspot/Makefile b/audio/ncspot/Makefile index e45a4cfee75c..8009b0cc64d3 100644 --- a/audio/ncspot/Makefile +++ b/audio/ncspot/Makefile @@ -1,7 +1,7 @@ PORTNAME= ncspot DISTVERSIONPREFIX= v DISTVERSION= 1.2.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MAINTAINER= rodrigo@FreeBSD.org diff --git a/audio/netease-music-tui/Makefile b/audio/netease-music-tui/Makefile index 0d2b457cb0a9..bf5e4aede38b 100644 --- a/audio/netease-music-tui/Makefile +++ b/audio/netease-music-tui/Makefile @@ -1,7 +1,7 @@ PORTNAME= netease-music-tui DISTVERSIONPREFIX= v DISTVERSION= 0.1.5 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/pipewire-spa-oss/Makefile b/audio/pipewire-spa-oss/Makefile index d21048e6fb0f..f97764fe4f96 100644 --- a/audio/pipewire-spa-oss/Makefile +++ b/audio/pipewire-spa-oss/Makefile @@ -1,6 +1,6 @@ PORTNAME= pipewire-spa-oss DISTVERSION= g20250416 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MAINTAINER= arrowd@FreeBSD.org diff --git a/audio/shortwave/Makefile b/audio/shortwave/Makefile index c469dcb08146..7b84b067b80b 100644 --- a/audio/shortwave/Makefile +++ b/audio/shortwave/Makefile @@ -1,6 +1,6 @@ PORTNAME= shortwave DISTVERSION= 5.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MAINTAINER= decke@FreeBSD.org diff --git a/audio/songrec/Makefile b/audio/songrec/Makefile index 6591969e3323..7db9e8f361b1 100644 --- a/audio/songrec/Makefile +++ b/audio/songrec/Makefile @@ -1,6 +1,6 @@ PORTNAME= songrec DISTVERSION= 0.4.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/spotify-player/Makefile b/audio/spotify-player/Makefile index 8340d9e80c82..3b7711881e16 100644 --- a/audio/spotify-player/Makefile +++ b/audio/spotify-player/Makefile @@ -1,7 +1,7 @@ PORTNAME= spotify-player DISTVERSIONPREFIX= v DISTVERSION= 0.20.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MAINTAINER= jfree@FreeBSD.org diff --git a/audio/spotify-tui/Makefile b/audio/spotify-tui/Makefile index 6d5e2e44e709..d63ae268cce1 100644 --- a/audio/spotify-tui/Makefile +++ b/audio/spotify-tui/Makefile @@ -1,7 +1,7 @@ PORTNAME= spotify-tui DISTVERSIONPREFIX= v DISTVERSION= 0.25.0 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= audio MAINTAINER= lcook@FreeBSD.org diff --git a/audio/spotifyd/Makefile b/audio/spotifyd/Makefile index 759d6dace38f..ab404cb08f2a 100644 --- a/audio/spotifyd/Makefile +++ b/audio/spotifyd/Makefile @@ -1,7 +1,7 @@ PORTNAME= spotifyd DISTVERSIONPREFIX= v DISTVERSION= 0.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MAINTAINER= rodrigo@FreeBSD.org diff --git a/audio/taglib/Makefile b/audio/taglib/Makefile index 4c70019bd4c5..dcda4fc31da1 100644 --- a/audio/taglib/Makefile +++ b/audio/taglib/Makefile @@ -1,5 +1,5 @@ PORTNAME= taglib -DISTVERSION= 2.1 +DISTVERSION= 2.1.1 CATEGORIES= audio MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ \ https://taglib.org/releases/ @@ -20,11 +20,13 @@ USES= cmake:testing compiler:c++17-lang cpe pathfix USE_LDCONFIG= yes CMAKE_ARGS= -DCMAKE_CXX_VISIBILITY_PRESET=hidden -CMAKE_OFF= BUILD_TESTING CMAKE_ON= VISIBILITY_HIDDEN +CMAKE_OFF= BUILD_TESTING CMAKE_TESTING_TARGET= check +PLIST_SUB= SHLIB_VERSION=${DISTVERSION} + OPTIONS_DEFINE= STATIC OPTIONS_SUB= yes diff --git a/audio/taglib/distinfo b/audio/taglib/distinfo index 27d076775614..74c22f313c79 100644 --- a/audio/taglib/distinfo +++ b/audio/taglib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748765137 -SHA256 (taglib-2.1.tar.gz) = 95b788b39eaebab41f7e6d1c1d05ceee01a5d1225e4b6d11ed8976e96ba90b0c -SIZE (taglib-2.1.tar.gz) = 1485749 +TIMESTAMP = 1751585437 +SHA256 (taglib-2.1.1.tar.gz) = 3716d31f7c83cbf17b67c8cf44dd82b2a2f17e6780472287a16823e70305ddba +SIZE (taglib-2.1.1.tar.gz) = 1522929 diff --git a/audio/taglib/pkg-plist b/audio/taglib/pkg-plist index f6257f648ad7..74e34aabe288 100644 --- a/audio/taglib/pkg-plist +++ b/audio/taglib/pkg-plist @@ -123,10 +123,10 @@ lib/cmake/taglib/taglib-targets.cmake %%STATIC%%lib/libtag.a %%NO_STATIC%%lib/libtag.so %%NO_STATIC%%lib/libtag.so.2 -%%NO_STATIC%%lib/libtag.so.2.1.0 +%%NO_STATIC%%lib/libtag.so.%%SHLIB_VERSION%% %%STATIC%%lib/libtag_c.a %%NO_STATIC%%lib/libtag_c.so %%NO_STATIC%%lib/libtag_c.so.2 -%%NO_STATIC%%lib/libtag_c.so.2.1.0 +%%NO_STATIC%%lib/libtag_c.so.%%SHLIB_VERSION%% libdata/pkgconfig/taglib.pc libdata/pkgconfig/taglib_c.pc diff --git a/benchmarks/hyperfine/Makefile b/benchmarks/hyperfine/Makefile index ed5b14cb8f71..7b2ecab70d98 100644 --- a/benchmarks/hyperfine/Makefile +++ b/benchmarks/hyperfine/Makefile @@ -1,7 +1,7 @@ PORTNAME= hyperfine DISTVERSIONPREFIX= v DISTVERSION= 1.19.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= benchmarks MAINTAINER= pizzamig@FreeBSD.org diff --git a/benchmarks/inferno/Makefile b/benchmarks/inferno/Makefile index 9d3359c762e4..1e210cec7892 100644 --- a/benchmarks/inferno/Makefile +++ b/benchmarks/inferno/Makefile @@ -1,7 +1,7 @@ PORTNAME= inferno DISTVERSIONPREFIX= v DISTVERSION= 0.12.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= benchmarks MAINTAINER= yuri@FreeBSD.org diff --git a/biology/coverm/Makefile b/biology/coverm/Makefile index ed1fc1dc5fb6..366b6787dce1 100644 --- a/biology/coverm/Makefile +++ b/biology/coverm/Makefile @@ -1,7 +1,7 @@ PORTNAME= coverm DISTVERSIONPREFIX= v DISTVERSION= 0.7.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= biology MAINTAINER= yuri@FreeBSD.org diff --git a/cad/surfer/Makefile b/cad/surfer/Makefile index 8ada98317055..c384b17892f8 100644 --- a/cad/surfer/Makefile +++ b/cad/surfer/Makefile @@ -1,7 +1,7 @@ PORTNAME= surfer DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad MAINTAINER= jbo@FreeBSD.org diff --git a/cad/svlint/Makefile b/cad/svlint/Makefile index c29b27abe5b1..9dcee5e8c36a 100644 --- a/cad/svlint/Makefile +++ b/cad/svlint/Makefile @@ -1,7 +1,7 @@ PORTNAME= svlint DISTVERSIONPREFIX= v DISTVERSION= 0.9.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= cad devel MAINTAINER= yuri@FreeBSD.org diff --git a/cad/svls/Makefile b/cad/svls/Makefile index df81cd8a33b6..a130cbce1431 100644 --- a/cad/svls/Makefile +++ b/cad/svls/Makefile @@ -1,7 +1,7 @@ PORTNAME= svls DISTVERSIONPREFIX= v DISTVERSION= 0.2.12 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= cad MAINTAINER= yuri@FreeBSD.org diff --git a/chinese/ibus-table-chinese/Makefile b/chinese/ibus-table-chinese/Makefile index 9bddf59d59de..152cdb8f2390 100644 --- a/chinese/ibus-table-chinese/Makefile +++ b/chinese/ibus-table-chinese/Makefile @@ -1,5 +1,5 @@ PORTNAME= ibus-table-chinese -PORTVERSION= 1.8.12 +PORTVERSION= 1.8.13 CATEGORIES= chinese MAINTAINER= ports@FreeBSD.org diff --git a/chinese/ibus-table-chinese/distinfo b/chinese/ibus-table-chinese/distinfo index 192a64d9cbf9..02cc30199a56 100644 --- a/chinese/ibus-table-chinese/distinfo +++ b/chinese/ibus-table-chinese/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1676914416 -SHA256 (mike-fabian-ibus-table-chinese-1.8.12_GH0.tar.gz) = 41d9923bf207e2be6fb50813ad994eda6460af78c66c576591aac3da4c8c53a9 -SIZE (mike-fabian-ibus-table-chinese-1.8.12_GH0.tar.gz) = 10856736 +TIMESTAMP = 1751375707 +SHA256 (mike-fabian-ibus-table-chinese-1.8.13_GH0.tar.gz) = 1ced7951cbd702eba560bca4196c4edd8d4e8b9849995e5c8a4aa5bae3b26edb +SIZE (mike-fabian-ibus-table-chinese-1.8.13_GH0.tar.gz) = 10844776 diff --git a/comms/libmodbus/Makefile b/comms/libmodbus/Makefile index 13e4d788e7e3..a1675a718bf9 100644 --- a/comms/libmodbus/Makefile +++ b/comms/libmodbus/Makefile @@ -1,6 +1,6 @@ PORTNAME= libmodbus DISTVERSIONPREFIX= v -DISTVERSION= 3.1.9 +DISTVERSION= 3.1.11 CATEGORIES= comms MAINTAINER= bofh@FreeBSD.org @@ -26,10 +26,10 @@ OPTIONS_SUB= yes MANPAGES_BUILD_DEPENDS= go-md2man:textproc/go-md2man post-install-MANPAGES-on: - go-md2man -in docs/index.md | gzip > ${STAGEDIR}${PREFIX}/share/man/man7/libmodbus.7.gz + go-md2man -in docs/index.md | ${GZIP_CMD} > ${STAGEDIR}${PREFIX}/share/man/man7/libmodbus.7.gz for files in `${FIND} ${WRKSRC}/docs -type f -name 'modbus*.md'`; do \ basefiles=`basename $${files} .md`; \ - go-md2man -in $${files} | gzip > ${STAGEDIR}${PREFIX}/share/man/man3/$${basefiles}.3.gz; \ + go-md2man -in $${files} | ${GZIP_CMD} > ${STAGEDIR}${PREFIX}/share/man/man3/$${basefiles}.3.gz; \ done .include <bsd.port.mk> diff --git a/comms/libmodbus/distinfo b/comms/libmodbus/distinfo index 941bc1384a1e..c2b0667637d2 100644 --- a/comms/libmodbus/distinfo +++ b/comms/libmodbus/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751446554 -SHA256 (stephane-libmodbus-v3.1.9_GH0.tar.gz) = 75ac07f49b138a636c65980b92a4792290ee901503c324f2f4e23592bfa036c0 -SIZE (stephane-libmodbus-v3.1.9_GH0.tar.gz) = 204381 +TIMESTAMP = 1751555493 +SHA256 (stephane-libmodbus-v3.1.11_GH0.tar.gz) = 8a750452ef86a53de6cec6fbca67bd5be08d0a1e87278a422fbce3003fd42d99 +SIZE (stephane-libmodbus-v3.1.11_GH0.tar.gz) = 207911 diff --git a/comms/libmodbus/files/patch-src_modbus-tcp.c b/comms/libmodbus/files/patch-src_modbus-tcp.c new file mode 100644 index 000000000000..1d317dedc173 --- /dev/null +++ b/comms/libmodbus/files/patch-src_modbus-tcp.c @@ -0,0 +1,11 @@ +--- src/modbus-tcp.c.orig 2025-07-03 21:07:28 UTC ++++ src/modbus-tcp.c +@@ -257,7 +257,7 @@ static int _modbus_tcp_set_ipv4_options(int s) + #endif + #endif + +-#ifndef OS_WIN32 ++#if !defined(OS_WIN32) && !defined(__FreeBSD__) + /** + * Cygwin defines IPTOS_LOWDELAY but can't handle that flag so it's + * necessary to workaround that problem. diff --git a/comms/libmodbus/pkg-plist b/comms/libmodbus/pkg-plist index ed0d32b2ba09..31d6a3334b83 100644 --- a/comms/libmodbus/pkg-plist +++ b/comms/libmodbus/pkg-plist @@ -48,6 +48,7 @@ libdata/pkgconfig/libmodbus.pc %%MANPAGES%%share/man/man3/modbus_rtu_set_rts_delay.3.gz %%MANPAGES%%share/man/man3/modbus_rtu_set_serial_mode.3.gz %%MANPAGES%%share/man/man3/modbus_send_raw_request.3.gz +%%MANPAGES%%share/man/man3/modbus_send_raw_request_tid.3.gz %%MANPAGES%%share/man/man3/modbus_set_bits_from_byte.3.gz %%MANPAGES%%share/man/man3/modbus_set_bits_from_bytes.3.gz %%MANPAGES%%share/man/man3/modbus_set_byte_timeout.3.gz diff --git a/comms/py-hid/Makefile b/comms/py-hid/Makefile index 6372b26f871d..57dee80cff33 100644 --- a/comms/py-hid/Makefile +++ b/comms/py-hid/Makefile @@ -1,21 +1,22 @@ PORTNAME= hid -DISTVERSION= 1.0.7 -PORTREVISION= 1 +DISTVERSION= 1.0.8 CATEGORIES= comms python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= Ctypes bindings to comms/hidapi +MAINTAINER= nxjoseph@protonmail.com +COMMENT= ctypes bindings for hidapi WWW= https://github.com/apmorton/pyhidapi LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= hidapi>0:comms/hidapi +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= hidapi>=0:comms/hidapi USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/comms/py-hid/distinfo b/comms/py-hid/distinfo index ddfe3e917e16..80afeaf2e8d9 100644 --- a/comms/py-hid/distinfo +++ b/comms/py-hid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739656219 -SHA256 (hid-1.0.7.tar.gz) = 3f809e292ab52c4435ad1442c8ef205be4c9ca4eeb80fb47c7d98e0c75527b2a -SIZE (hid-1.0.7.tar.gz) = 4897 +TIMESTAMP = 1751375043 +SHA256 (hid-1.0.8.tar.gz) = 5ca129a7b9434ace5e3e429c1092a16792feffaf067a46b666e9c586872cdcfe +SIZE (hid-1.0.8.tar.gz) = 4967 diff --git a/converters/yj-bruceadams/Makefile b/converters/yj-bruceadams/Makefile index 8586ba909dfb..ceaed233a24c 100644 --- a/converters/yj-bruceadams/Makefile +++ b/converters/yj-bruceadams/Makefile @@ -1,6 +1,6 @@ PORTNAME= yj DISTVERSION= 1.2.0 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= converters textproc PKGNAMESUFFIX= -${GH_ACCOUNT} diff --git a/databases/akonadi/Makefile b/databases/akonadi/Makefile index 8d003ecddac1..60f5b9fb2739 100644 --- a/databases/akonadi/Makefile +++ b/databases/akonadi/Makefile @@ -1,6 +1,5 @@ PORTNAME= akonadi DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= databases kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/databases/akonadi/distinfo b/databases/akonadi/distinfo index 2e162fceb73d..9956fa9a1f92 100644 --- a/databases/akonadi/distinfo +++ b/databases/akonadi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036257 -SHA256 (KDE/release-service/25.04.2/akonadi-25.04.2.tar.xz) = c4689a6e80d4f8b744e31459e768d977044cbd3b8fb42d14ed1cf7e7bacae52d -SIZE (KDE/release-service/25.04.2/akonadi-25.04.2.tar.xz) = 1735160 +TIMESTAMP = 1751381215 +SHA256 (KDE/release-service/25.04.3/akonadi-25.04.3.tar.xz) = 042cd3319eadfb82547773e52ce7d41d361d58c4e92fe75a5179c1574ed4f5df +SIZE (KDE/release-service/25.04.3/akonadi-25.04.3.tar.xz) = 1742704 diff --git a/databases/akonadi/pkg-plist b/databases/akonadi/pkg-plist index 9818e81efe7e..8c01869be858 100644 --- a/databases/akonadi/pkg-plist +++ b/databases/akonadi/pkg-plist @@ -428,6 +428,7 @@ share/locale/gl/LC_MESSAGES/akonadi_knut_resource.mo share/locale/gl/LC_MESSAGES/libakonadi6.mo share/locale/he/LC_MESSAGES/akonadi-db-migrator.mo share/locale/he/LC_MESSAGES/akonadi_knut_resource.mo +share/locale/he/LC_MESSAGES/libakonadi6.mo share/locale/hi/LC_MESSAGES/akonadi-db-migrator.mo share/locale/hi/LC_MESSAGES/akonadi_knut_resource.mo share/locale/hi/LC_MESSAGES/libakonadi6.mo diff --git a/databases/cego/Makefile b/databases/cego/Makefile index e3897f6ae745..bd58f9316592 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,5 +1,5 @@ PORTNAME= cego -PORTVERSION= 2.52.10 +PORTVERSION= 2.52.12 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index a96077fb8524..634644d4288d 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750582416 -SHA256 (cego-2.52.10.tar.gz) = ab9b568f5a875f28b78941b7e6fe4b46fad3036d5f246f310c8946dd575359c4 -SIZE (cego-2.52.10.tar.gz) = 3321878 +TIMESTAMP = 1751547684 +SHA256 (cego-2.52.12.tar.gz) = a48a8d6f05a660be56cd7c96a63264806f7388384711a1d84d0eb1a32afd2162 +SIZE (cego-2.52.12.tar.gz) = 3380495 diff --git a/databases/diesel/Makefile b/databases/diesel/Makefile index d7903b93bee0..1d3f9023abf4 100644 --- a/databases/diesel/Makefile +++ b/databases/diesel/Makefile @@ -1,6 +1,7 @@ PORTNAME= diesel DISTVERSIONPREFIX= v DISTVERSION= 2.2.11 +PORTREVISION= 1 CATEGORIES= databases PKGNAMESUFFIX= -cli diff --git a/databases/frece/Makefile b/databases/frece/Makefile index fe0c68108bc1..e153c3e018a6 100644 --- a/databases/frece/Makefile +++ b/databases/frece/Makefile @@ -1,7 +1,7 @@ PORTNAME= frece DISTVERSIONPREFIX= v DISTVERSION= 1.0.6 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/freetds-devel/Makefile b/databases/freetds-devel/Makefile index eb0a667029d0..2beb35c2b283 100644 --- a/databases/freetds-devel/Makefile +++ b/databases/freetds-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= freetds -DISTVERSION= 1.5.95 +DISTVERSION= 1.5.99 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 e9f6f241ea50..d5d1ecc97d3d 100644 --- a/databases/freetds-devel/distinfo +++ b/databases/freetds-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751442770 -SHA256 (freetds-dev.1.5.95.tar.bz2) = f615e4aa226b48f755c9bef84523b05b922317ead761510168d7337a4e4b061c -SIZE (freetds-dev.1.5.95.tar.bz2) = 2452171 +TIMESTAMP = 1751555381 +SHA256 (freetds-dev.1.5.99.tar.bz2) = 680daf6101ada0fcee49d5b3b15e28c701d08ec9df6164f426468eb91328cca9 +SIZE (freetds-dev.1.5.99.tar.bz2) = 2453192 diff --git a/databases/gobang/Makefile b/databases/gobang/Makefile index 3a4df9986c69..b972c867cda7 100644 --- a/databases/gobang/Makefile +++ b/databases/gobang/Makefile @@ -1,7 +1,7 @@ PORTNAME= gobang DISTVERSIONPREFIX= v DISTVERSION= 0.1.0-alpha.5 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/mongodb70/Makefile b/databases/mongodb70/Makefile index 0b54ffa2fa64..b7e4a990921f 100644 --- a/databases/mongodb70/Makefile +++ b/databases/mongodb70/Makefile @@ -1,7 +1,7 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r DISTVERSION= 7.0.21 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases net PKGNAMESUFFIX= ${DISTVERSION:R:S/.//} diff --git a/databases/mongodb80/Makefile b/databases/mongodb80/Makefile index 260c6f5aa3be..54c4447d8508 100644 --- a/databases/mongodb80/Makefile +++ b/databases/mongodb80/Makefile @@ -1,7 +1,7 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r DISTVERSION= 8.0.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases net PKGNAMESUFFIX= ${DISTVERSION:R:S/.//} diff --git a/databases/movine/Makefile b/databases/movine/Makefile index 7a625a8f3db5..b17ee8023ee5 100644 --- a/databases/movine/Makefile +++ b/databases/movine/Makefile @@ -1,7 +1,7 @@ PORTNAME= movine DISTVERSIONPREFIX= v DISTVERSION= 0.11.0 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/ods2sql/Makefile b/databases/ods2sql/Makefile index 1bf49948ccf1..4ea15dad3773 100644 --- a/databases/ods2sql/Makefile +++ b/databases/ods2sql/Makefile @@ -1,6 +1,6 @@ PORTNAME= ods2sql DISTVERSION= 0.4.0 -PORTREVISION= 42 +PORTREVISION= 43 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/pear-DoctrineCommon/Makefile b/databases/pear-DoctrineCommon/Makefile index acfa26eec6d4..3e8e72b8c70c 100644 --- a/databases/pear-DoctrineCommon/Makefile +++ b/databases/pear-DoctrineCommon/Makefile @@ -10,6 +10,9 @@ WWW= https://www.doctrine-project.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Upstream no longer serves through PEAR channel and has been moved to Composer +EXPIRATION_DATE= 2025-08-04 + USES= pear PEAR_CHANNEL= doctrine NO_ARCH= yes diff --git a/databases/pear-DoctrineDBAL/Makefile b/databases/pear-DoctrineDBAL/Makefile index 3001ec4f6a0e..0dab58d4cc7b 100644 --- a/databases/pear-DoctrineDBAL/Makefile +++ b/databases/pear-DoctrineDBAL/Makefile @@ -10,6 +10,9 @@ WWW= https://www.doctrine-project.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Upstream no longer serves through PEAR channel and has been moved to Composer +EXPIRATION_DATE= 2025-08-03 + RUN_DEPENDS= ${PEARDIR}/Doctrine/Common/Version.php:databases/pear-DoctrineCommon@${PHP_FLAVOR} \ ${PEARDIR}/Symfony/Component/Console/Application.php:devel/pear-Symfony_Component_Console@${PHP_FLAVOR} diff --git a/databases/postgresql-promscale/Makefile b/databases/postgresql-promscale/Makefile index a4af459964af..940d81c3d9d0 100644 --- a/databases/postgresql-promscale/Makefile +++ b/databases/postgresql-promscale/Makefile @@ -1,6 +1,6 @@ PORTNAME= promscale PORTVERSION= 0.8.0 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= databases PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- diff --git a/databases/py-sqlframe/Makefile b/databases/py-sqlframe/Makefile index 12a1482936ec..0bcebd9d0e68 100644 --- a/databases/py-sqlframe/Makefile +++ b/databases/py-sqlframe/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlframe -PORTVERSION= 3.36.0 +PORTVERSION= 3.36.1 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-sqlframe/distinfo b/databases/py-sqlframe/distinfo index 237cb50fcbf3..cdd6ac944019 100644 --- a/databases/py-sqlframe/distinfo +++ b/databases/py-sqlframe/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208150 -SHA256 (sqlframe-3.36.0.tar.gz) = c6966b56559ce63e08d8eacd73ab6fb3070651b25cb3c62a44882c7ade586e77 -SIZE (sqlframe-3.36.0.tar.gz) = 29480398 +TIMESTAMP = 1751375045 +SHA256 (sqlframe-3.36.1.tar.gz) = ef29ddb94182edf08d41a3df2e2db25ba87a11b97212f509a73c66cfd410921a +SIZE (sqlframe-3.36.1.tar.gz) = 29480454 diff --git a/databases/py-sqlglotrs/Makefile b/databases/py-sqlglotrs/Makefile index 93e64667b26c..db0f1bd63426 100644 --- a/databases/py-sqlglotrs/Makefile +++ b/databases/py-sqlglotrs/Makefile @@ -1,5 +1,6 @@ PORTNAME= sqlglotrs PORTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-sqloxide/Makefile b/databases/py-sqloxide/Makefile index 1021564ac519..d6d0fec64100 100644 --- a/databases/py-sqloxide/Makefile +++ b/databases/py-sqloxide/Makefile @@ -1,6 +1,6 @@ PORTNAME= sqloxide PORTVERSION= 0.1.48 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/qdrant/Makefile b/databases/qdrant/Makefile index 01fcb1f352a1..5dcce0c3f3a0 100644 --- a/databases/qdrant/Makefile +++ b/databases/qdrant/Makefile @@ -1,6 +1,7 @@ PORTNAME= qdrant DISTVERSIONPREFIX= v DISTVERSION= 1.14.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= databases diff --git a/databases/quake/Makefile b/databases/quake/Makefile index 12f6f31acecd..664e3a26309f 100644 --- a/databases/quake/Makefile +++ b/databases/quake/Makefile @@ -2,7 +2,7 @@ PORTNAME= quake DISTVERSIONPREFIX= v DISTVERSION= 0.5.1-57 DISTVERSIONSUFFIX= -gbb8ae55 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= databases PKGNAMESUFFIX= -framework diff --git a/databases/redisjson/Makefile b/databases/redisjson/Makefile index e1b61699411f..d44e7eaeb560 100644 --- a/databases/redisjson/Makefile +++ b/databases/redisjson/Makefile @@ -1,7 +1,7 @@ PORTNAME= redisjson DISTVERSIONPREFIX= v DISTVERSION= 2.0.8 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= databases MAINTAINER= ports@FreeBSD.org diff --git a/databases/rubygem-sqlite3/Makefile b/databases/rubygem-sqlite3/Makefile index b5bfe62a89d4..47504dab6c1c 100644 --- a/databases/rubygem-sqlite3/Makefile +++ b/databases/rubygem-sqlite3/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlite3 -PORTVERSION= 2.7.0 +PORTVERSION= 2.7.1 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-sqlite3/distinfo b/databases/rubygem-sqlite3/distinfo index 781d18b1a1ca..2963598cc7ed 100644 --- a/databases/rubygem-sqlite3/distinfo +++ b/databases/rubygem-sqlite3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188162 -SHA256 (rubygem/sqlite3-2.7.0.gem) = dab87a41172e2397909847a9d6251c6251ac1e9942a026569af17e77d645ebf0 -SIZE (rubygem/sqlite3-2.7.0.gem) = 3238400 +TIMESTAMP = 1751375073 +SHA256 (rubygem/sqlite3-2.7.1.gem) = 848668acba4c6829331459180d6ca8c589e583bbfacf25ab4528f59fcaba1aa2 +SIZE (rubygem/sqlite3-2.7.1.gem) = 3238912 diff --git a/databases/rubygem-sqlite3/files/patch-gemspec b/databases/rubygem-sqlite3/files/patch-gemspec index 65a2e1173f00..3609eb65b398 100644 --- a/databases/rubygem-sqlite3/files/patch-gemspec +++ b/databases/rubygem-sqlite3/files/patch-gemspec @@ -1,12 +1,12 @@ % sed -i .orig 's|, "ports/[^"]*".freeze||g; /mini_portile2/d' sqlite3.gemspec ---- sqlite3.gemspec.orig 2025-06-18 03:45:42 UTC +--- sqlite3.gemspec.orig 2025-07-01 13:37:46 UTC +++ sqlite3.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |s| s.description = "Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled\nbinaries are available for common platforms for recent versions of Ruby.\n".freeze s.extensions = ["ext/sqlite3/extconf.rb".freeze] s.extra_rdoc_files = ["CHANGELOG.md".freeze, "README.md".freeze, "ext/sqlite3/aggregator.c".freeze, "ext/sqlite3/backup.c".freeze, "ext/sqlite3/database.c".freeze, "ext/sqlite3/exception.c".freeze, "ext/sqlite3/sqlite3.c".freeze, "ext/sqlite3/statement.c".freeze] -- s.files = [".gemtest".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "FAQ.md".freeze, "INSTALLATION.md".freeze, "LICENSE".freeze, "README.md".freeze, "dependencies.yml".freeze, "ext/sqlite3/aggregator.c".freeze, "ext/sqlite3/aggregator.h".freeze, "ext/sqlite3/backup.c".freeze, "ext/sqlite3/backup.h".freeze, "ext/sqlite3/database.c".freeze, "ext/sqlite3/database.h".freeze, "ext/sqlite3/exception.c".freeze, "ext/sqlite3/exception.h".freeze, "ext/sqlite3/extconf.rb".freeze, "ext/sqlite3/sqlite3.c".freeze, "ext/sqlite3/sqlite3_ruby.h".freeze, "ext/sqlite3/statement.c".freeze, "ext/sqlite3/statement.h".freeze, "ext/sqlite3/timespec.h".freeze, "lib/sqlite3.rb".freeze, "lib/sqlite3/constants.rb".freeze, "lib/sqlite3/database.rb".freeze, "lib/sqlite3/errors.rb".freeze, "lib/sqlite3/fork_safety.rb".freeze, "lib/sqlite3/pragmas.rb".freeze, "lib/sqlite3/resultset.rb".freeze, "lib/sqlite3/statement.rb".freeze, "lib/sqlite3/value.rb".freeze, "lib/sqlite3/version.rb".freeze, "lib/sqlite3/version_info.rb".freeze, "ports/archives/sqlite-autoconf-3500100.tar.gz".freeze] +- s.files = [".gemtest".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "FAQ.md".freeze, "INSTALLATION.md".freeze, "LICENSE".freeze, "README.md".freeze, "dependencies.yml".freeze, "ext/sqlite3/aggregator.c".freeze, "ext/sqlite3/aggregator.h".freeze, "ext/sqlite3/backup.c".freeze, "ext/sqlite3/backup.h".freeze, "ext/sqlite3/database.c".freeze, "ext/sqlite3/database.h".freeze, "ext/sqlite3/exception.c".freeze, "ext/sqlite3/exception.h".freeze, "ext/sqlite3/extconf.rb".freeze, "ext/sqlite3/sqlite3.c".freeze, "ext/sqlite3/sqlite3_ruby.h".freeze, "ext/sqlite3/statement.c".freeze, "ext/sqlite3/statement.h".freeze, "ext/sqlite3/timespec.h".freeze, "lib/sqlite3.rb".freeze, "lib/sqlite3/constants.rb".freeze, "lib/sqlite3/database.rb".freeze, "lib/sqlite3/errors.rb".freeze, "lib/sqlite3/fork_safety.rb".freeze, "lib/sqlite3/pragmas.rb".freeze, "lib/sqlite3/resultset.rb".freeze, "lib/sqlite3/statement.rb".freeze, "lib/sqlite3/value.rb".freeze, "lib/sqlite3/version.rb".freeze, "lib/sqlite3/version_info.rb".freeze, "ports/archives/sqlite-autoconf-3500200.tar.gz".freeze] + s.files = [".gemtest".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "FAQ.md".freeze, "INSTALLATION.md".freeze, "LICENSE".freeze, "README.md".freeze, "dependencies.yml".freeze, "ext/sqlite3/aggregator.c".freeze, "ext/sqlite3/aggregator.h".freeze, "ext/sqlite3/backup.c".freeze, "ext/sqlite3/backup.h".freeze, "ext/sqlite3/database.c".freeze, "ext/sqlite3/database.h".freeze, "ext/sqlite3/exception.c".freeze, "ext/sqlite3/exception.h".freeze, "ext/sqlite3/extconf.rb".freeze, "ext/sqlite3/sqlite3.c".freeze, "ext/sqlite3/sqlite3_ruby.h".freeze, "ext/sqlite3/statement.c".freeze, "ext/sqlite3/statement.h".freeze, "ext/sqlite3/timespec.h".freeze, "lib/sqlite3.rb".freeze, "lib/sqlite3/constants.rb".freeze, "lib/sqlite3/database.rb".freeze, "lib/sqlite3/errors.rb".freeze, "lib/sqlite3/fork_safety.rb".freeze, "lib/sqlite3/pragmas.rb".freeze, "lib/sqlite3/resultset.rb".freeze, "lib/sqlite3/statement.rb".freeze, "lib/sqlite3/value.rb".freeze, "lib/sqlite3/version.rb".freeze, "lib/sqlite3/version_info.rb".freeze] s.homepage = "https://github.com/sparklemotion/sqlite3-ruby".freeze s.licenses = ["BSD-3-Clause".freeze] diff --git a/databases/sqlx-cli/Makefile b/databases/sqlx-cli/Makefile index 98ba7a7ec210..c6fcda0461cc 100644 --- a/databases/sqlx-cli/Makefile +++ b/databases/sqlx-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= sqlx DISTVERSIONPREFIX= v DISTVERSION= 0.8.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases PKGNAMESUFFIX= -cli diff --git a/databases/surrealdb/Makefile b/databases/surrealdb/Makefile index db45d274162b..58252a3401de 100644 --- a/databases/surrealdb/Makefile +++ b/databases/surrealdb/Makefile @@ -1,6 +1,7 @@ PORTNAME= surrealdb DISTVERSIONPREFIX= v DISTVERSION= 2.3.4 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/xls2txt/Makefile b/databases/xls2txt/Makefile index 925fb7e0ec69..a2f5a5ebb37a 100644 --- a/databases/xls2txt/Makefile +++ b/databases/xls2txt/Makefile @@ -1,6 +1,6 @@ PORTNAME= xls2txt DISTVERSION= 1.0.1 -PORTREVISION= 41 +PORTREVISION= 42 CATEGORIES= databases textproc MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/akonadi-calendar-tools/distinfo b/deskutils/akonadi-calendar-tools/distinfo index b7c3eb0f1bf1..8685573f419f 100644 --- a/deskutils/akonadi-calendar-tools/distinfo +++ b/deskutils/akonadi-calendar-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036260 -SHA256 (KDE/release-service/25.04.2/akonadi-calendar-tools-25.04.2.tar.xz) = 0afeab98f1af9e87ab6180df75ef119ea8f2d45a3870a2cc06b68cedc426ff7e -SIZE (KDE/release-service/25.04.2/akonadi-calendar-tools-25.04.2.tar.xz) = 273328 +TIMESTAMP = 1751381217 +SHA256 (KDE/release-service/25.04.3/akonadi-calendar-tools-25.04.3.tar.xz) = 05281dde40e63f09afd80bd09b6cb5c076d76c976972228e278597f3b9ec525f +SIZE (KDE/release-service/25.04.3/akonadi-calendar-tools-25.04.3.tar.xz) = 273268 diff --git a/deskutils/akonadi-import-wizard/Makefile b/deskutils/akonadi-import-wizard/Makefile index a5ef984267d8..465468fecc15 100644 --- a/deskutils/akonadi-import-wizard/Makefile +++ b/deskutils/akonadi-import-wizard/Makefile @@ -1,6 +1,5 @@ PORTNAME= akonadi-import-wizard DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/akonadi-import-wizard/distinfo b/deskutils/akonadi-import-wizard/distinfo index 8eb91c895633..fb0c8ba79908 100644 --- a/deskutils/akonadi-import-wizard/distinfo +++ b/deskutils/akonadi-import-wizard/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036262 -SHA256 (KDE/release-service/25.04.2/akonadi-import-wizard-25.04.2.tar.xz) = 10504267930244ad3d409fb6d0191456131e8cb518174b053801a6cc9aef7a01 -SIZE (KDE/release-service/25.04.2/akonadi-import-wizard-25.04.2.tar.xz) = 495748 +TIMESTAMP = 1751381220 +SHA256 (KDE/release-service/25.04.3/akonadi-import-wizard-25.04.3.tar.xz) = a397fdb3739ad4cb93c0d97f796689aa78f48fb2965f0fad5d804162a8a44c1c +SIZE (KDE/release-service/25.04.3/akonadi-import-wizard-25.04.3.tar.xz) = 495672 diff --git a/deskutils/akonadiconsole/Makefile b/deskutils/akonadiconsole/Makefile index 2c41ce267fa1..4fc34239fcff 100644 --- a/deskutils/akonadiconsole/Makefile +++ b/deskutils/akonadiconsole/Makefile @@ -1,6 +1,5 @@ PORTNAME= akonadiconsole DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/akonadiconsole/distinfo b/deskutils/akonadiconsole/distinfo index 78d323e2c1ce..0e7fcc8b5387 100644 --- a/deskutils/akonadiconsole/distinfo +++ b/deskutils/akonadiconsole/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036265 -SHA256 (KDE/release-service/25.04.2/akonadiconsole-25.04.2.tar.xz) = 90f1e29d50a299fa611a11509c83e192cf2c86fecca50797698cc6c084672266 -SIZE (KDE/release-service/25.04.2/akonadiconsole-25.04.2.tar.xz) = 318848 +TIMESTAMP = 1751381222 +SHA256 (KDE/release-service/25.04.3/akonadiconsole-25.04.3.tar.xz) = b2f535c93d8a560d8f6ab9ac9fb8111eea216c8c1f07095a52619ace7b5b14b5 +SIZE (KDE/release-service/25.04.3/akonadiconsole-25.04.3.tar.xz) = 318864 diff --git a/deskutils/akregator/Makefile b/deskutils/akregator/Makefile index 5066a4c56a34..0ec164dc9abe 100644 --- a/deskutils/akregator/Makefile +++ b/deskutils/akregator/Makefile @@ -1,6 +1,5 @@ PORTNAME= akregator DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/akregator/distinfo b/deskutils/akregator/distinfo index af1378f47400..53763edbbd0b 100644 --- a/deskutils/akregator/distinfo +++ b/deskutils/akregator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036267 -SHA256 (KDE/release-service/25.04.2/akregator-25.04.2.tar.xz) = 7fdc786f40e030352f353ea0fb8fcf0393682b824f7605aa895d66d788455a39 -SIZE (KDE/release-service/25.04.2/akregator-25.04.2.tar.xz) = 2143532 +TIMESTAMP = 1751381225 +SHA256 (KDE/release-service/25.04.3/akregator-25.04.3.tar.xz) = fd176db6d1aa74de31cb10c4c568b36827d728beb74dc8017a9bb4768b4e4fb7 +SIZE (KDE/release-service/25.04.3/akregator-25.04.3.tar.xz) = 2143076 diff --git a/deskutils/birdtray/Makefile b/deskutils/birdtray/Makefile index 2d232efa2001..df103d2b62cb 100644 --- a/deskutils/birdtray/Makefile +++ b/deskutils/birdtray/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 1.11.4 DISTVERSIONPREFIX= v CATEGORIES= deskutils mail -MAINTAINER= bofh@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= System tray new mail notification for Thunderbird WWW= https://github.com/gyunaev/birdtray diff --git a/deskutils/grantlee-editor/Makefile b/deskutils/grantlee-editor/Makefile index 7908d5ca7542..fa585766ce81 100644 --- a/deskutils/grantlee-editor/Makefile +++ b/deskutils/grantlee-editor/Makefile @@ -1,6 +1,5 @@ PORTNAME= grantlee-editor DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/grantlee-editor/distinfo b/deskutils/grantlee-editor/distinfo index 2cf27a5b7afe..141260e0ca89 100644 --- a/deskutils/grantlee-editor/distinfo +++ b/deskutils/grantlee-editor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036270 -SHA256 (KDE/release-service/25.04.2/grantlee-editor-25.04.2.tar.xz) = b6bc4b6b9394f87aac06d549ed224af68cf295614182ff434d41da06cd646aeb -SIZE (KDE/release-service/25.04.2/grantlee-editor-25.04.2.tar.xz) = 128452 +TIMESTAMP = 1751381227 +SHA256 (KDE/release-service/25.04.3/grantlee-editor-25.04.3.tar.xz) = b37a34e419d901b11ded495bfde240dbb0b7d47a978d4e76289ba3d9bbe33214 +SIZE (KDE/release-service/25.04.3/grantlee-editor-25.04.3.tar.xz) = 128456 diff --git a/deskutils/grantleetheme/distinfo b/deskutils/grantleetheme/distinfo index f7a1d5ecf50c..64d26c1f4675 100644 --- a/deskutils/grantleetheme/distinfo +++ b/deskutils/grantleetheme/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036272 -SHA256 (KDE/release-service/25.04.2/grantleetheme-25.04.2.tar.xz) = 4386a941fe10ca0bef9b5483adfa3d3eee0056b58efa8a107fcefb26dce932ca -SIZE (KDE/release-service/25.04.2/grantleetheme-25.04.2.tar.xz) = 63676 +TIMESTAMP = 1751381229 +SHA256 (KDE/release-service/25.04.3/grantleetheme-25.04.3.tar.xz) = e25e79c71383f538814b827d7bfaf6ab3fb45c4f78c69aa4101dff6025f4a073 +SIZE (KDE/release-service/25.04.3/grantleetheme-25.04.3.tar.xz) = 63680 diff --git a/deskutils/health/Makefile b/deskutils/health/Makefile index 2a7d0156d115..04602a9c48c2 100644 --- a/deskutils/health/Makefile +++ b/deskutils/health/Makefile @@ -1,6 +1,6 @@ PORTNAME= health DISTVERSION= 0.95.0 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= deskutils MAINTAINER= ports@FreeBSD.org diff --git a/deskutils/itinerary/Makefile b/deskutils/itinerary/Makefile index 648f10ffc771..1aad339aaa41 100644 --- a/deskutils/itinerary/Makefile +++ b/deskutils/itinerary/Makefile @@ -1,6 +1,5 @@ PORTNAME= itinerary DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/itinerary/distinfo b/deskutils/itinerary/distinfo index 0e8894cc5d56..0a11d1b6af08 100644 --- a/deskutils/itinerary/distinfo +++ b/deskutils/itinerary/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036274 -SHA256 (KDE/release-service/25.04.2/itinerary-25.04.2.tar.xz) = 650dacceeaa714fb90860b61238840ebc6f6191605cf2943a0785a4bcc003f10 -SIZE (KDE/release-service/25.04.2/itinerary-25.04.2.tar.xz) = 818180 +TIMESTAMP = 1751381232 +SHA256 (KDE/release-service/25.04.3/itinerary-25.04.3.tar.xz) = 92dc4484d959b7203390ca3d6ba4686deb2ca5818d7c5341e8209808627b82f2 +SIZE (KDE/release-service/25.04.3/itinerary-25.04.3.tar.xz) = 818380 diff --git a/deskutils/jot/Makefile b/deskutils/jot/Makefile index bfcd6941be81..9e66c0201ec6 100644 --- a/deskutils/jot/Makefile +++ b/deskutils/jot/Makefile @@ -1,7 +1,7 @@ PORTNAME= jot DISTVERSIONPREFIX= v DISTVERSION= 0.1.2 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/just/Makefile b/deskutils/just/Makefile index d28d9a060e5b..90e6919f7019 100644 --- a/deskutils/just/Makefile +++ b/deskutils/just/Makefile @@ -1,6 +1,6 @@ PORTNAME= just DISTVERSION= 1.40.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/kaddressbook/Makefile b/deskutils/kaddressbook/Makefile index e131cfd086f5..062b743fa138 100644 --- a/deskutils/kaddressbook/Makefile +++ b/deskutils/kaddressbook/Makefile @@ -1,6 +1,5 @@ PORTNAME= kaddressbook DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/kaddressbook/distinfo b/deskutils/kaddressbook/distinfo index 9b4891ddec82..eafa0f2a14f9 100644 --- a/deskutils/kaddressbook/distinfo +++ b/deskutils/kaddressbook/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036277 -SHA256 (KDE/release-service/25.04.2/kaddressbook-25.04.2.tar.xz) = 75e0be0389110122b59ef0a56f8bc069875b0584813534bcabdc1ab5e7d3e2e3 -SIZE (KDE/release-service/25.04.2/kaddressbook-25.04.2.tar.xz) = 3441076 +TIMESTAMP = 1751381234 +SHA256 (KDE/release-service/25.04.3/kaddressbook-25.04.3.tar.xz) = a1c2781db83d7e33780e1705ca9565de5dd791bd54831299f90e933376a47820 +SIZE (KDE/release-service/25.04.3/kaddressbook-25.04.3.tar.xz) = 3440964 diff --git a/deskutils/kalarm/distinfo b/deskutils/kalarm/distinfo index 1794bfca38e5..2aa2847c3ba5 100644 --- a/deskutils/kalarm/distinfo +++ b/deskutils/kalarm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036279 -SHA256 (KDE/release-service/25.04.2/kalarm-25.04.2.tar.xz) = 6c335b43a66108ad053a634bff728507393ab090ebbb8977453900977c222cc6 -SIZE (KDE/release-service/25.04.2/kalarm-25.04.2.tar.xz) = 2687416 +TIMESTAMP = 1751381237 +SHA256 (KDE/release-service/25.04.3/kalarm-25.04.3.tar.xz) = dc6f90be8648c38cf57e1e32ca3cb62d09371f8f06aadd918862ac6bb5650ac7 +SIZE (KDE/release-service/25.04.3/kalarm-25.04.3.tar.xz) = 2687380 diff --git a/deskutils/kcharselect/distinfo b/deskutils/kcharselect/distinfo index 07d54d9322f9..3038f3eaa0e9 100644 --- a/deskutils/kcharselect/distinfo +++ b/deskutils/kcharselect/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036282 -SHA256 (KDE/release-service/25.04.2/kcharselect-25.04.2.tar.xz) = 34ba7813a7b43e758e103516d11b92e68125f813989bc0e9a6e437f3395e3f63 -SIZE (KDE/release-service/25.04.2/kcharselect-25.04.2.tar.xz) = 478176 +TIMESTAMP = 1751381239 +SHA256 (KDE/release-service/25.04.3/kcharselect-25.04.3.tar.xz) = a2c4dac5c6f1a6e4be9149d2ab5afdd181e395cde0baa5ff51e25853ab878e07 +SIZE (KDE/release-service/25.04.3/kcharselect-25.04.3.tar.xz) = 478224 diff --git a/deskutils/kdeconnect-kde/distinfo b/deskutils/kdeconnect-kde/distinfo index 49147a1cafa6..49012d1b6e3a 100644 --- a/deskutils/kdeconnect-kde/distinfo +++ b/deskutils/kdeconnect-kde/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036284 -SHA256 (KDE/release-service/25.04.2/kdeconnect-kde-25.04.2.tar.xz) = 4c65e473a57e4e1ffc999838adb5b1aa01a85534b0e46997ab42abda17ccd1b5 -SIZE (KDE/release-service/25.04.2/kdeconnect-kde-25.04.2.tar.xz) = 746716 +TIMESTAMP = 1751381242 +SHA256 (KDE/release-service/25.04.3/kdeconnect-kde-25.04.3.tar.xz) = c44994e896e17be19fb93173143a8c1196e6d064d3b0d897d4172b9b48bde342 +SIZE (KDE/release-service/25.04.3/kdeconnect-kde-25.04.3.tar.xz) = 746684 diff --git a/deskutils/kdepim-addons/Makefile b/deskutils/kdepim-addons/Makefile index 1a00bc9eada1..40d4775ab1fe 100644 --- a/deskutils/kdepim-addons/Makefile +++ b/deskutils/kdepim-addons/Makefile @@ -1,6 +1,5 @@ PORTNAME= kdepim-addons DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/kdepim-addons/distinfo b/deskutils/kdepim-addons/distinfo index 3c9785960c8b..7b9df4c7c609 100644 --- a/deskutils/kdepim-addons/distinfo +++ b/deskutils/kdepim-addons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036287 -SHA256 (KDE/release-service/25.04.2/kdepim-addons-25.04.2.tar.xz) = 97dc393e8dc941fa4119a22eb75eed08bf4eb7d281941f879e3a8ba230ffb033 -SIZE (KDE/release-service/25.04.2/kdepim-addons-25.04.2.tar.xz) = 2642580 +TIMESTAMP = 1751381244 +SHA256 (KDE/release-service/25.04.3/kdepim-addons-25.04.3.tar.xz) = 345065f08e5f3d89a0bb2162335eb37d63433eb2dd98a2f4119971aec3c02257 +SIZE (KDE/release-service/25.04.3/kdepim-addons-25.04.3.tar.xz) = 2642460 diff --git a/deskutils/kdepim-runtime/distinfo b/deskutils/kdepim-runtime/distinfo index b2055d87d5a7..ff01a100d16f 100644 --- a/deskutils/kdepim-runtime/distinfo +++ b/deskutils/kdepim-runtime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036289 -SHA256 (KDE/release-service/25.04.2/kdepim-runtime-25.04.2.tar.xz) = 65c242e2d27143a3a241454f92aecd1ad9c0a55c4a630fd05da26ef1df01eb28 -SIZE (KDE/release-service/25.04.2/kdepim-runtime-25.04.2.tar.xz) = 1704156 +TIMESTAMP = 1751381247 +SHA256 (KDE/release-service/25.04.3/kdepim-runtime-25.04.3.tar.xz) = 133dcf8c314c36ecc8b4775d9eb6d929bbbbd5355dddf29441abaf00fe9a1a89 +SIZE (KDE/release-service/25.04.3/kdepim-runtime-25.04.3.tar.xz) = 1704356 diff --git a/deskutils/keditbookmarks/distinfo b/deskutils/keditbookmarks/distinfo index 10f18509d1fa..f2fca6584fc9 100644 --- a/deskutils/keditbookmarks/distinfo +++ b/deskutils/keditbookmarks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036292 -SHA256 (KDE/release-service/25.04.2/keditbookmarks-25.04.2.tar.xz) = 639e5eff6bb962195088c7360eafb36bf9aaf3ad700d160c065d263f4d9d8233 -SIZE (KDE/release-service/25.04.2/keditbookmarks-25.04.2.tar.xz) = 262480 +TIMESTAMP = 1751381249 +SHA256 (KDE/release-service/25.04.3/keditbookmarks-25.04.3.tar.xz) = dff6e7d196f46aef79968b13bae6ec10093cdfb7e4526fde7310913ca72f513a +SIZE (KDE/release-service/25.04.3/keditbookmarks-25.04.3.tar.xz) = 262556 diff --git a/deskutils/kfind/distinfo b/deskutils/kfind/distinfo index 2398a99f999f..2f6c3d4bd967 100644 --- a/deskutils/kfind/distinfo +++ b/deskutils/kfind/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036294 -SHA256 (KDE/release-service/25.04.2/kfind-25.04.2.tar.xz) = f282b2d324aa9d6105466fb2f05ff7b344a3dd6a10bf8219e182c498f2ac98da -SIZE (KDE/release-service/25.04.2/kfind-25.04.2.tar.xz) = 333300 +TIMESTAMP = 1751381252 +SHA256 (KDE/release-service/25.04.3/kfind-25.04.3.tar.xz) = 0c7d00b06fdefbb7a66f2665196b3072c17f6846679ea9b293be9bf31088c160 +SIZE (KDE/release-service/25.04.3/kfind-25.04.3.tar.xz) = 333336 diff --git a/deskutils/kmail-account-wizard/Makefile b/deskutils/kmail-account-wizard/Makefile index 1c969dbcdb5a..f2894620c0a7 100644 --- a/deskutils/kmail-account-wizard/Makefile +++ b/deskutils/kmail-account-wizard/Makefile @@ -1,6 +1,5 @@ PORTNAME= kmail-account-wizard DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/kmail-account-wizard/distinfo b/deskutils/kmail-account-wizard/distinfo index 41be14e4fe5b..3144a29b928b 100644 --- a/deskutils/kmail-account-wizard/distinfo +++ b/deskutils/kmail-account-wizard/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036299 -SHA256 (KDE/release-service/25.04.2/kmail-account-wizard-25.04.2.tar.xz) = 12d762f9b0dcc67bfe9d26e0bc4dadc0cf4a0cf3d14284ce4441c45d63c76cce -SIZE (KDE/release-service/25.04.2/kmail-account-wizard-25.04.2.tar.xz) = 171688 +TIMESTAMP = 1751381257 +SHA256 (KDE/release-service/25.04.3/kmail-account-wizard-25.04.3.tar.xz) = 0b4629ee1bf919e7a8496c644162591afc7ebfa36439555c1fbdeb9226e905fd +SIZE (KDE/release-service/25.04.3/kmail-account-wizard-25.04.3.tar.xz) = 171716 diff --git a/deskutils/kmail/Makefile b/deskutils/kmail/Makefile index 0368207cb1af..d4ee907329b5 100644 --- a/deskutils/kmail/Makefile +++ b/deskutils/kmail/Makefile @@ -1,6 +1,5 @@ PORTNAME= kmail DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/kmail/distinfo b/deskutils/kmail/distinfo index dbbeb222a391..1528f24753a7 100644 --- a/deskutils/kmail/distinfo +++ b/deskutils/kmail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036296 -SHA256 (KDE/release-service/25.04.2/kmail-25.04.2.tar.xz) = ccb6d5998c64959454879c1b059c7fe2cd1dc05b88f698fc2c60e61deee19433 -SIZE (KDE/release-service/25.04.2/kmail-25.04.2.tar.xz) = 7807480 +TIMESTAMP = 1751381254 +SHA256 (KDE/release-service/25.04.3/kmail-25.04.3.tar.xz) = 19ea73dc617b39772a8b3c92a0b86132bee6150ca4692d3f7b776bf74c41f509 +SIZE (KDE/release-service/25.04.3/kmail-25.04.3.tar.xz) = 7813204 diff --git a/deskutils/kongress/distinfo b/deskutils/kongress/distinfo index 9fbf589950f1..341e6a816c02 100644 --- a/deskutils/kongress/distinfo +++ b/deskutils/kongress/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036301 -SHA256 (KDE/release-service/25.04.2/kongress-25.04.2.tar.xz) = 8250dec033b008b0039c09acc8e7d71be4cd68ef2d8340726f42ba92a3a06a06 -SIZE (KDE/release-service/25.04.2/kongress-25.04.2.tar.xz) = 164296 +TIMESTAMP = 1751381259 +SHA256 (KDE/release-service/25.04.3/kongress-25.04.3.tar.xz) = 4bbd06c2da8edd3433c1ba0edd634d16161ace50a8b4b7c80cd991ee86d60201 +SIZE (KDE/release-service/25.04.3/kongress-25.04.3.tar.xz) = 164300 diff --git a/deskutils/kontact/distinfo b/deskutils/kontact/distinfo index 12e1b58fb4f8..b97d84d81108 100644 --- a/deskutils/kontact/distinfo +++ b/deskutils/kontact/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036304 -SHA256 (KDE/release-service/25.04.2/kontact-25.04.2.tar.xz) = 467e736f55429efb980029cdd796bce3d7127f9417bed2c6429b51b289d5c615 -SIZE (KDE/release-service/25.04.2/kontact-25.04.2.tar.xz) = 886320 +TIMESTAMP = 1751381261 +SHA256 (KDE/release-service/25.04.3/kontact-25.04.3.tar.xz) = ae7b65711117568ef1149628ed68ea81e08afa414b273d06a8654d1a6f537489 +SIZE (KDE/release-service/25.04.3/kontact-25.04.3.tar.xz) = 886252 diff --git a/deskutils/korganizer/distinfo b/deskutils/korganizer/distinfo index 3622c9d2e89b..e169a6079fc5 100644 --- a/deskutils/korganizer/distinfo +++ b/deskutils/korganizer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036306 -SHA256 (KDE/release-service/25.04.2/korganizer-25.04.2.tar.xz) = 57605dabcd66d4f946d2b4a496d3ac174736f74480a9a632340610909da1d230 -SIZE (KDE/release-service/25.04.2/korganizer-25.04.2.tar.xz) = 2977460 +TIMESTAMP = 1751381264 +SHA256 (KDE/release-service/25.04.3/korganizer-25.04.3.tar.xz) = dd18b2c26bb1af4ccd4ee66a4a203c8c6ab59f639bc6f5a09a3b4c8d1bf55cee +SIZE (KDE/release-service/25.04.3/korganizer-25.04.3.tar.xz) = 2977332 diff --git a/deskutils/kruler/distinfo b/deskutils/kruler/distinfo index 1d3c53d0de1b..19f1f8afa73b 100644 --- a/deskutils/kruler/distinfo +++ b/deskutils/kruler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036309 -SHA256 (KDE/release-service/25.04.2/kruler-25.04.2.tar.xz) = 852ff32540ac764874d4012871f93d42ca0b482418bf25084140f992a08f2ec2 -SIZE (KDE/release-service/25.04.2/kruler-25.04.2.tar.xz) = 287076 +TIMESTAMP = 1751381266 +SHA256 (KDE/release-service/25.04.3/kruler-25.04.3.tar.xz) = 708d897f213cb3fd88cbac8629957b1d683a8fc5f876d74f47bc33434837742f +SIZE (KDE/release-service/25.04.3/kruler-25.04.3.tar.xz) = 287084 diff --git a/deskutils/kweather/distinfo b/deskutils/kweather/distinfo index c2575f3c9149..1f364e30fb46 100644 --- a/deskutils/kweather/distinfo +++ b/deskutils/kweather/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036309 -SHA256 (KDE/release-service/25.04.2/kweather-25.04.2.tar.xz) = 01d719ffcccd36031f3f337e485ab4fe9a57db48a4333a8647f1e9bb37f342c0 -SIZE (KDE/release-service/25.04.2/kweather-25.04.2.tar.xz) = 366244 +TIMESTAMP = 1751381267 +SHA256 (KDE/release-service/25.04.3/kweather-25.04.3.tar.xz) = d525088b84628aa45e4a1c504f5227ac0b66711a32b545c2eefc82649cf362b1 +SIZE (KDE/release-service/25.04.3/kweather-25.04.3.tar.xz) = 366216 diff --git a/deskutils/kweathercore/distinfo b/deskutils/kweathercore/distinfo index 7004415f1c04..4dfa6647c9a5 100644 --- a/deskutils/kweathercore/distinfo +++ b/deskutils/kweathercore/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036309 -SHA256 (KDE/release-service/25.04.2/kweathercore-25.04.2.tar.xz) = 2f597682b3161e356ef80510bbf24c51e8fdd364bd0108a067f592ec2171272b -SIZE (KDE/release-service/25.04.2/kweathercore-25.04.2.tar.xz) = 78756 +TIMESTAMP = 1751381267 +SHA256 (KDE/release-service/25.04.3/kweathercore-25.04.3.tar.xz) = c9914329e77e4dd460a1e0b8d0744773775c2494f5be3f4f3efacac8d3e006a9 +SIZE (KDE/release-service/25.04.3/kweathercore-25.04.3.tar.xz) = 78712 diff --git a/deskutils/lazycli/Makefile b/deskutils/lazycli/Makefile index d83ab5c4da6b..26c6ca41242e 100644 --- a/deskutils/lazycli/Makefile +++ b/deskutils/lazycli/Makefile @@ -1,7 +1,7 @@ PORTNAME= lazycli DISTVERSIONPREFIX= v DISTVERSION= 0.1.15 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/libkdepim/distinfo b/deskutils/libkdepim/distinfo index 60193ed6eb81..4c4a247a9167 100644 --- a/deskutils/libkdepim/distinfo +++ b/deskutils/libkdepim/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036312 -SHA256 (KDE/release-service/25.04.2/libkdepim-25.04.2.tar.xz) = b7563e21c5653cb49b14e50f78f4de9c8ba6b2cce1165d6497b6186849ec05d9 -SIZE (KDE/release-service/25.04.2/libkdepim-25.04.2.tar.xz) = 282956 +TIMESTAMP = 1751381269 +SHA256 (KDE/release-service/25.04.3/libkdepim-25.04.3.tar.xz) = 6d9c78063db5234539e5f3fddbecbca61948b79e60073ec215a7ffdad62418fa +SIZE (KDE/release-service/25.04.3/libkdepim-25.04.3.tar.xz) = 283020 diff --git a/deskutils/mbox-importer/Makefile b/deskutils/mbox-importer/Makefile index 30449befd8e1..b0dccf6ad709 100644 --- a/deskutils/mbox-importer/Makefile +++ b/deskutils/mbox-importer/Makefile @@ -1,6 +1,5 @@ PORTNAME= mbox-importer DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/mbox-importer/distinfo b/deskutils/mbox-importer/distinfo index db57a6c2498c..3a6065d1da10 100644 --- a/deskutils/mbox-importer/distinfo +++ b/deskutils/mbox-importer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036314 -SHA256 (KDE/release-service/25.04.2/mbox-importer-25.04.2.tar.xz) = 8c5b924087a568c0e43abff6b3b6561f8740c412eafc6a45f8692d255bb68cbc -SIZE (KDE/release-service/25.04.2/mbox-importer-25.04.2.tar.xz) = 31860 +TIMESTAMP = 1751381272 +SHA256 (KDE/release-service/25.04.3/mbox-importer-25.04.3.tar.xz) = 116992fe3927a74f272fa9b8ab1bb2f494dcdba062d045d9d1e56d248a52d3f3 +SIZE (KDE/release-service/25.04.3/mbox-importer-25.04.3.tar.xz) = 31848 diff --git a/deskutils/merkuro/distinfo b/deskutils/merkuro/distinfo index ab8bb0963b84..c03798a1d0a0 100644 --- a/deskutils/merkuro/distinfo +++ b/deskutils/merkuro/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036317 -SHA256 (KDE/release-service/25.04.2/merkuro-25.04.2.tar.xz) = 544d677fbbdf6372880e4cb132e47d9dd619ca453873163a9d956fe7b01f57f4 -SIZE (KDE/release-service/25.04.2/merkuro-25.04.2.tar.xz) = 821544 +TIMESTAMP = 1751381274 +SHA256 (KDE/release-service/25.04.3/merkuro-25.04.3.tar.xz) = c213e7f4bd746e699ec56315cd26393124283e9190a5e9c2c3adf21811cdde27 +SIZE (KDE/release-service/25.04.3/merkuro-25.04.3.tar.xz) = 822428 diff --git a/deskutils/pim-data-exporter/Makefile b/deskutils/pim-data-exporter/Makefile index 076a8ebc6213..013d3073ba1d 100644 --- a/deskutils/pim-data-exporter/Makefile +++ b/deskutils/pim-data-exporter/Makefile @@ -1,6 +1,5 @@ PORTNAME= pim-data-exporter DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/pim-data-exporter/distinfo b/deskutils/pim-data-exporter/distinfo index 306a00d62323..5bac32f85f32 100644 --- a/deskutils/pim-data-exporter/distinfo +++ b/deskutils/pim-data-exporter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036319 -SHA256 (KDE/release-service/25.04.2/pim-data-exporter-25.04.2.tar.xz) = 5c1797f984c243a67daa66b0527aed1009e71ddc81553363b01b8875a45138c3 -SIZE (KDE/release-service/25.04.2/pim-data-exporter-25.04.2.tar.xz) = 428284 +TIMESTAMP = 1751381277 +SHA256 (KDE/release-service/25.04.3/pim-data-exporter-25.04.3.tar.xz) = 8518b292b029f643c84cf5b4e479ff264228b3e1fe052633cc1876450bd558d2 +SIZE (KDE/release-service/25.04.3/pim-data-exporter-25.04.3.tar.xz) = 428076 diff --git a/deskutils/pim-sieve-editor/distinfo b/deskutils/pim-sieve-editor/distinfo index e2fb8b0bc42e..68beba57c2d5 100644 --- a/deskutils/pim-sieve-editor/distinfo +++ b/deskutils/pim-sieve-editor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036322 -SHA256 (KDE/release-service/25.04.2/pim-sieve-editor-25.04.2.tar.xz) = 5c473c61ab31d5f947bc601a3798f645750ebacb3c570c4c1c013c2d9548887e -SIZE (KDE/release-service/25.04.2/pim-sieve-editor-25.04.2.tar.xz) = 479656 +TIMESTAMP = 1751381279 +SHA256 (KDE/release-service/25.04.3/pim-sieve-editor-25.04.3.tar.xz) = b22482d7c74e2578bc347d08cc7958f214661482826f14c8f5e957c92f6ec006 +SIZE (KDE/release-service/25.04.3/pim-sieve-editor-25.04.3.tar.xz) = 479624 diff --git a/deskutils/pipecolor/Makefile b/deskutils/pipecolor/Makefile index ec5fdf261c1e..5a1dbbe90917 100644 --- a/deskutils/pipecolor/Makefile +++ b/deskutils/pipecolor/Makefile @@ -1,7 +1,7 @@ PORTNAME= pipecolor DISTVERSIONPREFIX= v DISTVERSION= 0.4.4 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/pueue/Makefile b/deskutils/pueue/Makefile index 3eb6100f06f5..ed0c05c5ee33 100644 --- a/deskutils/pueue/Makefile +++ b/deskutils/pueue/Makefile @@ -1,7 +1,7 @@ PORTNAME= pueue DISTVERSIONPREFIX= v DISTVERSION= 4.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/rwpspread/Makefile b/deskutils/rwpspread/Makefile index 3e5907fa08d7..4dc6307a8fac 100644 --- a/deskutils/rwpspread/Makefile +++ b/deskutils/rwpspread/Makefile @@ -1,7 +1,7 @@ PORTNAME= rwpspread DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/sigi/Makefile b/deskutils/sigi/Makefile index 73c71f5835a4..6bc6fb434322 100644 --- a/deskutils/sigi/Makefile +++ b/deskutils/sigi/Makefile @@ -1,7 +1,7 @@ PORTNAME= sigi DISTVERSIONPREFIX= v DISTVERSION= 3.7.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= deskutils diff --git a/deskutils/skim/Makefile b/deskutils/skim/Makefile index 7e76fb832a17..b99cb2283696 100644 --- a/deskutils/skim/Makefile +++ b/deskutils/skim/Makefile @@ -1,7 +1,7 @@ PORTNAME= skim DISTVERSIONPREFIX= v DISTVERSION= 0.18.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils PKGNAMESUFFIX= -fuzzy-finder diff --git a/deskutils/solanum/Makefile b/deskutils/solanum/Makefile index 2c4cd44c3ac8..c537cfe4598f 100644 --- a/deskutils/solanum/Makefile +++ b/deskutils/solanum/Makefile @@ -1,6 +1,6 @@ PORTNAME= solanum DISTVERSION= 5.0.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= deskutils MAINTAINER= ports@FreeBSD.org diff --git a/deskutils/taskwarrior-tui/Makefile b/deskutils/taskwarrior-tui/Makefile index f03bcb8d0d53..90af81a050d1 100644 --- a/deskutils/taskwarrior-tui/Makefile +++ b/deskutils/taskwarrior-tui/Makefile @@ -1,7 +1,7 @@ PORTNAME= taskwarrior-tui DISTVERSIONPREFIX= v DISTVERSION= 0.24.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= deskutils MAINTAINER= ports@FreeBSD.org diff --git a/deskutils/thokr/Makefile b/deskutils/thokr/Makefile index ac8428d5788f..24bddf3c0b0f 100644 --- a/deskutils/thokr/Makefile +++ b/deskutils/thokr/Makefile @@ -1,7 +1,7 @@ PORTNAME= thokr DISTVERSIONPREFIX= v DISTVERSION= 0.4.1 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/when/Makefile b/deskutils/when/Makefile index d2c79f9dffc6..9b645258411b 100644 --- a/deskutils/when/Makefile +++ b/deskutils/when/Makefile @@ -20,6 +20,8 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/ben-crowell-when-965b37762cc7/ +PORTSCOUT= skipv:1.2.00 + SHEBANG_FILES= when .include <bsd.port.mk> diff --git a/deskutils/zanshin/distinfo b/deskutils/zanshin/distinfo index 0afafcff6d59..2fa252f35f9d 100644 --- a/deskutils/zanshin/distinfo +++ b/deskutils/zanshin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036324 -SHA256 (KDE/release-service/25.04.2/zanshin-25.04.2.tar.xz) = 09e7e5ca4fd78877722efbb56de5f0c0bd4811ccbf52f4fb23e7b626d8bdb122 -SIZE (KDE/release-service/25.04.2/zanshin-25.04.2.tar.xz) = 387460 +TIMESTAMP = 1751381282 +SHA256 (KDE/release-service/25.04.3/zanshin-25.04.3.tar.xz) = f76f95b0c73a798d1fb9dcc05367456ace322296f3ecaa68c34f3d6a66404158 +SIZE (KDE/release-service/25.04.3/zanshin-25.04.3.tar.xz) = 387440 diff --git a/devel/Makefile b/devel/Makefile index 8fe579077a17..179acc191414 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -596,6 +596,7 @@ SUBDIR += deheader SUBDIR += delta SUBDIR += delve + SUBDIR += demumble SUBDIR += deployer SUBDIR += derelict-sdl2 SUBDIR += derelict-util diff --git a/devel/amber/Makefile b/devel/amber/Makefile index 724b18727bdd..91f2a1370621 100644 --- a/devel/amber/Makefile +++ b/devel/amber/Makefile @@ -1,7 +1,7 @@ PORTNAME= amber DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= devel PKGNAMESUFFIX= -code-search-replace-tool diff --git a/devel/argc/Makefile b/devel/argc/Makefile index 476d0a0a101b..bedf3809e5e0 100644 --- a/devel/argc/Makefile +++ b/devel/argc/Makefile @@ -1,7 +1,7 @@ PORTNAME= argc DISTVERSIONPREFIX= v DISTVERSION= 1.22.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/bacon/Makefile b/devel/bacon/Makefile index 83b50313436d..6d27d11975f0 100644 --- a/devel/bacon/Makefile +++ b/devel/bacon/Makefile @@ -1,6 +1,7 @@ PORTNAME= bacon DISTVERSIONPREFIX= v DISTVERSION= 3.16.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/bingrep/Makefile b/devel/bingrep/Makefile index 543d9e40fc6c..b5859f77e840 100644 --- a/devel/bingrep/Makefile +++ b/devel/bingrep/Makefile @@ -1,7 +1,7 @@ PORTNAME= bingrep DISTVERSIONPREFIX= v DISTVERSION= 0.11.0 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= devel MAINTAINER= eduardo@FreeBSD.org diff --git a/devel/bunyan/Makefile b/devel/bunyan/Makefile index e8f6ef524fe6..ccc703d7d158 100644 --- a/devel/bunyan/Makefile +++ b/devel/bunyan/Makefile @@ -1,7 +1,7 @@ PORTNAME= bunyan DISTVERSIONPREFIX= v DISTVERSION= 0.1.9 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/busd/Makefile b/devel/busd/Makefile index 5dc5bcb28bc3..911063d56e2c 100644 --- a/devel/busd/Makefile +++ b/devel/busd/Makefile @@ -1,6 +1,6 @@ PORTNAME= busd DISTVERSION= 0.4.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org diff --git a/devel/bustle/Makefile b/devel/bustle/Makefile index 6efa7a5df44f..c8ceea0b78b5 100644 --- a/devel/bustle/Makefile +++ b/devel/bustle/Makefile @@ -1,5 +1,6 @@ PORTNAME= bustle DISTVERSION= 0.12.0 +PORTREVISION= 1 CATEGORIES= devel gnome MAINTAINER= tagattie@FreeBSD.org diff --git a/devel/cargo-bloat/Makefile b/devel/cargo-bloat/Makefile index 756f750551fb..fce3c7b7be3d 100644 --- a/devel/cargo-bloat/Makefile +++ b/devel/cargo-bloat/Makefile @@ -1,7 +1,7 @@ PORTNAME= cargo-bloat DISTVERSIONPREFIX= v DISTVERSION= 0.12.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/cargo-c/Makefile b/devel/cargo-c/Makefile index 8bc7ba02e8ca..d10bb9fdcc0c 100644 --- a/devel/cargo-c/Makefile +++ b/devel/cargo-c/Makefile @@ -1,6 +1,7 @@ PORTNAME= cargo-c DISTVERSION= 0.10.14 DISTVERSIONSUFFIX= +cargo-0.89.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default diff --git a/devel/cargo-cache/Makefile b/devel/cargo-cache/Makefile index 1aec8a8fdd37..7097e52c1266 100644 --- a/devel/cargo-cache/Makefile +++ b/devel/cargo-cache/Makefile @@ -1,6 +1,6 @@ PORTNAME= cargo-cache DISTVERSION= 0.8.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/cargo-deny/Makefile b/devel/cargo-deny/Makefile index 9b547b154514..a20c356cbe60 100644 --- a/devel/cargo-deny/Makefile +++ b/devel/cargo-deny/Makefile @@ -1,6 +1,6 @@ PORTNAME= cargo-deny DISTVERSION= 0.16.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/cargo-depgraph/Makefile b/devel/cargo-depgraph/Makefile index f65083f56e03..b73605889f0a 100644 --- a/devel/cargo-depgraph/Makefile +++ b/devel/cargo-depgraph/Makefile @@ -1,7 +1,7 @@ PORTNAME= cargo-depgraph DISTVERSIONPREFIX= v DISTVERSION= 1.6.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/cargo-dist/Makefile b/devel/cargo-dist/Makefile index b06785147240..db9d1ce37f0e 100644 --- a/devel/cargo-dist/Makefile +++ b/devel/cargo-dist/Makefile @@ -1,7 +1,7 @@ PORTNAME= cargo-dist DISTVERSIONPREFIX= v DISTVERSION= 0.28.4-prerelease.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/cargo-edit/Makefile b/devel/cargo-edit/Makefile index d433bf1272f0..6f1563aa9981 100644 --- a/devel/cargo-edit/Makefile +++ b/devel/cargo-edit/Makefile @@ -1,7 +1,7 @@ PORTNAME= cargo-edit DISTVERSIONPREFIX= v DISTVERSION= 0.13.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/cargo-generate/Makefile b/devel/cargo-generate/Makefile index baf0d575dffb..2e9feb6abf9b 100644 --- a/devel/cargo-generate/Makefile +++ b/devel/cargo-generate/Makefile @@ -1,7 +1,7 @@ PORTNAME= cargo-generate DISTVERSIONPREFIX= v DISTVERSION= 0.21.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org diff --git a/devel/cargo-hack/Makefile b/devel/cargo-hack/Makefile index 54ff8aeb4f96..8ac0f357dbc0 100644 --- a/devel/cargo-hack/Makefile +++ b/devel/cargo-hack/Makefile @@ -1,7 +1,7 @@ PORTNAME= cargo-hack DISTVERSIONPREFIX= v DISTVERSION= 0.6.35 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/cargo-leptos/Makefile b/devel/cargo-leptos/Makefile index abf76a65e40f..b5a98f178d80 100644 --- a/devel/cargo-leptos/Makefile +++ b/devel/cargo-leptos/Makefile @@ -1,7 +1,7 @@ PORTNAME= cargo-leptos DISTVERSIONPREFIX= v DISTVERSION= 0.2.32 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/cargo-llvm-cov/Makefile b/devel/cargo-llvm-cov/Makefile index dcbf9a05449b..98acf0e8fe63 100644 --- a/devel/cargo-llvm-cov/Makefile +++ b/devel/cargo-llvm-cov/Makefile @@ -1,7 +1,7 @@ PORTNAME= cargo-llvm-cov DISTVERSIONPREFIX= v DISTVERSION= 0.6.16 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/cargo-mutants/Makefile b/devel/cargo-mutants/Makefile index c27ac4c86457..287df89d045b 100644 --- a/devel/cargo-mutants/Makefile +++ b/devel/cargo-mutants/Makefile @@ -1,7 +1,7 @@ PORTNAME= cargo-mutants DISTVERSIONPREFIX= v DISTVERSION= 25.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/cargo-tarpaulin/Makefile b/devel/cargo-tarpaulin/Makefile index a31ea0629b91..c0109e10d126 100644 --- a/devel/cargo-tarpaulin/Makefile +++ b/devel/cargo-tarpaulin/Makefile @@ -1,6 +1,6 @@ PORTNAME= cargo-tarpaulin DISTVERSION= 0.32.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/cbfmt/Makefile b/devel/cbfmt/Makefile index 7b8b6b37d1c3..851b2a5da18b 100644 --- a/devel/cbfmt/Makefile +++ b/devel/cbfmt/Makefile @@ -1,7 +1,7 @@ PORTNAME= cbfmt DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/cervisia/distinfo b/devel/cervisia/distinfo index ce10dbab94c9..1a0583c9acc0 100644 --- a/devel/cervisia/distinfo +++ b/devel/cervisia/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036326 -SHA256 (KDE/release-service/25.04.2/cervisia-25.04.2.tar.xz) = 6b2e7ac2c40f6d4eb0e68e847ef62497fdb9c510492a202dce366f3f033a1fad -SIZE (KDE/release-service/25.04.2/cervisia-25.04.2.tar.xz) = 1809896 +TIMESTAMP = 1751381284 +SHA256 (KDE/release-service/25.04.3/cervisia-25.04.3.tar.xz) = 0e8c4ae6fb147abdffb826b25fb68701d41a2901dbee2b74011505a3ed3c7b28 +SIZE (KDE/release-service/25.04.3/cervisia-25.04.3.tar.xz) = 1809756 diff --git a/devel/cirrus-cli/Makefile b/devel/cirrus-cli/Makefile index 3e116739e0c5..d813f04ab952 100644 --- a/devel/cirrus-cli/Makefile +++ b/devel/cirrus-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= cirrus-cli DISTVERSIONPREFIX= v -DISTVERSION= 0.137.3 +DISTVERSION= 0.138.0 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org diff --git a/devel/cirrus-cli/distinfo b/devel/cirrus-cli/distinfo index 6d3b7958dd78..7417411eaf9f 100644 --- a/devel/cirrus-cli/distinfo +++ b/devel/cirrus-cli/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1751442950 -SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.137.3/v0.137.3.mod) = c4c56b0d1956d98d91bdeefdaf85ec22e8daa494d5328ec8279b033f967aa2ca -SIZE (go/devel_cirrus-cli/cirrus-cli-v0.137.3/v0.137.3.mod) = 11365 -SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.137.3/v0.137.3.zip) = 8cbacd8ae0f33a12f145e431dd87a36390a80371ab955902adcde532074103f1 -SIZE (go/devel_cirrus-cli/cirrus-cli-v0.137.3/v0.137.3.zip) = 1412838 +TIMESTAMP = 1751555473 +SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.138.0/v0.138.0.mod) = c4c56b0d1956d98d91bdeefdaf85ec22e8daa494d5328ec8279b033f967aa2ca +SIZE (go/devel_cirrus-cli/cirrus-cli-v0.138.0/v0.138.0.mod) = 11365 +SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.138.0/v0.138.0.zip) = 03ad78b7b05432e2776f61d204ee9f79eead799d0ea07ecd6b622c92bf1f8e61 +SIZE (go/devel_cirrus-cli/cirrus-cli-v0.138.0/v0.138.0.zip) = 1412979 diff --git a/devel/cocogitto/Makefile b/devel/cocogitto/Makefile index 6a5f05bd7225..6c857cfdedd2 100644 --- a/devel/cocogitto/Makefile +++ b/devel/cocogitto/Makefile @@ -1,6 +1,6 @@ PORTNAME= cocogitto DISTVERSION= 6.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/containers/Makefile b/devel/containers/Makefile index 500c26c18e71..043a12916094 100644 --- a/devel/containers/Makefile +++ b/devel/containers/Makefile @@ -1,6 +1,6 @@ PORTNAME= containers DISTVERSION= 0.9.0 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/convco/Makefile b/devel/convco/Makefile index b8eae2e78c52..02d97b37f74f 100644 --- a/devel/convco/Makefile +++ b/devel/convco/Makefile @@ -1,7 +1,7 @@ PORTNAME= convco DISTVERSIONPREFIX= v DISTVERSION= 0.6.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/corrosion/Makefile b/devel/corrosion/Makefile index 055ff33af213..0726b2d44190 100644 --- a/devel/corrosion/Makefile +++ b/devel/corrosion/Makefile @@ -1,7 +1,7 @@ PORTNAME= corrosion DISTVERSIONPREFIX= v DISTVERSION= 0.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/cpu_rec_rs/Makefile b/devel/cpu_rec_rs/Makefile index 86299bdee6f3..d7ed34d59fcb 100644 --- a/devel/cpu_rec_rs/Makefile +++ b/devel/cpu_rec_rs/Makefile @@ -1,7 +1,7 @@ PORTNAME= cpu_rec_rs DISTVERSIONPREFIX= release- DISTVERSION= 1.0.0 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= devel PATCH_SITES= https://github.com/trou/${PORTNAME}/commit/ diff --git a/devel/d-scanner/Makefile b/devel/d-scanner/Makefile index 3cf2127c3f99..eebdba3a5f64 100644 --- a/devel/d-scanner/Makefile +++ b/devel/d-scanner/Makefile @@ -1,6 +1,6 @@ PORTNAME= d-scanner PORTVERSION= 0.7.0 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/dcd-server/Makefile b/devel/dcd-server/Makefile index e8cf4f2f6f47..cbb8b785eef4 100644 --- a/devel/dcd-server/Makefile +++ b/devel/dcd-server/Makefile @@ -1,7 +1,7 @@ PORTNAME= dcd PORTVERSION= 0.13.6 DISTVERSIONPREFIX= v -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES?= devel PKGNAMESUFFIX?= -server diff --git a/devel/demumble/Makefile b/devel/demumble/Makefile new file mode 100644 index 000000000000..ba4451857862 --- /dev/null +++ b/devel/demumble/Makefile @@ -0,0 +1,26 @@ +PORTNAME= demumble +PORTVERSION= 1.3.0 +DISTVERSIONPREFIX= v +CATEGORIES= devel + +MAINTAINER= danfe@FreeBSD.org +COMMENT= Better c++filt and undname in one binary (symbol demangler) +WWW= https://github.com/nico/demumble + +LICENSE= APACHE20 + +USES= cmake python:test +USE_GITHUB= yes +GH_ACCOUNT= nico + +PLIST_FILES= bin/${PORTNAME} + +do-install: + ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/${PORTNAME} \ + ${STAGEDIR}${PREFIX}/bin + +do-test: + @${LN} -f ${BUILD_WRKSRC}/${PORTNAME} ${WRKSRC} + ${PYTHON_CMD} ${WRKSRC}/demumble_test.py + +.include <bsd.port.mk> diff --git a/devel/demumble/distinfo b/devel/demumble/distinfo new file mode 100644 index 000000000000..0bee517e4b7c --- /dev/null +++ b/devel/demumble/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1722883830 +SHA256 (nico-demumble-v1.3.0_GH0.tar.gz) = 29501fbd5522820a1672aea0292105b8706899e4e4b283ff51c126f79b3b2c41 +SIZE (nico-demumble-v1.3.0_GH0.tar.gz) = 331908 diff --git a/devel/demumble/pkg-descr b/devel/demumble/pkg-descr new file mode 100644 index 000000000000..dc352a3ce6b1 --- /dev/null +++ b/devel/demumble/pkg-descr @@ -0,0 +1,3 @@ +A better c++filt and a better undname in one binary, demumble demangles +both Itanium C++ ABI and Visual Studio symbols. It can also demangle D, +Rust, and Swift symbols. diff --git a/devel/derelict-sdl2/Makefile b/devel/derelict-sdl2/Makefile index 5fe938d03194..cae024d6f8ff 100644 --- a/devel/derelict-sdl2/Makefile +++ b/devel/derelict-sdl2/Makefile @@ -1,6 +1,6 @@ PORTNAME= derelict-sdl2 PORTVERSION= 2.1.4 -PORTREVISION= 7 +PORTREVISION= 8 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/derelict-util/Makefile b/devel/derelict-util/Makefile index 69d7e571f017..eea341ef4682 100644 --- a/devel/derelict-util/Makefile +++ b/devel/derelict-util/Makefile @@ -1,6 +1,6 @@ PORTNAME= derelict-util PORTVERSION= 2.1.0 -PORTREVISION= 7 +PORTREVISION= 8 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/desed/Makefile b/devel/desed/Makefile index 17b2c742ad00..a31fd8bdef75 100644 --- a/devel/desed/Makefile +++ b/devel/desed/Makefile @@ -1,6 +1,6 @@ PORTNAME= desed DISTVERSION= 1.2.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/devel/dlib/Makefile b/devel/dlib/Makefile index aebc660b9989..0d0de1ad364c 100644 --- a/devel/dlib/Makefile +++ b/devel/dlib/Makefile @@ -1,6 +1,6 @@ PORTNAME= dlib PORTVERSION= 1.1.0 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/dolphin-plugins/distinfo b/devel/dolphin-plugins/distinfo index 8aed3858f70e..a88d9a817f1a 100644 --- a/devel/dolphin-plugins/distinfo +++ b/devel/dolphin-plugins/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036329 -SHA256 (KDE/release-service/25.04.2/dolphin-plugins-25.04.2.tar.xz) = b57925e3c289d9c1c1b97d29b5efddf6008ba4faa07a563e8c95e830be2dda41 -SIZE (KDE/release-service/25.04.2/dolphin-plugins-25.04.2.tar.xz) = 329600 +TIMESTAMP = 1751381287 +SHA256 (KDE/release-service/25.04.3/dolphin-plugins-25.04.3.tar.xz) = 4966eab899ffa9143d02fbb7adc4839e8ad6f6ad97fd1b083ca6b488a3dfbd3e +SIZE (KDE/release-service/25.04.3/dolphin-plugins-25.04.3.tar.xz) = 329648 diff --git a/devel/dorst/Makefile b/devel/dorst/Makefile index 61ec8499f7b0..9bc0103c98ac 100644 --- a/devel/dorst/Makefile +++ b/devel/dorst/Makefile @@ -1,6 +1,7 @@ PORTNAME= dorst DISTVERSIONPREFIX= v DISTVERSION= 0.19.4 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= slowdive@me.com diff --git a/devel/dra/Makefile b/devel/dra/Makefile index 7501a248f6d0..1697d600a4be 100644 --- a/devel/dra/Makefile +++ b/devel/dra/Makefile @@ -1,6 +1,6 @@ PORTNAME= dra DISTVERSION= 0.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/dsymbol/Makefile b/devel/dsymbol/Makefile index 8c3525685d58..993516b122d6 100644 --- a/devel/dsymbol/Makefile +++ b/devel/dsymbol/Makefile @@ -1,6 +1,6 @@ PORTNAME= dsymbol PORTVERSION= 0.14.1 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/dtool/Makefile b/devel/dtool/Makefile index 890020151edb..9b4ebac10991 100644 --- a/devel/dtool/Makefile +++ b/devel/dtool/Makefile @@ -1,7 +1,7 @@ PORTNAME= dtool DISTVERSIONPREFIX= v DISTVERSION= 0.12.0 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org diff --git a/devel/dub/Makefile b/devel/dub/Makefile index 7d049a9bb60b..1c13b0754300 100644 --- a/devel/dub/Makefile +++ b/devel/dub/Makefile @@ -1,5 +1,6 @@ PORTNAME= dub -PORTVERSION= 1.38.1 +PORTVERSION= 1.40.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/dub/distinfo b/devel/dub/distinfo index 316ababb0b8b..fff523c9b323 100644 --- a/devel/dub/distinfo +++ b/devel/dub/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744025087 -SHA256 (dlang-dub-v1.38.1_GH0.tar.gz) = a7c9a2f819fdea7359f298cba76e81a24ca1536d756c3b4b98c2480463c37907 -SIZE (dlang-dub-v1.38.1_GH0.tar.gz) = 1517185 +TIMESTAMP = 1750934799 +SHA256 (dlang-dub-v1.40.0_GH0.tar.gz) = 52b963137e8a671e48ce3b64eb1e424f6a3c137b8001cf74fb98932def61c171 +SIZE (dlang-dub-v1.40.0_GH0.tar.gz) = 1525761 diff --git a/devel/dura/Makefile b/devel/dura/Makefile index f1bf822581cc..7599a0263381 100644 --- a/devel/dura/Makefile +++ b/devel/dura/Makefile @@ -1,7 +1,7 @@ PORTNAME= dura DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/electron32/Makefile b/devel/electron32/Makefile index 6e0f325892fa..c6eb331cd79a 100644 --- a/devel/electron32/Makefile +++ b/devel/electron32/Makefile @@ -1,7 +1,7 @@ PORTNAME= electron DISTVERSIONPREFIX= v DISTVERSION= ${ELECTRON_VER} -PORTREVISION= 4 +PORTREVISION= 5 PULSEMV= 16 PULSEV= ${PULSEMV}.1 CATEGORIES= devel diff --git a/devel/electron34/Makefile b/devel/electron34/Makefile index 48f139c1f0b5..cb58b2c2d166 100644 --- a/devel/electron34/Makefile +++ b/devel/electron34/Makefile @@ -1,7 +1,7 @@ PORTNAME= electron DISTVERSIONPREFIX= v DISTVERSION= ${ELECTRON_VER} -PORTREVISION= 1 +PORTREVISION= 2 PULSEMV= 16 PULSEV= ${PULSEMV}.1 CATEGORIES= devel diff --git a/devel/electron35/Makefile b/devel/electron35/Makefile index 34a501d27d31..405eb402bc20 100644 --- a/devel/electron35/Makefile +++ b/devel/electron35/Makefile @@ -1,6 +1,7 @@ PORTNAME= electron DISTVERSIONPREFIX= v DISTVERSION= ${ELECTRON_VER} +PORTREVISION= 1 PULSEMV= 16 PULSEV= ${PULSEMV}.1 CATEGORIES= devel diff --git a/devel/electron36/Makefile b/devel/electron36/Makefile index 2a2d1590c9f1..6a186d8c4f08 100644 --- a/devel/electron36/Makefile +++ b/devel/electron36/Makefile @@ -223,7 +223,7 @@ SNDIO_VARS_OFF= GN_ARGS+=use_sndio=false # See ${WRKSRC}/electron/DEPS for CHROMIUM_VER CHROMIUM_VER= 136.0.7103.177 # See ${WRKSRC}/electron/DEPS for NODE_VER -NODE_VER= 22.16.0 +NODE_VER= 22.17.0 # See ${WRKSRC}/electron/DEPS for NAN_VER NAN_VER= e14bdcd1f72d62bca1d541b66da43130384ec213 # See ${WRKSRC}/electron/DEPS for SQUIRREL_MAC_VER diff --git a/devel/electron36/Makefile.version b/devel/electron36/Makefile.version index 261347ed836b..ce042b632c3a 100644 --- a/devel/electron36/Makefile.version +++ b/devel/electron36/Makefile.version @@ -1,2 +1,2 @@ -ELECTRON_VER= 36.6.0 +ELECTRON_VER= 36.7.0 ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//} diff --git a/devel/electron36/distinfo b/devel/electron36/distinfo index 717aa4d05fd2..d050a71588e6 100644 --- a/devel/electron36/distinfo +++ b/devel/electron36/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1751025215 +TIMESTAMP = 1751518359 SHA256 (electron/chromium-136.0.7103.177.tar.xz.0) = 75e7a4c47e9a958aae70a026c8d005c07b76b02bf315071f209070fddaaa7665 SIZE (electron/chromium-136.0.7103.177.tar.xz.0) = 2000000000 SHA256 (electron/chromium-136.0.7103.177.tar.xz.1) = a86bdf58829129e0ef42a1bc6e5864701fba4572456631660c04c20e6d5bcee3 @@ -7,12 +7,12 @@ SHA256 (electron/chromium-136.0.7103.177.tar.xz.2) = 81a0db12277369bfae95002de9b SIZE (electron/chromium-136.0.7103.177.tar.xz.2) = 248456988 SHA256 (electron/pulseaudio-16.1.tar.gz) = 027266c62f2a84422ac45fa721a649508f0f1628fb1fd9242315ac54ce2d7c92 SIZE (electron/pulseaudio-16.1.tar.gz) = 2763111 -SHA256 (electron/electron-yarn-cache-36.6.0.tar.xz) = 12d724437444b7425d85ad5bb3ecabafee10ca23a91185ca4d3cc4e5a9e5411b -SIZE (electron/electron-yarn-cache-36.6.0.tar.xz) = 30310152 -SHA256 (electron/electron-electron-v36.6.0_GH0.tar.gz) = 16bfa406c09bedb7fe51663cf28c8041dc20ff9248585e9b83b6d9ee7886f896 -SIZE (electron/electron-electron-v36.6.0_GH0.tar.gz) = 15808397 -SHA256 (electron/nodejs-node-v22.16.0_GH0.tar.gz) = 00d7c2a8f315f201fe30e2f7ac5a137663ab1c79a5c6873df553aff0409ce291 -SIZE (electron/nodejs-node-v22.16.0_GH0.tar.gz) = 122982623 +SHA256 (electron/electron-yarn-cache-36.7.0.tar.xz) = 12d724437444b7425d85ad5bb3ecabafee10ca23a91185ca4d3cc4e5a9e5411b +SIZE (electron/electron-yarn-cache-36.7.0.tar.xz) = 30310152 +SHA256 (electron/electron-electron-v36.7.0_GH0.tar.gz) = 06d734c2b4ca9808c172c0991dbdc213a01a9d9b70fa4bae9fa4d102d7976d98 +SIZE (electron/electron-electron-v36.7.0_GH0.tar.gz) = 15804808 +SHA256 (electron/nodejs-node-v22.17.0_GH0.tar.gz) = 8d96cd01627c625e9e1db219f91ebbccae074ae4ce1a99a48aeed3d6da9161b9 +SIZE (electron/nodejs-node-v22.17.0_GH0.tar.gz) = 123067140 SHA256 (electron/nodejs-nan-e14bdcd1f72d62bca1d541b66da43130384ec213_GH0.tar.gz) = 02edf8d5b3fef9af94d8a1355da60564a57e7f2c99cb422bce042400607ed2eb SIZE (electron/nodejs-nan-e14bdcd1f72d62bca1d541b66da43130384ec213_GH0.tar.gz) = 180646 SHA256 (electron/Squirrel-Squirrel.Mac-0e5d146ba13101a1302d59ea6e6e0b3cace4ae38_GH0.tar.gz) = f4ebb40a8d85dbb7ef02aa0571b2f8e22182c6d73b6992484a53c90047779d01 diff --git a/devel/electron36/files/patch-electron_shell_browser_ui_inspectable__web__contents.cc b/devel/electron36/files/patch-electron_shell_browser_ui_inspectable__web__contents.cc index 03997274a2d9..abd8c6af7036 100644 --- a/devel/electron36/files/patch-electron_shell_browser_ui_inspectable__web__contents.cc +++ b/devel/electron36/files/patch-electron_shell_browser_ui_inspectable__web__contents.cc @@ -1,6 +1,6 @@ ---- electron/shell/browser/ui/inspectable_web_contents.cc.orig 2025-05-27 16:50:03 UTC +--- electron/shell/browser/ui/inspectable_web_contents.cc.orig 2025-07-02 15:59:39 UTC +++ electron/shell/browser/ui/inspectable_web_contents.cc -@@ -550,7 +550,7 @@ void InspectableWebContents::LoadCompleted() { +@@ -548,7 +548,7 @@ void InspectableWebContents::LoadCompleted() { prefs.FindString("currentDockState"); base::RemoveChars(*current_dock_state, "\"", &dock_state_); } diff --git a/devel/electron36/files/patch-third__party_electron__node_deps_uv_src_unix_pipe.c b/devel/electron36/files/patch-third__party_electron__node_deps_uv_src_unix_pipe.c index b0d0bee1accb..7305f048dbfc 100644 --- a/devel/electron36/files/patch-third__party_electron__node_deps_uv_src_unix_pipe.c +++ b/devel/electron36/files/patch-third__party_electron__node_deps_uv_src_unix_pipe.c @@ -1,6 +1,6 @@ ---- third_party/electron_node/deps/uv/src/unix/pipe.c.orig 2025-02-10 16:22:55 UTC +--- third_party/electron_node/deps/uv/src/unix/pipe.c.orig 2025-06-24 07:41:14 UTC +++ third_party/electron_node/deps/uv/src/unix/pipe.c -@@ -207,9 +207,13 @@ int uv_pipe_open(uv_pipe_t* handle, uv_file fd) { +@@ -209,9 +209,13 @@ int uv_pipe_open(uv_pipe_t* handle, uv_file fd) { if (mode == -1) return UV__ERR(errno); /* according to docs, must be EBADF */ diff --git a/devel/elfcat/Makefile b/devel/elfcat/Makefile index 99a7a66a73f7..9583c2a577f8 100644 --- a/devel/elfcat/Makefile +++ b/devel/elfcat/Makefile @@ -1,6 +1,6 @@ PORTNAME= elfcat DISTVERSION= 0.1.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= lwhsu@FreeBSD.org diff --git a/devel/emacs-lsp-booster/Makefile b/devel/emacs-lsp-booster/Makefile index f12147c35e9b..f0aa76937309 100644 --- a/devel/emacs-lsp-booster/Makefile +++ b/devel/emacs-lsp-booster/Makefile @@ -1,7 +1,7 @@ PORTNAME= emacs-lsp-booster DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel MAINTAINER= ashish@FreeBSD.org diff --git a/devel/fifechan/Makefile b/devel/fifechan/Makefile index 651ec2b01c01..96cd776da742 100644 --- a/devel/fifechan/Makefile +++ b/devel/fifechan/Makefile @@ -3,16 +3,13 @@ PORTVERSION= 0.1.5 PORTREVISION= 1 CATEGORIES= devel games -MAINTAINER= fiziologus@gmail.com +MAINTAINER= danfe@FreeBSD.org COMMENT= Small, efficient C++ GUI library designed for games -WWW= http://fifengine.net/ +WWW= https://fifengine.github.io/fifechan/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE.md -DEPRECATED= Outdated, unsupported upstream and development has slowed down considerbly for the last years -EXPIRATION_DATE=2025-06-30 - USES= cmake USE_LDCONFIG= yes diff --git a/devel/fnm/Makefile b/devel/fnm/Makefile index defeeb5d82d2..ba407e5627c9 100644 --- a/devel/fnm/Makefile +++ b/devel/fnm/Makefile @@ -1,7 +1,7 @@ PORTNAME= fnm DISTVERSIONPREFIX= v DISTVERSION= 1.38.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/fsx/Makefile b/devel/fsx/Makefile index 26c0df80bb84..8b115237337d 100644 --- a/devel/fsx/Makefile +++ b/devel/fsx/Makefile @@ -1,6 +1,6 @@ PORTNAME= fsx DISTVERSION= 0.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/devel/gbump/Makefile b/devel/gbump/Makefile index e61e1d252fd5..62929490a2c1 100644 --- a/devel/gbump/Makefile +++ b/devel/gbump/Makefile @@ -1,6 +1,6 @@ PORTNAME= gbump PORTVERSION= 1.1.2 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= devel MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/devel/gfold/Makefile b/devel/gfold/Makefile index 57483cb32628..be091ee21f68 100644 --- a/devel/gfold/Makefile +++ b/devel/gfold/Makefile @@ -1,6 +1,6 @@ PORTNAME= gfold DISTVERSION= 4.0.0 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= devel MAINTAINER= sec.research.2005@gmail.com diff --git a/devel/ghostie/Makefile b/devel/ghostie/Makefile index b7568d0a236b..b1e8b6aa9d4a 100644 --- a/devel/ghostie/Makefile +++ b/devel/ghostie/Makefile @@ -1,7 +1,7 @@ PORTNAME= ghostie DISTVERSIONPREFIX= v DISTVERSION= 0.3.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/git-absorb/Makefile b/devel/git-absorb/Makefile index dfe71de642ac..265762e96917 100644 --- a/devel/git-absorb/Makefile +++ b/devel/git-absorb/Makefile @@ -1,6 +1,6 @@ PORTNAME= git-absorb DISTVERSION= 0.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= eduardo@FreeBSD.org diff --git a/devel/git-branchless/Makefile b/devel/git-branchless/Makefile index 13f41922b2d4..b73ee274f8fa 100644 --- a/devel/git-branchless/Makefile +++ b/devel/git-branchless/Makefile @@ -1,7 +1,7 @@ PORTNAME= git-branchless DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/git-cinnabar/Makefile b/devel/git-cinnabar/Makefile index 35af41951d40..1995c8ea9ebc 100644 --- a/devel/git-cinnabar/Makefile +++ b/devel/git-cinnabar/Makefile @@ -1,6 +1,6 @@ PORTNAME= git-cinnabar DISTVERSION= 0.7.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org diff --git a/devel/git-cliff/Makefile b/devel/git-cliff/Makefile index b182edc2c67a..c12b0739cc73 100644 --- a/devel/git-cliff/Makefile +++ b/devel/git-cliff/Makefile @@ -1,6 +1,7 @@ PORTNAME= git-cliff DISTVERSIONPREFIX= v DISTVERSION= 2.9.1 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/git-delta/Makefile b/devel/git-delta/Makefile index 3435bd46cacb..3a4ecc02210b 100644 --- a/devel/git-delta/Makefile +++ b/devel/git-delta/Makefile @@ -1,6 +1,6 @@ PORTNAME= delta DISTVERSION= 0.18.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel PKGNAMEPREFIX= git- diff --git a/devel/git-graph/Makefile b/devel/git-graph/Makefile index 7f802a025d12..6091cdaa1b4b 100644 --- a/devel/git-graph/Makefile +++ b/devel/git-graph/Makefile @@ -1,6 +1,6 @@ PORTNAME= git-graph DISTVERSION= 0.6.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MAINTAINER= rodrigo@FreeBSD.org diff --git a/devel/git-repo-manager/Makefile b/devel/git-repo-manager/Makefile index 318eaa39438a..c307c283b496 100644 --- a/devel/git-repo-manager/Makefile +++ b/devel/git-repo-manager/Makefile @@ -1,7 +1,7 @@ PORTNAME= git-repo-manager DISTVERSIONPREFIX= v DISTVERSION= 0.7.22 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/git-workspace/Makefile b/devel/git-workspace/Makefile index e8545fdf09ce..c0089afea218 100644 --- a/devel/git-workspace/Makefile +++ b/devel/git-workspace/Makefile @@ -1,7 +1,7 @@ PORTNAME= git-workspace DISTVERSIONPREFIX= v DISTVERSION= 1.9.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/git/Makefile b/devel/git/Makefile index 12b9fc972980..164556ca0ff0 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -1,5 +1,6 @@ PORTNAME= git DISTVERSION= 2.50.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/software/scm/git DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -71,7 +72,7 @@ CONFIGURE_ARGS= --enable-pthreads=-pthread ac_cv_header_libcharset_h=no .if ${SUBPORT} == core OPTIONS_DEFINE= CONTRIB CURL DOCS GITWEB ICONV NLS PCRE2 PERL SEND_EMAIL \ - SUBTREE SYSINFO + SUBTREE OPTIONS_DEFAULT=CONTRIB CURL GITWEB ICONV PCRE2 PERL SEND_EMAIL SUBTREE . if ${FLAVOR:U} == lite @@ -93,7 +94,6 @@ GITWEB_DESC= Install gitweb PCRE2_DESC= Use Perl Compatible Regular Expressions (v2) SEND_EMAIL_DESC=Enable the git-send-email(1) script SUBTREE_DESC= Install git-subtree -SYSINFO_DESC= Use libsysinfo NLS_USES= gettext NLS_MAKE_ARGS_OFF= NO_GETTEXT=yes @@ -127,10 +127,6 @@ DOCS_DISTFILES= ${PORTNAME}-htmldocs-${DISTVERSION}${EXTRACT_SUFX} SUBTREE_BUILD_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor \ xmlto:textproc/xmlto -SYSINFO_LIB_DEPENDS= libsysinfo.so:devel/libsysinfo -SYSINFO_CONFIGURE_ON= --with-libsysinfo -SYSINFO_LDFLAGS= -lsysinfo - .else NO_ARCH= yes diff --git a/devel/git/files/patch-configure.ac b/devel/git/files/patch-configure.ac index d75441bb721f..35ed793fa5c4 100644 --- a/devel/git/files/patch-configure.ac +++ b/devel/git/files/patch-configure.ac @@ -12,20 +12,78 @@ # # Define PYTHON_PATH to provide path to Python. GIT_ARG_SET_PATH(python, allow-without) -@@ -1070,6 +1070,8 @@ GIT_CONF_SUBST([CHARSET_LIB]) - # - # Define HAVE_SYSINFO=YesPlease if sysinfo is available. +@@ -1068,32 +1068,6 @@ GIT_CONF_SUBST([CHARSET_LIB]) + GIT_CONF_SUBST([CHARSET_LIB]) + # -+AC_ARG_WITH(libsysinfo, -+AS_HELP_STRING([--with-libsysinfo],[support libsysinfo (default is NO)]), - AC_DEFUN([HAVE_SYSINFO_SRC], [ - AC_LANG_PROGRAM([[ - #include <stdint.h> -@@ -1091,6 +1093,7 @@ AC_COMPILE_IFELSE([HAVE_SYSINFO_SRC], - HAVE_SYSINFO=YesPlease], +-# Define HAVE_SYSINFO=YesPlease if sysinfo is available. +-# +-AC_DEFUN([HAVE_SYSINFO_SRC], [ +-AC_LANG_PROGRAM([[ +-#include <stdint.h> +-#include <sys/sysinfo.h> +-]], [[ +-struct sysinfo si; +-uint64_t t = 0; +-if (!sysinfo(&si)) { +- t = si.totalram; +- if (si.mem_unit > 1) +- t *= (uint64_t)si.mem_unit; +-} +-return t; +-]])]) +- +-AC_MSG_CHECKING([for sysinfo]) +-AC_COMPILE_IFELSE([HAVE_SYSINFO_SRC], +- [AC_MSG_RESULT([yes]) +- HAVE_SYSINFO=YesPlease], +- [AC_MSG_RESULT([no]) +- HAVE_SYSINFO=]) +-GIT_CONF_SUBST([HAVE_SYSINFO]) +- +-# + # Define HAVE_CLOCK_GETTIME=YesPlease if clock_gettime is available. + GIT_CHECK_FUNC(clock_gettime, + [HAVE_CLOCK_GETTIME=YesPlease], +@@ -1220,6 +1194,41 @@ GIT_CONF_SUBST([HAVE_BSD_SYSCTL]) [AC_MSG_RESULT([no]) - HAVE_SYSINFO=]) -+) - GIT_CONF_SUBST([HAVE_SYSINFO]) + HAVE_BSD_SYSCTL=]) + GIT_CONF_SUBST([HAVE_BSD_SYSCTL]) ++ ++# ++# Define HAVE_SYSINFO=YesPlease if sysinfo is available. ++# ++ ++HAVE_SYSINFO= ++# on a *BSD system, sysctl() takes precedence over the ++# sysinfo() compatibility library (if installed). ++ ++if test -z "$HAVE_BSD_SYSCTL"; then ++ ++ AC_DEFUN([HAVE_SYSINFO_SRC], [ ++ AC_LANG_PROGRAM([[ ++ #include <stdint.h> ++ #include <sys/sysinfo.h> ++ ]], [[ ++ struct sysinfo si; ++ uint64_t t = 0; ++ if (!sysinfo(&si)) { ++ t = si.totalram; ++ if (si.mem_unit > 1) ++ t *= (uint64_t)si.mem_unit; ++ } ++ return t; ++ ]])]) ++ ++ AC_MSG_CHECKING([for sysinfo]) ++ AC_COMPILE_IFELSE([HAVE_SYSINFO_SRC], ++ [AC_MSG_RESULT([yes]) ++ HAVE_SYSINFO=YesPlease], ++ [AC_MSG_RESULT([no]) ++ HAVE_SYSINFO=]) ++ GIT_CONF_SUBST([HAVE_SYSINFO]) ++ ++fi - # + ## Other checks. + # Define NO_SYMLINK_HEAD if you never want .git/HEAD to be a symbolic link. diff --git a/devel/gitoxide/Makefile b/devel/gitoxide/Makefile index 305d7759e2f8..c647eb026270 100644 --- a/devel/gitoxide/Makefile +++ b/devel/gitoxide/Makefile @@ -1,7 +1,7 @@ PORTNAME= gitoxide DISTVERSIONPREFIX= v DISTVERSION= 0.41.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/gitu/Makefile b/devel/gitu/Makefile index 8219b9aca183..f2b92bf59048 100644 --- a/devel/gitu/Makefile +++ b/devel/gitu/Makefile @@ -1,7 +1,7 @@ PORTNAME= gitu DISTVERSIONPREFIX= v DISTVERSION= 0.32.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/gitui/Makefile b/devel/gitui/Makefile index 50b11ab95323..ec4917bcab5b 100644 --- a/devel/gitui/Makefile +++ b/devel/gitui/Makefile @@ -1,7 +1,7 @@ PORTNAME= gitui DISTVERSIONPREFIX= v DISTVERSION= 0.27.0 # After update, `make patch` and `make cargo-crates > Makefile.crates` to avoid fetching vendored openssl-src -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/glibd/Makefile b/devel/glibd/Makefile index 4b2d3a55b474..80b2d9860273 100644 --- a/devel/glibd/Makefile +++ b/devel/glibd/Makefile @@ -1,7 +1,7 @@ PORTNAME= glibd PORTVERSION= 2.4.3 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= arrowd@FreeBSD.org diff --git a/devel/glitter/Makefile b/devel/glitter/Makefile index 302b311bde80..5bbcad490b3f 100644 --- a/devel/glitter/Makefile +++ b/devel/glitter/Makefile @@ -1,7 +1,7 @@ PORTNAME= glitter DISTVERSIONPREFIX= v DISTVERSION= 1.6.6 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel PKGNAMESUFFIX= -git-tool diff --git a/devel/grcov/Makefile b/devel/grcov/Makefile index d7fd147c5b4a..4dafcaa00ec6 100644 --- a/devel/grcov/Makefile +++ b/devel/grcov/Makefile @@ -1,7 +1,7 @@ PORTNAME= grcov DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/grex/Makefile b/devel/grex/Makefile index 93942346d6bc..8d4474758b06 100644 --- a/devel/grex/Makefile +++ b/devel/grex/Makefile @@ -1,7 +1,7 @@ PORTNAME= grex DISTVERSIONPREFIX= v DISTVERSION= 1.4.5 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel MAINTAINER= petteri.valkonen@iki.fi diff --git a/devel/hvm/Makefile b/devel/hvm/Makefile index b532b177d1b2..421a9a31287b 100644 --- a/devel/hvm/Makefile +++ b/devel/hvm/Makefile @@ -1,6 +1,6 @@ PORTNAME= hvm DISTVERSION= g20240821 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/icontheme/Makefile b/devel/icontheme/Makefile index da278be3e7f7..9e5e26e52850 100644 --- a/devel/icontheme/Makefile +++ b/devel/icontheme/Makefile @@ -1,6 +1,6 @@ PORTNAME= icontheme PORTVERSION= 1.2.3 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/inifiled/Makefile b/devel/inifiled/Makefile index 56643ac7fc46..9f90da6ecbd3 100644 --- a/devel/inifiled/Makefile +++ b/devel/inifiled/Makefile @@ -1,6 +1,6 @@ PORTNAME= inifiled PORTVERSION= 2.0.0 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/inilike/Makefile b/devel/inilike/Makefile index 3fa267be08f1..7d9fe72471ad 100644 --- a/devel/inilike/Makefile +++ b/devel/inilike/Makefile @@ -1,6 +1,6 @@ PORTNAME= inilike PORTVERSION= 1.2.1 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/interactive_rebase_tool/Makefile b/devel/interactive_rebase_tool/Makefile index 1aaf3c9f8141..83c6c29a88e7 100644 --- a/devel/interactive_rebase_tool/Makefile +++ b/devel/interactive_rebase_tool/Makefile @@ -1,6 +1,6 @@ PORTNAME= interactive_rebase_tool DISTVERSION= 2.4.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= devel MAINTAINER= petteri.valkonen@iki.fi diff --git a/devel/isfreedesktop/Makefile b/devel/isfreedesktop/Makefile index a12a633d8189..6c1760a85caf 100644 --- a/devel/isfreedesktop/Makefile +++ b/devel/isfreedesktop/Makefile @@ -1,6 +1,6 @@ PORTNAME= isfreedesktop PORTVERSION= 0.1.1 -PORTREVISION= 6 +PORTREVISION= 7 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/jenkins/Makefile b/devel/jenkins/Makefile index 3f119abfb907..215203d95bf6 100644 --- a/devel/jenkins/Makefile +++ b/devel/jenkins/Makefile @@ -1,5 +1,5 @@ PORTNAME= jenkins -PORTVERSION= 2.515 +PORTVERSION= 2.517 CATEGORIES= devel java MASTER_SITES= https://get.jenkins.io/war/${PORTVERSION}/ DISTNAME= jenkins diff --git a/devel/jenkins/distinfo b/devel/jenkins/distinfo index 20fea914fa99..0e451d3fb6c4 100644 --- a/devel/jenkins/distinfo +++ b/devel/jenkins/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750189552 -SHA256 (jenkins/2.515/jenkins.war) = d07c2a75c35c8451a65fc6508fed1add7bb75e25b9e7b25dd566f286b8ea0ce7 -SIZE (jenkins/2.515/jenkins.war) = 87480154 +TIMESTAMP = 1751524230 +SHA256 (jenkins/2.517/jenkins.war) = 9b2fcf89c7d1d75b4762fff84878a5284db71a916c5ab258af1b39c56b032901 +SIZE (jenkins/2.517/jenkins.war) = 87485317 diff --git a/devel/jetbrains-restarter/Makefile b/devel/jetbrains-restarter/Makefile index 74bde7b7785d..768b56931311 100644 --- a/devel/jetbrains-restarter/Makefile +++ b/devel/jetbrains-restarter/Makefile @@ -1,6 +1,6 @@ PORTNAME= restarter DISTVERSION= 242.23726.38 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel PKGNAMEPREFIX= jetbrains- DIST_SUBDIR= jetbrains diff --git a/devel/jsonrpc-glib/Makefile b/devel/jsonrpc-glib/Makefile index 61711dde12da..15fa99c9a211 100644 --- a/devel/jsonrpc-glib/Makefile +++ b/devel/jsonrpc-glib/Makefile @@ -1,5 +1,5 @@ PORTNAME= jsonrpc-glib -PORTVERSION= 3.44.1 +PORTVERSION= 3.44.2 CATEGORIES= devel MASTER_SITES= GNOME @@ -14,5 +14,6 @@ LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib USES= compiler:c11 gnome meson pkgconfig tar:xz vala:build USE_GNOME= glib20 introspection:build +USE_LDCONFIG= yes .include <bsd.port.mk> diff --git a/devel/jsonrpc-glib/distinfo b/devel/jsonrpc-glib/distinfo index 912e8e24079c..0889b2c22e56 100644 --- a/devel/jsonrpc-glib/distinfo +++ b/devel/jsonrpc-glib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741872025 -SHA256 (jsonrpc-glib-3.44.1.tar.xz) = 1361d17e9c805646afe5102e59baf8ca450238600fcabd01586c654b78bb30df -SIZE (jsonrpc-glib-3.44.1.tar.xz) = 42600 +TIMESTAMP = 1751208943 +SHA256 (jsonrpc-glib-3.44.2.tar.xz) = 965496b6e1314f3468b482a5d80340dc3b0340a5402d7783cad24154aee77396 +SIZE (jsonrpc-glib-3.44.2.tar.xz) = 42724 diff --git a/devel/jsonrpc-glib/pkg-plist b/devel/jsonrpc-glib/pkg-plist index f477c165856f..9681d94ad6cd 100644 --- a/devel/jsonrpc-glib/pkg-plist +++ b/devel/jsonrpc-glib/pkg-plist @@ -10,7 +10,7 @@ include/jsonrpc-glib-1.0/jsonrpc-version.h lib/girepository-1.0/Jsonrpc-1.0.typelib lib/libjsonrpc-glib-1.0.so lib/libjsonrpc-glib-1.0.so.1 -lib/libjsonrpc-glib-1.0.so.1.4400.1 +lib/libjsonrpc-glib-1.0.so.1.4400.2 libdata/pkgconfig/jsonrpc-glib-1.0.pc share/gir-1.0/Jsonrpc-1.0.gir share/vala/vapi/jsonrpc-glib-1.0.deps diff --git a/devel/jujutsu/Makefile b/devel/jujutsu/Makefile index 486f2630ade1..7ac0be91cc75 100644 --- a/devel/jujutsu/Makefile +++ b/devel/jujutsu/Makefile @@ -1,6 +1,6 @@ PORTNAME= jujutsu DISTVERSIONPREFIX= v -DISTVERSION= 0.30.0 +DISTVERSION= 0.31.0 CATEGORIES= devel MAINTAINER= se@FreeBSD.org diff --git a/devel/jujutsu/Makefile.crates b/devel/jujutsu/Makefile.crates index cc700e31f28b..825574f47e1d 100644 --- a/devel/jujutsu/Makefile.crates +++ b/devel/jujutsu/Makefile.crates @@ -46,12 +46,12 @@ CARGO_CRATES= addr2line-0.24.2 \ ciborium-0.2.2 \ ciborium-io-0.2.2 \ ciborium-ll-0.2.2 \ - clap-4.5.39 \ + clap-4.5.40 \ clap-markdown-0.1.5 \ - clap_builder-4.5.39 \ - clap_complete-4.5.52 \ - clap_complete_nushell-4.5.6 \ - clap_derive-4.5.32 \ + clap_builder-4.5.40 \ + clap_complete-4.5.54 \ + clap_complete_nushell-4.5.7 \ + clap_derive-4.5.40 \ clap_lex-0.7.4 \ clap_mangen-0.2.26 \ clru-0.6.2 \ @@ -91,13 +91,13 @@ CARGO_CRATES= addr2line-0.24.2 \ encoding_rs-0.8.35 \ enum_dispatch-0.3.13 \ equivalent-1.0.2 \ + erased-serde-0.4.6 \ errno-0.3.12 \ escape8259-0.5.3 \ etcetera-0.10.0 \ euclid-0.22.11 \ fancy-regex-0.11.0 \ fancy-regex-0.14.0 \ - faster-hex-0.9.0 \ faster-hex-0.10.0 \ fastrand-2.3.0 \ filedescriptor-0.8.3 \ @@ -123,65 +123,60 @@ CARGO_CRATES= addr2line-0.24.2 \ getrandom-0.2.16 \ getrandom-0.3.3 \ gimli-0.31.1 \ - gix-0.71.0 \ - gix-actor-0.34.0 \ - gix-attributes-0.25.0 \ + gix-0.72.1 \ + gix-actor-0.35.1 \ + gix-attributes-0.26.1 \ gix-bitmap-0.2.14 \ gix-chunk-0.4.11 \ - gix-command-0.5.0 \ - gix-commitgraph-0.27.0 \ - gix-config-0.44.0 \ - gix-config-value-0.14.12 \ - gix-date-0.9.4 \ - gix-diff-0.51.0 \ - gix-dir-0.13.0 \ - gix-discover-0.39.0 \ - gix-features-0.41.1 \ + gix-command-0.6.1 \ + gix-commitgraph-0.28.0 \ + gix-config-0.45.1 \ + gix-config-value-0.15.0 \ + gix-date-0.10.2 \ + gix-diff-0.52.1 \ + gix-dir-0.14.1 \ + gix-discover-0.40.1 \ gix-features-0.42.1 \ - gix-filter-0.18.0 \ - gix-fs-0.14.0 \ + gix-filter-0.19.2 \ gix-fs-0.15.0 \ - gix-glob-0.19.0 \ - gix-hash-0.17.0 \ + gix-glob-0.20.1 \ gix-hash-0.18.0 \ gix-hashtable-0.8.1 \ - gix-ignore-0.14.0 \ - gix-index-0.39.0 \ + gix-ignore-0.15.0 \ + gix-index-0.40.1 \ gix-lock-17.1.0 \ - gix-object-0.48.0 \ - gix-odb-0.68.0 \ - gix-pack-0.58.0 \ - gix-packetline-0.18.4 \ - gix-packetline-blocking-0.18.3 \ + gix-object-0.49.1 \ + gix-odb-0.69.1 \ + gix-pack-0.59.1 \ + gix-packetline-0.19.0 \ + gix-packetline-blocking-0.19.0 \ gix-path-0.10.18 \ - gix-pathspec-0.10.0 \ - gix-protocol-0.49.0 \ - gix-quote-0.5.0 \ - gix-ref-0.51.0 \ - gix-refspec-0.29.0 \ - gix-revision-0.33.0 \ - gix-revwalk-0.19.0 \ - gix-sec-0.10.12 \ - gix-shallow-0.3.0 \ - gix-status-0.18.0 \ - gix-submodule-0.18.0 \ + gix-pathspec-0.11.0 \ + gix-protocol-0.50.1 \ + gix-quote-0.6.0 \ + gix-ref-0.52.1 \ + gix-refspec-0.30.1 \ + gix-revision-0.34.1 \ + gix-revwalk-0.20.1 \ + gix-sec-0.11.0 \ + gix-shallow-0.4.0 \ + gix-status-0.19.1 \ + gix-submodule-0.19.1 \ gix-tempfile-17.1.0 \ gix-trace-0.1.12 \ - gix-transport-0.46.0 \ - gix-traverse-0.45.0 \ - gix-url-0.30.0 \ - gix-utils-0.2.0 \ + gix-transport-0.47.0 \ + gix-traverse-0.46.2 \ + gix-url-0.31.0 \ gix-utils-0.3.0 \ - gix-validate-0.9.4 \ gix-validate-0.10.0 \ - gix-worktree-0.40.0 \ - gix-worktree-state-0.18.0 \ + gix-worktree-0.41.0 \ + gix-worktree-state-0.19.0 \ glob-0.3.2 \ globset-0.4.16 \ half-2.6.0 \ hash32-0.3.1 \ hashbrown-0.14.5 \ - hashbrown-0.15.3 \ + hashbrown-0.15.4 \ heapless-0.8.0 \ heck-0.5.0 \ hermit-abi-0.5.1 \ @@ -201,7 +196,7 @@ CARGO_CRATES= addr2line-0.24.2 \ idna_adapter-1.2.1 \ ignore-0.4.23 \ imara-diff-0.1.8 \ - indexmap-2.9.0 \ + indexmap-2.10.0 \ indoc-2.0.6 \ insta-1.43.1 \ instability-0.3.7 \ @@ -222,7 +217,7 @@ CARGO_CRATES= addr2line-0.24.2 \ kstring-2.0.2 \ lab-0.11.0 \ lazy_static-1.5.0 \ - libc-0.2.172 \ + libc-0.2.174 \ libredox-0.1.3 \ libtest-mimic-0.8.1 \ libz-rs-sys-0.5.0 \ @@ -266,10 +261,10 @@ CARGO_CRATES= addr2line-0.24.2 \ parking_lot_core-0.9.11 \ paste-1.0.15 \ percent-encoding-2.3.1 \ - pest-2.8.0 \ - pest_derive-2.8.0 \ - pest_generator-2.8.0 \ - pest_meta-2.8.0 \ + pest-2.8.1 \ + pest_derive-2.8.1 \ + pest_generator-2.8.1 \ + pest_meta-2.8.1 \ petgraph-0.7.1 \ phf-0.11.3 \ phf_codegen-0.11.3 \ @@ -293,10 +288,14 @@ CARGO_CRATES= addr2line-0.24.2 \ prettyplease-0.2.33 \ proc-macro2-1.0.95 \ prodash-29.0.2 \ + proptest-1.7.0 \ + proptest-derive-0.6.0 \ + proptest-state-machine-0.3.1 \ prost-0.13.5 \ prost-build-0.13.5 \ prost-derive-0.13.5 \ prost-types-0.13.5 \ + quick-error-1.2.3 \ quote-1.0.40 \ r-efi-5.2.0 \ rand-0.8.5 \ @@ -304,6 +303,7 @@ CARGO_CRATES= addr2line-0.24.2 \ rand_chacha-0.9.0 \ rand_core-0.6.4 \ rand_core-0.9.3 \ + rand_xorshift-0.4.0 \ ratatui-0.29.0 \ rayon-1.10.0 \ rayon-core-1.12.1 \ @@ -324,6 +324,7 @@ CARGO_CRATES= addr2line-0.24.2 \ rustix-0.38.44 \ rustix-1.0.7 \ rustversion-1.0.21 \ + rusty-fork-0.3.0 \ ryu-1.0.20 \ same-file-1.0.6 \ sapling-renderdag-0.1.0 \ @@ -336,7 +337,7 @@ CARGO_CRATES= addr2line-0.24.2 \ serde_bytes-0.11.17 \ serde_derive-1.0.219 \ serde_json-1.0.140 \ - serde_spanned-0.6.8 \ + serde_spanned-0.6.9 \ sha1-0.10.6 \ sha1-checked-0.10.0 \ sha2-0.10.9 \ @@ -348,8 +349,8 @@ CARGO_CRATES= addr2line-0.24.2 \ signal-hook-registry-1.4.5 \ similar-2.7.0 \ siphasher-1.0.1 \ - slab-0.4.9 \ - smallvec-1.15.0 \ + slab-0.4.10 \ + smallvec-1.15.1 \ smawk-0.3.2 \ socket2-0.5.10 \ stable_deref_trait-1.2.0 \ @@ -359,7 +360,7 @@ CARGO_CRATES= addr2line-0.24.2 \ strum_macros-0.26.4 \ subtle-2.6.1 \ syn-1.0.109 \ - syn-2.0.101 \ + syn-2.0.104 \ synstructure-0.13.2 \ tempfile-3.20.0 \ terminal_size-0.4.2 \ @@ -384,19 +385,21 @@ CARGO_CRATES= addr2line-0.24.2 \ tokio-1.45.1 \ tokio-macros-2.5.0 \ tokio-util-0.6.10 \ - toml-0.8.22 \ - toml_datetime-0.6.9 \ - toml_edit-0.22.26 \ - toml_write-0.1.1 \ + toml-0.8.23 \ + toml_datetime-0.6.11 \ + toml_edit-0.22.27 \ + toml_write-0.1.2 \ tracing-0.1.41 \ tracing-attributes-0.1.28 \ tracing-chrome-0.7.2 \ tracing-core-0.1.33 \ tracing-log-0.2.0 \ tracing-subscriber-0.3.19 \ + typeid-1.0.3 \ typenum-1.18.0 \ ucd-trie-0.1.7 \ uluru-3.1.0 \ + unarray-0.1.4 \ unicode-bom-2.0.3 \ unicode-ident-1.0.18 \ unicode-linebreak-0.1.5 \ diff --git a/devel/jujutsu/distinfo b/devel/jujutsu/distinfo index 2fdcb7506f84..3e59a002c39e 100644 --- a/devel/jujutsu/distinfo +++ b/devel/jujutsu/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1749196493 +TIMESTAMP = 1751614535 SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 SHA256 (rust/crates/adler2-2.0.0.crate) = 512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627 @@ -95,18 +95,18 @@ SHA256 (rust/crates/ciborium-io-0.2.2.crate) = 05afea1e0a06c9be33d539b876f1ce369 SIZE (rust/crates/ciborium-io-0.2.2.crate) = 6697 SHA256 (rust/crates/ciborium-ll-0.2.2.crate) = 57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9 SIZE (rust/crates/ciborium-ll-0.2.2.crate) = 14695 -SHA256 (rust/crates/clap-4.5.39.crate) = fd60e63e9be68e5fb56422e397cf9baddded06dae1d2e523401542383bc72a9f -SIZE (rust/crates/clap-4.5.39.crate) = 57328 +SHA256 (rust/crates/clap-4.5.40.crate) = 40b6887a1d8685cebccf115538db5c0efe625ccac9696ad45c409d96566e910f +SIZE (rust/crates/clap-4.5.40.crate) = 57419 SHA256 (rust/crates/clap-markdown-0.1.5.crate) = d2a2617956a06d4885b490697b5307ebb09fec10b088afc18c81762d848c2339 SIZE (rust/crates/clap-markdown-0.1.5.crate) = 14605 -SHA256 (rust/crates/clap_builder-4.5.39.crate) = 89cc6392a1f72bbeb820d71f32108f61fdaf18bc526e1d23954168a67759ef51 -SIZE (rust/crates/clap_builder-4.5.39.crate) = 169142 -SHA256 (rust/crates/clap_complete-4.5.52.crate) = 1a554639e42d0c838336fc4fbedb9e2df3ad1fa4acda149f9126b4ccfcd7900f -SIZE (rust/crates/clap_complete-4.5.52.crate) = 48444 -SHA256 (rust/crates/clap_complete_nushell-4.5.6.crate) = 9801fe85d7986742027c6d365728a6a4ecb6d2b09866de18be836fef7ebf7df1 -SIZE (rust/crates/clap_complete_nushell-4.5.6.crate) = 35110 -SHA256 (rust/crates/clap_derive-4.5.32.crate) = 09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7 -SIZE (rust/crates/clap_derive-4.5.32.crate) = 33441 +SHA256 (rust/crates/clap_builder-4.5.40.crate) = e0c66c08ce9f0c698cbce5c0279d0bb6ac936d8674174fe48f736533b964f59e +SIZE (rust/crates/clap_builder-4.5.40.crate) = 169191 +SHA256 (rust/crates/clap_complete-4.5.54.crate) = aad5b1b4de04fead402672b48897030eec1f3bfe1550776322f59f6d6e6a5677 +SIZE (rust/crates/clap_complete-4.5.54.crate) = 48534 +SHA256 (rust/crates/clap_complete_nushell-4.5.7.crate) = cdb8335b398d197fb3176efe9400c6c053a41733c26794316c73423d212b2f3d +SIZE (rust/crates/clap_complete_nushell-4.5.7.crate) = 35145 +SHA256 (rust/crates/clap_derive-4.5.40.crate) = d2c7947ae4cc3d851207c1adb5b5e260ff0cca11446b1d6d1423788e442257ce +SIZE (rust/crates/clap_derive-4.5.40.crate) = 33470 SHA256 (rust/crates/clap_lex-0.7.4.crate) = f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6 SIZE (rust/crates/clap_lex-0.7.4.crate) = 12858 SHA256 (rust/crates/clap_mangen-0.2.26.crate) = 724842fa9b144f9b89b3f3d371a89f3455eea660361d13a554f68f8ae5d6c13a @@ -185,6 +185,8 @@ SHA256 (rust/crates/enum_dispatch-0.3.13.crate) = aa18ce2bc66555b3218614519ac839 SIZE (rust/crates/enum_dispatch-0.3.13.crate) = 29876 SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 +SHA256 (rust/crates/erased-serde-0.4.6.crate) = e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7 +SIZE (rust/crates/erased-serde-0.4.6.crate) = 28352 SHA256 (rust/crates/errno-0.3.12.crate) = cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18 SIZE (rust/crates/errno-0.3.12.crate) = 12423 SHA256 (rust/crates/escape8259-0.5.3.crate) = 5692dd7b5a1978a5aeb0ce83b7655c58ca8efdcb79d21036ea249da95afec2c6 @@ -197,8 +199,6 @@ SHA256 (rust/crates/fancy-regex-0.11.0.crate) = b95f7c0680e4142284cf8b22c14a476e SIZE (rust/crates/fancy-regex-0.11.0.crate) = 82918 SHA256 (rust/crates/fancy-regex-0.14.0.crate) = 6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298 SIZE (rust/crates/fancy-regex-0.14.0.crate) = 86969 -SHA256 (rust/crates/faster-hex-0.9.0.crate) = a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183 -SIZE (rust/crates/faster-hex-0.9.0.crate) = 13053 SHA256 (rust/crates/faster-hex-0.10.0.crate) = 7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73 SIZE (rust/crates/faster-hex-0.10.0.crate) = 13419 SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be @@ -249,112 +249,102 @@ SHA256 (rust/crates/getrandom-0.3.3.crate) = 26145e563e54f2cadc477553f1ec5ee650b SIZE (rust/crates/getrandom-0.3.3.crate) = 49493 SHA256 (rust/crates/gimli-0.31.1.crate) = 07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f SIZE (rust/crates/gimli-0.31.1.crate) = 279515 -SHA256 (rust/crates/gix-0.71.0.crate) = a61e71ec6817fc3c9f12f812682cfe51ee6ea0d2e27e02fc3849c35524617435 -SIZE (rust/crates/gix-0.71.0.crate) = 292982 -SHA256 (rust/crates/gix-actor-0.34.0.crate) = f438c87d4028aca4b82f82ba8d8ab1569823cfb3e5bc5fa8456a71678b2a20e7 -SIZE (rust/crates/gix-actor-0.34.0.crate) = 12871 -SHA256 (rust/crates/gix-attributes-0.25.0.crate) = e4e25825e0430aa11096f8b65ced6780d4a96a133f81904edceebb5344c8dd7f -SIZE (rust/crates/gix-attributes-0.25.0.crate) = 22766 +SHA256 (rust/crates/gix-0.72.1.crate) = 01237e8d3d78581f71642be8b0c2ae8c0b2b5c251c9c5d9ebbea3c1ea280dce8 +SIZE (rust/crates/gix-0.72.1.crate) = 293929 +SHA256 (rust/crates/gix-actor-0.35.1.crate) = 6b300e6e4f31f3f6bd2de5e2b0caab192ced00dc0fcd0f7cc56e28c575c8e1ff +SIZE (rust/crates/gix-actor-0.35.1.crate) = 13112 +SHA256 (rust/crates/gix-attributes-0.26.1.crate) = 6f50d813d5c2ce9463ba0c29eea90060df08e38ad8f34b8a192259f8bce5c078 +SIZE (rust/crates/gix-attributes-0.26.1.crate) = 22769 SHA256 (rust/crates/gix-bitmap-0.2.14.crate) = b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540 SIZE (rust/crates/gix-bitmap-0.2.14.crate) = 7704 SHA256 (rust/crates/gix-chunk-0.4.11.crate) = 0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f SIZE (rust/crates/gix-chunk-0.4.11.crate) = 10144 -SHA256 (rust/crates/gix-command-0.5.0.crate) = c0378995847773a697f8e157fe2963ecf3462fe64be05b7b3da000b3b472def8 -SIZE (rust/crates/gix-command-0.5.0.crate) = 15122 -SHA256 (rust/crates/gix-commitgraph-0.27.0.crate) = 043cbe49b7a7505150db975f3cb7c15833335ac1e26781f615454d9d640a28fe -SIZE (rust/crates/gix-commitgraph-0.27.0.crate) = 22254 -SHA256 (rust/crates/gix-config-0.44.0.crate) = 9c6f830bf746604940261b49abf7f655d2c19cadc9f4142ae9379e3a316e8cfa -SIZE (rust/crates/gix-config-0.44.0.crate) = 73085 -SHA256 (rust/crates/gix-config-value-0.14.12.crate) = 8dc2c844c4cf141884678cabef736fd91dd73068b9146e6f004ba1a0457944b6 -SIZE (rust/crates/gix-config-value-0.14.12.crate) = 15627 -SHA256 (rust/crates/gix-date-0.9.4.crate) = daa30058ec7d3511fbc229e4f9e696a35abd07ec5b82e635eff864a2726217e4 -SIZE (rust/crates/gix-date-0.9.4.crate) = 13705 -SHA256 (rust/crates/gix-diff-0.51.0.crate) = a2c975dad2afc85e4e233f444d1efbe436c3cdcf3a07173984509c436d00a3f8 -SIZE (rust/crates/gix-diff-0.51.0.crate) = 57844 -SHA256 (rust/crates/gix-dir-0.13.0.crate) = 5879497bd3815d8277ed864ec8975290a70de5b62bb92d2d666a4cefc5d4793b -SIZE (rust/crates/gix-dir-0.13.0.crate) = 63102 -SHA256 (rust/crates/gix-discover-0.39.0.crate) = f7fb8a4349b854506a3915de18d3341e5f1daa6b489c8affc9ca0d69efe86781 -SIZE (rust/crates/gix-discover-0.39.0.crate) = 22970 -SHA256 (rust/crates/gix-features-0.41.1.crate) = 016d6050219458d14520fe22bdfdeb9cb71631dec9bc2724767c983f60109634 -SIZE (rust/crates/gix-features-0.41.1.crate) = 33677 +SHA256 (rust/crates/gix-command-0.6.1.crate) = d05dd813ef6bb798570308aa7f1245cefa350ec9f30dc53308335eb22b9d0f8b +SIZE (rust/crates/gix-command-0.6.1.crate) = 15092 +SHA256 (rust/crates/gix-commitgraph-0.28.0.crate) = e05050fd6caa6c731fe3bd7f9485b3b520be062d3d139cb2626e052d6c127951 +SIZE (rust/crates/gix-commitgraph-0.28.0.crate) = 22377 +SHA256 (rust/crates/gix-config-0.45.1.crate) = 48f3c8f357ae049bfb77493c2ec9010f58cfc924ae485e1116c3718fc0f0d881 +SIZE (rust/crates/gix-config-0.45.1.crate) = 73729 +SHA256 (rust/crates/gix-config-value-0.15.0.crate) = 439d62e241dae2dffd55bfeeabe551275cf9d9f084c5ebc6b48bad49d03285b7 +SIZE (rust/crates/gix-config-value-0.15.0.crate) = 15580 +SHA256 (rust/crates/gix-date-0.10.2.crate) = 139d1d52b21741e3f0c72b0fc65e1ff34d4eaceb100ef529d182725d2e09b8cb +SIZE (rust/crates/gix-date-0.10.2.crate) = 15102 +SHA256 (rust/crates/gix-diff-0.52.1.crate) = 5e9b43e95fe352da82a969f0c84ff860c2de3e724d93f6681fedbcd6c917f252 +SIZE (rust/crates/gix-diff-0.52.1.crate) = 57859 +SHA256 (rust/crates/gix-dir-0.14.1.crate) = 01e6e2dc5b8917142d0ffe272209d1671e45b771e433f90186bc71c016792e87 +SIZE (rust/crates/gix-dir-0.14.1.crate) = 64263 +SHA256 (rust/crates/gix-discover-0.40.1.crate) = dccfe3e25b4ea46083916c56db3ba9d1e6ef6dce54da485f0463f9fc0fe1837c +SIZE (rust/crates/gix-discover-0.40.1.crate) = 23518 SHA256 (rust/crates/gix-features-0.42.1.crate) = 56f4399af6ec4fd9db84dd4cf9656c5c785ab492ab40a7c27ea92b4241923fed SIZE (rust/crates/gix-features-0.42.1.crate) = 33400 -SHA256 (rust/crates/gix-filter-0.18.0.crate) = cb2b2bbffdc5cc9b2b82fc82da1b98163c9b423ac2b45348baa83a947ac9ab89 -SIZE (rust/crates/gix-filter-0.18.0.crate) = 37418 -SHA256 (rust/crates/gix-fs-0.14.0.crate) = 951e886120dc5fa8cac053e5e5c89443f12368ca36811b2e43d1539081f9c111 -SIZE (rust/crates/gix-fs-0.14.0.crate) = 19699 +SHA256 (rust/crates/gix-filter-0.19.2.crate) = ecf004912949bbcf308d71aac4458321748ecb59f4d046830d25214208c471f1 +SIZE (rust/crates/gix-filter-0.19.2.crate) = 37615 SHA256 (rust/crates/gix-fs-0.15.0.crate) = 67a0637149b4ef24d3ea55f81f77231401c8463fae6da27331c987957eb597c7 SIZE (rust/crates/gix-fs-0.15.0.crate) = 19741 -SHA256 (rust/crates/gix-glob-0.19.0.crate) = 20972499c03473e773a2099e5fd0c695b9b72465837797a51a43391a1635a030 -SIZE (rust/crates/gix-glob-0.19.0.crate) = 16258 -SHA256 (rust/crates/gix-hash-0.17.0.crate) = 834e79722063958b03342edaa1e17595cd2939bb2b3306b3225d0815566dcb49 -SIZE (rust/crates/gix-hash-0.17.0.crate) = 18801 +SHA256 (rust/crates/gix-glob-0.20.1.crate) = 90181472925b587f6079698f79065ff64786e6d6c14089517a1972bca99fb6e9 +SIZE (rust/crates/gix-glob-0.20.1.crate) = 16252 SHA256 (rust/crates/gix-hash-0.18.0.crate) = 8d4900562c662852a6b42e2ef03442eccebf24f047d8eab4f23bc12ef0d785d8 SIZE (rust/crates/gix-hash-0.18.0.crate) = 18940 SHA256 (rust/crates/gix-hashtable-0.8.1.crate) = b5b5cb3c308b4144f2612ff64e32130e641279fcf1a84d8d40dad843b4f64904 SIZE (rust/crates/gix-hashtable-0.8.1.crate) = 10253 -SHA256 (rust/crates/gix-ignore-0.14.0.crate) = 9a27c8380f493a10d1457f756a3f81924d578fc08d6535e304dfcafbf0261d18 -SIZE (rust/crates/gix-ignore-0.14.0.crate) = 12151 -SHA256 (rust/crates/gix-index-0.39.0.crate) = 855bece2d4153453aa5d0a80d51deea1ce8cd6a3b4cf213da85ac344ccb908a7 -SIZE (rust/crates/gix-index-0.39.0.crate) = 53596 +SHA256 (rust/crates/gix-ignore-0.15.0.crate) = ae358c3c96660b10abc7da63c06788dfded603e717edbd19e38c6477911b71c8 +SIZE (rust/crates/gix-ignore-0.15.0.crate) = 12101 +SHA256 (rust/crates/gix-index-0.40.1.crate) = b38e919efd59cb8275d23ad2394b2ab9d002007b27620e145d866d546403b665 +SIZE (rust/crates/gix-index-0.40.1.crate) = 53703 SHA256 (rust/crates/gix-lock-17.1.0.crate) = 570f8b034659f256366dc90f1a24924902f20acccd6a15be96d44d1269e7a796 SIZE (rust/crates/gix-lock-17.1.0.crate) = 13990 -SHA256 (rust/crates/gix-object-0.48.0.crate) = 4943fcdae6ffc135920c9ea71e0362ed539182924ab7a85dd9dac8d89b0dd69a -SIZE (rust/crates/gix-object-0.48.0.crate) = 48838 -SHA256 (rust/crates/gix-odb-0.68.0.crate) = 50306d40dcc982eb6b7593103f066ea6289c7b094cb9db14f3cd2be0b9f5e610 -SIZE (rust/crates/gix-odb-0.68.0.crate) = 62553 -SHA256 (rust/crates/gix-pack-0.58.0.crate) = 9b65fffb09393c26624ca408d32cfe8776fb94cd0a5cdf984905e1d2f39779cb -SIZE (rust/crates/gix-pack-0.58.0.crate) = 104138 -SHA256 (rust/crates/gix-packetline-0.18.4.crate) = 123844a70cf4d5352441dc06bab0da8aef61be94ec239cb631e0ba01dc6d3a04 -SIZE (rust/crates/gix-packetline-0.18.4.crate) = 26579 -SHA256 (rust/crates/gix-packetline-blocking-0.18.3.crate) = 1ecf3ea2e105c7e45587bac04099824301262a6c43357fad5205da36dbb233b3 -SIZE (rust/crates/gix-packetline-blocking-0.18.3.crate) = 22138 +SHA256 (rust/crates/gix-object-0.49.1.crate) = d957ca3640c555d48bb27f8278c67169fa1380ed94f6452c5590742524c40fbb +SIZE (rust/crates/gix-object-0.49.1.crate) = 50087 +SHA256 (rust/crates/gix-odb-0.69.1.crate) = 868f703905fdbcfc1bd750942f82419903ecb7039f5288adb5206d6de405e0c9 +SIZE (rust/crates/gix-odb-0.69.1.crate) = 63292 +SHA256 (rust/crates/gix-pack-0.59.1.crate) = 9d49c55d69c8449f2a0a5a77eb9cbacfebb6b0e2f1215f0fc23a4cb60528a450 +SIZE (rust/crates/gix-pack-0.59.1.crate) = 104396 +SHA256 (rust/crates/gix-packetline-0.19.0.crate) = 8ddc034bc67c848e4ef7596ab5528cd8fd439d310858dbe1ce8b324f25deb91c +SIZE (rust/crates/gix-packetline-0.19.0.crate) = 26737 +SHA256 (rust/crates/gix-packetline-blocking-0.19.0.crate) = c44880f028ba46d6cf37a66d27a300310c6b51b8ed0e44918f93df061168e2f3 +SIZE (rust/crates/gix-packetline-blocking-0.19.0.crate) = 22283 SHA256 (rust/crates/gix-path-0.10.18.crate) = 567f65fec4ef10dfab97ae71f26a27fd4d7fe7b8e3f90c8a58551c41ff3fb65b SIZE (rust/crates/gix-path-0.10.18.crate) = 30214 -SHA256 (rust/crates/gix-pathspec-0.10.0.crate) = fef8422c3c9066d649074b24025125963f85232bfad32d6d16aea9453b82ec14 -SIZE (rust/crates/gix-pathspec-0.10.0.crate) = 23271 -SHA256 (rust/crates/gix-protocol-0.49.0.crate) = 5678ddae1d62880bc30e2200be1b9387af3372e0e88e21f81b4e7f8367355b5a -SIZE (rust/crates/gix-protocol-0.49.0.crate) = 56678 -SHA256 (rust/crates/gix-quote-0.5.0.crate) = 1b005c550bf84de3b24aa5e540a23e6146a1c01c7d30470e35d75a12f827f969 -SIZE (rust/crates/gix-quote-0.5.0.crate) = 9009 -SHA256 (rust/crates/gix-ref-0.51.0.crate) = b2e1f7eb6b7ce82d2d19961f74bd637bab3ea79b1bc7bfb23dbefc67b0415d8b -SIZE (rust/crates/gix-ref-0.51.0.crate) = 63938 -SHA256 (rust/crates/gix-refspec-0.29.0.crate) = 1d8587b21e2264a6e8938d940c5c99662779c13a10741a5737b15fc85c252ffc -SIZE (rust/crates/gix-refspec-0.29.0.crate) = 22454 -SHA256 (rust/crates/gix-revision-0.33.0.crate) = 342caa4e158df3020cadf62f656307c3948fe4eacfdf67171d7212811860c3e9 -SIZE (rust/crates/gix-revision-0.33.0.crate) = 27926 -SHA256 (rust/crates/gix-revwalk-0.19.0.crate) = 2dc7c3d7e5cdc1ab8d35130106e4af0a4f9f9eca0c81f4312b690780e92bde0d -SIZE (rust/crates/gix-revwalk-0.19.0.crate) = 18189 -SHA256 (rust/crates/gix-sec-0.10.12.crate) = 47aeb0f13de9ef2f3033f5ff218de30f44db827ac9f1286f9ef050aacddd5888 -SIZE (rust/crates/gix-sec-0.10.12.crate) = 12935 -SHA256 (rust/crates/gix-shallow-0.3.0.crate) = cc0598aacfe1d52575a21c9492fee086edbb21e228ec36c819c42ab923f434c3 -SIZE (rust/crates/gix-shallow-0.3.0.crate) = 11890 -SHA256 (rust/crates/gix-status-0.18.0.crate) = 605a6d0eb5891680c46e24b2ee7a63ef7bd39cb136dc7c7e55172960cf68b2f5 -SIZE (rust/crates/gix-status-0.18.0.crate) = 40226 -SHA256 (rust/crates/gix-submodule-0.18.0.crate) = 78c7390c2059505c365e9548016d4edc9f35749c6a9112b7b1214400bbc68da2 -SIZE (rust/crates/gix-submodule-0.18.0.crate) = 21510 +SHA256 (rust/crates/gix-pathspec-0.11.0.crate) = ce061c50e5f8f7c830cacb3da3e999ae935e283ce8522249f0ce2256d110979d +SIZE (rust/crates/gix-pathspec-0.11.0.crate) = 23225 +SHA256 (rust/crates/gix-protocol-0.50.1.crate) = f5c17d78bb0414f8d60b5f952196dc2e47ec320dca885de9128ecdb4a0e38401 +SIZE (rust/crates/gix-protocol-0.50.1.crate) = 57176 +SHA256 (rust/crates/gix-quote-0.6.0.crate) = 4a375a75b4d663e8bafe3bf4940a18a23755644c13582fa326e99f8f987d83fd +SIZE (rust/crates/gix-quote-0.6.0.crate) = 8887 +SHA256 (rust/crates/gix-ref-0.52.1.crate) = d1b7985657029684d759f656b09abc3e2c73085596d5cdb494428823970a7762 +SIZE (rust/crates/gix-ref-0.52.1.crate) = 64383 +SHA256 (rust/crates/gix-refspec-0.30.1.crate) = 445ed14e3db78e8e79980085e3723df94e1c8163b3ae5bc8ed6a8fe6cf983b42 +SIZE (rust/crates/gix-refspec-0.30.1.crate) = 22568 +SHA256 (rust/crates/gix-revision-0.34.1.crate) = 78d0b8e5cbd1c329e25383e088cb8f17439414021a643b30afa5146b71e3c65d +SIZE (rust/crates/gix-revision-0.34.1.crate) = 28041 +SHA256 (rust/crates/gix-revwalk-0.20.1.crate) = 1bc756b73225bf005ddeb871d1ca7b3c33e2417d0d53e56effa5a36765b52b28 +SIZE (rust/crates/gix-revwalk-0.20.1.crate) = 18297 +SHA256 (rust/crates/gix-sec-0.11.0.crate) = d0dabbc78c759ecc006b970339394951b2c8e1e38a37b072c105b80b84c308fd +SIZE (rust/crates/gix-sec-0.11.0.crate) = 12827 +SHA256 (rust/crates/gix-shallow-0.4.0.crate) = 6b9a6f6e34d6ede08f522d89e5c7990b4f60524b8ae6ebf8e850963828119ad4 +SIZE (rust/crates/gix-shallow-0.4.0.crate) = 12071 +SHA256 (rust/crates/gix-status-0.19.1.crate) = 072099c2415cfa5397df7d47eacbcb6016d2cd17e0d674c74965e6ad1b17289f +SIZE (rust/crates/gix-status-0.19.1.crate) = 40628 +SHA256 (rust/crates/gix-submodule-0.19.1.crate) = 5f51472f05a450cc61bc91ed2f62fb06e31e2bbb31c420bc4be8793f26c8b0c1 +SIZE (rust/crates/gix-submodule-0.19.1.crate) = 22031 SHA256 (rust/crates/gix-tempfile-17.1.0.crate) = c750e8c008453a2dba67a2b0d928b7716e05da31173a3f5e351d5457ad4470aa SIZE (rust/crates/gix-tempfile-17.1.0.crate) = 18804 SHA256 (rust/crates/gix-trace-0.1.12.crate) = 7c396a2036920c69695f760a65e7f2677267ccf483f25046977d87e4cb2665f7 SIZE (rust/crates/gix-trace-0.1.12.crate) = 10435 -SHA256 (rust/crates/gix-transport-0.46.0.crate) = b3f68c2870bfca8278389d2484a7f2215b67d0b0cc5277d3c72ad72acf41787e -SIZE (rust/crates/gix-transport-0.46.0.crate) = 68629 -SHA256 (rust/crates/gix-traverse-0.45.0.crate) = 36c0b049f8bdb61b20016694102f7b507f2e1727e83e9c5e6dad4f7d84ff7384 -SIZE (rust/crates/gix-traverse-0.45.0.crate) = 24651 -SHA256 (rust/crates/gix-url-0.30.0.crate) = 48dfe23f93f1ddb84977d80bb0dd7aa09d1bf5d5afc0c9b6820cccacc25ae860 -SIZE (rust/crates/gix-url-0.30.0.crate) = 19399 -SHA256 (rust/crates/gix-utils-0.2.0.crate) = 189f8724cf903e7fd57cfe0b7bc209db255cacdcb22c781a022f52c3a774f8d0 -SIZE (rust/crates/gix-utils-0.2.0.crate) = 11178 +SHA256 (rust/crates/gix-transport-0.47.0.crate) = edfe22ba26d4b65c17879f12b9882eafe65d3c8611c933b272fce2c10f546f59 +SIZE (rust/crates/gix-transport-0.47.0.crate) = 69139 +SHA256 (rust/crates/gix-traverse-0.46.2.crate) = b8648172f85aca3d6e919c06504b7ac26baef54e04c55eb0100fa588c102cc33 +SIZE (rust/crates/gix-traverse-0.46.2.crate) = 24863 +SHA256 (rust/crates/gix-url-0.31.0.crate) = 42a1ad0b04a5718b5cb233e6888e52a9b627846296161d81dcc5eb9203ec84b8 +SIZE (rust/crates/gix-url-0.31.0.crate) = 19348 SHA256 (rust/crates/gix-utils-0.3.0.crate) = 5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5 SIZE (rust/crates/gix-utils-0.3.0.crate) = 11052 -SHA256 (rust/crates/gix-validate-0.9.4.crate) = 34b5f1253109da6c79ed7cf6e1e38437080bb6d704c76af14c93e2f255234084 -SIZE (rust/crates/gix-validate-0.9.4.crate) = 12768 SHA256 (rust/crates/gix-validate-0.10.0.crate) = 77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d SIZE (rust/crates/gix-validate-0.10.0.crate) = 12688 -SHA256 (rust/crates/gix-worktree-0.40.0.crate) = f7760dbc4b79aa274fed30adc0d41dca6b917641f26e7867c4071b1fb4dc727b -SIZE (rust/crates/gix-worktree-0.40.0.crate) = 24608 -SHA256 (rust/crates/gix-worktree-state-0.18.0.crate) = 490eb4d38ec2735b3466840aa3881b44ec1a4c180d6a658abfab03910380e18b -SIZE (rust/crates/gix-worktree-state-0.18.0.crate) = 23411 +SHA256 (rust/crates/gix-worktree-0.41.0.crate) = 54f1916f8d928268300c977d773dd70a8746b646873b77add0a34876a8c847e9 +SIZE (rust/crates/gix-worktree-0.41.0.crate) = 24609 +SHA256 (rust/crates/gix-worktree-state-0.19.0.crate) = f81e31496d034dbdac87535b0b9d4659dbbeabaae1045a0dce7c69b5d16ea7d6 +SIZE (rust/crates/gix-worktree-state-0.19.0.crate) = 23425 SHA256 (rust/crates/glob-0.3.2.crate) = a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2 SIZE (rust/crates/glob-0.3.2.crate) = 22359 SHA256 (rust/crates/globset-0.4.16.crate) = 54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5 @@ -365,8 +355,8 @@ SHA256 (rust/crates/hash32-0.3.1.crate) = 47d60b12902ba28e2730cd37e95b8c9223af28 SIZE (rust/crates/hash32-0.3.1.crate) = 10273 SHA256 (rust/crates/hashbrown-0.14.5.crate) = e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 SIZE (rust/crates/hashbrown-0.14.5.crate) = 141498 -SHA256 (rust/crates/hashbrown-0.15.3.crate) = 84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3 -SIZE (rust/crates/hashbrown-0.15.3.crate) = 140413 +SHA256 (rust/crates/hashbrown-0.15.4.crate) = 5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5 +SIZE (rust/crates/hashbrown-0.15.4.crate) = 140447 SHA256 (rust/crates/heapless-0.8.0.crate) = 0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad SIZE (rust/crates/heapless-0.8.0.crate) = 77802 SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea @@ -405,8 +395,8 @@ SHA256 (rust/crates/ignore-0.4.23.crate) = 6d89fd380afde86567dfba715db065673989d SIZE (rust/crates/ignore-0.4.23.crate) = 55901 SHA256 (rust/crates/imara-diff-0.1.8.crate) = 17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2 SIZE (rust/crates/imara-diff-0.1.8.crate) = 155787 -SHA256 (rust/crates/indexmap-2.9.0.crate) = cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e -SIZE (rust/crates/indexmap-2.9.0.crate) = 91214 +SHA256 (rust/crates/indexmap-2.10.0.crate) = fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661 +SIZE (rust/crates/indexmap-2.10.0.crate) = 95836 SHA256 (rust/crates/indoc-2.0.6.crate) = f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd SIZE (rust/crates/indoc-2.0.6.crate) = 17164 SHA256 (rust/crates/insta-1.43.1.crate) = 154934ea70c58054b556dd430b99a98c2a7ff5309ac9891597e339b5c28f4371 @@ -447,8 +437,8 @@ SHA256 (rust/crates/lab-0.11.0.crate) = bf36173d4167ed999940f804952e6b08197cae5a SIZE (rust/crates/lab-0.11.0.crate) = 15140 SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe SIZE (rust/crates/lazy_static-1.5.0.crate) = 14025 -SHA256 (rust/crates/libc-0.2.172.crate) = d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa -SIZE (rust/crates/libc-0.2.172.crate) = 791646 +SHA256 (rust/crates/libc-0.2.174.crate) = 1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776 +SIZE (rust/crates/libc-0.2.174.crate) = 779933 SHA256 (rust/crates/libredox-0.1.3.crate) = c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d SIZE (rust/crates/libredox-0.1.3.crate) = 6068 SHA256 (rust/crates/libtest-mimic-0.8.1.crate) = 5297962ef19edda4ce33aaa484386e0a5b3d7f2f4e037cbeee00503ef6b29d33 @@ -535,14 +525,14 @@ SHA256 (rust/crates/paste-1.0.15.crate) = 57c0d7b74b563b49d38dae00a0c37d4d6de9b4 SIZE (rust/crates/paste-1.0.15.crate) = 18374 SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 -SHA256 (rust/crates/pest-2.8.0.crate) = 198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6 -SIZE (rust/crates/pest-2.8.0.crate) = 128955 -SHA256 (rust/crates/pest_derive-2.8.0.crate) = d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5 -SIZE (rust/crates/pest_derive-2.8.0.crate) = 42196 -SHA256 (rust/crates/pest_generator-2.8.0.crate) = db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841 -SIZE (rust/crates/pest_generator-2.8.0.crate) = 18617 -SHA256 (rust/crates/pest_meta-2.8.0.crate) = 7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0 -SIZE (rust/crates/pest_meta-2.8.0.crate) = 42931 +SHA256 (rust/crates/pest-2.8.1.crate) = 1db05f56d34358a8b1066f67cbb203ee3e7ed2ba674a6263a1d5ec6db2204323 +SIZE (rust/crates/pest-2.8.1.crate) = 128906 +SHA256 (rust/crates/pest_derive-2.8.1.crate) = bb056d9e8ea77922845ec74a1c4e8fb17e7c218cc4fc11a15c5d25e189aa40bc +SIZE (rust/crates/pest_derive-2.8.1.crate) = 42857 +SHA256 (rust/crates/pest_generator-2.8.1.crate) = 87e404e638f781eb3202dc82db6760c8ae8a1eeef7fb3fa8264b2ef280504966 +SIZE (rust/crates/pest_generator-2.8.1.crate) = 18663 +SHA256 (rust/crates/pest_meta-2.8.1.crate) = edd1101f170f5903fde0914f899bb503d9ff5271d7ba76bbb70bea63690cc0d5 +SIZE (rust/crates/pest_meta-2.8.1.crate) = 42949 SHA256 (rust/crates/petgraph-0.7.1.crate) = 3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772 SIZE (rust/crates/petgraph-0.7.1.crate) = 736025 SHA256 (rust/crates/phf-0.11.3.crate) = 1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078 @@ -589,6 +579,12 @@ SHA256 (rust/crates/proc-macro2-1.0.95.crate) = 02b3e5e68a3a1a02aad3ec490a98007c SIZE (rust/crates/proc-macro2-1.0.95.crate) = 51820 SHA256 (rust/crates/prodash-29.0.2.crate) = f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc SIZE (rust/crates/prodash-29.0.2.crate) = 91338 +SHA256 (rust/crates/proptest-1.7.0.crate) = 6fcdab19deb5195a31cf7726a210015ff1496ba1464fd42cb4f537b8b01b471f +SIZE (rust/crates/proptest-1.7.0.crate) = 204889 +SHA256 (rust/crates/proptest-derive-0.6.0.crate) = 095a99f75c69734802359b682be8daaf8980296731f6470434ea2c652af1dd30 +SIZE (rust/crates/proptest-derive-0.6.0.crate) = 61197 +SHA256 (rust/crates/proptest-state-machine-0.3.1.crate) = e943d140e09d07740fb496487c51fb8eb31c70389ac4a2e9dcd8a0d9fdf228d4 +SIZE (rust/crates/proptest-state-machine-0.3.1.crate) = 25526 SHA256 (rust/crates/prost-0.13.5.crate) = 2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5 SIZE (rust/crates/prost-0.13.5.crate) = 32469 SHA256 (rust/crates/prost-build-0.13.5.crate) = be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf @@ -597,6 +593,8 @@ SHA256 (rust/crates/prost-derive-0.13.5.crate) = 8a56d757972c98b346a9b766e3f0274 SIZE (rust/crates/prost-derive-0.13.5.crate) = 20600 SHA256 (rust/crates/prost-types-0.13.5.crate) = 52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16 SIZE (rust/crates/prost-types-0.13.5.crate) = 49145 +SHA256 (rust/crates/quick-error-1.2.3.crate) = a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0 +SIZE (rust/crates/quick-error-1.2.3.crate) = 15066 SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d SIZE (rust/crates/quote-1.0.40.crate) = 31063 SHA256 (rust/crates/r-efi-5.2.0.crate) = 74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5 @@ -611,6 +609,8 @@ SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9ba SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 SHA256 (rust/crates/rand_core-0.9.3.crate) = 99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38 SIZE (rust/crates/rand_core-0.9.3.crate) = 24543 +SHA256 (rust/crates/rand_xorshift-0.4.0.crate) = 513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a +SIZE (rust/crates/rand_xorshift-0.4.0.crate) = 10262 SHA256 (rust/crates/ratatui-0.29.0.crate) = eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b SIZE (rust/crates/ratatui-0.29.0.crate) = 543514 SHA256 (rust/crates/rayon-1.10.0.crate) = b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa @@ -651,6 +651,8 @@ SHA256 (rust/crates/rustix-1.0.7.crate) = c71e83d6afe7ff64890ec6b71d6a69bb8a610a SIZE (rust/crates/rustix-1.0.7.crate) = 414500 SHA256 (rust/crates/rustversion-1.0.21.crate) = 8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d SIZE (rust/crates/rustversion-1.0.21.crate) = 21001 +SHA256 (rust/crates/rusty-fork-0.3.0.crate) = cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f +SIZE (rust/crates/rusty-fork-0.3.0.crate) = 19881 SHA256 (rust/crates/ryu-1.0.20.crate) = 28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f SIZE (rust/crates/ryu-1.0.20.crate) = 48738 SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 @@ -675,8 +677,8 @@ SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21 SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798 SHA256 (rust/crates/serde_json-1.0.140.crate) = 20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373 SIZE (rust/crates/serde_json-1.0.140.crate) = 154852 -SHA256 (rust/crates/serde_spanned-0.6.8.crate) = 87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1 -SIZE (rust/crates/serde_spanned-0.6.8.crate) = 9330 +SHA256 (rust/crates/serde_spanned-0.6.9.crate) = bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3 +SIZE (rust/crates/serde_spanned-0.6.9.crate) = 10210 SHA256 (rust/crates/sha1-0.10.6.crate) = e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba SIZE (rust/crates/sha1-0.10.6.crate) = 13517 SHA256 (rust/crates/sha1-checked-0.10.0.crate) = 89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423 @@ -699,10 +701,10 @@ SHA256 (rust/crates/similar-2.7.0.crate) = bbbb5d9659141646ae647b42fe094daf6c619 SIZE (rust/crates/similar-2.7.0.crate) = 53928 SHA256 (rust/crates/siphasher-1.0.1.crate) = 56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d SIZE (rust/crates/siphasher-1.0.1.crate) = 10351 -SHA256 (rust/crates/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 -SIZE (rust/crates/slab-0.4.9.crate) = 17108 -SHA256 (rust/crates/smallvec-1.15.0.crate) = 8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9 -SIZE (rust/crates/smallvec-1.15.0.crate) = 38113 +SHA256 (rust/crates/slab-0.4.10.crate) = 04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d +SIZE (rust/crates/slab-0.4.10.crate) = 17810 +SHA256 (rust/crates/smallvec-1.15.1.crate) = 67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03 +SIZE (rust/crates/smallvec-1.15.1.crate) = 38116 SHA256 (rust/crates/smawk-0.3.2.crate) = b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c SIZE (rust/crates/smawk-0.3.2.crate) = 13831 SHA256 (rust/crates/socket2-0.5.10.crate) = e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678 @@ -721,8 +723,8 @@ SHA256 (rust/crates/subtle-2.6.1.crate) = 13c2bddecc57b384dee18652358fb23172facb SIZE (rust/crates/subtle-2.6.1.crate) = 14562 SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 SIZE (rust/crates/syn-1.0.109.crate) = 237611 -SHA256 (rust/crates/syn-2.0.101.crate) = 8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf -SIZE (rust/crates/syn-2.0.101.crate) = 299250 +SHA256 (rust/crates/syn-2.0.104.crate) = 17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40 +SIZE (rust/crates/syn-2.0.104.crate) = 299699 SHA256 (rust/crates/synstructure-0.13.2.crate) = 728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2 SIZE (rust/crates/synstructure-0.13.2.crate) = 18950 SHA256 (rust/crates/tempfile-3.20.0.crate) = e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1 @@ -771,14 +773,14 @@ SHA256 (rust/crates/tokio-macros-2.5.0.crate) = 6e06d43f1345a3bcd39f6a56dbb7dcab SIZE (rust/crates/tokio-macros-2.5.0.crate) = 12617 SHA256 (rust/crates/tokio-util-0.6.10.crate) = 36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507 SIZE (rust/crates/tokio-util-0.6.10.crate) = 71140 -SHA256 (rust/crates/toml-0.8.22.crate) = 05ae329d1f08c4d17a59bed7ff5b5a769d062e64a62d34a3261b219e62cd5aae -SIZE (rust/crates/toml-0.8.22.crate) = 76224 -SHA256 (rust/crates/toml_datetime-0.6.9.crate) = 3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3 -SIZE (rust/crates/toml_datetime-0.6.9.crate) = 12622 -SHA256 (rust/crates/toml_edit-0.22.26.crate) = 310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e -SIZE (rust/crates/toml_edit-0.22.26.crate) = 121714 -SHA256 (rust/crates/toml_write-0.1.1.crate) = bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076 -SIZE (rust/crates/toml_write-0.1.1.crate) = 17467 +SHA256 (rust/crates/toml-0.8.23.crate) = dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362 +SIZE (rust/crates/toml-0.8.23.crate) = 36050 +SHA256 (rust/crates/toml_datetime-0.6.11.crate) = 22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c +SIZE (rust/crates/toml_datetime-0.6.11.crate) = 16125 +SHA256 (rust/crates/toml_edit-0.22.27.crate) = 41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a +SIZE (rust/crates/toml_edit-0.22.27.crate) = 78602 +SHA256 (rust/crates/toml_write-0.1.2.crate) = 5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801 +SIZE (rust/crates/toml_write-0.1.2.crate) = 15660 SHA256 (rust/crates/tracing-0.1.41.crate) = 784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0 SIZE (rust/crates/tracing-0.1.41.crate) = 82448 SHA256 (rust/crates/tracing-attributes-0.1.28.crate) = 395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d @@ -791,12 +793,16 @@ SHA256 (rust/crates/tracing-log-0.2.0.crate) = ee855f1f400bd0e5c02d150ae5de38400 SIZE (rust/crates/tracing-log-0.2.0.crate) = 17561 SHA256 (rust/crates/tracing-subscriber-0.3.19.crate) = e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008 SIZE (rust/crates/tracing-subscriber-0.3.19.crate) = 198345 +SHA256 (rust/crates/typeid-1.0.3.crate) = bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c +SIZE (rust/crates/typeid-1.0.3.crate) = 9006 SHA256 (rust/crates/typenum-1.18.0.crate) = 1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f SIZE (rust/crates/typenum-1.18.0.crate) = 74871 SHA256 (rust/crates/ucd-trie-0.1.7.crate) = 2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971 SIZE (rust/crates/ucd-trie-0.1.7.crate) = 46795 SHA256 (rust/crates/uluru-3.1.0.crate) = 7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da SIZE (rust/crates/uluru-3.1.0.crate) = 9664 +SHA256 (rust/crates/unarray-0.1.4.crate) = eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94 +SIZE (rust/crates/unarray-0.1.4.crate) = 12895 SHA256 (rust/crates/unicode-bom-2.0.3.crate) = 7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217 SIZE (rust/crates/unicode-bom-2.0.3.crate) = 10773 SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512 @@ -957,5 +963,5 @@ SHA256 (rust/crates/zerovec-derive-0.11.1.crate) = 5b96237efa0c878c64bd89c436f66 SIZE (rust/crates/zerovec-derive-0.11.1.crate) = 21294 SHA256 (rust/crates/zlib-rs-0.5.0.crate) = 868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8 SIZE (rust/crates/zlib-rs-0.5.0.crate) = 191547 -SHA256 (jj-vcs-jj-v0.30.0_GH0.tar.gz) = 86f8df1e4e76c6a4bcdb728fa74876bacf931641157d16f6e93ebeb5bac0151c -SIZE (jj-vcs-jj-v0.30.0_GH0.tar.gz) = 1977551 +SHA256 (jj-vcs-jj-v0.31.0_GH0.tar.gz) = ff40515de7a5adac267c64c0163b38990a74a71bb7612a898832c812a81070b2 +SIZE (jj-vcs-jj-v0.31.0_GH0.tar.gz) = 2014671 diff --git a/devel/kapptemplate/distinfo b/devel/kapptemplate/distinfo index 051e164a78b6..45973c861070 100644 --- a/devel/kapptemplate/distinfo +++ b/devel/kapptemplate/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036331 -SHA256 (KDE/release-service/25.04.2/kapptemplate-25.04.2.tar.xz) = d1f4f20afe0c8769dfb315004b4b48f7ffffea021f996788fc3a1a726d879b92 -SIZE (KDE/release-service/25.04.2/kapptemplate-25.04.2.tar.xz) = 479596 +TIMESTAMP = 1751381289 +SHA256 (KDE/release-service/25.04.3/kapptemplate-25.04.3.tar.xz) = b75a287958ec122da7f1fab810f9ab624fad6d4ab2c67ee463b236bd7bdfb0e2 +SIZE (KDE/release-service/25.04.3/kapptemplate-25.04.3.tar.xz) = 479648 diff --git a/devel/kcachegrind/distinfo b/devel/kcachegrind/distinfo index 835418d104f0..21f9301c2a34 100644 --- a/devel/kcachegrind/distinfo +++ b/devel/kcachegrind/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036334 -SHA256 (KDE/release-service/25.04.2/kcachegrind-25.04.2.tar.xz) = cf4f8d9471ffe24fc42537eed00a0bf9feea0e9d705334bf8c5c3176d8b7cc6b -SIZE (KDE/release-service/25.04.2/kcachegrind-25.04.2.tar.xz) = 990884 +TIMESTAMP = 1751381292 +SHA256 (KDE/release-service/25.04.3/kcachegrind-25.04.3.tar.xz) = 23c7dcbbf15c5ee00ddac068022f118b5de939d097199b0f918df9f94f74d9e1 +SIZE (KDE/release-service/25.04.3/kcachegrind-25.04.3.tar.xz) = 990836 diff --git a/devel/kde-dev-scripts/distinfo b/devel/kde-dev-scripts/distinfo index 1510fd80d9e1..743bb08ca479 100644 --- a/devel/kde-dev-scripts/distinfo +++ b/devel/kde-dev-scripts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749047315 -SHA256 (KDE/release-service/25.04.2/kde-dev-scripts-25.04.2.tar.xz) = 9a61e253c17c11f89b8e36affa66a7e2d34947a6571e6a1643522cad55b69457 -SIZE (KDE/release-service/25.04.2/kde-dev-scripts-25.04.2.tar.xz) = 376204 +TIMESTAMP = 1751381292 +SHA256 (KDE/release-service/25.04.3/kde-dev-scripts-25.04.3.tar.xz) = 51b1e73755941aa50cc68d1260ef32624a1fe1bc3968a3a7d126ea9fb76ea7f8 +SIZE (KDE/release-service/25.04.3/kde-dev-scripts-25.04.3.tar.xz) = 376240 diff --git a/devel/kde-dev-utils/distinfo b/devel/kde-dev-utils/distinfo index 84462c14bee9..233f039f15b7 100644 --- a/devel/kde-dev-utils/distinfo +++ b/devel/kde-dev-utils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036336 -SHA256 (KDE/release-service/25.04.2/kde-dev-utils-25.04.2.tar.xz) = 6555bd2e65cee7e5f7dc0d14aa4a3dabcf96867233d85adfb7b23877ef8bdf77 -SIZE (KDE/release-service/25.04.2/kde-dev-utils-25.04.2.tar.xz) = 77160 +TIMESTAMP = 1751381294 +SHA256 (KDE/release-service/25.04.3/kde-dev-utils-25.04.3.tar.xz) = e64b249ea10c3bd84314102661d823f28f440c5cc4ae6e706e22588f6d11fc70 +SIZE (KDE/release-service/25.04.3/kde-dev-utils-25.04.3.tar.xz) = 77164 diff --git a/devel/kdesdk-kio/distinfo b/devel/kdesdk-kio/distinfo index 34fae34a3107..a26c8013ba56 100644 --- a/devel/kdesdk-kio/distinfo +++ b/devel/kdesdk-kio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036339 -SHA256 (KDE/release-service/25.04.2/kdesdk-kio-25.04.2.tar.xz) = d6da84eb16f509a4e3ae9cea4ad1d99732af8402098e6150e396c50b7bf2ebf7 -SIZE (KDE/release-service/25.04.2/kdesdk-kio-25.04.2.tar.xz) = 42932 +TIMESTAMP = 1751381297 +SHA256 (KDE/release-service/25.04.3/kdesdk-kio-25.04.3.tar.xz) = 3b93482ea49547e48b485b66ec1a6a1a3499bb031a315cb3cfdb9cb3cc108c8a +SIZE (KDE/release-service/25.04.3/kdesdk-kio-25.04.3.tar.xz) = 42956 diff --git a/devel/kdesdk-thumbnailers/distinfo b/devel/kdesdk-thumbnailers/distinfo index 0ec6c12d7826..bd4198a4e1f8 100644 --- a/devel/kdesdk-thumbnailers/distinfo +++ b/devel/kdesdk-thumbnailers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036341 -SHA256 (KDE/release-service/25.04.2/kdesdk-thumbnailers-25.04.2.tar.xz) = 23d79da0d578bfd9fd08278f0ddd7643965f2acc350f3c134e05db0aaec41d8f -SIZE (KDE/release-service/25.04.2/kdesdk-thumbnailers-25.04.2.tar.xz) = 27272 +TIMESTAMP = 1751381299 +SHA256 (KDE/release-service/25.04.3/kdesdk-thumbnailers-25.04.3.tar.xz) = f018010ac0dc4cfe4dcdf61af73c2b7d7f68ddf1c1926a25f7b9429c64a20de4 +SIZE (KDE/release-service/25.04.3/kdesdk-thumbnailers-25.04.3.tar.xz) = 27292 diff --git a/devel/kdev-php/distinfo b/devel/kdev-php/distinfo index abaa860a0a3d..ab256586f09d 100644 --- a/devel/kdev-php/distinfo +++ b/devel/kdev-php/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036344 -SHA256 (KDE/release-service/25.04.2/kdev-php-25.04.2.tar.xz) = 0c6b9ef749d0f8435651fd01dc25a0dcb4a13a73485e66ed6d53e8244ec84e4d -SIZE (KDE/release-service/25.04.2/kdev-php-25.04.2.tar.xz) = 1099132 +TIMESTAMP = 1751381302 +SHA256 (KDE/release-service/25.04.3/kdev-php-25.04.3.tar.xz) = 7bcaf875b86270f6bdb429ec46be8a01ed067824d4e92368a2d1b19a683880e3 +SIZE (KDE/release-service/25.04.3/kdev-php-25.04.3.tar.xz) = 1099136 diff --git a/devel/kdev-python/distinfo b/devel/kdev-python/distinfo index ee61bde43a5e..e145f19f720a 100644 --- a/devel/kdev-python/distinfo +++ b/devel/kdev-python/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036346 -SHA256 (KDE/release-service/25.04.2/kdev-python-25.04.2.tar.xz) = 005ee17a747903ec082e1d8f6764a24ace846e841cc90ae7c240b5bafd22294d -SIZE (KDE/release-service/25.04.2/kdev-python-25.04.2.tar.xz) = 1109180 +TIMESTAMP = 1751381304 +SHA256 (KDE/release-service/25.04.3/kdev-python-25.04.3.tar.xz) = 46c656bc6e069ab8fb29d3c289dbbbe91531f94b8b6b820b35018a337eb03c09 +SIZE (KDE/release-service/25.04.3/kdev-python-25.04.3.tar.xz) = 1109016 diff --git a/devel/kdevelop/Makefile b/devel/kdevelop/Makefile index de2e49fef7a1..ae4cf97e9ef1 100644 --- a/devel/kdevelop/Makefile +++ b/devel/kdevelop/Makefile @@ -3,7 +3,6 @@ # devel/kdev-python PORTNAME= kdevelop DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= devel kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/devel/kdevelop/distinfo b/devel/kdevelop/distinfo index 169517826f8a..2b338e98af80 100644 --- a/devel/kdevelop/distinfo +++ b/devel/kdevelop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036349 -SHA256 (KDE/release-service/25.04.2/kdevelop-25.04.2.tar.xz) = 946f314f735936b94e1298bb6caae2b3a8a5c04f0a98a13c1effc7d9d826f04b -SIZE (KDE/release-service/25.04.2/kdevelop-25.04.2.tar.xz) = 8919492 +TIMESTAMP = 1751381307 +SHA256 (KDE/release-service/25.04.3/kdevelop-25.04.3.tar.xz) = 72bb08d913c4932eae52781c5a619d8aa04c4c77d0f3162a60ec2e8d027afeae +SIZE (KDE/release-service/25.04.3/kdevelop-25.04.3.tar.xz) = 8919580 diff --git a/devel/kio-extras/distinfo b/devel/kio-extras/distinfo index 3a6bf709d404..844a654a6b3d 100644 --- a/devel/kio-extras/distinfo +++ b/devel/kio-extras/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036351 -SHA256 (KDE/release-service/25.04.2/kio-extras-25.04.2.tar.xz) = d36c0a8827f09007d257ef4ca06eb4f2123db7a38255ba37fe0748ab639d7f99 -SIZE (KDE/release-service/25.04.2/kio-extras-25.04.2.tar.xz) = 3526948 +TIMESTAMP = 1751381309 +SHA256 (KDE/release-service/25.04.3/kio-extras-25.04.3.tar.xz) = f0b630639e4766ce85b9f8444b5b877fc3b40e09ec2fceb0d961eff4914d3fc8 +SIZE (KDE/release-service/25.04.3/kio-extras-25.04.3.tar.xz) = 3527392 diff --git a/devel/kirigami-gallery/distinfo b/devel/kirigami-gallery/distinfo index f5180d37f213..1be84067442f 100644 --- a/devel/kirigami-gallery/distinfo +++ b/devel/kirigami-gallery/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036354 -SHA256 (KDE/release-service/25.04.2/kirigami-gallery-25.04.2.tar.xz) = f958e50b397d7d7bda174842adc2f0f8eb78f308893ab0da74c9629dcfc9a7f7 -SIZE (KDE/release-service/25.04.2/kirigami-gallery-25.04.2.tar.xz) = 376688 +TIMESTAMP = 1751381312 +SHA256 (KDE/release-service/25.04.3/kirigami-gallery-25.04.3.tar.xz) = 8a94609e1bcf14f4228e7ed8d00945011a8f3544f13e8ba99f35a293327ee06e +SIZE (KDE/release-service/25.04.3/kirigami-gallery-25.04.3.tar.xz) = 376636 diff --git a/devel/kopeninghours/distinfo b/devel/kopeninghours/distinfo index 070648c54794..6ab0c8b55625 100644 --- a/devel/kopeninghours/distinfo +++ b/devel/kopeninghours/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036356 -SHA256 (KDE/release-service/25.04.2/kopeninghours-25.04.2.tar.xz) = 809f13438aca245a95ffbfff44241391b55a38595e73d68c37479672b23585fa -SIZE (KDE/release-service/25.04.2/kopeninghours-25.04.2.tar.xz) = 75880 +TIMESTAMP = 1751381314 +SHA256 (KDE/release-service/25.04.3/kopeninghours-25.04.3.tar.xz) = 84b9e783bf0fbdeb1416e7e300894c3268b01220b3c15be5592fb40097b8bcd2 +SIZE (KDE/release-service/25.04.3/kopeninghours-25.04.3.tar.xz) = 75912 diff --git a/devel/kpublictransport/distinfo b/devel/kpublictransport/distinfo index 6f63471c83ca..ea1f1049f3e2 100644 --- a/devel/kpublictransport/distinfo +++ b/devel/kpublictransport/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036359 -SHA256 (KDE/release-service/25.04.2/kpublictransport-25.04.2.tar.xz) = 8815e68e2e9a004a8665074ca91619c0003d2845b5211f9dc03c8904db8262a4 -SIZE (KDE/release-service/25.04.2/kpublictransport-25.04.2.tar.xz) = 834704 +TIMESTAMP = 1751381317 +SHA256 (KDE/release-service/25.04.3/kpublictransport-25.04.3.tar.xz) = 637bac5ff238b92d31c4a677e92a7319981611795756348552f00dd528425e5e +SIZE (KDE/release-service/25.04.3/kpublictransport-25.04.3.tar.xz) = 834216 diff --git a/devel/libdatadog/Makefile b/devel/libdatadog/Makefile index 937b6e62cc93..0a28f6723655 100644 --- a/devel/libdatadog/Makefile +++ b/devel/libdatadog/Makefile @@ -1,7 +1,7 @@ PORTNAME= libdatadog PORTVERSION= 16.0.3 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org diff --git a/devel/libddoc/Makefile b/devel/libddoc/Makefile index a07949a2ef5b..80b7041ff120 100644 --- a/devel/libddoc/Makefile +++ b/devel/libddoc/Makefile @@ -1,6 +1,6 @@ PORTNAME= libddoc PORTVERSION= 0.8.0 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/libddwaf/Makefile b/devel/libddwaf/Makefile index 5df7a76c43d2..8470ff572a59 100644 --- a/devel/libddwaf/Makefile +++ b/devel/libddwaf/Makefile @@ -1,5 +1,5 @@ PORTNAME= libddwaf -PORTVERSION= 1.24.1 +PORTVERSION= 1.25.1 CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org @@ -11,6 +11,7 @@ LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.Apache LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE.BSD3 +BUILD_DEPENDS= rapidjson>=0:devel/rapidjson LIB_DEPENDS= libac.so:devel/libac \ libinjection.so:devel/libinjection \ libre2.so:devel/re2 \ diff --git a/devel/libddwaf/distinfo b/devel/libddwaf/distinfo index 8a5cb046c8ed..98850bf422ea 100644 --- a/devel/libddwaf/distinfo +++ b/devel/libddwaf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744288712 -SHA256 (DataDog-libddwaf-1.24.1_GH0.tar.gz) = ef6ec2be8483e63887777b7e98aaa5921eb531057e4636c75cc877f9acc34125 -SIZE (DataDog-libddwaf-1.24.1_GH0.tar.gz) = 1442946 +TIMESTAMP = 1751375025 +SHA256 (DataDog-libddwaf-1.25.1_GH0.tar.gz) = d66ec2f2db943a755d6b55dc91186f77262588421f5f5b7dace1c9c003a2a004 +SIZE (DataDog-libddwaf-1.25.1_GH0.tar.gz) = 1495357 diff --git a/devel/libddwaf/files/patch-CMakeLists.txt b/devel/libddwaf/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..ff962da9d1c7 --- /dev/null +++ b/devel/libddwaf/files/patch-CMakeLists.txt @@ -0,0 +1,10 @@ +--- CMakeLists.txt.orig 2025-05-28 14:15:10 UTC ++++ CMakeLists.txt +@@ -99,7 +99,6 @@ add_subdirectory(third_party EXCLUDE_FROM_ALL) + + add_subdirectory(third_party EXCLUDE_FROM_ALL) + +-set(LIBDDWAF_PRIVATE_LIBRARIES lib_rapidjson) + if(NOT MSVC AND LIBDDWAF_TESTING AND LIBDDWAF_TEST_COVERAGE) + list(APPEND LIBDDWAF_PRIVATE_LIBRARIES gcov) + endif() diff --git a/devel/libddwaf/files/patch-tests-CMakeLists.txt b/devel/libddwaf/files/patch-tests-CMakeLists.txt new file mode 100644 index 000000000000..712eb969a2cd --- /dev/null +++ b/devel/libddwaf/files/patch-tests-CMakeLists.txt @@ -0,0 +1,11 @@ +--- tests/CMakeLists.txt.orig 2025-05-28 14:15:10 UTC ++++ tests/CMakeLists.txt +@@ -14,7 +14,7 @@ endif() + target_compile_definitions(waf_test PRIVATE LIBDDWAF_VECTORIZED_TRANSFORMERS) + endif() + +-set(LIBDDWAF_TEST_LIBRARIES lib_gtest lib_gmock libddwaf_objects lib_yamlcpp lib_rapidjson) ++set(LIBDDWAF_TEST_LIBRARIES lib_gtest lib_gmock libddwaf_objects lib_yamlcpp) + if(NOT MSVC AND LIBDDWAF_TEST_COVERAGE) + target_compile_options(waf_test PRIVATE -ggdb --coverage) + list(APPEND LIBDDWAF_TEST_LIBRARIES gcov) diff --git a/devel/libddwaf/files/patch-third_party-CMakeLists.txt b/devel/libddwaf/files/patch-third_party-CMakeLists.txt new file mode 100644 index 000000000000..02713054e2e9 --- /dev/null +++ b/devel/libddwaf/files/patch-third_party-CMakeLists.txt @@ -0,0 +1,142 @@ +--- third_party/CMakeLists.txt.orig 2025-05-28 14:15:10 UTC ++++ third_party/CMakeLists.txt +@@ -1,5 +1,4 @@ project(third_party) + project(third_party) +-include(ExternalProject) + + set(DOWNLOAD_SUBDIR downloads) + set(INSTALL_DIR ${CMAKE_BINARY_DIR}/third_party) +@@ -15,27 +14,7 @@ endif() + set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -Wno-unused-parameter -Wno-shadow") + endif() + +-set(RAPIDJSON_COMMIT 24b5e7a8b27f42fa16b96fc70aade9106cf7102f) +-ExternalProject_Add(proj_rapidjson +- URL https://github.com/Tencent/rapidjson/archive/${RAPIDJSON_COMMIT}.tar.gz +- INSTALL_DIR ${INSTALL_DIR} +- CMAKE_ARGS -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE} +- -DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER} +- -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} +- -DCMAKE_CXX_FLAGS=${CMAKE_CXX_FLAGS} +- -DCMAKE_CXX_FLAGS_RELEASE=${CMAKE_CXX_FLAGS_RELEASE} +- -DCMAKE_CXX_FLAGS_RELWITHDEBINFO=${CMAKE_CXX_FLAGS_RELWITHDEBINFO} +- -DCMAKE_CXX_FLAGS_DEBUG=${CMAKE_CXX_FLAGS_DEBUG} +- -DCMAKE_OSX_ARCHITECTURES=${CMAKE_OSX_ARCHITECTURES} +- -DCMAKE_POLICY_VERSION_MINIMUM=3.5 +- BUILD_COMMAND "" +- INSTALL_COMMAND ${CMAKE_COMMAND} -E copy_directory "<SOURCE_DIR>/include/" "<INSTALL_DIR>/include/" +-) +-add_library(lib_rapidjson INTERFACE IMPORTED GLOBAL) +-target_include_directories(lib_rapidjson INTERFACE ${INSTALL_DIR}/include) +-add_dependencies(lib_rapidjson proj_rapidjson) +-target_compile_definitions(lib_rapidjson INTERFACE RAPIDJSON_HAS_STDSTRING=1) +-set_target_properties(proj_rapidjson PROPERTIES EXCLUDE_FROM_ALL TRUE) ++find_package(RapidJSON) + + if(NOT MSVC) + set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -fPIC") +@@ -43,95 +22,20 @@ endif() + set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -fPIC") + endif() + +-if(CMAKE_BUILD_TYPE MATCHES Debug) +- set(LIBGTEST_FILENAME ${CMAKE_STATIC_LIBRARY_PREFIX}gtestd${CMAKE_STATIC_LIBRARY_SUFFIX}) +- set(LIBGMOCK_FILENAME ${CMAKE_STATIC_LIBRARY_PREFIX}gmockd${CMAKE_STATIC_LIBRARY_SUFFIX}) +-else() +- set(LIBGTEST_FILENAME ${CMAKE_STATIC_LIBRARY_PREFIX}gtest${CMAKE_STATIC_LIBRARY_SUFFIX}) +- set(LIBGMOCK_FILENAME ${CMAKE_STATIC_LIBRARY_PREFIX}gmock${CMAKE_STATIC_LIBRARY_SUFFIX}) ++find_library(lib_gmock gmock) ++if(lib_gmock) ++ list(APPEND LIBDDWAF_INTERFACE_LIBRARIES lib_gmock) + endif() +- +-set(GOOGLETEST_COMMIT 955c7f837efad184ec63e771c42542d37545eaef) +-ExternalProject_Add(proj_gtest +- URL https://github.com/google/googletest/archive/${GOOGLETEST_COMMIT}.tar.gz +- INSTALL_DIR ${INSTALL_DIR} +- CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR> +- -DCMAKE_INSTALL_LIBDIR=lib +- -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE} +- -DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER} +- -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} +- -DCMAKE_CXX_FLAGS=${CMAKE_CXX_FLAGS} +- -DCMAKE_CXX_FLAGS_RELEASE=${CMAKE_CXX_FLAGS_RELEASE} +- -DCMAKE_CXX_FLAGS_RELWITHDEBINFO=${CMAKE_CXX_FLAGS_RELWITHDEBINFO} +- -DCMAKE_CXX_FLAGS_DEBUG=${CMAKE_CXX_FLAGS_DEBUG} +- -DCMAKE_OSX_ARCHITECTURES=${CMAKE_OSX_ARCHITECTURES} +- -DBUILD_SHARED_LIBS=0 +- -DBUILD_GMOCK=ON +- BUILD_BYPRODUCTS ${INSTALL_DIR}/lib/${LIBGTEST_FILENAME} ${INSTALL_DIR}/lib/${LIBGMOCK_FILENAME} +-) +- +-add_library(lib_gtest STATIC IMPORTED GLOBAL) +-add_library(lib_gmock STATIC IMPORTED GLOBAL) +-set_property(TARGET lib_gtest PROPERTY IMPORTED_LOCATION ${INSTALL_DIR}/lib/${LIBGTEST_FILENAME}) +-set_property(TARGET lib_gmock PROPERTY IMPORTED_LOCATION ${INSTALL_DIR}/lib/${LIBGMOCK_FILENAME}) +-target_include_directories(lib_gtest INTERFACE ${INSTALL_DIR}/include) +-target_include_directories(lib_gmock INTERFACE ${INSTALL_DIR}/include) +-if(NOT MSVC) +- target_link_libraries(lib_gtest INTERFACE -lpthread) +- target_link_libraries(lib_gmock INTERFACE -lpthread) ++find_library(lib_gtest gtest) ++if(lib_gtest) ++ list(APPEND LIBDDWAF_INTERFACE_LIBRARIES lib_gtest) + endif() + +-add_dependencies(lib_gtest proj_gtest) +-add_dependencies(lib_gmock proj_gtest) +-set_target_properties(lib_gtest lib_gmock proj_gtest PROPERTIES EXCLUDE_FROM_ALL TRUE) +- + # yaml-cpp +-if (NOT MSVC) +- if(CMAKE_BUILD_TYPE MATCHES Debug) +- set(LIBYAML_FILENAME libyaml-cppd${CMAKE_STATIC_LIBRARY_SUFFIX}) +- else() +- set(LIBYAML_FILENAME libyaml-cpp${CMAKE_STATIC_LIBRARY_SUFFIX}) +- endif() +-else() +- set(LIBYAML_FILENAME yaml-cpp${CMAKE_STATIC_LIBRARY_SUFFIX}) ++find_library(lib_yamlcpp yamlcpp) ++if(lib_yamlcpp) ++ list(APPEND LIBDDWAF_INTERFACE_LIBRARIES lib_yamlcpp) + endif() + +-ExternalProject_Add(proj_yamlcpp +- URL https://github.com/jbeder/yaml-cpp/archive/refs/tags/yaml-cpp-0.7.0.zip +- INSTALL_DIR ${INSTALL_DIR} +- CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR> +- -DCMAKE_INSTALL_LIBDIR=lib +- -DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER} +- -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} +- -DCMAKE_CXX_FLAGS=${CMAKE_CXX_FLAGS} +- -DCMAKE_CXX_FLAGS_RELEASE=${CMAKE_CXX_FLAGS_RELEASE} +- -DCMAKE_CXX_FLAGS_RELWITHDEBINFO=${CMAKE_CXX_FLAGS_RELWITHDEBINFO} +- -DCMAKE_CXX_FLAGS_DEBUG=${CMAKE_CXX_FLAGS_DEBUG} +- -DYAML_CPP_BUILD_TESTS=OFF +- -DYAML_CPP_BUILD_CONTRIB=OFF +- -DYAML_CPP_BUILD_TOOLS=OFF +- -DYAML_CPP_INSTALL=ON +- -DYAML_BUILD_SHARED_LIBS=OFF +- -DYAML_MSVC_SHARED_RT=OFF +- -DCMAKE_POLICY_VERSION_MINIMUM=3.5 +- -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE} +- -DCMAKE_OSX_ARCHITECTURES=${CMAKE_OSX_ARCHITECTURES} +- BUILD_BYPRODUCTS ${INSTALL_DIR}/lib/${LIBYAML_FILENAME} +-) +-add_library(lib_yamlcpp STATIC IMPORTED GLOBAL) +-set_target_properties(lib_yamlcpp PROPERTIES IMPORTED_LOCATION ${INSTALL_DIR}/lib/${LIBYAML_FILENAME}) +-target_include_directories(lib_yamlcpp INTERFACE ${INSTALL_DIR}/include) +-add_dependencies(lib_yamlcpp proj_yamlcpp) +-set_target_properties(lib_yamlcpp proj_yamlcpp PROPERTIES EXCLUDE_FROM_ALL TRUE) +- + # Appsec event rules +-ExternalProject_Add(proj_event_rules +- GIT_REPOSITORY git@github.com:DataDog/appsec-event-rules.git +- GIT_TAG 1.9.0 +- GIT_SHALLOW ON +- CONFIGURE_COMMAND "" +- BUILD_COMMAND "" +- INSTALL_COMMAND "") +- +-set_target_properties(proj_event_rules PROPERTIES EXCLUDE_FROM_ALL TRUE) + # vim: et diff --git a/devel/libdex/Makefile b/devel/libdex/Makefile index b24b3c3ba02f..44da3f23021d 100644 --- a/devel/libdex/Makefile +++ b/devel/libdex/Makefile @@ -1,5 +1,5 @@ PORTNAME= libdex -PORTVERSION= 0.10.0 +PORTVERSION= 0.10.1 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -12,6 +12,7 @@ LICENSE= LGPL21 USES= gnome meson pkgconfig tar:xz vala:build USE_GNOME= glib20 introspection:build +USE_LDCONFIG= yes MESON_ARGS= -Dexamples=false \ -Dtests=false diff --git a/devel/libdex/distinfo b/devel/libdex/distinfo index 553776a34f8b..1817e5d05442 100644 --- a/devel/libdex/distinfo +++ b/devel/libdex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745070522 -SHA256 (gnome/libdex-0.10.0.tar.xz) = 98a69626aa7646ad455bea7a7f92d2a1ffa47e4559a154a1bfe98c16fa711ee1 -SIZE (gnome/libdex-0.10.0.tar.xz) = 101652 +TIMESTAMP = 1751101875 +SHA256 (gnome/libdex-0.10.1.tar.xz) = 7472e88090db2b228307505edeba4483e872681340cb0404ae64ac3da5bed0a6 +SIZE (gnome/libdex-0.10.1.tar.xz) = 102088 diff --git a/devel/libdparse/Makefile b/devel/libdparse/Makefile index 423b935c39a4..b1d98310f32c 100644 --- a/devel/libdparse/Makefile +++ b/devel/libdparse/Makefile @@ -1,6 +1,6 @@ PORTNAME= libdparse PORTVERSION= 0.20.0 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/librashader/Makefile b/devel/librashader/Makefile index 8096074b4458..48540a62c333 100644 --- a/devel/librashader/Makefile +++ b/devel/librashader/Makefile @@ -1,6 +1,7 @@ PORTNAME= librashader DISTVERSIONPREFIX= v DISTVERSION= 0.8.1 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= bsdcode@disroot.org diff --git a/devel/libthreadar/Makefile b/devel/libthreadar/Makefile index bcd9bec483e8..07aa1e8a1ae9 100644 --- a/devel/libthreadar/Makefile +++ b/devel/libthreadar/Makefile @@ -1,5 +1,5 @@ PORTNAME= libthreadar -DISTVERSION= 1.5.2 +DISTVERSION= 1.6.0 CATEGORIES= devel sysutils MASTER_SITES= SF/${PORTNAME}/${DISTVERSION}/ \ https://dar.edrusb.org/libthreadar/Releases/ @@ -15,7 +15,10 @@ USES= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes + INSTALL_TARGET= install-strip TEST_TARGET= check +PLIST_SUB= SOLIB_MINOR=${DISTVERSION:S/1.//} + .include <bsd.port.mk> diff --git a/devel/libthreadar/distinfo b/devel/libthreadar/distinfo index 3c3a171f8fbc..0d49414a3eb7 100644 --- a/devel/libthreadar/distinfo +++ b/devel/libthreadar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742710772 -SHA256 (libthreadar-1.5.2.tar.gz) = 7460b160d68cfc84ea6173c81c643735d203a46893473373d2fca744e6d7b649 -SIZE (libthreadar-1.5.2.tar.gz) = 461655 +TIMESTAMP = 1751623543 +SHA256 (libthreadar-1.6.0.tar.gz) = 747f32d952df18777191eb073905d3800cef05fb36fd12b9ef3af493da870eb8 +SIZE (libthreadar-1.6.0.tar.gz) = 465229 diff --git a/devel/libthreadar/pkg-plist b/devel/libthreadar/pkg-plist index 1fe669836d56..55a7b7a471b2 100644 --- a/devel/libthreadar/pkg-plist +++ b/devel/libthreadar/pkg-plist @@ -16,6 +16,6 @@ include/libthreadar/tools.hpp lib/libthreadar.a lib/libthreadar.so lib/libthreadar.so.1000 -lib/libthreadar.so.1000.5.2 +lib/libthreadar.so.1000.%%SOLIB_MINOR%% libdata/pkgconfig/libthreadar.pc %%DATADIR%%/README diff --git a/devel/libwasmtime/Makefile b/devel/libwasmtime/Makefile index 24f5e50b30cd..767616a302b4 100644 --- a/devel/libwasmtime/Makefile +++ b/devel/libwasmtime/Makefile @@ -1,6 +1,7 @@ PORTNAME= lib${GH_PROJECT} PORTVERSION= 34.0.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= osa@FreeBSD.org diff --git a/devel/llvm-cheriot/Makefile b/devel/llvm-cheriot/Makefile index d64120cecf0b..470599a22453 100644 --- a/devel/llvm-cheriot/Makefile +++ b/devel/llvm-cheriot/Makefile @@ -1,7 +1,7 @@ PORTNAME= llvm PORTVERSION= ${LLVM_MAJOR}.1.d${SNAPDATE} -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= devel lang PKGNAMESUFFIX= ${LLVM_SUFFIX} diff --git a/devel/llvm-cheriot/Makefile.snapshot b/devel/llvm-cheriot/Makefile.snapshot index 453eeff5eb86..5abda477f2f6 100644 --- a/devel/llvm-cheriot/Makefile.snapshot +++ b/devel/llvm-cheriot/Makefile.snapshot @@ -4,6 +4,6 @@ # LLVM_MAJOR= 20 LLVM_RELEASE= ${LLVM_MAJOR}.1.3 -SNAPDATE= 20250430 +SNAPDATE= 20250702 -LLVM_COMMIT= 44c01c22f58a1fa95df120c6045886ca38c44339 +LLVM_COMMIT= b9c085ce3a5a9948461851fa061962b2a0f2e5bc diff --git a/devel/llvm-cheriot/distinfo b/devel/llvm-cheriot/distinfo index 376969ab7ec4..47b7fa3e69ce 100644 --- a/devel/llvm-cheriot/distinfo +++ b/devel/llvm-cheriot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747013741 -SHA256 (CHERIoT-Platform-llvm-project-20.1.d20250430-44c01c22f58a1fa95df120c6045886ca38c44339_GH0.tar.gz) = d6cfdb596be2329f3959bef3fafd3908484b398f7344e334089cd5dc66a35b69 -SIZE (CHERIoT-Platform-llvm-project-20.1.d20250430-44c01c22f58a1fa95df120c6045886ca38c44339_GH0.tar.gz) = 230913958 +TIMESTAMP = 1751489841 +SHA256 (CHERIoT-Platform-llvm-project-20.1.d20250702-b9c085ce3a5a9948461851fa061962b2a0f2e5bc_GH0.tar.gz) = 95c839f8c9307daae92824569565ad68327ded3e19f319c1939c1fbf98c4c870 +SIZE (CHERIoT-Platform-llvm-project-20.1.d20250702-b9c085ce3a5a9948461851fa061962b2a0f2e5bc_GH0.tar.gz) = 230937882 diff --git a/devel/lokalize/distinfo b/devel/lokalize/distinfo index 8ca1d4c1f15e..67a003c639eb 100644 --- a/devel/lokalize/distinfo +++ b/devel/lokalize/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036361 -SHA256 (KDE/release-service/25.04.2/lokalize-25.04.2.tar.xz) = 85408af36f906ada01f30342940e065eb2bd9da8cd5de72e2bd4579e3364289e -SIZE (KDE/release-service/25.04.2/lokalize-25.04.2.tar.xz) = 2068348 +TIMESTAMP = 1751381319 +SHA256 (KDE/release-service/25.04.3/lokalize-25.04.3.tar.xz) = 5674c361792daf9b6892f4a267d91bceef245f6161dcffd75d1dd5c4b43b2321 +SIZE (KDE/release-service/25.04.3/lokalize-25.04.3.tar.xz) = 2068224 diff --git a/devel/massif-visualizer/distinfo b/devel/massif-visualizer/distinfo index ea2b20fb0063..467dda08031f 100644 --- a/devel/massif-visualizer/distinfo +++ b/devel/massif-visualizer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036363 -SHA256 (KDE/release-service/25.04.2/massif-visualizer-25.04.2.tar.xz) = 103ed4be91baeaff7ee49e58eaaab0c774f3648865a9a106fc1323b191667917 -SIZE (KDE/release-service/25.04.2/massif-visualizer-25.04.2.tar.xz) = 283884 +TIMESTAMP = 1751381322 +SHA256 (KDE/release-service/25.04.3/massif-visualizer-25.04.3.tar.xz) = 762ac3e82aff576c48b511f37fca042121cfaa10f64df31019b18a7bb0098834 +SIZE (KDE/release-service/25.04.3/massif-visualizer-25.04.3.tar.xz) = 283768 diff --git a/devel/mir-core/Makefile b/devel/mir-core/Makefile index 53df05f1f138..4f8ae51bb26f 100644 --- a/devel/mir-core/Makefile +++ b/devel/mir-core/Makefile @@ -1,6 +1,6 @@ PORTNAME= mir-core PORTVERSION= 1.1.62 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/msgpack-d/Makefile b/devel/msgpack-d/Makefile index ed6ad6876cb2..fd57dff0a8e7 100644 --- a/devel/msgpack-d/Makefile +++ b/devel/msgpack-d/Makefile @@ -1,6 +1,6 @@ PORTNAME= msgpack-d PORTVERSION= 1.0.4 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/nextest/Makefile b/devel/nextest/Makefile index e63f6d0d2f14..64ff1aee91a5 100644 --- a/devel/nextest/Makefile +++ b/devel/nextest/Makefile @@ -1,7 +1,7 @@ PORTNAME= nextest DISTVERSIONPREFIX= cargo-nextest- DISTVERSION= 0.9.88 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/omnilinter/Makefile b/devel/omnilinter/Makefile index 52d997a45aad..4a3bfe068804 100644 --- a/devel/omnilinter/Makefile +++ b/devel/omnilinter/Makefile @@ -1,6 +1,6 @@ PORTNAME= omnilinter PORTVERSION= 0.7.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel MAINTAINER= amdmi3@FreeBSD.org diff --git a/devel/parol-ls/Makefile b/devel/parol-ls/Makefile index 0aa4b032e6ca..7f19cdfbd281 100644 --- a/devel/parol-ls/Makefile +++ b/devel/parol-ls/Makefile @@ -1,6 +1,6 @@ PORTNAME= parol-ls DISTVERSION= 1.0.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/parol/Makefile b/devel/parol/Makefile index 11ebec2c5612..870e4aacae31 100644 --- a/devel/parol/Makefile +++ b/devel/parol/Makefile @@ -1,6 +1,6 @@ PORTNAME= parol DISTVERSION= 1.0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/patsh/Makefile b/devel/patsh/Makefile index 9f58b201de36..edc9c2d123fa 100644 --- a/devel/patsh/Makefile +++ b/devel/patsh/Makefile @@ -1,7 +1,7 @@ PORTNAME= patsh DISTVERSIONPREFIX= v DISTVERSION= 0.2.1 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/pear-channel-doctrine/Makefile b/devel/pear-channel-doctrine/Makefile index fa56c2d112e8..d7f039dad048 100644 --- a/devel/pear-channel-doctrine/Makefile +++ b/devel/pear-channel-doctrine/Makefile @@ -6,6 +6,9 @@ MAINTAINER= bofh@FreeBSD.org COMMENT= PEAR channel ${PEAR_CHANNEL_HOST} WWW= http://pear.doctrine-project.org/ +DEPRECATED= Upstream no longer serves through PEAR channel and has been moved to Composer +EXPIRATION_DATE= 2025-08-05 + PEAR_CHANNEL_HOST= pear.doctrine-project.org .include "${.CURDIR}/../../devel/pear/bsd.pear.channel.mk" diff --git a/devel/pecl-ast/Makefile b/devel/pecl-ast/Makefile index 6b9521fa74c3..ad87b5572d3d 100644 --- a/devel/pecl-ast/Makefile +++ b/devel/pecl-ast/Makefile @@ -11,6 +11,5 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= php:pecl -IGNORE_WITH_PHP= 85 .include <bsd.port.mk> diff --git a/devel/pecl-ast/files/patch-php85 b/devel/pecl-ast/files/patch-php85 new file mode 100644 index 000000000000..b322966979e4 --- /dev/null +++ b/devel/pecl-ast/files/patch-php85 @@ -0,0 +1,50 @@ +Reference: https://github.com/nikic/php-ast/pull/252 + https://github.com/php/php-src/commit/e421a44ac6ba1474d72df46b3331753671bbfe76 + https://github.com/php/php-src/commit/ca49a7bec2a0a8d77bfa4b6d375ca0ffa4edc5ee + +--- ast_data.c.orig 2024-08-10 18:39:35 UTC ++++ ast_data.c +@@ -42,8 +42,10 @@ const zend_ast_kind ast_kinds[] = { + ZEND_AST_EMPTY, + ZEND_AST_ISSET, + ZEND_AST_SHELL_EXEC, ++#if PHP_VERSION_ID < 80500 + ZEND_AST_CLONE, + ZEND_AST_EXIT, ++#endif + ZEND_AST_PRINT, + ZEND_AST_INCLUDE_OR_EVAL, + ZEND_AST_UNARY_OP, +@@ -158,8 +160,10 @@ const char *ast_kind_to_name(zend_ast_kind kind) { + case ZEND_AST_EMPTY: return "AST_EMPTY"; + case ZEND_AST_ISSET: return "AST_ISSET"; + case ZEND_AST_SHELL_EXEC: return "AST_SHELL_EXEC"; ++#if PHP_VERSION_ID < 80500 + case ZEND_AST_CLONE: return "AST_CLONE"; + case ZEND_AST_EXIT: return "AST_EXIT"; ++#endif + case ZEND_AST_PRINT: return "AST_PRINT"; + case ZEND_AST_INCLUDE_OR_EVAL: return "AST_INCLUDE_OR_EVAL"; + case ZEND_AST_UNARY_OP: return "AST_UNARY_OP"; +@@ -278,8 +282,10 @@ zend_string *ast_kind_child_name(zend_ast_kind kind, u + case ZEND_AST_CAST: + case ZEND_AST_EMPTY: + case ZEND_AST_SHELL_EXEC: ++#if PHP_VERSION_ID < 80500 + case ZEND_AST_CLONE: + case ZEND_AST_EXIT: ++#endif + case ZEND_AST_PRINT: + case ZEND_AST_INCLUDE_OR_EVAL: + case ZEND_AST_UNARY_OP: +@@ -618,8 +624,10 @@ void ast_register_kind_constants(INIT_FUNC_ARGS) { + REGISTER_NS_LONG_CONSTANT("ast", "AST_EMPTY", ZEND_AST_EMPTY, CONST_CS | CONST_PERSISTENT); + REGISTER_NS_LONG_CONSTANT("ast", "AST_ISSET", ZEND_AST_ISSET, CONST_CS | CONST_PERSISTENT); + REGISTER_NS_LONG_CONSTANT("ast", "AST_SHELL_EXEC", ZEND_AST_SHELL_EXEC, CONST_CS | CONST_PERSISTENT); ++#if PHP_VERSION_ID < 80500 + REGISTER_NS_LONG_CONSTANT("ast", "AST_CLONE", ZEND_AST_CLONE, CONST_CS | CONST_PERSISTENT); + REGISTER_NS_LONG_CONSTANT("ast", "AST_EXIT", ZEND_AST_EXIT, CONST_CS | CONST_PERSISTENT); ++#endif + REGISTER_NS_LONG_CONSTANT("ast", "AST_PRINT", ZEND_AST_PRINT, CONST_CS | CONST_PERSISTENT); + REGISTER_NS_LONG_CONSTANT("ast", "AST_INCLUDE_OR_EVAL", ZEND_AST_INCLUDE_OR_EVAL, CONST_CS | CONST_PERSISTENT); + REGISTER_NS_LONG_CONSTANT("ast", "AST_UNARY_OP", ZEND_AST_UNARY_OP, CONST_CS | CONST_PERSISTENT); diff --git a/devel/php81-intl/files/patch-config.m4 b/devel/php81-intl/files/patch-config.m4 deleted file mode 100644 index e78dbf7844e7..000000000000 --- a/devel/php81-intl/files/patch-config.m4 +++ /dev/null @@ -1,22 +0,0 @@ -https://github.com/php/php-src/commit/037855fcd3f2 - ---- config.m4.orig 2024-04-09 18:46:23 UTC -+++ config.m4 -@@ -80,7 +80,16 @@ if test "$PHP_INTL" != "no"; then - breakiterator/codepointiterator_methods.cpp" - - PHP_REQUIRE_CXX() -- PHP_CXX_COMPILE_STDCXX(11, mandatory, PHP_INTL_STDCXX) -+ -+ AC_MSG_CHECKING([if intl requires -std=gnu++17]) -+ AS_IF([test "$PKG_CONFIG icu-uc --atleast-version=74"],[ -+ AC_MSG_RESULT([yes]) -+ PHP_CXX_COMPILE_STDCXX(17, mandatory, PHP_INTL_STDCXX) -+ ],[ -+ AC_MSG_RESULT([no]) -+ PHP_CXX_COMPILE_STDCXX(11, mandatory, PHP_INTL_STDCXX) -+ ]) -+ - PHP_INTL_CXX_FLAGS="$INTL_COMMON_FLAGS $PHP_INTL_STDCXX $ICU_CXXFLAGS" - case $host_alias in - *cygwin*) PHP_INTL_CXX_FLAGS="$PHP_INTL_CXX_FLAGS -D_POSIX_C_SOURCE=200809L" diff --git a/devel/pijul/Makefile b/devel/pijul/Makefile index daf30d3a4bda..f6b6f95a3b48 100644 --- a/devel/pijul/Makefile +++ b/devel/pijul/Makefile @@ -1,6 +1,6 @@ PORTNAME= pijul PORTVERSION= 1.0.0.b9 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= devel MAINTAINER= cs@FreeBSD.org diff --git a/devel/pipelight/Makefile b/devel/pipelight/Makefile index d090085c777c..d2a7cea2763c 100644 --- a/devel/pipelight/Makefile +++ b/devel/pipelight/Makefile @@ -1,7 +1,7 @@ PORTNAME= pipelight DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel MAINTAINER= ashish@FreeBSD.org diff --git a/devel/please/Makefile b/devel/please/Makefile index 07e19faa85c3..08a16da5fd92 100644 --- a/devel/please/Makefile +++ b/devel/please/Makefile @@ -1,6 +1,6 @@ PORTNAME= please DISTVERSIONPREFIX= v -DISTVERSION= 17.17.0 +DISTVERSION= 17.18.0 CATEGORIES= devel MASTER_SITES= https://raw.githubusercontent.com/thought-machine/please/${DISTVERSIONFULL}/ DISTFILES= go.mod @@ -21,7 +21,7 @@ BUILD_DEPENDS= bash:shells/bash \ git:devel/git \ protoc:devel/protobuf -USES= go:1.23,modules +USES= go:modules GO_MODULE= github.com/thought-machine/please GO_TARGET= src/please.go:please \ tools/build_langserver/langserver_main.go:build_langserver \ diff --git a/devel/please/distinfo b/devel/please/distinfo index 1933cfc01841..4e32f40e1aa7 100644 --- a/devel/please/distinfo +++ b/devel/please/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1746776318 -SHA256 (go/devel_please/thought-machine-please-v17.17.0_GH0/go.mod) = 55ed6cde8e457309be39cde71ebb97d61129460323fbccee4cb837e8796d61bb -SIZE (go/devel_please/thought-machine-please-v17.17.0_GH0/go.mod) = 5424 -SHA256 (go/devel_please/thought-machine-please-v17.17.0_GH0/thought-machine-please-v17.17.0_GH0.tar.gz) = d3eb4adcd1981d129f07abd9656f5ff77057e7940b2c8b661eda41ca3a029d1e -SIZE (go/devel_please/thought-machine-please-v17.17.0_GH0/thought-machine-please-v17.17.0_GH0.tar.gz) = 2071390 +TIMESTAMP = 1751495810 +SHA256 (go/devel_please/thought-machine-please-v17.18.0_GH0/go.mod) = 55ed6cde8e457309be39cde71ebb97d61129460323fbccee4cb837e8796d61bb +SIZE (go/devel_please/thought-machine-please-v17.18.0_GH0/go.mod) = 5424 +SHA256 (go/devel_please/thought-machine-please-v17.18.0_GH0/thought-machine-please-v17.18.0_GH0.tar.gz) = 6f99e50f0980321e316b4774d258f8498e6c1445b37913b5cd4d82e619f5eefe +SIZE (go/devel_please/thought-machine-please-v17.18.0_GH0/thought-machine-please-v17.18.0_GH0.tar.gz) = 2072281 diff --git a/devel/poxml/distinfo b/devel/poxml/distinfo index 69b5c7a6de64..919071f791da 100644 --- a/devel/poxml/distinfo +++ b/devel/poxml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036366 -SHA256 (KDE/release-service/25.04.2/poxml-25.04.2.tar.xz) = 5ba86b06e155b34da8f7a070b30ed88cd8d8f245c56b85cf992f574ab359ddb8 -SIZE (KDE/release-service/25.04.2/poxml-25.04.2.tar.xz) = 45212 +TIMESTAMP = 1751381324 +SHA256 (KDE/release-service/25.04.3/poxml-25.04.3.tar.xz) = 35e158db85c6c15250ebb17f63062ad5b78e83ea7fa1cc966ed8ca198af89110 +SIZE (KDE/release-service/25.04.3/poxml-25.04.3.tar.xz) = 45208 diff --git a/devel/py-botocore/Makefile b/devel/py-botocore/Makefile index 130d8315368c..4ecd27add526 100644 --- a/devel/py-botocore/Makefile +++ b/devel/py-botocore/Makefile @@ -1,5 +1,5 @@ PORTNAME= botocore -PORTVERSION= 1.38.45 +PORTVERSION= 1.38.46 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-botocore/distinfo b/devel/py-botocore/distinfo index 0d706dfa68d4..900d1ab022a5 100644 --- a/devel/py-botocore/distinfo +++ b/devel/py-botocore/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208154 -SHA256 (botocore-1.38.45.tar.gz) = 02e14c45c350532cc64e3cc8ccb9adf25af4cca750f7d7e765a43fbe3df06aed -SIZE (botocore-1.38.45.tar.gz) = 14069536 +TIMESTAMP = 1751375047 +SHA256 (botocore-1.38.46.tar.gz) = 8798e5a418c27cf93195b077153644aea44cb171fcd56edc1ecebaa1e49e226e +SIZE (botocore-1.38.46.tar.gz) = 14074340 diff --git a/devel/py-coverage/Makefile b/devel/py-coverage/Makefile index ae9fea5de371..69dccf55e7eb 100644 --- a/devel/py-coverage/Makefile +++ b/devel/py-coverage/Makefile @@ -1,5 +1,5 @@ PORTNAME= coverage -PORTVERSION= 7.6.12 +PORTVERSION= 7.9.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-coverage/distinfo b/devel/py-coverage/distinfo index 794918526a29..5ff668b9c1c3 100644 --- a/devel/py-coverage/distinfo +++ b/devel/py-coverage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747006152 -SHA256 (coverage-7.6.12.tar.gz) = 48cfc4641d95d34766ad41d9573cc0f22a48aa88d22657a1fe01dca0dbae4de2 -SIZE (coverage-7.6.12.tar.gz) = 805941 +TIMESTAMP = 1751629257 +SHA256 (coverage-7.9.2.tar.gz) = 997024fa51e3290264ffd7492ec97d0690293ccd2b45a6cd7d82d945a4a80c8b +SIZE (coverage-7.9.2.tar.gz) = 813556 diff --git a/devel/py-dbt-extractor/Makefile b/devel/py-dbt-extractor/Makefile index aee09a814508..8bf81aeb70dd 100644 --- a/devel/py-dbt-extractor/Makefile +++ b/devel/py-dbt-extractor/Makefile @@ -1,6 +1,6 @@ PORTNAME= dbt-extractor PORTVERSION= 0.5.1 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-ddtrace/Makefile b/devel/py-ddtrace/Makefile index e351350b1866..17b2e4d485a8 100644 --- a/devel/py-ddtrace/Makefile +++ b/devel/py-ddtrace/Makefile @@ -1,5 +1,6 @@ PORTNAME= ddtrace PORTVERSION= 2.21.9 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/abseil/abseil-cpp/releases/download/${ABSEIL_VERSION}/:abseil diff --git a/devel/py-deptry/Makefile b/devel/py-deptry/Makefile index a635c7dcdf13..25e660776867 100644 --- a/devel/py-deptry/Makefile +++ b/devel/py-deptry/Makefile @@ -1,6 +1,6 @@ PORTNAME= deptry PORTVERSION= 0.23.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-dulwich/Makefile b/devel/py-dulwich/Makefile index d03ba472e3fc..b3e28258f205 100644 --- a/devel/py-dulwich/Makefile +++ b/devel/py-dulwich/Makefile @@ -1,6 +1,6 @@ PORTNAME= dulwich PORTVERSION= 0.22.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile index 141ad6a4f800..670ecbaa449f 100644 --- a/devel/py-hypothesis/Makefile +++ b/devel/py-hypothesis/Makefile @@ -1,5 +1,5 @@ PORTNAME= hypothesis -PORTVERSION= 6.135.16 +PORTVERSION= 6.135.20 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-hypothesis/distinfo b/devel/py-hypothesis/distinfo index d8af9407d1b2..355781f3affa 100644 --- a/devel/py-hypothesis/distinfo +++ b/devel/py-hypothesis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954178 -SHA256 (hypothesis-6.135.16.tar.gz) = 6131ea0b698e69bad62aae915988b8d00a6ac974351d0830db74c5fffc68c418 -SIZE (hypothesis-6.135.16.tar.gz) = 452900 +TIMESTAMP = 1751375049 +SHA256 (hypothesis-6.135.20.tar.gz) = cef91cf893337b90a4df427ff77674f38bb5bc6c5e1e3d3db1764faee77df7a5 +SIZE (hypothesis-6.135.20.tar.gz) = 452856 diff --git a/devel/py-jellyfish/Makefile b/devel/py-jellyfish/Makefile index 223c544767e6..9114b495e3f2 100644 --- a/devel/py-jellyfish/Makefile +++ b/devel/py-jellyfish/Makefile @@ -1,6 +1,6 @@ PORTNAME= jellyfish PORTVERSION= 0.11.2 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-jupyter-ydoc/Makefile b/devel/py-jupyter-ydoc/Makefile index 0ccf3dd2facf..0183a6b90613 100644 --- a/devel/py-jupyter-ydoc/Makefile +++ b/devel/py-jupyter-ydoc/Makefile @@ -1,5 +1,5 @@ PORTNAME= jupyter-ydoc -PORTVERSION= 3.0.5 +PORTVERSION= 3.1.0 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/jupyter-server/jupyter_ydoc/releases/download/v${PORTVERSION}/ diff --git a/devel/py-jupyter-ydoc/distinfo b/devel/py-jupyter-ydoc/distinfo index 4bd2933bc677..f6f737512e98 100644 --- a/devel/py-jupyter-ydoc/distinfo +++ b/devel/py-jupyter-ydoc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546510 -SHA256 (jupyter_ydoc-3.0.5.tar.gz) = 12208841a1edfe8ee16b8be3e843d54090268498de2d2e783c33a5dd33c995ff -SIZE (jupyter_ydoc-3.0.5.tar.gz) = 957157 +TIMESTAMP = 1751375051 +SHA256 (jupyter_ydoc-3.1.0.tar.gz) = 23d8b3c34b52472371b5c177f849c2a97842b1c634ed7419ca8d744635e29dbc +SIZE (jupyter_ydoc-3.1.0.tar.gz) = 957259 diff --git a/devel/py-libcst/Makefile b/devel/py-libcst/Makefile index 25f132c92ba9..a301761b859b 100644 --- a/devel/py-libcst/Makefile +++ b/devel/py-libcst/Makefile @@ -1,5 +1,6 @@ PORTNAME= libcst PORTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-maturin/Makefile b/devel/py-maturin/Makefile index 1bab4269cac5..47dfb452685f 100644 --- a/devel/py-maturin/Makefile +++ b/devel/py-maturin/Makefile @@ -1,5 +1,6 @@ PORTNAME= maturin DISTVERSION= 1.9.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-orjson/Makefile b/devel/py-orjson/Makefile index 0639085d0e05..f51fba02a100 100644 --- a/devel/py-orjson/Makefile +++ b/devel/py-orjson/Makefile @@ -1,6 +1,6 @@ PORTNAME= orjson DISTVERSION= 3.10.15 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pdm/Makefile b/devel/py-pdm/Makefile index b0dc6126909d..54465b5fd244 100644 --- a/devel/py-pdm/Makefile +++ b/devel/py-pdm/Makefile @@ -1,5 +1,5 @@ PORTNAME= pdm -PORTVERSION= 2.25.3 +PORTVERSION= 2.25.4 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pdm/distinfo b/devel/py-pdm/distinfo index 425174e29879..1b102676d49c 100644 --- a/devel/py-pdm/distinfo +++ b/devel/py-pdm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954184 -SHA256 (pdm-2.25.3.tar.gz) = 6d0820f805dacf64d55a7fe56777e7d8349a2ee35efc3006f29b4573d1311c84 -SIZE (pdm-2.25.3.tar.gz) = 2662895 +TIMESTAMP = 1751375053 +SHA256 (pdm-2.25.4.tar.gz) = bd655d789429928d6e27ff6693c19c82bc81aa75ba51d7b1c6102d039c8f211c +SIZE (pdm-2.25.4.tar.gz) = 2663701 diff --git a/devel/py-pendulum/Makefile b/devel/py-pendulum/Makefile index 3aece4b7d656..bcb2e73b3426 100644 --- a/devel/py-pendulum/Makefile +++ b/devel/py-pendulum/Makefile @@ -1,6 +1,6 @@ PORTNAME= pendulum PORTVERSION= 3.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pycrdt/Makefile b/devel/py-pycrdt/Makefile index 0e26c68071b5..eab81c24cc29 100644 --- a/devel/py-pycrdt/Makefile +++ b/devel/py-pycrdt/Makefile @@ -1,5 +1,6 @@ PORTNAME= pycrdt PORTVERSION= 0.12.23 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pydantic-core/Makefile b/devel/py-pydantic-core/Makefile index 7ec363753f4b..fa475dc7ce1a 100644 --- a/devel/py-pydantic-core/Makefile +++ b/devel/py-pydantic-core/Makefile @@ -1,6 +1,6 @@ PORTNAME= pydantic-core PORTVERSION= 2.33.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pyperscan/Makefile b/devel/py-pyperscan/Makefile index 6607a862da8b..2384eac7d220 100644 --- a/devel/py-pyperscan/Makefile +++ b/devel/py-pyperscan/Makefile @@ -1,7 +1,7 @@ PORTNAME= pyperscan DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel python #MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pyproject-fmt-rust/Makefile b/devel/py-pyproject-fmt-rust/Makefile index 66c5d4e7e652..b7fe6917e89b 100644 --- a/devel/py-pyproject-fmt-rust/Makefile +++ b/devel/py-pyproject-fmt-rust/Makefile @@ -1,6 +1,6 @@ PORTNAME= pyproject-fmt-rust PORTVERSION= 1.2.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pyproject-fmt/Makefile b/devel/py-pyproject-fmt/Makefile index 6ec3a0dce49f..b1c1dfbcce58 100644 --- a/devel/py-pyproject-fmt/Makefile +++ b/devel/py-pyproject-fmt/Makefile @@ -1,6 +1,6 @@ PORTNAME= pyproject-fmt PORTVERSION= 2.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pytest-relaxed/Makefile b/devel/py-pytest-relaxed/Makefile index b1ddc593713f..4f1e9e5fcc70 100644 --- a/devel/py-pytest-relaxed/Makefile +++ b/devel/py-pytest-relaxed/Makefile @@ -1,5 +1,6 @@ PORTNAME= pytest-relaxed PORTVERSION= 2.0.2 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-python-semantic-release/Makefile b/devel/py-python-semantic-release/Makefile index 1585efc913ee..ed0d03958205 100644 --- a/devel/py-python-semantic-release/Makefile +++ b/devel/py-python-semantic-release/Makefile @@ -1,5 +1,5 @@ PORTNAME= python-semantic-release -PORTVERSION= 10.1.0 +PORTVERSION= 10.2.0 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/python-semantic-release/python-semantic-release/releases/download/v${PORTVERSION}/ diff --git a/devel/py-python-semantic-release/distinfo b/devel/py-python-semantic-release/distinfo index 51989cacdff8..015450c8af16 100644 --- a/devel/py-python-semantic-release/distinfo +++ b/devel/py-python-semantic-release/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954192 -SHA256 (python_semantic_release-10.1.0.tar.gz) = 199208470e6c51859665948013e76ece458a5b41271e7f7cc05e40e93d4050d2 -SIZE (python_semantic_release-10.1.0.tar.gz) = 319419 +TIMESTAMP = 1751375055 +SHA256 (python_semantic_release-10.2.0.tar.gz) = b5b34482f3e5fbda77ea4e8e25100d69efd92aa868d821ac7772be2d2ad2794a +SIZE (python_semantic_release-10.2.0.tar.gz) = 321082 diff --git a/devel/py-qcs-sdk-python/Makefile b/devel/py-qcs-sdk-python/Makefile index 733be75ecb36..9e73091687a7 100644 --- a/devel/py-qcs-sdk-python/Makefile +++ b/devel/py-qcs-sdk-python/Makefile @@ -1,7 +1,7 @@ PORTNAME= qcs-sdk-python DISTVERSIONPREFIX= python/v DISTVERSION= 0.20.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel python #MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-regress/Makefile b/devel/py-regress/Makefile index 48f5dcac317f..9f3160c22a28 100644 --- a/devel/py-regress/Makefile +++ b/devel/py-regress/Makefile @@ -1,6 +1,6 @@ PORTNAME= regress PORTVERSION= 0.4.2 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-rpds-py/Makefile b/devel/py-rpds-py/Makefile index 026491dea72d..fdf715e7071c 100644 --- a/devel/py-rpds-py/Makefile +++ b/devel/py-rpds-py/Makefile @@ -1,6 +1,6 @@ PORTNAME= rpds-py PORTVERSION= 0.25.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/crate-py/rpds/releases/download/v${PORTVERSION}/ diff --git a/devel/py-ruff/Makefile b/devel/py-ruff/Makefile index beedfca6ccc2..56b293872cd7 100644 --- a/devel/py-ruff/Makefile +++ b/devel/py-ruff/Makefile @@ -1,5 +1,6 @@ PORTNAME= ruff DISTVERSION= 0.11.13 +PORTREVISION= 1 CATEGORIES= devel python #MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-tox-toml-fmt/Makefile b/devel/py-tox-toml-fmt/Makefile index 1f6f92baa4fa..682049333232 100644 --- a/devel/py-tox-toml-fmt/Makefile +++ b/devel/py-tox-toml-fmt/Makefile @@ -1,6 +1,6 @@ PORTNAME= tox-toml-fmt PORTVERSION= 1.0.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-ty/Makefile b/devel/py-ty/Makefile index 161d97445951..8a8e7d77a731 100644 --- a/devel/py-ty/Makefile +++ b/devel/py-ty/Makefile @@ -1,5 +1,5 @@ PORTNAME= ty -DISTVERSION= 0.0.1a12 +DISTVERSION= 0.0.1a13 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=1.0<2.0:devel/py-maturin@${PY_FLAVOR} +LIB_DEPENDS= libzstd.so:archivers/zstd USES= cargo python @@ -23,6 +24,8 @@ CARGO_CARGOLOCK=${WRKSRC}/ruff/Cargo.lock CARGO_BUILD= no CARGO_INSTALL= no +MAKE_ENV= ${CARGO_ENV} + PORTSCOUT= limit:^[0-9]\. .include <bsd.port.mk> diff --git a/devel/py-ty/Makefile.crates b/devel/py-ty/Makefile.crates index 8ec6a1f87033..1cdfcc1e6cd0 100644 --- a/devel/py-ty/Makefile.crates +++ b/devel/py-ty/Makefile.crates @@ -13,12 +13,16 @@ CARGO_CRATES= adler2-2.0.0 \ anstyle-svg-0.1.7 \ anstyle-wincon-3.0.7 \ anyhow-1.0.98 \ + approx-0.5.1 \ arc-swap-1.7.1 \ argfile-0.2.1 \ arrayvec-0.7.6 \ assert_fs-1.1.3 \ + attribute-derive-0.10.3 \ + attribute-derive-macro-0.10.3 \ autocfg-1.4.0 \ base64-0.13.1 \ + bincode-1.3.3 \ bincode-2.0.1 \ bincode_derive-2.0.1 \ bitflags-1.3.2 \ @@ -46,13 +50,14 @@ CARGO_CRATES= adler2-2.0.0 \ clap_complete_nushell-4.5.5 \ clap_derive-4.5.40 \ clap_lex-0.7.4 \ - clearscreen-4.0.1 \ - codspeed-2.10.1 \ - codspeed-criterion-compat-2.10.1 \ - codspeed-criterion-compat-walltime-2.10.1 \ - codspeed-divan-compat-2.10.1 \ - codspeed-divan-compat-macros-2.10.1 \ - codspeed-divan-compat-walltime-2.10.1 \ + clearscreen-4.0.2 \ + codspeed-3.0.2 \ + codspeed-criterion-compat-3.0.2 \ + codspeed-criterion-compat-walltime-3.0.2 \ + codspeed-divan-compat-3.0.2 \ + codspeed-divan-compat-macros-3.0.2 \ + codspeed-divan-compat-walltime-3.0.2 \ + collection_literals-1.0.1 \ colorchoice-1.0.3 \ colored-2.2.0 \ colored-3.0.0 \ @@ -81,6 +86,7 @@ CARGO_CRATES= adler2-2.0.0 \ darling_macro-0.20.11 \ dashmap-5.5.3 \ dashmap-6.1.0 \ + derive-where-1.5.0 \ diff-0.1.13 \ difflib-0.4.0 \ digest-0.10.7 \ @@ -112,6 +118,8 @@ CARGO_CRATES= adler2-2.0.0 \ fs-err-2.11.0 \ fsevent-sys-4.1.0 \ generic-array-0.14.7 \ + get-size-derive2-0.5.1 \ + get-size2-0.5.1 \ getopts-0.2.21 \ getrandom-0.2.16 \ getrandom-0.3.3 \ @@ -142,13 +150,14 @@ CARGO_CRATES= adler2-2.0.0 \ ignore-0.4.23 \ imara-diff-0.1.8 \ imperative-1.0.6 \ - indexmap-2.9.0 \ + indexmap-2.10.0 \ indicatif-0.17.11 \ indoc-2.0.6 \ inotify-0.11.0 \ inotify-sys-0.1.5 \ insta-1.43.1 \ insta-cmd-0.6.0 \ + interpolator-0.5.0 \ intrusive-collections-0.9.7 \ is-docker-0.2.0 \ is-macro-0.3.7 \ @@ -177,9 +186,11 @@ CARGO_CRATES= adler2-2.0.0 \ libtest-mimic-0.7.3 \ linux-raw-sys-0.9.4 \ litemap-0.8.0 \ - lock_api-0.4.12 \ + lock_api-0.4.13 \ log-0.4.27 \ lsp-server-0.7.8 \ + manyhow-0.11.4 \ + manyhow-macros-0.11.4 \ markdown-1.0.0 \ matchers-0.1.0 \ matches-0.1.10 \ @@ -206,10 +217,11 @@ CARGO_CRATES= adler2-2.0.0 \ once_cell-1.21.3 \ oorandom-11.1.5 \ option-ext-0.2.0 \ - ordermap-0.5.7 \ + ordermap-0.5.8 \ os_pipe-1.2.1 \ os_str_bytes-7.1.0 \ overload-0.1.1 \ + papaya-0.2.3 \ parking_lot-0.12.3 \ parking_lot_core-0.9.10 \ paste-1.0.15 \ @@ -242,6 +254,7 @@ CARGO_CRATES= adler2-2.0.0 \ predicates-tree-1.0.12 \ pretty_assertions-1.4.1 \ proc-macro-crate-3.3.0 \ + proc-macro-utils-0.10.0 \ proc-macro2-1.0.95 \ pyproject-toml-0.13.5 \ quick-junit-0.5.1 \ @@ -249,6 +262,8 @@ CARGO_CRATES= adler2-2.0.0 \ quickcheck-1.0.3 \ quickcheck_macros-1.1.0 \ quote-1.0.40 \ + quote-use-0.8.4 \ + quote-use-macros-0.8.4 \ r-efi-5.2.0 \ rand-0.8.5 \ rand-0.9.1 \ @@ -279,6 +294,7 @@ CARGO_CRATES= adler2-2.0.0 \ schemars_derive-0.8.22 \ scopeguard-1.2.0 \ seahash-4.1.0 \ + seize-0.5.0 \ serde-1.0.219 \ serde-wasm-bindgen-0.6.5 \ serde_derive-1.0.219 \ @@ -300,6 +316,7 @@ CARGO_CRATES= adler2-2.0.0 \ snapbox-macros-0.3.10 \ stable_deref_trait-1.2.0 \ static_assertions-1.1.0 \ + statrs-0.18.0 \ strip-ansi-escapes-0.2.1 \ strsim-0.11.1 \ strum-0.27.1 \ @@ -385,7 +402,7 @@ CARGO_CRATES= adler2-2.0.0 \ wasm-bindgen-test-macro-0.3.50 \ web-sys-0.3.77 \ web-time-1.1.0 \ - which-7.0.3 \ + which-8.0.0 \ wild-2.2.1 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ @@ -426,5 +443,5 @@ CARGO_CRATES= adler2-2.0.0 \ zstd-0.11.2+zstd.1.5.2 \ zstd-safe-5.0.2+zstd.1.5.2 \ zstd-sys-2.0.15+zstd.1.5.7 \ - salsa,salsa-macro-rules,salsa-macros@git+https://github.com/salsa-rs/salsa.git?rev=09627e450566f894956710a3fd923dc80462ae6d\#09627e450566f894956710a3fd923dc80462ae6d \ + salsa,salsa-macro-rules,salsa-macros@git+https://github.com/salsa-rs/salsa?rev=fc00eba89e5dcaa5edba51c41aa5f309b5cb126b\#fc00eba89e5dcaa5edba51c41aa5f309b5cb126b \ lsp-types@git+https://github.com/astral-sh/lsp-types.git?rev=3512a9f\#3512a9f33eadc5402cfab1b8f7340824c8ca1439 diff --git a/devel/py-ty/distinfo b/devel/py-ty/distinfo index 9f3f54c2e8b6..c837e0287602 100644 --- a/devel/py-ty/distinfo +++ b/devel/py-ty/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1750986627 -SHA256 (ty-0.0.1a12.tar.gz) = 41dfc8eac0b4fb735d5e101cde8c8734a3c13f670eeebc975760e6414882b702 -SIZE (ty-0.0.1a12.tar.gz) = 3127188 +TIMESTAMP = 1751593554 +SHA256 (ty-0.0.1a13.tar.gz) = 2a0a96146540e66264dd8ead9530cc77f4283256b97f2c25588283572e012717 +SIZE (ty-0.0.1a13.tar.gz) = 3146596 SHA256 (rust/crates/adler2-2.0.0.crate) = 512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627 SIZE (rust/crates/adler2-2.0.0.crate) = 13529 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 @@ -31,6 +31,8 @@ SHA256 (rust/crates/anstyle-wincon-3.0.7.crate) = ca3534e77181a9cc07539ad51f2141 SIZE (rust/crates/anstyle-wincon-3.0.7.crate) = 12400 SHA256 (rust/crates/anyhow-1.0.98.crate) = e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487 SIZE (rust/crates/anyhow-1.0.98.crate) = 53334 +SHA256 (rust/crates/approx-0.5.1.crate) = cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6 +SIZE (rust/crates/approx-0.5.1.crate) = 15100 SHA256 (rust/crates/arc-swap-1.7.1.crate) = 69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457 SIZE (rust/crates/arc-swap-1.7.1.crate) = 68512 SHA256 (rust/crates/argfile-0.2.1.crate) = 0a1cc0ba69de57db40674c66f7cf2caee3981ddef084388482c95c0e2133e5e8 @@ -39,10 +41,16 @@ SHA256 (rust/crates/arrayvec-0.7.6.crate) = 7c02d123df017efcdfbd739ef81735b36c5b SIZE (rust/crates/arrayvec-0.7.6.crate) = 31237 SHA256 (rust/crates/assert_fs-1.1.3.crate) = a652f6cb1f516886fcfee5e7a5c078b9ade62cfcb889524efe5a64d682dd27a9 SIZE (rust/crates/assert_fs-1.1.3.crate) = 20176 +SHA256 (rust/crates/attribute-derive-0.10.3.crate) = 0053e96dd3bec5b4879c23a138d6ef26f2cb936c9cdc96274ac2b9ed44b5bb54 +SIZE (rust/crates/attribute-derive-0.10.3.crate) = 21090 +SHA256 (rust/crates/attribute-derive-macro-0.10.3.crate) = 463b53ad0fd5b460af4b1915fe045ff4d946d025fb6c4dc3337752eaa980f71b +SIZE (rust/crates/attribute-derive-macro-0.10.3.crate) = 8849 SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 SIZE (rust/crates/autocfg-1.4.0.crate) = 17712 SHA256 (rust/crates/base64-0.13.1.crate) = 9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8 SIZE (rust/crates/base64-0.13.1.crate) = 61002 +SHA256 (rust/crates/bincode-1.3.3.crate) = b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad +SIZE (rust/crates/bincode-1.3.3.crate) = 28958 SHA256 (rust/crates/bincode-2.0.1.crate) = 36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740 SIZE (rust/crates/bincode-2.0.1.crate) = 70469 SHA256 (rust/crates/bincode_derive-2.0.1.crate) = bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09 @@ -97,20 +105,22 @@ SHA256 (rust/crates/clap_derive-4.5.40.crate) = d2c7947ae4cc3d851207c1adb5b5e260 SIZE (rust/crates/clap_derive-4.5.40.crate) = 33470 SHA256 (rust/crates/clap_lex-0.7.4.crate) = f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6 SIZE (rust/crates/clap_lex-0.7.4.crate) = 12858 -SHA256 (rust/crates/clearscreen-4.0.1.crate) = 8c41dc435a7b98e4608224bbf65282309f5403719df9113621b30f8b6f74e2f4 -SIZE (rust/crates/clearscreen-4.0.1.crate) = 153878 -SHA256 (rust/crates/codspeed-2.10.1.crate) = 93f4cce9c27c49c4f101fffeebb1826f41a9df2e7498b7cd4d95c0658b796c6c -SIZE (rust/crates/codspeed-2.10.1.crate) = 8589 -SHA256 (rust/crates/codspeed-criterion-compat-2.10.1.crate) = c3c23d880a28a2aab52d38ca8481dd7a3187157d0a952196b6db1db3c8499725 -SIZE (rust/crates/codspeed-criterion-compat-2.10.1.crate) = 20929 -SHA256 (rust/crates/codspeed-criterion-compat-walltime-2.10.1.crate) = 7b0a2f7365e347f4f22a67e9ea689bf7bc89900a354e22e26cf8a531a42c8fbb -SIZE (rust/crates/codspeed-criterion-compat-walltime-2.10.1.crate) = 122454 -SHA256 (rust/crates/codspeed-divan-compat-2.10.1.crate) = 8620a09dfaf37b3c45f982c4b65bd8f9b0203944da3ffa705c0fcae6b84655ff -SIZE (rust/crates/codspeed-divan-compat-2.10.1.crate) = 15777 -SHA256 (rust/crates/codspeed-divan-compat-macros-2.10.1.crate) = 30fe872bc4214626b35d3a1706a905d0243503bb6ba3bb7be2fc59083d5d680c -SIZE (rust/crates/codspeed-divan-compat-macros-2.10.1.crate) = 5294 -SHA256 (rust/crates/codspeed-divan-compat-walltime-2.10.1.crate) = 104caa97b36d4092d89e24e4b103b40ede1edab03c0372d19e14a33f9393132b -SIZE (rust/crates/codspeed-divan-compat-walltime-2.10.1.crate) = 95987 +SHA256 (rust/crates/clearscreen-4.0.2.crate) = 85a8ab73a1c02b0c15597b22e09c7dc36e63b2f601f9d1e83ac0c3decd38b1ae +SIZE (rust/crates/clearscreen-4.0.2.crate) = 153883 +SHA256 (rust/crates/codspeed-3.0.2.crate) = 922018102595f6668cdd09c03f4bff2d951ce2318c6dca4fe11bdcb24b65b2bf +SIZE (rust/crates/codspeed-3.0.2.crate) = 12859 +SHA256 (rust/crates/codspeed-criterion-compat-3.0.2.crate) = 24d8ad82d2383cb74995f58993cbdd2914aed57b2f91f46580310dd81dc3d05a +SIZE (rust/crates/codspeed-criterion-compat-3.0.2.crate) = 21805 +SHA256 (rust/crates/codspeed-criterion-compat-walltime-3.0.2.crate) = 61badaa6c452d192a29f8387147888f0ab358553597c3fe9bf8a162ef7c2fa64 +SIZE (rust/crates/codspeed-criterion-compat-walltime-3.0.2.crate) = 123670 +SHA256 (rust/crates/codspeed-divan-compat-3.0.2.crate) = 3acf1d6fe367c2ff5ff136ca723f678490c3691d59d7f2b83d5e53b7b25ac91e +SIZE (rust/crates/codspeed-divan-compat-3.0.2.crate) = 16624 +SHA256 (rust/crates/codspeed-divan-compat-macros-3.0.2.crate) = bcfa2013d7bee54a497d0e1410751d5de690fd67a3e9eb728ca049b6a3d16d0b +SIZE (rust/crates/codspeed-divan-compat-macros-3.0.2.crate) = 5316 +SHA256 (rust/crates/codspeed-divan-compat-walltime-3.0.2.crate) = e513100fb0e7ba02fb3824546ecd2abfb8f334262f0972225b463aad07f99ff0 +SIZE (rust/crates/codspeed-divan-compat-walltime-3.0.2.crate) = 97123 +SHA256 (rust/crates/collection_literals-1.0.1.crate) = 186dce98367766de751c42c4f03970fc60fc012296e706ccbb9d5df9b6c1e271 +SIZE (rust/crates/collection_literals-1.0.1.crate) = 3579 SHA256 (rust/crates/colorchoice-1.0.3.crate) = 5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990 SIZE (rust/crates/colorchoice-1.0.3.crate) = 7923 SHA256 (rust/crates/colored-2.2.0.crate) = 117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c @@ -167,6 +177,8 @@ SHA256 (rust/crates/dashmap-5.5.3.crate) = 978747c1d849a7d2ee5e8adc0159961c48fb7 SIZE (rust/crates/dashmap-5.5.3.crate) = 24061 SHA256 (rust/crates/dashmap-6.1.0.crate) = 5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf SIZE (rust/crates/dashmap-6.1.0.crate) = 24828 +SHA256 (rust/crates/derive-where-1.5.0.crate) = 510c292c8cf384b1a340b816a9a6cf2599eb8f566a44949024af88418000c50b +SIZE (rust/crates/derive-where-1.5.0.crate) = 52436 SHA256 (rust/crates/diff-0.1.13.crate) = 56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8 SIZE (rust/crates/diff-0.1.13.crate) = 46216 SHA256 (rust/crates/difflib-0.4.0.crate) = 6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8 @@ -229,6 +241,10 @@ SHA256 (rust/crates/fsevent-sys-4.1.0.crate) = 76ee7a02da4d231650c7cea31349b889b SIZE (rust/crates/fsevent-sys-4.1.0.crate) = 4620 SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 +SHA256 (rust/crates/get-size-derive2-0.5.1.crate) = 1aac2af9f9a6a50e31b1e541d05b7925add83d3982c2793193fe9d4ee584323c +SIZE (rust/crates/get-size-derive2-0.5.1.crate) = 8799 +SHA256 (rust/crates/get-size2-0.5.1.crate) = 624a0312efd19e1c45922dfcc2d6806d3ffc4bca261f89f31fcc4f63f438d885 +SIZE (rust/crates/get-size2-0.5.1.crate) = 17242 SHA256 (rust/crates/getopts-0.2.21.crate) = 14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5 SIZE (rust/crates/getopts-0.2.21.crate) = 18457 SHA256 (rust/crates/getrandom-0.2.16.crate) = 335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592 @@ -289,8 +305,8 @@ SHA256 (rust/crates/imara-diff-0.1.8.crate) = 17d34b7d42178945f775e84bc4c36dde7c SIZE (rust/crates/imara-diff-0.1.8.crate) = 155787 SHA256 (rust/crates/imperative-1.0.6.crate) = 29a1f6526af721f9aec9ceed7ab8ebfca47f3399d08b80056c2acca3fcb694a9 SIZE (rust/crates/imperative-1.0.6.crate) = 13221 -SHA256 (rust/crates/indexmap-2.9.0.crate) = cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e -SIZE (rust/crates/indexmap-2.9.0.crate) = 91214 +SHA256 (rust/crates/indexmap-2.10.0.crate) = fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661 +SIZE (rust/crates/indexmap-2.10.0.crate) = 95836 SHA256 (rust/crates/indicatif-0.17.11.crate) = 183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235 SIZE (rust/crates/indicatif-0.17.11.crate) = 66577 SHA256 (rust/crates/indoc-2.0.6.crate) = f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd @@ -303,6 +319,8 @@ SHA256 (rust/crates/insta-1.43.1.crate) = 154934ea70c58054b556dd430b99a98c2a7ff5 SIZE (rust/crates/insta-1.43.1.crate) = 101047 SHA256 (rust/crates/insta-cmd-0.6.0.crate) = ffeeefa927925cced49ccb01bf3e57c9d4cd132df21e576eb9415baeab2d3de6 SIZE (rust/crates/insta-cmd-0.6.0.crate) = 12385 +SHA256 (rust/crates/interpolator-0.5.0.crate) = 71dd52191aae121e8611f1e8dc3e324dd0dd1dee1e6dd91d10ee07a3cfb4d9d8 +SIZE (rust/crates/interpolator-0.5.0.crate) = 29578 SHA256 (rust/crates/intrusive-collections-0.9.7.crate) = 189d0897e4cbe8c75efedf3502c18c887b05046e59d28404d4d8e46cbc4d1e86 SIZE (rust/crates/intrusive-collections-0.9.7.crate) = 56609 SHA256 (rust/crates/is-docker-0.2.0.crate) = 928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3 @@ -359,12 +377,16 @@ SHA256 (rust/crates/linux-raw-sys-0.9.4.crate) = cd945864f07fe9f5371a27ad7b52a17 SIZE (rust/crates/linux-raw-sys-0.9.4.crate) = 2311088 SHA256 (rust/crates/litemap-0.8.0.crate) = 241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956 SIZE (rust/crates/litemap-0.8.0.crate) = 34344 -SHA256 (rust/crates/lock_api-0.4.12.crate) = 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 -SIZE (rust/crates/lock_api-0.4.12.crate) = 27591 +SHA256 (rust/crates/lock_api-0.4.13.crate) = 96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765 +SIZE (rust/crates/lock_api-0.4.13.crate) = 28565 SHA256 (rust/crates/log-0.4.27.crate) = 13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94 SIZE (rust/crates/log-0.4.27.crate) = 48120 SHA256 (rust/crates/lsp-server-0.7.8.crate) = 9462c4dc73e17f971ec1f171d44bfffb72e65a130117233388a0ebc7ec5656f9 SIZE (rust/crates/lsp-server-0.7.8.crate) = 16836 +SHA256 (rust/crates/manyhow-0.11.4.crate) = b33efb3ca6d3b07393750d4030418d594ab1139cee518f0dc88db70fec873587 +SIZE (rust/crates/manyhow-0.11.4.crate) = 22658 +SHA256 (rust/crates/manyhow-macros-0.11.4.crate) = 46fce34d199b78b6e6073abf984c9cf5fd3e9330145a93ee0738a7443e371495 +SIZE (rust/crates/manyhow-macros-0.11.4.crate) = 5162 SHA256 (rust/crates/markdown-1.0.0.crate) = a5cab8f2cadc416a82d2e783a1946388b31654d391d1c7d92cc1f03e295b1deb SIZE (rust/crates/markdown-1.0.0.crate) = 219012 SHA256 (rust/crates/matchers-0.1.0.crate) = 8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558 @@ -417,14 +439,16 @@ SHA256 (rust/crates/oorandom-11.1.5.crate) = d6790f58c7ff633d8771f42965289203411 SIZE (rust/crates/oorandom-11.1.5.crate) = 23750 SHA256 (rust/crates/option-ext-0.2.0.crate) = 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d SIZE (rust/crates/option-ext-0.2.0.crate) = 7345 -SHA256 (rust/crates/ordermap-0.5.7.crate) = 7d31b8b7a99f71bdff4235faf9ce9eada0ad3562c8fbeb7d607d9f41a6ec569d -SIZE (rust/crates/ordermap-0.5.7.crate) = 64981 +SHA256 (rust/crates/ordermap-0.5.8.crate) = 6d6bff06e4a5dc6416bead102d3e63c480dd852ffbb278bf8cfeb4966b329609 +SIZE (rust/crates/ordermap-0.5.8.crate) = 66688 SHA256 (rust/crates/os_pipe-1.2.1.crate) = 5ffd2b0a5634335b135d5728d84c5e0fd726954b87111f7506a61c502280d982 SIZE (rust/crates/os_pipe-1.2.1.crate) = 10691 SHA256 (rust/crates/os_str_bytes-7.1.0.crate) = c86e2db86dd008b4c88c77a9bb83d9286bf77204e255bb3fda3b2eebcae66b62 SIZE (rust/crates/os_str_bytes-7.1.0.crate) = 28150 SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 SIZE (rust/crates/overload-0.1.1.crate) = 24439 +SHA256 (rust/crates/papaya-0.2.3.crate) = f92dd0b07c53a0a0c764db2ace8c541dc47320dad97c2200c2a637ab9dd2328f +SIZE (rust/crates/papaya-0.2.3.crate) = 67232 SHA256 (rust/crates/parking_lot-0.12.3.crate) = f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27 SIZE (rust/crates/parking_lot-0.12.3.crate) = 41860 SHA256 (rust/crates/parking_lot_core-0.9.10.crate) = 1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8 @@ -489,6 +513,8 @@ SHA256 (rust/crates/pretty_assertions-1.4.1.crate) = 3ae130e2f271fbc2ac3a40fb1d0 SIZE (rust/crates/pretty_assertions-1.4.1.crate) = 78952 SHA256 (rust/crates/proc-macro-crate-3.3.0.crate) = edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35 SIZE (rust/crates/proc-macro-crate-3.3.0.crate) = 12432 +SHA256 (rust/crates/proc-macro-utils-0.10.0.crate) = eeaf08a13de400bc215877b5bdc088f241b12eb42f0a548d3390dc1c56bb7071 +SIZE (rust/crates/proc-macro-utils-0.10.0.crate) = 21572 SHA256 (rust/crates/proc-macro2-1.0.95.crate) = 02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778 SIZE (rust/crates/proc-macro2-1.0.95.crate) = 51820 SHA256 (rust/crates/pyproject-toml-0.13.5.crate) = 7b0f6160dc48298b9260d9b958ad1d7f96f6cd0b9df200b22329204e09334663 @@ -503,6 +529,10 @@ SHA256 (rust/crates/quickcheck_macros-1.1.0.crate) = f71ee38b42f8459a88d3362be6f SIZE (rust/crates/quickcheck_macros-1.1.0.crate) = 11744 SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d SIZE (rust/crates/quote-1.0.40.crate) = 31063 +SHA256 (rust/crates/quote-use-0.8.4.crate) = 9619db1197b497a36178cfc736dc96b271fe918875fbf1344c436a7e93d0321e +SIZE (rust/crates/quote-use-0.8.4.crate) = 3067 +SHA256 (rust/crates/quote-use-macros-0.8.4.crate) = 82ebfb7faafadc06a7ab141a6f67bcfb24cb8beb158c6fe933f2f035afa99f35 +SIZE (rust/crates/quote-use-macros-0.8.4.crate) = 5660 SHA256 (rust/crates/r-efi-5.2.0.crate) = 74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5 SIZE (rust/crates/r-efi-5.2.0.crate) = 64764 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 @@ -563,6 +593,8 @@ SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7 SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 SHA256 (rust/crates/seahash-4.1.0.crate) = 1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b SIZE (rust/crates/seahash-4.1.0.crate) = 31976 +SHA256 (rust/crates/seize-0.5.0.crate) = e4b8d813387d566f627f3ea1b914c068aac94c40ae27ec43f5f33bde65abefe7 +SIZE (rust/crates/seize-0.5.0.crate) = 36959 SHA256 (rust/crates/serde-1.0.219.crate) = 5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6 SIZE (rust/crates/serde-1.0.219.crate) = 78983 SHA256 (rust/crates/serde-wasm-bindgen-0.6.5.crate) = 8302e169f0eddcc139c70f139d19d6467353af16f9fce27e8c30158036a1e16b @@ -605,6 +637,8 @@ SHA256 (rust/crates/stable_deref_trait-1.2.0.crate) = a8f112729512f8e442d81f95a8 SIZE (rust/crates/stable_deref_trait-1.2.0.crate) = 8054 SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f SIZE (rust/crates/static_assertions-1.1.0.crate) = 18480 +SHA256 (rust/crates/statrs-0.18.0.crate) = 2a3fe7c28c6512e766b0874335db33c94ad7b8f9054228ae1c2abd47ce7d335e +SIZE (rust/crates/statrs-0.18.0.crate) = 156842 SHA256 (rust/crates/strip-ansi-escapes-0.2.1.crate) = 2a8f8038e7e7969abb3f1b7c2a811225e9296da208539e0f79c5251d6cac0025 SIZE (rust/crates/strip-ansi-escapes-0.2.1.crate) = 8273 SHA256 (rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f @@ -775,8 +809,8 @@ SHA256 (rust/crates/web-sys-0.3.77.crate) = 33b6dd2ef9186f1f2072e409e99cd22a9753 SIZE (rust/crates/web-sys-0.3.77.crate) = 638246 SHA256 (rust/crates/web-time-1.1.0.crate) = 5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb SIZE (rust/crates/web-time-1.1.0.crate) = 18026 -SHA256 (rust/crates/which-7.0.3.crate) = 24d643ce3fd3e5b54854602a080f34fb10ab75e0b813ee32d00ca2b44fa74762 -SIZE (rust/crates/which-7.0.3.crate) = 18872 +SHA256 (rust/crates/which-8.0.0.crate) = d3fabb953106c3c8eea8306e4393700d7657561cb43122571b172bbfb7c7ba1d +SIZE (rust/crates/which-8.0.0.crate) = 26209 SHA256 (rust/crates/wild-2.2.1.crate) = a3131afc8c575281e1e80f36ed6a092aa502c08b18ed7524e86fbbb12bb410e1 SIZE (rust/crates/wild-2.2.1.crate) = 8080 SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 @@ -857,7 +891,7 @@ SHA256 (rust/crates/zstd-safe-5.0.2+zstd.1.5.2.crate) = 1d2a5585e04f9eea4b2a3d1e SIZE (rust/crates/zstd-safe-5.0.2+zstd.1.5.2.crate) = 17273 SHA256 (rust/crates/zstd-sys-2.0.15+zstd.1.5.7.crate) = eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237 SIZE (rust/crates/zstd-sys-2.0.15+zstd.1.5.7.crate) = 774847 -SHA256 (salsa-rs-salsa-09627e450566f894956710a3fd923dc80462ae6d_GH0.tar.gz) = 20ed01e3b8950c1b32a993f4f59bb72fe8a6faba56a3b3f49a9e4c46f482852d -SIZE (salsa-rs-salsa-09627e450566f894956710a3fd923dc80462ae6d_GH0.tar.gz) = 673589 +SHA256 (salsa-rs-salsa-fc00eba89e5dcaa5edba51c41aa5f309b5cb126b_GH0.tar.gz) = d5e8f6c2b83c43610249be2b689763b3c6c59e43f52bbadb1adaf555e8db48c8 +SIZE (salsa-rs-salsa-fc00eba89e5dcaa5edba51c41aa5f309b5cb126b_GH0.tar.gz) = 684112 SHA256 (astral-sh-lsp-types-3512a9f33eadc5402cfab1b8f7340824c8ca1439_GH0.tar.gz) = 410f889792e86186b6299ad534446510207a9e2e55b78301b77fc8b661b46913 SIZE (astral-sh-lsp-types-3512a9f33eadc5402cfab1b8f7340824c8ca1439_GH0.tar.gz) = 71124 diff --git a/devel/py-unittest-parallel/Makefile b/devel/py-unittest-parallel/Makefile index d29181e52472..7fad253f96df 100644 --- a/devel/py-unittest-parallel/Makefile +++ b/devel/py-unittest-parallel/Makefile @@ -1,5 +1,5 @@ PORTNAME= unittest-parallel -PORTVERSION= 1.7.2 +PORTVERSION= 1.7.3 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-unittest-parallel/distinfo b/devel/py-unittest-parallel/distinfo index a60e2621349a..9caf8c74d29f 100644 --- a/devel/py-unittest-parallel/distinfo +++ b/devel/py-unittest-parallel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747715436 -SHA256 (unittest_parallel-1.7.2.tar.gz) = e1d68bb6c9a58cdb38cdada0825b26998893959e683e131416eb2559e88810ca -SIZE (unittest_parallel-1.7.2.tar.gz) = 9282 +TIMESTAMP = 1751375059 +SHA256 (unittest_parallel-1.7.3.tar.gz) = cc43c080a77f72a64b3c37cc18d64490bda33901309b49a0ee3197aeb2226d7f +SIZE (unittest_parallel-1.7.3.tar.gz) = 9685 diff --git a/devel/py-watchfiles/Makefile b/devel/py-watchfiles/Makefile index 67ee85a2255a..56d0d8bac746 100644 --- a/devel/py-watchfiles/Makefile +++ b/devel/py-watchfiles/Makefile @@ -1,6 +1,6 @@ PORTNAME= watchfiles PORTVERSION= 0.24.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/pylyzer/Makefile b/devel/pylyzer/Makefile index 7b6f22e80f80..cd0d5aa0dd51 100644 --- a/devel/pylyzer/Makefile +++ b/devel/pylyzer/Makefile @@ -1,7 +1,7 @@ PORTNAME= pylyzer DISTVERSIONPREFIX= v DISTVERSION= 0.0.78 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel python MAINTAINER= yuri@FreeBSD.org diff --git a/devel/qschematic/Makefile b/devel/qschematic/Makefile index 1da4c1675ffe..c45ba9bda5c1 100644 --- a/devel/qschematic/Makefile +++ b/devel/qschematic/Makefile @@ -1,5 +1,5 @@ PORTNAME= qschematic -DISTVERSION= 3.0.1 +DISTVERSION= 3.0.2 CATEGORIES= devel MAINTAINER= jbo@FreeBSD.org diff --git a/devel/qschematic/distinfo b/devel/qschematic/distinfo index 441c58bc90d1..d3c590ed2472 100644 --- a/devel/qschematic/distinfo +++ b/devel/qschematic/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750467549 -SHA256 (simulton-QSchematic-3.0.1_GH0.tar.gz) = 9b0afd66ff47be188a069dea3c995e4507c5aca75f1755abf2173cf5415aa021 -SIZE (simulton-QSchematic-3.0.1_GH0.tar.gz) = 1561031 +TIMESTAMP = 1751577441 +SHA256 (simulton-QSchematic-3.0.2_GH0.tar.gz) = a8cdcc9b1d11042721bec815af79714d07ea8e92b2f0c0a59d6b21f4b96bd0f9 +SIZE (simulton-QSchematic-3.0.2_GH0.tar.gz) = 1561046 diff --git a/devel/radicle/Makefile b/devel/radicle/Makefile index 431516b96156..27bd29085934 100644 --- a/devel/radicle/Makefile +++ b/devel/radicle/Makefile @@ -1,5 +1,6 @@ PORTNAME= radicle DISTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://distfiles.pirateparty.in/ashish/:sources \ LOCAL/ashish:sources diff --git a/devel/rubygem-aws-partitions/Makefile b/devel/rubygem-aws-partitions/Makefile index a643163c4611..e23dd37b39b2 100644 --- a/devel/rubygem-aws-partitions/Makefile +++ b/devel/rubygem-aws-partitions/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-partitions -PORTVERSION= 1.1122.0 +PORTVERSION= 1.1123.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-partitions/distinfo b/devel/rubygem-aws-partitions/distinfo index 2aa97405c7e0..866cc2f41584 100644 --- a/devel/rubygem-aws-partitions/distinfo +++ b/devel/rubygem-aws-partitions/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208190 -SHA256 (rubygem/aws-partitions-1.1122.0.gem) = e2b7c109fb56bf423796f40f37f3d28a68f900a93cbcecfe984ce2a89a8fdce9 -SIZE (rubygem/aws-partitions-1.1122.0.gem) = 81408 +TIMESTAMP = 1751375075 +SHA256 (rubygem/aws-partitions-1.1123.0.gem) = 9409e0336848a99ef06f1d3d67d8350ae3b330bf8b442bd409824810a23f8e00 +SIZE (rubygem/aws-partitions-1.1123.0.gem) = 81408 diff --git a/devel/rubygem-aws-sdk-arczonalshift/Makefile b/devel/rubygem-aws-sdk-arczonalshift/Makefile index 4df7b1b9449b..cdf46f47d0c0 100644 --- a/devel/rubygem-aws-sdk-arczonalshift/Makefile +++ b/devel/rubygem-aws-sdk-arczonalshift/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-arczonalshift -PORTVERSION= 1.34.0 +PORTVERSION= 1.35.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-arczonalshift/distinfo b/devel/rubygem-aws-sdk-arczonalshift/distinfo index 7e5516c718b5..01d2f1d6a392 100644 --- a/devel/rubygem-aws-sdk-arczonalshift/distinfo +++ b/devel/rubygem-aws-sdk-arczonalshift/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813186 -SHA256 (rubygem/aws-sdk-arczonalshift-1.34.0.gem) = 2c65bc7ee24a1c74413c433e37aaa25c760b830f3e25f3c3275eb596192099b8 -SIZE (rubygem/aws-sdk-arczonalshift-1.34.0.gem) = 37888 +TIMESTAMP = 1751375077 +SHA256 (rubygem/aws-sdk-arczonalshift-1.35.0.gem) = 877824ad32aa9485a5f76258fd958627cfb2c9244e451c112602b18c50fb94ee +SIZE (rubygem/aws-sdk-arczonalshift-1.35.0.gem) = 40448 diff --git a/devel/rubygem-aws-sdk-b2bi/Makefile b/devel/rubygem-aws-sdk-b2bi/Makefile index 3e9599cc8cc2..aa0e4a596698 100644 --- a/devel/rubygem-aws-sdk-b2bi/Makefile +++ b/devel/rubygem-aws-sdk-b2bi/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-b2bi -PORTVERSION= 1.31.0 +PORTVERSION= 1.32.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-b2bi/distinfo b/devel/rubygem-aws-sdk-b2bi/distinfo index 372b27756fc3..cc10f763bd6e 100644 --- a/devel/rubygem-aws-sdk-b2bi/distinfo +++ b/devel/rubygem-aws-sdk-b2bi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813200 -SHA256 (rubygem/aws-sdk-b2bi-1.31.0.gem) = 8327b611634c222ae654ff1239550be347bc472d93118cd2de1e117b7d35cec5 -SIZE (rubygem/aws-sdk-b2bi-1.31.0.gem) = 69632 +TIMESTAMP = 1751375079 +SHA256 (rubygem/aws-sdk-b2bi-1.32.0.gem) = e2cedee72c9d5e3879d6f71f8106d03cce49d79f421439a0c539a94c4e0e0464 +SIZE (rubygem/aws-sdk-b2bi-1.32.0.gem) = 78336 diff --git a/devel/rubygem-aws-sdk-bedrock/Makefile b/devel/rubygem-aws-sdk-bedrock/Makefile index 232b6110afff..d5634c925c07 100644 --- a/devel/rubygem-aws-sdk-bedrock/Makefile +++ b/devel/rubygem-aws-sdk-bedrock/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-bedrock -PORTVERSION= 1.52.0 +PORTVERSION= 1.53.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-bedrock/distinfo b/devel/rubygem-aws-sdk-bedrock/distinfo index d39b228f791d..b0ad2281ff31 100644 --- a/devel/rubygem-aws-sdk-bedrock/distinfo +++ b/devel/rubygem-aws-sdk-bedrock/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954292 -SHA256 (rubygem/aws-sdk-bedrock-1.52.0.gem) = ab9666c0352ba69f306ba05f6f5fb3fcd7d86e28214ff97d21e58549510aa9cf -SIZE (rubygem/aws-sdk-bedrock-1.52.0.gem) = 134656 +TIMESTAMP = 1751375081 +SHA256 (rubygem/aws-sdk-bedrock-1.53.0.gem) = 2624801c923b52305c0b0d2e53abf63ab319aedcf1c2f3348b158cf0d362b4b2 +SIZE (rubygem/aws-sdk-bedrock-1.53.0.gem) = 139264 diff --git a/devel/rubygem-aws-sdk-bedrockruntime/Makefile b/devel/rubygem-aws-sdk-bedrockruntime/Makefile index f89d1ba34183..1a81761b3bfd 100644 --- a/devel/rubygem-aws-sdk-bedrockruntime/Makefile +++ b/devel/rubygem-aws-sdk-bedrockruntime/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-bedrockruntime -PORTVERSION= 1.49.0 +PORTVERSION= 1.50.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-bedrockruntime/distinfo b/devel/rubygem-aws-sdk-bedrockruntime/distinfo index ce8f16fb9f79..35f31a169526 100644 --- a/devel/rubygem-aws-sdk-bedrockruntime/distinfo +++ b/devel/rubygem-aws-sdk-bedrockruntime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813224 -SHA256 (rubygem/aws-sdk-bedrockruntime-1.49.0.gem) = bea3aac6f6f4ae5722400a69a019fabf9eb1b24a00c5c23a101b83dbd510944c -SIZE (rubygem/aws-sdk-bedrockruntime-1.49.0.gem) = 76288 +TIMESTAMP = 1751375083 +SHA256 (rubygem/aws-sdk-bedrockruntime-1.50.0.gem) = bf9ef7dccb4093307b4b1052ad615777eb5a8037db60bf07bcc84e0ab16ffe63 +SIZE (rubygem/aws-sdk-bedrockruntime-1.50.0.gem) = 80896 diff --git a/devel/rubygem-aws-sdk-cloudformation/Makefile b/devel/rubygem-aws-sdk-cloudformation/Makefile index 9f52b6ac3b9f..9b6c45fcbbbc 100644 --- a/devel/rubygem-aws-sdk-cloudformation/Makefile +++ b/devel/rubygem-aws-sdk-cloudformation/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-cloudformation -PORTVERSION= 1.133.0 +PORTVERSION= 1.134.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-cloudformation/distinfo b/devel/rubygem-aws-sdk-cloudformation/distinfo index 72401c0519c8..ecb6deca5fa3 100644 --- a/devel/rubygem-aws-sdk-cloudformation/distinfo +++ b/devel/rubygem-aws-sdk-cloudformation/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188184 -SHA256 (rubygem/aws-sdk-cloudformation-1.133.0.gem) = 490393d6e66848a5dd48f536f650de4237a6082f195ef8ea1e27de551e9ca321 -SIZE (rubygem/aws-sdk-cloudformation-1.133.0.gem) = 210944 +TIMESTAMP = 1751375085 +SHA256 (rubygem/aws-sdk-cloudformation-1.134.0.gem) = b851337a36a4e0f917e16db0ea6d8429395beb32cfc7e04fd253134143fdd8ed +SIZE (rubygem/aws-sdk-cloudformation-1.134.0.gem) = 211968 diff --git a/devel/rubygem-aws-sdk-cloudwatchlogs/Makefile b/devel/rubygem-aws-sdk-cloudwatchlogs/Makefile index 31072b6f8fc8..115579d1b3b4 100644 --- a/devel/rubygem-aws-sdk-cloudwatchlogs/Makefile +++ b/devel/rubygem-aws-sdk-cloudwatchlogs/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-cloudwatchlogs -PORTVERSION= 1.118.0 +PORTVERSION= 1.119.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-cloudwatchlogs/distinfo b/devel/rubygem-aws-sdk-cloudwatchlogs/distinfo index 7f513cd821eb..53e1c7b8185d 100644 --- a/devel/rubygem-aws-sdk-cloudwatchlogs/distinfo +++ b/devel/rubygem-aws-sdk-cloudwatchlogs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954294 -SHA256 (rubygem/aws-sdk-cloudwatchlogs-1.118.0.gem) = 49514c061cc6085f71826a9bbb13c6152635ea4a6e0629c5ae06d0030e654bb7 -SIZE (rubygem/aws-sdk-cloudwatchlogs-1.118.0.gem) = 150528 +TIMESTAMP = 1751375087 +SHA256 (rubygem/aws-sdk-cloudwatchlogs-1.119.0.gem) = 646b7863500f24d3e81dad67bfa233b462b9443e2bc588c6c926320d7994655a +SIZE (rubygem/aws-sdk-cloudwatchlogs-1.119.0.gem) = 151040 diff --git a/devel/rubygem-aws-sdk-configservice/Makefile b/devel/rubygem-aws-sdk-configservice/Makefile index 22b8d4f55546..638f56cd577f 100644 --- a/devel/rubygem-aws-sdk-configservice/Makefile +++ b/devel/rubygem-aws-sdk-configservice/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-configservice -PORTVERSION= 1.130.0 +PORTVERSION= 1.131.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-configservice/distinfo b/devel/rubygem-aws-sdk-configservice/distinfo index 57e9311b8c2d..315aed1de477 100644 --- a/devel/rubygem-aws-sdk-configservice/distinfo +++ b/devel/rubygem-aws-sdk-configservice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208194 -SHA256 (rubygem/aws-sdk-configservice-1.130.0.gem) = aaa2a4e4e7b0e517e8cc9a66dbb5f7089d3fb7a174d058c6bf25641e8efa8956 -SIZE (rubygem/aws-sdk-configservice-1.130.0.gem) = 219136 +TIMESTAMP = 1751375089 +SHA256 (rubygem/aws-sdk-configservice-1.131.0.gem) = 79e41f40d6f648d2bc49d7c3216b7a877b86e4f0e109e2ba65c1f2a626540fe0 +SIZE (rubygem/aws-sdk-configservice-1.131.0.gem) = 225280 diff --git a/devel/rubygem-aws-sdk-connect/Makefile b/devel/rubygem-aws-sdk-connect/Makefile index 0843834e1ff0..3544a739e361 100644 --- a/devel/rubygem-aws-sdk-connect/Makefile +++ b/devel/rubygem-aws-sdk-connect/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-connect -PORTVERSION= 1.205.0 +PORTVERSION= 1.206.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-connect/distinfo b/devel/rubygem-aws-sdk-connect/distinfo index 934e34622291..7fc4690bd95e 100644 --- a/devel/rubygem-aws-sdk-connect/distinfo +++ b/devel/rubygem-aws-sdk-connect/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208196 -SHA256 (rubygem/aws-sdk-connect-1.205.0.gem) = 09820b2f735eee26c4daaa2e3f8eeeb2c81c7bd2dbf21a1a5df6911a30b65412 -SIZE (rubygem/aws-sdk-connect-1.205.0.gem) = 369664 +TIMESTAMP = 1751375091 +SHA256 (rubygem/aws-sdk-connect-1.206.0.gem) = c5f5e4408754c3726df29182bdb59089036868b8772347c18cfc41e52a0e3bf8 +SIZE (rubygem/aws-sdk-connect-1.206.0.gem) = 371712 diff --git a/devel/rubygem-aws-sdk-dataexchange/Makefile b/devel/rubygem-aws-sdk-dataexchange/Makefile index c72304e4e7d9..ac4ea95e7ed5 100644 --- a/devel/rubygem-aws-sdk-dataexchange/Makefile +++ b/devel/rubygem-aws-sdk-dataexchange/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-dataexchange -PORTVERSION= 1.68.0 +PORTVERSION= 1.69.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-dataexchange/distinfo b/devel/rubygem-aws-sdk-dataexchange/distinfo index 943cf4dbe3d4..fd9e040c7fa3 100644 --- a/devel/rubygem-aws-sdk-dataexchange/distinfo +++ b/devel/rubygem-aws-sdk-dataexchange/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813354 -SHA256 (rubygem/aws-sdk-dataexchange-1.68.0.gem) = 43da92f04d6a319899f0cdf8987767be7b4bcd260c761d229121f91bbf3b68a4 -SIZE (rubygem/aws-sdk-dataexchange-1.68.0.gem) = 64000 +TIMESTAMP = 1751375093 +SHA256 (rubygem/aws-sdk-dataexchange-1.69.0.gem) = 1bf59f59a017e3705a85eb0d7f8f8f95cffaf25920e3b21fed0e52f7ea046e6d +SIZE (rubygem/aws-sdk-dataexchange-1.69.0.gem) = 64000 diff --git a/devel/rubygem-aws-sdk-dynamodb/Makefile b/devel/rubygem-aws-sdk-dynamodb/Makefile index 857c033ab82c..02f1c129f508 100644 --- a/devel/rubygem-aws-sdk-dynamodb/Makefile +++ b/devel/rubygem-aws-sdk-dynamodb/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-dynamodb -PORTVERSION= 1.145.0 +PORTVERSION= 1.146.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-dynamodb/distinfo b/devel/rubygem-aws-sdk-dynamodb/distinfo index 54f4c43bf22a..930fdb073af4 100644 --- a/devel/rubygem-aws-sdk-dynamodb/distinfo +++ b/devel/rubygem-aws-sdk-dynamodb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813388 -SHA256 (rubygem/aws-sdk-dynamodb-1.145.0.gem) = 105fe5eb6986e673ed0599ebf9ced8d8a52734b17522da47b28fe2186fa11bf7 -SIZE (rubygem/aws-sdk-dynamodb-1.145.0.gem) = 226304 +TIMESTAMP = 1751375095 +SHA256 (rubygem/aws-sdk-dynamodb-1.146.0.gem) = ff6a1ba1c25bd87e452f4fc2877a3e01d1e68b585d877021a1e203d26c6c1630 +SIZE (rubygem/aws-sdk-dynamodb-1.146.0.gem) = 228352 diff --git a/devel/rubygem-aws-sdk-eventbridge/Makefile b/devel/rubygem-aws-sdk-eventbridge/Makefile index a277f419de82..df542e229230 100644 --- a/devel/rubygem-aws-sdk-eventbridge/Makefile +++ b/devel/rubygem-aws-sdk-eventbridge/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-eventbridge -PORTVERSION= 1.83.0 +PORTVERSION= 1.84.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-eventbridge/distinfo b/devel/rubygem-aws-sdk-eventbridge/distinfo index 939e86cbfc4f..8b6f60e713f3 100644 --- a/devel/rubygem-aws-sdk-eventbridge/distinfo +++ b/devel/rubygem-aws-sdk-eventbridge/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813428 -SHA256 (rubygem/aws-sdk-eventbridge-1.83.0.gem) = 60a103762c1a76e8aea287dcca14ea6a05480f18f3e22386061ea49e239e896f -SIZE (rubygem/aws-sdk-eventbridge-1.83.0.gem) = 96256 +TIMESTAMP = 1751375097 +SHA256 (rubygem/aws-sdk-eventbridge-1.84.0.gem) = 5dc35cf0432010638e9223c4d68e8e6f598135109cb17968892551d6849f678c +SIZE (rubygem/aws-sdk-eventbridge-1.84.0.gem) = 96256 diff --git a/devel/rubygem-aws-sdk-glue/Makefile b/devel/rubygem-aws-sdk-glue/Makefile index de6e4f74a45a..eb5faa0cef73 100644 --- a/devel/rubygem-aws-sdk-glue/Makefile +++ b/devel/rubygem-aws-sdk-glue/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-glue -PORTVERSION= 1.223.0 +PORTVERSION= 1.224.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-glue/distinfo b/devel/rubygem-aws-sdk-glue/distinfo index 272b6d549350..800d80546b40 100644 --- a/devel/rubygem-aws-sdk-glue/distinfo +++ b/devel/rubygem-aws-sdk-glue/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208202 -SHA256 (rubygem/aws-sdk-glue-1.223.0.gem) = b7e6b8a38ba6b8eb8292319b1f50f41f9df888aa8d3f9d30729d63499582c274 -SIZE (rubygem/aws-sdk-glue-1.223.0.gem) = 439808 +TIMESTAMP = 1751375099 +SHA256 (rubygem/aws-sdk-glue-1.224.0.gem) = dbf97557d8cd10fc305f5996a239decd40bf2b8b5514fca75e0382302305cd98 +SIZE (rubygem/aws-sdk-glue-1.224.0.gem) = 440320 diff --git a/devel/rubygem-aws-sdk-iam/Makefile b/devel/rubygem-aws-sdk-iam/Makefile index 55a3cad2f251..4f008dd5fd49 100644 --- a/devel/rubygem-aws-sdk-iam/Makefile +++ b/devel/rubygem-aws-sdk-iam/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-iam -PORTVERSION= 1.123.0 +PORTVERSION= 1.124.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-iam/distinfo b/devel/rubygem-aws-sdk-iam/distinfo index c9057c1e795f..4544ba57048e 100644 --- a/devel/rubygem-aws-sdk-iam/distinfo +++ b/devel/rubygem-aws-sdk-iam/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813480 -SHA256 (rubygem/aws-sdk-iam-1.123.0.gem) = c35a6230fdd40cafa7a0d96181c902033a5de26423c154930a7ec8957803097a -SIZE (rubygem/aws-sdk-iam-1.123.0.gem) = 223744 +TIMESTAMP = 1751375101 +SHA256 (rubygem/aws-sdk-iam-1.124.0.gem) = 42efc7a984ceda14de26ab57366d600975c63bc76a85ab8aed68b2f121c90f72 +SIZE (rubygem/aws-sdk-iam-1.124.0.gem) = 227840 diff --git a/devel/rubygem-aws-sdk-medicalimaging/Makefile b/devel/rubygem-aws-sdk-medicalimaging/Makefile index e4beca5eed13..cec44ab3c278 100644 --- a/devel/rubygem-aws-sdk-medicalimaging/Makefile +++ b/devel/rubygem-aws-sdk-medicalimaging/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-medicalimaging -PORTVERSION= 1.28.0 +PORTVERSION= 1.29.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-medicalimaging/distinfo b/devel/rubygem-aws-sdk-medicalimaging/distinfo index 0585373f7785..074a5bed64d1 100644 --- a/devel/rubygem-aws-sdk-medicalimaging/distinfo +++ b/devel/rubygem-aws-sdk-medicalimaging/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813638 -SHA256 (rubygem/aws-sdk-medicalimaging-1.28.0.gem) = 44f93f80cde6d71ae695f170a3f78eb1747e6a6afcb490693d550392b6482111 -SIZE (rubygem/aws-sdk-medicalimaging-1.28.0.gem) = 39936 +TIMESTAMP = 1751375103 +SHA256 (rubygem/aws-sdk-medicalimaging-1.29.0.gem) = f3b706e77c8d95efa0764436a87c6d341a2ecfe4a04cd4658ec39f31389623c2 +SIZE (rubygem/aws-sdk-medicalimaging-1.29.0.gem) = 40448 diff --git a/devel/rubygem-aws-sdk-networkflowmonitor/Makefile b/devel/rubygem-aws-sdk-networkflowmonitor/Makefile index d207f8c8fb1b..6e0e2aaf937f 100644 --- a/devel/rubygem-aws-sdk-networkflowmonitor/Makefile +++ b/devel/rubygem-aws-sdk-networkflowmonitor/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-networkflowmonitor -PORTVERSION= 1.7.0 +PORTVERSION= 1.8.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-networkflowmonitor/distinfo b/devel/rubygem-aws-sdk-networkflowmonitor/distinfo index adaa7b1d07a4..7a6461106ea7 100644 --- a/devel/rubygem-aws-sdk-networkflowmonitor/distinfo +++ b/devel/rubygem-aws-sdk-networkflowmonitor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813668 -SHA256 (rubygem/aws-sdk-networkflowmonitor-1.7.0.gem) = 935d5c24f9b0542a15f0fd05048b9952ef4a0f05e45c20b3c3029738abc5150e -SIZE (rubygem/aws-sdk-networkflowmonitor-1.7.0.gem) = 40448 +TIMESTAMP = 1751375105 +SHA256 (rubygem/aws-sdk-networkflowmonitor-1.8.0.gem) = fc9978631d95a2bff6a0c54c71000820442555ee0fadd460f99359af6fd71d22 +SIZE (rubygem/aws-sdk-networkflowmonitor-1.8.0.gem) = 40960 diff --git a/devel/rubygem-aws-sdk-outposts/Makefile b/devel/rubygem-aws-sdk-outposts/Makefile index e0192e584ed9..08b3daf9e362 100644 --- a/devel/rubygem-aws-sdk-outposts/Makefile +++ b/devel/rubygem-aws-sdk-outposts/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-outposts -PORTVERSION= 1.82.0 +PORTVERSION= 1.83.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-outposts/distinfo b/devel/rubygem-aws-sdk-outposts/distinfo index 36be3eccc061..a6525c161e3f 100644 --- a/devel/rubygem-aws-sdk-outposts/distinfo +++ b/devel/rubygem-aws-sdk-outposts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813696 -SHA256 (rubygem/aws-sdk-outposts-1.82.0.gem) = fbb22d5be25c75f74eb20ecd43701065e29f90fefd17a9a14430f6e8af4e433d -SIZE (rubygem/aws-sdk-outposts-1.82.0.gem) = 55808 +TIMESTAMP = 1751375107 +SHA256 (rubygem/aws-sdk-outposts-1.83.0.gem) = 4805b4cf9e86657dbc04672c19eabd6dba3cb336a19c989eb341e9a3c325d7b8 +SIZE (rubygem/aws-sdk-outposts-1.83.0.gem) = 55808 diff --git a/devel/rubygem-aws-sdk-pcs/Makefile b/devel/rubygem-aws-sdk-pcs/Makefile index d86a1376e924..2ca9e2fd58c5 100644 --- a/devel/rubygem-aws-sdk-pcs/Makefile +++ b/devel/rubygem-aws-sdk-pcs/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-pcs -PORTVERSION= 1.21.0 +PORTVERSION= 1.22.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-pcs/distinfo b/devel/rubygem-aws-sdk-pcs/distinfo index 6f2f5add221a..61e0fa651022 100644 --- a/devel/rubygem-aws-sdk-pcs/distinfo +++ b/devel/rubygem-aws-sdk-pcs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954358 -SHA256 (rubygem/aws-sdk-pcs-1.21.0.gem) = 4e5e2c34d0faf0c049a98a0285751dcbceebe9a5cceea52a7c74c94168524241 -SIZE (rubygem/aws-sdk-pcs-1.21.0.gem) = 43008 +TIMESTAMP = 1751375109 +SHA256 (rubygem/aws-sdk-pcs-1.22.0.gem) = 4386b920a6f6c1b442cef74b0c0837e327527ba0196b6c2378c63e4d34832f86 +SIZE (rubygem/aws-sdk-pcs-1.22.0.gem) = 43008 diff --git a/devel/rubygem-aws-sdk-quicksight/Makefile b/devel/rubygem-aws-sdk-quicksight/Makefile index 80c8d5019ce6..d36cf43cd603 100644 --- a/devel/rubygem-aws-sdk-quicksight/Makefile +++ b/devel/rubygem-aws-sdk-quicksight/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-quicksight -PORTVERSION= 1.149.0 +PORTVERSION= 1.150.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-quicksight/distinfo b/devel/rubygem-aws-sdk-quicksight/distinfo index 1bf5aa54d0e6..3434c5ebbcea 100644 --- a/devel/rubygem-aws-sdk-quicksight/distinfo +++ b/devel/rubygem-aws-sdk-quicksight/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813748 -SHA256 (rubygem/aws-sdk-quicksight-1.149.0.gem) = e27a51d0425569c5ce351a12c6d6f880f921166bcb27e33ceaa9ca2b6f903083 -SIZE (rubygem/aws-sdk-quicksight-1.149.0.gem) = 970752 +TIMESTAMP = 1751375111 +SHA256 (rubygem/aws-sdk-quicksight-1.150.0.gem) = 83cc526445c541b0b5cfb0684fa85191294aff908597f5740a3e72938080f444 +SIZE (rubygem/aws-sdk-quicksight-1.150.0.gem) = 972288 diff --git a/devel/rubygem-aws-sdk-ssm/Makefile b/devel/rubygem-aws-sdk-ssm/Makefile index 1550fed3ae79..1d8dbdbb461a 100644 --- a/devel/rubygem-aws-sdk-ssm/Makefile +++ b/devel/rubygem-aws-sdk-ssm/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-ssm -PORTVERSION= 1.196.0 +PORTVERSION= 1.197.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-ssm/distinfo b/devel/rubygem-aws-sdk-ssm/distinfo index c7b9c3512d23..143c9dc85d69 100644 --- a/devel/rubygem-aws-sdk-ssm/distinfo +++ b/devel/rubygem-aws-sdk-ssm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813862 -SHA256 (rubygem/aws-sdk-ssm-1.196.0.gem) = be92e9bbe806885dc71655913925b87639c70bf66802529a061ce4d390bccec1 -SIZE (rubygem/aws-sdk-ssm-1.196.0.gem) = 323072 +TIMESTAMP = 1751375113 +SHA256 (rubygem/aws-sdk-ssm-1.197.0.gem) = dcd48f5ba60bce8716f5bdb73a779aa792ace9bbeac270b54ebef35e893d50c1 +SIZE (rubygem/aws-sdk-ssm-1.197.0.gem) = 323072 diff --git a/devel/rubygem-aws-sdk-transfer/Makefile b/devel/rubygem-aws-sdk-transfer/Makefile index 942f5293dc89..7cae1f970223 100644 --- a/devel/rubygem-aws-sdk-transfer/Makefile +++ b/devel/rubygem-aws-sdk-transfer/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-transfer -PORTVERSION= 1.119.0 +PORTVERSION= 1.120.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-transfer/distinfo b/devel/rubygem-aws-sdk-transfer/distinfo index bc36afb142e8..cfc1e6620146 100644 --- a/devel/rubygem-aws-sdk-transfer/distinfo +++ b/devel/rubygem-aws-sdk-transfer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813908 -SHA256 (rubygem/aws-sdk-transfer-1.119.0.gem) = 34ba026adf3882b00ce0ffd5b0257b3897c25529b221a65a2b73b2abc13a9879 -SIZE (rubygem/aws-sdk-transfer-1.119.0.gem) = 142848 +TIMESTAMP = 1751375115 +SHA256 (rubygem/aws-sdk-transfer-1.120.0.gem) = 60ff35b1e2887db2a3fd861277f4d999a0cce5eaa9c9fe42623a194dd9547dc8 +SIZE (rubygem/aws-sdk-transfer-1.120.0.gem) = 144384 diff --git a/devel/rubygem-google-apis-bigquery_v2/Makefile b/devel/rubygem-google-apis-bigquery_v2/Makefile index 863fba1a67ed..44ac8d164a1e 100644 --- a/devel/rubygem-google-apis-bigquery_v2/Makefile +++ b/devel/rubygem-google-apis-bigquery_v2/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-apis-bigquery_v2 -PORTVERSION= 0.89.0 +PORTVERSION= 0.90.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-google-apis-bigquery_v2/distinfo b/devel/rubygem-google-apis-bigquery_v2/distinfo index 902abb199203..1418ac682e16 100644 --- a/devel/rubygem-google-apis-bigquery_v2/distinfo +++ b/devel/rubygem-google-apis-bigquery_v2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748495943 -SHA256 (rubygem/google-apis-bigquery_v2-0.89.0.gem) = 87325a4556d0349ccf1d5287275ca77db9f7659ef0d394d271bb5b342d45d526 -SIZE (rubygem/google-apis-bigquery_v2-0.89.0.gem) = 140288 +TIMESTAMP = 1751375117 +SHA256 (rubygem/google-apis-bigquery_v2-0.90.0.gem) = 8b622912b45fb7ab75f0600a062db17b7d25a057265366750512e574ec333d7b +SIZE (rubygem/google-apis-bigquery_v2-0.90.0.gem) = 141312 diff --git a/devel/rubygem-google-apis-iam_v1/Makefile b/devel/rubygem-google-apis-iam_v1/Makefile index 532c254f88e9..5159bd74b58a 100644 --- a/devel/rubygem-google-apis-iam_v1/Makefile +++ b/devel/rubygem-google-apis-iam_v1/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-apis-iam_v1 -PORTVERSION= 0.70.0 +PORTVERSION= 0.71.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-google-apis-iam_v1/distinfo b/devel/rubygem-google-apis-iam_v1/distinfo index a8dbec0ed2b4..4c652044a0f5 100644 --- a/devel/rubygem-google-apis-iam_v1/distinfo +++ b/devel/rubygem-google-apis-iam_v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954472 -SHA256 (rubygem/google-apis-iam_v1-0.70.0.gem) = 19c1ce45ecac7b31ae6a637590bd4bd85f493aa8ba244644fdff359673ba75e9 -SIZE (rubygem/google-apis-iam_v1-0.70.0.gem) = 64512 +TIMESTAMP = 1751375133 +SHA256 (rubygem/google-apis-iam_v1-0.71.0.gem) = 08cf6999ef06e8af85387ce01ac14cef560f238d54bd4e4b7353084eb9b4da3f +SIZE (rubygem/google-apis-iam_v1-0.71.0.gem) = 65024 diff --git a/devel/rubygem-prometheus-client-mmap/Makefile b/devel/rubygem-prometheus-client-mmap/Makefile index f9a3c29ce04d..afbcee7ba2af 100644 --- a/devel/rubygem-prometheus-client-mmap/Makefile +++ b/devel/rubygem-prometheus-client-mmap/Makefile @@ -1,5 +1,6 @@ PORTNAME= prometheus-client-mmap PORTVERSION= 1.2.10 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-sidekiq/Makefile b/devel/rubygem-sidekiq/Makefile index a0f3a488b03d..1095f078bc7e 100644 --- a/devel/rubygem-sidekiq/Makefile +++ b/devel/rubygem-sidekiq/Makefile @@ -1,5 +1,5 @@ PORTNAME= sidekiq -PORTVERSION= 8.0.4 +PORTVERSION= 8.0.5 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-sidekiq/distinfo b/devel/rubygem-sidekiq/distinfo index f770765e4f31..3b3b17b3177b 100644 --- a/devel/rubygem-sidekiq/distinfo +++ b/devel/rubygem-sidekiq/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748495985 -SHA256 (rubygem/sidekiq-8.0.4.gem) = 63d2ff4e37aa468490f982aded6ab3bf4da809e32156d6612c8ab3e3aebdd43b -SIZE (rubygem/sidekiq-8.0.4.gem) = 286208 +TIMESTAMP = 1751375119 +SHA256 (rubygem/sidekiq-8.0.5.gem) = d063b26fcf7bf082da2cd9d9f3d338bbfddc790e861e4e7c6a34ce2951f9f7d4 +SIZE (rubygem/sidekiq-8.0.5.gem) = 286720 diff --git a/devel/rubygem-sorbet-runtime/Makefile b/devel/rubygem-sorbet-runtime/Makefile index 17b14400a743..4e913180a5b1 100644 --- a/devel/rubygem-sorbet-runtime/Makefile +++ b/devel/rubygem-sorbet-runtime/Makefile @@ -1,5 +1,5 @@ PORTNAME= sorbet-runtime -PORTVERSION= 0.5.12204 +PORTVERSION= 0.5.12210 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-sorbet-runtime/distinfo b/devel/rubygem-sorbet-runtime/distinfo index 6463d6b9c741..c6a5ab924c06 100644 --- a/devel/rubygem-sorbet-runtime/distinfo +++ b/devel/rubygem-sorbet-runtime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208230 -SHA256 (rubygem/sorbet-runtime-0.5.12204.gem) = b58aed968f82996b7e46b2cad1e15657ca2b5a27fb6c9fa7e57e105edc966deb -SIZE (rubygem/sorbet-runtime-0.5.12204.gem) = 89088 +TIMESTAMP = 1751375121 +SHA256 (rubygem/sorbet-runtime-0.5.12210.gem) = 7571536d928970039b5b00c3fd7d69fea8fe17583f474542949fa9024dbf5e73 +SIZE (rubygem/sorbet-runtime-0.5.12210.gem) = 89088 diff --git a/devel/rubygem-state_machines/Makefile b/devel/rubygem-state_machines/Makefile index d7109a8e3a50..b398df93e7fb 100644 --- a/devel/rubygem-state_machines/Makefile +++ b/devel/rubygem-state_machines/Makefile @@ -1,5 +1,5 @@ PORTNAME= state_machines -PORTVERSION= 0.30.0 +PORTVERSION= 0.31.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-state_machines/distinfo b/devel/rubygem-state_machines/distinfo index 27554de0ca76..1b6f8f6d6eee 100644 --- a/devel/rubygem-state_machines/distinfo +++ b/devel/rubygem-state_machines/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208232 -SHA256 (rubygem/state_machines-0.30.0.gem) = 4db811660dee62d79980d349ffab1321ef0a760094338a65ce0c6699630966f0 -SIZE (rubygem/state_machines-0.30.0.gem) = 75264 +TIMESTAMP = 1751375123 +SHA256 (rubygem/state_machines-0.31.0.gem) = 47836e857b1acf617dc6e95b6f31e508ead3e42f61f82a6c73c6957a8732da00 +SIZE (rubygem/state_machines-0.31.0.gem) = 76288 diff --git a/devel/rubygem-test-unit/Makefile b/devel/rubygem-test-unit/Makefile index e14e3288318c..309fdebc6ca8 100644 --- a/devel/rubygem-test-unit/Makefile +++ b/devel/rubygem-test-unit/Makefile @@ -1,5 +1,5 @@ PORTNAME= test-unit -PORTVERSION= 3.6.8 +PORTVERSION= 3.6.9 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-test-unit/distinfo b/devel/rubygem-test-unit/distinfo index 7310a769f6d2..76536d7ac78c 100644 --- a/devel/rubygem-test-unit/distinfo +++ b/devel/rubygem-test-unit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744289450 -SHA256 (rubygem/test-unit-3.6.8.gem) = 0aa115c7d1044b92b80091c71f1f57f5d8b186402b29170e45fb4b5f20a6374e -SIZE (rubygem/test-unit-3.6.8.gem) = 97280 +TIMESTAMP = 1751375135 +SHA256 (rubygem/test-unit-3.6.9.gem) = 2be6ae0354623702f004ae626c98337f5e17f2ecc0fc334a9e6fdbb2c7c534da +SIZE (rubygem/test-unit-3.6.9.gem) = 97792 diff --git a/devel/ruff/Makefile b/devel/ruff/Makefile index 5ecad68fb8eb..6e28afac2a0d 100644 --- a/devel/ruff/Makefile +++ b/devel/ruff/Makefile @@ -1,5 +1,6 @@ PORTNAME= ruff DISTVERSION= 0.11.13 +PORTREVISION= 1 CATEGORIES= devel python MAINTAINER= yuri@FreeBSD.org diff --git a/devel/rust-analyzer/Makefile b/devel/rust-analyzer/Makefile index 9a11ecaaaab8..281f38c0b3bd 100644 --- a/devel/rust-analyzer/Makefile +++ b/devel/rust-analyzer/Makefile @@ -1,5 +1,6 @@ PORTNAME= rust-analyzer DISTVERSION= 2025-06-02 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= rust@FreeBSD.org diff --git a/devel/rust-bindgen-cli/Makefile b/devel/rust-bindgen-cli/Makefile index 53545d0979a6..96a898b6832c 100644 --- a/devel/rust-bindgen-cli/Makefile +++ b/devel/rust-bindgen-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= bindgen-cli DISTVERSION= 0.71.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= CRATESIO PKGNAMEPREFIX= rust- diff --git a/devel/rust-cbindgen/Makefile b/devel/rust-cbindgen/Makefile index 20aa6e55fd7e..790feab97f97 100644 --- a/devel/rust-cbindgen/Makefile +++ b/devel/rust-cbindgen/Makefile @@ -1,6 +1,6 @@ PORTNAME= cbindgen DISTVERSION= 0.28.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= CRATESIO PKGNAMEPREFIX= rust- diff --git a/devel/rust-script/Makefile b/devel/rust-script/Makefile index e86f42b4d379..799dc5c5e174 100644 --- a/devel/rust-script/Makefile +++ b/devel/rust-script/Makefile @@ -1,6 +1,6 @@ PORTNAME= rust-script DISTVERSION= 0.34.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= devel MAINTAINER= pat@patmaddox.com diff --git a/devel/rustc-demangle/Makefile b/devel/rustc-demangle/Makefile index 1411a72db9c4..41c0d3d27d22 100644 --- a/devel/rustc-demangle/Makefile +++ b/devel/rustc-demangle/Makefile @@ -1,6 +1,6 @@ PORTNAME= rustc-demangle DISTVERSION= 0.1.24 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/rustup-init/Makefile b/devel/rustup-init/Makefile index a02476947d01..8a1937b53df1 100644 --- a/devel/rustup-init/Makefile +++ b/devel/rustup-init/Makefile @@ -1,6 +1,6 @@ PORTNAME= rustup-init DISTVERSION= 1.28.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel DISTNAME= rustup diff --git a/devel/rye/Makefile b/devel/rye/Makefile index af4ab47626ea..3f269ba37172 100644 --- a/devel/rye/Makefile +++ b/devel/rye/Makefile @@ -1,6 +1,6 @@ PORTNAME= rye DISTVERSION= 0.44.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/sccache/Makefile b/devel/sccache/Makefile index e154b4e611a0..2150e5325970 100644 --- a/devel/sccache/Makefile +++ b/devel/sccache/Makefile @@ -1,7 +1,7 @@ PORTNAME= sccache DISTVERSIONPREFIX= v DISTVERSION= 0.8.2 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= devel diff --git a/devel/selene/Makefile b/devel/selene/Makefile index 207edc9b7302..f5151d3629c8 100644 --- a/devel/selene/Makefile +++ b/devel/selene/Makefile @@ -1,6 +1,6 @@ PORTNAME= selene DISTVERSION= 0.27.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/sentry-cli/Makefile b/devel/sentry-cli/Makefile index e6ff1890c3b6..9d36b49d1102 100644 --- a/devel/sentry-cli/Makefile +++ b/devel/sentry-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= sentry-cli DISTVERSION= 2.31.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org diff --git a/devel/signal-sqlcipher-extension/Makefile b/devel/signal-sqlcipher-extension/Makefile index 9eef2a85e052..fc92d8ff3d32 100644 --- a/devel/signal-sqlcipher-extension/Makefile +++ b/devel/signal-sqlcipher-extension/Makefile @@ -1,7 +1,7 @@ PORTNAME= signal-sqlcipher-extension DISTVERSIONPREFIX= v DISTVERSION= 0.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= mikael@FreeBSD.org diff --git a/devel/snazy/Makefile b/devel/snazy/Makefile index ffad007f6eb4..8871441d6a06 100644 --- a/devel/snazy/Makefile +++ b/devel/snazy/Makefile @@ -1,6 +1,6 @@ PORTNAME= snazy DISTVERSION= 0.55.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/spr/Makefile b/devel/spr/Makefile index 8f035d939698..ae9f282d4814 100644 --- a/devel/spr/Makefile +++ b/devel/spr/Makefile @@ -2,7 +2,7 @@ PORTNAME= spr DISTVERSIONPREFIX= v DISTVERSION= 1.3.5-4 DISTVERSIONSUFFIX= -gd90b197 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/stdx-allocator/Makefile b/devel/stdx-allocator/Makefile index 917592b880db..03271a6ea306 100644 --- a/devel/stdx-allocator/Makefile +++ b/devel/stdx-allocator/Makefile @@ -1,6 +1,6 @@ PORTNAME= stdx-allocator PORTVERSION= 3.0.2 -PORTREVISION= 4 +PORTREVISION= 5 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/stgit/Makefile b/devel/stgit/Makefile index faf7753712b3..7543b2833d15 100644 --- a/devel/stgit/Makefile +++ b/devel/stgit/Makefile @@ -1,7 +1,7 @@ PORTNAME= stgit DISTVERSIONPREFIX= v DISTVERSION= 2.5.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/stylua/Makefile b/devel/stylua/Makefile index a8cee056d548..f952b91294ff 100644 --- a/devel/stylua/Makefile +++ b/devel/stylua/Makefile @@ -1,7 +1,7 @@ PORTNAME= stylua DISTVERSIONPREFIX= v DISTVERSION= 2.0.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org diff --git a/devel/tabby/Makefile b/devel/tabby/Makefile index bb967bd99f13..6e431f053e89 100644 --- a/devel/tabby/Makefile +++ b/devel/tabby/Makefile @@ -1,7 +1,7 @@ PORTNAME= tabby DISTVERSIONPREFIX= v DISTVERSION= 0.11.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= devel # machine-learning PKGNAMESUFFIX= -ai-coding-assistant diff --git a/devel/tagref/Makefile b/devel/tagref/Makefile index d729ae660455..1eb37542a266 100644 --- a/devel/tagref/Makefile +++ b/devel/tagref/Makefile @@ -1,7 +1,7 @@ PORTNAME= tagref DISTVERSIONPREFIX= v DISTVERSION= 1.10.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/texlab/Makefile b/devel/texlab/Makefile index 90922e64cc2c..9944ba90da9d 100644 --- a/devel/texlab/Makefile +++ b/devel/texlab/Makefile @@ -1,7 +1,7 @@ PORTNAME= texlab DISTVERSIONPREFIX= v DISTVERSION= 4.2.0 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= devel MAINTAINER= kfv@kfv.io diff --git a/devel/the-way/Makefile b/devel/the-way/Makefile index c88fb11f3e0a..091deb8aae93 100644 --- a/devel/the-way/Makefile +++ b/devel/the-way/Makefile @@ -1,7 +1,7 @@ PORTNAME= the-way DISTVERSIONPREFIX= v DISTVERSION= 0.20.3 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/tokei/Makefile b/devel/tokei/Makefile index e23649b0f3aa..054f81bf9896 100644 --- a/devel/tokei/Makefile +++ b/devel/tokei/Makefile @@ -1,7 +1,7 @@ PORTNAME= tokei DISTVERSIONPREFIX= v DISTVERSION= 12.1.2 -PORTREVISION= 40 +PORTREVISION= 41 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org diff --git a/devel/tokio-console/Makefile b/devel/tokio-console/Makefile index b0286fccf56c..daf0bb3c5b29 100644 --- a/devel/tokio-console/Makefile +++ b/devel/tokio-console/Makefile @@ -1,7 +1,7 @@ PORTNAME= tokio-console DISTVERSIONPREFIX= tokio-console-v DISTVERSION= 0.1.13 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/tree-sitter-graph/Makefile b/devel/tree-sitter-graph/Makefile index 75954fdebbdd..4bf3afc9845f 100644 --- a/devel/tree-sitter-graph/Makefile +++ b/devel/tree-sitter-graph/Makefile @@ -1,7 +1,7 @@ PORTNAME= tree-sitter-graph DISTVERSIONPREFIX= v DISTVERSION= 0.12.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/twiggy/Makefile b/devel/twiggy/Makefile index f18a7b811814..4d936dec9efd 100644 --- a/devel/twiggy/Makefile +++ b/devel/twiggy/Makefile @@ -1,6 +1,6 @@ PORTNAME= twiggy DISTVERSION= 0.6.0 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= devel www MAINTAINER= yuri@FreeBSD.org diff --git a/devel/typeshare/Makefile b/devel/typeshare/Makefile index 1b1f88a7f5ca..c1dd378127fd 100644 --- a/devel/typeshare/Makefile +++ b/devel/typeshare/Makefile @@ -1,7 +1,7 @@ PORTNAME= typeshare DISTVERSIONPREFIX= v DISTVERSION= 1.13.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/umbrello/Makefile b/devel/umbrello/Makefile index ef866eeeaf59..aa165f11b6b9 100644 --- a/devel/umbrello/Makefile +++ b/devel/umbrello/Makefile @@ -1,6 +1,5 @@ PORTNAME= umbrello DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= devel kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/devel/umbrello/distinfo b/devel/umbrello/distinfo index 0735fb74af6d..7aed7975be72 100644 --- a/devel/umbrello/distinfo +++ b/devel/umbrello/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036368 -SHA256 (KDE/release-service/25.04.2/umbrello-25.04.2.tar.xz) = 039b9716547392d7281abe1440cf24219c8c02b59278bad7f2d3a621456c7d24 -SIZE (KDE/release-service/25.04.2/umbrello-25.04.2.tar.xz) = 5618916 +TIMESTAMP = 1751381326 +SHA256 (KDE/release-service/25.04.3/umbrello-25.04.3.tar.xz) = e9a065bb626c97a48bb43e992489b58c15026166014505e42852d6e969be8ec3 +SIZE (KDE/release-service/25.04.3/umbrello-25.04.3.tar.xz) = 5618524 diff --git a/devel/undead/Makefile b/devel/undead/Makefile index 24bfe89e4271..518e20fc1ea4 100644 --- a/devel/undead/Makefile +++ b/devel/undead/Makefile @@ -1,7 +1,7 @@ PORTNAME= undead DISTVERSIONPREFIX=v DISTVERSION= 1.1.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= romain@FreeBSD.org diff --git a/devel/unit-otel/Makefile b/devel/unit-otel/Makefile index 111ded0c192d..9b7fb21f2f15 100644 --- a/devel/unit-otel/Makefile +++ b/devel/unit-otel/Makefile @@ -1,6 +1,6 @@ PORTNAME= unit-otel PORTVERSION= ${UNIT_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES?= https://unit.nginx.org/download/ DISTFILES= unit-${PORTVERSION}.tar.gz diff --git a/devel/uv/Makefile b/devel/uv/Makefile index e3226771d050..014d0c3cb9f9 100644 --- a/devel/uv/Makefile +++ b/devel/uv/Makefile @@ -1,5 +1,6 @@ PORTNAME= uv DISTVERSION= 0.7.13 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/wasmer/Makefile b/devel/wasmer/Makefile index fbe1546496d1..5715ed315864 100644 --- a/devel/wasmer/Makefile +++ b/devel/wasmer/Makefile @@ -1,7 +1,7 @@ PORTNAME= wasmer DISTVERSIONPREFIX= v DISTVERSION= 6.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= kjozic@gmail.com diff --git a/devel/websocketpp/Makefile b/devel/websocketpp/Makefile index 12cd87d532f7..70784d13e2a8 100644 --- a/devel/websocketpp/Makefile +++ b/devel/websocketpp/Makefile @@ -1,6 +1,6 @@ PORTNAME= websocketpp PORTVERSION= 0.8.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= sigsegv@radiotube.org diff --git a/devel/websocketpp/files/patch-websocketpp_transport_asio_connection.hpp b/devel/websocketpp/files/patch-websocketpp_transport_asio_connection.hpp index 30872545d7b5..0c37aa055508 100644 --- a/devel/websocketpp/files/patch-websocketpp_transport_asio_connection.hpp +++ b/devel/websocketpp/files/patch-websocketpp_transport_asio_connection.hpp @@ -58,10 +58,10 @@ lib::error_code interrupt(interrupt_handler handler) { if (config::enable_multithreading) { - m_io_service->post(m_strand->wrap(handler)); -+ boost::asio::post(*m_io_service, m_strand->wrap(handler)); ++ lib::asio::post(*m_io_service, m_strand->wrap(handler)); } else { - m_io_service->post(handler); -+ boost::asio::post(*m_io_service, handler); ++ lib::asio::post(*m_io_service, handler); } return lib::error_code(); } @@ -69,10 +69,10 @@ lib::error_code dispatch(dispatch_handler handler) { if (config::enable_multithreading) { - m_io_service->post(m_strand->wrap(handler)); -+ boost::asio::post(*m_io_service, m_strand->wrap(handler)); ++ lib::asio::post(*m_io_service, m_strand->wrap(handler)); } else { - m_io_service->post(handler); -+ boost::asio::post(*m_io_service, handler); ++ lib::asio::post(*m_io_service, handler); } return lib::error_code(); } diff --git a/devel/wizer/Makefile b/devel/wizer/Makefile index 938fe5e9ca99..5b15b1199f54 100644 --- a/devel/wizer/Makefile +++ b/devel/wizer/Makefile @@ -1,7 +1,7 @@ PORTNAME= wizer DISTVERSIONPREFIX= v DISTVERSION= 8.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel www MAINTAINER= yuri@FreeBSD.org diff --git a/devel/wrangler/Makefile b/devel/wrangler/Makefile index 6493ddb42847..07c93fbdd570 100644 --- a/devel/wrangler/Makefile +++ b/devel/wrangler/Makefile @@ -1,7 +1,7 @@ PORTNAME= wrangler DISTVERSIONPREFIX= v DISTVERSION= 1.19.12 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= devel MAINTAINER= kfv@kfv.io diff --git a/devel/xdgpaths/Makefile b/devel/xdgpaths/Makefile index e224e2a86d28..cd0cb31e1c30 100644 --- a/devel/xdgpaths/Makefile +++ b/devel/xdgpaths/Makefile @@ -1,6 +1,6 @@ PORTNAME= xdgpaths PORTVERSION= 0.2.5 -PORTREVISION= 5 +PORTREVISION= 6 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/xtensa-esp-elf/Makefile b/devel/xtensa-esp-elf/Makefile index e5495934727c..87014e30bd75 100644 --- a/devel/xtensa-esp-elf/Makefile +++ b/devel/xtensa-esp-elf/Makefile @@ -1,6 +1,6 @@ PORTNAME= xtensa-esp-elf DISTVERSION= 13.2.0_20240530 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel MASTER_SITES= https://github.com/espressif/crosstool-NG/releases/download/esp-${DISTVERSION}/:source1 \ GNU/gmp:source2 \ diff --git a/dns/dnstracer-rs/Makefile b/dns/dnstracer-rs/Makefile index feb4ce0fdaa2..7e273134bc4f 100644 --- a/dns/dnstracer-rs/Makefile +++ b/dns/dnstracer-rs/Makefile @@ -1,5 +1,6 @@ PORTNAME= dnstracer DISTVERSION= 1.1.5 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= CRATESIO PKGNAMESUFFIX= -rs diff --git a/dns/dog/Makefile b/dns/dog/Makefile index 53b63a291104..50da93179a91 100644 --- a/dns/dog/Makefile +++ b/dns/dog/Makefile @@ -1,7 +1,7 @@ PORTNAME= dog DISTVERSIONPREFIX= v DISTVERSION= 0.1.0 -PORTREVISION= 42 +PORTREVISION= 43 CATEGORIES= dns net MAINTAINER= lcook@FreeBSD.org diff --git a/dns/doh-proxy/Makefile b/dns/doh-proxy/Makefile index 4f5a7ae95bbc..4e521141f908 100644 --- a/dns/doh-proxy/Makefile +++ b/dns/doh-proxy/Makefile @@ -1,5 +1,6 @@ PORTNAME= doh-proxy DISTVERSION= 0.9.12 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/dns/encrypted-dns-server/Makefile b/dns/encrypted-dns-server/Makefile index 2fa828e9f1f8..fff8d11a3d09 100644 --- a/dns/encrypted-dns-server/Makefile +++ b/dns/encrypted-dns-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= encrypted-dns-server DISTVERSION= 0.9.6 -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= dns MAINTAINER= felix@userspace.com.au diff --git a/dns/p5-Mozilla-PublicSuffix/Makefile b/dns/p5-Mozilla-PublicSuffix/Makefile index 7953f04e7ca9..924704f55ac4 100644 --- a/dns/p5-Mozilla-PublicSuffix/Makefile +++ b/dns/p5-Mozilla-PublicSuffix/Makefile @@ -1,7 +1,7 @@ PORTNAME= Mozilla-PublicSuffix PORTVERSION= 1.0.7 DISTVERSIONPREFIX= v -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/dns/powerdns-recursor/Makefile b/dns/powerdns-recursor/Makefile index 6a15997078e1..fab4f26f26a8 100644 --- a/dns/powerdns-recursor/Makefile +++ b/dns/powerdns-recursor/Makefile @@ -1,6 +1,6 @@ PORTNAME= recursor DISTVERSION= 5.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns MASTER_SITES= https://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- diff --git a/dns/public_suffix_list/Makefile b/dns/public_suffix_list/Makefile index e834fbb0fb61..2b52e20dde0c 100644 --- a/dns/public_suffix_list/Makefile +++ b/dns/public_suffix_list/Makefile @@ -1,5 +1,5 @@ PORTNAME= public_suffix_list -PORTVERSION= 20250612 +PORTVERSION= 20250626 CATEGORIES= dns MAINTAINER= sunpoet@FreeBSD.org @@ -21,7 +21,7 @@ SLAVEDIRS= dns/p5-Mozilla-PublicSuffix dns/py-publicsuffix dns/py-publicsuffix2 USE_GITHUB= yes GH_ACCOUNT= publicsuffix GH_PROJECT= list -GH_TAGNAME= a01fe52 +GH_TAGNAME= 9ae5519 do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ diff --git a/dns/public_suffix_list/distinfo b/dns/public_suffix_list/distinfo index 209fb9d6ef52..225ad42ee033 100644 --- a/dns/public_suffix_list/distinfo +++ b/dns/public_suffix_list/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813012 -SHA256 (publicsuffix-list-20250612-a01fe52_GH0.tar.gz) = 71f06ed4130805b8b775c425d6d064b0af6ba5a9e2bbb017fb02a2bfe1011aa1 -SIZE (publicsuffix-list-20250612-a01fe52_GH0.tar.gz) = 298343 +TIMESTAMP = 1751375027 +SHA256 (publicsuffix-list-20250626-9ae5519_GH0.tar.gz) = d0dd2f2d337db778279a3c32b2963e2bacac3b8b3dba43a6a3539c06ea2c45fd +SIZE (publicsuffix-list-20250626-9ae5519_GH0.tar.gz) = 298490 diff --git a/dns/py-dnspython/Makefile b/dns/py-dnspython/Makefile index 62f4135a94ff..b6b2a579431d 100644 --- a/dns/py-dnspython/Makefile +++ b/dns/py-dnspython/Makefile @@ -14,8 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} -USES= python:3.9+ -USE_PYTHON= autoplist concurrent cython pep517 +USES= python +USE_PYTHON= autoplist concurrent cython pep517 pytest BINARY_ALIAS= git=false NO_ARCH= yes @@ -40,12 +40,6 @@ DOQ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aioquic>=1.0.0:www/py-aioquic@${PY_FLAVO IDNA_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}idna>=2.1:dns/py-idna@${PY_FLAVOR} TRIO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}trio>=0.14:net/py-trio@${PY_FLAVOR} -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 3900 -IGNORE= requires Python 3.9 or later -.endif - post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} ${STAGEDIR}${EXAMPLESDIR} @@ -53,4 +47,4 @@ post-install-EXAMPLES-on: do-test: cd ${WRKSRC}/tests && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} utest.py -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/dns/py-publicsuffix/Makefile b/dns/py-publicsuffix/Makefile index 13d35aa8d345..60d31cac65d7 100644 --- a/dns/py-publicsuffix/Makefile +++ b/dns/py-publicsuffix/Makefile @@ -1,6 +1,6 @@ PORTNAME= publicsuffix PORTVERSION= 1.1.0 -PORTREVISION= 90 +PORTREVISION= 91 CATEGORIES= dns python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/dns/py-publicsuffix2/Makefile b/dns/py-publicsuffix2/Makefile index 7b0cb53b2cf8..4870990af2e1 100644 --- a/dns/py-publicsuffix2/Makefile +++ b/dns/py-publicsuffix2/Makefile @@ -1,6 +1,6 @@ PORTNAME= publicsuffix2 PORTVERSION= 2.20191221 -PORTREVISION= 64 +PORTREVISION= 65 CATEGORIES= dns python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/dns/rubygem-public_suffix/Makefile b/dns/rubygem-public_suffix/Makefile index 2e7e275b188a..ff1d136a0279 100644 --- a/dns/rubygem-public_suffix/Makefile +++ b/dns/rubygem-public_suffix/Makefile @@ -1,6 +1,6 @@ PORTNAME= public_suffix PORTVERSION= 6.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns rubygems MASTER_SITES= RG diff --git a/dns/rubygem-public_suffix_service/Makefile b/dns/rubygem-public_suffix_service/Makefile index f70937228877..639bc0b7c610 100644 --- a/dns/rubygem-public_suffix_service/Makefile +++ b/dns/rubygem-public_suffix_service/Makefile @@ -1,6 +1,6 @@ PORTNAME= public_suffix_service PORTVERSION= 0.9.1 -PORTREVISION= 101 +PORTREVISION= 102 CATEGORIES= dns rubygems MASTER_SITES= RG diff --git a/editors/ad/Makefile b/editors/ad/Makefile index f1009c7de26f..00776ba7b3d0 100644 --- a/editors/ad/Makefile +++ b/editors/ad/Makefile @@ -1,6 +1,6 @@ PORTNAME= ad DISTVERSION= 0.3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors MAINTAINER= fuz@FreeBSD.org diff --git a/editors/amp/Makefile b/editors/amp/Makefile index aee57c0bc659..d9c760e67392 100644 --- a/editors/amp/Makefile +++ b/editors/amp/Makefile @@ -1,6 +1,6 @@ PORTNAME= amp DISTVERSION= 0.7.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= editors MAINTAINER= eduardo@FreeBSD.org diff --git a/editors/calligra/distinfo b/editors/calligra/distinfo index a62936a14eb8..4fe0784db4d9 100644 --- a/editors/calligra/distinfo +++ b/editors/calligra/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749047332 -SHA256 (KDE/release-service/25.04.2/calligra-25.04.2.tar.xz) = 0c06c1df4200e3e5167829a52907553f83d8de50e0ea45c26898fea9c1850b42 -SIZE (KDE/release-service/25.04.2/calligra-25.04.2.tar.xz) = 58079932 +TIMESTAMP = 1751381329 +SHA256 (KDE/release-service/25.04.3/calligra-25.04.3.tar.xz) = 26d75a67eca8a137849bc925da0f65f49f11c29e9fc75346cb2d6627036e6d4f +SIZE (KDE/release-service/25.04.3/calligra-25.04.3.tar.xz) = 58006524 diff --git a/editors/ghostwriter/distinfo b/editors/ghostwriter/distinfo index 13c826213c20..1ad5fa48c068 100644 --- a/editors/ghostwriter/distinfo +++ b/editors/ghostwriter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036372 -SHA256 (KDE/release-service/25.04.2/ghostwriter-25.04.2.tar.xz) = 12c1dfd2f81ff44e4a074714b07d341a35e5cc058a69338ecface648d17c841a -SIZE (KDE/release-service/25.04.2/ghostwriter-25.04.2.tar.xz) = 2723008 +TIMESTAMP = 1751381332 +SHA256 (KDE/release-service/25.04.3/ghostwriter-25.04.3.tar.xz) = 87043eeb3bd4f096e56ce4df26d001ab158bf95cddbd01f69866f1c1223d73e8 +SIZE (KDE/release-service/25.04.3/ghostwriter-25.04.3.tar.xz) = 2722240 diff --git a/editors/helix/Makefile b/editors/helix/Makefile index 2892d2f083d9..729d37caf3b6 100644 --- a/editors/helix/Makefile +++ b/editors/helix/Makefile @@ -1,6 +1,6 @@ PORTNAME= helix DISTVERSION= 25.01.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors MASTER_SITES= https://git.sr.ht/~ecs/tree-sitter-hare/archive/:treesitterhare \ https://git.sr.ht/~jummit/tree-sitter-wren/archive/:treesitterwren \ diff --git a/editors/kakoune-lsp/Makefile b/editors/kakoune-lsp/Makefile index e5e275fa7c5e..0ed870365c8a 100644 --- a/editors/kakoune-lsp/Makefile +++ b/editors/kakoune-lsp/Makefile @@ -1,7 +1,7 @@ PORTNAME= kakoune-lsp DISTVERSIONPREFIX= v DISTVERSION= 18.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MAINTAINER= ports@FreeBSD.org diff --git a/editors/kate/distinfo b/editors/kate/distinfo index c42cb4c4ed29..8b0b7a7e8a1c 100644 --- a/editors/kate/distinfo +++ b/editors/kate/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036375 -SHA256 (KDE/release-service/25.04.2/kate-25.04.2.tar.xz) = 6951391a19566d2cc36c369aef86b58261169391d5a64cff0fa7301bb17879a5 -SIZE (KDE/release-service/25.04.2/kate-25.04.2.tar.xz) = 8373500 +TIMESTAMP = 1751381334 +SHA256 (KDE/release-service/25.04.3/kate-25.04.3.tar.xz) = 1d4546f8382e1e3bc8410be1c1af88e06eb66ce12c8160c4c84ac28bfb618e97 +SIZE (KDE/release-service/25.04.3/kate-25.04.3.tar.xz) = 8377752 diff --git a/editors/kate/pkg-plist b/editors/kate/pkg-plist index 3724bffb7f9e..5a59601cf60c 100644 --- a/editors/kate/pkg-plist +++ b/editors/kate/pkg-plist @@ -646,6 +646,7 @@ share/locale/he/LC_MESSAGES/katecompilerexplorer.mo share/locale/he/LC_MESSAGES/kateexternaltoolsplugin.mo 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/katekeyboardmacros.mo share/locale/he/LC_MESSAGES/katekonsoleplugin.mo diff --git a/editors/kibi/Makefile b/editors/kibi/Makefile index 4cc02d49fcd0..b95c06c7fc20 100644 --- a/editors/kibi/Makefile +++ b/editors/kibi/Makefile @@ -1,7 +1,7 @@ PORTNAME= kibi DISTVERSIONPREFIX= v DISTVERSION= 0.2.2 -PORTREVISION= 39 +PORTREVISION= 40 CATEGORIES= editors MAINTAINER= lcook@FreeBSD.org diff --git a/editors/languageclient-neovim/Makefile b/editors/languageclient-neovim/Makefile index 00718b6dd6ac..000215c3b7e1 100644 --- a/editors/languageclient-neovim/Makefile +++ b/editors/languageclient-neovim/Makefile @@ -1,7 +1,7 @@ PORTNAME= languageclient-neovim DISTVERSION= 0.1.161-3 DISTVERSIONSUFFIX= -gcf6dd11 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= editors MAINTAINER= yuri@FreeBSD.org diff --git a/editors/lapce/Makefile b/editors/lapce/Makefile index a8d43eb95e34..65caccff0128 100644 --- a/editors/lapce/Makefile +++ b/editors/lapce/Makefile @@ -1,6 +1,7 @@ PORTNAME= lapce DISTVERSIONPREFIX= v DISTVERSION= 0.4.3 # Cargo.lock patched: `make patch cargo-crates` +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= eduardo@FreeBSD.org diff --git a/editors/microsoft-edit/Makefile b/editors/microsoft-edit/Makefile index 9ed34e15e4a8..1e0fdbff5cd3 100644 --- a/editors/microsoft-edit/Makefile +++ b/editors/microsoft-edit/Makefile @@ -1,7 +1,7 @@ PORTNAME= microsoft-edit DISTVERSIONPREFIX= v DISTVERSION= 1.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MAINTAINER= nobutaka@FreeBSD.org diff --git a/editors/neovim-gtk/Makefile b/editors/neovim-gtk/Makefile index 016afdd4a2af..febe992ddfd3 100644 --- a/editors/neovim-gtk/Makefile +++ b/editors/neovim-gtk/Makefile @@ -1,7 +1,7 @@ PORTNAME= neovim-gtk DISTVERSIONPREFIX= v DISTVERSION= 1.0.4 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= editors MAINTAINER= asomers@FreeBSD.org diff --git a/editors/ox/Makefile b/editors/ox/Makefile index 13591bea9bba..8aaf2e31ffbc 100644 --- a/editors/ox/Makefile +++ b/editors/ox/Makefile @@ -1,6 +1,6 @@ PORTNAME= ox DISTVERSION= 0.7.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors PKGNAMESUFFIX= -text-editor diff --git a/editors/parinfer-rust/Makefile b/editors/parinfer-rust/Makefile index 03e2e48a182e..a174e7d046cd 100644 --- a/editors/parinfer-rust/Makefile +++ b/editors/parinfer-rust/Makefile @@ -1,7 +1,7 @@ PORTNAME= parinfer-rust DISTVERSIONPREFIX= v DISTVERSION= 0.4.3.20220110 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= editors MAINTAINER= bofh@FreeBSD.org diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index f23a958cd677..9724d1baccae 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= qemu -DISTVERSION= 9.2.0.20250530 +DISTVERSION= 10.0.20250630 CATEGORIES= emulators PKGNAMESUFFIX= -devel DIST_SUBDIR= qemu/${PORTVERSION} @@ -23,11 +23,11 @@ USES= bison compiler:c11 cpe gmake gnome iconv:wchar_t localbase:ldflags \ ninja perl5 pkgconfig python:build shebangfix tar:xz xorg USE_GITLAB= yes GL_ACCOUNT= qemu-project -GL_TAGNAME= 3e82ddaa8db260a232dbbbf488d8ac7851d124c5 +GL_TAGNAME= 0d0fc3f4658937fb81fcc16a89738e83bd8d4795 GL_TUPLE= qemu-project:keycodemapdb:f5772a62ec52591ff6870b7e8ef32482371f22c6:keycodemapdb/subprojects/keycodemapdb \ qemu-project:dtc:b6910bec11614980a21e46fbccc35934b671bd81:dtc/subprojects/dtc \ qemu-project:libvfio-user:0b28d205572c80b568a1003db2c8f37ca333e4d7:libvfio/subprojects/libvfio-user \ - qemu-project:meson:f3adf71b85960da3ff22914cd1a5ce885d3b6a67:meson/meson \ + qemu-project:meson:68d29ef7f62df5481aa4de8eaf421f25243f4cb2:meson/meson \ qemu-project:berkeley-softfloat-3:b64af41c3276f97f0e181920400ee056b9c88037:berkeleysoftfloat3/subprojects/berkeley-softfloat-3 \ qemu-project:berkeley-testfloat-3:e7af9751d9f9fd3b47911f51a5cfd08af256a9ab:berkeleytestfloat3/subprojects/berkeley-testfloat-3 USE_GNOME= cairo glib20 diff --git a/emulators/qemu-devel/distinfo b/emulators/qemu-devel/distinfo index 14ddbab33df2..98727eef212b 100644 --- a/emulators/qemu-devel/distinfo +++ b/emulators/qemu-devel/distinfo @@ -1,15 +1,15 @@ -TIMESTAMP = 1748977683 -SHA256 (qemu/9.2.0.20250530/qemu-project-qemu-3e82ddaa8db260a232dbbbf488d8ac7851d124c5_GL0.tar.gz) = 06463a3861b7a0dc1d219f408e8647e94117b28d43e967c58cdb0a099d57233d -SIZE (qemu/9.2.0.20250530/qemu-project-qemu-3e82ddaa8db260a232dbbbf488d8ac7851d124c5_GL0.tar.gz) = 39823482 -SHA256 (qemu/9.2.0.20250530/qemu-project-keycodemapdb-f5772a62ec52591ff6870b7e8ef32482371f22c6_GL0.tar.gz) = d014b53382dbb17b8196ad12f50de7f20d0ef1b9f7d54b0be51a6cbb14209195 -SIZE (qemu/9.2.0.20250530/qemu-project-keycodemapdb-f5772a62ec52591ff6870b7e8ef32482371f22c6_GL0.tar.gz) = 29580 -SHA256 (qemu/9.2.0.20250530/qemu-project-dtc-b6910bec11614980a21e46fbccc35934b671bd81_GL0.tar.gz) = e115f987eec23a1ba25150a46ced1675de3716072d3b4905afb3a9cda0f007c7 -SIZE (qemu/9.2.0.20250530/qemu-project-dtc-b6910bec11614980a21e46fbccc35934b671bd81_GL0.tar.gz) = 205556 -SHA256 (qemu/9.2.0.20250530/qemu-project-libvfio-user-0b28d205572c80b568a1003db2c8f37ca333e4d7_GL0.tar.gz) = d2f60cd4f86f345aab1332953eb736cce3518159e6e99bcc2d10467c06f717fe -SIZE (qemu/9.2.0.20250530/qemu-project-libvfio-user-0b28d205572c80b568a1003db2c8f37ca333e4d7_GL0.tar.gz) = 189943 -SHA256 (qemu/9.2.0.20250530/qemu-project-meson-f3adf71b85960da3ff22914cd1a5ce885d3b6a67_GL0.tar.gz) = 4397f6612c43c21f3db239c68138a51cbd2d3a20a2b905d0d85135159d70f605 -SIZE (qemu/9.2.0.20250530/qemu-project-meson-f3adf71b85960da3ff22914cd1a5ce885d3b6a67_GL0.tar.gz) = 4907863 -SHA256 (qemu/9.2.0.20250530/qemu-project-berkeley-softfloat-3-b64af41c3276f97f0e181920400ee056b9c88037_GL0.tar.gz) = faae889814ea6a292f7ca03d9b36e6c7e95bab2a64777804883cc822b8d48757 -SIZE (qemu/9.2.0.20250530/qemu-project-berkeley-softfloat-3-b64af41c3276f97f0e181920400ee056b9c88037_GL0.tar.gz) = 148741 -SHA256 (qemu/9.2.0.20250530/qemu-project-berkeley-testfloat-3-e7af9751d9f9fd3b47911f51a5cfd08af256a9ab_GL0.tar.gz) = e7a09d51dc7e96cb8422c919c85fc3833d4f788567638c9162ef5cd7db59b1df -SIZE (qemu/9.2.0.20250530/qemu-project-berkeley-testfloat-3-e7af9751d9f9fd3b47911f51a5cfd08af256a9ab_GL0.tar.gz) = 139308 +TIMESTAMP = 1751498296 +SHA256 (qemu/10.0.20250630/qemu-project-qemu-0d0fc3f4658937fb81fcc16a89738e83bd8d4795_GL0.tar.gz) = 15207cad59b6b4b0b72e6ac740b0cbb3766cbf5a87ef9e1346284b14febcb6ef +SIZE (qemu/10.0.20250630/qemu-project-qemu-0d0fc3f4658937fb81fcc16a89738e83bd8d4795_GL0.tar.gz) = 39963969 +SHA256 (qemu/10.0.20250630/qemu-project-keycodemapdb-f5772a62ec52591ff6870b7e8ef32482371f22c6_GL0.tar.gz) = d014b53382dbb17b8196ad12f50de7f20d0ef1b9f7d54b0be51a6cbb14209195 +SIZE (qemu/10.0.20250630/qemu-project-keycodemapdb-f5772a62ec52591ff6870b7e8ef32482371f22c6_GL0.tar.gz) = 29580 +SHA256 (qemu/10.0.20250630/qemu-project-dtc-b6910bec11614980a21e46fbccc35934b671bd81_GL0.tar.gz) = e115f987eec23a1ba25150a46ced1675de3716072d3b4905afb3a9cda0f007c7 +SIZE (qemu/10.0.20250630/qemu-project-dtc-b6910bec11614980a21e46fbccc35934b671bd81_GL0.tar.gz) = 205556 +SHA256 (qemu/10.0.20250630/qemu-project-libvfio-user-0b28d205572c80b568a1003db2c8f37ca333e4d7_GL0.tar.gz) = d2f60cd4f86f345aab1332953eb736cce3518159e6e99bcc2d10467c06f717fe +SIZE (qemu/10.0.20250630/qemu-project-libvfio-user-0b28d205572c80b568a1003db2c8f37ca333e4d7_GL0.tar.gz) = 189943 +SHA256 (qemu/10.0.20250630/qemu-project-meson-68d29ef7f62df5481aa4de8eaf421f25243f4cb2_GL0.tar.gz) = 836c21bb3a0413f3028fce19e2a939c3f581668161b12b208b559b2bdf46876c +SIZE (qemu/10.0.20250630/qemu-project-meson-68d29ef7f62df5481aa4de8eaf421f25243f4cb2_GL0.tar.gz) = 4913620 +SHA256 (qemu/10.0.20250630/qemu-project-berkeley-softfloat-3-b64af41c3276f97f0e181920400ee056b9c88037_GL0.tar.gz) = faae889814ea6a292f7ca03d9b36e6c7e95bab2a64777804883cc822b8d48757 +SIZE (qemu/10.0.20250630/qemu-project-berkeley-softfloat-3-b64af41c3276f97f0e181920400ee056b9c88037_GL0.tar.gz) = 148741 +SHA256 (qemu/10.0.20250630/qemu-project-berkeley-testfloat-3-e7af9751d9f9fd3b47911f51a5cfd08af256a9ab_GL0.tar.gz) = e7a09d51dc7e96cb8422c919c85fc3833d4f788567638c9162ef5cd7db59b1df +SIZE (qemu/10.0.20250630/qemu-project-berkeley-testfloat-3-e7af9751d9f9fd3b47911f51a5cfd08af256a9ab_GL0.tar.gz) = 139308 diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 13b3d6e84b7c..a086d9c20cfd 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,6 +1,6 @@ PORTNAME= wine DISTVERSION= 10.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= https://dl.winehq.org/wine/source/10.0/ diff --git a/emulators/wine/files/pkg32.sh b/emulators/wine/files/pkg32.sh index 64d82459c219..04595f6c104c 100644 --- a/emulators/wine/files/pkg32.sh +++ b/emulators/wine/files/pkg32.sh @@ -1,19 +1,23 @@ #!/bin/sh -e -if [ "$(id -u)" = 0 ] -then +if [ "$(id -u)" = 0 ]; then echo "Don't run this script as root!" exit 1 fi I386_ROOT="${WINE_i386_ROOT:-$HOME/.i386-wine-pkg}" +ABI_FILE=/usr/lib32/libc.so.7 -if [ ! -d "$I386_ROOT/usr/share/keys/pkg" ] -then +if [ ! -f $ABI_FILE ]; then + echo "\"$ABI_FILE\" not found; exiting." + exit 1 +fi + +if [ ! -d "$I386_ROOT/usr/share/keys/pkg" ]; then mkdir -p "$I386_ROOT/usr/share/keys" ln -s /usr/share/keys/pkg "$I386_ROOT/usr/share/keys/pkg" fi # Show what we're going to do, then do it. -echo pkg -o ABI_FILE=/usr/lib32/libc.so.7 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir "$I386_ROOT" "$@" -exec pkg -o ABI_FILE=/usr/lib32/libc.so.7 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir "$I386_ROOT" "$@" +echo pkg -o ABI_FILE=$ABI_FILE -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir "$I386_ROOT" "$@" +exec pkg -o ABI_FILE=$ABI_FILE -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir "$I386_ROOT" "$@" diff --git a/filesystems/sandboxfs/Makefile b/filesystems/sandboxfs/Makefile index 548557393469..b5df233cc36c 100644 --- a/filesystems/sandboxfs/Makefile +++ b/filesystems/sandboxfs/Makefile @@ -1,7 +1,7 @@ PORTNAME= sandboxfs DISTVERSIONPREFIX= sandboxfs- DISTVERSION= 0.2.0 -PORTREVISION= 48 +PORTREVISION= 49 CATEGORIES= filesystems PKGNAMEPREFIX= fusefs- diff --git a/filesystems/ufs/Makefile b/filesystems/ufs/Makefile index c1904f60b287..c827951ee19f 100644 --- a/filesystems/ufs/Makefile +++ b/filesystems/ufs/Makefile @@ -1,6 +1,6 @@ PORTNAME= ufs DISTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= filesystems sysutils PKGNAMEPREFIX= fusefs- diff --git a/filesystems/xfuse/Makefile b/filesystems/xfuse/Makefile index f477a66173c7..e23b83f2398c 100644 --- a/filesystems/xfuse/Makefile +++ b/filesystems/xfuse/Makefile @@ -1,6 +1,6 @@ PORTNAME= xfuse DISTVERSION= 0.4.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= filesystems MASTER_SITES= CRATESIO MASTER_SITE_SUBDIR= xfs-fuse/${DISTVERSION} diff --git a/filesystems/ztop/Makefile b/filesystems/ztop/Makefile index 51f2ec04d9f4..5219c2f797a6 100644 --- a/filesystems/ztop/Makefile +++ b/filesystems/ztop/Makefile @@ -1,7 +1,7 @@ PORTNAME= ztop DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= filesystems sysutils MAINTAINER= asomers@FreeBSD.org diff --git a/finance/electrs/Makefile b/finance/electrs/Makefile index 05f32186cfda..d83e48866056 100644 --- a/finance/electrs/Makefile +++ b/finance/electrs/Makefile @@ -1,7 +1,7 @@ PORTNAME= electrs DISTVERSIONPREFIX= v DISTVERSION= 0.10.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= finance net-p2p MAINTAINER= yuri@FreeBSD.org diff --git a/finance/hyperswitch/Makefile b/finance/hyperswitch/Makefile index eae44f65492c..67f30794a1f1 100644 --- a/finance/hyperswitch/Makefile +++ b/finance/hyperswitch/Makefile @@ -1,6 +1,6 @@ PORTNAME= hyperswitch DISTVERSION= 2025.05.16.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance MAINTAINER= yuri@FreeBSD.org diff --git a/finance/ord/Makefile b/finance/ord/Makefile index 12dcb3af1acb..fe2709021da1 100644 --- a/finance/ord/Makefile +++ b/finance/ord/Makefile @@ -1,6 +1,6 @@ PORTNAME= ord DISTVERSION= 0.20.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= finance PKGNAMESUFFIX= -crypto-wallet diff --git a/finance/tickrs/Makefile b/finance/tickrs/Makefile index 5f53db18be5d..4e16133f84ef 100644 --- a/finance/tickrs/Makefile +++ b/finance/tickrs/Makefile @@ -1,7 +1,7 @@ PORTNAME= tickrs DISTVERSIONPREFIX= v DISTVERSION= 0.14.9 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= finance MAINTAINER= lcook@FreeBSD.org diff --git a/ftp/termscp/Makefile b/ftp/termscp/Makefile index c3925973b4de..98626711259b 100644 --- a/ftp/termscp/Makefile +++ b/ftp/termscp/Makefile @@ -1,7 +1,7 @@ PORTNAME= termscp DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= ftp MAINTAINER= sec.research.2005@gmail.com diff --git a/ftp/unftp/Makefile b/ftp/unftp/Makefile index 16b2cb42bb53..912f1c0e498a 100644 --- a/ftp/unftp/Makefile +++ b/ftp/unftp/Makefile @@ -1,7 +1,7 @@ PORTNAME= unftp DISTVERSIONPREFIX= v DISTVERSION= 0.15.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= ftp MAINTAINER= yuri@FreeBSD.org diff --git a/games/0ad/Makefile b/games/0ad/Makefile index 1a7f27c8f9a3..d46fdf00ecc5 100644 --- a/games/0ad/Makefile +++ b/games/0ad/Makefile @@ -1,6 +1,6 @@ PORTNAME= 0ad DISTVERSION= 0.27.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= games MASTER_SITES= https://releases.wildfiregames.com/ DISTFILES= ${PORTNAME}-${DISTVERSION}-unix-build.tar.xz \ diff --git a/games/DDNet/Makefile b/games/DDNet/Makefile index e3cf70116f5c..d1efec599dac 100644 --- a/games/DDNet/Makefile +++ b/games/DDNet/Makefile @@ -1,6 +1,6 @@ PORTNAME= DDNet PORTVERSION= 19.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= https://ddnet.tw/downloads/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/games/anki/Makefile b/games/anki/Makefile index 52f9177f4375..13b6a3f81cb3 100644 --- a/games/anki/Makefile +++ b/games/anki/Makefile @@ -1,5 +1,6 @@ PORTNAME= anki DISTVERSION= 25.02.7 +PORTREVISION= 1 # Don't forget to update ${_MY_BUILDHASH} if DISTVERSION changes CATEGORIES= games education python MASTER_SITES= LOCAL/kai/:yarncache diff --git a/games/blinken/distinfo b/games/blinken/distinfo index 83b265237b6b..72d1164db3ee 100644 --- a/games/blinken/distinfo +++ b/games/blinken/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036377 -SHA256 (KDE/release-service/25.04.2/blinken-25.04.2.tar.xz) = 0e31cabd6340b6fdfe5c7c2d725b2ceb88a01ad54b50d790c2c3d028d2c425f8 -SIZE (KDE/release-service/25.04.2/blinken-25.04.2.tar.xz) = 2715212 +TIMESTAMP = 1751381336 +SHA256 (KDE/release-service/25.04.3/blinken-25.04.3.tar.xz) = 76aefdc0fa874a62bda655a50260d5b6d4e0873a3481e4862558c3179935bcb3 +SIZE (KDE/release-service/25.04.3/blinken-25.04.3.tar.xz) = 2715276 diff --git a/games/bomber/distinfo b/games/bomber/distinfo index 7ecd13ad838c..948a4532992c 100644 --- a/games/bomber/distinfo +++ b/games/bomber/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036637 -SHA256 (KDE/release-service/25.04.2/bomber-25.04.2.tar.xz) = ba9929548d6bd61f55b4c1ee52657164449e7843c279747947542b357a377b14 -SIZE (KDE/release-service/25.04.2/bomber-25.04.2.tar.xz) = 840924 +TIMESTAMP = 1751381339 +SHA256 (KDE/release-service/25.04.3/bomber-25.04.3.tar.xz) = 2f0a37ac247d4447766d46313b42f640a060e2d35894c7fc9ab25fac4d202587 +SIZE (KDE/release-service/25.04.3/bomber-25.04.3.tar.xz) = 841072 diff --git a/games/bovo/distinfo b/games/bovo/distinfo index 7ed0498581e1..227845015d91 100644 --- a/games/bovo/distinfo +++ b/games/bovo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036639 -SHA256 (KDE/release-service/25.04.2/bovo-25.04.2.tar.xz) = e974fe78732e59ed2a2f702d8c9d12ec8c08a3f0f16c2def61f556464b9f9d1e -SIZE (KDE/release-service/25.04.2/bovo-25.04.2.tar.xz) = 221640 +TIMESTAMP = 1751381341 +SHA256 (KDE/release-service/25.04.3/bovo-25.04.3.tar.xz) = c8ec6ad38dbe292a04c5bd768394165054a732a32782bb10a9195d482178e976 +SIZE (KDE/release-service/25.04.3/bovo-25.04.3.tar.xz) = 221640 diff --git a/games/dose-response/Makefile b/games/dose-response/Makefile index bb496eac87d3..6e6f52d04d63 100644 --- a/games/dose-response/Makefile +++ b/games/dose-response/Makefile @@ -1,7 +1,7 @@ PORTNAME= dose-response DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 -PORTREVISION= 52 +PORTREVISION= 53 CATEGORIES= games MAINTAINER= ports@FreeBSD.org diff --git a/games/dunelegacy/Makefile b/games/dunelegacy/Makefile index bfc6f0ff75b8..a974b2891bf2 100644 --- a/games/dunelegacy/Makefile +++ b/games/dunelegacy/Makefile @@ -5,7 +5,7 @@ CATEGORIES= games MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= bofh@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Open source clone of Dune II WWW= https://dunelegacy.sourceforge.net/website/ diff --git a/games/genact/Makefile b/games/genact/Makefile index ce222d996212..090a4cf0c0be 100644 --- a/games/genact/Makefile +++ b/games/genact/Makefile @@ -1,7 +1,7 @@ PORTNAME= genact DISTVERSIONPREFIX= v DISTVERSION= 1.4.2 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= games MAINTAINER= eduardo@FreeBSD.org diff --git a/games/gnome-robots/Makefile b/games/gnome-robots/Makefile index 3847059f30f2..7799102841c6 100644 --- a/games/gnome-robots/Makefile +++ b/games/gnome-robots/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-robots DISTVERSION= 41.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games gnome DIST_SUBDIR= gnome diff --git a/games/granatier/distinfo b/games/granatier/distinfo index c308c0db46d2..d395c25e96ab 100644 --- a/games/granatier/distinfo +++ b/games/granatier/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036642 -SHA256 (KDE/release-service/25.04.2/granatier-25.04.2.tar.xz) = 4abb61944bc3ebfd37dfa549126b41d9b39ffed73a3576be476a2cad2017dcbb -SIZE (KDE/release-service/25.04.2/granatier-25.04.2.tar.xz) = 2017264 +TIMESTAMP = 1751381344 +SHA256 (KDE/release-service/25.04.3/granatier-25.04.3.tar.xz) = 28edfa5c3d25693690ce60dd1da4368b6a836c8bec9b5b31a6287e256ff6ae82 +SIZE (KDE/release-service/25.04.3/granatier-25.04.3.tar.xz) = 2017108 diff --git a/games/hivetui/Makefile b/games/hivetui/Makefile index dcebe62f05db..bb457d8e7c6e 100644 --- a/games/hivetui/Makefile +++ b/games/hivetui/Makefile @@ -1,7 +1,7 @@ PORTNAME= hivetui DISTVERSIONPREFIX= v DISTVERSION= 0.1.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MAINTAINER= fuz@FreeBSD.org diff --git a/games/jaggedalliance2/Makefile b/games/jaggedalliance2/Makefile index db6dd9b9ce68..ee9d6d8e845a 100644 --- a/games/jaggedalliance2/Makefile +++ b/games/jaggedalliance2/Makefile @@ -1,7 +1,7 @@ PORTNAME= ja2 DISTVERSIONPREFIX= v DISTVERSION= 0.21.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= games MAINTAINER= timp87@gmail.com diff --git a/games/jumpy/Makefile b/games/jumpy/Makefile index 27bd4bf59c25..ddb409a6ccbd 100644 --- a/games/jumpy/Makefile +++ b/games/jumpy/Makefile @@ -1,7 +1,7 @@ PORTNAME= jumpy DISTVERSIONPREFIX= v DISTVERSION= 0.12.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/games/kajongg/Makefile b/games/kajongg/Makefile index 5bfc698eb250..7c05ff633c23 100644 --- a/games/kajongg/Makefile +++ b/games/kajongg/Makefile @@ -1,6 +1,5 @@ PORTNAME= kajongg DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/kajongg/distinfo b/games/kajongg/distinfo index a9d0cef62d8d..5b8c429e2459 100644 --- a/games/kajongg/distinfo +++ b/games/kajongg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036644 -SHA256 (KDE/release-service/25.04.2/kajongg-25.04.2.tar.xz) = 4c7422291fb8b5485782875854560f221f1faebfa75590a2ead009fcbd87f914 -SIZE (KDE/release-service/25.04.2/kajongg-25.04.2.tar.xz) = 4637760 +TIMESTAMP = 1751381346 +SHA256 (KDE/release-service/25.04.3/kajongg-25.04.3.tar.xz) = d578ae9809ec5f9bfed948de12158edcb545793fb1859bd157501668064953ac +SIZE (KDE/release-service/25.04.3/kajongg-25.04.3.tar.xz) = 4637744 diff --git a/games/kanagram/distinfo b/games/kanagram/distinfo index 43d09c9306cb..c833014e7464 100644 --- a/games/kanagram/distinfo +++ b/games/kanagram/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036647 -SHA256 (KDE/release-service/25.04.2/kanagram-25.04.2.tar.xz) = 622a45ee55d2df00cff78c7f4b90cf9332858da376f97c19da0315a6e26c62c7 -SIZE (KDE/release-service/25.04.2/kanagram-25.04.2.tar.xz) = 7786252 +TIMESTAMP = 1751381349 +SHA256 (KDE/release-service/25.04.3/kanagram-25.04.3.tar.xz) = a6e7ef103c40bb5237b0a5d3e80cc3680afe0ba901fc7269233df5c244dff3f8 +SIZE (KDE/release-service/25.04.3/kanagram-25.04.3.tar.xz) = 7786176 diff --git a/games/kapman/distinfo b/games/kapman/distinfo index 0b6436f8b992..119e675240a9 100644 --- a/games/kapman/distinfo +++ b/games/kapman/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036649 -SHA256 (KDE/release-service/25.04.2/kapman-25.04.2.tar.xz) = ecc97368ca00d8d8579aa46d4f4b43462826e31d7add2d61cac13bc9140adc1f -SIZE (KDE/release-service/25.04.2/kapman-25.04.2.tar.xz) = 2150108 +TIMESTAMP = 1751381351 +SHA256 (KDE/release-service/25.04.3/kapman-25.04.3.tar.xz) = 93f1bb31df4cafe88313e6ced6f86e1f4a7292bc9590893369939cef52fc88e7 +SIZE (KDE/release-service/25.04.3/kapman-25.04.3.tar.xz) = 2150092 diff --git a/games/katomic/distinfo b/games/katomic/distinfo index 88876c422473..70c3009cd29b 100644 --- a/games/katomic/distinfo +++ b/games/katomic/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036651 -SHA256 (KDE/release-service/25.04.2/katomic-25.04.2.tar.xz) = 81808553cfbab3e2997a7b8395a918af418144c41ec96e6318db0f106addc9ef -SIZE (KDE/release-service/25.04.2/katomic-25.04.2.tar.xz) = 1449376 +TIMESTAMP = 1751381354 +SHA256 (KDE/release-service/25.04.3/katomic-25.04.3.tar.xz) = 76c9382babaaa14905ce8e3828012192b1cdb68657a4b646525987e91117bb8b +SIZE (KDE/release-service/25.04.3/katomic-25.04.3.tar.xz) = 1449348 diff --git a/games/kblackbox/distinfo b/games/kblackbox/distinfo index 38ab67437d67..f97f626b08f0 100644 --- a/games/kblackbox/distinfo +++ b/games/kblackbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036654 -SHA256 (KDE/release-service/25.04.2/kblackbox-25.04.2.tar.xz) = 4f109ab0134708ec7f211ddce9dc81e18705d157a92a23ba8eebca063a0d6ab9 -SIZE (KDE/release-service/25.04.2/kblackbox-25.04.2.tar.xz) = 556032 +TIMESTAMP = 1751381356 +SHA256 (KDE/release-service/25.04.3/kblackbox-25.04.3.tar.xz) = a64c21410df3decbeaf1e8686a95d7e4a6ed194383a5e4f6713693dc531f2716 +SIZE (KDE/release-service/25.04.3/kblackbox-25.04.3.tar.xz) = 555952 diff --git a/games/kblocks/distinfo b/games/kblocks/distinfo index ab97f3a15237..575cd3d9cc0a 100644 --- a/games/kblocks/distinfo +++ b/games/kblocks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036656 -SHA256 (KDE/release-service/25.04.2/kblocks-25.04.2.tar.xz) = a8d524d6aae000cdf1ebc38e474b4c4ca6fec204d80498ef07115163ed13ce5b -SIZE (KDE/release-service/25.04.2/kblocks-25.04.2.tar.xz) = 2104328 +TIMESTAMP = 1751381359 +SHA256 (KDE/release-service/25.04.3/kblocks-25.04.3.tar.xz) = 72b0f54cb09dd8f7c1b3260d7986a715f206448487d0bb40f85d9e917f3a2dda +SIZE (KDE/release-service/25.04.3/kblocks-25.04.3.tar.xz) = 2104276 diff --git a/games/kbounce/distinfo b/games/kbounce/distinfo index 6b4c4efbe345..aeebcc549179 100644 --- a/games/kbounce/distinfo +++ b/games/kbounce/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036659 -SHA256 (KDE/release-service/25.04.2/kbounce-25.04.2.tar.xz) = 1fad3476f263678ea17794eb99e7278ef21f79922cf82ffd32fa9644c499fb69 -SIZE (KDE/release-service/25.04.2/kbounce-25.04.2.tar.xz) = 3324252 +TIMESTAMP = 1751381361 +SHA256 (KDE/release-service/25.04.3/kbounce-25.04.3.tar.xz) = 7fbbc2c2b97a12e0ee9a1dbd525988e66d6056325b562fe1e4b4da3784fd9765 +SIZE (KDE/release-service/25.04.3/kbounce-25.04.3.tar.xz) = 3325088 diff --git a/games/kbreakout/distinfo b/games/kbreakout/distinfo index 7538dcf36414..8d5f4a85097f 100644 --- a/games/kbreakout/distinfo +++ b/games/kbreakout/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036661 -SHA256 (KDE/release-service/25.04.2/kbreakout-25.04.2.tar.xz) = b1d5329abc6167bf7bb57fcd5e0275812c371018e447d6eedca11582b7bddeef -SIZE (KDE/release-service/25.04.2/kbreakout-25.04.2.tar.xz) = 2558984 +TIMESTAMP = 1751381364 +SHA256 (KDE/release-service/25.04.3/kbreakout-25.04.3.tar.xz) = 8af42969885651c22ccec84d115ccb41641608c8c7b96514ce0ffb643da95cd6 +SIZE (KDE/release-service/25.04.3/kbreakout-25.04.3.tar.xz) = 2558996 diff --git a/games/kdiamond/distinfo b/games/kdiamond/distinfo index 426951f8e1fa..52ce982c0899 100644 --- a/games/kdiamond/distinfo +++ b/games/kdiamond/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036664 -SHA256 (KDE/release-service/25.04.2/kdiamond-25.04.2.tar.xz) = 877916a517bb123f7b55227ae181aa1aad83c69e6b99bbe021d0c7fdcc8d7d8f -SIZE (KDE/release-service/25.04.2/kdiamond-25.04.2.tar.xz) = 4674880 +TIMESTAMP = 1751381366 +SHA256 (KDE/release-service/25.04.3/kdiamond-25.04.3.tar.xz) = ff6f80f8684671d24f2464dada3c6d21a3414f3403cc09700dde46acfad9a870 +SIZE (KDE/release-service/25.04.3/kdiamond-25.04.3.tar.xz) = 4674604 diff --git a/games/kfourinline/distinfo b/games/kfourinline/distinfo index 2fceac3484e9..b3638fb2931b 100644 --- a/games/kfourinline/distinfo +++ b/games/kfourinline/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036666 -SHA256 (KDE/release-service/25.04.2/kfourinline-25.04.2.tar.xz) = da42eab4467f066d9783dfb54d64bae75c47046717bdfbabd1223291f4957784 -SIZE (KDE/release-service/25.04.2/kfourinline-25.04.2.tar.xz) = 748908 +TIMESTAMP = 1751381369 +SHA256 (KDE/release-service/25.04.3/kfourinline-25.04.3.tar.xz) = ac6fa1ce6fb1cbc4c35454d7c2aeda92c81e9f2600f646bc73df35c377b1f669 +SIZE (KDE/release-service/25.04.3/kfourinline-25.04.3.tar.xz) = 749192 diff --git a/games/kgoldrunner/distinfo b/games/kgoldrunner/distinfo index e5ccdc56b619..51ded8b005cb 100644 --- a/games/kgoldrunner/distinfo +++ b/games/kgoldrunner/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036669 -SHA256 (KDE/release-service/25.04.2/kgoldrunner-25.04.2.tar.xz) = 1a48941920c2504bf35225110593a4c3ce6a5b7adb8b36599745bd664a685dc2 -SIZE (KDE/release-service/25.04.2/kgoldrunner-25.04.2.tar.xz) = 4420148 +TIMESTAMP = 1751381371 +SHA256 (KDE/release-service/25.04.3/kgoldrunner-25.04.3.tar.xz) = 5d67848eb3385d59487ee2809f8bc44ef9fbd52db29978cb0487e5a9cdaf1e7d +SIZE (KDE/release-service/25.04.3/kgoldrunner-25.04.3.tar.xz) = 4419872 diff --git a/games/khangman/distinfo b/games/khangman/distinfo index 8f9522be7b31..fe2c9a579cbe 100644 --- a/games/khangman/distinfo +++ b/games/khangman/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036671 -SHA256 (KDE/release-service/25.04.2/khangman-25.04.2.tar.xz) = 8f1e97c4c66b8a8a40150e66f300f9ade2fc17ea222a49530c8e190a5d4f4e1d -SIZE (KDE/release-service/25.04.2/khangman-25.04.2.tar.xz) = 7023600 +TIMESTAMP = 1751381374 +SHA256 (KDE/release-service/25.04.3/khangman-25.04.3.tar.xz) = e9155943242f18bfedf01cebfe7bbc0798ea06777ea5da20672d2f4f28ee8d0d +SIZE (KDE/release-service/25.04.3/khangman-25.04.3.tar.xz) = 7027360 diff --git a/games/kigo/distinfo b/games/kigo/distinfo index 496138aef165..d46c129426b5 100644 --- a/games/kigo/distinfo +++ b/games/kigo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036674 -SHA256 (KDE/release-service/25.04.2/kigo-25.04.2.tar.xz) = fc8b76ecf6b244ac406012f85da7adc079f3d6f742ce81093eef368bf845006b -SIZE (KDE/release-service/25.04.2/kigo-25.04.2.tar.xz) = 4838092 +TIMESTAMP = 1751381376 +SHA256 (KDE/release-service/25.04.3/kigo-25.04.3.tar.xz) = e88ffc2d24a9e6a14bed88b24da699abcf80073d31429d295d522ff5085ef878 +SIZE (KDE/release-service/25.04.3/kigo-25.04.3.tar.xz) = 4837916 diff --git a/games/killbots/distinfo b/games/killbots/distinfo index 100e7b4f8390..3d003eba11f9 100644 --- a/games/killbots/distinfo +++ b/games/killbots/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036676 -SHA256 (KDE/release-service/25.04.2/killbots-25.04.2.tar.xz) = 790c3163006acc48481d6cd50d2a5473d7a6f1b3a7095ca64829696770dc22fc -SIZE (KDE/release-service/25.04.2/killbots-25.04.2.tar.xz) = 1177668 +TIMESTAMP = 1751381378 +SHA256 (KDE/release-service/25.04.3/killbots-25.04.3.tar.xz) = b5b5937364f6e744e04a9076a994551f8a0541b8fc9c09c852203f261c6c3686 +SIZE (KDE/release-service/25.04.3/killbots-25.04.3.tar.xz) = 1177620 diff --git a/games/kiriki/distinfo b/games/kiriki/distinfo index d23cd76fd6b9..49c8220bca3d 100644 --- a/games/kiriki/distinfo +++ b/games/kiriki/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036678 -SHA256 (KDE/release-service/25.04.2/kiriki-25.04.2.tar.xz) = 6127a695c590fea4976eeb3340e4c2c12876de46696700d1ce76c0971a86dd1f -SIZE (KDE/release-service/25.04.2/kiriki-25.04.2.tar.xz) = 376100 +TIMESTAMP = 1751381381 +SHA256 (KDE/release-service/25.04.3/kiriki-25.04.3.tar.xz) = 1f4f33fb6f2a26998b222f7a670bd98f702d0f78d4c812810c280d18b2355bdb +SIZE (KDE/release-service/25.04.3/kiriki-25.04.3.tar.xz) = 376104 diff --git a/games/kjumpingcube/distinfo b/games/kjumpingcube/distinfo index a189fa6e215a..d1b21f1ad090 100644 --- a/games/kjumpingcube/distinfo +++ b/games/kjumpingcube/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036681 -SHA256 (KDE/release-service/25.04.2/kjumpingcube-25.04.2.tar.xz) = 77584a369b32b6914748acfe80b39171884fe251f491c39cd267ad9a07ecfb94 -SIZE (KDE/release-service/25.04.2/kjumpingcube-25.04.2.tar.xz) = 349900 +TIMESTAMP = 1751381383 +SHA256 (KDE/release-service/25.04.3/kjumpingcube-25.04.3.tar.xz) = 2fa7771f7a38e42e4800feb93d987d633305b582d5eebbb2ab5403f0f67617c5 +SIZE (KDE/release-service/25.04.3/kjumpingcube-25.04.3.tar.xz) = 349948 diff --git a/games/klickety/distinfo b/games/klickety/distinfo index 644f762f46f7..6582db1315ff 100644 --- a/games/klickety/distinfo +++ b/games/klickety/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036683 -SHA256 (KDE/release-service/25.04.2/klickety-25.04.2.tar.xz) = 4db1f6ce0f7823a10a06d51ae49931fa626833fc9f033b4c5f34cc38870a0a66 -SIZE (KDE/release-service/25.04.2/klickety-25.04.2.tar.xz) = 1389844 +TIMESTAMP = 1751381386 +SHA256 (KDE/release-service/25.04.3/klickety-25.04.3.tar.xz) = 01e687cc83de5c6ea9a3152c8d815f1d6800363e1ce4c59026ed84538879459b +SIZE (KDE/release-service/25.04.3/klickety-25.04.3.tar.xz) = 1389912 diff --git a/games/klines/distinfo b/games/klines/distinfo index d63be22a14d8..24edd5d4a63e 100644 --- a/games/klines/distinfo +++ b/games/klines/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036686 -SHA256 (KDE/release-service/25.04.2/klines-25.04.2.tar.xz) = 3df37a2903045ad0fac011cd8d10b0f4496d8d994e6ee7cab8e52ace2fd6f483 -SIZE (KDE/release-service/25.04.2/klines-25.04.2.tar.xz) = 1675380 +TIMESTAMP = 1751381388 +SHA256 (KDE/release-service/25.04.3/klines-25.04.3.tar.xz) = bd1a3f7b568187e71745ec306e66498183f27aba9bff3b879f356cc69b600a04 +SIZE (KDE/release-service/25.04.3/klines-25.04.3.tar.xz) = 1675284 diff --git a/games/kmahjongg/distinfo b/games/kmahjongg/distinfo index a1deb6658ba5..970c1c982d30 100644 --- a/games/kmahjongg/distinfo +++ b/games/kmahjongg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036688 -SHA256 (KDE/release-service/25.04.2/kmahjongg-25.04.2.tar.xz) = 637e9244d3964afc357a84f945fddc3561a5945f9c2e08949d5176d0761dcb47 -SIZE (KDE/release-service/25.04.2/kmahjongg-25.04.2.tar.xz) = 3726356 +TIMESTAMP = 1751381391 +SHA256 (KDE/release-service/25.04.3/kmahjongg-25.04.3.tar.xz) = 6c67b56b0823facae97b0061db2613d8d901151d26f195e87e0833057b66b795 +SIZE (KDE/release-service/25.04.3/kmahjongg-25.04.3.tar.xz) = 3726268 diff --git a/games/kmines/distinfo b/games/kmines/distinfo index df53989c0d4a..70bf9866d8d7 100644 --- a/games/kmines/distinfo +++ b/games/kmines/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036691 -SHA256 (KDE/release-service/25.04.2/kmines-25.04.2.tar.xz) = 01b944a9f8f8c03878f6aac1d6b6a6bca6950ed55a1909426128aaa72b43677f -SIZE (KDE/release-service/25.04.2/kmines-25.04.2.tar.xz) = 950676 +TIMESTAMP = 1751381393 +SHA256 (KDE/release-service/25.04.3/kmines-25.04.3.tar.xz) = fd37c5d6d1a27e4841f5cd60e6763f793182100fc00b5c50f3c2b3e1aa9d9783 +SIZE (KDE/release-service/25.04.3/kmines-25.04.3.tar.xz) = 950204 diff --git a/games/knavalbattle/distinfo b/games/knavalbattle/distinfo index 23394d0e08ff..74711207b388 100644 --- a/games/knavalbattle/distinfo +++ b/games/knavalbattle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036693 -SHA256 (KDE/release-service/25.04.2/knavalbattle-25.04.2.tar.xz) = 73fef081bdb0cd6cf797d280760559d329fda2fd77b670d9dc0df4bd23f7f73d -SIZE (KDE/release-service/25.04.2/knavalbattle-25.04.2.tar.xz) = 1050900 +TIMESTAMP = 1751381396 +SHA256 (KDE/release-service/25.04.3/knavalbattle-25.04.3.tar.xz) = 97b2d2b5632d000c3d6eddfb19c9d3cc4414300dc5c805322d6eb0bb241c5215 +SIZE (KDE/release-service/25.04.3/knavalbattle-25.04.3.tar.xz) = 1050884 diff --git a/games/knetwalk/distinfo b/games/knetwalk/distinfo index d4fcca0d7db7..058018aba748 100644 --- a/games/knetwalk/distinfo +++ b/games/knetwalk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036696 -SHA256 (KDE/release-service/25.04.2/knetwalk-25.04.2.tar.xz) = 1080351b18545c73b71061a849632a0d412ccfb888ee76613cd43eec59750d1d -SIZE (KDE/release-service/25.04.2/knetwalk-25.04.2.tar.xz) = 1011924 +TIMESTAMP = 1751381398 +SHA256 (KDE/release-service/25.04.3/knetwalk-25.04.3.tar.xz) = 1787fc4556b98c509dabe6918a1f5221c5e922ba22b17c356acc1a3b9243e480 +SIZE (KDE/release-service/25.04.3/knetwalk-25.04.3.tar.xz) = 1012320 diff --git a/games/knights/distinfo b/games/knights/distinfo index 619aae2d448f..bdb559342ac6 100644 --- a/games/knights/distinfo +++ b/games/knights/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036698 -SHA256 (KDE/release-service/25.04.2/knights-25.04.2.tar.xz) = b463f14299e4eebb5f17805d3335c4a40b84298c25dd83c1e44ab75831ecb2ef -SIZE (KDE/release-service/25.04.2/knights-25.04.2.tar.xz) = 2501560 +TIMESTAMP = 1751381401 +SHA256 (KDE/release-service/25.04.3/knights-25.04.3.tar.xz) = dd2614334055837bb15a6b548025998bceea5aaf4244847f2a7f74e4ea5b6fce +SIZE (KDE/release-service/25.04.3/knights-25.04.3.tar.xz) = 2498200 diff --git a/games/kolf/distinfo b/games/kolf/distinfo index a7623d86c48f..7e7032d96c5a 100644 --- a/games/kolf/distinfo +++ b/games/kolf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036701 -SHA256 (KDE/release-service/25.04.2/kolf-25.04.2.tar.xz) = 109cabf4a68815bda96aec9f1fc21d892b16541d78205b3af7f71f227ff4b2e0 -SIZE (KDE/release-service/25.04.2/kolf-25.04.2.tar.xz) = 1083324 +TIMESTAMP = 1751381403 +SHA256 (KDE/release-service/25.04.3/kolf-25.04.3.tar.xz) = 213fbb51cf6449c32e179ad015b2704d34582743c10e055853f6cae11c07699a +SIZE (KDE/release-service/25.04.3/kolf-25.04.3.tar.xz) = 1084080 diff --git a/games/kollision/distinfo b/games/kollision/distinfo index 0277323b9b0a..43c3c2a66e51 100644 --- a/games/kollision/distinfo +++ b/games/kollision/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036703 -SHA256 (KDE/release-service/25.04.2/kollision-25.04.2.tar.xz) = 82feaeb053f282a3bc0b3949a4fd096a0faed8a64535c28ebe5fa22a5ae83a06 -SIZE (KDE/release-service/25.04.2/kollision-25.04.2.tar.xz) = 313716 +TIMESTAMP = 1751381406 +SHA256 (KDE/release-service/25.04.3/kollision-25.04.3.tar.xz) = 1877fed41d51a8d526b0cfa737a6514f73ab86bbf09721ae63e93c943d4159f8 +SIZE (KDE/release-service/25.04.3/kollision-25.04.3.tar.xz) = 313708 diff --git a/games/konquest/distinfo b/games/konquest/distinfo index 3aa8876a2d46..c7de4d2423a3 100644 --- a/games/konquest/distinfo +++ b/games/konquest/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036705 -SHA256 (KDE/release-service/25.04.2/konquest-25.04.2.tar.xz) = 7c477090c6efff031bb7c2dc923a83256bbea77c6fd317d917b55f7b9163a44a -SIZE (KDE/release-service/25.04.2/konquest-25.04.2.tar.xz) = 863584 +TIMESTAMP = 1751381408 +SHA256 (KDE/release-service/25.04.3/konquest-25.04.3.tar.xz) = 2ec357632081136fc2a4a76771ef9e9c2132dbc16c8a13f4b2c51046fd32e153 +SIZE (KDE/release-service/25.04.3/konquest-25.04.3.tar.xz) = 863536 diff --git a/games/kpat/distinfo b/games/kpat/distinfo index f76c4c070dbd..71240401d215 100644 --- a/games/kpat/distinfo +++ b/games/kpat/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036708 -SHA256 (KDE/release-service/25.04.2/kpat-25.04.2.tar.xz) = 31f47395232cd41ba19f2d6fd90bde9be03f5ed61e158cf1d18248a2be23a37a -SIZE (KDE/release-service/25.04.2/kpat-25.04.2.tar.xz) = 3740376 +TIMESTAMP = 1751381410 +SHA256 (KDE/release-service/25.04.3/kpat-25.04.3.tar.xz) = cdc217687de8debc22ef97ddd3d59980ba6f7f836b34c442b3c991e6e5a1548e +SIZE (KDE/release-service/25.04.3/kpat-25.04.3.tar.xz) = 3740208 diff --git a/games/kreversi/distinfo b/games/kreversi/distinfo index b73d41682dc0..7ce75c81d969 100644 --- a/games/kreversi/distinfo +++ b/games/kreversi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036710 -SHA256 (KDE/release-service/25.04.2/kreversi-25.04.2.tar.xz) = 197449f20c26fd411039a00b043b802b6b9a97e5f3c4920ca9bf8125500202b1 -SIZE (KDE/release-service/25.04.2/kreversi-25.04.2.tar.xz) = 1037416 +TIMESTAMP = 1751381413 +SHA256 (KDE/release-service/25.04.3/kreversi-25.04.3.tar.xz) = c123e8c716aae3cd0d5f11e4bdc49e36c32f66ced0063e074fda730ea0e24c29 +SIZE (KDE/release-service/25.04.3/kreversi-25.04.3.tar.xz) = 1037400 diff --git a/games/kshisen/distinfo b/games/kshisen/distinfo index 28d77bd33e22..a4976f7844bb 100644 --- a/games/kshisen/distinfo +++ b/games/kshisen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036713 -SHA256 (KDE/release-service/25.04.2/kshisen-25.04.2.tar.xz) = e9d3c98d60533cad77ef83be81a75900d72c703c7c6dee48b8c2fbdc34ec0abd -SIZE (KDE/release-service/25.04.2/kshisen-25.04.2.tar.xz) = 975832 +TIMESTAMP = 1751381415 +SHA256 (KDE/release-service/25.04.3/kshisen-25.04.3.tar.xz) = 205a644745f1737c6dc633463b1080c4928a03bf37449beb8215f9d2ea4d667d +SIZE (KDE/release-service/25.04.3/kshisen-25.04.3.tar.xz) = 975832 diff --git a/games/ksirk/distinfo b/games/ksirk/distinfo index 21f44ed9ed5f..7fe02fda7eff 100644 --- a/games/ksirk/distinfo +++ b/games/ksirk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036715 -SHA256 (KDE/release-service/25.04.2/ksirk-25.04.2.tar.xz) = 6efba59f5788f879d91a93f6cd0584420a19d82545fb18d2682950deafdd8ccf -SIZE (KDE/release-service/25.04.2/ksirk-25.04.2.tar.xz) = 6712964 +TIMESTAMP = 1751381418 +SHA256 (KDE/release-service/25.04.3/ksirk-25.04.3.tar.xz) = 6bd48b52b646713417ccc4bb912de400a6a5854e829b3b2a110ad5c0dab0aa4d +SIZE (KDE/release-service/25.04.3/ksirk-25.04.3.tar.xz) = 6713700 diff --git a/games/ksnakeduel/distinfo b/games/ksnakeduel/distinfo index 9b5136183b2c..77d26627365f 100644 --- a/games/ksnakeduel/distinfo +++ b/games/ksnakeduel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036718 -SHA256 (KDE/release-service/25.04.2/ksnakeduel-25.04.2.tar.xz) = 57d4ff34480d57e31e368b57b17059e6cbc12266ba60df6b22a2dee02d24d61c -SIZE (KDE/release-service/25.04.2/ksnakeduel-25.04.2.tar.xz) = 580516 +TIMESTAMP = 1751381420 +SHA256 (KDE/release-service/25.04.3/ksnakeduel-25.04.3.tar.xz) = acf7148bac1fff733a7032ba26b28acb84f42b96d5172d3ba0a1f3475f113cb5 +SIZE (KDE/release-service/25.04.3/ksnakeduel-25.04.3.tar.xz) = 580516 diff --git a/games/kspaceduel/distinfo b/games/kspaceduel/distinfo index e77f099c6f10..ba08521d1573 100644 --- a/games/kspaceduel/distinfo +++ b/games/kspaceduel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036720 -SHA256 (KDE/release-service/25.04.2/kspaceduel-25.04.2.tar.xz) = 41d9acd48cd5fa554e76176a4176103d8839bd5f25aa5481ccd94393af1a8285 -SIZE (KDE/release-service/25.04.2/kspaceduel-25.04.2.tar.xz) = 636796 +TIMESTAMP = 1751381423 +SHA256 (KDE/release-service/25.04.3/kspaceduel-25.04.3.tar.xz) = d550de36f719393ab53cc2cfbc659ee8f8a9573877eb1d3a780c323818fd8d8a +SIZE (KDE/release-service/25.04.3/kspaceduel-25.04.3.tar.xz) = 636924 diff --git a/games/ksquares/distinfo b/games/ksquares/distinfo index ed13e9e3b1b7..f4d8fd2b1be0 100644 --- a/games/ksquares/distinfo +++ b/games/ksquares/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036723 -SHA256 (KDE/release-service/25.04.2/ksquares-25.04.2.tar.xz) = 41ed2c4ad52ee085bd5d96c936961a856ebf330144892b1d04e33e2d0af9e07d -SIZE (KDE/release-service/25.04.2/ksquares-25.04.2.tar.xz) = 324452 +TIMESTAMP = 1751381425 +SHA256 (KDE/release-service/25.04.3/ksquares-25.04.3.tar.xz) = 7426b63421f8d121b0860cf8b136f9a02740713f8b1ec92cbb471e6adbbad48d +SIZE (KDE/release-service/25.04.3/ksquares-25.04.3.tar.xz) = 324412 diff --git a/games/ksudoku/distinfo b/games/ksudoku/distinfo index 71f05581aa6e..607cfa698e1f 100644 --- a/games/ksudoku/distinfo +++ b/games/ksudoku/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036725 -SHA256 (KDE/release-service/25.04.2/ksudoku-25.04.2.tar.xz) = e93f8a0e58bda4ea2c15b398efd27f5325b641b558bbdc7c3a3f6a826c01acc9 -SIZE (KDE/release-service/25.04.2/ksudoku-25.04.2.tar.xz) = 1736324 +TIMESTAMP = 1751381428 +SHA256 (KDE/release-service/25.04.3/ksudoku-25.04.3.tar.xz) = c14d614880f49bd9c036bad231629821e22e313d56da0b28c01823f3d27282f6 +SIZE (KDE/release-service/25.04.3/ksudoku-25.04.3.tar.xz) = 1736624 diff --git a/games/ktuberling/distinfo b/games/ktuberling/distinfo index f1cd16b1cbd9..3d1b3bd04955 100644 --- a/games/ktuberling/distinfo +++ b/games/ktuberling/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036728 -SHA256 (KDE/release-service/25.04.2/ktuberling-25.04.2.tar.xz) = f9c4189070538693701f8e224e145394ac270ccb070c67bdb6409dab19f131e0 -SIZE (KDE/release-service/25.04.2/ktuberling-25.04.2.tar.xz) = 71562956 +TIMESTAMP = 1751381430 +SHA256 (KDE/release-service/25.04.3/ktuberling-25.04.3.tar.xz) = 51f5c51330e825ea7717d0b5e895669eb02e5a7a579e0a55926c9e4ed56d8d16 +SIZE (KDE/release-service/25.04.3/ktuberling-25.04.3.tar.xz) = 71554976 diff --git a/games/kubrick/distinfo b/games/kubrick/distinfo index 2eee876d3991..b7cf57e6f945 100644 --- a/games/kubrick/distinfo +++ b/games/kubrick/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036730 -SHA256 (KDE/release-service/25.04.2/kubrick-25.04.2.tar.xz) = 0a7057055538acbe325a910c8f1678461a8be8324ade5ea494769b8c8a6c71bd -SIZE (KDE/release-service/25.04.2/kubrick-25.04.2.tar.xz) = 381260 +TIMESTAMP = 1751381433 +SHA256 (KDE/release-service/25.04.3/kubrick-25.04.3.tar.xz) = 41b16037448f4c4da75aa20b7035e0faaf6b8c280bb05fc1fc79a86f1ce2295c +SIZE (KDE/release-service/25.04.3/kubrick-25.04.3.tar.xz) = 381300 diff --git a/games/libkdegames/distinfo b/games/libkdegames/distinfo index 79500e43b5a8..01764ab787af 100644 --- a/games/libkdegames/distinfo +++ b/games/libkdegames/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036733 -SHA256 (KDE/release-service/25.04.2/libkdegames-25.04.2.tar.xz) = 8775c78f76d64be05bab10df4d0c3fa3d5f5442a094c86501d6ec7ada9b30d2b -SIZE (KDE/release-service/25.04.2/libkdegames-25.04.2.tar.xz) = 6008820 +TIMESTAMP = 1751381435 +SHA256 (KDE/release-service/25.04.3/libkdegames-25.04.3.tar.xz) = 63cd2b137e989a635994c48f93dc9ecf3b5aa6306d39bda5a7a38c9aa2a437a4 +SIZE (KDE/release-service/25.04.3/libkdegames-25.04.3.tar.xz) = 5979004 diff --git a/games/libkmahjongg/distinfo b/games/libkmahjongg/distinfo index e56ffd87c296..3948984e6de2 100644 --- a/games/libkmahjongg/distinfo +++ b/games/libkmahjongg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036735 -SHA256 (KDE/release-service/25.04.2/libkmahjongg-25.04.2.tar.xz) = d786738da6c9d9b9483730a9e0396f1c4681f27d34a647c26938e22394accb90 -SIZE (KDE/release-service/25.04.2/libkmahjongg-25.04.2.tar.xz) = 1694872 +TIMESTAMP = 1751381438 +SHA256 (KDE/release-service/25.04.3/libkmahjongg-25.04.3.tar.xz) = 6570b054d02b12f7c0b37d28dd8930c17cc6a4616437613448ab69cc4b08446c +SIZE (KDE/release-service/25.04.3/libkmahjongg-25.04.3.tar.xz) = 1694936 diff --git a/games/lskat/distinfo b/games/lskat/distinfo index fda8d80c7be7..507e2558089d 100644 --- a/games/lskat/distinfo +++ b/games/lskat/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036738 -SHA256 (KDE/release-service/25.04.2/lskat-25.04.2.tar.xz) = efeb1a88db2b66af3f0faf2cab3720fc8d694954824f5ff49c0ac4d2be3ed09f -SIZE (KDE/release-service/25.04.2/lskat-25.04.2.tar.xz) = 1229260 +TIMESTAMP = 1751381440 +SHA256 (KDE/release-service/25.04.3/lskat-25.04.3.tar.xz) = 97a1c20f801be165fe7e607213240341edf54d7fe26e5633f9658966ca0da50d +SIZE (KDE/release-service/25.04.3/lskat-25.04.3.tar.xz) = 1229416 diff --git a/games/palapeli/distinfo b/games/palapeli/distinfo index a556ddfe8fd1..3ccebf7bcfab 100644 --- a/games/palapeli/distinfo +++ b/games/palapeli/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036740 -SHA256 (KDE/release-service/25.04.2/palapeli-25.04.2.tar.xz) = 1d60f050a6a0a502508a5be4494ab8f37bf5326b30301f43271325d898cc3714 -SIZE (KDE/release-service/25.04.2/palapeli-25.04.2.tar.xz) = 2129716 +TIMESTAMP = 1751381443 +SHA256 (KDE/release-service/25.04.3/palapeli-25.04.3.tar.xz) = b1e2253aca27c8e690b1cd204fa2ac1fe39f18cf106be4a3ef96de93412bd84f +SIZE (KDE/release-service/25.04.3/palapeli-25.04.3.tar.xz) = 2129724 diff --git a/games/picmi/distinfo b/games/picmi/distinfo index 9f9743fe0d32..3d6c01e9d521 100644 --- a/games/picmi/distinfo +++ b/games/picmi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036742 -SHA256 (KDE/release-service/25.04.2/picmi-25.04.2.tar.xz) = 6e78b82444b3b49ee5908c2b30842c53d9a1bb89d1f1825a5d9f47a3fc6e34fa -SIZE (KDE/release-service/25.04.2/picmi-25.04.2.tar.xz) = 1521844 +TIMESTAMP = 1751381445 +SHA256 (KDE/release-service/25.04.3/picmi-25.04.3.tar.xz) = c94f5a3fe8a4401b4001e21ff3e274cb421ee56f2ef7daeaff881da709a66aa5 +SIZE (KDE/release-service/25.04.3/picmi-25.04.3.tar.xz) = 1521940 diff --git a/games/punchy/Makefile b/games/punchy/Makefile index 359a65bcb527..49648a817e95 100644 --- a/games/punchy/Makefile +++ b/games/punchy/Makefile @@ -1,7 +1,7 @@ PORTNAME= punchy DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= games wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/games/py-fife/Makefile b/games/py-fife/Makefile index 23bff9adb081..2a0f733416d3 100644 --- a/games/py-fife/Makefile +++ b/games/py-fife/Makefile @@ -4,7 +4,7 @@ PORTREVISION= 11 CATEGORIES= games PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= fiziologus@gmail.com +MAINTAINER= danfe@FreeBSD.org COMMENT= Flexible Isometric Free Engine WWW= https://www.fifengine.net/ @@ -71,10 +71,4 @@ post-patch: ${WRKSRC}/engine/core/loaders/native/map/objectloader.cpp \ ${WRKSRC}/engine/core/gui/fifechan/fifechanmanager.cpp -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MFIFECHAN} -DEPRECATED= Depends on expired devel/fifechan -.endif - .include <bsd.port.mk> diff --git a/games/rpg-cli/Makefile b/games/rpg-cli/Makefile index 50659e2001ae..e5d23cdebc53 100644 --- a/games/rpg-cli/Makefile +++ b/games/rpg-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= rpg-cli DISTVERSION= 1.0.1 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= games MAINTAINER= lcook@FreeBSD.org diff --git a/games/skladnik/distinfo b/games/skladnik/distinfo index 1bbb9eafd4dd..e4e48bfaddde 100644 --- a/games/skladnik/distinfo +++ b/games/skladnik/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036745 -SHA256 (KDE/release-service/25.04.2/skladnik-25.04.2.tar.xz) = 3955c520dde6ced3542d821e14e3577017760c7d2874474b49b05ce787fc2b3e -SIZE (KDE/release-service/25.04.2/skladnik-25.04.2.tar.xz) = 416564 +TIMESTAMP = 1751381448 +SHA256 (KDE/release-service/25.04.3/skladnik-25.04.3.tar.xz) = 9dc7bc2e7148d9d0551a67bd56b6a8fac34fc17ccf11baf04075b8b39af27dfc +SIZE (KDE/release-service/25.04.3/skladnik-25.04.3.tar.xz) = 416848 diff --git a/games/sulis/Makefile b/games/sulis/Makefile index 3cd8c952cbbe..b45e1ca76b32 100644 --- a/games/sulis/Makefile +++ b/games/sulis/Makefile @@ -1,6 +1,6 @@ PORTNAME= sulis DISTVERSION= 1.0.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/games/veloren-weekly/Makefile b/games/veloren-weekly/Makefile index 6cd41e169c8c..e7cc7382fbcc 100644 --- a/games/veloren-weekly/Makefile +++ b/games/veloren-weekly/Makefile @@ -1,5 +1,6 @@ PORTNAME= veloren PORTVERSION= s20250702 +PORTREVISION= 1 CATEGORIES= games wayland PKGNAMESUFFIX= -weekly diff --git a/german/mythes/Makefile b/german/mythes/Makefile index 3451997506d1..53d9bcdfccf8 100644 --- a/german/mythes/Makefile +++ b/german/mythes/Makefile @@ -1,5 +1,5 @@ PORTNAME= mythes -PORTVERSION= 2025.03.16 +PORTVERSION= 2025.06.29 CATEGORIES= german textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME} DISTNAME= Deutscher-Thesaurus-${PORTVERSION:C|\.||g} diff --git a/german/mythes/distinfo b/german/mythes/distinfo index 0e61cd55e1f3..f9e1a7fc9982 100644 --- a/german/mythes/distinfo +++ b/german/mythes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742405580 -SHA256 (mythes/Deutscher-Thesaurus-20250316.oxt) = c0812527c549f9580ee9b300158b327b89e2d176b64ba2b37067147a53db9199 -SIZE (mythes/Deutscher-Thesaurus-20250316.oxt) = 13536314 +TIMESTAMP = 1751375129 +SHA256 (mythes/Deutscher-Thesaurus-20250629.oxt) = ef69a1ba5c1f7f52efd6ac9e9fa55f6bfb19dae9e1ff05b3fb87f82be16299f9 +SIZE (mythes/Deutscher-Thesaurus-20250629.oxt) = 13671741 diff --git a/graphics/artem/Makefile b/graphics/artem/Makefile index c109f5793b5d..08e13aef8946 100644 --- a/graphics/artem/Makefile +++ b/graphics/artem/Makefile @@ -1,7 +1,7 @@ PORTNAME= artem DISTVERSIONPREFIX= v DISTVERSION= 3.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= adamw@FreeBSD.org diff --git a/graphics/asciinema-agg/Makefile b/graphics/asciinema-agg/Makefile index bc946dfcf006..b2f1508a487b 100644 --- a/graphics/asciinema-agg/Makefile +++ b/graphics/asciinema-agg/Makefile @@ -1,6 +1,7 @@ PORTNAME= agg DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= graphics PKGNAMEPREFIX= asciinema- diff --git a/graphics/colord-kde/distinfo b/graphics/colord-kde/distinfo index f69e4cc43e0d..d5adadbb20be 100644 --- a/graphics/colord-kde/distinfo +++ b/graphics/colord-kde/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751111721 -SHA256 (KDE/release-service/25.04.2/colord-kde-25.04.2.tar.xz) = 3f847f952ff34fe98e9b9c3477039860b95d3ec079a4421ab8269b6ee8a91459 -SIZE (KDE/release-service/25.04.2/colord-kde-25.04.2.tar.xz) = 120048 +TIMESTAMP = 1751381448 +SHA256 (KDE/release-service/25.04.3/colord-kde-25.04.3.tar.xz) = bcebe47737750d066e9c5560a7f9398bbe6327cf265714b3c708a4d1d6ea1803 +SIZE (KDE/release-service/25.04.3/colord-kde-25.04.3.tar.xz) = 120080 diff --git a/graphics/derelict-gl3/Makefile b/graphics/derelict-gl3/Makefile index 46b350f548e3..c4c21ef43ea0 100644 --- a/graphics/derelict-gl3/Makefile +++ b/graphics/derelict-gl3/Makefile @@ -1,6 +1,6 @@ PORTNAME= derelict-gl3 PORTVERSION= 1.0.24 -PORTREVISION= 5 +PORTREVISION= 6 DISTVERSIONPREFIX= v CATEGORIES= graphics diff --git a/graphics/dify/Makefile b/graphics/dify/Makefile index 277a062186cc..23a73597fc23 100644 --- a/graphics/dify/Makefile +++ b/graphics/dify/Makefile @@ -1,6 +1,6 @@ PORTNAME= dify DISTVERSION= 0.6.0 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= graphics MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default diff --git a/graphics/drawpile/Makefile b/graphics/drawpile/Makefile index 834315850c02..a1f43d6ecc00 100644 --- a/graphics/drawpile/Makefile +++ b/graphics/drawpile/Makefile @@ -1,6 +1,6 @@ PORTNAME= Drawpile DISTVERSION= 2.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics python MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/dssim/Makefile b/graphics/dssim/Makefile index 8d29bf968c06..d5906884f249 100644 --- a/graphics/dssim/Makefile +++ b/graphics/dssim/Makefile @@ -1,6 +1,6 @@ PORTNAME= dssim DISTVERSION= 3.2.4 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= graphics MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index f48564d52471..972382c18e18 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -1,6 +1,5 @@ PORTNAME= evince -DISTVERSION= 48.0 -PORTREVISION= 1 +DISTVERSION= 48.1 CATEGORIES= graphics print gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -21,14 +20,13 @@ BUILD_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas \ LIB_DEPENDS= libhandy-1.so:x11-toolkits/libhandy \ libpoppler-glib.so:graphics/poppler-glib \ libspectre.so:print/libspectre \ - libtiff.so:graphics/tiff \ - libdbus-1.so:devel/dbus + libtiff.so:graphics/tiff RUN_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas USES= compiler:c++11-lib cpe desktop-file-utils gettext gnome \ gstreamer libarchive localbase:ldflags meson pkgconfig \ python:build tar:xz xorg -USE_GNOME= cairo gdkpixbuf gnomedesktop3 gtk30 introspection:build libxml2 +USE_GNOME= cairo gdkpixbuf gtk30 libxml2 USE_LDCONFIG= yes USE_XORG= ice CPE_VENDOR= gnome @@ -43,7 +41,6 @@ MESON_ARGS+= -Dintrospection=false \ -Dpreviewer=false \ -Dthumbnail_cache=disabled \ -Dthumbnailer=false -USE_GNOME+= libxml2 OPTIONS_EXCLUDE= DBUS PLIST= ${.CURDIR}/pkg-plist-lite PKGNAMESUFFIX= -lite @@ -66,8 +63,8 @@ OPTIONS_DEFAULT= COMICS DBUS KEYRING SPELL XPS COMICS_DESC= Comic book archives support COMICS_MESON_ENABLED= comics -DBUS_MESON_TRUE= dbus -DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus +DBUS_MESON_TRUE= dbus +DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus DJVU_DESC= DJVU support DJVU_LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre diff --git a/graphics/evince/distinfo b/graphics/evince/distinfo index f4c04d0ce3b6..ac8fd3452e4d 100644 --- a/graphics/evince/distinfo +++ b/graphics/evince/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744639068 -SHA256 (gnome/evince-48.0.tar.xz) = cd2f658355fa9075fdf9e5b44aa0af3a7e0928c55614eb1042b36176cf451126 -SIZE (gnome/evince-48.0.tar.xz) = 2942540 +TIMESTAMP = 1751557151 +SHA256 (gnome/evince-48.1.tar.xz) = 7d8b9a6fa3a05d3f5b9048859027688c73a788ff6e923bc3945126884943fa10 +SIZE (gnome/evince-48.1.tar.xz) = 2942692 diff --git a/graphics/evince/pkg-plist b/graphics/evince/pkg-plist index d4725ae61f2b..7dee2ca261ff 100644 --- a/graphics/evince/pkg-plist +++ b/graphics/evince/pkg-plist @@ -69,10 +69,10 @@ lib/girepository-1.0/EvinceDocument-%%VERSION%%.typelib lib/girepository-1.0/EvinceView-%%VERSION%%.typelib lib/libevdocument3.so lib/libevdocument3.so.4 -lib/libevdocument3.so.%%GTK4_VERSION%% +lib/libevdocument3.so.4.0.0 lib/libevview3.so lib/libevview3.so.3 -lib/libevview3.so.%%GTK3_VERSION%% +lib/libevview3.so.3.0.0 libdata/pkgconfig/evince-document-%%VERSION%%.pc libdata/pkgconfig/evince-view-%%VERSION%%.pc %%DBUS%%libexec/evinced diff --git a/graphics/evince/pkg-plist-lite b/graphics/evince/pkg-plist-lite index f072cf2f0402..c068f815bb8e 100644 --- a/graphics/evince/pkg-plist-lite +++ b/graphics/evince/pkg-plist-lite @@ -65,10 +65,10 @@ lib/evince/4/backends/tiffdocument.evince-backend %%XPS%%lib/evince/4/backends/xpsdocument.evince-backend lib/libevdocument3.so lib/libevdocument3.so.4 -lib/libevdocument3.so.%%GTK4_VERSION%% +lib/libevdocument3.so.4.0.0 lib/libevview3.so lib/libevview3.so.3 -lib/libevview3.so.%%GTK3_VERSION%% +lib/libevview3.so.3.0.0 libdata/pkgconfig/evince-document-%%VERSION%%.pc libdata/pkgconfig/evince-view-%%VERSION%%.pc share/man/man1/evince-previewer.1.gz diff --git a/graphics/gifski/Makefile b/graphics/gifski/Makefile index f7445924ae48..dff5a9740e87 100644 --- a/graphics/gifski/Makefile +++ b/graphics/gifski/Makefile @@ -1,6 +1,6 @@ PORTNAME= gifski DISTVERSION= 1.10.3 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/gwenview/distinfo b/graphics/gwenview/distinfo index c5da8098dea3..3496f59c7f19 100644 --- a/graphics/gwenview/distinfo +++ b/graphics/gwenview/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036747 -SHA256 (KDE/release-service/25.04.2/gwenview-25.04.2.tar.xz) = f2ec1bbb71fefd041a656686e4eb8a3ed684f913cfa86e062a40d9222ca3143f -SIZE (KDE/release-service/25.04.2/gwenview-25.04.2.tar.xz) = 6533516 +TIMESTAMP = 1751381450 +SHA256 (KDE/release-service/25.04.3/gwenview-25.04.3.tar.xz) = 59bf9fc4a4be87260781ccb5872212484b697caa53fa0ee7e128bdb08eaf5e87 +SIZE (KDE/release-service/25.04.3/gwenview-25.04.3.tar.xz) = 6533552 diff --git a/graphics/kamera/distinfo b/graphics/kamera/distinfo index 4aa26de4c2d6..6bfbaf5bd4e6 100644 --- a/graphics/kamera/distinfo +++ b/graphics/kamera/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036750 -SHA256 (KDE/release-service/25.04.2/kamera-25.04.2.tar.xz) = a45fd021f95aa334d2f9994ddeaafa290f71580277192b6c5d2829637a8dc7e8 -SIZE (KDE/release-service/25.04.2/kamera-25.04.2.tar.xz) = 133004 +TIMESTAMP = 1751381453 +SHA256 (KDE/release-service/25.04.3/kamera-25.04.3.tar.xz) = 46b9caa4a9ef218342f57eeb0fdad30635fc5090f22f89dd1ced5856f060dd49 +SIZE (KDE/release-service/25.04.3/kamera-25.04.3.tar.xz) = 132972 diff --git a/graphics/kcolorchooser/distinfo b/graphics/kcolorchooser/distinfo index 1755462bdd91..80a24a48af0a 100644 --- a/graphics/kcolorchooser/distinfo +++ b/graphics/kcolorchooser/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036752 -SHA256 (KDE/release-service/25.04.2/kcolorchooser-25.04.2.tar.xz) = 749f3a80498fb5632d5c835f4ac17eedd16d891dd74b8af06ca12445c7bc6a0f -SIZE (KDE/release-service/25.04.2/kcolorchooser-25.04.2.tar.xz) = 36364 +TIMESTAMP = 1751381455 +SHA256 (KDE/release-service/25.04.3/kcolorchooser-25.04.3.tar.xz) = 08db027a1deb9e0a429abde8c8702b47e1401ac0085812f78ac10a7c610270f5 +SIZE (KDE/release-service/25.04.3/kcolorchooser-25.04.3.tar.xz) = 36396 diff --git a/graphics/kdegraphics-mobipocket/distinfo b/graphics/kdegraphics-mobipocket/distinfo index ab17df618787..0333dc54d9d2 100644 --- a/graphics/kdegraphics-mobipocket/distinfo +++ b/graphics/kdegraphics-mobipocket/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036755 -SHA256 (KDE/release-service/25.04.2/kdegraphics-mobipocket-25.04.2.tar.xz) = ddd546e8fff5552e5b7e7294f3c63b6130d9a98f6155ea280fa861f793cf2337 -SIZE (KDE/release-service/25.04.2/kdegraphics-mobipocket-25.04.2.tar.xz) = 13136 +TIMESTAMP = 1751381458 +SHA256 (KDE/release-service/25.04.3/kdegraphics-mobipocket-25.04.3.tar.xz) = 12f66c78d190867c1c994f650f1409c87bde0fd592911ad3a475b7502045f3d3 +SIZE (KDE/release-service/25.04.3/kdegraphics-mobipocket-25.04.3.tar.xz) = 13136 diff --git a/graphics/kdegraphics-svgpart/distinfo b/graphics/kdegraphics-svgpart/distinfo index 6e3d16bd30b0..7d3ed5333176 100644 --- a/graphics/kdegraphics-svgpart/distinfo +++ b/graphics/kdegraphics-svgpart/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036757 -SHA256 (KDE/release-service/25.04.2/svgpart-25.04.2.tar.xz) = afba527031489d32151134e31c2be13207be1f224ed7963f1d8170a2a28d2a9c -SIZE (KDE/release-service/25.04.2/svgpart-25.04.2.tar.xz) = 30232 +TIMESTAMP = 1751381460 +SHA256 (KDE/release-service/25.04.3/svgpart-25.04.3.tar.xz) = 193f852d7d1fba4ec7ad25dd59d567d58bb6533e436a50d80f54fe1b94202b24 +SIZE (KDE/release-service/25.04.3/svgpart-25.04.3.tar.xz) = 30252 diff --git a/graphics/kdegraphics-thumbnailers/distinfo b/graphics/kdegraphics-thumbnailers/distinfo index fd49614c3fae..8a67938b184f 100644 --- a/graphics/kdegraphics-thumbnailers/distinfo +++ b/graphics/kdegraphics-thumbnailers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036760 -SHA256 (KDE/release-service/25.04.2/kdegraphics-thumbnailers-25.04.2.tar.xz) = 65a3caffe98aadb5e94023c674d163d1a3efb3da1f3b222f3d883143e2f7fe7c -SIZE (KDE/release-service/25.04.2/kdegraphics-thumbnailers-25.04.2.tar.xz) = 49136 +TIMESTAMP = 1751381463 +SHA256 (KDE/release-service/25.04.3/kdegraphics-thumbnailers-25.04.3.tar.xz) = 221b584c92c1c1570720caba97706de36dbe3ef4f6ee324b774513e37f446318 +SIZE (KDE/release-service/25.04.3/kdegraphics-thumbnailers-25.04.3.tar.xz) = 49160 diff --git a/graphics/kgraphviewer/distinfo b/graphics/kgraphviewer/distinfo index 7ab2e81fa96d..9548a599cdf1 100644 --- a/graphics/kgraphviewer/distinfo +++ b/graphics/kgraphviewer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036762 -SHA256 (KDE/release-service/25.04.2/kgraphviewer-25.04.2.tar.xz) = 484bf8132a1ecbec0a9fcf05274bb08081e6d288882a9835e86cb3177a7742bf -SIZE (KDE/release-service/25.04.2/kgraphviewer-25.04.2.tar.xz) = 1595592 +TIMESTAMP = 1751381465 +SHA256 (KDE/release-service/25.04.3/kgraphviewer-25.04.3.tar.xz) = 7b79dbccc43e13c26d76b2606b7ec6c2d87e857a116ca2c7150d3188dfdf870f +SIZE (KDE/release-service/25.04.3/kgraphviewer-25.04.3.tar.xz) = 1595568 diff --git a/graphics/kimagemapeditor/distinfo b/graphics/kimagemapeditor/distinfo index 9fc2b21de8a7..e0e6233beacf 100644 --- a/graphics/kimagemapeditor/distinfo +++ b/graphics/kimagemapeditor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036765 -SHA256 (KDE/release-service/25.04.2/kimagemapeditor-25.04.2.tar.xz) = 53e9efb9f1807dd9feeb78590301e2607f831656c807d53852c14e67964d8d8d -SIZE (KDE/release-service/25.04.2/kimagemapeditor-25.04.2.tar.xz) = 1077232 +TIMESTAMP = 1751381467 +SHA256 (KDE/release-service/25.04.3/kimagemapeditor-25.04.3.tar.xz) = 18a0117e8d55530e6a83a57845b142cfa4951f1ce33c870122077eb229089640 +SIZE (KDE/release-service/25.04.3/kimagemapeditor-25.04.3.tar.xz) = 1077212 diff --git a/graphics/kolourpaint/distinfo b/graphics/kolourpaint/distinfo index 6f6f1dda0a8c..e04df4d2be8c 100644 --- a/graphics/kolourpaint/distinfo +++ b/graphics/kolourpaint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036767 -SHA256 (KDE/release-service/25.04.2/kolourpaint-25.04.2.tar.xz) = 74e495d8c102fe206bc4e173fe53134a4397a0d7b52ce06289af21805baa5210 -SIZE (KDE/release-service/25.04.2/kolourpaint-25.04.2.tar.xz) = 5315008 +TIMESTAMP = 1751381470 +SHA256 (KDE/release-service/25.04.3/kolourpaint-25.04.3.tar.xz) = 819b9bad15d927b150b95ac71d398f04df392762b848bb6be619e3fda3357d1f +SIZE (KDE/release-service/25.04.3/kolourpaint-25.04.3.tar.xz) = 5314956 diff --git a/graphics/kontrast/distinfo b/graphics/kontrast/distinfo index 6c8591449c27..12e4ccd689f5 100644 --- a/graphics/kontrast/distinfo +++ b/graphics/kontrast/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036769 -SHA256 (KDE/release-service/25.04.2/kontrast-25.04.2.tar.xz) = 410ffa280235a4e3277a8efe953c4e134714dd7241913165bc24aaaa1350c1c2 -SIZE (KDE/release-service/25.04.2/kontrast-25.04.2.tar.xz) = 219564 +TIMESTAMP = 1751381472 +SHA256 (KDE/release-service/25.04.3/kontrast-25.04.3.tar.xz) = 5cc134f4af4c6dabbae7df83c8945c3986cb9ae0455d0d315517fa96905eecf8 +SIZE (KDE/release-service/25.04.3/kontrast-25.04.3.tar.xz) = 219564 diff --git a/graphics/kqtquickcharts/distinfo b/graphics/kqtquickcharts/distinfo index 6e43d3c5368f..d13c571db276 100644 --- a/graphics/kqtquickcharts/distinfo +++ b/graphics/kqtquickcharts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036772 -SHA256 (KDE/release-service/25.04.2/kqtquickcharts-25.04.2.tar.xz) = f1691c48efeea44285a36754697441027d87e078b6c0c421249571441f3179aa -SIZE (KDE/release-service/25.04.2/kqtquickcharts-25.04.2.tar.xz) = 30868 +TIMESTAMP = 1751381475 +SHA256 (KDE/release-service/25.04.3/kqtquickcharts-25.04.3.tar.xz) = 6df9523d905944957d227aec009cdf45f202b279296269dde8f63a02b549c028 +SIZE (KDE/release-service/25.04.3/kqtquickcharts-25.04.3.tar.xz) = 30856 diff --git a/graphics/ksanecore/distinfo b/graphics/ksanecore/distinfo index 8a90c0ad7b66..7bedb5fb8837 100644 --- a/graphics/ksanecore/distinfo +++ b/graphics/ksanecore/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036774 -SHA256 (KDE/release-service/25.04.2/ksanecore-25.04.2.tar.xz) = 7039e9c4c1f2c295359a68d9581f07c0674572848391ac7ccbb1af22c07915d8 -SIZE (KDE/release-service/25.04.2/ksanecore-25.04.2.tar.xz) = 53996 +TIMESTAMP = 1751381477 +SHA256 (KDE/release-service/25.04.3/ksanecore-25.04.3.tar.xz) = e5a8fdda44d4a27f0c90c2b808e48a737999ec200fd0b70f75fabb33a9013302 +SIZE (KDE/release-service/25.04.3/ksanecore-25.04.3.tar.xz) = 53972 diff --git a/graphics/libimagequant/Makefile b/graphics/libimagequant/Makefile index fcc9bded1bb9..acff213ed8dc 100644 --- a/graphics/libimagequant/Makefile +++ b/graphics/libimagequant/Makefile @@ -1,6 +1,6 @@ PORTNAME= libimagequant PORTVERSION= 4.3.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org diff --git a/graphics/libkdcraw/distinfo b/graphics/libkdcraw/distinfo index ba02cda01df2..e93e20f65214 100644 --- a/graphics/libkdcraw/distinfo +++ b/graphics/libkdcraw/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036777 -SHA256 (KDE/release-service/25.04.2/libkdcraw-25.04.2.tar.xz) = de7bc44d0437a0dca94a1005360b96b00da4ffc501f513eff466c3eb2755fd8a -SIZE (KDE/release-service/25.04.2/libkdcraw-25.04.2.tar.xz) = 37348 +TIMESTAMP = 1751381480 +SHA256 (KDE/release-service/25.04.3/libkdcraw-25.04.3.tar.xz) = 4ffd227cf0838c9a46be9f682d2431928e4663ad54de1f765bd8ae258eb110e8 +SIZE (KDE/release-service/25.04.3/libkdcraw-25.04.3.tar.xz) = 37344 diff --git a/graphics/libkexiv2/distinfo b/graphics/libkexiv2/distinfo index c528b26aaca6..e326d9a001db 100644 --- a/graphics/libkexiv2/distinfo +++ b/graphics/libkexiv2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036779 -SHA256 (KDE/release-service/25.04.2/libkexiv2-25.04.2.tar.xz) = 9eebb0d9ec9773fc4a3db7fa19f6df6923860920ea2192ca9f9d9df96bc997d1 -SIZE (KDE/release-service/25.04.2/libkexiv2-25.04.2.tar.xz) = 60644 +TIMESTAMP = 1751381482 +SHA256 (KDE/release-service/25.04.3/libkexiv2-25.04.3.tar.xz) = d7b8d791e9db8facf16a95447daa597efaaa6b42d300fa7cbe9d1ff5b9e7b5a8 +SIZE (KDE/release-service/25.04.3/libkexiv2-25.04.3.tar.xz) = 60660 diff --git a/graphics/libksane/distinfo b/graphics/libksane/distinfo index 2a94bf23b219..099188f8753f 100644 --- a/graphics/libksane/distinfo +++ b/graphics/libksane/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036782 -SHA256 (KDE/release-service/25.04.2/libksane-25.04.2.tar.xz) = c458fcc2f0ff52be768e77cb4cb3ca2150db8986ed8403cb19ff08bf5dadcec3 -SIZE (KDE/release-service/25.04.2/libksane-25.04.2.tar.xz) = 155908 +TIMESTAMP = 1751381485 +SHA256 (KDE/release-service/25.04.3/libksane-25.04.3.tar.xz) = eab97e319cd8e020e63c49ca3c18188898d326d3568c939a5640b42cdc1c265f +SIZE (KDE/release-service/25.04.3/libksane-25.04.3.tar.xz) = 155880 diff --git a/graphics/libopendrive/Makefile b/graphics/libopendrive/Makefile index b96a228fdbf8..e0aff6c9efeb 100644 --- a/graphics/libopendrive/Makefile +++ b/graphics/libopendrive/Makefile @@ -1,5 +1,6 @@ PORTNAME= libopendrive PORTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= sunpoet@FreeBSD.org @@ -9,13 +10,22 @@ WWW= https://github.com/pageldev/libOpenDRIVE LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake compiler:c++14-lang +BUILD_DEPENDS= catch2>=3.4.0:devel/catch2 \ + pugixml>=1.14:textproc/pugixml +LIB_DEPENDS= libpugixml.so:textproc/pugixml + +USES= cmake compiler:c++17-lang CMAKE_ON= BUILD_SHARED_LIBS USE_GITHUB= yes GH_ACCOUNT= pageldev GH_PROJECT= libOpenDRIVE -GH_TAGNAME= edfd564 +GH_TAGNAME= 82c2dd9 + +post-patch: + @${MKDIR} ${WRKSRC}/pugixml/ + @${LN} -s ${LOCALBASE}/include/pugixml.hpp ${WRKSRC}/pugixml/pugixml.hpp + @${LN} -s ${LOCALBASE}/include/pugiconfig.hpp ${WRKSRC}/pugixml/pugiconfig.hpp .include <bsd.port.mk> diff --git a/graphics/libopendrive/distinfo b/graphics/libopendrive/distinfo index 393438c08144..156664e687d5 100644 --- a/graphics/libopendrive/distinfo +++ b/graphics/libopendrive/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748107894 -SHA256 (pageldev-libOpenDRIVE-0.6.0-edfd564_GH0.tar.gz) = 89184e50350f715e88d921dda95879b8693efd14d47d0a8cb8d6bc8635089e7e -SIZE (pageldev-libOpenDRIVE-0.6.0-edfd564_GH0.tar.gz) = 132294 +TIMESTAMP = 1751375029 +SHA256 (pageldev-libOpenDRIVE-0.6.0-82c2dd9_GH0.tar.gz) = 366063848456c376b1a1e499b9f262bc0c024f579dae300ee190882900615cf5 +SIZE (pageldev-libOpenDRIVE-0.6.0-82c2dd9_GH0.tar.gz) = 152194 diff --git a/graphics/libopendrive/files/patch-CMakeLists.txt b/graphics/libopendrive/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..32b6609c0b7b --- /dev/null +++ b/graphics/libopendrive/files/patch-CMakeLists.txt @@ -0,0 +1,62 @@ +--- CMakeLists.txt.orig 2025-07-04 08:27:24 UTC ++++ CMakeLists.txt +@@ -20,22 +20,10 @@ include(CTest) + endif() + + include(CTest) +-include(FetchContent) + include(GNUInstallDirs) + +-FetchContent_Declare( +- pugixml +- GIT_REPOSITORY https://github.com/zeux/pugixml.git +- GIT_TAG v1.14 +-) +-FetchContent_MakeAvailable(pugixml) +- +-FetchContent_Declare( +- Catch2 +- GIT_REPOSITORY https://github.com/catchorg/Catch2.git +- GIT_TAG v3.4.0 +-) +-FetchContent_MakeAvailable(Catch2) ++find_package(pugixml 1.14 REQUIRED) ++find_package(Catch2 3.4.0 REQUIRED) + include(Catch) + + set(SOURCES +@@ -59,19 +47,18 @@ set(SOURCES + src/RoadObject.cpp + src/RoadSignal.cpp + src/RoutingGraph.cpp +- ${pugixml_SOURCE_DIR}/src/pugixml.cpp + ) + + add_library(OpenDrive ${SOURCES}) + target_include_directories( + OpenDrive PUBLIC + $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include> ++ $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/pugixml> + $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}> +- $<BUILD_INTERFACE:${pugixml_SOURCE_DIR}/src> + ) + + add_executable(tests tests/test.cpp) +-target_link_libraries(tests PRIVATE OpenDrive Catch2::Catch2WithMain) ++target_link_libraries(tests PRIVATE OpenDrive pugixml::pugixml Catch2::Catch2WithMain) + catch_discover_tests(tests WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/tests) + + install( +@@ -80,12 +67,6 @@ install( + LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} + ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} + RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} +-) +-install( +- FILES +- ${pugixml_SOURCE_DIR}/src/pugixml.hpp +- ${pugixml_SOURCE_DIR}/src/pugiconfig.hpp +- DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} + ) + install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/include/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) + install(TARGETS OpenDrive EXPORT OpenDriveConfig) diff --git a/graphics/libopendrive/pkg-plist b/graphics/libopendrive/pkg-plist index e54966418ff0..b94183fd63c1 100644 --- a/graphics/libopendrive/pkg-plist +++ b/graphics/libopendrive/pkg-plist @@ -1,4 +1,3 @@ -bin/test-xodr cmake/OpenDriveConfig-%%CMAKE_BUILD_TYPE%%.cmake cmake/OpenDriveConfig.cmake include/CubicBezier.hpp @@ -13,6 +12,7 @@ include/Junction.h include/Lane.h include/LaneSection.h include/LaneValidityRecord.h +include/Log.h include/Math.hpp include/Mesh.h include/OpenDriveMap.h @@ -25,6 +25,5 @@ include/RoadSignal.h include/RoutingGraph.h include/Utils.hpp include/XmlNode.h -include/pugixml/pugiconfig.hpp -include/pugixml/pugixml.hpp +include/earcut.hpp lib/libOpenDrive.so diff --git a/graphics/libopenraw/Makefile b/graphics/libopenraw/Makefile index 9f35e0deeeba..928c93b1ffaf 100644 --- a/graphics/libopenraw/Makefile +++ b/graphics/libopenraw/Makefile @@ -1,6 +1,6 @@ PORTNAME= libopenraw PORTVERSION= 0.3.7 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= graphics MASTER_SITES= http://libopenraw.freedesktop.org/download/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/graphics/librsvg2-rust/Makefile b/graphics/librsvg2-rust/Makefile index d306723911fe..93a33e2bb2ac 100644 --- a/graphics/librsvg2-rust/Makefile +++ b/graphics/librsvg2-rust/Makefile @@ -1,6 +1,6 @@ PORTNAME= librsvg DISTVERSION= 2.60.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 2-rust diff --git a/graphics/menyoki/Makefile b/graphics/menyoki/Makefile index 6d2b1af82cba..f4fbd570362b 100644 --- a/graphics/menyoki/Makefile +++ b/graphics/menyoki/Makefile @@ -1,7 +1,7 @@ PORTNAME= menyoki DISTVERSIONPREFIX= v DISTVERSION= 1.7.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index 741c49042b18..22caa093d62c 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -1,6 +1,7 @@ PORTNAME= mesa DISTVERSION= 25.1-branchpoint-3684 DISTVERSIONSUFFIX= -gec05d4b1faf +PORTREVISION= 1 CATEGORIES= graphics PKGNAMESUFFIX= -devel diff --git a/graphics/noaa-apt/Makefile b/graphics/noaa-apt/Makefile index 8231ba2d6242..c688f52664cd 100644 --- a/graphics/noaa-apt/Makefile +++ b/graphics/noaa-apt/Makefile @@ -1,7 +1,7 @@ PORTNAME= noaa-apt DISTVERSIONPREFIX= v DISTVERSION= 1.4.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/nvidia-drm-510-kmod-devel/Makefile b/graphics/nvidia-drm-510-kmod-devel/Makefile index b6bfde43b6f3..d4ce531391ae 100644 --- a/graphics/nvidia-drm-510-kmod-devel/Makefile +++ b/graphics/nvidia-drm-510-kmod-devel/Makefile @@ -1,4 +1,4 @@ -NVIDIA_DISTVERSION= 575.64 +NVIDIA_DISTVERSION= 575.64.03 # Explicitly set PORTREVISION as it can be overridden by the master port PORTREVISION= 0 MASTERDIR= ${.CURDIR}/../nvidia-drm-510-kmod diff --git a/graphics/nvidia-drm-510-kmod-devel/distinfo b/graphics/nvidia-drm-510-kmod-devel/distinfo index 7946a22f9991..9e09837b4dca 100644 --- a/graphics/nvidia-drm-510-kmod-devel/distinfo +++ b/graphics/nvidia-drm-510-kmod-devel/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750513021 -SHA256 (NVIDIA-FreeBSD-x86_64-575.64.tar.xz) = 8b1392a796ac04738b11d8f74713d1c8be3ecbd1af8363ba8ba3599204b56057 -SIZE (NVIDIA-FreeBSD-x86_64-575.64.tar.xz) = 287791452 +TIMESTAMP = 1751449876 +SHA256 (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 1fa676e43bb2da5f4458ad8feb969d7dac3438adb2f3294ca15b2c3e95522363 +SIZE (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 287548092 SHA256 (freebsd-drm-kmod-drm_v5.10.163_8_GH0.tar.gz) = ea6b04c4bbd859248aabb81bc2abc19f33d68f57decf2e41dd8f5341124227d4 SIZE (freebsd-drm-kmod-drm_v5.10.163_8_GH0.tar.gz) = 20095720 diff --git a/graphics/nvidia-drm-515-kmod-devel/Makefile b/graphics/nvidia-drm-515-kmod-devel/Makefile index c82bf66cc78e..a7b333ad8441 100644 --- a/graphics/nvidia-drm-515-kmod-devel/Makefile +++ b/graphics/nvidia-drm-515-kmod-devel/Makefile @@ -1,4 +1,4 @@ -NVIDIA_DISTVERSION= 575.64 +NVIDIA_DISTVERSION= 575.64.03 # Explicitly set PORTREVISION as it can be overridden by the master port PORTREVISION= 0 MASTERDIR= ${.CURDIR}/../nvidia-drm-515-kmod diff --git a/graphics/nvidia-drm-515-kmod-devel/distinfo b/graphics/nvidia-drm-515-kmod-devel/distinfo index c30652a950d9..3f48f97f6c2f 100644 --- a/graphics/nvidia-drm-515-kmod-devel/distinfo +++ b/graphics/nvidia-drm-515-kmod-devel/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750497473 -SHA256 (NVIDIA-FreeBSD-x86_64-575.64.tar.xz) = 8b1392a796ac04738b11d8f74713d1c8be3ecbd1af8363ba8ba3599204b56057 -SIZE (NVIDIA-FreeBSD-x86_64-575.64.tar.xz) = 287791452 +TIMESTAMP = 1751449949 +SHA256 (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 1fa676e43bb2da5f4458ad8feb969d7dac3438adb2f3294ca15b2c3e95522363 +SIZE (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 287548092 SHA256 (freebsd-drm-kmod-drm_v5.15.160_5_GH0.tar.gz) = 93fc30211374d028ec8e24872cc5ac03dab13309b637cf3bdad27f2dcb808fc0 SIZE (freebsd-drm-kmod-drm_v5.15.160_5_GH0.tar.gz) = 26098570 diff --git a/graphics/nvidia-drm-61-kmod-devel/Makefile b/graphics/nvidia-drm-61-kmod-devel/Makefile index d059040f5e2f..c36ca3f0be6e 100644 --- a/graphics/nvidia-drm-61-kmod-devel/Makefile +++ b/graphics/nvidia-drm-61-kmod-devel/Makefile @@ -1,4 +1,4 @@ -NVIDIA_DISTVERSION= 575.64 +NVIDIA_DISTVERSION= 575.64.03 # Explicitly set PORTREVISION as it can be overridden by the master port PORTREVISION= 0 MASTERDIR= ${.CURDIR}/../nvidia-drm-61-kmod diff --git a/graphics/nvidia-drm-61-kmod-devel/distinfo b/graphics/nvidia-drm-61-kmod-devel/distinfo index 934b49d0bd27..03da35fa84ce 100644 --- a/graphics/nvidia-drm-61-kmod-devel/distinfo +++ b/graphics/nvidia-drm-61-kmod-devel/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750497952 -SHA256 (NVIDIA-FreeBSD-x86_64-575.64.tar.xz) = 8b1392a796ac04738b11d8f74713d1c8be3ecbd1af8363ba8ba3599204b56057 -SIZE (NVIDIA-FreeBSD-x86_64-575.64.tar.xz) = 287791452 +TIMESTAMP = 1751450006 +SHA256 (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 1fa676e43bb2da5f4458ad8feb969d7dac3438adb2f3294ca15b2c3e95522363 +SIZE (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 287548092 SHA256 (freebsd-drm-kmod-drm_v6.1.128_4_GH0.tar.gz) = ef5ee435493351a4d123f53b503c018a5195604ad4954a052d40f103643de39d SIZE (freebsd-drm-kmod-drm_v6.1.128_4_GH0.tar.gz) = 37105937 diff --git a/graphics/nvidia-drm-66-kmod-devel/Makefile b/graphics/nvidia-drm-66-kmod-devel/Makefile index 09c5db366d3f..b7153ab3390f 100644 --- a/graphics/nvidia-drm-66-kmod-devel/Makefile +++ b/graphics/nvidia-drm-66-kmod-devel/Makefile @@ -1,4 +1,4 @@ -NVIDIA_DISTVERSION= 575.64 +NVIDIA_DISTVERSION= 575.64.03 # Explicitly set PORTREVISION as it can be overridden by the master port PORTREVISION= 0 MASTERDIR= ${.CURDIR}/../nvidia-drm-66-kmod diff --git a/graphics/nvidia-drm-66-kmod-devel/distinfo b/graphics/nvidia-drm-66-kmod-devel/distinfo index db68437d2905..a419269fc0d5 100644 --- a/graphics/nvidia-drm-66-kmod-devel/distinfo +++ b/graphics/nvidia-drm-66-kmod-devel/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750498510 -SHA256 (NVIDIA-FreeBSD-x86_64-575.64.tar.xz) = 8b1392a796ac04738b11d8f74713d1c8be3ecbd1af8363ba8ba3599204b56057 -SIZE (NVIDIA-FreeBSD-x86_64-575.64.tar.xz) = 287791452 +TIMESTAMP = 1751450069 +SHA256 (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 1fa676e43bb2da5f4458ad8feb969d7dac3438adb2f3294ca15b2c3e95522363 +SIZE (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 287548092 SHA256 (freebsd-drm-kmod-drm_v6.6.25_5_GH0.tar.gz) = 412fe7b8db00ce7ed6339fa3099f9b17fe78b115ccb05a8714228ce70c9d0882 SIZE (freebsd-drm-kmod-drm_v6.6.25_5_GH0.tar.gz) = 38486809 diff --git a/graphics/nvidia-drm-kmod-devel/Makefile b/graphics/nvidia-drm-kmod-devel/Makefile index 1f5bfb06325a..25785ec2b87e 100644 --- a/graphics/nvidia-drm-kmod-devel/Makefile +++ b/graphics/nvidia-drm-kmod-devel/Makefile @@ -1,4 +1,4 @@ -DISTVERSION= 575.64 +DISTVERSION= 575.64.03 # Explicitly set PORTREVISION as it can be overridden by the master port PORTREVISION= 0 diff --git a/graphics/ocrs/Makefile b/graphics/ocrs/Makefile index 5bdea71b7f3c..ed7cbd319a70 100644 --- a/graphics/ocrs/Makefile +++ b/graphics/ocrs/Makefile @@ -1,7 +1,7 @@ PORTNAME= ocrs DISTVERSIONPREFIX= ocrs-cli-v DISTVERSION= 0.10.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/oculante/Makefile b/graphics/oculante/Makefile index 65b88eb23eab..bd4426eaf6bc 100644 --- a/graphics/oculante/Makefile +++ b/graphics/oculante/Makefile @@ -1,6 +1,6 @@ PORTNAME= oculante DISTVERSION= 0.9.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/okular/distinfo b/graphics/okular/distinfo index ed9d8884b8d2..0d6feb22be2f 100644 --- a/graphics/okular/distinfo +++ b/graphics/okular/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036784 -SHA256 (KDE/release-service/25.04.2/okular-25.04.2.tar.xz) = bf2102fe7769b504e1934d46bf299398a6529fa2a96ca302bf7898c131b25cea -SIZE (KDE/release-service/25.04.2/okular-25.04.2.tar.xz) = 8191024 +TIMESTAMP = 1751381487 +SHA256 (KDE/release-service/25.04.3/okular-25.04.3.tar.xz) = d0b5bb0b0eeab46aa2367c8d81096185bd2261710701c84f1c6e2398e5058bfb +SIZE (KDE/release-service/25.04.3/okular-25.04.3.tar.xz) = 8190916 diff --git a/graphics/oxipng/Makefile b/graphics/oxipng/Makefile index 83b5c2833c5a..9bc49affc10f 100644 --- a/graphics/oxipng/Makefile +++ b/graphics/oxipng/Makefile @@ -1,7 +1,7 @@ PORTNAME= oxipng DISTVERSIONPREFIX= v DISTVERSION= 9.1.5 # apply ${FILESDIR}/patch-man before generating cargo-crates list for missing deps -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= eduardo@FreeBSD.org diff --git a/graphics/p5-Image-ExifTool-devel/Makefile b/graphics/p5-Image-ExifTool-devel/Makefile index d21dc195fa69..102f42220d17 100644 --- a/graphics/p5-Image-ExifTool-devel/Makefile +++ b/graphics/p5-Image-ExifTool-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= Image-ExifTool -DISTVERSION= 13.31 +DISTVERSION= 13.32 CATEGORIES= graphics perl5 MASTER_SITES= https://exiftool.org/ \ SF/exiftool diff --git a/graphics/p5-Image-ExifTool-devel/distinfo b/graphics/p5-Image-ExifTool-devel/distinfo index cd94ac1c8c1b..295a8c69ddd2 100644 --- a/graphics/p5-Image-ExifTool-devel/distinfo +++ b/graphics/p5-Image-ExifTool-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750413449 -SHA256 (Image-ExifTool-13.31.tar.gz) = 3894786f28ef6b625646bf26f033938c104216baefdf94d0178f46a16c5ad5c0 -SIZE (Image-ExifTool-13.31.tar.gz) = 7459422 +TIMESTAMP = 1751542077 +SHA256 (Image-ExifTool-13.32.tar.gz) = e4b462f1a111bde3e3c4519e06d71efaacc576c36f4c3407b3d225c39393c829 +SIZE (Image-ExifTool-13.32.tar.gz) = 7461392 diff --git a/graphics/pastel/Makefile b/graphics/pastel/Makefile index 427ac0110d68..5b6880ca1777 100644 --- a/graphics/pastel/Makefile +++ b/graphics/pastel/Makefile @@ -1,7 +1,7 @@ PORTNAME= pastel DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= graphics MAINTAINER= lcook@FreeBSD.org diff --git a/graphics/qb3/Makefile b/graphics/qb3/Makefile index 45b1ec96b8a9..35728a128ba8 100644 --- a/graphics/qb3/Makefile +++ b/graphics/qb3/Makefile @@ -1,6 +1,7 @@ PORTNAME= qb3 PORTVERSION= 1.3.2 DISTVERSIONPREFIX= V +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= sunpoet@FreeBSD.org diff --git a/graphics/qb3/files/patch-i386 b/graphics/qb3/files/patch-i386 new file mode 100644 index 000000000000..1036ecf583db --- /dev/null +++ b/graphics/qb3/files/patch-i386 @@ -0,0 +1,13 @@ +Reference: https://github.com/lucianpls/QB3/pull/27 + +--- QB3lib/QB3encode.cpp.orig 2025-04-28 20:58:34 UTC ++++ QB3lib/QB3encode.cpp +@@ -84,7 +84,7 @@ void qb3_set_encoder_stride(encsp p, size_t stride) { + // Valid values are 2 and above + // sign = true when the input data is signed + // away = true to round away from zero +-bool qb3_set_encoder_quanta(encsp p, size_t q, bool away) { ++bool qb3_set_encoder_quanta(encsp p, uint64_t q, bool away) { + if (q < 1) + return false; + p->quanta = q; diff --git a/graphics/resvg-capi/Makefile b/graphics/resvg-capi/Makefile index a46459a85636..390d5d26ce36 100644 --- a/graphics/resvg-capi/Makefile +++ b/graphics/resvg-capi/Makefile @@ -1,6 +1,6 @@ PORTNAME= resvg-c-api DISTVERSION= 0.45.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/resvg/Makefile b/graphics/resvg/Makefile index 5eabe92dc596..146bca64fbf9 100644 --- a/graphics/resvg/Makefile +++ b/graphics/resvg/Makefile @@ -1,6 +1,6 @@ PORTNAME= resvg DISTVERSION= 0.45.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/rx/Makefile b/graphics/rx/Makefile index a3beb819b13e..8037ea3f3db3 100644 --- a/graphics/rx/Makefile +++ b/graphics/rx/Makefile @@ -1,7 +1,7 @@ PORTNAME= rx DISTVERSIONPREFIX= v DISTVERSION= 0.5.2 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= graphics PKGNAMESUFFIX= -editor diff --git a/graphics/satty/Makefile b/graphics/satty/Makefile index 0bfb5173dfad..142fae6204be 100644 --- a/graphics/satty/Makefile +++ b/graphics/satty/Makefile @@ -1,7 +1,7 @@ PORTNAME= satty DISTVERSIONPREFIX= v DISTVERSION= 0.19.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics wayland MASTER_SITES= CRATESIO diff --git a/graphics/skanlite/distinfo b/graphics/skanlite/distinfo index f5daddc63a8d..93c2515a057a 100644 --- a/graphics/skanlite/distinfo +++ b/graphics/skanlite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036787 -SHA256 (KDE/release-service/25.04.2/skanlite-25.04.2.tar.xz) = d16d4657ab08b5885a7ab87bd376aed003e1acbf7a9f51c2e9f0eb1fc5ddd964 -SIZE (KDE/release-service/25.04.2/skanlite-25.04.2.tar.xz) = 2392392 +TIMESTAMP = 1751381490 +SHA256 (KDE/release-service/25.04.3/skanlite-25.04.3.tar.xz) = a6c16c530a2f9105302558d06a377a7bc076be7517a769077c94a6431727f468 +SIZE (KDE/release-service/25.04.3/skanlite-25.04.3.tar.xz) = 2392460 diff --git a/graphics/skanpage/distinfo b/graphics/skanpage/distinfo index 25c5f0099a55..10af3a4870a4 100644 --- a/graphics/skanpage/distinfo +++ b/graphics/skanpage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036789 -SHA256 (KDE/release-service/25.04.2/skanpage-25.04.2.tar.xz) = 5bb263cc7adb3e522117face5afa4f98653c9e83397f9d2aa1ed91cf9a344731 -SIZE (KDE/release-service/25.04.2/skanpage-25.04.2.tar.xz) = 1360456 +TIMESTAMP = 1751381492 +SHA256 (KDE/release-service/25.04.3/skanpage-25.04.3.tar.xz) = 6727ffd9bd576edbd0b4a0841625cff5d7370e6c8b667c66d5f5355cdb1a2e2d +SIZE (KDE/release-service/25.04.3/skanpage-25.04.3.tar.xz) = 1360364 diff --git a/graphics/svgbob/Makefile b/graphics/svgbob/Makefile index c381a751843c..0f80a1f26392 100644 --- a/graphics/svgbob/Makefile +++ b/graphics/svgbob/Makefile @@ -1,6 +1,6 @@ PORTNAME= svgbob DISTVERSION= 0.7.1 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org diff --git a/graphics/viu/Makefile b/graphics/viu/Makefile index b2e207ff2c24..13f5e3a5acb3 100644 --- a/graphics/viu/Makefile +++ b/graphics/viu/Makefile @@ -1,7 +1,7 @@ PORTNAME= viu DISTVERSIONPREFIX= v DISTVERSION= 1.5.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MAINTAINER= lcook@FreeBSD.org diff --git a/irc/Makefile b/irc/Makefile index a1acec26ba8b..d3bcbfcdf64a 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -1,6 +1,7 @@ COMMENT = Internet Relay Chat utilities SUBDIR += anope + SUBDIR += anope-devel SUBDIR += atheme-services SUBDIR += bip SUBDIR += bitchx diff --git a/irc/halloy/Makefile b/irc/halloy/Makefile index 00a49d191e82..4f6ec3752619 100644 --- a/irc/halloy/Makefile +++ b/irc/halloy/Makefile @@ -1,5 +1,6 @@ PORTNAME= halloy DISTVERSION= 2025.6 +PORTREVISION= 1 CATEGORIES= irc MAINTAINER= pokeysquirrel@gmail.com diff --git a/irc/konversation/distinfo b/irc/konversation/distinfo index 2b8421984703..9e01395d8251 100644 --- a/irc/konversation/distinfo +++ b/irc/konversation/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036792 -SHA256 (KDE/release-service/25.04.2/konversation-25.04.2.tar.xz) = b9ae441bdccfd34cad9ffd9405bfa2a68961d1ecbc745ee0050277db7c9aa760 -SIZE (KDE/release-service/25.04.2/konversation-25.04.2.tar.xz) = 4449860 +TIMESTAMP = 1751381495 +SHA256 (KDE/release-service/25.04.3/konversation-25.04.3.tar.xz) = bb00a864d7d7f404f1cac6d4d2e415bd038c8bfe913645da9dda1aaf70d06c37 +SIZE (KDE/release-service/25.04.3/konversation-25.04.3.tar.xz) = 4449940 diff --git a/japanese/cskk/Makefile b/japanese/cskk/Makefile index a615197a3f97..e11b9e197aec 100644 --- a/japanese/cskk/Makefile +++ b/japanese/cskk/Makefile @@ -1,7 +1,7 @@ PORTNAME= cskk DISTVERSIONPREFIX= v DISTVERSION= 3.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese MAINTAINER= syobon@syobon.net diff --git a/japanese/kiten/distinfo b/japanese/kiten/distinfo index 4602969a4c77..aa0c8b9422eb 100644 --- a/japanese/kiten/distinfo +++ b/japanese/kiten/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036794 -SHA256 (KDE/release-service/25.04.2/kiten-25.04.2.tar.xz) = ccc88708a6f0743e7952875d6244f33c0d3a35708b114902097ee66bb59468f4 -SIZE (KDE/release-service/25.04.2/kiten-25.04.2.tar.xz) = 11317172 +TIMESTAMP = 1751381497 +SHA256 (KDE/release-service/25.04.3/kiten-25.04.3.tar.xz) = 7c7fcba1707b3abdea8624922f55e181274a598213d50f222c62b03beaf6c0f4 +SIZE (KDE/release-service/25.04.3/kiten-25.04.3.tar.xz) = 11317416 diff --git a/japanese/py-SudachiPy/Makefile b/japanese/py-SudachiPy/Makefile index f6f3ba7e44a0..ec346c31aca2 100644 --- a/japanese/py-SudachiPy/Makefile +++ b/japanese/py-SudachiPy/Makefile @@ -1,7 +1,7 @@ PORTNAME= SudachiPy DISTVERSIONPREFIX= v DISTVERSION= 0.6.10 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= japanese python #MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/japanese/sudachi/Makefile b/japanese/sudachi/Makefile index 6ed6147228e3..12389778e461 100644 --- a/japanese/sudachi/Makefile +++ b/japanese/sudachi/Makefile @@ -1,7 +1,7 @@ PORTNAME= sudachi DISTVERSIONPREFIX= v DISTVERSION= 0.6.10 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= japanese MASTER_SITES= http://sudachi.s3-website-ap-northeast-1.amazonaws.com/sudachidict/:dict DISTFILES= sudachi-dictionary-20220519-core.zip:dict # see ${WRKSRC}/fetch_dictionary.sh diff --git a/java/icedtea-web/Makefile b/java/icedtea-web/Makefile index 86f93e784652..72213cdd4e27 100644 --- a/java/icedtea-web/Makefile +++ b/java/icedtea-web/Makefile @@ -1,7 +1,7 @@ PORTNAME= icedtea-web PORTVERSION= 1.8.8 DISTVERSIONPREFIX= icedtea-web- -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= java www MAINTAINER= java@FreeBSD.org diff --git a/lang/amber/Makefile b/lang/amber/Makefile index 10b6fe498198..329d3f50e7e2 100644 --- a/lang/amber/Makefile +++ b/lang/amber/Makefile @@ -1,6 +1,6 @@ PORTNAME= amber DISTVERSION= 0.4.0-alpha -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang PKGNAMESUFFIX= -language diff --git a/lang/antimony/Makefile b/lang/antimony/Makefile index b660c940cd4c..9ac7b16df03c 100644 --- a/lang/antimony/Makefile +++ b/lang/antimony/Makefile @@ -1,7 +1,7 @@ PORTNAME= antimony DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang PKGNAMESUFFIX= -language diff --git a/lang/asm-lsp/Makefile b/lang/asm-lsp/Makefile index 30ad381aa0fd..5584ed9898cb 100644 --- a/lang/asm-lsp/Makefile +++ b/lang/asm-lsp/Makefile @@ -1,7 +1,7 @@ PORTNAME= asm-lsp DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= lang MAINTAINER= yuri@FreeBSD.org diff --git a/lang/cairo/Makefile b/lang/cairo/Makefile index cfd24bf5a17a..d507a4fb6adb 100644 --- a/lang/cairo/Makefile +++ b/lang/cairo/Makefile @@ -1,7 +1,7 @@ PORTNAME= cairo DISTVERSIONPREFIX= v DISTVERSION= 2.11.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang PKGNAMESUFFIX= -language diff --git a/lang/dlang-tools/Makefile b/lang/dlang-tools/Makefile index b9971d81c233..ed59bbb2615d 100644 --- a/lang/dlang-tools/Makefile +++ b/lang/dlang-tools/Makefile @@ -1,6 +1,6 @@ PORTNAME= tools PORTVERSION= 2.101.0 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONPREFIX= v CATEGORIES= lang PKGNAMEPREFIX= dlang- diff --git a/lang/gir-to-d/Makefile b/lang/gir-to-d/Makefile index 0e6f46d6719f..66ee2adbdf34 100644 --- a/lang/gir-to-d/Makefile +++ b/lang/gir-to-d/Makefile @@ -1,5 +1,6 @@ PORTNAME= gir-to-d PORTVERSION= 0.23.4 +PORTREVISION= 1 #DISTVERSIONPREFIX= v CATEGORIES= lang diff --git a/lang/gleam/Makefile b/lang/gleam/Makefile index a65c7f01ae20..f67fd10c416d 100644 --- a/lang/gleam/Makefile +++ b/lang/gleam/Makefile @@ -1,6 +1,7 @@ PORTNAME= gleam DISTVERSIONPREFIX= v DISTVERSION= 1.11.0 +PORTREVISION= 1 CATEGORIES= lang MAINTAINER= dch@FreeBSD.org diff --git a/lang/gluon/Makefile b/lang/gluon/Makefile index 4aedcb335d7b..dba5b0ed69c5 100644 --- a/lang/gluon/Makefile +++ b/lang/gluon/Makefile @@ -1,7 +1,7 @@ PORTNAME= gluon DISTVERSIONPREFIX= v DISTVERSION= 0.18.2 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= lang PKGNAMESUFFIX= -language diff --git a/lang/inko/Makefile b/lang/inko/Makefile index fe451adbb01b..397a891bf801 100644 --- a/lang/inko/Makefile +++ b/lang/inko/Makefile @@ -1,7 +1,7 @@ PORTNAME= inko DISTVERSIONPREFIX= v DISTVERSION= 0.18.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang devel MAINTAINER= yuri@FreeBSD.org diff --git a/lang/kturtle/distinfo b/lang/kturtle/distinfo index 9a7cd1361aa5..bc6bee0157e3 100644 --- a/lang/kturtle/distinfo +++ b/lang/kturtle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036800 -SHA256 (KDE/release-service/25.04.2/kturtle-25.04.2.tar.xz) = b736ca9088421763b5a95a57a1699745e1f6e2e5454477fbbce5e82f25ae4315 -SIZE (KDE/release-service/25.04.2/kturtle-25.04.2.tar.xz) = 2102780 +TIMESTAMP = 1751381500 +SHA256 (KDE/release-service/25.04.3/kturtle-25.04.3.tar.xz) = 7e53baebb99264964ad047b24827596f9b998c698db589f0efb74fe16637ec08 +SIZE (KDE/release-service/25.04.3/kturtle-25.04.3.tar.xz) = 2102700 diff --git a/lang/ldc/Makefile b/lang/ldc/Makefile index f00ec90b6d3a..f650d494ad93 100644 --- a/lang/ldc/Makefile +++ b/lang/ldc/Makefile @@ -1,5 +1,5 @@ PORTNAME= ldc -PORTVERSION= 1.40.0 +PORTVERSION= 1.41.0 DISTVERSIONSUFFIX= -src CATEGORIES= lang MASTER_SITES= https://github.com/ldc-developers/${PORTNAME}/releases/download/v${DISTVERSION}/ @@ -15,14 +15,10 @@ LICENSE= BSD3CLAUSE ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= The bootstrap compiler is provided only for x86_64 -BUILD_DEPENDS= ${LOCALBASE}/llvm15/lib/libLLVM-15.so:devel/llvm15 # required for bootstrap +BUILD_DEPENDS= ${LOCALBASE}/llvm19/lib/libLLVM-19.so:devel/llvm19 # required for bootstrap LIB_DEPENDS= libconfig.so:devel/libconfig -USES= llvm:lib,run,min=15,max=19 ninja cmake:insource pkgconfig - -#USE_GITHUB= yes -#GH_ACCOUNT= ldc-developers -#GH_PROJECT= ldc +USES= llvm:lib,run,min=15,max=20 ninja cmake:insource pkgconfig USE_LDCONFIG= yes diff --git a/lang/ldc/distinfo b/lang/ldc/distinfo index ca97ef8237a1..2f63cf01c577 100644 --- a/lang/ldc/distinfo +++ b/lang/ldc/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1735995517 -SHA256 (ldc-1.40.0-src.tar.gz) = 80a3ddd7b7292818cdf6c130e55f1246a19b5fce96139a49b45ccf4e2be99e5f -SIZE (ldc-1.40.0-src.tar.gz) = 8672131 -SHA256 (ldc2-1.40.0-freebsd-x86_64.tar.xz) = 7ca16f1c27c824d084d0fb6eb5e93d40a672fd832c5ca0c53c3d2f26f4656d9f -SIZE (ldc2-1.40.0-freebsd-x86_64.tar.xz) = 18384884 +TIMESTAMP = 1750934100 +SHA256 (ldc-1.41.0-src.tar.gz) = af52818b60706106fb8bca2024685c54eddce929edccae718ad9fbcf689f222f +SIZE (ldc-1.41.0-src.tar.gz) = 8935404 +SHA256 (ldc2-1.41.0-freebsd-x86_64.tar.xz) = 3078a937bc60fefa8747b169bfe187552cf0044cdc55808530614b3a0d214884 +SIZE (ldc2-1.41.0-freebsd-x86_64.tar.xz) = 18823372 diff --git a/lang/ldc/files/patch-tools_CMakeLists.txt b/lang/ldc/files/patch-tools_CMakeLists.txt deleted file mode 100644 index 52ac65f48f9b..000000000000 --- a/lang/ldc/files/patch-tools_CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- tools/CMakeLists.txt.orig 2024-12-15 13:48:09 UTC -+++ tools/CMakeLists.txt -@@ -37,7 +37,7 @@ if(LDC_BUNDLE_LLVM_TOOLS) - COMPILE_FLAGS "${LLVM_CXXFLAGS} ${LDC_CXXFLAGS}" - LINK_FLAGS "${SANITIZE_LDFLAGS}" - ) -- target_link_libraries(ldc-profdata ${LLVM_LIBRARIES} ${CMAKE_DL_LIBS} ${LLVM_LDFLAGS}) -+ target_link_libraries(ldc-profdata ${LLVM_LIBRARIES} ${CMAKE_DL_LIBS} ${LLVM_LDFLAGS} ${CMAKE_THREAD_LIBS_INIT}) - install(TARGETS ldc-profdata DESTINATION ${CMAKE_INSTALL_PREFIX}/bin) - - # Set path to executable, used by the lit testsuite. diff --git a/lang/ldc/pkg-plist b/lang/ldc/pkg-plist index ad1175673864..81728df07c61 100644 --- a/lang/ldc/pkg-plist +++ b/lang/ldc/pkg-plist @@ -52,6 +52,8 @@ include/d/core/internal/elf/io.d include/d/core/internal/entrypoint.d include/d/core/internal/execinfo.d include/d/core/internal/gc/bits.d +include/d/core/internal/gc/blkcache.d +include/d/core/internal/gc/blockmeta.d include/d/core/internal/gc/impl/conservative/gc.d include/d/core/internal/gc/impl/manual/gc.d include/d/core/internal/gc/impl/proto/gc.d @@ -352,6 +354,7 @@ include/d/core/sys/windows/aclapi.d include/d/core/sys/windows/aclui.d include/d/core/sys/windows/basetsd.d include/d/core/sys/windows/basetyps.d +include/d/core/sys/windows/bcrypt.d include/d/core/sys/windows/cderr.d include/d/core/sys/windows/cguid.d include/d/core/sys/windows/com.d @@ -516,7 +519,8 @@ include/d/core/sys/windows/winver.d include/d/core/sys/windows/wtsapi32.d include/d/core/sys/windows/wtypes.d include/d/core/thread/context.d -include/d/core/thread/fiber.d +include/d/core/thread/fiber/base.d +include/d/core/thread/fiber/package.d include/d/core/thread/osthread.d include/d/core/thread/package.d include/d/core/thread/threadbase.d @@ -526,6 +530,9 @@ include/d/core/time.d include/d/core/vararg.d include/d/core/volatile.d include/d/etc/c/curl.d +include/d/etc/c/odbc/odbc32.d +include/d/etc/c/odbc/odbc64.d +include/d/etc/c/odbc/package.d include/d/etc/c/odbc/sql.d include/d/etc/c/odbc/sqlext.d include/d/etc/c/odbc/sqltypes.d @@ -538,6 +545,7 @@ include/d/importc.h include/d/ldc/asan.d include/d/ldc/attributes.d include/d/ldc/dcompute.d +include/d/ldc/dynamic_compile.d include/d/ldc/eh_msvc.d include/d/ldc/gccbuiltins_aarch64.di include/d/ldc/gccbuiltins_amdgcn.di @@ -661,6 +669,7 @@ include/d/std/internal/unicode_grapheme.d include/d/std/internal/unicode_norm.d include/d/std/internal/unicode_tables.d include/d/std/internal/windows/advapi32.d +include/d/std/internal/windows/bcrypt.d include/d/std/json.d include/d/std/logger/core.d include/d/std/logger/filelogger.d @@ -723,22 +732,26 @@ include/d/std/zip.d include/d/std/zlib.d lib/ldc_rt.dso.o lib/libdruntime-ldc-debug-shared.so -lib/libdruntime-ldc-debug-shared.so.110 -lib/libdruntime-ldc-debug-shared.so.110.0 +lib/libdruntime-ldc-debug-shared.so.111 +lib/libdruntime-ldc-debug-shared.so.111.0 lib/libdruntime-ldc-debug.a lib/libdruntime-ldc-lto.a lib/libdruntime-ldc-shared.so -lib/libdruntime-ldc-shared.so.110 -lib/libdruntime-ldc-shared.so.110.0 +lib/libdruntime-ldc-shared.so.111 +lib/libdruntime-ldc-shared.so.111.0 lib/libdruntime-ldc.a +lib/libldc-jit-rt.a +lib/libldc-jit.so +lib/libldc-jit.so.111 +lib/libldc-jit.so.111.0 lib/libphobos2-ldc-debug-shared.so -lib/libphobos2-ldc-debug-shared.so.110 -lib/libphobos2-ldc-debug-shared.so.110.0 +lib/libphobos2-ldc-debug-shared.so.111 +lib/libphobos2-ldc-debug-shared.so.111.0 lib/libphobos2-ldc-debug.a lib/libphobos2-ldc-lto.a lib/libphobos2-ldc-shared.so -lib/libphobos2-ldc-shared.so.110 -lib/libphobos2-ldc-shared.so.110.0 +lib/libphobos2-ldc-shared.so.111 +lib/libphobos2-ldc-shared.so.111.0 lib/libphobos2-ldc.a @dir include/d/etc/c/zlib/doc @dir include/d/etc/c/zlib/test diff --git a/lang/numbat/Makefile b/lang/numbat/Makefile index e72941453d15..2ac1a06a10a9 100644 --- a/lang/numbat/Makefile +++ b/lang/numbat/Makefile @@ -1,7 +1,7 @@ PORTNAME= numbat DISTVERSIONPREFIX= v DISTVERSION= 1.16.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang devel science MAINTAINER= yuri@FreeBSD.org diff --git a/lang/php81-extensions/Makefile b/lang/php81-extensions/Makefile index 15a90ba9507c..bb847c742686 100644 --- a/lang/php81-extensions/Makefile +++ b/lang/php81-extensions/Makefile @@ -4,22 +4,22 @@ CATEGORIES= lang PKGNAMESUFFIX= -extensions MAINTAINER= bofh@FreeBSD.org -COMMENT= "meta-port" to install PHP extensions +COMMENT= "meta-port" to install PHP extensions (8.1.X branch) WWW= https://www.php.net/ USES= metaport php +IGNORE_WITH_PHP= 82 83 84 85 PHP_VER= 81 -IGNORE_WITH_PHP= 82 83 OPTIONS_DEFINE= BCMATH BZ2 CALENDAR CTYPE CURL DBA DOM ENCHANT EXIF FFI \ FILEINFO FILTER FTP GD GETTEXT GMP ICONV IMAP INTL LDAP \ - MBSTRING MYSQLI ODBC OPCACHE PCNTL PDO \ - PDO_DBLIB PDO_FIREBIRD PDO_MYSQL PDO_ODBC PDO_PGSQL \ - PDO_SQLITE PGSQL PHAR POSIX PSPELL READLINE SESSION \ - SHMOP SIMPLEXML SNMP SOAP SOCKETS SODIUM SQLITE3 \ - SYSVMSG SYSVSEM SYSVSHM TIDY TOKENIZER XML XMLREADER \ - XMLWRITER XSL ZIP ZLIB + MBSTRING MYSQLI ODBC OPCACHE PCNTL PDO PDO_DBLIB \ + PDO_FIREBIRD PDO_MYSQL PDO_ODBC PDO_PGSQL PDO_SQLITE \ + PGSQL PHAR POSIX PSPELL READLINE SESSION SHMOP \ + SIMPLEXML SNMP SOAP SOCKETS SODIUM SQLITE3 SYSVMSG \ + SYSVSEM SYSVSHM TIDY TOKENIZER XML XMLREADER XMLWRITER \ + XSL ZIP ZLIB OPTIONS_DEFAULT= CTYPE DOM FILTER ICONV OPCACHE PDO PDO_SQLITE PHAR \ POSIX SESSION SIMPLEXML SQLITE3 TOKENIZER XML XMLREADER \ XMLWRITER diff --git a/lang/php81-extensions/pkg-descr b/lang/php81-extensions/pkg-descr index 4acc6c163e60..6c5a0684fbba 100644 --- a/lang/php81-extensions/pkg-descr +++ b/lang/php81-extensions/pkg-descr @@ -1,4 +1,4 @@ -This is a "meta-port" to install the extensions for PHP 8.0 +This is a "meta-port" to install the extensions for PHP 8.1 Defaults to: ctype, dom, filter, iconv, json, opcache, pdo, pdo_sqlite, phar, posix, diff --git a/lang/php81/Makefile b/lang/php81/Makefile index 18fb57821adf..86179960786f 100644 --- a/lang/php81/Makefile +++ b/lang/php81/Makefile @@ -1,6 +1,6 @@ PORTNAME= php81 -DISTVERSION= 8.1.32 -PORTREVISION?= 1 +DISTVERSION= 8.1.33 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${DISTVERSION} diff --git a/lang/php81/distinfo b/lang/php81/distinfo index 0cf4c6ddb11b..2e4d04ea9231 100644 --- a/lang/php81/distinfo +++ b/lang/php81/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741933806 -SHA256 (php-8.1.32.tar.xz) = c582ac682a280bbc69bc2186c21eb7e3313cc73099be61a6bc1d2cd337cbf383 -SIZE (php-8.1.32.tar.xz) = 11893516 +TIMESTAMP = 1751555623 +SHA256 (php-8.1.33.tar.xz) = 9db83bf4590375562bc1a10b353cccbcf9fcfc56c58b7c8fb814e6865bb928d1 +SIZE (php-8.1.33.tar.xz) = 11898724 diff --git a/lang/php82-extensions/Makefile b/lang/php82-extensions/Makefile index 0a4d5ce26743..aeb2ec88430b 100644 --- a/lang/php82-extensions/Makefile +++ b/lang/php82-extensions/Makefile @@ -4,22 +4,22 @@ CATEGORIES= lang PKGNAMESUFFIX= -extensions MAINTAINER= bofh@FreeBSD.org -COMMENT= "meta-port" to install PHP extensions +COMMENT= "meta-port" to install PHP extensions (8.2.X branch) WWW= https://www.php.net/ USES= metaport php +IGNORE_WITH_PHP= 81 83 84 85 PHP_VER= 82 -IGNORE_WITH_PHP= 81 83 OPTIONS_DEFINE= BCMATH BZ2 CALENDAR CTYPE CURL DBA DOM ENCHANT EXIF FFI \ FILEINFO FILTER FTP GD GETTEXT GMP ICONV IMAP INTL LDAP \ - MBSTRING MYSQLI ODBC OPCACHE PCNTL PDO \ - PDO_DBLIB PDO_FIREBIRD PDO_MYSQL PDO_ODBC PDO_PGSQL \ - PDO_SQLITE PGSQL PHAR POSIX PSPELL READLINE SESSION \ - SHMOP SIMPLEXML SNMP SOAP SOCKETS SODIUM SQLITE3 \ - SYSVMSG SYSVSEM SYSVSHM TIDY TOKENIZER XML XMLREADER \ - XMLWRITER XSL ZIP ZLIB + MBSTRING MYSQLI ODBC OPCACHE PCNTL PDO PDO_DBLIB \ + PDO_FIREBIRD PDO_MYSQL PDO_ODBC PDO_PGSQL PDO_SQLITE \ + PGSQL PHAR POSIX PSPELL READLINE SESSION SHMOP \ + SIMPLEXML SNMP SOAP SOCKETS SODIUM SQLITE3 SYSVMSG \ + SYSVSEM SYSVSHM TIDY TOKENIZER XML XMLREADER XMLWRITER \ + XSL ZIP ZLIB OPTIONS_DEFAULT= CTYPE DOM FILTER ICONV OPCACHE PDO PDO_SQLITE PHAR \ POSIX SESSION SIMPLEXML SQLITE3 TOKENIZER XML XMLREADER \ XMLWRITER diff --git a/lang/php82-extensions/pkg-descr b/lang/php82-extensions/pkg-descr index 4acc6c163e60..0a4f4cf1c881 100644 --- a/lang/php82-extensions/pkg-descr +++ b/lang/php82-extensions/pkg-descr @@ -1,4 +1,4 @@ -This is a "meta-port" to install the extensions for PHP 8.0 +This is a "meta-port" to install the extensions for PHP 8.2 Defaults to: ctype, dom, filter, iconv, json, opcache, pdo, pdo_sqlite, phar, posix, diff --git a/lang/php82/Makefile b/lang/php82/Makefile index ae0de1f38f2a..3d715f7ff37b 100644 --- a/lang/php82/Makefile +++ b/lang/php82/Makefile @@ -1,6 +1,6 @@ PORTNAME= php82 -DISTVERSION= 8.2.28 -PORTREVISION?= 1 +DISTVERSION= 8.2.29 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${DISTVERSION} diff --git a/lang/php82/distinfo b/lang/php82/distinfo index fc18d5152f06..787fa17aa362 100644 --- a/lang/php82/distinfo +++ b/lang/php82/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741934026 -SHA256 (php-8.2.28.tar.xz) = af8c9153153a7f489153b7a74f2f29a5ee36f5cb2c6c6929c98411a577e89c91 -SIZE (php-8.2.28.tar.xz) = 12147756 +TIMESTAMP = 1751553447 +SHA256 (php-8.2.29.tar.xz) = 475f991afd2d5b901fb410be407d929bc00c46285d3f439a02c59e8b6fe3589c +SIZE (php-8.2.29.tar.xz) = 12162364 diff --git a/lang/php83-extensions/Makefile b/lang/php83-extensions/Makefile index 530fd85f7e74..c77beae9ba5d 100644 --- a/lang/php83-extensions/Makefile +++ b/lang/php83-extensions/Makefile @@ -4,22 +4,22 @@ CATEGORIES= lang PKGNAMESUFFIX= -extensions MAINTAINER= bofh@FreeBSD.org -COMMENT= "meta-port" to install PHP extensions +COMMENT= "meta-port" to install PHP extensions (8.3.X branch) WWW= https://www.php.net/ USES= metaport php +IGNORE_WITH_PHP= 81 82 84 85 PHP_VER= 83 -IGNORE_WITH_PHP= 81 82 OPTIONS_DEFINE= BCMATH BZ2 CALENDAR CTYPE CURL DBA DOM ENCHANT EXIF FFI \ FILEINFO FILTER FTP GD GETTEXT GMP ICONV IMAP INTL LDAP \ - MBSTRING MYSQLI ODBC OPCACHE PCNTL PDO \ - PDO_DBLIB PDO_FIREBIRD PDO_MYSQL PDO_ODBC PDO_PGSQL \ - PDO_SQLITE PGSQL PHAR POSIX PSPELL READLINE SESSION \ - SHMOP SIMPLEXML SNMP SOAP SOCKETS SODIUM SQLITE3 \ - SYSVMSG SYSVSEM SYSVSHM TIDY TOKENIZER XML XMLREADER \ - XMLWRITER XSL ZIP ZLIB + MBSTRING MYSQLI ODBC OPCACHE PCNTL PDO PDO_DBLIB \ + PDO_FIREBIRD PDO_MYSQL PDO_ODBC PDO_PGSQL PDO_SQLITE \ + PGSQL PHAR POSIX PSPELL READLINE SESSION SHMOP \ + SIMPLEXML SNMP SOAP SOCKETS SODIUM SQLITE3 SYSVMSG \ + SYSVSEM SYSVSHM TIDY TOKENIZER XML XMLREADER XMLWRITER \ + XSL ZIP ZLIB OPTIONS_DEFAULT= CTYPE DOM FILTER ICONV OPCACHE PDO PDO_SQLITE PHAR \ POSIX SESSION SIMPLEXML SQLITE3 TOKENIZER XML XMLREADER \ XMLWRITER diff --git a/lang/php83-extensions/pkg-descr b/lang/php83-extensions/pkg-descr index 4acc6c163e60..5a022122fb14 100644 --- a/lang/php83-extensions/pkg-descr +++ b/lang/php83-extensions/pkg-descr @@ -1,4 +1,4 @@ -This is a "meta-port" to install the extensions for PHP 8.0 +This is a "meta-port" to install the extensions for PHP 8.3 Defaults to: ctype, dom, filter, iconv, json, opcache, pdo, pdo_sqlite, phar, posix, diff --git a/lang/php83/Makefile b/lang/php83/Makefile index c70d9a675138..bfd80a5eee56 100644 --- a/lang/php83/Makefile +++ b/lang/php83/Makefile @@ -1,6 +1,6 @@ PORTNAME= php83 -DISTVERSION= 8.3.22 -PORTREVISION?= 1 +DISTVERSION= 8.3.23 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${DISTVERSION} diff --git a/lang/php83/distinfo b/lang/php83/distinfo index c68e1786aa12..8d15b5e5f9cc 100644 --- a/lang/php83/distinfo +++ b/lang/php83/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749266431 -SHA256 (php-8.3.22.tar.xz) = 66c86889059bd27ccf460590ca48fcaf3261349cc9bdba2023ac6a265beabf36 -SIZE (php-8.3.22.tar.xz) = 12555076 +TIMESTAMP = 1751555643 +SHA256 (php-8.3.23.tar.xz) = 08be64700f703bca6ff1284bf1fdaffa37ae1b9734b6559f8350248e8960a6db +SIZE (php-8.3.23.tar.xz) = 12577624 diff --git a/lang/php84-extensions/Makefile b/lang/php84-extensions/Makefile index 55bc9f11b567..f359fdb60282 100644 --- a/lang/php84-extensions/Makefile +++ b/lang/php84-extensions/Makefile @@ -9,17 +9,16 @@ WWW= https://www.php.net/ USES= metaport php +IGNORE_WITH_PHP= 81 82 83 85 PHP_VER= 84 -IGNORE_WITH_PHP= 81 82 83 OPTIONS_DEFINE= BCMATH BZ2 CALENDAR CTYPE CURL DBA DOM ENCHANT EXIF FFI \ FILEINFO FILTER FTP GD GETTEXT GMP ICONV INTL LDAP \ - MBSTRING MYSQLI ODBC OPCACHE PCNTL PDO \ - PDO_DBLIB PDO_FIREBIRD PDO_MYSQL PDO_ODBC PDO_PGSQL \ - PDO_SQLITE PGSQL PHAR POSIX READLINE SESSION \ - SHMOP SIMPLEXML SNMP SOAP SOCKETS SODIUM SQLITE3 \ - SYSVMSG SYSVSEM SYSVSHM TIDY TOKENIZER XML XMLREADER \ - XMLWRITER XSL ZIP ZLIB + MBSTRING MYSQLI ODBC OPCACHE PCNTL PDO PDO_DBLIB \ + PDO_FIREBIRD PDO_MYSQL PDO_ODBC PDO_PGSQL PDO_SQLITE \ + PGSQL PHAR POSIX READLINE SESSION SHMOP SIMPLEXML SNMP \ + SOAP SOCKETS SODIUM SQLITE3 SYSVMSG SYSVSEM SYSVSHM \ + TIDY TOKENIZER XML XMLREADER XMLWRITER XSL ZIP ZLIB OPTIONS_DEFAULT= CTYPE DOM FILTER ICONV OPCACHE PDO PDO_SQLITE PHAR \ POSIX SESSION SIMPLEXML SQLITE3 TOKENIZER XML XMLREADER \ XMLWRITER diff --git a/lang/php84-extensions/pkg-descr b/lang/php84-extensions/pkg-descr index 4acc6c163e60..f0fa411db949 100644 --- a/lang/php84-extensions/pkg-descr +++ b/lang/php84-extensions/pkg-descr @@ -1,4 +1,4 @@ -This is a "meta-port" to install the extensions for PHP 8.0 +This is a "meta-port" to install the extensions for PHP 8.4 Defaults to: ctype, dom, filter, iconv, json, opcache, pdo, pdo_sqlite, phar, posix, diff --git a/lang/php84/Makefile b/lang/php84/Makefile index 69c3c787f338..3bf61525ae64 100644 --- a/lang/php84/Makefile +++ b/lang/php84/Makefile @@ -1,6 +1,6 @@ PORTNAME= php84 -DISTVERSION= 8.4.8 -PORTREVISION?= 1 +DISTVERSION= 8.4.10 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${DISTVERSION} diff --git a/lang/php84/distinfo b/lang/php84/distinfo index a7ffa64e34bf..3be8a2533adc 100644 --- a/lang/php84/distinfo +++ b/lang/php84/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749266448 -SHA256 (php-8.4.8.tar.xz) = aa6a4d330b47eacd83e351658ba8c47747a1e4356456219cfb6d75e7838da091 -SIZE (php-8.4.8.tar.xz) = 13619152 +TIMESTAMP = 1751553605 +SHA256 (php-8.4.10.tar.xz) = 14983a9ef8800e6bc2d920739fd386054402f7976ca9cd7f711509496f0d2632 +SIZE (php-8.4.10.tar.xz) = 13625264 diff --git a/lang/php85-extensions/Makefile b/lang/php85-extensions/Makefile index 5613d6ead26b..3d77950e33b9 100644 --- a/lang/php85-extensions/Makefile +++ b/lang/php85-extensions/Makefile @@ -4,22 +4,21 @@ CATEGORIES= lang PKGNAMESUFFIX= -extensions MAINTAINER= bofh@FreeBSD.org -COMMENT= "meta-port" to install PHP extensions (8.4.X branch) +COMMENT= "meta-port" to install PHP extensions (8.5.X branch) WWW= https://www.php.net/ USES= metaport php -PHP_VER= 85 IGNORE_WITH_PHP= 81 82 83 84 +PHP_VER= 85 OPTIONS_DEFINE= BCMATH BZ2 CALENDAR CTYPE CURL DBA DOM ENCHANT EXIF FFI \ FILEINFO FILTER FTP GD GETTEXT GMP ICONV INTL LDAP \ - MBSTRING MYSQLI ODBC OPCACHE PCNTL PDO \ - PDO_DBLIB PDO_FIREBIRD PDO_MYSQL PDO_ODBC PDO_PGSQL \ - PDO_SQLITE PGSQL PHAR POSIX READLINE SESSION \ - SHMOP SIMPLEXML SNMP SOAP SOCKETS SODIUM SQLITE3 \ - SYSVMSG SYSVSEM SYSVSHM TIDY TOKENIZER XML XMLREADER \ - XMLWRITER XSL ZIP ZLIB + MBSTRING MYSQLI ODBC OPCACHE PCNTL PDO PDO_DBLIB \ + PDO_FIREBIRD PDO_MYSQL PDO_ODBC PDO_PGSQL PDO_SQLITE \ + PGSQL PHAR POSIX READLINE SESSION SHMOP SIMPLEXML SNMP \ + SOAP SOCKETS SODIUM SQLITE3 SYSVMSG SYSVSEM SYSVSHM \ + TIDY TOKENIZER XML XMLREADER XMLWRITER XSL ZIP ZLIB OPTIONS_DEFAULT= CTYPE DOM FILTER ICONV OPCACHE PDO PDO_SQLITE PHAR \ POSIX SESSION SIMPLEXML SQLITE3 TOKENIZER XML XMLREADER \ XMLWRITER diff --git a/lang/php85-extensions/pkg-descr b/lang/php85-extensions/pkg-descr index 4acc6c163e60..9c007c827fe6 100644 --- a/lang/php85-extensions/pkg-descr +++ b/lang/php85-extensions/pkg-descr @@ -1,4 +1,4 @@ -This is a "meta-port" to install the extensions for PHP 8.0 +This is a "meta-port" to install the extensions for PHP 8.5 Defaults to: ctype, dom, filter, iconv, json, opcache, pdo, pdo_sqlite, phar, posix, diff --git a/lang/pomsky/Makefile b/lang/pomsky/Makefile index f4d36dc66d14..75a865882696 100644 --- a/lang/pomsky/Makefile +++ b/lang/pomsky/Makefile @@ -1,7 +1,7 @@ PORTNAME= pomsky DISTVERSIONPREFIX= v DISTVERSION= 0.10 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= lang textproc MAINTAINER= yuri@FreeBSD.org diff --git a/lang/prql/Makefile b/lang/prql/Makefile index e8839e515033..e21918dbf9ac 100644 --- a/lang/prql/Makefile +++ b/lang/prql/Makefile @@ -1,6 +1,6 @@ PORTNAME= prql DISTVERSION= 0.13.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang databases PKGNAMESUFFIX= -compiler diff --git a/lang/py-dhall/Makefile b/lang/py-dhall/Makefile index e309fbc6a223..7bcebefdba72 100644 --- a/lang/py-dhall/Makefile +++ b/lang/py-dhall/Makefile @@ -1,7 +1,7 @@ PORTNAME= dhall DISTVERSIONPREFIX= v DISTVERSION= 0.1.15 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= lang python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/lang/rust-bootstrap/Makefile b/lang/rust-bootstrap/Makefile index a41ae66c252f..e1afd578818c 100644 --- a/lang/rust-bootstrap/Makefile +++ b/lang/rust-bootstrap/Makefile @@ -2,7 +2,7 @@ # to upload them to ~/public_distfiles on freefall in preparation # for the next lang/rust update. PORTNAME= rust -PORTVERSION= 1.87.0 +PORTVERSION= 1.88.0 CATEGORIES= lang MASTER_SITES= https://static.rust-lang.org/dist/ PKGNAMEPREFIX= ${FLAVOR:S/_/-/g}- diff --git a/lang/rust-bootstrap/distinfo b/lang/rust-bootstrap/distinfo index 58cd2197093a..123913a3a6c2 100644 --- a/lang/rust-bootstrap/distinfo +++ b/lang/rust-bootstrap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747381480 -SHA256 (rust/rustc-1.87.0-src.tar.xz) = 8623b8651893e8c6aebfa45b6a90645a4f652f7b18189a0992a90d11ac2631f4 -SIZE (rust/rustc-1.87.0-src.tar.xz) = 283604208 +TIMESTAMP = 1750748758 +SHA256 (rust/rustc-1.88.0-src.tar.xz) = 0c1dcbb4f762513d021e1a282c0ac58c0a423642b3a6bf581cafb5414df4193e +SIZE (rust/rustc-1.88.0-src.tar.xz) = 283294344 diff --git a/lang/rust/Makefile b/lang/rust/Makefile index b3f9e7bcf803..61395c21e0fe 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -1,5 +1,5 @@ PORTNAME= rust -PORTVERSION?= 1.87.0 +PORTVERSION?= 1.88.0 PORTREVISION?= 0 CATEGORIES= lang MASTER_SITES= https://static.rust-lang.org/dist/:src \ @@ -71,8 +71,8 @@ WASM_VARS= _COMPONENTS+="rust-analysis-${_PACKAGE_VERS}-wasm32-unknown-unknown _RUST_TARGETS+=wasm32-unknown-unknown # See WRKSRC/src/stage0 for the date and version values -BOOTSTRAPS_DATE?= 2025-04-03 -RUST_BOOTSTRAP_VERSION?= 1.86.0 +BOOTSTRAPS_DATE?= 2025-05-15 +RUST_BOOTSTRAP_VERSION?= 1.87.0 CARGO_VENDOR_DIR?= ${WRKSRC}/vendor diff --git a/lang/rust/distinfo b/lang/rust/distinfo index 7749cc6eb420..833397cfa5cc 100644 --- a/lang/rust/distinfo +++ b/lang/rust/distinfo @@ -1,51 +1,51 @@ -TIMESTAMP = 1747381478 -SHA256 (rust/rustc-1.87.0-src.tar.xz) = 8623b8651893e8c6aebfa45b6a90645a4f652f7b18189a0992a90d11ac2631f4 -SIZE (rust/rustc-1.87.0-src.tar.xz) = 283604208 -SHA256 (rust/2025-04-03/rustc-1.86.0-aarch64-unknown-freebsd.tar.xz) = b49f08bb6781c65121ac56bb4fb75fe309d8614cb54816b53ad2350f3c5341ee -SIZE (rust/2025-04-03/rustc-1.86.0-aarch64-unknown-freebsd.tar.xz) = 64694524 -SHA256 (rust/2025-04-03/rust-std-1.86.0-aarch64-unknown-freebsd.tar.xz) = 0cbe464bef3c655ee225a6e1c012cb77680c1497d1ff934a7f237606695ef7b6 -SIZE (rust/2025-04-03/rust-std-1.86.0-aarch64-unknown-freebsd.tar.xz) = 25076948 -SHA256 (rust/2025-04-03/cargo-1.86.0-aarch64-unknown-freebsd.tar.xz) = 77c7bc54bb4deeebd57dd7847c3f38b151e79e3ebc21a7f8d68f7ac296a96650 -SIZE (rust/2025-04-03/cargo-1.86.0-aarch64-unknown-freebsd.tar.xz) = 8353556 -SHA256 (rust/2025-04-03/rustc-1.86.0-x86_64-unknown-freebsd.tar.xz) = 762b6de1097c22fa28e59a44c0407c3c065428acffed479c12e4b63ba3e5e20d -SIZE (rust/2025-04-03/rustc-1.86.0-x86_64-unknown-freebsd.tar.xz) = 59859608 -SHA256 (rust/2025-04-03/rust-std-1.86.0-x86_64-unknown-freebsd.tar.xz) = 06a8b89e1701bc71a1ff3735441cb2be9c77156b980321172f2f1f8b00e7e1c2 -SIZE (rust/2025-04-03/rust-std-1.86.0-x86_64-unknown-freebsd.tar.xz) = 26323648 -SHA256 (rust/2025-04-03/cargo-1.86.0-x86_64-unknown-freebsd.tar.xz) = d8c2bf87027441a950052d8a224ed030cd6134746597e7b868fc115e28188036 -SIZE (rust/2025-04-03/cargo-1.86.0-x86_64-unknown-freebsd.tar.xz) = 9412224 -SHA256 (rust/2025-04-03/rustc-1.86.0-armv7-unknown-freebsd.tar.xz) = 9482c19107d89e4a2ed9f0c14a70a64e277427eab8b411cb8693c5efeb879eaa -SIZE (rust/2025-04-03/rustc-1.86.0-armv7-unknown-freebsd.tar.xz) = 64784700 -SHA256 (rust/2025-04-03/rust-std-1.86.0-armv7-unknown-freebsd.tar.xz) = aa615f218e1b55cceea6c53c7a6b63e85fdee07d0854aebeab19d53a2f43b4b8 -SIZE (rust/2025-04-03/rust-std-1.86.0-armv7-unknown-freebsd.tar.xz) = 24279348 -SHA256 (rust/2025-04-03/cargo-1.86.0-armv7-unknown-freebsd.tar.xz) = 1d45b5eee9133468f8316c25a7115ebeb95044406554c9c705337697cfe66bfd -SIZE (rust/2025-04-03/cargo-1.86.0-armv7-unknown-freebsd.tar.xz) = 8436308 -SHA256 (rust/2025-04-03/rustc-1.86.0-i686-unknown-freebsd.tar.xz) = 724095086e992ec5266b1c3360053c09943969cd34741418bd71b348002f1421 -SIZE (rust/2025-04-03/rustc-1.86.0-i686-unknown-freebsd.tar.xz) = 72252364 -SHA256 (rust/2025-04-03/rust-std-1.86.0-i686-unknown-freebsd.tar.xz) = 3f9586f04740463e81a205d4933865d956c307020881578a45f51b41128600a4 -SIZE (rust/2025-04-03/rust-std-1.86.0-i686-unknown-freebsd.tar.xz) = 26001160 -SHA256 (rust/2025-04-03/cargo-1.86.0-i686-unknown-freebsd.tar.xz) = a95e66aa8a81ab2eaf0292b48009214e3ee086e3af5473716faa9b4a103485ee -SIZE (rust/2025-04-03/cargo-1.86.0-i686-unknown-freebsd.tar.xz) = 10026684 -SHA256 (rust/2025-04-03/rustc-1.86.0-powerpc-unknown-freebsd.tar.xz) = 30ab4a0223263f91a35889c3c963ae1ceb6ae89093c9794579920503cf5e6576 -SIZE (rust/2025-04-03/rustc-1.86.0-powerpc-unknown-freebsd.tar.xz) = 65902536 -SHA256 (rust/2025-04-03/rust-std-1.86.0-powerpc-unknown-freebsd.tar.xz) = 9b435f6356409712e3c3cefb377e096136603f7a12b860d508211f8d1ca423ed -SIZE (rust/2025-04-03/rust-std-1.86.0-powerpc-unknown-freebsd.tar.xz) = 23515212 -SHA256 (rust/2025-04-03/cargo-1.86.0-powerpc-unknown-freebsd.tar.xz) = 313d4abae5a5f19a300d9f78c045c9e2d32104af99885e1205a859f1f8c93b8a -SIZE (rust/2025-04-03/cargo-1.86.0-powerpc-unknown-freebsd.tar.xz) = 8682124 -SHA256 (rust/2025-04-03/rustc-1.86.0-powerpc64-unknown-freebsd.tar.xz) = 0524fa2437ace6ed7305dd619c7fb7263cca8fab647307e3e6400d675c50b6ee -SIZE (rust/2025-04-03/rustc-1.86.0-powerpc64-unknown-freebsd.tar.xz) = 63944028 -SHA256 (rust/2025-04-03/rust-std-1.86.0-powerpc64-unknown-freebsd.tar.xz) = d0a26c184f8f3dcbcc1e3ce1939057d33dff62a41fc24dbfbd8d5a25dfce73ab -SIZE (rust/2025-04-03/rust-std-1.86.0-powerpc64-unknown-freebsd.tar.xz) = 23494356 -SHA256 (rust/2025-04-03/cargo-1.86.0-powerpc64-unknown-freebsd.tar.xz) = 38f3c952ff10f303f76b7bc3c1bc7ccc00069f9c7b4e850ede8cbf5c54102d37 -SIZE (rust/2025-04-03/cargo-1.86.0-powerpc64-unknown-freebsd.tar.xz) = 8376044 -SHA256 (rust/2025-04-03/rustc-1.86.0-powerpc64le-unknown-freebsd.tar.xz) = 2c89c2605bcf3e8ef1c3e7afbd10223eacd66b9c5d1c863d31eb4f7e57e4b9a9 -SIZE (rust/2025-04-03/rustc-1.86.0-powerpc64le-unknown-freebsd.tar.xz) = 66937772 -SHA256 (rust/2025-04-03/rust-std-1.86.0-powerpc64le-unknown-freebsd.tar.xz) = 263d0632010814ffe8d6a421465d65066941e5b965eb7504377e83d9ba43e0e3 -SIZE (rust/2025-04-03/rust-std-1.86.0-powerpc64le-unknown-freebsd.tar.xz) = 23608152 -SHA256 (rust/2025-04-03/cargo-1.86.0-powerpc64le-unknown-freebsd.tar.xz) = d9b86c14cd5637287d66029f6c8cf12978deabcc4c09b81e67f08a6fd0e4e6bd -SIZE (rust/2025-04-03/cargo-1.86.0-powerpc64le-unknown-freebsd.tar.xz) = 8789924 -SHA256 (rust/2025-04-03/rustc-1.86.0-riscv64gc-unknown-freebsd.tar.xz) = 9a6881d37845c70079d7eab2a4d06782e1edb754d8c8a61596cff83a50f354fd -SIZE (rust/2025-04-03/rustc-1.86.0-riscv64gc-unknown-freebsd.tar.xz) = 71372776 -SHA256 (rust/2025-04-03/rust-std-1.86.0-riscv64gc-unknown-freebsd.tar.xz) = ff9b3d3e21ea8919029aead4c1ef50aaefb3e6f6fdd21f29c66f686bd2b9bcf4 -SIZE (rust/2025-04-03/rust-std-1.86.0-riscv64gc-unknown-freebsd.tar.xz) = 23451920 -SHA256 (rust/2025-04-03/cargo-1.86.0-riscv64gc-unknown-freebsd.tar.xz) = d77f8b50bdb875eaa6410ceb0c61df2512ff97fed47e4af5b28a5f266e0bec35 -SIZE (rust/2025-04-03/cargo-1.86.0-riscv64gc-unknown-freebsd.tar.xz) = 10660864 +TIMESTAMP = 1751532290 +SHA256 (rust/rustc-1.88.0-src.tar.xz) = 0c1dcbb4f762513d021e1a282c0ac58c0a423642b3a6bf581cafb5414df4193e +SIZE (rust/rustc-1.88.0-src.tar.xz) = 283294344 +SHA256 (rust/2025-05-15/rustc-1.87.0-aarch64-unknown-freebsd.tar.xz) = 6d7a7fe409d84019a6681a7c5bbe804c2a71444dffa482c277f7303afbbac1bb +SIZE (rust/2025-05-15/rustc-1.87.0-aarch64-unknown-freebsd.tar.xz) = 68494832 +SHA256 (rust/2025-05-15/rust-std-1.87.0-aarch64-unknown-freebsd.tar.xz) = 85fbfeab2bee94cddc8f237324de6ac0b65511b61427611bb600f589cd83269f +SIZE (rust/2025-05-15/rust-std-1.87.0-aarch64-unknown-freebsd.tar.xz) = 25085332 +SHA256 (rust/2025-05-15/cargo-1.87.0-aarch64-unknown-freebsd.tar.xz) = f6fad164c4b3107c531036c9f4aea79f1d5b3138a9212839082068ec14e8069a +SIZE (rust/2025-05-15/cargo-1.87.0-aarch64-unknown-freebsd.tar.xz) = 8864360 +SHA256 (rust/2025-05-15/rustc-1.87.0-x86_64-unknown-freebsd.tar.xz) = 37f413c5af70d678598844e206329f24c3047d38cc43f162a0c6db14b6a5de0c +SIZE (rust/2025-05-15/rustc-1.87.0-x86_64-unknown-freebsd.tar.xz) = 63790236 +SHA256 (rust/2025-05-15/rust-std-1.87.0-x86_64-unknown-freebsd.tar.xz) = 037b982e3cdf2af304647a8dbaf83c310605cbd131b2fd2c436f0a4284581325 +SIZE (rust/2025-05-15/rust-std-1.87.0-x86_64-unknown-freebsd.tar.xz) = 26183840 +SHA256 (rust/2025-05-15/cargo-1.87.0-x86_64-unknown-freebsd.tar.xz) = 9cdffc039d2b449619b81dcd494c399180507faee2b7b5a18ff8fd59aa6215d3 +SIZE (rust/2025-05-15/cargo-1.87.0-x86_64-unknown-freebsd.tar.xz) = 10021928 +SHA256 (rust/2025-05-15/rustc-1.87.0-armv7-unknown-freebsd.tar.xz) = 0115525ad2c7df25ef25338a986e42a0c028ae53cf0c6dbf31a9313197c96832 +SIZE (rust/2025-05-15/rustc-1.87.0-armv7-unknown-freebsd.tar.xz) = 68671404 +SHA256 (rust/2025-05-15/rust-std-1.87.0-armv7-unknown-freebsd.tar.xz) = d37a4ede26f8334b96982321dfa94dbefe50da2cc39fae4ddbeae077e8aded1a +SIZE (rust/2025-05-15/rust-std-1.87.0-armv7-unknown-freebsd.tar.xz) = 24274380 +SHA256 (rust/2025-05-15/cargo-1.87.0-armv7-unknown-freebsd.tar.xz) = 86a86b4661fbbd70ff9c052c4729c01132767785597599f818d6607dc6544b1c +SIZE (rust/2025-05-15/cargo-1.87.0-armv7-unknown-freebsd.tar.xz) = 9116332 +SHA256 (rust/2025-05-15/rustc-1.87.0-i686-unknown-freebsd.tar.xz) = eda4511359f500204726fdca40bd88292c83144d2a4f566c083ac41f8121358a +SIZE (rust/2025-05-15/rustc-1.87.0-i686-unknown-freebsd.tar.xz) = 76629816 +SHA256 (rust/2025-05-15/rust-std-1.87.0-i686-unknown-freebsd.tar.xz) = dfe0645c3913a1852561ab141f01dd90ec678080400d112361c5ade6b324fba2 +SIZE (rust/2025-05-15/rust-std-1.87.0-i686-unknown-freebsd.tar.xz) = 25965172 +SHA256 (rust/2025-05-15/cargo-1.87.0-i686-unknown-freebsd.tar.xz) = a536712e4fd1919b397a2427b5d2080f06d4e9d3f9ef96a4e0ffae8497a3cd6c +SIZE (rust/2025-05-15/cargo-1.87.0-i686-unknown-freebsd.tar.xz) = 10599524 +SHA256 (rust/2025-05-15/rustc-1.87.0-powerpc-unknown-freebsd.tar.xz) = 55eb2f9e15ae7ef4ef8df383f578048e13d81f587ea3689bd708908bf9d4af97 +SIZE (rust/2025-05-15/rustc-1.87.0-powerpc-unknown-freebsd.tar.xz) = 69260664 +SHA256 (rust/2025-05-15/rust-std-1.87.0-powerpc-unknown-freebsd.tar.xz) = bdcaab8444e42a645815b92fe0ea9eb3718c63a42e15eba4f481a13996bb79d0 +SIZE (rust/2025-05-15/rust-std-1.87.0-powerpc-unknown-freebsd.tar.xz) = 23412632 +SHA256 (rust/2025-05-15/cargo-1.87.0-powerpc-unknown-freebsd.tar.xz) = c605ad5c7e73b38c575989796a4dca24bac92f3034703bbed5f4b5d954aa9739 +SIZE (rust/2025-05-15/cargo-1.87.0-powerpc-unknown-freebsd.tar.xz) = 9219908 +SHA256 (rust/2025-05-15/rustc-1.87.0-powerpc64-unknown-freebsd.tar.xz) = 04b22a1eacb30dc7d16d9751baca92a2cec72010c85fc4927267e3b42c0094d3 +SIZE (rust/2025-05-15/rustc-1.87.0-powerpc64-unknown-freebsd.tar.xz) = 67746940 +SHA256 (rust/2025-05-15/rust-std-1.87.0-powerpc64-unknown-freebsd.tar.xz) = a21922d860f19e0b4c642207274c588df1341c6ff622050a0653bb82be40bda6 +SIZE (rust/2025-05-15/rust-std-1.87.0-powerpc64-unknown-freebsd.tar.xz) = 23282608 +SHA256 (rust/2025-05-15/cargo-1.87.0-powerpc64-unknown-freebsd.tar.xz) = 07aca5c0e8dcc8aaea3b7b16751d6191373105d445f73e46139eb16066a146ca +SIZE (rust/2025-05-15/cargo-1.87.0-powerpc64-unknown-freebsd.tar.xz) = 9295388 +SHA256 (rust/2025-05-15/rustc-1.87.0-powerpc64le-unknown-freebsd.tar.xz) = a99e6b9e9713c530337633a5e36d214ae687ba638b7f04c07a9cf659c245c781 +SIZE (rust/2025-05-15/rustc-1.87.0-powerpc64le-unknown-freebsd.tar.xz) = 71448916 +SHA256 (rust/2025-05-15/rust-std-1.87.0-powerpc64le-unknown-freebsd.tar.xz) = 8bd9ba04fe0cf194a1004abca0bc9420a47d0491131c4f6c0b0d8a89ad5b96ea +SIZE (rust/2025-05-15/rust-std-1.87.0-powerpc64le-unknown-freebsd.tar.xz) = 23330908 +SHA256 (rust/2025-05-15/cargo-1.87.0-powerpc64le-unknown-freebsd.tar.xz) = 9a67120c2776d181c1f32e68f8e55a0d05543f439feeb08c1d8ce6d96a1771da +SIZE (rust/2025-05-15/cargo-1.87.0-powerpc64le-unknown-freebsd.tar.xz) = 9794732 +SHA256 (rust/2025-05-15/rustc-1.87.0-riscv64gc-unknown-freebsd.tar.xz) = b4b5c71211e2873461b4fd3108668dfd108e220d7012ed9e2b962912d91a9f19 +SIZE (rust/2025-05-15/rustc-1.87.0-riscv64gc-unknown-freebsd.tar.xz) = 78845668 +SHA256 (rust/2025-05-15/rust-std-1.87.0-riscv64gc-unknown-freebsd.tar.xz) = e79ac7a4449f934b0b6d5699e3080aef3d2d665a128f701a786e847634dd8abf +SIZE (rust/2025-05-15/rust-std-1.87.0-riscv64gc-unknown-freebsd.tar.xz) = 23480648 +SHA256 (rust/2025-05-15/cargo-1.87.0-riscv64gc-unknown-freebsd.tar.xz) = 316fac9c44a37d85ae18a40290f5ce3b064e5326fff3574119322ba191109205 +SIZE (rust/2025-05-15/cargo-1.87.0-riscv64gc-unknown-freebsd.tar.xz) = 11690508 diff --git a/lang/rust/files/patch-vendor_cc.rs b/lang/rust/files/patch-vendor_cc.rs index 4bc3a7b24e42..dbcbe5771fdd 100644 --- a/lang/rust/files/patch-vendor_cc.rs +++ b/lang/rust/files/patch-vendor_cc.rs @@ -21,19 +21,6 @@ https://reviews.llvm.org/D77776 (false, false, true) => Ok(ToolFamily::Gnu), (false, false, false) => { cargo_output.print_warning(&"Compiler family detection failed since it does not define `__clang__`, `__GNUC__` or `_MSC_VER`, fallback to treating it as GNU"); ---- vendor/cc-1.1.22/src/tool.rs.orig 2024-05-09 18:20:47 UTC -+++ vendor/cc-1.1.22/src/tool.rs -@@ -174,9 +174,7 @@ impl Tool { - - match (clang, accepts_cl_style_flags, gcc, emscripten, vxworks) { - (clang_cl, true, _, false, false) => Ok(ToolFamily::Msvc { clang_cl }), -- (true, _, _, _, false) | (_, _, _, true, false) => Ok(ToolFamily::Clang { -- zig_cc: is_zig_cc(path, cargo_output), -- }), -+ (true, _, _, _, false) | (_, _, _, true, false) => Ok(ToolFamily::Gnu), - (false, false, true, _, false) | (_, _, _, _, true) => Ok(ToolFamily::Gnu), - (false, false, false, false, false) => { - cargo_output.print_warning(&"Compiler family detection failed since it does not define `__clang__`, `__GNUC__`, `__EMSCRIPTEN__` or `__VXWORKS__`, also does not accept cl style flag `-?`, fallback to treating it as GNU"); --- vendor/cc-1.2.0/src/tool.rs.orig 2024-05-09 18:20:47 UTC +++ vendor/cc-1.2.0/src/tool.rs @@ -174,9 +174,7 @@ impl Tool { @@ -47,8 +34,8 @@ https://reviews.llvm.org/D77776 (false, false, true, _, false) | (_, _, _, _, true) => Ok(ToolFamily::Gnu), (false, false, false, false, false) => { cargo_output.print_warning(&"Compiler family detection failed since it does not define `__clang__`, `__GNUC__`, `__EMSCRIPTEN__` or `__VXWORKS__`, also does not accept cl style flag `-?`, fallback to treating it as GNU"); ---- vendor/cc-1.2.10/src/tool.rs.orig 2024-05-09 18:20:47 UTC -+++ vendor/cc-1.2.10/src/tool.rs +--- vendor/cc-1.2.16/src/tool.rs.orig 2024-05-09 18:20:47 UTC ++++ vendor/cc-1.2.16/src/tool.rs @@ -174,9 +174,7 @@ impl Tool { match (clang, accepts_cl_style_flags, gcc, emscripten, vxworks) { @@ -60,8 +47,8 @@ https://reviews.llvm.org/D77776 (false, false, true, _, false) | (_, _, _, _, true) => Ok(ToolFamily::Gnu), (false, false, false, false, false) => { cargo_output.print_warning(&"Compiler family detection failed since it does not define `__clang__`, `__GNUC__`, `__EMSCRIPTEN__` or `__VXWORKS__`, also does not accept cl style flag `-?`, fallback to treating it as GNU"); ---- vendor/cc-1.2.16/src/tool.rs.orig 2024-05-09 18:20:47 UTC -+++ vendor/cc-1.2.16/src/tool.rs +--- vendor/cc-1.2.17/src/tool.rs.orig 2024-05-09 18:20:47 UTC ++++ vendor/cc-1.2.17/src/tool.rs @@ -174,9 +174,7 @@ impl Tool { match (clang, accepts_cl_style_flags, gcc, emscripten, vxworks) { @@ -73,8 +60,8 @@ https://reviews.llvm.org/D77776 (false, false, true, _, false) | (_, _, _, _, true) => Ok(ToolFamily::Gnu), (false, false, false, false, false) => { cargo_output.print_warning(&"Compiler family detection failed since it does not define `__clang__`, `__GNUC__`, `__EMSCRIPTEN__` or `__VXWORKS__`, also does not accept cl style flag `-?`, fallback to treating it as GNU"); ---- vendor/cc-1.2.17/src/tool.rs.orig 2024-05-09 18:20:47 UTC -+++ vendor/cc-1.2.17/src/tool.rs +--- vendor/cc-1.2.21/src/tool.rs.orig 2024-05-09 18:20:47 UTC ++++ vendor/cc-1.2.21/src/tool.rs @@ -174,9 +174,7 @@ impl Tool { match (clang, accepts_cl_style_flags, gcc, emscripten, vxworks) { diff --git a/lang/rustpython/Makefile b/lang/rustpython/Makefile index c5caba7f86f0..f5b3b839bc6f 100644 --- a/lang/rustpython/Makefile +++ b/lang/rustpython/Makefile @@ -1,6 +1,6 @@ PORTNAME= rustpython DISTVERSION= 0.4.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/lang/scryer-prolog/Makefile b/lang/scryer-prolog/Makefile index 937fcbecf7c6..4245e71039e7 100644 --- a/lang/scryer-prolog/Makefile +++ b/lang/scryer-prolog/Makefile @@ -1,7 +1,7 @@ PORTNAME= scryer-prolog DISTVERSIONPREFIX= v DISTVERSION= 0.9.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MAINTAINER= me@svmhdvn.name diff --git a/lang/silq/Makefile b/lang/silq/Makefile index 7ef75b66ca8f..83d42b693a08 100644 --- a/lang/silq/Makefile +++ b/lang/silq/Makefile @@ -1,5 +1,6 @@ PORTNAME= silq PORTVERSION= 20250624 +PORTREVISION= 1 CATEGORIES= lang math science DIST_SUBDIR= silq diff --git a/lang/spidermonkey102/Makefile b/lang/spidermonkey102/Makefile index 923a62a47cf0..23d81a61c143 100644 --- a/lang/spidermonkey102/Makefile +++ b/lang/spidermonkey102/Makefile @@ -1,6 +1,6 @@ PORTNAME= spidermonkey DISTVERSION= 102.9.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= lang MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source PKGNAMESUFFIX= ${SP_VER} diff --git a/lang/spidermonkey115/Makefile b/lang/spidermonkey115/Makefile index 0b4b5fec443b..ec9ef29a3fd7 100644 --- a/lang/spidermonkey115/Makefile +++ b/lang/spidermonkey115/Makefile @@ -1,6 +1,6 @@ PORTNAME= spidermonkey DISTVERSION= 115.22.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build1/source diff --git a/lang/spidermonkey128/Makefile b/lang/spidermonkey128/Makefile index 342e2748a3b8..040cd88d2983 100644 --- a/lang/spidermonkey128/Makefile +++ b/lang/spidermonkey128/Makefile @@ -1,5 +1,6 @@ PORTNAME= spidermonkey DISTVERSION= 128.12.0 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build1/source diff --git a/lang/spidermonkey78/Makefile b/lang/spidermonkey78/Makefile index 66fb81345421..2e57c68b07e6 100644 --- a/lang/spidermonkey78/Makefile +++ b/lang/spidermonkey78/Makefile @@ -1,6 +1,6 @@ PORTNAME= spidermonkey DISTVERSION= 78.15.0 -PORTREVISION= 34 +PORTREVISION= 35 CATEGORIES= lang MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source PKGNAMESUFFIX= ${SP_VER} diff --git a/lang/spidermonkey91/Makefile b/lang/spidermonkey91/Makefile index 240a79b51eeb..9280023e6432 100644 --- a/lang/spidermonkey91/Makefile +++ b/lang/spidermonkey91/Makefile @@ -1,6 +1,6 @@ PORTNAME= spidermonkey DISTVERSION= 91.13.0 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= lang MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source PKGNAMESUFFIX= ${SP_VER} diff --git a/lang/starlark-rust/Makefile b/lang/starlark-rust/Makefile index 0f254cd99999..7d9eb4b16cdf 100644 --- a/lang/starlark-rust/Makefile +++ b/lang/starlark-rust/Makefile @@ -1,7 +1,7 @@ PORTNAME= starlark-rust DISTVERSIONPREFIX= v DISTVERSION= 0.13.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang MAINTAINER= yuri@FreeBSD.org diff --git a/lang/typstfmt/Makefile b/lang/typstfmt/Makefile index 68d54738e5b9..459233b0a778 100644 --- a/lang/typstfmt/Makefile +++ b/lang/typstfmt/Makefile @@ -1,6 +1,6 @@ PORTNAME= typstfmt DISTVERSION= 0.2.10 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= lang MAINTAINER= yuri@FreeBSD.org diff --git a/lang/typstyle/Makefile b/lang/typstyle/Makefile index 175fdf0a1e74..1b6c9af308ae 100644 --- a/lang/typstyle/Makefile +++ b/lang/typstyle/Makefile @@ -1,7 +1,7 @@ PORTNAME= typstyle DISTVERSIONPREFIX= v DISTVERSION= 0.13.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang MAINTAINER= yuri@FreeBSD.org diff --git a/mail/dbmail/Makefile b/mail/dbmail/Makefile index c25ff269e837..20aa942e02d0 100644 --- a/mail/dbmail/Makefile +++ b/mail/dbmail/Makefile @@ -1,6 +1,6 @@ PORTNAME= dbmail DISTVERSIONPREFIX= v -DISTVERSION= 3.5.3 +DISTVERSION= 3.5.4 CATEGORIES= mail MAINTAINER= bofh@FreeBSD.org diff --git a/mail/dbmail/distinfo b/mail/dbmail/distinfo index be2a5cd84d16..0e838f1a0fa8 100644 --- a/mail/dbmail/distinfo +++ b/mail/dbmail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749110677 -SHA256 (dbmail-dbmail-v3.5.3_GH0.tar.gz) = 17067210d497ef5c9b75a9919ecbd9b44d338295c251b88c6060bec948b2b012 -SIZE (dbmail-dbmail-v3.5.3_GH0.tar.gz) = 2545789 +TIMESTAMP = 1751534573 +SHA256 (dbmail-dbmail-v3.5.4_GH0.tar.gz) = 509a189c083c44bedadb320c037b144d9f2d1955b9a54dbb9dd3d73c7e8337c9 +SIZE (dbmail-dbmail-v3.5.4_GH0.tar.gz) = 2547614 diff --git a/mail/dbmail/pkg-plist b/mail/dbmail/pkg-plist index 081f99c650de..d54771f9558b 100644 --- a/mail/dbmail/pkg-plist +++ b/mail/dbmail/pkg-plist @@ -53,6 +53,7 @@ sbin/dbmail-util %%DATADIR%%/mysql/upgrades/32005.mysql %%DATADIR%%/mysql/upgrades/32006.mysql %%DATADIR%%/mysql/upgrades/35001.mysql +%%DATADIR%%/mysql/upgrades/35002.mysql %%DATADIR%%/mysql/upgrades/create_tables.mysql %%DATADIR%%/oracle/dbmail_grant.sql %%DATADIR%%/oracle/dbmail_schema.sql @@ -74,6 +75,7 @@ sbin/dbmail-util %%DATADIR%%/postgresql/upgrades/32005.psql %%DATADIR%%/postgresql/upgrades/32006.psql %%DATADIR%%/postgresql/upgrades/35001.psql +%%DATADIR%%/postgresql/upgrades/35002.psql %%DATADIR%%/postgresql/upgrades/create_tables.psql %%DATADIR%%/sqlite/2_1_7-2_2_0.sqlite %%DATADIR%%/sqlite/2_2-3_0.sqlite @@ -91,6 +93,7 @@ sbin/dbmail-util %%DATADIR%%/sqlite/upgrades/32005.sqlite %%DATADIR%%/sqlite/upgrades/32006.sqlite %%DATADIR%%/sqlite/upgrades/35001.sqlite +%%DATADIR%%/sqlite/upgrades/35002.sqlite %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.md %%PORTDOCS%%%%DOCSDIR%%/INSTALL diff --git a/mail/imap-tools/Makefile b/mail/imap-tools/Makefile index 27afa4559dcc..771bc23aab98 100644 --- a/mail/imap-tools/Makefile +++ b/mail/imap-tools/Makefile @@ -1,5 +1,6 @@ PORTNAME= imap-tools DISTVERSION= 1.4.4 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/mail/pizauth/Makefile b/mail/pizauth/Makefile index 848906f11f8b..151c73e80e40 100644 --- a/mail/pizauth/Makefile +++ b/mail/pizauth/Makefile @@ -1,5 +1,6 @@ PORTNAME= pizauth DISTVERSION= 1.0.7 +PORTREVISION= 1 CATEGORIES= mail MAINTAINER= nivit@FreeBSD.org diff --git a/mail/thunderbird-esr/Makefile b/mail/thunderbird-esr/Makefile index 666874977709..e77e270c65ce 100644 --- a/mail/thunderbird-esr/Makefile +++ b/mail/thunderbird-esr/Makefile @@ -1,5 +1,6 @@ PORTNAME= thunderbird DISTVERSION= 128.12.0 +PORTREVISION= 1 CATEGORIES= mail news net-im wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/source diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 6d3f08f82559..5c444eb125ad 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,6 +1,6 @@ PORTNAME= thunderbird DISTVERSION= 140.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail news net-im wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}${DISTVERSIONSUFFIX}-candidates/build2/source diff --git a/math/R-cran-MatchIt/Makefile b/math/R-cran-MatchIt/Makefile index 1ed291089ef8..8fc83d22f9e9 100644 --- a/math/R-cran-MatchIt/Makefile +++ b/math/R-cran-MatchIt/Makefile @@ -1,5 +1,5 @@ PORTNAME= MatchIt -DISTVERSION= 4.7.1 +DISTVERSION= 4.7.2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-MatchIt/distinfo b/math/R-cran-MatchIt/distinfo index 480e53cddcaf..b0c95263587b 100644 --- a/math/R-cran-MatchIt/distinfo +++ b/math/R-cran-MatchIt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741689899 -SHA256 (MatchIt_4.7.1.tar.gz) = 57b86ff34211c279a4b22cf09d0a1160bc12f05c8bb471279cd07562bfcb9989 -SIZE (MatchIt_4.7.1.tar.gz) = 1502128 +TIMESTAMP = 1751538450 +SHA256 (MatchIt_4.7.2.tar.gz) = f1b5ea251d1095c40afbd3c7d6af2922e2fd3c76885dfd4441459c4a158178ad +SIZE (MatchIt_4.7.2.tar.gz) = 1505060 diff --git a/math/R-cran-Rsolnp/Makefile b/math/R-cran-Rsolnp/Makefile index 45d7f8a0aaaa..8c8978f5f429 100644 --- a/math/R-cran-Rsolnp/Makefile +++ b/math/R-cran-Rsolnp/Makefile @@ -1,5 +1,5 @@ PORTNAME= Rsolnp -DISTVERSION= 2.0.0 +DISTVERSION= 2.0.1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -20,6 +20,6 @@ RUN_DEPENDS= ${CRAN_DEPENDS} TEST_DEPENDS= R-cran-knitr>0:print/R-cran-knitr \ R-cran-rmarkdown>0:textproc/R-cran-rmarkdown -USES= cran:auto-plist,compiles +USES= cran:auto-plist,compiles .include <bsd.port.mk> diff --git a/math/R-cran-Rsolnp/distinfo b/math/R-cran-Rsolnp/distinfo index dab2ce744c95..421ff1184aa8 100644 --- a/math/R-cran-Rsolnp/distinfo +++ b/math/R-cran-Rsolnp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750524780 -SHA256 (Rsolnp_2.0.0.tar.gz) = afbbf007ab651e478063e2ac95b49e476f2a4c439fd1cab407223b78b64b9ba3 -SIZE (Rsolnp_2.0.0.tar.gz) = 97859 +TIMESTAMP = 1751601739 +SHA256 (Rsolnp_2.0.1.tar.gz) = 3b221100abdd1dd5b8d2df9325cc4e28b2ad2a6bd5069594c83f04f331c36792 +SIZE (Rsolnp_2.0.1.tar.gz) = 107710 diff --git a/math/R-cran-car/Makefile b/math/R-cran-car/Makefile index 96de99aae88c..c3697dd1ca9e 100644 --- a/math/R-cran-car/Makefile +++ b/math/R-cran-car/Makefile @@ -1,5 +1,6 @@ PORTNAME= car DISTVERSION= 3.1-3 +PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -9,11 +10,8 @@ WWW= https://r-forge.r-project.org/projects/car/ LICENSE= GPLv2+ -DEPRECATED= Depends on expired astro/R-cran-maptools -EXPIRATION_DATE=2025-09-30 - BUILD_DEPENDS= R-cran-Formula>=0:math/R-cran-Formula -RUN_DEPENDS= R-cran-maptools>0:astro/R-cran-maptools \ +RUN_DEPENDS= \ R-cran-abind>0:devel/R-cran-abind \ R-cran-carData>=3.0.0:math/R-cran-carData \ R-cran-lme4>0:math/R-cran-lme4 \ diff --git a/math/R-cran-haven/Makefile b/math/R-cran-haven/Makefile index d7cb737d2668..197b0d5bb326 100644 --- a/math/R-cran-haven/Makefile +++ b/math/R-cran-haven/Makefile @@ -1,5 +1,5 @@ PORTNAME= haven -DISTVERSION= 2.5.4 +DISTVERSION= 2.5.5 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-haven/distinfo b/math/R-cran-haven/distinfo index 04933d1dc377..cb16938da0f2 100644 --- a/math/R-cran-haven/distinfo +++ b/math/R-cran-haven/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702213436 -SHA256 (haven_2.5.4.tar.gz) = 9e1531bb37aa474abd91db5e0ed9e3a355c03faa65f4e653b3ea68b7c61ea835 -SIZE (haven_2.5.4.tar.gz) = 313332 +TIMESTAMP = 1751538887 +SHA256 (haven_2.5.5.tar.gz) = 9482cd9c3760e1838acf687235317fed97fa6bf79219d3216f0ea447d4b1c9a5 +SIZE (haven_2.5.5.tar.gz) = 316909 diff --git a/math/R-cran-tensor/Makefile b/math/R-cran-tensor/Makefile index 8d7db7ccb12b..2f95977359b5 100644 --- a/math/R-cran-tensor/Makefile +++ b/math/R-cran-tensor/Makefile @@ -1,10 +1,9 @@ PORTNAME= tensor -DISTVERSION= 1.5 -PORTREVISION= 1 +DISTVERSION= 1.5.1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= atanubiswas484@gmail.com COMMENT= Tensor product of arrays WWW= https://CRAN.R-project.org/package=tensor diff --git a/math/R-cran-tensor/distinfo b/math/R-cran-tensor/distinfo index 96e18c9a8555..25ea00690495 100644 --- a/math/R-cran-tensor/distinfo +++ b/math/R-cran-tensor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621841003 -SHA256 (tensor_1.5.tar.gz) = e1dec23e3913a82e2c79e76313911db9050fb82711a0da227f94fc6df2d3aea6 -SIZE (tensor_1.5.tar.gz) = 2518 +TIMESTAMP = 1750725012 +SHA256 (tensor_1.5.1.tar.gz) = 6edb07024eaaadec1f83694f5012c2355aced3e589c2c3c659021b5f03168b58 +SIZE (tensor_1.5.1.tar.gz) = 2541 diff --git a/math/analitza/distinfo b/math/analitza/distinfo index 92acafb36da0..888559c99f9d 100644 --- a/math/analitza/distinfo +++ b/math/analitza/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036802 -SHA256 (KDE/release-service/25.04.2/analitza-25.04.2.tar.xz) = 47177e0a8400e108491b769b825ef4990f3dd97b3348eec182da3e65e5704db7 -SIZE (KDE/release-service/25.04.2/analitza-25.04.2.tar.xz) = 368036 +TIMESTAMP = 1751381502 +SHA256 (KDE/release-service/25.04.3/analitza-25.04.3.tar.xz) = 5cd695fc83af74eedd3970725e35a6396120631e46866efc9094bce683ad626c +SIZE (KDE/release-service/25.04.3/analitza-25.04.3.tar.xz) = 368048 diff --git a/math/blis/Makefile b/math/blis/Makefile index 730634730572..94c753bcbb02 100644 --- a/math/blis/Makefile +++ b/math/blis/Makefile @@ -1,5 +1,5 @@ PORTNAME= blis -PORTVERSION= 1.1 +PORTVERSION= 2.0 CATEGORIES= math MAINTAINER= thierry@FreeBSD.org diff --git a/math/blis/distinfo b/math/blis/distinfo index 67dd41b3eb1f..2f05a2476493 100644 --- a/math/blis/distinfo +++ b/math/blis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1737707071 -SHA256 (flame-blis-1.1_GH0.tar.gz) = 847c035809b8994c077ade737a4813601db96c4cf0d903d08ba6a9b8ee0fe03e -SIZE (flame-blis-1.1_GH0.tar.gz) = 15706349 +TIMESTAMP = 1751452506 +SHA256 (flame-blis-2.0_GH0.tar.gz) = 08bbebd77914a6d1a43874ae5ec2f54fe6a77cba745f2532df28361b0f1ad1b3 +SIZE (flame-blis-2.0_GH0.tar.gz) = 15751849 diff --git a/math/blis/pkg-plist b/math/blis/pkg-plist index 72060bacf3af..6de49fb38fb0 100644 --- a/math/blis/pkg-plist +++ b/math/blis/pkg-plist @@ -6,7 +6,98 @@ lib/libblis.a lib/libblis.so lib/libblis.so.4 lib/libblis.so.4.0.0 -share/pkgconfig/blis.pc +%%DATADIR%%/avx.s +%%DATADIR%%/avx512dq.s +%%DATADIR%%/avx512f.s %%DATADIR%%/common.mk %%DATADIR%%/config.mk +%%DATADIR%%/config/a64fx/bli_kernel_defs_a64fx.h +%%DATADIR%%/config/a64fx/make_defs.mk +%%DATADIR%%/config/altra/bli_kernel_defs_altra.h +%%DATADIR%%/config/altra/make_defs.mk +%%DATADIR%%/config/altramax/bli_kernel_defs_altramax.h +%%DATADIR%%/config/altramax/make_defs.mk +%%DATADIR%%/config/amd64/make_defs.mk +%%DATADIR%%/config/amd64_legacy/make_defs.mk +%%DATADIR%%/config/arm32/make_defs.mk +%%DATADIR%%/config/arm64/make_defs.mk +%%DATADIR%%/config/armsve/bli_kernel_defs_armsve.h +%%DATADIR%%/config/armsve/make_defs.mk +%%DATADIR%%/config/bgq/bli_kernel_defs_bgq.h +%%DATADIR%%/config/bgq/make_defs.mk +%%DATADIR%%/config/bulldozer/bli_kernel_defs_bulldozer.h +%%DATADIR%%/config/bulldozer/make_defs.mk +%%DATADIR%%/config/cortexa15/bli_kernel_defs_cortexa15.h +%%DATADIR%%/config/cortexa15/make_defs.mk +%%DATADIR%%/config/cortexa53/bli_kernel_defs_cortexa53.h +%%DATADIR%%/config/cortexa53/make_defs.mk +%%DATADIR%%/config/cortexa57/bli_kernel_defs_cortexa57.h +%%DATADIR%%/config/cortexa57/make_defs.mk +%%DATADIR%%/config/cortexa9/bli_kernel_defs_cortexa9.h +%%DATADIR%%/config/cortexa9/make_defs.mk +%%DATADIR%%/config/excavator/bli_kernel_defs_excavator.h +%%DATADIR%%/config/excavator/make_defs.mk +%%DATADIR%%/config/firestorm/bli_kernel_defs_firestorm.h +%%DATADIR%%/config/firestorm/make_defs.mk +%%DATADIR%%/config/generic/bli_kernel_defs_generic.h +%%DATADIR%%/config/generic/make_defs.mk +%%DATADIR%%/config/haswell/bli_kernel_defs_haswell.h +%%DATADIR%%/config/haswell/make_defs.mk +%%DATADIR%%/config/intel64/make_defs.mk +%%DATADIR%%/config/knl/bli_kernel_defs_knl.h +%%DATADIR%%/config/knl/make_defs.mk +%%DATADIR%%/config/penryn/bli_kernel_defs_penryn.h +%%DATADIR%%/config/penryn/make_defs.mk +%%DATADIR%%/config/piledriver/bli_kernel_defs_piledriver.h +%%DATADIR%%/config/piledriver/make_defs.mk +%%DATADIR%%/config/power/make_defs.mk +%%DATADIR%%/config/power10/bli_kernel_defs_power10.h +%%DATADIR%%/config/power10/make_defs.mk +%%DATADIR%%/config/power9/bli_kernel_defs_power9.h +%%DATADIR%%/config/power9/make_defs.mk +%%DATADIR%%/config/rv32i/bli_kernel_defs_rv32i.h +%%DATADIR%%/config/rv32i/make_defs.mk +%%DATADIR%%/config/rv32iv/bli_kernel_defs_rv32iv.h +%%DATADIR%%/config/rv32iv/make_defs.mk +%%DATADIR%%/config/rv64i/bli_kernel_defs_rv64i.h +%%DATADIR%%/config/rv64i/make_defs.mk +%%DATADIR%%/config/rv64iv/bli_kernel_defs_rv64iv.h +%%DATADIR%%/config/rv64iv/make_defs.mk +%%DATADIR%%/config/sandybridge/bli_kernel_defs_sandybridge.h +%%DATADIR%%/config/sandybridge/make_defs.mk +%%DATADIR%%/config/sifive_x280/bli_kernel_defs_sifive_x280.h +%%DATADIR%%/config/sifive_x280/make_defs.mk +%%DATADIR%%/config/skx/bli_kernel_defs_skx.h +%%DATADIR%%/config/skx/make_defs.mk +%%DATADIR%%/config/steamroller/bli_kernel_defs_steamroller.h +%%DATADIR%%/config/steamroller/make_defs.mk +%%DATADIR%%/config/thunderx2/bli_kernel_defs_thunderx2.h +%%DATADIR%%/config/thunderx2/make_defs.mk %%DATADIR%%/config/%%ARCH%%/make_defs.mk +%%DATADIR%%/config/zen/bli_kernel_defs_zen.h +%%DATADIR%%/config/zen/make_defs.mk +%%DATADIR%%/config/zen2/bli_kernel_defs_zen2.h +%%DATADIR%%/config/zen2/make_defs.mk +%%DATADIR%%/config/zen3/bli_kernel_defs_zen3.h +%%DATADIR%%/config/zen3/make_defs.mk +%%DATADIR%%/config_registry +%%DATADIR%%/configure-plugin +%%DATADIR%%/flatten-headers.py +%%DATADIR%%/fma3.s +%%DATADIR%%/fma4.s +%%DATADIR%%/fragment.mk +%%DATADIR%%/gen-make-frag.sh +%%DATADIR%%/ignore_list +%%DATADIR%%/mirror-tree.sh +%%DATADIR%%/plugin/Makefile +%%DATADIR%%/plugin/bli_plugin.h.in +%%DATADIR%%/plugin/bli_plugin_init_ref.c +%%DATADIR%%/plugin/bli_plugin_init_zen3.c +%%DATADIR%%/plugin/bli_plugin_register.c +%%DATADIR%%/plugin/config.mk.in +%%DATADIR%%/plugin/my_kernel_1_ref.c +%%DATADIR%%/plugin/my_kernel_1_zen3.c +%%DATADIR%%/plugin/my_kernel_2_ref.c +%%DATADIR%%/special_list +%%DATADIR%%/suffix_list +share/pkgconfig/blis.pc 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 a3a5f513ec77..d71f5f19caa6 100644 --- a/math/cantor/distinfo +++ b/math/cantor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036805 -SHA256 (KDE/release-service/25.04.2/cantor-25.04.2.tar.xz) = 8cb744b18da22de4315b300f88b3e580eb2af559918187a73b78b3948615be74 -SIZE (KDE/release-service/25.04.2/cantor-25.04.2.tar.xz) = 10906092 +TIMESTAMP = 1751381505 +SHA256 (KDE/release-service/25.04.3/cantor-25.04.3.tar.xz) = 1a7732a34bc703f2febeceb074fb2827f84adf913b86c115553d73a2eb67af05 +SIZE (KDE/release-service/25.04.3/cantor-25.04.3.tar.xz) = 10905944 diff --git a/math/deal.ii/Makefile b/math/deal.ii/Makefile index ed127a19e64a..927ddbcbbc42 100644 --- a/math/deal.ii/Makefile +++ b/math/deal.ii/Makefile @@ -1,6 +1,6 @@ PORTNAME= deal.II DISTVERSION= 9.6.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MASTER_SITES= https://github.com/dealii/dealii/releases/download/v${DISTVERSION}/ DISTNAME= dealii-${DISTVERSION} diff --git a/math/elan/Makefile b/math/elan/Makefile index 08d324f9d913..16ecfff47107 100644 --- a/math/elan/Makefile +++ b/math/elan/Makefile @@ -1,7 +1,7 @@ PORTNAME= elan DISTVERSIONPREFIX= v DISTVERSION= 4.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/fend/Makefile b/math/fend/Makefile index 44adbba632f1..676d1316f3f4 100644 --- a/math/fend/Makefile +++ b/math/fend/Makefile @@ -1,7 +1,7 @@ PORTNAME= fend DISTVERSIONPREFIX= v DISTVERSION= 1.5.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/flexiblas/Makefile b/math/flexiblas/Makefile index 9f21632def84..b525436e905b 100644 --- a/math/flexiblas/Makefile +++ b/math/flexiblas/Makefile @@ -1,5 +1,6 @@ PORTNAME= flexiblas PORTVERSION= 3.4.5 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= math #MASTER_SITES= https://csc.mpi-magdeburg.mpg.de/mpcsc/software/flexiblas/ diff --git a/math/kalc/Makefile b/math/kalc/Makefile index 8e8955901d5f..aa559ab8f74e 100644 --- a/math/kalc/Makefile +++ b/math/kalc/Makefile @@ -1,7 +1,7 @@ PORTNAME= kalc DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math PKGNAMESUFFIX= -calculator diff --git a/math/kalgebra/distinfo b/math/kalgebra/distinfo index 63b32a7515b4..37a59ce6ea75 100644 --- a/math/kalgebra/distinfo +++ b/math/kalgebra/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036807 -SHA256 (KDE/release-service/25.04.2/kalgebra-25.04.2.tar.xz) = b54c535fd2f8c3ed6859040f6f8ca7fbd5c0ccb81a0a219cac9007fa2b45fccb -SIZE (KDE/release-service/25.04.2/kalgebra-25.04.2.tar.xz) = 953080 +TIMESTAMP = 1751381507 +SHA256 (KDE/release-service/25.04.3/kalgebra-25.04.3.tar.xz) = bbe2675fa1cc70a0d9094fc89aa8cdd9c79c1315b97ead62da06704e2aba826b +SIZE (KDE/release-service/25.04.3/kalgebra-25.04.3.tar.xz) = 953104 diff --git a/math/kalk/distinfo b/math/kalk/distinfo index b0c2de914c8f..621a57d43eda 100644 --- a/math/kalk/distinfo +++ b/math/kalk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036807 -SHA256 (KDE/release-service/25.04.2/kalk-25.04.2.tar.xz) = 51e2cd6b2c7d0c971a34a846018c459868e77c55d69f4ec4909a3956c95365f6 -SIZE (KDE/release-service/25.04.2/kalk-25.04.2.tar.xz) = 78424 +TIMESTAMP = 1751381507 +SHA256 (KDE/release-service/25.04.3/kalk-25.04.3.tar.xz) = 33d3079d5a39716e544e86224eff997ece79da77f8247bb5f08ce6a88cf03ff0 +SIZE (KDE/release-service/25.04.3/kalk-25.04.3.tar.xz) = 78428 diff --git a/math/kalker/Makefile b/math/kalker/Makefile index 022cd9671e0b..dadb36dd1168 100644 --- a/math/kalker/Makefile +++ b/math/kalker/Makefile @@ -1,7 +1,7 @@ PORTNAME= kalker DISTVERSIONPREFIX= v DISTVERSION= 2.2.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MAINTAINER= ashish@FreeBSD.org diff --git a/math/kbruch/distinfo b/math/kbruch/distinfo index 7b9596972a8b..2c17caa4a081 100644 --- a/math/kbruch/distinfo +++ b/math/kbruch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036810 -SHA256 (KDE/release-service/25.04.2/kbruch-25.04.2.tar.xz) = 532591dd5d1e4d07d2498010f5bdbd2d4c13c0ee9fb2f1eadbaf22485b7093eb -SIZE (KDE/release-service/25.04.2/kbruch-25.04.2.tar.xz) = 5163300 +TIMESTAMP = 1751381510 +SHA256 (KDE/release-service/25.04.3/kbruch-25.04.3.tar.xz) = fe61f069882ecc60ebcb3c2d48f664e25db868162f5e49e1093e8e29fc85df50 +SIZE (KDE/release-service/25.04.3/kbruch-25.04.3.tar.xz) = 5163332 diff --git a/math/kcalc/distinfo b/math/kcalc/distinfo index db997f89dfd5..533cc4a14cae 100644 --- a/math/kcalc/distinfo +++ b/math/kcalc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036812 -SHA256 (KDE/release-service/25.04.2/kcalc-25.04.2.tar.xz) = 98f010a6615fe08cdada3b15d348519e9e892575fc3636a661029b317b3afd0d -SIZE (KDE/release-service/25.04.2/kcalc-25.04.2.tar.xz) = 483604 +TIMESTAMP = 1751381512 +SHA256 (KDE/release-service/25.04.3/kcalc-25.04.3.tar.xz) = 1b6f52ff6950a5c7f6754bb41fd036af4a016939227b2f4351f3836ba705348b +SIZE (KDE/release-service/25.04.3/kcalc-25.04.3.tar.xz) = 483656 diff --git a/math/kig/distinfo b/math/kig/distinfo index 16a52209c2a2..1ec9078c8cc3 100644 --- a/math/kig/distinfo +++ b/math/kig/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036815 -SHA256 (KDE/release-service/25.04.2/kig-25.04.2.tar.xz) = 1e2de78c76d38863c9da0def20258f41ed5a795dc0f3073e060082604e8076fb -SIZE (KDE/release-service/25.04.2/kig-25.04.2.tar.xz) = 3253460 +TIMESTAMP = 1751381515 +SHA256 (KDE/release-service/25.04.3/kig-25.04.3.tar.xz) = 22df542700ba1be9cc1fd2efe8f6cbaa0251cb0aacd1a71b46d0c21b671bc5a3 +SIZE (KDE/release-service/25.04.3/kig-25.04.3.tar.xz) = 3252440 diff --git a/math/kmplot/distinfo b/math/kmplot/distinfo index 6a3b47543e73..4baf643c3070 100644 --- a/math/kmplot/distinfo +++ b/math/kmplot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036817 -SHA256 (KDE/release-service/25.04.2/kmplot-25.04.2.tar.xz) = ba69cc94f3024ac6773ddcf86973469e3f7266389dd99f6bf80cea3db3bae77c -SIZE (KDE/release-service/25.04.2/kmplot-25.04.2.tar.xz) = 3029520 +TIMESTAMP = 1751381517 +SHA256 (KDE/release-service/25.04.3/kmplot-25.04.3.tar.xz) = 87fb242a26ec28e33920d807d3cec8780e80ce5aa6c16cad7fc76d58637a33a2 +SIZE (KDE/release-service/25.04.3/kmplot-25.04.3.tar.xz) = 3029528 diff --git a/math/py-clarabel/Makefile b/math/py-clarabel/Makefile index c0675fe841f9..7d8e9f5e14d7 100644 --- a/math/py-clarabel/Makefile +++ b/math/py-clarabel/Makefile @@ -1,7 +1,7 @@ PORTNAME= clarabel DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math python #MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-narwhals/Makefile b/math/py-narwhals/Makefile index b1a0cb54fc6e..b4ad0c603463 100644 --- a/math/py-narwhals/Makefile +++ b/math/py-narwhals/Makefile @@ -1,5 +1,5 @@ PORTNAME= narwhals -PORTVERSION= 1.44.0 +PORTVERSION= 1.45.0 CATEGORIES= math python MASTER_SITES= PYPI \ https://github.com/narwhals-dev/narwhals/releases/download/v${PORTVERSION}/ @@ -33,7 +33,7 @@ DASK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dask>=2024.8:devel/py-dask@${PY_FLAVOR} DUCKDB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}duckdb>=1.0:databases/py-duckdb@${PY_FLAVOR} PANDAS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>=1.1.3,1:math/py-pandas@${PY_FLAVOR} MODIN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}modin>=0:math/py-modin@${PY_FLAVOR} -POLARS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}polars>=0.20.3:misc/py-polars@${PY_FLAVOR} +POLARS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}polars>=0.20.4:misc/py-polars@${PY_FLAVOR} PYARROW_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyarrow>=11.0.0:databases/py-pyarrow@${PY_FLAVOR} SQLFRAME_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlframe>=3.22.0:databases/py-sqlframe@${PY_FLAVOR} diff --git a/math/py-narwhals/distinfo b/math/py-narwhals/distinfo index 1ffc5b48d70c..575a984268cc 100644 --- a/math/py-narwhals/distinfo +++ b/math/py-narwhals/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954214 -SHA256 (narwhals-1.44.0.tar.gz) = 8cf0616d4f6f21225b3b56fcde96ccab6d05023561a0f162402aa9b8c33ad31d -SIZE (narwhals-1.44.0.tar.gz) = 499250 +TIMESTAMP = 1751375057 +SHA256 (narwhals-1.45.0.tar.gz) = f9ecefb9d09cda6fefa8ead10dc37a79129b6c78b0ac7117d21b4d4486bdd0d1 +SIZE (narwhals-1.45.0.tar.gz) = 508812 diff --git a/math/py-pcodec/Makefile b/math/py-pcodec/Makefile index 9881aab389c2..5711ecccf91d 100644 --- a/math/py-pcodec/Makefile +++ b/math/py-pcodec/Makefile @@ -1,5 +1,6 @@ PORTNAME= pcodec PORTVERSION= 0.3.5 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-rustworkx/Makefile b/math/py-rustworkx/Makefile index 92680b55ecf7..ae62ed541a5b 100644 --- a/math/py-rustworkx/Makefile +++ b/math/py-rustworkx/Makefile @@ -1,6 +1,6 @@ PORTNAME= rustworkx DISTVERSION= 0.16.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python #MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/rocs/distinfo b/math/rocs/distinfo index 2c0e0a5521ee..342967a7faa9 100644 --- a/math/rocs/distinfo +++ b/math/rocs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036820 -SHA256 (KDE/release-service/25.04.2/rocs-25.04.2.tar.xz) = e8d5af6cd63cd15a41195f10f1da09284c3e86a1fdd61d4e0bebccd01b3435ff -SIZE (KDE/release-service/25.04.2/rocs-25.04.2.tar.xz) = 1567148 +TIMESTAMP = 1751381520 +SHA256 (KDE/release-service/25.04.3/rocs-25.04.3.tar.xz) = 7aa095b6605dbd9075250b070d388b78fc2d739f483b404a41182c7bfb705a99 +SIZE (KDE/release-service/25.04.3/rocs-25.04.3.tar.xz) = 1565452 diff --git a/math/savage/Makefile b/math/savage/Makefile index 1c4833a408ff..1bcf918ef259 100644 --- a/math/savage/Makefile +++ b/math/savage/Makefile @@ -1,7 +1,7 @@ PORTNAME= savage DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= math MAINTAINER= ashish@FreeBSD.org diff --git a/math/slepc/Makefile b/math/slepc/Makefile index 2d7c04e4a2a2..862edc2e9c16 100644 --- a/math/slepc/Makefile +++ b/math/slepc/Makefile @@ -1,6 +1,6 @@ PORTNAME= slepc DISTVERSION= 3.22.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math devel MASTER_SITES= http://slepc.upv.es/download/distrib/ diff --git a/misc/aichat/Makefile b/misc/aichat/Makefile index edde76e179b8..6cebaaa3cfa5 100644 --- a/misc/aichat/Makefile +++ b/misc/aichat/Makefile @@ -1,7 +1,7 @@ PORTNAME= aichat DISTVERSIONPREFIX= v DISTVERSION= 0.29.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/air/Makefile b/misc/air/Makefile index cd75cb82fc0a..6026af6cb264 100644 --- a/misc/air/Makefile +++ b/misc/air/Makefile @@ -2,7 +2,7 @@ PORTNAME= air DISTVERSIONPREFIX= v DISTVERSION= 0.6.9-26 DISTVERSIONSUFFIX= -g4e175b0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc PKGNAMESUFFIX= -ai-chat-client diff --git a/misc/arrow-datafusion/Makefile b/misc/arrow-datafusion/Makefile index ae29ef7f1742..722b21bef0b2 100644 --- a/misc/arrow-datafusion/Makefile +++ b/misc/arrow-datafusion/Makefile @@ -1,6 +1,6 @@ PORTNAME= arrow-datafusion DISTVERSION= 45.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/artikulate/distinfo b/misc/artikulate/distinfo index 6bb71395593b..7e2bdf042602 100644 --- a/misc/artikulate/distinfo +++ b/misc/artikulate/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036822 -SHA256 (KDE/release-service/25.04.2/artikulate-25.04.2.tar.xz) = 8516387644d8a599f98bfcf0d0ee54af3e6e0ed217aca05d57029cc59d97577a -SIZE (KDE/release-service/25.04.2/artikulate-25.04.2.tar.xz) = 1055556 +TIMESTAMP = 1751381522 +SHA256 (KDE/release-service/25.04.3/artikulate-25.04.3.tar.xz) = 428ce49b04e8403ae952757dd883821b0e235170b9cfa0e7ba58b867bfaab404 +SIZE (KDE/release-service/25.04.3/artikulate-25.04.3.tar.xz) = 1054656 diff --git a/misc/bedrust/Makefile b/misc/bedrust/Makefile index ce622b4d821b..cf697d7d90cf 100644 --- a/misc/bedrust/Makefile +++ b/misc/bedrust/Makefile @@ -1,7 +1,7 @@ PORTNAME= bedrust DISTVERSIONPREFIX= v DISTVERSION= 0.8.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org diff --git a/misc/binocle/Makefile b/misc/binocle/Makefile index 3da4e65ba82d..a4ba44236555 100644 --- a/misc/binocle/Makefile +++ b/misc/binocle/Makefile @@ -1,7 +1,7 @@ PORTNAME= binocle DISTVERSIONPREFIX= v DISTVERSION= 0.3.2 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= misc wayland MAINTAINER= yuri@FreeBSD.org diff --git a/misc/broot/Makefile b/misc/broot/Makefile index 6aeaf623fe60..5fd32441f59c 100644 --- a/misc/broot/Makefile +++ b/misc/broot/Makefile @@ -1,7 +1,7 @@ PORTNAME= broot DISTVERSIONPREFIX= v DISTVERSION= 1.44.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= misc MAINTAINER= lcook@FreeBSD.org diff --git a/misc/code2prompt/Makefile b/misc/code2prompt/Makefile index 0e36db2a2781..1d47a4338b36 100644 --- a/misc/code2prompt/Makefile +++ b/misc/code2prompt/Makefile @@ -1,7 +1,7 @@ PORTNAME= code2prompt DISTVERSIONPREFIX= v DISTVERSION= 3.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org diff --git a/misc/coloursum/Makefile b/misc/coloursum/Makefile index ca4e397b091f..0939ba4819f6 100644 --- a/misc/coloursum/Makefile +++ b/misc/coloursum/Makefile @@ -1,7 +1,7 @@ PORTNAME= coloursum DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/dijo/Makefile b/misc/dijo/Makefile index 3b149eb1b37f..5118ec912dfc 100644 --- a/misc/dijo/Makefile +++ b/misc/dijo/Makefile @@ -1,7 +1,7 @@ PORTNAME= dijo DISTVERSIONPREFIX= v DISTVERSION= 0.2.7 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/dotenv-linter/Makefile b/misc/dotenv-linter/Makefile index 42a39a2fbbd8..cc5d42d4f814 100644 --- a/misc/dotenv-linter/Makefile +++ b/misc/dotenv-linter/Makefile @@ -1,7 +1,7 @@ PORTNAME= dotenv-linter DISTVERSIONPREFIX= v DISTVERSION= 3.3.0 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/kdeedu-data/distinfo b/misc/kdeedu-data/distinfo index bfdddbb97081..6005148c1fe9 100644 --- a/misc/kdeedu-data/distinfo +++ b/misc/kdeedu-data/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036822 -SHA256 (KDE/release-service/25.04.2/kdeedu-data-25.04.2.tar.xz) = c6d0d4776baa3afcba1f6def7747bfc62376d50151988d6bf7ffb118fc36bff3 -SIZE (KDE/release-service/25.04.2/kdeedu-data-25.04.2.tar.xz) = 338856 +TIMESTAMP = 1751381522 +SHA256 (KDE/release-service/25.04.3/kdeedu-data-25.04.3.tar.xz) = 623352e8f620b151282e27d29a4e89992b2a88c3da44c13d621bb8f8de18d077 +SIZE (KDE/release-service/25.04.3/kdeedu-data-25.04.3.tar.xz) = 338788 diff --git a/misc/kgeography/distinfo b/misc/kgeography/distinfo index 41d92a5b1785..f1263d9a974e 100644 --- a/misc/kgeography/distinfo +++ b/misc/kgeography/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036825 -SHA256 (KDE/release-service/25.04.2/kgeography-25.04.2.tar.xz) = a835beac56a14e2058529418d068f95317e626f8d810b9b8d17b24b6c676fef7 -SIZE (KDE/release-service/25.04.2/kgeography-25.04.2.tar.xz) = 12489452 +TIMESTAMP = 1751381525 +SHA256 (KDE/release-service/25.04.3/kgeography-25.04.3.tar.xz) = 684a7e61934a7025484a3e25975bf0d50abd917b351a49d152a09a6ab2bfed39 +SIZE (KDE/release-service/25.04.3/kgeography-25.04.3.tar.xz) = 12488820 diff --git a/misc/klettres/distinfo b/misc/klettres/distinfo index 30bc854523db..d8d407a850d6 100644 --- a/misc/klettres/distinfo +++ b/misc/klettres/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036827 -SHA256 (KDE/release-service/25.04.2/klettres-25.04.2.tar.xz) = f997e8eb38970f73fbdb8aa56ed7ac432046e49a8701f4399084248b8c3bdadc -SIZE (KDE/release-service/25.04.2/klettres-25.04.2.tar.xz) = 47193804 +TIMESTAMP = 1751381528 +SHA256 (KDE/release-service/25.04.3/klettres-25.04.3.tar.xz) = e666b319cbe8984f12e5d0bf0d88261cb5108a867d55db46de26feaf5978ff54 +SIZE (KDE/release-service/25.04.3/klettres-25.04.3.tar.xz) = 47189952 diff --git a/misc/ktouch/distinfo b/misc/ktouch/distinfo index c0f82e424c0c..d3b1c115561f 100644 --- a/misc/ktouch/distinfo +++ b/misc/ktouch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036830 -SHA256 (KDE/release-service/25.04.2/ktouch-25.04.2.tar.xz) = 810d9ff4a2623ecaa10638ef59dd6445e3988a49d0ed26519447f6a3e5c0f300 -SIZE (KDE/release-service/25.04.2/ktouch-25.04.2.tar.xz) = 4789496 +TIMESTAMP = 1751381530 +SHA256 (KDE/release-service/25.04.3/ktouch-25.04.3.tar.xz) = acc1cf7f43526a8fb569f96e63aca39ec3e6e2ac6807d27005650f870af59e90 +SIZE (KDE/release-service/25.04.3/ktouch-25.04.3.tar.xz) = 4787696 diff --git a/misc/kwordquiz/distinfo b/misc/kwordquiz/distinfo index 8f1a8e22efbe..56d179c83be1 100644 --- a/misc/kwordquiz/distinfo +++ b/misc/kwordquiz/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036832 -SHA256 (KDE/release-service/25.04.2/kwordquiz-25.04.2.tar.xz) = 702a3d7c281aaa205621b2088ba7a24ea202ae0390c5cf4057f16687012836b7 -SIZE (KDE/release-service/25.04.2/kwordquiz-25.04.2.tar.xz) = 3618688 +TIMESTAMP = 1751381532 +SHA256 (KDE/release-service/25.04.3/kwordquiz-25.04.3.tar.xz) = 55aaad6ecb0aa7a8a9452efde78e5c7348786d9ff1967b3d82c7e8876ad47286 +SIZE (KDE/release-service/25.04.3/kwordquiz-25.04.3.tar.xz) = 3618732 diff --git a/misc/libkeduvocdocument/distinfo b/misc/libkeduvocdocument/distinfo index 7f08c8b667c4..432253702e43 100644 --- a/misc/libkeduvocdocument/distinfo +++ b/misc/libkeduvocdocument/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036835 -SHA256 (KDE/release-service/25.04.2/libkeduvocdocument-25.04.2.tar.xz) = 989799931db6710b23370f7cb54fff062c12bb02d985644351c716f0b46c6e36 -SIZE (KDE/release-service/25.04.2/libkeduvocdocument-25.04.2.tar.xz) = 229352 +TIMESTAMP = 1751381535 +SHA256 (KDE/release-service/25.04.3/libkeduvocdocument-25.04.3.tar.xz) = 7ecacdb4f313e69ca27aad2c02520c76d5ed5db3095f776a717526e15c17fbae +SIZE (KDE/release-service/25.04.3/libkeduvocdocument-25.04.3.tar.xz) = 229384 diff --git a/misc/lscolors/Makefile b/misc/lscolors/Makefile index 8140c05042b4..26ebfde65192 100644 --- a/misc/lscolors/Makefile +++ b/misc/lscolors/Makefile @@ -1,7 +1,7 @@ PORTNAME= lscolors DISTVERSIONPREFIX= v DISTVERSION= 0.20.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/minuet/distinfo b/misc/minuet/distinfo index 1b25792d37c2..4ee0e14c8ae2 100644 --- a/misc/minuet/distinfo +++ b/misc/minuet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036837 -SHA256 (KDE/release-service/25.04.2/minuet-25.04.2.tar.xz) = 6d01871df0f666fbfc9c84bad6c7146955690e6a37b46738e98058f8a5bfb514 -SIZE (KDE/release-service/25.04.2/minuet-25.04.2.tar.xz) = 27696532 +TIMESTAMP = 1751381537 +SHA256 (KDE/release-service/25.04.3/minuet-25.04.3.tar.xz) = 8d8bd7e3891622432c52a9b9d0bf4bc1a93ace9fdd19fd434bb787239e117057 +SIZE (KDE/release-service/25.04.3/minuet-25.04.3.tar.xz) = 27689784 diff --git a/misc/navi/Makefile b/misc/navi/Makefile index 1b07456401c0..eafc1ecc41f9 100644 --- a/misc/navi/Makefile +++ b/misc/navi/Makefile @@ -1,7 +1,7 @@ PORTNAME= navi DISTVERSIONPREFIX= v DISTVERSION= 2.24.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MAINTAINER= nivit@FreeBSD.org diff --git a/misc/ooo/Makefile b/misc/ooo/Makefile index 5826ad9d1568..eb56cd932fbe 100644 --- a/misc/ooo/Makefile +++ b/misc/ooo/Makefile @@ -1,6 +1,6 @@ PORTNAME= ooo DISTVERSION= 0.1.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= misc # machine learning MAINTAINER= yuri@FreeBSD.org diff --git a/misc/parley/Makefile b/misc/parley/Makefile index a2c6dc92e088..d2f31e3055a9 100644 --- a/misc/parley/Makefile +++ b/misc/parley/Makefile @@ -1,6 +1,5 @@ PORTNAME= parley DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= misc education kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/misc/parley/distinfo b/misc/parley/distinfo index 087c646ac459..be60ab83efab 100644 --- a/misc/parley/distinfo +++ b/misc/parley/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036838 -SHA256 (KDE/release-service/25.04.2/parley-25.04.2.tar.xz) = 8be416a9d48491112590b75836cbde8940fc3303e80b3189485fb7a9508319ff -SIZE (KDE/release-service/25.04.2/parley-25.04.2.tar.xz) = 8448296 +TIMESTAMP = 1751381538 +SHA256 (KDE/release-service/25.04.3/parley-25.04.3.tar.xz) = 5e4a568809bab0c0b13f4cc74a238b36a7a67797ebba1e552745015a72e71006 +SIZE (KDE/release-service/25.04.3/parley-25.04.3.tar.xz) = 8448324 diff --git a/misc/pqrs/Makefile b/misc/pqrs/Makefile index f83cfbac975d..024713095da1 100644 --- a/misc/pqrs/Makefile +++ b/misc/pqrs/Makefile @@ -1,7 +1,7 @@ PORTNAME= pqrs DISTVERSIONPREFIX= v DISTVERSION= 0.3.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/py-hf-xet/Makefile b/misc/py-hf-xet/Makefile index 5ce235e42037..95c75a7d2294 100644 --- a/misc/py-hf-xet/Makefile +++ b/misc/py-hf-xet/Makefile @@ -1,5 +1,6 @@ PORTNAME= hf-xet DISTVERSION= 1.1.5 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-huggingface-hub/Makefile b/misc/py-huggingface-hub/Makefile index 6c2111d58869..a64f80837d4c 100644 --- a/misc/py-huggingface-hub/Makefile +++ b/misc/py-huggingface-hub/Makefile @@ -1,5 +1,5 @@ PORTNAME= huggingface-hub -DISTVERSION= 0.33.1 +DISTVERSION= 0.33.2 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-huggingface-hub/distinfo b/misc/py-huggingface-hub/distinfo index 2e633ac56d1d..c8be21b749e2 100644 --- a/misc/py-huggingface-hub/distinfo +++ b/misc/py-huggingface-hub/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750985431 -SHA256 (huggingface_hub-0.33.1.tar.gz) = 589b634f979da3ea4b8bdb3d79f97f547840dc83715918daf0b64209c0844c7b -SIZE (huggingface_hub-0.33.1.tar.gz) = 426728 +TIMESTAMP = 1751591525 +SHA256 (huggingface_hub-0.33.2.tar.gz) = 84221defaec8fa09c090390cd68c78b88e3c4c2b7befba68d3dc5aacbc3c2c5f +SIZE (huggingface_hub-0.33.2.tar.gz) = 426637 diff --git a/misc/py-lazrs/Makefile b/misc/py-lazrs/Makefile index 921bd9859a64..acde5873915a 100644 --- a/misc/py-lazrs/Makefile +++ b/misc/py-lazrs/Makefile @@ -1,6 +1,6 @@ PORTNAME= lazrs DISTVERSION= 0.6.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-pyqir/Makefile b/misc/py-pyqir/Makefile index 42bd8e249867..1a4c6ccb0fbe 100644 --- a/misc/py-pyqir/Makefile +++ b/misc/py-pyqir/Makefile @@ -1,7 +1,7 @@ PORTNAME= pyqir DISTVERSIONPREFIX= v DISTVERSION= 0.10.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc python # quantum-computing #MASTER_SITES= PYPI # no tarballs PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-pytorch/Makefile b/misc/py-pytorch/Makefile index 2bf97ee11be6..4b20c667b5c1 100644 --- a/misc/py-pytorch/Makefile +++ b/misc/py-pytorch/Makefile @@ -1,6 +1,7 @@ PORTNAME= pytorch DISTVERSIONPREFIX= v DISTVERSION= 2.7.1 +PORTREVISION= 1 CATEGORIES= misc # machine-learning MASTER_SITES= https://github.com/pytorch/pytorch/releases/download/v${DISTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-safetensors/Makefile b/misc/py-safetensors/Makefile index 74059e60fd27..b0df6168590e 100644 --- a/misc/py-safetensors/Makefile +++ b/misc/py-safetensors/Makefile @@ -1,6 +1,7 @@ PORTNAME= safetensors DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= misc python # machine-learning #MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/pytorch/Makefile b/misc/pytorch/Makefile index 8121dbec7d1e..ebacf295b966 100644 --- a/misc/pytorch/Makefile +++ b/misc/pytorch/Makefile @@ -1,7 +1,7 @@ PORTNAME= pytorch DISTVERSIONPREFIX= v DISTVERSION= 2.4.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= misc # machine-learning MASTER_SITES= https://github.com/pytorch/pytorch/releases/download/v${DISTVERSION}/ DIST_SUBDIR= ${PORTNAME} diff --git a/misc/radio_datetime_analyzer/Makefile b/misc/radio_datetime_analyzer/Makefile index 5d28eb5a2ff5..f0339de08752 100644 --- a/misc/radio_datetime_analyzer/Makefile +++ b/misc/radio_datetime_analyzer/Makefile @@ -1,5 +1,6 @@ PORTNAME= radio_datetime_analyzer DISTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= https://codeberg.org/rene0/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # prevent USES=cargo from overriding default DISTFILES diff --git a/misc/rash/Makefile b/misc/rash/Makefile index 11b997a8a6e0..f5b995b6e3fb 100644 --- a/misc/rash/Makefile +++ b/misc/rash/Makefile @@ -1,7 +1,7 @@ PORTNAME= rash DISTVERSIONPREFIX= v DISTVERSION= 2.9.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/rsclock/Makefile b/misc/rsclock/Makefile index 56b2be53647f..ce9608f706f3 100644 --- a/misc/rsclock/Makefile +++ b/misc/rsclock/Makefile @@ -1,7 +1,7 @@ PORTNAME= rsclock DISTVERSIONPREFIX= v DISTVERSION= 0.1.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/ruut/Makefile b/misc/ruut/Makefile index cc2e624dea59..1df532352d2d 100644 --- a/misc/ruut/Makefile +++ b/misc/ruut/Makefile @@ -1,7 +1,7 @@ PORTNAME= ruut DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/silicon/Makefile b/misc/silicon/Makefile index 87b32a00532f..b0152a9fee07 100644 --- a/misc/silicon/Makefile +++ b/misc/silicon/Makefile @@ -1,7 +1,7 @@ PORTNAME= silicon DISTVERSIONPREFIX= v DISTVERSION= 0.5.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= misc PKGNAMESUFFIX= -code-visualizer diff --git a/misc/star-history/Makefile b/misc/star-history/Makefile index 676ad81363d3..3bee56b72508 100644 --- a/misc/star-history/Makefile +++ b/misc/star-history/Makefile @@ -1,6 +1,6 @@ PORTNAME= star-history DISTVERSION= 1.0.31 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/tenere/Makefile b/misc/tenere/Makefile index ccc8b3e3881d..12d55b919202 100644 --- a/misc/tenere/Makefile +++ b/misc/tenere/Makefile @@ -1,7 +1,7 @@ PORTNAME= tenere DISTVERSIONPREFIX= v DISTVERSION= 0.11.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org diff --git a/misc/timr-tui/Makefile b/misc/timr-tui/Makefile index 222c5c599f53..750029e3f8b2 100644 --- a/misc/timr-tui/Makefile +++ b/misc/timr-tui/Makefile @@ -1,7 +1,7 @@ PORTNAME= timr-tui DISTVERSIONPREFIX= v DISTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/wavedrom/Makefile b/misc/wavedrom/Makefile index 0dd6037306a9..435612f3ed56 100644 --- a/misc/wavedrom/Makefile +++ b/misc/wavedrom/Makefile @@ -1,7 +1,7 @@ PORTNAME= wavedrom DISTVERSIONPREFIX= v DISTVERSION= 0.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/wthrr/Makefile b/misc/wthrr/Makefile index ea7f8980e1fc..33930a50f655 100644 --- a/misc/wthrr/Makefile +++ b/misc/wthrr/Makefile @@ -1,7 +1,7 @@ PORTNAME= wthrr DISTVERSIONPREFIX= v DISTVERSION= 1.2.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= misc MAINTAINER= pkubaj@FreeBSD.org diff --git a/misc/xd-rust/Makefile b/misc/xd-rust/Makefile index 8e3f88f3314a..84b7cfd05fa0 100644 --- a/misc/xd-rust/Makefile +++ b/misc/xd-rust/Makefile @@ -1,6 +1,6 @@ PORTNAME= xd DISTVERSION= 0.0.4 -PORTREVISION= 41 +PORTREVISION= 42 CATEGORIES= misc MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/:main DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}:main diff --git a/misc/xplr/Makefile b/misc/xplr/Makefile index efa173dcab54..5666d66add8a 100644 --- a/misc/xplr/Makefile +++ b/misc/xplr/Makefile @@ -1,7 +1,7 @@ PORTNAME= xplr DISTVERSIONPREFIX= v DISTVERSION= 0.21.9 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc MAINTAINER= lcook@FreeBSD.org diff --git a/misc/zine/Makefile b/misc/zine/Makefile index 975908d418f6..841192d50969 100644 --- a/misc/zine/Makefile +++ b/misc/zine/Makefile @@ -1,7 +1,7 @@ PORTNAME= zine DISTVERSIONPREFIX= v DISTVERSION= 0.16.0 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/multimedia/ab-av1/Makefile b/multimedia/ab-av1/Makefile index e3b6c17cc904..859b71f24d3b 100644 --- a/multimedia/ab-av1/Makefile +++ b/multimedia/ab-av1/Makefile @@ -1,7 +1,7 @@ PORTNAME= ab-av1 DISTVERSIONPREFIX= v DISTVERSION= 0.10.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/alass/Makefile b/multimedia/alass/Makefile index 0380201b1411..b94b82c95e3d 100644 --- a/multimedia/alass/Makefile +++ b/multimedia/alass/Makefile @@ -1,7 +1,7 @@ PORTNAME= alass DISTVERSIONPREFIX= v DISTVERSION= 2.0.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org diff --git a/multimedia/av1an/Makefile b/multimedia/av1an/Makefile index f78949097442..39922cc2183d 100644 --- a/multimedia/av1an/Makefile +++ b/multimedia/av1an/Makefile @@ -1,6 +1,6 @@ PORTNAME= av1an DISTVERSION= 0.4.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/dovi_tool/Makefile b/multimedia/dovi_tool/Makefile index 8eee9df13507..b47bd6191598 100644 --- a/multimedia/dovi_tool/Makefile +++ b/multimedia/dovi_tool/Makefile @@ -1,6 +1,6 @@ PORTNAME= dovi_tool DISTVERSION= 2.1.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= multimedia MAINTAINER= michiel@vanbaak.eu diff --git a/multimedia/dragon/distinfo b/multimedia/dragon/distinfo index ab26aaa54508..727a8ed83f4b 100644 --- a/multimedia/dragon/distinfo +++ b/multimedia/dragon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036840 -SHA256 (KDE/release-service/25.04.2/dragon-25.04.2.tar.xz) = 15a14eeb295989bf1fff35e55897a817f7fda7064f0bc31c331e88b6d41ffd82 -SIZE (KDE/release-service/25.04.2/dragon-25.04.2.tar.xz) = 1773256 +TIMESTAMP = 1751381540 +SHA256 (KDE/release-service/25.04.3/dragon-25.04.3.tar.xz) = 41b4bb755052147c5de8ed8ea6cd6c77b21e804c95d6be2143a9369ecc9f77c2 +SIZE (KDE/release-service/25.04.3/dragon-25.04.3.tar.xz) = 1773328 diff --git a/multimedia/gstreamer1-plugins-rust/Makefile b/multimedia/gstreamer1-plugins-rust/Makefile index 6b7b983e2bbd..8c70c12307bf 100644 --- a/multimedia/gstreamer1-plugins-rust/Makefile +++ b/multimedia/gstreamer1-plugins-rust/Makefile @@ -1,5 +1,6 @@ PORTNAME= gstreamer1-plugins-rust DISTVERSION= ${gst-rust_VERSION} +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= multimedia@FreeBSD.org diff --git a/multimedia/gstreamer1/Makefile b/multimedia/gstreamer1/Makefile index ccf63782bd69..8dbde1f1c2d4 100644 --- a/multimedia/gstreamer1/Makefile +++ b/multimedia/gstreamer1/Makefile @@ -1,5 +1,6 @@ PORTNAME= gstreamer PORTVERSION= ${_GST_VERSION} +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= https://gstreamer.freedesktop.org/src/gstreamer/ PKGNAMESUFFIX= 1 diff --git a/multimedia/helvum/Makefile b/multimedia/helvum/Makefile index 5dbd5dbaa06e..85b55ca0c360 100644 --- a/multimedia/helvum/Makefile +++ b/multimedia/helvum/Makefile @@ -1,6 +1,6 @@ PORTNAME= helvum DISTVERSION= 0.5.1 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= multimedia MAINTAINER= ports@FreeBSD.org diff --git a/multimedia/kamoso/distinfo b/multimedia/kamoso/distinfo index ebcdd01deeef..1bb0dc15efc9 100644 --- a/multimedia/kamoso/distinfo +++ b/multimedia/kamoso/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036843 -SHA256 (KDE/release-service/25.04.2/kamoso-25.04.2.tar.xz) = 425969c22d2d64e84135dd0df1c46e15a6c2a87d04759ca6c853e361515242c1 -SIZE (KDE/release-service/25.04.2/kamoso-25.04.2.tar.xz) = 235708 +TIMESTAMP = 1751381543 +SHA256 (KDE/release-service/25.04.3/kamoso-25.04.3.tar.xz) = 27cb36ac810434514e4f870c64d8ca851e868dd49fca1396dcb5be97a9727477 +SIZE (KDE/release-service/25.04.3/kamoso-25.04.3.tar.xz) = 235688 diff --git a/multimedia/kasts/distinfo b/multimedia/kasts/distinfo index 445c6ad2aa4f..d14488815dd8 100644 --- a/multimedia/kasts/distinfo +++ b/multimedia/kasts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036843 -SHA256 (KDE/release-service/25.04.2/kasts-25.04.2.tar.xz) = d81b9524f38fc71874fb80a945a862ccfb3e880b66cde6107bc6a5130431be63 -SIZE (KDE/release-service/25.04.2/kasts-25.04.2.tar.xz) = 646132 +TIMESTAMP = 1751381543 +SHA256 (KDE/release-service/25.04.3/kasts-25.04.3.tar.xz) = 4c46103e0490ee8b38735be61f5c498c4651150118a9c914538190f0249f2f2f +SIZE (KDE/release-service/25.04.3/kasts-25.04.3.tar.xz) = 646124 diff --git a/multimedia/kdemultimedia-ffmpegthumbs/distinfo b/multimedia/kdemultimedia-ffmpegthumbs/distinfo index 65481fc775f1..b435fb247c3c 100644 --- a/multimedia/kdemultimedia-ffmpegthumbs/distinfo +++ b/multimedia/kdemultimedia-ffmpegthumbs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036845 -SHA256 (KDE/release-service/25.04.2/ffmpegthumbs-25.04.2.tar.xz) = c47e40955fd502af94f26fbeb0f271fde90dbe3de3aa442caccb46d3ca804b22 -SIZE (KDE/release-service/25.04.2/ffmpegthumbs-25.04.2.tar.xz) = 33232 +TIMESTAMP = 1751381545 +SHA256 (KDE/release-service/25.04.3/ffmpegthumbs-25.04.3.tar.xz) = 78204751a7a57716971ed194a6636d559fb114113f24c193fd1cf798dfb2a994 +SIZE (KDE/release-service/25.04.3/ffmpegthumbs-25.04.3.tar.xz) = 33240 diff --git a/multimedia/kdenlive/distinfo b/multimedia/kdenlive/distinfo index c8909475a267..363cbc328dfb 100644 --- a/multimedia/kdenlive/distinfo +++ b/multimedia/kdenlive/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036848 -SHA256 (KDE/release-service/25.04.2/kdenlive-25.04.2.tar.xz) = 338552fbe675df671e05a5ebce8744e8b1d07db9e36f44e83655eff9ce2d4281 -SIZE (KDE/release-service/25.04.2/kdenlive-25.04.2.tar.xz) = 14196732 +TIMESTAMP = 1751381548 +SHA256 (KDE/release-service/25.04.3/kdenlive-25.04.3.tar.xz) = 36f8927e59ed997b1f9584b570bda5b5aa34dc1316b20e5d48f13181731abc89 +SIZE (KDE/release-service/25.04.3/kdenlive-25.04.3.tar.xz) = 14219668 diff --git a/multimedia/kooha/Makefile b/multimedia/kooha/Makefile index 69ea008815ff..e9ef1a99461a 100644 --- a/multimedia/kooha/Makefile +++ b/multimedia/kooha/Makefile @@ -1,7 +1,7 @@ PORTNAME= kooha DISTVERSIONPREFIX= v DISTVERSION= 2.3.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= multimedia wayland MAINTAINER= ports@FreeBSD.org diff --git a/multimedia/librav1e/Makefile b/multimedia/librav1e/Makefile index e57c828256c8..dad1c73c906d 100644 --- a/multimedia/librav1e/Makefile +++ b/multimedia/librav1e/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMEPREFIX= lib MASTERDIR= ${.CURDIR}/../rav1e diff --git a/multimedia/librespot/Makefile b/multimedia/librespot/Makefile index 4d1ffa499ed6..b1547985e8db 100644 --- a/multimedia/librespot/Makefile +++ b/multimedia/librespot/Makefile @@ -1,7 +1,7 @@ PORTNAME= librespot DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= multimedia MAINTAINER= driesm@FreeBSD.org diff --git a/multimedia/mlt7/distinfo b/multimedia/mlt7/distinfo index 0c82b556a354..d897695ee69a 100644 --- a/multimedia/mlt7/distinfo +++ b/multimedia/mlt7/distinfo @@ -1,9 +1,3 @@ -TIMESTAMP = 1738487445 -SHA256 (mlt-7.30.0.tar.gz) = c802a5fdc16324f6c69273d0bb9718d30c2f635422e171ee01c0e7745e0e793c -SIZE (mlt-7.30.0.tar.gz) = 1725015 -SHA256 (6f533e7b8999bc4017c1a6685bf2baea6570d44c.patch) = a7d205cf2ee9c7cf8f1ba577752d121115af224c11e4380f1d9c2a85cc28d4ad -SIZE (6f533e7b8999bc4017c1a6685bf2baea6570d44c.patch) = 866 -SHA256 (2072c6b3596854f1a7165d7ddd5994204e741db8.patch) = 2636d637cab4fb480a0233cbac00dc7165bbeb891dcceb9a9787ea9811787603 -SIZE (2072c6b3596854f1a7165d7ddd5994204e741db8.patch) = 883 -SHA256 (63953cf7338181c82eb6eb9f93c8c9a11aaee5f7.patch) = 4bec2860cdc605e5e9905c94b94e4d18f8f24b244489a3cdd8df8c3e93160caa -SIZE (63953cf7338181c82eb6eb9f93c8c9a11aaee5f7.patch) = 1469 +TIMESTAMP = 1751586976 +SHA256 (mlt-7.32.0.tar.gz) = 1ca5aadfe27995c879b9253b3a48d1dcc3b1247ea0b5620b087d58f5521be028 +SIZE (mlt-7.32.0.tar.gz) = 1790860 diff --git a/multimedia/neolink/Makefile b/multimedia/neolink/Makefile index ea8eb4b99ffc..b1f9a0abc543 100644 --- a/multimedia/neolink/Makefile +++ b/multimedia/neolink/Makefile @@ -2,7 +2,7 @@ PORTNAME= neolink PORTVERSION= 0.3.0 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= g20210903 -PORTREVISION= 34 +PORTREVISION= 35 CATEGORIES= multimedia MAINTAINER= kevans@FreeBSD.org diff --git a/multimedia/obs-studio/Makefile b/multimedia/obs-studio/Makefile index 0f4330e6004e..76af6a21a134 100644 --- a/multimedia/obs-studio/Makefile +++ b/multimedia/obs-studio/Makefile @@ -14,7 +14,6 @@ WWW= https://obsproject.com/ \ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= fails due to incompability of devel/boost-libs>=1.87 and devel/websocketpp<=0.82_2, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287916 BROKEN_armv7= compilation fails: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat] (32-builds aren't supported, see issue 10481) BROKEN_i386= link fails: relocation R_386_PC32 cannot be used against symbol 'strlist_split'; recompile with -fPIC, see https://github.com/obsproject/obs-studio/issues/10481 diff --git a/multimedia/plasmatube/distinfo b/multimedia/plasmatube/distinfo index 1248049c75b7..d834cccbe874 100644 --- a/multimedia/plasmatube/distinfo +++ b/multimedia/plasmatube/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036848 -SHA256 (KDE/release-service/25.04.2/plasmatube-25.04.2.tar.xz) = 544f80dbb003c81fc20f83c765f198c7ee31c6b7c7ef8d19724e6f7a249993a7 -SIZE (KDE/release-service/25.04.2/plasmatube-25.04.2.tar.xz) = 224128 +TIMESTAMP = 1751381548 +SHA256 (KDE/release-service/25.04.3/plasmatube-25.04.3.tar.xz) = bd05e3b4ca3be87d05c232df92683bfbd58bb6239d18ad601abe4b4e9cf9b0fb +SIZE (KDE/release-service/25.04.3/plasmatube-25.04.3.tar.xz) = 224128 diff --git a/multimedia/rav1e/Makefile b/multimedia/rav1e/Makefile index 962b528ab0ed..014ae5cf9533 100644 --- a/multimedia/rav1e/Makefile +++ b/multimedia/rav1e/Makefile @@ -1,7 +1,7 @@ PORTNAME= rav1e DISTVERSIONPREFIX= v DISTVERSION= 0.8.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= multimedia MAINTAINER= ports@FreeBSD.org diff --git a/multimedia/ringrtc/Makefile b/multimedia/ringrtc/Makefile index a38010a76761..91df659a71b1 100644 --- a/multimedia/ringrtc/Makefile +++ b/multimedia/ringrtc/Makefile @@ -1,6 +1,7 @@ PORTNAME= ringrtc DISTVERSIONPREFIX= v DISTVERSION= 2.53.0 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= LOCAL/mikael/ringrtc/:base \ LOCAL/mikael/ringrtc/:boringssl \ diff --git a/multimedia/scte35dump/Makefile b/multimedia/scte35dump/Makefile index be22fcc9ad94..029f910bd617 100644 --- a/multimedia/scte35dump/Makefile +++ b/multimedia/scte35dump/Makefile @@ -1,7 +1,7 @@ PORTNAME= scte35dump DISTVERSIONPREFIX= v DISTVERSION= 0.1.8 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= multimedia MAINTAINER= rodrigo@FreeBSD.org diff --git a/multimedia/shotcut-qt6/Makefile b/multimedia/shotcut-qt6/Makefile index a30b342180b5..46078715343a 100644 --- a/multimedia/shotcut-qt6/Makefile +++ b/multimedia/shotcut-qt6/Makefile @@ -1,5 +1,5 @@ PORTNAME= shotcut -DISTVERSION= 25.03.29 +DISTVERSION= 25.05.11 CATEGORIES= multimedia MASTER_SITES= https://github.com/mltframework/${PORTNAME}/releases/download/v${DISTVERSION}/ PKGNAMESUFFIX= -qt6 @@ -30,6 +30,9 @@ CXXFLAGS+= -DSHOTCUT_NOUPGRADE CONFLICTS= shotcut +EXTRACT_AFTER_ARGS= --include src/${PORTNAME} \ + --no-same-owner --no-same-permissions + WRKSRC= ${WRKDIR}/src WRKSRC_SUBDIR= ${PORTNAME} diff --git a/multimedia/shotcut-qt6/distinfo b/multimedia/shotcut-qt6/distinfo index 749d1f4913c0..7b8d0c174ab5 100644 --- a/multimedia/shotcut-qt6/distinfo +++ b/multimedia/shotcut-qt6/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744180908 -SHA256 (shotcut-src-250329.txz) = 7007f6eeeed201c8d25c449cb20e55c9d105a3a341d4c342242b8d6b269fc61e -SIZE (shotcut-src-250329.txz) = 342706360 +TIMESTAMP = 1751586330 +SHA256 (shotcut-src-250511.txz) = 1e928c877f44240b44fd52a5f7b96fb86557fd2f5dfd6229789970287a315444 +SIZE (shotcut-src-250511.txz) = 343339376 diff --git a/multimedia/shotcut-qt6/pkg-plist b/multimedia/shotcut-qt6/pkg-plist index d586a8c037fa..b0d96a2450e3 100644 --- a/multimedia/shotcut-qt6/pkg-plist +++ b/multimedia/shotcut-qt6/pkg-plist @@ -418,6 +418,8 @@ share/mime/packages/org.shotcut.Shotcut.xml %%DATADIR%%/qml/filters/stabilize/icon.webp %%DATADIR%%/qml/filters/stabilize/meta.qml %%DATADIR%%/qml/filters/stabilize/ui.qml +%%DATADIR%%/qml/filters/strobe/meta.qml +%%DATADIR%%/qml/filters/strobe/ui.qml %%DATADIR%%/qml/filters/subtitle/icon.webp %%DATADIR%%/qml/filters/subtitle/meta.qml %%DATADIR%%/qml/filters/subtitle/ui.qml diff --git a/multimedia/termplay/Makefile b/multimedia/termplay/Makefile index 86bed1fdaaee..cbda5d56a2d8 100644 --- a/multimedia/termplay/Makefile +++ b/multimedia/termplay/Makefile @@ -1,6 +1,6 @@ PORTNAME= termplay DISTVERSION= 2.0.6 -PORTREVISION= 44 +PORTREVISION= 45 CATEGORIES= multimedia MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/multimedia/video-trimmer/Makefile b/multimedia/video-trimmer/Makefile index 2f2a2e374561..9529dcb63142 100644 --- a/multimedia/video-trimmer/Makefile +++ b/multimedia/video-trimmer/Makefile @@ -1,7 +1,7 @@ PORTNAME= video-trimmer DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia MAINTAINER= nxjoseph@protonmail.com diff --git a/multimedia/wl-screenrec/Makefile b/multimedia/wl-screenrec/Makefile index 5d7f7fbfb1d9..9bd743db8223 100644 --- a/multimedia/wl-screenrec/Makefile +++ b/multimedia/wl-screenrec/Makefile @@ -1,7 +1,7 @@ PORTNAME= wl-screenrec DISTVERSIONPREFIX= v DISTVERSION= 0.1.5 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= multimedia wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/youtui/Makefile b/multimedia/youtui/Makefile index 51d4f04b0ebd..025bd529afc9 100644 --- a/multimedia/youtui/Makefile +++ b/multimedia/youtui/Makefile @@ -1,6 +1,7 @@ PORTNAME= youtui DISTVERSIONPREFIX= youtui/v DISTVERSION= 0.0.25 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org diff --git a/net-im/conduit/Makefile b/net-im/conduit/Makefile index b9dd351e38b2..27a14db4420b 100644 --- a/net-im/conduit/Makefile +++ b/net-im/conduit/Makefile @@ -1,7 +1,7 @@ PORTNAME= conduit DISTVERSIONPREFIX= v DISTVERSION= 0.10.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im PKGNAMEPREFIX= matrix- diff --git a/net-im/flare/Makefile b/net-im/flare/Makefile index 835495d22906..747cb306812e 100644 --- a/net-im/flare/Makefile +++ b/net-im/flare/Makefile @@ -1,5 +1,6 @@ PORTNAME= flare DISTVERSION= 0.16.3 +PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= nxjoseph@protonmail.com diff --git a/net-im/fractal/Makefile b/net-im/fractal/Makefile index 7a163abf2fb4..d155517047de 100644 --- a/net-im/fractal/Makefile +++ b/net-im/fractal/Makefile @@ -1,6 +1,6 @@ PORTNAME= fractal DISTVERSION= 4.4.2 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= net-im MASTER_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/archive/${DISTVERSION}/ # XXX USES=cargo omits the default source archive by default diff --git a/net-im/gurk-rs/Makefile b/net-im/gurk-rs/Makefile index 048c214993be..6c88afe9c8e6 100644 --- a/net-im/gurk-rs/Makefile +++ b/net-im/gurk-rs/Makefile @@ -1,7 +1,7 @@ PORTNAME= gurk-rs DISTVERSIONPREFIX= v DISTVERSION= 0.6.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MAINTAINER= bsd@orsolic.org diff --git a/net-im/iamb/Makefile b/net-im/iamb/Makefile index 4995c35d3f8b..eeeeb6364ef8 100644 --- a/net-im/iamb/Makefile +++ b/net-im/iamb/Makefile @@ -1,7 +1,7 @@ PORTNAME= iamb DISTVERSIONPREFIX= v DISTVERSION= 0.0.10 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net-im MAINTAINER= ashish@FreeBSD.org diff --git a/net-im/kaccounts-integration/distinfo b/net-im/kaccounts-integration/distinfo index 617d49c72d0c..b94e25609dc2 100644 --- a/net-im/kaccounts-integration/distinfo +++ b/net-im/kaccounts-integration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036850 -SHA256 (KDE/release-service/25.04.2/kaccounts-integration-25.04.2.tar.xz) = 0fecd64d0b0bc698bd4c9a13a80daf96d3a77072ddb8616b8bc670b67249d15c -SIZE (KDE/release-service/25.04.2/kaccounts-integration-25.04.2.tar.xz) = 94488 +TIMESTAMP = 1751381551 +SHA256 (KDE/release-service/25.04.3/kaccounts-integration-25.04.3.tar.xz) = 71a0475a2274fa4e9f332d8903518b26b5d025614f7e79c747a35ba126e2988c +SIZE (KDE/release-service/25.04.3/kaccounts-integration-25.04.3.tar.xz) = 94512 diff --git a/net-im/kaccounts-providers/distinfo b/net-im/kaccounts-providers/distinfo index 80efed1d5ff5..3a1c1a8a05c0 100644 --- a/net-im/kaccounts-providers/distinfo +++ b/net-im/kaccounts-providers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036853 -SHA256 (KDE/release-service/25.04.2/kaccounts-providers-25.04.2.tar.xz) = 586406b7f3d93170a36fc49fe1e8d6e8a6c23f1e00bea460ae2f8bc6a5f5762b -SIZE (KDE/release-service/25.04.2/kaccounts-providers-25.04.2.tar.xz) = 68612 +TIMESTAMP = 1751381553 +SHA256 (KDE/release-service/25.04.3/kaccounts-providers-25.04.3.tar.xz) = a8d8245157f4b867190671432acf15a0f3f658654992f69ab3b9e0f7666177b3 +SIZE (KDE/release-service/25.04.3/kaccounts-providers-25.04.3.tar.xz) = 68616 diff --git a/net-im/libsignal-client/Makefile b/net-im/libsignal-client/Makefile index 614a2ea9c0bf..471ff026735b 100644 --- a/net-im/libsignal-client/Makefile +++ b/net-im/libsignal-client/Makefile @@ -1,7 +1,7 @@ PORTNAME= libsignal-client DISTVERSIONPREFIX= v DISTVERSION= 0.9.6 -PORTREVISION= 34 +PORTREVISION= 35 PORTEPOCH= 1 CATEGORIES= net-im java diff --git a/net-im/libsignal-node/Makefile b/net-im/libsignal-node/Makefile index c91f9e90cf3d..9cb979e2c418 100644 --- a/net-im/libsignal-node/Makefile +++ b/net-im/libsignal-node/Makefile @@ -1,7 +1,6 @@ PORTNAME= libsignal DISTVERSIONPREFIX= v -DISTVERSION= 0.72.1 -PORTREVISION= 1 +DISTVERSION= 0.74.1 CATEGORIES= net-im MASTER_SITES= LOCAL/mikael/signal-desktop/:npm PKGNAMESUFFIX= -node diff --git a/net-im/libsignal-node/Makefile.crates b/net-im/libsignal-node/Makefile.crates index 172e14a83929..011e7363a0f9 100644 --- a/net-im/libsignal-node/Makefile.crates +++ b/net-im/libsignal-node/Makefile.crates @@ -152,8 +152,11 @@ CARGO_CRATES= addr2line-0.24.2 \ hashbrown-0.12.3 \ hashbrown-0.15.2 \ hax-lib-0.2.0 \ + hax-lib-0.3.1 \ hax-lib-macros-0.2.0 \ + hax-lib-macros-0.3.1 \ hax-lib-macros-types-0.2.0 \ + hax-lib-macros-types-0.3.1 \ headers-0.3.9 \ headers-core-0.2.0 \ heck-0.5.0 \ @@ -207,14 +210,20 @@ CARGO_CRATES= addr2line-0.24.2 \ json5-0.4.1 \ lazy_static-1.5.0 \ libc-0.2.171 \ + libcrux-hacl-rs-0.0.2 \ + libcrux-hkdf-0.0.2 \ + libcrux-hmac-0.0.2 \ libcrux-intrinsics-0.0.2 \ + libcrux-macros-0.0.2 \ libcrux-ml-kem-0.0.2 \ libcrux-platform-0.0.2 \ + libcrux-sha2-0.0.2 \ libcrux-sha3-0.0.2 \ + libcrux-traits-0.0.2 \ libloading-0.8.6 \ libz-sys-1.1.22 \ - linkme-0.3.32 \ - linkme-impl-0.3.32 \ + linkme-0.3.33 \ + linkme-impl-0.3.33 \ linux-raw-sys-0.4.15 \ linux-raw-sys-0.9.3 \ litemap-0.7.4 \ @@ -239,8 +248,8 @@ CARGO_CRATES= addr2line-0.24.2 \ mp4san-derive-0.5.3 \ multer-2.1.0 \ multimap-0.10.0 \ - neon-1.0.0 \ - neon-macros-1.0.0 \ + neon-1.1.1 \ + neon-macros-1.1.1 \ nom-7.1.3 \ nom-derive-0.10.1 \ nom-derive-impl-0.10.1 \ @@ -298,6 +307,8 @@ CARGO_CRATES= addr2line-0.24.2 \ proc-macro-crate-3.3.0 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ + proc-macro-error-attr2-2.0.0 \ + proc-macro-error2-2.0.1 \ proc-macro2-1.0.94 \ procfs-core-0.17.0 \ proptest-1.6.0 \ @@ -380,6 +391,7 @@ CARGO_CRATES= addr2line-0.24.2 \ socket2-0.5.9 \ socks5-proto-0.4.1 \ socks5-server-0.10.1 \ + sorted-vec-0.8.6 \ spin-0.9.8 \ spki-0.7.3 \ stable_deref_trait-1.2.0 \ @@ -513,4 +525,5 @@ CARGO_CRATES= addr2line-0.24.2 \ zerovec-0.10.4 \ zerovec-derive-0.10.3 \ boring,boring-sys,tokio-boring@git+https://github.com/signalapp/boring?tag=signal-v4.15.0\#bb42da53b3900aea1936d41decf9403f25c4259c \ - curve25519-dalek,curve25519-dalek-derive@git+https://github.com/signalapp/curve25519-dalek?tag=signal-curve25519-4.1.3\#7c6d34756355a3566a704da84dce7b1c039a6572 + curve25519-dalek,curve25519-dalek-derive@git+https://github.com/signalapp/curve25519-dalek?tag=signal-curve25519-4.1.3\#7c6d34756355a3566a704da84dce7b1c039a6572 \ + spqr@git+https://github.com/signalapp/SparsePostQuantumRatchet.git?tag=v1.0.0\#d6c10734689ec5844d09c1a054a288d36cde2adc diff --git a/net-im/libsignal-node/distinfo b/net-im/libsignal-node/distinfo index 34e15920b0d6..08fd758430ac 100644 --- a/net-im/libsignal-node/distinfo +++ b/net-im/libsignal-node/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1748873481 -SHA256 (libsignal-node-0.72.1-npm-cache.tar.gz) = b1a507f586c138c511bcc8b43a7bd749ed9ddeea410f79b920c58bd121e89ac6 -SIZE (libsignal-node-0.72.1-npm-cache.tar.gz) = 60938457 +TIMESTAMP = 1751534803 +SHA256 (libsignal-node-0.74.1-npm-cache.tar.gz) = e0d752b1dc11e66397110b862ae9298eeecf6a4ac95377142bad0f7db8ffaf6b +SIZE (libsignal-node-0.74.1-npm-cache.tar.gz) = 61195154 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 @@ -309,10 +309,16 @@ SHA256 (rust/crates/hashbrown-0.15.2.crate) = bf151400ff0baff5465007dd2f3e717f3f SIZE (rust/crates/hashbrown-0.15.2.crate) = 138478 SHA256 (rust/crates/hax-lib-0.2.0.crate) = 61933dbb676f11311378720e1ee97a511813edb7044255381ba0d625cac6be7b SIZE (rust/crates/hax-lib-0.2.0.crate) = 9469 +SHA256 (rust/crates/hax-lib-0.3.1.crate) = a89999d4446ba7d86c777bc6a30c106b9bf60d12eb1952242af5d1d7cb33943d +SIZE (rust/crates/hax-lib-0.3.1.crate) = 164224 SHA256 (rust/crates/hax-lib-macros-0.2.0.crate) = 7ba3a8d32921c3f535e973f72053d20bc8c7f74028911a269748440952157807 SIZE (rust/crates/hax-lib-macros-0.2.0.crate) = 19469 +SHA256 (rust/crates/hax-lib-macros-0.3.1.crate) = 704a31fb12a8c50243e8d4c88d006f64852822b0e24488a0de9986803a661792 +SIZE (rust/crates/hax-lib-macros-0.3.1.crate) = 22066 SHA256 (rust/crates/hax-lib-macros-types-0.2.0.crate) = d5a22f64cb35f8363892df6285e7edbe96885cd660d85bfd6765c95886647b77 SIZE (rust/crates/hax-lib-macros-types-0.2.0.crate) = 3048 +SHA256 (rust/crates/hax-lib-macros-types-0.3.1.crate) = f302d2a43ba5888c61454ffeb8719dc43e7c0e83082d0fe302ac82d8d898b075 +SIZE (rust/crates/hax-lib-macros-types-0.3.1.crate) = 4430 SHA256 (rust/crates/headers-0.3.9.crate) = 06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270 SIZE (rust/crates/headers-0.3.9.crate) = 68290 SHA256 (rust/crates/headers-core-0.2.0.crate) = e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429 @@ -419,22 +425,34 @@ SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591 SIZE (rust/crates/lazy_static-1.5.0.crate) = 14025 SHA256 (rust/crates/libc-0.2.171.crate) = c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6 SIZE (rust/crates/libc-0.2.171.crate) = 785246 +SHA256 (rust/crates/libcrux-hacl-rs-0.0.2.crate) = f8bba0885296a72555a5d77056c39cc9b04edd9ab1afa3025ef3dbd96220705c +SIZE (rust/crates/libcrux-hacl-rs-0.0.2.crate) = 46297 +SHA256 (rust/crates/libcrux-hkdf-0.0.2.crate) = 4f42b91d695ed80a637c7670bdc7a5a5e11b98493b01266d985a1477bfaa6bd7 +SIZE (rust/crates/libcrux-hkdf-0.0.2.crate) = 7548 +SHA256 (rust/crates/libcrux-hmac-0.0.2.crate) = e478f3208de8b92021a4e97a9590027e2eb115673ad6b1a2ebdf9f367c2b6057 +SIZE (rust/crates/libcrux-hmac-0.0.2.crate) = 9831 SHA256 (rust/crates/libcrux-intrinsics-0.0.2.crate) = f4f764ef781467a75b92f4df575911f1cdcf77a7beb316d8054a233fed53a7ab SIZE (rust/crates/libcrux-intrinsics-0.0.2.crate) = 11927 +SHA256 (rust/crates/libcrux-macros-0.0.2.crate) = 3021bc24fb679408d4d7175e21cf808f49816c599733ebf4a97e5bd39c3ce7c0 +SIZE (rust/crates/libcrux-macros-0.0.2.crate) = 4971 SHA256 (rust/crates/libcrux-ml-kem-0.0.2.crate) = 34075e62474b4531bd02647a59190b9d4982b5ecca5d9775fc3d35dd70d9cff1 SIZE (rust/crates/libcrux-ml-kem-0.0.2.crate) = 905869 SHA256 (rust/crates/libcrux-platform-0.0.2.crate) = db82d058aa76ea315a3b2092f69dfbd67ddb0e462038a206e1dcd73f058c0778 SIZE (rust/crates/libcrux-platform-0.0.2.crate) = 7226 +SHA256 (rust/crates/libcrux-sha2-0.0.2.crate) = 412cf855804ed65212e3d61983d500cea8b9259eff35bb6f8bf03aaf0ac19fbc +SIZE (rust/crates/libcrux-sha2-0.0.2.crate) = 12662 SHA256 (rust/crates/libcrux-sha3-0.0.2.crate) = 3678ede46c5b5e7d5c0035065f8b9575fb67b6df405a88778ddb89cfb71d8fed SIZE (rust/crates/libcrux-sha3-0.0.2.crate) = 23508 +SHA256 (rust/crates/libcrux-traits-0.0.2.crate) = 50c487a3fb34361f4f78a9c9dc5eff4ae62ef3ccb69a916af7b524dd288de9db +SIZE (rust/crates/libcrux-traits-0.0.2.crate) = 5116 SHA256 (rust/crates/libloading-0.8.6.crate) = fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34 SIZE (rust/crates/libloading-0.8.6.crate) = 28922 SHA256 (rust/crates/libz-sys-1.1.22.crate) = 8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d SIZE (rust/crates/libz-sys-1.1.22.crate) = 841053 -SHA256 (rust/crates/linkme-0.3.32.crate) = 22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe -SIZE (rust/crates/linkme-0.3.32.crate) = 16968 -SHA256 (rust/crates/linkme-impl-0.3.32.crate) = 71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be -SIZE (rust/crates/linkme-impl-0.3.32.crate) = 7982 +SHA256 (rust/crates/linkme-0.3.33.crate) = a1b1703c00b2a6a70738920544aa51652532cacddfec2e162d2e29eae01e665c +SIZE (rust/crates/linkme-0.3.33.crate) = 17097 +SHA256 (rust/crates/linkme-impl-0.3.33.crate) = 04d55ca5d5a14363da83bf3c33874b8feaa34653e760d5216d7ef9829c88001a +SIZE (rust/crates/linkme-impl-0.3.33.crate) = 12099 SHA256 (rust/crates/linux-raw-sys-0.4.15.crate) = d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab SIZE (rust/crates/linux-raw-sys-0.4.15.crate) = 2150898 SHA256 (rust/crates/linux-raw-sys-0.9.3.crate) = fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413 @@ -483,10 +501,10 @@ SHA256 (rust/crates/multer-2.1.0.crate) = 01acbdc23469fd8fe07ab135923371d5f5a422 SIZE (rust/crates/multer-2.1.0.crate) = 23976 SHA256 (rust/crates/multimap-0.10.0.crate) = defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03 SIZE (rust/crates/multimap-0.10.0.crate) = 14359 -SHA256 (rust/crates/neon-1.0.0.crate) = 7d75440242411c87dc39847b0e33e961ec1f10326a9d8ecf9c1ea64a3b3c13dc -SIZE (rust/crates/neon-1.0.0.crate) = 86108 -SHA256 (rust/crates/neon-macros-1.0.0.crate) = c6813fde79b646e47e7ad75f480aa80ef76a5d9599e2717407961531169ee38b -SIZE (rust/crates/neon-macros-1.0.0.crate) = 5886 +SHA256 (rust/crates/neon-1.1.1.crate) = 74c1d298c79e60a3f5a1e638ace1f9c1229d2a97bd3a9e40a63b67c8efa0f1e1 +SIZE (rust/crates/neon-1.1.1.crate) = 110047 +SHA256 (rust/crates/neon-macros-1.1.1.crate) = c39e43767817fc963f90f400600967a2b2403602c6440685d09a6bc4e02b70b1 +SIZE (rust/crates/neon-macros-1.1.1.crate) = 11503 SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a SIZE (rust/crates/nom-7.1.3.crate) = 117570 SHA256 (rust/crates/nom-derive-0.10.1.crate) = 1ff943d68b88d0b87a6e0d58615e8fa07f9fd5a1319fa0a72efc1f62275c79a7 @@ -601,6 +619,10 @@ SHA256 (rust/crates/proc-macro-error-1.0.4.crate) = da25490ff9892aab3fcf7c36f08c SIZE (rust/crates/proc-macro-error-1.0.4.crate) = 25293 SHA256 (rust/crates/proc-macro-error-attr-1.0.4.crate) = a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869 SIZE (rust/crates/proc-macro-error-attr-1.0.4.crate) = 7971 +SHA256 (rust/crates/proc-macro-error-attr2-2.0.0.crate) = 96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5 +SIZE (rust/crates/proc-macro-error-attr2-2.0.0.crate) = 7745 +SHA256 (rust/crates/proc-macro-error2-2.0.1.crate) = 11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802 +SIZE (rust/crates/proc-macro-error2-2.0.1.crate) = 24807 SHA256 (rust/crates/proc-macro2-1.0.94.crate) = a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84 SIZE (rust/crates/proc-macro2-1.0.94.crate) = 52391 SHA256 (rust/crates/procfs-core-0.17.0.crate) = 239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec @@ -765,6 +787,8 @@ SHA256 (rust/crates/socks5-proto-0.4.1.crate) = 3d91431c4672e25e372ef46bc554be8f SIZE (rust/crates/socks5-proto-0.4.1.crate) = 6295 SHA256 (rust/crates/socks5-server-0.10.1.crate) = 5223c26981806584cc38c74fddf58808dbdcf4724890471ced69e7a2e8d86345 SIZE (rust/crates/socks5-server-0.10.1.crate) = 10711 +SHA256 (rust/crates/sorted-vec-0.8.6.crate) = d372029cb5195f9ab4e4b9aef550787dce78b124fcaee8d82519925defcd6f0d +SIZE (rust/crates/sorted-vec-0.8.6.crate) = 12172 SHA256 (rust/crates/spin-0.9.8.crate) = 6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67 SIZE (rust/crates/spin-0.9.8.crate) = 38958 SHA256 (rust/crates/spki-0.7.3.crate) = d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d @@ -1033,8 +1057,10 @@ SHA256 (signalapp-boring-signal-v4.15.0_GH0.tar.gz) = cbbf016bad0d0672bb288ee825 SIZE (signalapp-boring-signal-v4.15.0_GH0.tar.gz) = 332114 SHA256 (signalapp-curve25519-dalek-signal-curve25519-4.1.3_GH0.tar.gz) = 8dd338dd7d558b7882310e8dc76ceca41ef448afd0532be208d4ff0f2924f334 SIZE (signalapp-curve25519-dalek-signal-curve25519-4.1.3_GH0.tar.gz) = 808022 -SHA256 (signalapp-libsignal-v0.72.1_GH0.tar.gz) = cefe8b6cf837b32aa9610fe4c276b992c968d480b194cfe3e7d3824443b6e5d3 -SIZE (signalapp-libsignal-v0.72.1_GH0.tar.gz) = 2077464 +SHA256 (signalapp-SparsePostQuantumRatchet-v1.0.0_GH0.tar.gz) = 377c5739f47a69b21b73922379100774d92727009ecd26aa02a8c2ebf62be90f +SIZE (signalapp-SparsePostQuantumRatchet-v1.0.0_GH0.tar.gz) = 143602 +SHA256 (signalapp-libsignal-v0.74.1_GH0.tar.gz) = 5157a2f8b309125f2b505286a543f6a08f9b718dfd48c6115cb5630d1da3c811 +SIZE (signalapp-libsignal-v0.74.1_GH0.tar.gz) = 2100875 SHA256 (google-boringssl-44b3df6f03d85c901767250329c571db405122d5_GH0.tar.gz) = 9567b43de39f66e57b895ee814135adc5ddf7f2c895964269b6b13b388158982 SIZE (google-boringssl-44b3df6f03d85c901767250329c571db405122d5_GH0.tar.gz) = 46106995 SHA256 (google-boringssl-853ca1ea1168dff08011e5d42d94609cc0ca2e27_GH0.tar.gz) = 61e85d6eaecf1706be0420a9104b66ff01bd04301b5fad323970685f942108ed diff --git a/net-im/neochat/distinfo b/net-im/neochat/distinfo index 4e85e66fe639..a0bf5b5c67ec 100644 --- a/net-im/neochat/distinfo +++ b/net-im/neochat/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036855 -SHA256 (KDE/release-service/25.04.2/neochat-25.04.2.tar.xz) = e322bdb43e7b202eda2c435fc62247faaff2e568e25823ec55fad8cc4539b4c6 -SIZE (KDE/release-service/25.04.2/neochat-25.04.2.tar.xz) = 1151532 +TIMESTAMP = 1751381556 +SHA256 (KDE/release-service/25.04.3/neochat-25.04.3.tar.xz) = ad44385ffdd78f813443fac8702003ee16d36afeded0bdf02fd4c928c487c53c +SIZE (KDE/release-service/25.04.3/neochat-25.04.3.tar.xz) = 1151680 diff --git a/net-im/py-matrix-synapse/Makefile b/net-im/py-matrix-synapse/Makefile index fee5ec18860a..4ff68f2ee4b1 100644 --- a/net-im/py-matrix-synapse/Makefile +++ b/net-im/py-matrix-synapse/Makefile @@ -1,6 +1,6 @@ PORTNAME= matrix-synapse DISTVERSION= 1.131.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net-im/signal-desktop/Makefile b/net-im/signal-desktop/Makefile index d6f3f2de3bf7..ad869c07c11b 100644 --- a/net-im/signal-desktop/Makefile +++ b/net-im/signal-desktop/Makefile @@ -1,7 +1,6 @@ PORTNAME= signal-desktop DISTVERSIONPREFIX= v -DISTVERSION= 7.58.0 -PORTREVISION= 3 +DISTVERSION= 7.60.0 CATEGORIES= net-im MASTER_SITES= LOCAL/mikael/signal-desktop/:npm \ https://registry.npmjs.org/@esbuild/freebsd-arm64/-/:esbuildarm64 \ diff --git a/net-im/signal-desktop/distinfo b/net-im/signal-desktop/distinfo index 75e300873502..fa62b6da86b4 100644 --- a/net-im/signal-desktop/distinfo +++ b/net-im/signal-desktop/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1750324460 -SHA256 (signal-desktop-7.58.0-npm-cache.tar.gz) = 7e3ef94f069c705aa09d1e1232e273c071f306aa40b5eea85709f15585b88736 -SIZE (signal-desktop-7.58.0-npm-cache.tar.gz) = 951815781 +TIMESTAMP = 1751535464 +SHA256 (signal-desktop-7.60.0-npm-cache.tar.gz) = e542468ae8ef7a5edbeea8b22b7653d5b44c19421e087224a5c8dc1e8af8dd3c +SIZE (signal-desktop-7.60.0-npm-cache.tar.gz) = 958978591 SHA256 (freebsd-arm64-0.24.0.tgz) = c09c0acf0e892cf3aa54b61aa02d447a9ecf00a9d7f0e6165e81f208d25d7de0 SIZE (freebsd-arm64-0.24.0.tgz) = 3970551 SHA256 (freebsd-x64-0.24.0.tgz) = f2562d5c4b5d48f832c73f30dc6155adc505b5a296081ddae48b517f2e3d6b42 SIZE (freebsd-x64-0.24.0.tgz) = 4318529 -SHA256 (signalapp-Signal-Desktop-v7.58.0_GH0.tar.gz) = 25b7e604a2661fcddb769cc62f4d691b76da4b2dc1684b949389907b840a5e0e -SIZE (signalapp-Signal-Desktop-v7.58.0_GH0.tar.gz) = 45733559 +SHA256 (signalapp-Signal-Desktop-v7.60.0_GH0.tar.gz) = bba0afa627c19aac274f1fa290df2a5a251dcc52e871f9a0c555e280603cbccb +SIZE (signalapp-Signal-Desktop-v7.60.0_GH0.tar.gz) = 45756114 diff --git a/net-im/signal-desktop/files/package-lock.json b/net-im/signal-desktop/files/package-lock.json index 062a77f2dbd3..0ababd0f7155 100644 --- a/net-im/signal-desktop/files/package-lock.json +++ b/net-im/signal-desktop/files/package-lock.json @@ -1,12 +1,12 @@ { "name": "signal-desktop", - "version": "7.58.0", + "version": "7.60.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "signal-desktop", - "version": "7.58.0", + "version": "7.60.0", "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { @@ -20,15 +20,17 @@ "@indutny/simple-windows-notifications": "2.0.16", "@indutny/sneequals": "4.0.0", "@popperjs/core": "2.11.8", + "@radix-ui/react-tooltip": "1.2.7", "@react-aria/focus": "3.19.1", "@react-aria/interactions": "3.23.0", "@react-aria/utils": "3.25.3", "@react-spring/web": "9.7.5", "@react-types/shared": "3.27.0", - "@signalapp/libsignal-client": "0.72.1", + "@signalapp/libsignal-client": "0.74.1", "@signalapp/quill-cjs": "2.1.2", "@signalapp/ringrtc": "2.53.0", "@signalapp/sqlcipher": "2.0.3", + "@signalapp/windows-ucv": "1.0.0", "@tanstack/react-virtual": "3.11.2", "@types/dom-mediacapture-transform": "0.1.11", "@types/fabric": "4.5.3", @@ -288,9 +290,9 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.27.5", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.27.5.tgz", - "integrity": "sha512-KiRAp/VoJaWkkte84TvUd9qjdbZAdiqyvMxrGl1N6vzFogKmaLgoM3L1kgtLicp2HP5fBJS8JrZKLVIZGVJAVg==", + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.0.tgz", + "integrity": "sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==", "dev": true, "license": "MIT", "engines": { @@ -339,16 +341,16 @@ } }, "node_modules/@babel/generator": { - "version": "7.27.5", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.27.5.tgz", - "integrity": "sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==", + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.0.tgz", + "integrity": "sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==", "dev": true, "license": "MIT", "dependencies": { - "@babel/parser": "^7.27.5", - "@babel/types": "^7.27.3", - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.25", + "@babel/parser": "^7.28.0", + "@babel/types": "^7.28.0", + "@jridgewell/gen-mapping": "^0.3.12", + "@jridgewell/trace-mapping": "^0.3.28", "jsesc": "^3.0.2" }, "engines": { @@ -445,22 +447,50 @@ } }, "node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.6.4", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.4.tgz", - "integrity": "sha512-jljfR1rGnXXNWnmQg2K3+bvhkxB51Rl32QRaOTuwwjviGrHzIbSc8+x9CpraDtbT7mfyjXObULP4w/adunNwAw==", + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.5.tgz", + "integrity": "sha512-uJnGFcPsWQK8fvjgGP5LZUZZsYGIoPeRjSF5PGwrelYgq7Q15/Ft9NGFp1zglwgIv//W0uG4BevRuSJRyylZPg==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-compilation-targets": "^7.22.6", - "@babel/helper-plugin-utils": "^7.22.5", - "debug": "^4.1.1", + "@babel/helper-compilation-targets": "^7.27.2", + "@babel/helper-plugin-utils": "^7.27.1", + "debug": "^4.4.1", "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2" + "resolve": "^1.22.10" }, "peerDependencies": { "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" } }, + "node_modules/@babel/helper-define-polyfill-provider/node_modules/debug": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", + "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/@babel/helper-globals": { + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz", + "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, "node_modules/@babel/helper-member-expression-to-functions": { "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz", @@ -607,13 +637,13 @@ } }, "node_modules/@babel/parser": { - "version": "7.27.5", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.5.tgz", - "integrity": "sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==", + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.0.tgz", + "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==", "dev": true, "license": "MIT", "dependencies": { - "@babel/types": "^7.27.3" + "@babel/types": "^7.28.0" }, "bin": { "parser": "bin/babel-parser.js" @@ -934,9 +964,9 @@ } }, "node_modules/@babel/plugin-transform-react-display-name": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.27.1.tgz", - "integrity": "sha512-p9+Vl3yuHPmkirRrg021XiP+EETmPMQTLr6Ayjj85RLNEbb3Eya/4VI0vAdzQG9SEAl2Lnt7fy5lZyMzjYoZQQ==", + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.28.0.tgz", + "integrity": "sha512-D6Eujc2zMxKjfa4Zxl4GHMsmhKKZ9VpcqIchJLvwTxad9zWIYulwYItBovpDOoNLISpcZSXoDJ5gaGbQUDqViA==", "dev": true, "license": "MIT", "dependencies": { @@ -1119,28 +1149,28 @@ } }, "node_modules/@babel/traverse": { - "version": "7.27.4", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.27.4.tgz", - "integrity": "sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==", + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.0.tgz", + "integrity": "sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==", "dev": true, "license": "MIT", "dependencies": { "@babel/code-frame": "^7.27.1", - "@babel/generator": "^7.27.3", - "@babel/parser": "^7.27.4", + "@babel/generator": "^7.28.0", + "@babel/helper-globals": "^7.28.0", + "@babel/parser": "^7.28.0", "@babel/template": "^7.27.2", - "@babel/types": "^7.27.3", - "debug": "^4.3.1", - "globals": "^11.1.0" + "@babel/types": "^7.28.0", + "debug": "^4.3.1" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/types": { - "version": "7.27.6", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.6.tgz", - "integrity": "sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==", + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.0.tgz", + "integrity": "sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==", "dev": true, "license": "MIT", "dependencies": { @@ -2162,35 +2192,6 @@ "url": "https://opencollective.com/eslint" } }, - "node_modules/@eslint/eslintrc/node_modules/globals": { - "version": "13.24.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", - "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "type-fest": "^0.20.2" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@eslint/eslintrc/node_modules/type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "dev": true, - "license": "(MIT OR CC0-1.0)", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/@eslint/js": { "version": "8.56.0", "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.56.0.tgz", @@ -2201,6 +2202,44 @@ "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, + "node_modules/@floating-ui/core": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.2.tgz", + "integrity": "sha512-wNB5ooIKHQc+Kui96jE/n69rHFWAVoxn5CAzL1Xdd8FG03cgY3MLO+GF9U3W737fYDSgPWA6MReKhBQBop6Pcw==", + "license": "MIT", + "dependencies": { + "@floating-ui/utils": "^0.2.10" + } + }, + "node_modules/@floating-ui/dom": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.2.tgz", + "integrity": "sha512-7cfaOQuCS27HD7DX+6ib2OrnW+b4ZBwDNnCcT0uTyidcmyWb03FnQqJybDBoCnpdxwBSfA94UAYlRCt7mV+TbA==", + "license": "MIT", + "dependencies": { + "@floating-ui/core": "^1.7.2", + "@floating-ui/utils": "^0.2.10" + } + }, + "node_modules/@floating-ui/react-dom": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.4.tgz", + "integrity": "sha512-JbbpPhp38UmXDDAu60RJmbeme37Jbgsm7NrHGgzYYFKmblzRUh6Pa641dII6LsjwF4XlScDrde2UAzDo/b9KPw==", + "license": "MIT", + "dependencies": { + "@floating-ui/dom": "^1.7.2" + }, + "peerDependencies": { + "react": ">=16.8.0", + "react-dom": ">=16.8.0" + } + }, + "node_modules/@floating-ui/utils": { + "version": "0.2.10", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.10.tgz", + "integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==", + "license": "MIT" + }, "node_modules/@formatjs/ecma402-abstract": { "version": "2.2.3", "resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-2.2.3.tgz", @@ -3240,18 +3279,14 @@ } }, "node_modules/@jridgewell/gen-mapping": { - "version": "0.3.8", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz", - "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==", + "version": "0.3.12", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz", + "integrity": "sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==", "dev": true, "license": "MIT", "dependencies": { - "@jridgewell/set-array": "^1.2.1", - "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/sourcemap-codec": "^1.5.0", "@jridgewell/trace-mapping": "^0.3.24" - }, - "engines": { - "node": ">=6.0.0" } }, "node_modules/@jridgewell/resolve-uri": { @@ -3264,20 +3299,10 @@ "node": ">=6.0.0" } }, - "node_modules/@jridgewell/set-array": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", - "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.0.0" - } - }, "node_modules/@jridgewell/source-map": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz", - "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==", + "version": "0.3.10", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.10.tgz", + "integrity": "sha512-0pPkgz9dY+bijgistcTTJ5mR+ocqRXLuhXHYdzoMmmoJ2C9S46RCm2GMUbatPEUK9Yjy26IrAy8D/M00lLkv+Q==", "dev": true, "license": "MIT", "dependencies": { @@ -3286,16 +3311,16 @@ } }, "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", - "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz", + "integrity": "sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==", "dev": true, "license": "MIT" }, "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.25", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", - "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", + "version": "0.3.29", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz", + "integrity": "sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==", "dev": true, "license": "MIT", "dependencies": { @@ -4412,6 +4437,415 @@ "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==", "license": "BSD-3-Clause" }, + "node_modules/@radix-ui/primitive": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.2.tgz", + "integrity": "sha512-XnbHrrprsNqZKQhStrSwgRUQzoCI1glLzdw79xiZPoofhGICeZRSQ3dIxAKH1gb3OHfNf4d6f+vAv3kil2eggA==", + "license": "MIT" + }, + "node_modules/@radix-ui/react-arrow": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/@radix-ui/react-arrow/-/react-arrow-1.1.7.tgz", + "integrity": "sha512-F+M1tLhO+mlQaOWspE8Wstg+z6PwxwRd8oQ8IXceWz92kfAmalTRf0EjrouQeo7QssEPfCn05B4Ihs1K9WQ/7w==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-primitive": "2.1.3" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-compose-refs": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.2.tgz", + "integrity": "sha512-z4eqJvfiNnFMHIIvXP3CY57y2WJs5g2v3X0zm9mEJkrkNv4rDxu+sg9Jh8EkXyeqBkB7SOcboo9dMVqhyrACIg==", + "license": "MIT", + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-context": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.2.tgz", + "integrity": "sha512-jCi/QKUM2r1Ju5a3J64TH2A5SpKAgh0LpknyqdQ4m6DCV0xJ2HG1xARRwNGPQfi1SLdLWZ1OJz6F4OMBBNiGJA==", + "license": "MIT", + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-dismissable-layer": { + "version": "1.1.10", + "resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.1.10.tgz", + "integrity": "sha512-IM1zzRV4W3HtVgftdQiiOmA0AdJlCtMLe00FXaHwgt3rAnNsIyDqshvkIW3hj/iu5hu8ERP7KIYki6NkqDxAwQ==", + "license": "MIT", + "dependencies": { + "@radix-ui/primitive": "1.1.2", + "@radix-ui/react-compose-refs": "1.1.2", + "@radix-ui/react-primitive": "2.1.3", + "@radix-ui/react-use-callback-ref": "1.1.1", + "@radix-ui/react-use-escape-keydown": "1.1.1" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-id": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.1.1.tgz", + "integrity": "sha512-kGkGegYIdQsOb4XjsfM97rXsiHaBwco+hFI66oO4s9LU+PLAC5oJ7khdOVFxkhsmlbpUqDAvXw11CluXP+jkHg==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-use-layout-effect": "1.1.1" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-popper": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@radix-ui/react-popper/-/react-popper-1.2.7.tgz", + "integrity": "sha512-IUFAccz1JyKcf/RjB552PlWwxjeCJB8/4KxT7EhBHOJM+mN7LdW+B3kacJXILm32xawcMMjb2i0cIZpo+f9kiQ==", + "license": "MIT", + "dependencies": { + "@floating-ui/react-dom": "^2.0.0", + "@radix-ui/react-arrow": "1.1.7", + "@radix-ui/react-compose-refs": "1.1.2", + "@radix-ui/react-context": "1.1.2", + "@radix-ui/react-primitive": "2.1.3", + "@radix-ui/react-use-callback-ref": "1.1.1", + "@radix-ui/react-use-layout-effect": "1.1.1", + "@radix-ui/react-use-rect": "1.1.1", + "@radix-ui/react-use-size": "1.1.1", + "@radix-ui/rect": "1.1.1" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-portal": { + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/@radix-ui/react-portal/-/react-portal-1.1.9.tgz", + "integrity": "sha512-bpIxvq03if6UNwXZ+HTK71JLh4APvnXntDc6XOX8UVq4XQOVl7lwok0AvIl+b8zgCw3fSaVTZMpAPPagXbKmHQ==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-primitive": "2.1.3", + "@radix-ui/react-use-layout-effect": "1.1.1" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-presence": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.1.4.tgz", + "integrity": "sha512-ueDqRbdc4/bkaQT3GIpLQssRlFgWaL/U2z/S31qRwwLWoxHLgry3SIfCwhxeQNbirEUXFa+lq3RL3oBYXtcmIA==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-compose-refs": "1.1.2", + "@radix-ui/react-use-layout-effect": "1.1.1" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-primitive": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.1.3.tgz", + "integrity": "sha512-m9gTwRkhy2lvCPe6QJp4d3G1TYEUHn/FzJUtq9MjH46an1wJU+GdoGC5VLof8RX8Ft/DlpshApkhswDLZzHIcQ==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-slot": "1.2.3" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-slot": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.2.3.tgz", + "integrity": "sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-compose-refs": "1.1.2" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-tooltip": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@radix-ui/react-tooltip/-/react-tooltip-1.2.7.tgz", + "integrity": "sha512-Ap+fNYwKTYJ9pzqW+Xe2HtMRbQ/EeWkj2qykZ6SuEV4iS/o1bZI5ssJbk4D2r8XuDuOBVz/tIx2JObtuqU+5Zw==", + "license": "MIT", + "dependencies": { + "@radix-ui/primitive": "1.1.2", + "@radix-ui/react-compose-refs": "1.1.2", + "@radix-ui/react-context": "1.1.2", + "@radix-ui/react-dismissable-layer": "1.1.10", + "@radix-ui/react-id": "1.1.1", + "@radix-ui/react-popper": "1.2.7", + "@radix-ui/react-portal": "1.1.9", + "@radix-ui/react-presence": "1.1.4", + "@radix-ui/react-primitive": "2.1.3", + "@radix-ui/react-slot": "1.2.3", + "@radix-ui/react-use-controllable-state": "1.2.2", + "@radix-ui/react-visually-hidden": "1.2.3" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-use-callback-ref": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.1.tgz", + "integrity": "sha512-FkBMwD+qbGQeMu1cOHnuGB6x4yzPjho8ap5WtbEJ26umhgqVXbhekKUQO+hZEL1vU92a3wHwdp0HAcqAUF5iDg==", + "license": "MIT", + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-use-controllable-state": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.2.2.tgz", + "integrity": "sha512-BjasUjixPFdS+NKkypcyyN5Pmg83Olst0+c6vGov0diwTEo6mgdqVR6hxcEgFuh4QrAs7Rc+9KuGJ9TVCj0Zzg==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-use-effect-event": "0.0.2", + "@radix-ui/react-use-layout-effect": "1.1.1" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-use-effect-event": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/@radix-ui/react-use-effect-event/-/react-use-effect-event-0.0.2.tgz", + "integrity": "sha512-Qp8WbZOBe+blgpuUT+lw2xheLP8q0oatc9UpmiemEICxGvFLYmHm9QowVZGHtJlGbS6A6yJ3iViad/2cVjnOiA==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-use-layout-effect": "1.1.1" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-use-escape-keydown": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-use-escape-keydown/-/react-use-escape-keydown-1.1.1.tgz", + "integrity": "sha512-Il0+boE7w/XebUHyBjroE+DbByORGR9KKmITzbR7MyQ4akpORYP/ZmbhAr0DG7RmmBqoOnZdy2QlvajJ2QA59g==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-use-callback-ref": "1.1.1" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-use-layout-effect": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.1.tgz", + "integrity": "sha512-RbJRS4UWQFkzHTTwVymMTUv8EqYhOp8dOOviLj2ugtTiXRaRQS7GLGxZTLL1jWhMeoSCf5zmcZkqTl9IiYfXcQ==", + "license": "MIT", + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-use-rect": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-use-rect/-/react-use-rect-1.1.1.tgz", + "integrity": "sha512-QTYuDesS0VtuHNNvMh+CjlKJ4LJickCMUAqjlE3+j8w+RlRpwyX3apEQKGFzbZGdo7XNG1tXa+bQqIE7HIXT2w==", + "license": "MIT", + "dependencies": { + "@radix-ui/rect": "1.1.1" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-use-size": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-use-size/-/react-use-size-1.1.1.tgz", + "integrity": "sha512-ewrXRDTAqAXlkl6t/fkXWNAhFX9I+CkKlw6zjEwk86RSPKwZr3xpBRso655aqYafwtnbpHLj6toFzmd6xdVptQ==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-use-layout-effect": "1.1.1" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-visually-hidden": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@radix-ui/react-visually-hidden/-/react-visually-hidden-1.2.3.tgz", + "integrity": "sha512-pzJq12tEaaIhqjbzpCuv/OypJY/BPavOofm+dbab+MHLajy277+1lLm6JFcGgF5eskJ6mquGirhXY2GD/8u8Ug==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-primitive": "2.1.3" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/rect": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@radix-ui/rect/-/rect-1.1.1.tgz", + "integrity": "sha512-HPwpGIzkl28mWyZqG52jiqDJ12waP11Pa1lGoiyUkIEuMLBP0oeK/C89esbXrxsky5we7dfd8U58nm0SgAWpVw==", + "license": "MIT" + }, "node_modules/@react-aria/accordion": { "version": "3.0.0-alpha.35", "resolved": "https://registry.npmjs.org/@react-aria/accordion/-/accordion-3.0.0-alpha.35.tgz", @@ -8413,9 +8847,9 @@ "license": "BSD-3-Clause" }, "node_modules/@signalapp/libsignal-client": { - "version": "0.72.1", - "resolved": "https://registry.npmjs.org/@signalapp/libsignal-client/-/libsignal-client-0.72.1.tgz", - "integrity": "sha512-YFIxrp8KVo0+q3lZBw/CEFbnPNbUsmfD3JRLu1cWH2nDLbAGwVzmbOGAzhXDzui5jO2PyEr8wXKqRpVbNKy1pw==", + "version": "0.74.1", + "resolved": "https://registry.npmjs.org/@signalapp/libsignal-client/-/libsignal-client-0.74.1.tgz", + "integrity": "sha512-PEJou0yrBvxaAGg7JjONlRNM/t3PCBuY96wu7W6+57e38/7Mibo9kAMfE5B8DgVv+DUNMW9AgJhx5McCoIXYew==", "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { @@ -8467,6 +8901,17 @@ "node-gyp-build": "^4.8.4" } }, + "node_modules/@signalapp/windows-ucv": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@signalapp/windows-ucv/-/windows-ucv-1.0.0.tgz", + "integrity": "sha512-8jDChKSW4gEZO8F3KxFntYR3fLWM0DzoJnK/t9AnUxhP7iJbgbF+K9lXamjbIjDhsLwmwbjoyGrEbqtkkx/w/g==", + "hasInstallScript": true, + "license": "AGPL-3.0-only", + "dependencies": { + "bindings": "^1.5.0", + "node-addon-api": "*" + } + }, "node_modules/@sinclair/typebox": { "version": "0.27.8", "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", @@ -8782,9 +9227,9 @@ } }, "node_modules/@storybook/builder-webpack5/node_modules/@types/node": { - "version": "22.15.32", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.32.tgz", - "integrity": "sha512-3jigKqgSjsH6gYZv2nEsqdXfZqIFGAV36XYYjf9KGZ3PSG+IhLecqPnI310RvjutyMwifE2hhhNEklOUrvx/wA==", + "version": "22.16.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.16.0.tgz", + "integrity": "sha512-B2egV9wALML1JCpv3VQoQ+yesQKAmNMBIAY7OteVrikcOcAkWm+dGL6qpeCktPjAv6N1JLnhbNiqS35UpFyBsQ==", "dev": true, "license": "MIT", "dependencies": { @@ -8963,9 +9408,9 @@ } }, "node_modules/@storybook/core-webpack/node_modules/@types/node": { - "version": "22.15.32", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.32.tgz", - "integrity": "sha512-3jigKqgSjsH6gYZv2nEsqdXfZqIFGAV36XYYjf9KGZ3PSG+IhLecqPnI310RvjutyMwifE2hhhNEklOUrvx/wA==", + "version": "22.16.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.16.0.tgz", + "integrity": "sha512-B2egV9wALML1JCpv3VQoQ+yesQKAmNMBIAY7OteVrikcOcAkWm+dGL6qpeCktPjAv6N1JLnhbNiqS35UpFyBsQ==", "dev": true, "license": "MIT", "dependencies": { @@ -8980,9 +9425,9 @@ "license": "MIT" }, "node_modules/@storybook/core/node_modules/ws": { - "version": "8.18.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.2.tgz", - "integrity": "sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==", + "version": "8.18.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz", + "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==", "dev": true, "license": "MIT", "engines": { @@ -9102,9 +9547,9 @@ } }, "node_modules/@storybook/preset-react-webpack/node_modules/@types/node": { - "version": "22.15.32", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.32.tgz", - "integrity": "sha512-3jigKqgSjsH6gYZv2nEsqdXfZqIFGAV36XYYjf9KGZ3PSG+IhLecqPnI310RvjutyMwifE2hhhNEklOUrvx/wA==", + "version": "22.16.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.16.0.tgz", + "integrity": "sha512-B2egV9wALML1JCpv3VQoQ+yesQKAmNMBIAY7OteVrikcOcAkWm+dGL6qpeCktPjAv6N1JLnhbNiqS35UpFyBsQ==", "dev": true, "license": "MIT", "dependencies": { @@ -9237,9 +9682,9 @@ } }, "node_modules/@storybook/react-webpack5/node_modules/@types/node": { - "version": "22.15.32", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.32.tgz", - "integrity": "sha512-3jigKqgSjsH6gYZv2nEsqdXfZqIFGAV36XYYjf9KGZ3PSG+IhLecqPnI310RvjutyMwifE2hhhNEklOUrvx/wA==", + "version": "22.16.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.16.0.tgz", + "integrity": "sha512-B2egV9wALML1JCpv3VQoQ+yesQKAmNMBIAY7OteVrikcOcAkWm+dGL6qpeCktPjAv6N1JLnhbNiqS35UpFyBsQ==", "dev": true, "license": "MIT", "dependencies": { @@ -9345,9 +9790,9 @@ } }, "node_modules/@swc/core": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.12.3.tgz", - "integrity": "sha512-c4NeXW8P3gPqcFwtm+4aH+F2Cj5KJLMiLaKhSj3mpv19glq+jmekomdktAw/VHyjsXlsmouOeNWrk8rVlkCRsg==", + "version": "1.12.9", + "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.12.9.tgz", + "integrity": "sha512-O+LfT2JlVMsIMWG9x+rdxg8GzpzeGtCZQfXV7cKc1PjIKUkLFf1QJ7okuseA4f/9vncu37dQ2ZcRrPKy0Ndd5g==", "dev": true, "hasInstallScript": true, "license": "Apache-2.0", @@ -9363,16 +9808,16 @@ "url": "https://opencollective.com/swc" }, "optionalDependencies": { - "@swc/core-darwin-arm64": "1.12.3", - "@swc/core-darwin-x64": "1.12.3", - "@swc/core-linux-arm-gnueabihf": "1.12.3", - "@swc/core-linux-arm64-gnu": "1.12.3", - "@swc/core-linux-arm64-musl": "1.12.3", - "@swc/core-linux-x64-gnu": "1.12.3", - "@swc/core-linux-x64-musl": "1.12.3", - "@swc/core-win32-arm64-msvc": "1.12.3", - "@swc/core-win32-ia32-msvc": "1.12.3", - "@swc/core-win32-x64-msvc": "1.12.3" + "@swc/core-darwin-arm64": "1.12.9", + "@swc/core-darwin-x64": "1.12.9", + "@swc/core-linux-arm-gnueabihf": "1.12.9", + "@swc/core-linux-arm64-gnu": "1.12.9", + "@swc/core-linux-arm64-musl": "1.12.9", + "@swc/core-linux-x64-gnu": "1.12.9", + "@swc/core-linux-x64-musl": "1.12.9", + "@swc/core-win32-arm64-msvc": "1.12.9", + "@swc/core-win32-ia32-msvc": "1.12.9", + "@swc/core-win32-x64-msvc": "1.12.9" }, "peerDependencies": { "@swc/helpers": ">=0.5.17" @@ -9384,9 +9829,9 @@ } }, "node_modules/@swc/core-darwin-arm64": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.12.3.tgz", - "integrity": "sha512-QCV9vQ/s27AMxm8j8MTDL/nDoiEMrANiENRrWnb0Fxvz/O39CajPVShp/W7HlOkzt1GYtUXPdQJpSKylugfrWw==", + "version": "1.12.9", + "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.12.9.tgz", + "integrity": "sha512-GACFEp4nD6V+TZNR2JwbMZRHB+Yyvp14FrcmB6UCUYmhuNWjkxi+CLnEvdbuiKyQYv0zA+TRpCHZ+whEs6gwfA==", "cpu": [ "arm64" ], @@ -9401,9 +9846,9 @@ } }, "node_modules/@swc/core-darwin-x64": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.12.3.tgz", - "integrity": "sha512-LylCMfzGhdvl5tyKaTT9ePetHUX7wSsST7hxWiHzS+cUMj7FnhcfdEr6kcNVT7y1RJn3fCvuv7T98ZB+T2q3HA==", + "version": "1.12.9", + "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.12.9.tgz", + "integrity": "sha512-hv2kls7Ilkm2EpeJz+I9MCil7pGS3z55ZAgZfxklEuYsxpICycxeH+RNRv4EraggN44ms+FWCjtZFu0LGg2V3g==", "cpu": [ "x64" ], @@ -9418,9 +9863,9 @@ } }, "node_modules/@swc/core-linux-arm-gnueabihf": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.12.3.tgz", - "integrity": "sha512-DQODb7S+q+pwQY41Azcavwb2rb4rGxP70niScRDxB9X68hHOM9D0w9fxzC+Nr3AHcPSmVJUYUIiq5h38O5hVgQ==", + "version": "1.12.9", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.12.9.tgz", + "integrity": "sha512-od9tDPiG+wMU9wKtd6y3nYJdNqgDOyLdgRRcrj1/hrbHoUPOM8wZQZdwQYGarw63iLXGgsw7t5HAF9Yc51ilFA==", "cpu": [ "arm" ], @@ -9435,9 +9880,9 @@ } }, "node_modules/@swc/core-linux-arm64-gnu": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.12.3.tgz", - "integrity": "sha512-nTxtJSq78AjeaQBueYImoFBs5j7qXbgOxtirpyt8jE29NQBd0VFzDzRBhkr6I9jq0hNiChgMkqBN4eUkEQjytg==", + "version": "1.12.9", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.12.9.tgz", + "integrity": "sha512-6qx1ka9LHcLzxIgn2Mros+CZLkHK2TawlXzi/h7DJeNnzi8F1Hw0Yzjp8WimxNCg6s2n+o3jnmin1oXB7gg8rw==", "cpu": [ "arm64" ], @@ -9452,9 +9897,9 @@ } }, "node_modules/@swc/core-linux-arm64-musl": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.12.3.tgz", - "integrity": "sha512-lBGvC5UgPSxqLr/y1NZxQhyRQ7nXy3/Ec1Z47YNXtqtpKiG1EcOGPyS0UZgwiYQkXqq8NBFMHnyHmpKnXTvRDA==", + "version": "1.12.9", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.12.9.tgz", + "integrity": "sha512-yghFZWKPVVGbUdqiD7ft23G0JX6YFGDJPz9YbLLAwGuKZ9th3/jlWoQDAw1Naci31LQhVC+oIji6ozihSuwB2A==", "cpu": [ "arm64" ], @@ -9469,9 +9914,9 @@ } }, "node_modules/@swc/core-linux-x64-gnu": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.12.3.tgz", - "integrity": "sha512-61wZ8hwxNYzBY9MCWB50v90ICzdIhOuPk1O1qXswz9AXw5O6iQStEBHQ1rozPkfQ/rmhepk0pOf/6LCwssJOwg==", + "version": "1.12.9", + "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.12.9.tgz", + "integrity": "sha512-SFUxyhWLZRNL8QmgGNqdi2Q43PNyFVkRZ2zIif30SOGFSxnxcf2JNeSeBgKIGVgaLSuk6xFVVCtJ3KIeaStgRg==", "cpu": [ "x64" ], @@ -9486,9 +9931,9 @@ } }, "node_modules/@swc/core-linux-x64-musl": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.12.3.tgz", - "integrity": "sha512-NNeBiTpCgWt80vumTKVoaj6Fa/ZjUcaNQNM7np3PIgB8EbuXfyztboV7vUxpkmD/lUgsk8GlEFYViHvo6VMefQ==", + "version": "1.12.9", + "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.12.9.tgz", + "integrity": "sha512-9FB0wM+6idCGTI20YsBNBg9xSWtkDBymnpaTCsZM3qDc0l4uOpJMqbfWhQvp17x7r/ulZfb2QY8RDvQmCL6AcQ==", "cpu": [ "x64" ], @@ -9503,9 +9948,9 @@ } }, "node_modules/@swc/core-win32-arm64-msvc": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.12.3.tgz", - "integrity": "sha512-fxraM7exaPb1/W0CoHW45EFNOQUQh0nonBEcNFm2iv095mziBwttyxZyQBoDkQocpkd5NtsZw3xW5FTBPnn+Vw==", + "version": "1.12.9", + "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.12.9.tgz", + "integrity": "sha512-zHOusMVbOH9ik5RtRrMiGzLpKwxrPXgXkBm3SbUCa65HAdjV33NZ0/R9Rv1uPESALtEl2tzMYLUxYA5ECFDFhA==", "cpu": [ "arm64" ], @@ -9520,9 +9965,9 @@ } }, "node_modules/@swc/core-win32-ia32-msvc": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.12.3.tgz", - "integrity": "sha512-FFIhMPXIDjRcewomwbYGPvem7Fj76AsuzbRahnAyp+OzJwrrtxVmra/kyUCfj4kix7vdGByY0WvVfiVCf5b7Mg==", + "version": "1.12.9", + "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.12.9.tgz", + "integrity": "sha512-aWZf0PqE0ot7tCuhAjRkDFf41AzzSQO0x2xRfTbnhpROp57BRJ/N5eee1VULO/UA2PIJRG7GKQky5bSGBYlFug==", "cpu": [ "ia32" ], @@ -9537,9 +9982,9 @@ } }, "node_modules/@swc/core-win32-x64-msvc": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.12.3.tgz", - "integrity": "sha512-Sf4iSg+IYT5AzFSDDmii08DfeKcvtkVxIuo+uS8BJMbiLjFNjgMkkVlBthknGyJcSK15ncg9248XjnM4jU8DZA==", + "version": "1.12.9", + "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.12.9.tgz", + "integrity": "sha512-C25fYftXOras3P3anSUeXXIpxmEkdAcsIL9yrr0j1xepTZ/yKwpnQ6g3coj8UXdeJy4GTVlR6+Ow/QiBgZQNOg==", "cpu": [ "x64" ], @@ -10281,9 +10726,9 @@ } }, "node_modules/@types/node-forge": { - "version": "1.3.11", - "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.11.tgz", - "integrity": "sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==", + "version": "1.3.12", + "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.12.tgz", + "integrity": "sha512-a0ToKlRVnUw3aXKQq2F+krxZKq7B8LEQijzPn5RdFAMatARD2JX9o8FBpMXOOrjob0uc13aN+V/AXniOXW4d9A==", "dev": true, "license": "MIT", "dependencies": { @@ -10968,9 +11413,9 @@ } }, "node_modules/@vitest/expect/node_modules/pathval": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/pathval/-/pathval-2.0.0.tgz", - "integrity": "sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pathval/-/pathval-2.0.1.tgz", + "integrity": "sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==", "dev": true, "license": "MIT", "engines": { @@ -12473,14 +12918,14 @@ } }, "node_modules/babel-plugin-polyfill-corejs2": { - "version": "0.4.13", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.13.tgz", - "integrity": "sha512-3sX/eOms8kd3q2KZ6DAhKPc0dgm525Gqq5NtWKZ7QYYZEv57OQ54KtblzJzH1lQF/eQxO8KjWGIK9IPUJNus5g==", + "version": "0.4.14", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.14.tgz", + "integrity": "sha512-Co2Y9wX854ts6U8gAAPXfn0GmAyctHuK8n0Yhfjd6t30g7yvKjspvvOo9yG+z52PZRgFErt7Ka2pYnXCjLKEpg==", "dev": true, "license": "MIT", "dependencies": { - "@babel/compat-data": "^7.22.6", - "@babel/helper-define-polyfill-provider": "^0.6.4", + "@babel/compat-data": "^7.27.7", + "@babel/helper-define-polyfill-provider": "^0.6.5", "semver": "^6.3.1" }, "peerDependencies": { @@ -12512,13 +12957,13 @@ } }, "node_modules/babel-plugin-polyfill-regenerator": { - "version": "0.6.4", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.4.tgz", - "integrity": "sha512-7gD3pRadPrbjhjLyxebmx/WrFYcuSjZ0XbdUujQMZ/fcE9oeewk2U/7PCvez84UeuK3oSjmPZ0Ch0dlupQvGzw==", + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.5.tgz", + "integrity": "sha512-ISqQ2frbiNU9vIJkzg7dlPpznPZ4jOiUQ1uSmB0fEHeowtN3COYRsXr/xexn64NpU13P06jc/L5TgiJXOgrbEg==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.4" + "@babel/helper-define-polyfill-provider": "^0.6.5" }, "peerDependencies": { "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" @@ -13090,9 +13535,9 @@ "license": "ISC" }, "node_modules/browserslist": { - "version": "4.25.0", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.25.0.tgz", - "integrity": "sha512-PJ8gYKeS5e/whHBh8xrwYK+dAvEj7JXtz6uTucnMRB8OiGTsKccFekoRrjajPBHV8oOY+2tI4uxeceSimKwMFA==", + "version": "4.25.1", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.25.1.tgz", + "integrity": "sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw==", "dev": true, "funding": [ { @@ -13110,8 +13555,8 @@ ], "license": "MIT", "dependencies": { - "caniuse-lite": "^1.0.30001718", - "electron-to-chromium": "^1.5.160", + "caniuse-lite": "^1.0.30001726", + "electron-to-chromium": "^1.5.173", "node-releases": "^2.0.19", "update-browserslist-db": "^1.1.3" }, @@ -13549,9 +13994,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001723", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001723.tgz", - "integrity": "sha512-1R/elMjtehrFejxwmexeXAtae5UO9iSyFn6G/I806CYC/BLyyBk1EPhrKBkWhy6wM6Xnm47dSJQec+tLJ39WHw==", + "version": "1.0.30001726", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001726.tgz", + "integrity": "sha512-VQAUIUzBiZ/UnlM28fSp2CRF3ivUn1BWEvxMcVTNwpw91Py1pGbPIyIKtd+tzct9C3ouceCVdGAXxZOpZAsgdw==", "dev": true, "funding": [ { @@ -15042,9 +15487,9 @@ } }, "node_modules/css-what": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", - "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz", + "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==", "dev": true, "license": "BSD-2-Clause", "engines": { @@ -16080,9 +16525,9 @@ } }, "node_modules/dotenv": { - "version": "16.5.0", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.5.0.tgz", - "integrity": "sha512-m/C+AwOAr9/W1UOIZUo232ejMNnJAJtYQjUbHoNTBNTJSvqzzDh7vnrei3o3r3m9blf6ZoDkvcw0VmozNRFJxg==", + "version": "16.6.1", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.6.1.tgz", + "integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==", "dev": true, "license": "BSD-2-Clause", "engines": { @@ -16364,9 +16809,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.5.170", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.170.tgz", - "integrity": "sha512-GP+M7aeluQo9uAyiTCxgIj/j+PrWhMlY7LFVj8prlsPljd0Fdg9AprlfUi+OCSFWy9Y5/2D/Jrj9HS8Z4rpKWA==", + "version": "1.5.179", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.179.tgz", + "integrity": "sha512-UWKi/EbBopgfFsc5k61wFpV7WrnnSlSzW/e2XcBmS6qKYTivZlLtoll5/rdqRTxGglGHkmkW0j0pFNJG10EUIQ==", "dev": true, "license": "ISC" }, @@ -16381,9 +16826,9 @@ } }, "node_modules/electron/node_modules/@types/node": { - "version": "22.15.32", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.32.tgz", - "integrity": "sha512-3jigKqgSjsH6gYZv2nEsqdXfZqIFGAV36XYYjf9KGZ3PSG+IhLecqPnI310RvjutyMwifE2hhhNEklOUrvx/wA==", + "version": "22.16.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.16.0.tgz", + "integrity": "sha512-B2egV9wALML1JCpv3VQoQ+yesQKAmNMBIAY7OteVrikcOcAkWm+dGL6qpeCktPjAv6N1JLnhbNiqS35UpFyBsQ==", "dev": true, "license": "MIT", "dependencies": { @@ -16570,9 +17015,9 @@ } }, "node_modules/enhanced-resolve": { - "version": "5.18.1", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.1.tgz", - "integrity": "sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==", + "version": "5.18.2", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.2.tgz", + "integrity": "sha512-6Jw4sE1maoRJo3q8MsSIn2onJFbLTOjY9hlx4DZXmOKvLRd1Ok2kXmAGXaafL2+ijsJZ1ClYbl/pmqr9+k4iUQ==", "dev": true, "license": "MIT", "dependencies": { @@ -17433,9 +17878,9 @@ } }, "node_modules/eslint-module-utils": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz", - "integrity": "sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==", + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz", + "integrity": "sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==", "dev": true, "license": "MIT", "dependencies": { @@ -17815,35 +18260,6 @@ "node": ">=10.13.0" } }, - "node_modules/eslint/node_modules/globals": { - "version": "13.24.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", - "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "type-fest": "^0.20.2" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/eslint/node_modules/type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "dev": true, - "license": "(MIT OR CC0-1.0)", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/esniff": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/esniff/-/esniff-2.0.1.tgz", @@ -19369,13 +19785,32 @@ } }, "node_modules/globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", "dev": true, "license": "MIT", + "dependencies": { + "type-fest": "^0.20.2" + }, "engines": { - "node": ">=4" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/globals/node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true, + "license": "(MIT OR CC0-1.0)", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/globalthis": { @@ -27028,9 +27463,9 @@ } }, "node_modules/playwright-core": { - "version": "1.53.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.53.1.tgz", - "integrity": "sha512-Z46Oq7tLAyT0lGoFx4DOuB1IA9D1TPj0QkYxpPVUnGDqHHvDpCftu1J2hM2PiWsNMoZh8+LQaarAWcDfPBc6zg==", + "version": "1.53.2", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.53.2.tgz", + "integrity": "sha512-ox/OytMy+2w1jcYEYlOo1Hhp8hZkLCximMTUTMBXjGUA1KoFfiSZ+DU+3a739jsPY0yoKH2TFy9S2fsJas8yAw==", "dev": true, "license": "Apache-2.0", "bin": { @@ -31261,9 +31696,9 @@ "license": "MIT" }, "node_modules/stylelint-scss/node_modules/mdn-data": { - "version": "2.21.0", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.21.0.tgz", - "integrity": "sha512-+ZKPQezM5vYJIkCxaC+4DTnRrVZR1CgsKLu5zsQERQx6Tea8Y+wMx5A24rq8A8NepCeatIQufVAekKNgiBMsGQ==", + "version": "2.22.1", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.22.1.tgz", + "integrity": "sha512-u9Xnc9zLuF/CL2IHPow7HcXPpb8okQyzYpwL5wFsY//JRedSWYglYRg3PYWoQCu1zO+tBTmWOJN/iM0mPC5CRQ==", "dev": true, "license": "CC0-1.0" }, @@ -31589,9 +32024,9 @@ } }, "node_modules/svgo/node_modules/css-select": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz", - "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.2.2.tgz", + "integrity": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==", "dev": true, "license": "BSD-2-Clause", "dependencies": { @@ -31998,9 +32433,9 @@ "license": "ISC" }, "node_modules/terser": { - "version": "5.43.0", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.43.0.tgz", - "integrity": "sha512-CqNNxKSGKSZCunSvwKLTs8u8sGGlp27sxNZ4quGh0QeNuyHM0JSEM/clM9Mf4zUp6J+tO2gUXhgXT2YMMkwfKQ==", + "version": "5.43.1", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.43.1.tgz", + "integrity": "sha512-+6erLbBm0+LROX2sPXlUYx/ux5PyE9K/a92Wrt6oA+WDAoFTdpHE5tCYCI5PNzq2y8df4rA+QgHLJuR4jNymsg==", "dev": true, "license": "BSD-2-Clause", "dependencies": { @@ -33913,9 +34348,9 @@ } }, "node_modules/webpack-dev-server/node_modules/ws": { - "version": "8.18.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.2.tgz", - "integrity": "sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==", + "version": "8.18.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz", + "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==", "dev": true, "license": "MIT", "engines": { @@ -33962,9 +34397,9 @@ } }, "node_modules/webpack-sources": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.3.2.tgz", - "integrity": "sha512-ykKKus8lqlgXX/1WjudpIEjqsafjOTcOJqxnAbMLAu/KCsDCJ6GBtvscewvTkrn24HsnvFwrSCbenFrhtcCsAA==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.3.3.tgz", + "integrity": "sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg==", "dev": true, "license": "MIT", "engines": { diff --git a/net-im/signal-desktop/files/patch-app_main.ts b/net-im/signal-desktop/files/patch-app_main.ts index 80c9aadd0f9c..12953d4bd665 100644 --- a/net-im/signal-desktop/files/patch-app_main.ts +++ b/net-im/signal-desktop/files/patch-app_main.ts @@ -1,14 +1,5 @@ --- app/main.ts.orig 2023-10-19 19:29:53 UTC +++ app/main.ts -@@ -211,7 +211,7 @@ const DISABLE_GPU = - }; - - const DISABLE_GPU = -- OS.isLinux() && !process.argv.some(arg => arg === '--enable-gpu'); -+ (OS.isLinux() || OS.isFreeBSD()) && !process.argv.some(arg => arg === '--enable-gpu'); - - const DISABLE_IPV6 = process.argv.some(arg => arg === '--disable-ipv6'); - const FORCE_ENABLE_CRASH_REPORTS = process.argv.some( @@ -628,7 +628,7 @@ if (OS.isWindows()) { if (OS.isWindows()) { diff --git a/net-im/signal-desktop/files/patch-package.json b/net-im/signal-desktop/files/patch-package.json index 44558e7fb64a..723f0afbb32c 100644 --- a/net-im/signal-desktop/files/patch-package.json +++ b/net-im/signal-desktop/files/patch-package.json @@ -18,11 +18,11 @@ "protobufjs": "7.3.2", "proxy-agent": "6.4.0", "qrcode-generator": "1.4.4", -@@ -220,7 +218,6 @@ +@@ -222,7 +222,6 @@ "@indutny/parallel-prettier": "3.0.0", "@indutny/rezip-electron": "2.0.1", "@napi-rs/canvas": "0.1.61", -- "@signalapp/mock-server": "11.3.1", +- "@signalapp/mock-server": "12.0.0", "@storybook/addon-a11y": "8.4.4", "@storybook/addon-actions": "8.4.4", "@storybook/addon-controls": "8.4.4", diff --git a/net-im/signal-desktop/files/pnpm-lock.yaml b/net-im/signal-desktop/files/pnpm-lock.yaml index a0d302c10563..4c3e05a3c9cc 100644 --- a/net-im/signal-desktop/files/pnpm-lock.yaml +++ b/net-im/signal-desktop/files/pnpm-lock.yaml @@ -34,7 +34,7 @@ patchedDependencies: hash: e8a96f71e52bf903c9f1eadba4740489a0beb48da33db52354adca484fe1f495 path: patches/@vitest+expect+2.0.5.patch app-builder-lib: - hash: 2a119a69a005842a6f7003c60ccd5e66c35900c65641c7930e514ae5e4c77982 + hash: 0c3b228458f552563f27009bd822f7f7c069547b27cb27268838dcf98502693b path: patches/app-builder-lib.patch backbone@1.6.0: hash: 342b4b6012f8aecfa041554256444cb25af75bc933cf2ab1e91c4f66a8e47a31 @@ -113,6 +113,9 @@ importers: '@popperjs/core': specifier: 2.11.8 version: 2.11.8 + '@radix-ui/react-tooltip': + specifier: 1.2.7 + version: 1.2.7(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/focus': specifier: 3.19.1 version: 3.19.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -129,8 +132,8 @@ importers: specifier: 3.27.0 version: 3.27.0(react@18.3.1) '@signalapp/libsignal-client': - specifier: 0.72.1 - version: 0.72.1 + specifier: 0.74.1 + version: 0.74.1 '@signalapp/quill-cjs': specifier: 2.1.2 version: 2.1.2 @@ -140,6 +143,9 @@ importers: '@signalapp/sqlcipher': specifier: 2.0.3 version: 2.0.3 + '@signalapp/windows-ucv': + specifier: 1.0.0 + version: 1.0.0 '@tanstack/react-virtual': specifier: 3.11.2 version: 3.11.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -467,13 +473,13 @@ importers: version: 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(typescript@5.6.3) '@storybook/react-webpack5': specifier: 8.4.4 - version: 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10)))(@swc/core@1.12.3(@swc/helpers@0.5.17))(esbuild@0.24.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(typescript@5.6.3)(webpack-cli@5.1.4) + version: 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10)))(@swc/core@1.12.9(@swc/helpers@0.5.17))(esbuild@0.24.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(typescript@5.6.3)(webpack-cli@5.1.4) '@storybook/test': specifier: 8.4.4 version: 8.4.4(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10)) '@storybook/test-runner': specifier: 0.22.0 - version: 0.22.0(@swc/helpers@0.5.17)(@types/node@20.17.6)(debug@4.3.7)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(ts-node@10.9.2(@swc/core@1.12.3(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) + version: 0.22.0(@swc/helpers@0.5.17)(@types/node@20.17.6)(debug@4.3.7)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(ts-node@10.9.2(@swc/core@1.12.9(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) '@storybook/types': specifier: 8.1.11 version: 8.1.11 @@ -767,10 +773,10 @@ importers: version: 3.3.2 terser-webpack-plugin: specifier: 5.3.10 - version: 5.3.10(@swc/core@1.12.3(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack@5.96.1) + version: 5.3.10(@swc/core@1.12.9(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack@5.96.1) ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.12.3(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3) + version: 10.9.2(@swc/core@1.12.9(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3) typescript: specifier: 5.6.3 version: 5.6.3 @@ -779,7 +785,7 @@ importers: version: 8.0.1(debug@4.3.7) webpack: specifier: 5.96.1 - version: 5.96.1(@swc/core@1.12.3(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + version: 5.96.1(@swc/core@1.12.9(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) webpack-cli: specifier: 5.1.4 version: 5.1.4(webpack-dev-server@5.1.0)(webpack@5.96.1) @@ -803,16 +809,16 @@ packages: resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==} engines: {node: '>=6.9.0'} - '@babel/compat-data@7.27.5': - resolution: {integrity: sha512-KiRAp/VoJaWkkte84TvUd9qjdbZAdiqyvMxrGl1N6vzFogKmaLgoM3L1kgtLicp2HP5fBJS8JrZKLVIZGVJAVg==} + '@babel/compat-data@7.28.0': + resolution: {integrity: sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==} engines: {node: '>=6.9.0'} '@babel/core@7.26.0': resolution: {integrity: sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==} engines: {node: '>=6.9.0'} - '@babel/generator@7.27.5': - resolution: {integrity: sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==} + '@babel/generator@7.28.0': + resolution: {integrity: sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==} engines: {node: '>=6.9.0'} '@babel/helper-annotate-as-pure@7.27.3': @@ -829,11 +835,15 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-define-polyfill-provider@0.6.4': - resolution: {integrity: sha512-jljfR1rGnXXNWnmQg2K3+bvhkxB51Rl32QRaOTuwwjviGrHzIbSc8+x9CpraDtbT7mfyjXObULP4w/adunNwAw==} + '@babel/helper-define-polyfill-provider@0.6.5': + resolution: {integrity: sha512-uJnGFcPsWQK8fvjgGP5LZUZZsYGIoPeRjSF5PGwrelYgq7Q15/Ft9NGFp1zglwgIv//W0uG4BevRuSJRyylZPg==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + '@babel/helper-globals@7.28.0': + resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==} + engines: {node: '>=6.9.0'} + '@babel/helper-member-expression-to-functions@7.27.1': resolution: {integrity: sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==} engines: {node: '>=6.9.0'} @@ -882,8 +892,8 @@ packages: resolution: {integrity: sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==} engines: {node: '>=6.9.0'} - '@babel/parser@7.27.5': - resolution: {integrity: sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==} + '@babel/parser@7.28.0': + resolution: {integrity: sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==} engines: {node: '>=6.0.0'} hasBin: true @@ -1005,8 +1015,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-react-display-name@7.27.1': - resolution: {integrity: sha512-p9+Vl3yuHPmkirRrg021XiP+EETmPMQTLr6Ayjj85RLNEbb3Eya/4VI0vAdzQG9SEAl2Lnt7fy5lZyMzjYoZQQ==} + '@babel/plugin-transform-react-display-name@7.28.0': + resolution: {integrity: sha512-D6Eujc2zMxKjfa4Zxl4GHMsmhKKZ9VpcqIchJLvwTxad9zWIYulwYItBovpDOoNLISpcZSXoDJ5gaGbQUDqViA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1061,12 +1071,12 @@ packages: resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==} engines: {node: '>=6.9.0'} - '@babel/traverse@7.27.4': - resolution: {integrity: sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==} + '@babel/traverse@7.28.0': + resolution: {integrity: sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==} engines: {node: '>=6.9.0'} - '@babel/types@7.27.6': - resolution: {integrity: sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==} + '@babel/types@7.28.0': + resolution: {integrity: sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==} engines: {node: '>=6.9.0'} '@bcoe/v8-coverage@0.2.3': @@ -1332,6 +1342,21 @@ packages: resolution: {integrity: sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + '@floating-ui/core@1.7.2': + resolution: {integrity: sha512-wNB5ooIKHQc+Kui96jE/n69rHFWAVoxn5CAzL1Xdd8FG03cgY3MLO+GF9U3W737fYDSgPWA6MReKhBQBop6Pcw==} + + '@floating-ui/dom@1.7.2': + resolution: {integrity: sha512-7cfaOQuCS27HD7DX+6ib2OrnW+b4ZBwDNnCcT0uTyidcmyWb03FnQqJybDBoCnpdxwBSfA94UAYlRCt7mV+TbA==} + + '@floating-ui/react-dom@2.1.4': + resolution: {integrity: sha512-JbbpPhp38UmXDDAu60RJmbeme37Jbgsm7NrHGgzYYFKmblzRUh6Pa641dII6LsjwF4XlScDrde2UAzDo/b9KPw==} + peerDependencies: + react: '>=16.8.0' + react-dom: '>=16.8.0' + + '@floating-ui/utils@0.2.10': + resolution: {integrity: sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==} + '@formatjs/ecma402-abstract@1.11.4': resolution: {integrity: sha512-EBikYFp2JCdIfGEb5G9dyCkTGDmC57KSHhRQOC3aYxoPWVZvfWCDjZwkGYHN7Lis/fmuWl906bnNTJifDQ3sXw==} @@ -1580,26 +1605,21 @@ packages: resolution: {integrity: sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - '@jridgewell/gen-mapping@0.3.8': - resolution: {integrity: sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==} - engines: {node: '>=6.0.0'} + '@jridgewell/gen-mapping@0.3.12': + resolution: {integrity: sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==} '@jridgewell/resolve-uri@3.1.2': resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} engines: {node: '>=6.0.0'} - '@jridgewell/set-array@1.2.1': - resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} - engines: {node: '>=6.0.0'} - - '@jridgewell/source-map@0.3.6': - resolution: {integrity: sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==} + '@jridgewell/source-map@0.3.10': + resolution: {integrity: sha512-0pPkgz9dY+bijgistcTTJ5mR+ocqRXLuhXHYdzoMmmoJ2C9S46RCm2GMUbatPEUK9Yjy26IrAy8D/M00lLkv+Q==} - '@jridgewell/sourcemap-codec@1.5.0': - resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==} + '@jridgewell/sourcemap-codec@1.5.4': + resolution: {integrity: sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==} - '@jridgewell/trace-mapping@0.3.25': - resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} + '@jridgewell/trace-mapping@0.3.29': + resolution: {integrity: sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==} '@jridgewell/trace-mapping@0.3.9': resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} @@ -1907,6 +1927,215 @@ packages: '@protobufjs/utf8@1.1.0': resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==} + '@radix-ui/primitive@1.1.2': + resolution: {integrity: sha512-XnbHrrprsNqZKQhStrSwgRUQzoCI1glLzdw79xiZPoofhGICeZRSQ3dIxAKH1gb3OHfNf4d6f+vAv3kil2eggA==} + + '@radix-ui/react-arrow@1.1.7': + resolution: {integrity: sha512-F+M1tLhO+mlQaOWspE8Wstg+z6PwxwRd8oQ8IXceWz92kfAmalTRf0EjrouQeo7QssEPfCn05B4Ihs1K9WQ/7w==} + peerDependencies: + '@types/react': '*' + '@types/react-dom': '*' + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-compose-refs@1.1.2': + resolution: {integrity: sha512-z4eqJvfiNnFMHIIvXP3CY57y2WJs5g2v3X0zm9mEJkrkNv4rDxu+sg9Jh8EkXyeqBkB7SOcboo9dMVqhyrACIg==} + peerDependencies: + '@types/react': '*' + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-context@1.1.2': + resolution: {integrity: sha512-jCi/QKUM2r1Ju5a3J64TH2A5SpKAgh0LpknyqdQ4m6DCV0xJ2HG1xARRwNGPQfi1SLdLWZ1OJz6F4OMBBNiGJA==} + peerDependencies: + '@types/react': '*' + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-dismissable-layer@1.1.10': + resolution: {integrity: sha512-IM1zzRV4W3HtVgftdQiiOmA0AdJlCtMLe00FXaHwgt3rAnNsIyDqshvkIW3hj/iu5hu8ERP7KIYki6NkqDxAwQ==} + peerDependencies: + '@types/react': '*' + '@types/react-dom': '*' + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-id@1.1.1': + resolution: {integrity: sha512-kGkGegYIdQsOb4XjsfM97rXsiHaBwco+hFI66oO4s9LU+PLAC5oJ7khdOVFxkhsmlbpUqDAvXw11CluXP+jkHg==} + peerDependencies: + '@types/react': '*' + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-popper@1.2.7': + resolution: {integrity: sha512-IUFAccz1JyKcf/RjB552PlWwxjeCJB8/4KxT7EhBHOJM+mN7LdW+B3kacJXILm32xawcMMjb2i0cIZpo+f9kiQ==} + peerDependencies: + '@types/react': '*' + '@types/react-dom': '*' + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-portal@1.1.9': + resolution: {integrity: sha512-bpIxvq03if6UNwXZ+HTK71JLh4APvnXntDc6XOX8UVq4XQOVl7lwok0AvIl+b8zgCw3fSaVTZMpAPPagXbKmHQ==} + peerDependencies: + '@types/react': '*' + '@types/react-dom': '*' + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-presence@1.1.4': + resolution: {integrity: sha512-ueDqRbdc4/bkaQT3GIpLQssRlFgWaL/U2z/S31qRwwLWoxHLgry3SIfCwhxeQNbirEUXFa+lq3RL3oBYXtcmIA==} + peerDependencies: + '@types/react': '*' + '@types/react-dom': '*' + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-primitive@2.1.3': + resolution: {integrity: sha512-m9gTwRkhy2lvCPe6QJp4d3G1TYEUHn/FzJUtq9MjH46an1wJU+GdoGC5VLof8RX8Ft/DlpshApkhswDLZzHIcQ==} + peerDependencies: + '@types/react': '*' + '@types/react-dom': '*' + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-slot@1.2.3': + resolution: {integrity: sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==} + peerDependencies: + '@types/react': '*' + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-tooltip@1.2.7': + resolution: {integrity: sha512-Ap+fNYwKTYJ9pzqW+Xe2HtMRbQ/EeWkj2qykZ6SuEV4iS/o1bZI5ssJbk4D2r8XuDuOBVz/tIx2JObtuqU+5Zw==} + peerDependencies: + '@types/react': '*' + '@types/react-dom': '*' + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/react-use-callback-ref@1.1.1': + resolution: {integrity: sha512-FkBMwD+qbGQeMu1cOHnuGB6x4yzPjho8ap5WtbEJ26umhgqVXbhekKUQO+hZEL1vU92a3wHwdp0HAcqAUF5iDg==} + peerDependencies: + '@types/react': '*' + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-use-controllable-state@1.2.2': + resolution: {integrity: sha512-BjasUjixPFdS+NKkypcyyN5Pmg83Olst0+c6vGov0diwTEo6mgdqVR6hxcEgFuh4QrAs7Rc+9KuGJ9TVCj0Zzg==} + peerDependencies: + '@types/react': '*' + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-use-effect-event@0.0.2': + resolution: {integrity: sha512-Qp8WbZOBe+blgpuUT+lw2xheLP8q0oatc9UpmiemEICxGvFLYmHm9QowVZGHtJlGbS6A6yJ3iViad/2cVjnOiA==} + peerDependencies: + '@types/react': '*' + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-use-escape-keydown@1.1.1': + resolution: {integrity: sha512-Il0+boE7w/XebUHyBjroE+DbByORGR9KKmITzbR7MyQ4akpORYP/ZmbhAr0DG7RmmBqoOnZdy2QlvajJ2QA59g==} + peerDependencies: + '@types/react': '*' + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-use-layout-effect@1.1.1': + resolution: {integrity: sha512-RbJRS4UWQFkzHTTwVymMTUv8EqYhOp8dOOviLj2ugtTiXRaRQS7GLGxZTLL1jWhMeoSCf5zmcZkqTl9IiYfXcQ==} + peerDependencies: + '@types/react': '*' + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-use-rect@1.1.1': + resolution: {integrity: sha512-QTYuDesS0VtuHNNvMh+CjlKJ4LJickCMUAqjlE3+j8w+RlRpwyX3apEQKGFzbZGdo7XNG1tXa+bQqIE7HIXT2w==} + peerDependencies: + '@types/react': '*' + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-use-size@1.1.1': + resolution: {integrity: sha512-ewrXRDTAqAXlkl6t/fkXWNAhFX9I+CkKlw6zjEwk86RSPKwZr3xpBRso655aqYafwtnbpHLj6toFzmd6xdVptQ==} + peerDependencies: + '@types/react': '*' + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-visually-hidden@1.2.3': + resolution: {integrity: sha512-pzJq12tEaaIhqjbzpCuv/OypJY/BPavOofm+dbab+MHLajy277+1lLm6JFcGgF5eskJ6mquGirhXY2GD/8u8Ug==} + peerDependencies: + '@types/react': '*' + '@types/react-dom': '*' + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@radix-ui/rect@1.1.1': + resolution: {integrity: sha512-HPwpGIzkl28mWyZqG52jiqDJ12waP11Pa1lGoiyUkIEuMLBP0oeK/C89esbXrxsky5we7dfd8U58nm0SgAWpVw==} + '@react-aria/accordion@3.0.0-alpha.35': resolution: {integrity: sha512-eZcsHJDVDNIZ2XUmJynHScRv1YAF/+fj5T0zoGdyEPImIIxJLROupQ75uwarAI5btGSR2TFeqYRmRXJrVuxgoA==} peerDependencies: @@ -2544,8 +2773,8 @@ packages: '@sideway/pinpoint@2.0.0': resolution: {integrity: sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==} - '@signalapp/libsignal-client@0.72.1': - resolution: {integrity: sha512-YFIxrp8KVo0+q3lZBw/CEFbnPNbUsmfD3JRLu1cWH2nDLbAGwVzmbOGAzhXDzui5jO2PyEr8wXKqRpVbNKy1pw==} + '@signalapp/libsignal-client@0.74.1': + resolution: {integrity: sha512-PEJou0yrBvxaAGg7JjONlRNM/t3PCBuY96wu7W6+57e38/7Mibo9kAMfE5B8DgVv+DUNMW9AgJhx5McCoIXYew==} '@signalapp/parchment-cjs@3.0.1': resolution: {integrity: sha512-hSBMQ1M7wE4GcC8ZeNtvpJF+DAJg3eIRRf1SiHS3I3Algav/sgJJNm6HIYm6muHuK7IJmuEjkL3ILSXgmu0RfQ==} @@ -2560,6 +2789,9 @@ packages: '@signalapp/sqlcipher@2.0.3': resolution: {integrity: sha512-aywstwV6Lg17NSPVK7fb40CIF687D6352YwCwAxDSxrw/qTxJampgdHzPpMrsepb0y6gSAzdYEpRbosJZPqP/g==} + '@signalapp/windows-ucv@1.0.0': + resolution: {integrity: sha512-8jDChKSW4gEZO8F3KxFntYR3fLWM0DzoJnK/t9AnUxhP7iJbgbF+K9lXamjbIjDhsLwmwbjoyGrEbqtkkx/w/g==} + '@sinclair/typebox@0.27.8': resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} @@ -2760,68 +2992,68 @@ packages: '@storybook/types@8.1.11': resolution: {integrity: sha512-k9N5iRuY2+t7lVRL6xeu6diNsxO3YI3lS4Juv3RZ2K4QsE/b3yG5ElfJB8DjHDSHwRH4ORyrU71KkOCUVfvtnw==} - '@swc/core-darwin-arm64@1.12.3': - resolution: {integrity: sha512-QCV9vQ/s27AMxm8j8MTDL/nDoiEMrANiENRrWnb0Fxvz/O39CajPVShp/W7HlOkzt1GYtUXPdQJpSKylugfrWw==} + '@swc/core-darwin-arm64@1.12.9': + resolution: {integrity: sha512-GACFEp4nD6V+TZNR2JwbMZRHB+Yyvp14FrcmB6UCUYmhuNWjkxi+CLnEvdbuiKyQYv0zA+TRpCHZ+whEs6gwfA==} engines: {node: '>=10'} cpu: [arm64] os: [darwin] - '@swc/core-darwin-x64@1.12.3': - resolution: {integrity: sha512-LylCMfzGhdvl5tyKaTT9ePetHUX7wSsST7hxWiHzS+cUMj7FnhcfdEr6kcNVT7y1RJn3fCvuv7T98ZB+T2q3HA==} + '@swc/core-darwin-x64@1.12.9': + resolution: {integrity: sha512-hv2kls7Ilkm2EpeJz+I9MCil7pGS3z55ZAgZfxklEuYsxpICycxeH+RNRv4EraggN44ms+FWCjtZFu0LGg2V3g==} engines: {node: '>=10'} cpu: [x64] os: [darwin] - '@swc/core-linux-arm-gnueabihf@1.12.3': - resolution: {integrity: sha512-DQODb7S+q+pwQY41Azcavwb2rb4rGxP70niScRDxB9X68hHOM9D0w9fxzC+Nr3AHcPSmVJUYUIiq5h38O5hVgQ==} + '@swc/core-linux-arm-gnueabihf@1.12.9': + resolution: {integrity: sha512-od9tDPiG+wMU9wKtd6y3nYJdNqgDOyLdgRRcrj1/hrbHoUPOM8wZQZdwQYGarw63iLXGgsw7t5HAF9Yc51ilFA==} engines: {node: '>=10'} cpu: [arm] os: [linux] - '@swc/core-linux-arm64-gnu@1.12.3': - resolution: {integrity: sha512-nTxtJSq78AjeaQBueYImoFBs5j7qXbgOxtirpyt8jE29NQBd0VFzDzRBhkr6I9jq0hNiChgMkqBN4eUkEQjytg==} + '@swc/core-linux-arm64-gnu@1.12.9': + resolution: {integrity: sha512-6qx1ka9LHcLzxIgn2Mros+CZLkHK2TawlXzi/h7DJeNnzi8F1Hw0Yzjp8WimxNCg6s2n+o3jnmin1oXB7gg8rw==} engines: {node: '>=10'} cpu: [arm64] os: [linux] - '@swc/core-linux-arm64-musl@1.12.3': - resolution: {integrity: sha512-lBGvC5UgPSxqLr/y1NZxQhyRQ7nXy3/Ec1Z47YNXtqtpKiG1EcOGPyS0UZgwiYQkXqq8NBFMHnyHmpKnXTvRDA==} + '@swc/core-linux-arm64-musl@1.12.9': + resolution: {integrity: sha512-yghFZWKPVVGbUdqiD7ft23G0JX6YFGDJPz9YbLLAwGuKZ9th3/jlWoQDAw1Naci31LQhVC+oIji6ozihSuwB2A==} engines: {node: '>=10'} cpu: [arm64] os: [linux] - '@swc/core-linux-x64-gnu@1.12.3': - resolution: {integrity: sha512-61wZ8hwxNYzBY9MCWB50v90ICzdIhOuPk1O1qXswz9AXw5O6iQStEBHQ1rozPkfQ/rmhepk0pOf/6LCwssJOwg==} + '@swc/core-linux-x64-gnu@1.12.9': + resolution: {integrity: sha512-SFUxyhWLZRNL8QmgGNqdi2Q43PNyFVkRZ2zIif30SOGFSxnxcf2JNeSeBgKIGVgaLSuk6xFVVCtJ3KIeaStgRg==} engines: {node: '>=10'} cpu: [x64] os: [linux] - '@swc/core-linux-x64-musl@1.12.3': - resolution: {integrity: sha512-NNeBiTpCgWt80vumTKVoaj6Fa/ZjUcaNQNM7np3PIgB8EbuXfyztboV7vUxpkmD/lUgsk8GlEFYViHvo6VMefQ==} + '@swc/core-linux-x64-musl@1.12.9': + resolution: {integrity: sha512-9FB0wM+6idCGTI20YsBNBg9xSWtkDBymnpaTCsZM3qDc0l4uOpJMqbfWhQvp17x7r/ulZfb2QY8RDvQmCL6AcQ==} engines: {node: '>=10'} cpu: [x64] os: [linux] - '@swc/core-win32-arm64-msvc@1.12.3': - resolution: {integrity: sha512-fxraM7exaPb1/W0CoHW45EFNOQUQh0nonBEcNFm2iv095mziBwttyxZyQBoDkQocpkd5NtsZw3xW5FTBPnn+Vw==} + '@swc/core-win32-arm64-msvc@1.12.9': + resolution: {integrity: sha512-zHOusMVbOH9ik5RtRrMiGzLpKwxrPXgXkBm3SbUCa65HAdjV33NZ0/R9Rv1uPESALtEl2tzMYLUxYA5ECFDFhA==} engines: {node: '>=10'} cpu: [arm64] os: [win32] - '@swc/core-win32-ia32-msvc@1.12.3': - resolution: {integrity: sha512-FFIhMPXIDjRcewomwbYGPvem7Fj76AsuzbRahnAyp+OzJwrrtxVmra/kyUCfj4kix7vdGByY0WvVfiVCf5b7Mg==} + '@swc/core-win32-ia32-msvc@1.12.9': + resolution: {integrity: sha512-aWZf0PqE0ot7tCuhAjRkDFf41AzzSQO0x2xRfTbnhpROp57BRJ/N5eee1VULO/UA2PIJRG7GKQky5bSGBYlFug==} engines: {node: '>=10'} cpu: [ia32] os: [win32] - '@swc/core-win32-x64-msvc@1.12.3': - resolution: {integrity: sha512-Sf4iSg+IYT5AzFSDDmii08DfeKcvtkVxIuo+uS8BJMbiLjFNjgMkkVlBthknGyJcSK15ncg9248XjnM4jU8DZA==} + '@swc/core-win32-x64-msvc@1.12.9': + resolution: {integrity: sha512-C25fYftXOras3P3anSUeXXIpxmEkdAcsIL9yrr0j1xepTZ/yKwpnQ6g3coj8UXdeJy4GTVlR6+Ow/QiBgZQNOg==} engines: {node: '>=10'} cpu: [x64] os: [win32] - '@swc/core@1.12.3': - resolution: {integrity: sha512-c4NeXW8P3gPqcFwtm+4aH+F2Cj5KJLMiLaKhSj3mpv19glq+jmekomdktAw/VHyjsXlsmouOeNWrk8rVlkCRsg==} + '@swc/core@1.12.9': + resolution: {integrity: sha512-O+LfT2JlVMsIMWG9x+rdxg8GzpzeGtCZQfXV7cKc1PjIKUkLFf1QJ7okuseA4f/9vncu37dQ2ZcRrPKy0Ndd5g==} engines: {node: '>=10'} peerDependencies: '@swc/helpers': '>=0.5.17' @@ -3071,8 +3303,8 @@ packages: '@types/node-fetch@2.6.12': resolution: {integrity: sha512-8nneRWKCg3rMtF69nLQJnOYUcbafYeFSjqkw3jCRLsqkWFlHaoQrr5mXmofFGOx3DKn7UfmBMyov8ySvLRVldA==} - '@types/node-forge@1.3.11': - resolution: {integrity: sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==} + '@types/node-forge@1.3.12': + resolution: {integrity: sha512-a0ToKlRVnUw3aXKQq2F+krxZKq7B8LEQijzPn5RdFAMatARD2JX9o8FBpMXOOrjob0uc13aN+V/AXniOXW4d9A==} '@types/node@16.18.126': resolution: {integrity: sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==} @@ -3080,8 +3312,8 @@ packages: '@types/node@20.17.6': resolution: {integrity: sha512-VEI7OdvK2wP7XHnsuXbAJnEpEkF6NjSN45QJlL4VGqZSXsnicpesdTWsg9RISeSdYd3yeRj/y3k5KGjUXYnFwQ==} - '@types/node@22.15.32': - resolution: {integrity: sha512-3jigKqgSjsH6gYZv2nEsqdXfZqIFGAV36XYYjf9KGZ3PSG+IhLecqPnI310RvjutyMwifE2hhhNEklOUrvx/wA==} + '@types/node@22.16.0': + resolution: {integrity: sha512-B2egV9wALML1JCpv3VQoQ+yesQKAmNMBIAY7OteVrikcOcAkWm+dGL6qpeCktPjAv6N1JLnhbNiqS35UpFyBsQ==} '@types/normalize-path@3.0.2': resolution: {integrity: sha512-DO++toKYPaFn0Z8hQ7Tx+3iT9t77IJo/nDiqTXilgEP+kPNIYdpS9kh3fXuc53ugqwp9pxC1PVjCpV1tQDyqMA==} @@ -3709,8 +3941,8 @@ packages: babel-plugin-lodash@3.3.4: resolution: {integrity: sha512-yDZLjK7TCkWl1gpBeBGmuaDIFhZKmkoL+Cu2MUUjv5VxUZx/z7tBGBCBcQs5RI1Bkz5LLmNdjx7paOyQtMovyg==} - babel-plugin-polyfill-corejs2@0.4.13: - resolution: {integrity: sha512-3sX/eOms8kd3q2KZ6DAhKPc0dgm525Gqq5NtWKZ7QYYZEv57OQ54KtblzJzH1lQF/eQxO8KjWGIK9IPUJNus5g==} + babel-plugin-polyfill-corejs2@0.4.14: + resolution: {integrity: sha512-Co2Y9wX854ts6U8gAAPXfn0GmAyctHuK8n0Yhfjd6t30g7yvKjspvvOo9yG+z52PZRgFErt7Ka2pYnXCjLKEpg==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 @@ -3719,8 +3951,8 @@ packages: peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - babel-plugin-polyfill-regenerator@0.6.4: - resolution: {integrity: sha512-7gD3pRadPrbjhjLyxebmx/WrFYcuSjZ0XbdUujQMZ/fcE9oeewk2U/7PCvez84UeuK3oSjmPZ0Ch0dlupQvGzw==} + babel-plugin-polyfill-regenerator@0.6.5: + resolution: {integrity: sha512-ISqQ2frbiNU9vIJkzg7dlPpznPZ4jOiUQ1uSmB0fEHeowtN3COYRsXr/xexn64NpU13P06jc/L5TgiJXOgrbEg==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 @@ -3831,8 +4063,8 @@ packages: browser-stdout@1.3.1: resolution: {integrity: sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==} - browserslist@4.25.0: - resolution: {integrity: sha512-PJ8gYKeS5e/whHBh8xrwYK+dAvEj7JXtz6uTucnMRB8OiGTsKccFekoRrjajPBHV8oOY+2tI4uxeceSimKwMFA==} + browserslist@4.25.1: + resolution: {integrity: sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true @@ -3924,8 +4156,8 @@ packages: resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} engines: {node: '>=10'} - caniuse-lite@1.0.30001723: - resolution: {integrity: sha512-1R/elMjtehrFejxwmexeXAtae5UO9iSyFn6G/I806CYC/BLyyBk1EPhrKBkWhy6wM6Xnm47dSJQec+tLJ39WHw==} + caniuse-lite@1.0.30001726: + resolution: {integrity: sha512-VQAUIUzBiZ/UnlM28fSp2CRF3ivUn1BWEvxMcVTNwpw91Py1pGbPIyIKtd+tzct9C3ouceCVdGAXxZOpZAsgdw==} capture-stack-trace@1.0.2: resolution: {integrity: sha512-X/WM2UQs6VMHUtjUDnZTRI+i1crWteJySFzr9UpGoQa4WQffXVTTXuekjl7TjZRlcF2XfjgITT0HxZ9RnxeT0w==} @@ -4337,8 +4569,8 @@ packages: css-select@4.3.0: resolution: {integrity: sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==} - css-select@5.1.0: - resolution: {integrity: sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==} + css-select@5.2.2: + resolution: {integrity: sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==} css-tree@2.2.1: resolution: {integrity: sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==} @@ -4352,8 +4584,8 @@ packages: resolution: {integrity: sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==} engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} - css-what@6.1.0: - resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==} + css-what@6.2.2: + resolution: {integrity: sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==} engines: {node: '>= 6'} css.escape@1.5.1: @@ -4435,6 +4667,15 @@ packages: supports-color: optional: true + debug@4.4.1: + resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + decamelize@1.2.0: resolution: {integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==} engines: {node: '>=0.10.0'} @@ -4674,8 +4915,8 @@ packages: resolution: {integrity: sha512-zIHwmZPRshsCdpMDyVsqGmgyP0yT8GAgXUnkdAoJisxvf33k7yO6OuoKmcTGuXPWSsm8Oh88nZicRLA9Y0rUeA==} engines: {node: '>=12'} - dotenv@16.5.0: - resolution: {integrity: sha512-m/C+AwOAr9/W1UOIZUo232ejMNnJAJtYQjUbHoNTBNTJSvqzzDh7vnrei3o3r3m9blf6ZoDkvcw0VmozNRFJxg==} + dotenv@16.6.1: + resolution: {integrity: sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==} engines: {node: '>=12'} dunder-proto@1.0.1: @@ -4718,8 +4959,8 @@ packages: electron-publish@26.0.13: resolution: {integrity: sha512-O5hfHSwli5cegQ4JS3Dp0dZcheex6UCRE/qYyRQvhB6DhSwojiwTnAGEuQCJXc8K8Zxz2lku5Du3VwYHf8d5Lw==} - electron-to-chromium@1.5.170: - resolution: {integrity: sha512-GP+M7aeluQo9uAyiTCxgIj/j+PrWhMlY7LFVj8prlsPljd0Fdg9AprlfUi+OCSFWy9Y5/2D/Jrj9HS8Z4rpKWA==} + electron-to-chromium@1.5.179: + resolution: {integrity: sha512-UWKi/EbBopgfFsc5k61wFpV7WrnnSlSzW/e2XcBmS6qKYTivZlLtoll5/rdqRTxGglGHkmkW0j0pFNJG10EUIQ==} electron-window@0.8.1: resolution: {integrity: sha512-W1i9LfnZJozk3MXE8VgsL2E5wOUHSgyCvcg1H2vQQjj+gqhO9lVudgY3z3SF7LJAmi+0vy3CJkbMqsynWB49EA==} @@ -4786,8 +5027,8 @@ packages: endent@2.1.0: resolution: {integrity: sha512-r8VyPX7XL8U01Xgnb1CjZ3XV+z90cXIJ9JPE/R9SEC9vpw2P6CfsRPJmp20DppC5N7ZAMCmjYkJIa744Iyg96w==} - enhanced-resolve@5.18.1: - resolution: {integrity: sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==} + enhanced-resolve@5.18.2: + resolution: {integrity: sha512-6Jw4sE1maoRJo3q8MsSIn2onJFbLTOjY9hlx4DZXmOKvLRd1Ok2kXmAGXaafL2+ijsJZ1ClYbl/pmqr9+k4iUQ==} engines: {node: '>=10.13.0'} enquirer@2.4.1: @@ -4946,8 +5187,8 @@ packages: eslint-import-resolver-node@0.3.9: resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==} - eslint-module-utils@2.12.0: - resolution: {integrity: sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==} + eslint-module-utils@2.12.1: + resolution: {integrity: sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==} engines: {node: '>=4'} peerDependencies: '@typescript-eslint/parser': '*' @@ -5530,10 +5771,6 @@ packages: resolution: {integrity: sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==} engines: {node: '>=6'} - globals@11.12.0: - resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} - engines: {node: '>=4'} - globals@13.24.0: resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==} engines: {node: '>=8'} @@ -6792,8 +7029,8 @@ packages: mdn-data@2.12.2: resolution: {integrity: sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==} - mdn-data@2.21.0: - resolution: {integrity: sha512-+ZKPQezM5vYJIkCxaC+4DTnRrVZR1CgsKLu5zsQERQx6Tea8Y+wMx5A24rq8A8NepCeatIQufVAekKNgiBMsGQ==} + mdn-data@2.22.1: + resolution: {integrity: sha512-u9Xnc9zLuF/CL2IHPow7HcXPpb8okQyzYpwL5wFsY//JRedSWYglYRg3PYWoQCu1zO+tBTmWOJN/iM0mPC5CRQ==} mdurl@2.0.0: resolution: {integrity: sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==} @@ -7463,8 +7700,8 @@ packages: pathval@1.1.1: resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} - pathval@2.0.0: - resolution: {integrity: sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==} + pathval@2.0.1: + resolution: {integrity: sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==} engines: {node: '>= 14.16'} pe-library@0.4.1: @@ -7528,8 +7765,8 @@ packages: engines: {node: '>=18'} hasBin: true - playwright-core@1.53.1: - resolution: {integrity: sha512-Z46Oq7tLAyT0lGoFx4DOuB1IA9D1TPj0QkYxpPVUnGDqHHvDpCftu1J2hM2PiWsNMoZh8+LQaarAWcDfPBc6zg==} + playwright-core@1.53.2: + resolution: {integrity: sha512-ox/OytMy+2w1jcYEYlOo1Hhp8hZkLCximMTUTMBXjGUA1KoFfiSZ+DU+3a739jsPY0yoKH2TFy9S2fsJas8yAw==} engines: {node: '>=18'} hasBin: true @@ -8719,8 +8956,8 @@ packages: uglify-js: optional: true - terser@5.43.0: - resolution: {integrity: sha512-CqNNxKSGKSZCunSvwKLTs8u8sGGlp27sxNZ4quGh0QeNuyHM0JSEM/clM9Mf4zUp6J+tO2gUXhgXT2YMMkwfKQ==} + terser@5.43.1: + resolution: {integrity: sha512-+6erLbBm0+LROX2sPXlUYx/ux5PyE9K/a92Wrt6oA+WDAoFTdpHE5tCYCI5PNzq2y8df4rA+QgHLJuR4jNymsg==} engines: {node: '>=10'} hasBin: true @@ -9203,8 +9440,8 @@ packages: resolution: {integrity: sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==} engines: {node: '>=10.0.0'} - webpack-sources@3.3.2: - resolution: {integrity: sha512-ykKKus8lqlgXX/1WjudpIEjqsafjOTcOJqxnAbMLAu/KCsDCJ6GBtvscewvTkrn24HsnvFwrSCbenFrhtcCsAA==} + webpack-sources@3.3.3: + resolution: {integrity: sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg==} engines: {node: '>=10.13.0'} webpack-virtual-modules@0.6.2: @@ -9340,8 +9577,8 @@ packages: utf-8-validate: optional: true - ws@8.18.2: - resolution: {integrity: sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==} + ws@8.18.3: + resolution: {integrity: sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -9469,8 +9706,8 @@ snapshots: '@ampproject/remapping@2.3.0': dependencies: - '@jridgewell/gen-mapping': 0.3.8 - '@jridgewell/trace-mapping': 0.3.25 + '@jridgewell/gen-mapping': 0.3.12 + '@jridgewell/trace-mapping': 0.3.29 '@babel/code-frame@7.27.1': dependencies: @@ -9478,20 +9715,20 @@ snapshots: js-tokens: 4.0.0 picocolors: 1.1.1 - '@babel/compat-data@7.27.5': {} + '@babel/compat-data@7.28.0': {} '@babel/core@7.26.0': dependencies: '@ampproject/remapping': 2.3.0 '@babel/code-frame': 7.27.1 - '@babel/generator': 7.27.5 + '@babel/generator': 7.28.0 '@babel/helper-compilation-targets': 7.27.2 '@babel/helper-module-transforms': 7.27.3(@babel/core@7.26.0) '@babel/helpers': 7.27.6 - '@babel/parser': 7.27.5 + '@babel/parser': 7.28.0 '@babel/template': 7.27.2 - '@babel/traverse': 7.27.4 - '@babel/types': 7.27.6 + '@babel/traverse': 7.28.0 + '@babel/types': 7.28.0 convert-source-map: 2.0.0 debug: 4.3.7(supports-color@8.1.1) gensync: 1.0.0-beta.2 @@ -9500,23 +9737,23 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/generator@7.27.5': + '@babel/generator@7.28.0': dependencies: - '@babel/parser': 7.27.5 - '@babel/types': 7.27.6 - '@jridgewell/gen-mapping': 0.3.8 - '@jridgewell/trace-mapping': 0.3.25 + '@babel/parser': 7.28.0 + '@babel/types': 7.28.0 + '@jridgewell/gen-mapping': 0.3.12 + '@jridgewell/trace-mapping': 0.3.29 jsesc: 3.1.0 '@babel/helper-annotate-as-pure@7.27.3': dependencies: - '@babel/types': 7.27.6 + '@babel/types': 7.28.0 '@babel/helper-compilation-targets@7.27.2': dependencies: - '@babel/compat-data': 7.27.5 + '@babel/compat-data': 7.28.0 '@babel/helper-validator-option': 7.27.1 - browserslist: 4.25.0 + browserslist: 4.25.1 lru-cache: 5.1.1 semver: 6.3.1 @@ -9528,33 +9765,35 @@ snapshots: '@babel/helper-optimise-call-expression': 7.27.1 '@babel/helper-replace-supers': 7.27.1(@babel/core@7.26.0) '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/traverse': 7.27.4 + '@babel/traverse': 7.28.0 semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/helper-define-polyfill-provider@0.6.4(@babel/core@7.26.0)': + '@babel/helper-define-polyfill-provider@0.6.5(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-compilation-targets': 7.27.2 '@babel/helper-plugin-utils': 7.27.1 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.4.1 lodash.debounce: 4.0.8 resolve: 1.22.10 transitivePeerDependencies: - supports-color + '@babel/helper-globals@7.28.0': {} + '@babel/helper-member-expression-to-functions@7.27.1': dependencies: - '@babel/traverse': 7.27.4 - '@babel/types': 7.27.6 + '@babel/traverse': 7.28.0 + '@babel/types': 7.28.0 transitivePeerDependencies: - supports-color '@babel/helper-module-imports@7.27.1': dependencies: - '@babel/traverse': 7.27.4 - '@babel/types': 7.27.6 + '@babel/traverse': 7.28.0 + '@babel/types': 7.28.0 transitivePeerDependencies: - supports-color @@ -9563,13 +9802,13 @@ snapshots: '@babel/core': 7.26.0 '@babel/helper-module-imports': 7.27.1 '@babel/helper-validator-identifier': 7.27.1 - '@babel/traverse': 7.27.4 + '@babel/traverse': 7.28.0 transitivePeerDependencies: - supports-color '@babel/helper-optimise-call-expression@7.27.1': dependencies: - '@babel/types': 7.27.6 + '@babel/types': 7.28.0 '@babel/helper-plugin-utils@7.27.1': {} @@ -9578,14 +9817,14 @@ snapshots: '@babel/core': 7.26.0 '@babel/helper-member-expression-to-functions': 7.27.1 '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/traverse': 7.27.4 + '@babel/traverse': 7.28.0 transitivePeerDependencies: - supports-color '@babel/helper-skip-transparent-expression-wrappers@7.27.1': dependencies: - '@babel/traverse': 7.27.4 - '@babel/types': 7.27.6 + '@babel/traverse': 7.28.0 + '@babel/types': 7.28.0 transitivePeerDependencies: - supports-color @@ -9598,11 +9837,11 @@ snapshots: '@babel/helpers@7.27.6': dependencies: '@babel/template': 7.27.2 - '@babel/types': 7.27.6 + '@babel/types': 7.28.0 - '@babel/parser@7.27.5': + '@babel/parser@7.28.0': dependencies: - '@babel/types': 7.27.6 + '@babel/types': 7.28.0 '@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.26.0)': dependencies: @@ -9720,7 +9959,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-react-display-name@7.27.1(@babel/core@7.26.0)': + '@babel/plugin-transform-react-display-name@7.28.0(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.27.1 @@ -9739,7 +9978,7 @@ snapshots: '@babel/helper-module-imports': 7.27.1 '@babel/helper-plugin-utils': 7.27.1 '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.26.0) - '@babel/types': 7.27.6 + '@babel/types': 7.28.0 transitivePeerDependencies: - supports-color @@ -9754,9 +9993,9 @@ snapshots: '@babel/core': 7.26.0 '@babel/helper-module-imports': 7.27.1 '@babel/helper-plugin-utils': 7.27.1 - babel-plugin-polyfill-corejs2: 0.4.13(@babel/core@7.26.0) + babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.26.0) babel-plugin-polyfill-corejs3: 0.10.6(@babel/core@7.26.0) - babel-plugin-polyfill-regenerator: 0.6.4(@babel/core@7.26.0) + babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.26.0) semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -9777,7 +10016,7 @@ snapshots: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.27.1 '@babel/helper-validator-option': 7.27.1 - '@babel/plugin-transform-react-display-name': 7.27.1(@babel/core@7.26.0) + '@babel/plugin-transform-react-display-name': 7.28.0(@babel/core@7.26.0) '@babel/plugin-transform-react-jsx': 7.27.1(@babel/core@7.26.0) '@babel/plugin-transform-react-jsx-development': 7.27.1(@babel/core@7.26.0) '@babel/plugin-transform-react-pure-annotations': 7.27.1(@babel/core@7.26.0) @@ -9800,22 +10039,22 @@ snapshots: '@babel/template@7.27.2': dependencies: '@babel/code-frame': 7.27.1 - '@babel/parser': 7.27.5 - '@babel/types': 7.27.6 + '@babel/parser': 7.28.0 + '@babel/types': 7.28.0 - '@babel/traverse@7.27.4': + '@babel/traverse@7.28.0': dependencies: '@babel/code-frame': 7.27.1 - '@babel/generator': 7.27.5 - '@babel/parser': 7.27.5 + '@babel/generator': 7.28.0 + '@babel/helper-globals': 7.28.0 + '@babel/parser': 7.28.0 '@babel/template': 7.27.2 - '@babel/types': 7.27.6 + '@babel/types': 7.28.0 debug: 4.3.7(supports-color@8.1.1) - globals: 11.12.0 transitivePeerDependencies: - supports-color - '@babel/types@7.27.6': + '@babel/types@7.28.0': dependencies: '@babel/helper-string-parser': 7.27.1 '@babel/helper-validator-identifier': 7.27.1 @@ -10078,6 +10317,23 @@ snapshots: '@eslint/js@8.56.0': {} + '@floating-ui/core@1.7.2': + dependencies: + '@floating-ui/utils': 0.2.10 + + '@floating-ui/dom@1.7.2': + dependencies: + '@floating-ui/core': 1.7.2 + '@floating-ui/utils': 0.2.10 + + '@floating-ui/react-dom@2.1.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@floating-ui/dom': 1.7.2 + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + + '@floating-ui/utils@0.2.10': {} + '@formatjs/ecma402-abstract@1.11.4': dependencies: '@formatjs/intl-localematcher': 0.2.25 @@ -10333,7 +10589,7 @@ snapshots: jest-util: 29.7.0 slash: 3.0.0 - '@jest/core@29.7.0(ts-node@10.9.2(@swc/core@1.12.3(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3))': + '@jest/core@29.7.0(ts-node@10.9.2(@swc/core@1.12.9(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3))': dependencies: '@jest/console': 29.7.0 '@jest/reporters': 29.7.0 @@ -10347,7 +10603,7 @@ snapshots: exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.12.3(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) + jest-config: 29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.12.9(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -10415,7 +10671,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@jridgewell/trace-mapping': 0.3.25 + '@jridgewell/trace-mapping': 0.3.29 '@types/node': 20.17.6 chalk: 4.1.2 collect-v8-coverage: 1.0.2 @@ -10443,7 +10699,7 @@ snapshots: '@jest/source-map@29.6.3': dependencies: - '@jridgewell/trace-mapping': 0.3.25 + '@jridgewell/trace-mapping': 0.3.29 callsites: 3.1.0 graceful-fs: 4.2.11 @@ -10465,7 +10721,7 @@ snapshots: dependencies: '@babel/core': 7.26.0 '@jest/types': 29.6.3 - '@jridgewell/trace-mapping': 0.3.25 + '@jridgewell/trace-mapping': 0.3.29 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 convert-source-map: 2.0.0 @@ -10490,32 +10746,29 @@ snapshots: '@types/yargs': 17.0.33 chalk: 4.1.2 - '@jridgewell/gen-mapping@0.3.8': + '@jridgewell/gen-mapping@0.3.12': dependencies: - '@jridgewell/set-array': 1.2.1 - '@jridgewell/sourcemap-codec': 1.5.0 - '@jridgewell/trace-mapping': 0.3.25 + '@jridgewell/sourcemap-codec': 1.5.4 + '@jridgewell/trace-mapping': 0.3.29 '@jridgewell/resolve-uri@3.1.2': {} - '@jridgewell/set-array@1.2.1': {} - - '@jridgewell/source-map@0.3.6': + '@jridgewell/source-map@0.3.10': dependencies: - '@jridgewell/gen-mapping': 0.3.8 - '@jridgewell/trace-mapping': 0.3.25 + '@jridgewell/gen-mapping': 0.3.12 + '@jridgewell/trace-mapping': 0.3.29 - '@jridgewell/sourcemap-codec@1.5.0': {} + '@jridgewell/sourcemap-codec@1.5.4': {} - '@jridgewell/trace-mapping@0.3.25': + '@jridgewell/trace-mapping@0.3.29': dependencies: '@jridgewell/resolve-uri': 3.1.2 - '@jridgewell/sourcemap-codec': 1.5.0 + '@jridgewell/sourcemap-codec': 1.5.4 '@jridgewell/trace-mapping@0.3.9': dependencies: '@jridgewell/resolve-uri': 3.1.2 - '@jridgewell/sourcemap-codec': 1.5.0 + '@jridgewell/sourcemap-codec': 1.5.4 '@jsdoc/salty@0.2.9': dependencies: @@ -10830,6 +11083,182 @@ snapshots: '@protobufjs/utf8@1.1.0': {} + '@radix-ui/primitive@1.1.2': {} + + '@radix-ui/react-arrow@1.1.7(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + optionalDependencies: + '@types/react': 18.3.20 + '@types/react-dom': 18.3.6(@types/react@18.3.20) + + '@radix-ui/react-compose-refs@1.1.2(@types/react@18.3.20)(react@18.3.1)': + dependencies: + react: 18.3.1 + optionalDependencies: + '@types/react': 18.3.20 + + '@radix-ui/react-context@1.1.2(@types/react@18.3.20)(react@18.3.1)': + dependencies: + react: 18.3.1 + optionalDependencies: + '@types/react': 18.3.20 + + '@radix-ui/react-dismissable-layer@1.1.10(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@radix-ui/primitive': 1.1.2 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.20)(react@18.3.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@18.3.20)(react@18.3.1) + '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@18.3.20)(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + optionalDependencies: + '@types/react': 18.3.20 + '@types/react-dom': 18.3.6(@types/react@18.3.20) + + '@radix-ui/react-id@1.1.1(@types/react@18.3.20)(react@18.3.1)': + dependencies: + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@18.3.20)(react@18.3.1) + react: 18.3.1 + optionalDependencies: + '@types/react': 18.3.20 + + '@radix-ui/react-popper@1.2.7(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@floating-ui/react-dom': 2.1.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-arrow': 1.1.7(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.20)(react@18.3.1) + '@radix-ui/react-context': 1.1.2(@types/react@18.3.20)(react@18.3.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@18.3.20)(react@18.3.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@18.3.20)(react@18.3.1) + '@radix-ui/react-use-rect': 1.1.1(@types/react@18.3.20)(react@18.3.1) + '@radix-ui/react-use-size': 1.1.1(@types/react@18.3.20)(react@18.3.1) + '@radix-ui/rect': 1.1.1 + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + optionalDependencies: + '@types/react': 18.3.20 + '@types/react-dom': 18.3.6(@types/react@18.3.20) + + '@radix-ui/react-portal@1.1.9(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@18.3.20)(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + optionalDependencies: + '@types/react': 18.3.20 + '@types/react-dom': 18.3.6(@types/react@18.3.20) + + '@radix-ui/react-presence@1.1.4(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.20)(react@18.3.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@18.3.20)(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + optionalDependencies: + '@types/react': 18.3.20 + '@types/react-dom': 18.3.6(@types/react@18.3.20) + + '@radix-ui/react-primitive@2.1.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@radix-ui/react-slot': 1.2.3(@types/react@18.3.20)(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + optionalDependencies: + '@types/react': 18.3.20 + '@types/react-dom': 18.3.6(@types/react@18.3.20) + + '@radix-ui/react-slot@1.2.3(@types/react@18.3.20)(react@18.3.1)': + dependencies: + '@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.20)(react@18.3.1) + react: 18.3.1 + optionalDependencies: + '@types/react': 18.3.20 + + '@radix-ui/react-tooltip@1.2.7(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@radix-ui/primitive': 1.1.2 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.20)(react@18.3.1) + '@radix-ui/react-context': 1.1.2(@types/react@18.3.20)(react@18.3.1) + '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-id': 1.1.1(@types/react@18.3.20)(react@18.3.1) + '@radix-ui/react-popper': 1.2.7(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-portal': 1.1.9(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-presence': 1.1.4(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-slot': 1.2.3(@types/react@18.3.20)(react@18.3.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@18.3.20)(react@18.3.1) + '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + optionalDependencies: + '@types/react': 18.3.20 + '@types/react-dom': 18.3.6(@types/react@18.3.20) + + '@radix-ui/react-use-callback-ref@1.1.1(@types/react@18.3.20)(react@18.3.1)': + dependencies: + react: 18.3.1 + optionalDependencies: + '@types/react': 18.3.20 + + '@radix-ui/react-use-controllable-state@1.2.2(@types/react@18.3.20)(react@18.3.1)': + dependencies: + '@radix-ui/react-use-effect-event': 0.0.2(@types/react@18.3.20)(react@18.3.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@18.3.20)(react@18.3.1) + react: 18.3.1 + optionalDependencies: + '@types/react': 18.3.20 + + '@radix-ui/react-use-effect-event@0.0.2(@types/react@18.3.20)(react@18.3.1)': + dependencies: + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@18.3.20)(react@18.3.1) + react: 18.3.1 + optionalDependencies: + '@types/react': 18.3.20 + + '@radix-ui/react-use-escape-keydown@1.1.1(@types/react@18.3.20)(react@18.3.1)': + dependencies: + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@18.3.20)(react@18.3.1) + react: 18.3.1 + optionalDependencies: + '@types/react': 18.3.20 + + '@radix-ui/react-use-layout-effect@1.1.1(@types/react@18.3.20)(react@18.3.1)': + dependencies: + react: 18.3.1 + optionalDependencies: + '@types/react': 18.3.20 + + '@radix-ui/react-use-rect@1.1.1(@types/react@18.3.20)(react@18.3.1)': + dependencies: + '@radix-ui/rect': 1.1.1 + react: 18.3.1 + optionalDependencies: + '@types/react': 18.3.20 + + '@radix-ui/react-use-size@1.1.1(@types/react@18.3.20)(react@18.3.1)': + dependencies: + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@18.3.20)(react@18.3.1) + react: 18.3.1 + optionalDependencies: + '@types/react': 18.3.20 + + '@radix-ui/react-visually-hidden@1.2.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + optionalDependencies: + '@types/react': 18.3.20 + '@types/react-dom': 18.3.6(@types/react@18.3.20) + + '@radix-ui/rect@1.1.1': {} + '@react-aria/accordion@3.0.0-alpha.35(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@react-aria/button': 3.13.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -11930,7 +12359,7 @@ snapshots: '@sideway/pinpoint@2.0.0': {} - '@signalapp/libsignal-client@0.72.1': + '@signalapp/libsignal-client@0.74.1': dependencies: node-gyp-build: 4.8.4 type-fest: 4.26.1 @@ -11957,6 +12386,11 @@ snapshots: node-addon-api: 8.4.0 node-gyp-build: 4.8.4 + '@signalapp/windows-ucv@1.0.0': + dependencies: + bindings: 1.5.0 + node-addon-api: 8.4.0 + '@sinclair/typebox@0.27.8': {} '@sindresorhus/is@4.6.0': {} @@ -12042,16 +12476,16 @@ snapshots: '@storybook/addon-webpack5-compiler-swc@1.0.5(@swc/helpers@0.5.17)(webpack@5.96.1)': dependencies: - '@swc/core': 1.12.3(@swc/helpers@0.5.17) - swc-loader: 0.2.6(@swc/core@1.12.3(@swc/helpers@0.5.17))(webpack@5.96.1) + '@swc/core': 1.12.9(@swc/helpers@0.5.17) + swc-loader: 0.2.6(@swc/core@1.12.9(@swc/helpers@0.5.17))(webpack@5.96.1) transitivePeerDependencies: - '@swc/helpers' - webpack - '@storybook/builder-webpack5@8.4.4(@swc/core@1.12.3(@swc/helpers@0.5.17))(esbuild@0.24.0)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(typescript@5.6.3)(webpack-cli@5.1.4)': + '@storybook/builder-webpack5@8.4.4(@swc/core@1.12.9(@swc/helpers@0.5.17))(esbuild@0.24.0)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(typescript@5.6.3)(webpack-cli@5.1.4)': dependencies: '@storybook/core-webpack': 8.4.4(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10)) - '@types/node': 22.15.32 + '@types/node': 22.16.0 '@types/semver': 7.5.8 browser-assert: 1.2.1 case-sensitive-paths-webpack-plugin: 2.4.0 @@ -12067,12 +12501,12 @@ snapshots: semver: 7.6.3 storybook: 8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10) style-loader: 3.3.4(webpack@5.96.1) - terser-webpack-plugin: 5.3.10(@swc/core@1.12.3(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack@5.96.1) + terser-webpack-plugin: 5.3.10(@swc/core@1.12.9(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack@5.96.1) ts-dedent: 2.2.0 url: 0.11.4 util: 0.12.5 util-deprecate: 1.0.2 - webpack: 5.96.1(@swc/core@1.12.3(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.12.9(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) webpack-dev-middleware: 6.1.3(webpack@5.96.1) webpack-hot-middleware: 2.26.1 webpack-virtual-modules: 0.6.2 @@ -12108,7 +12542,7 @@ snapshots: '@storybook/core-webpack@8.4.4(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))': dependencies: - '@types/node': 22.15.32 + '@types/node': 22.16.0 storybook: 8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10) ts-dedent: 2.2.0 @@ -12124,7 +12558,7 @@ snapshots: recast: 0.23.11 semver: 7.6.3 util: 0.12.5 - ws: 8.18.2(bufferutil@4.0.9)(utf-8-validate@5.0.10) + ws: 8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10) optionalDependencies: prettier: 3.3.3 transitivePeerDependencies: @@ -12148,12 +12582,12 @@ snapshots: dependencies: storybook: 8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10) - '@storybook/preset-react-webpack@8.4.4(@storybook/test@8.4.4(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10)))(@swc/core@1.12.3(@swc/helpers@0.5.17))(esbuild@0.24.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(typescript@5.6.3)(webpack-cli@5.1.4)': + '@storybook/preset-react-webpack@8.4.4(@storybook/test@8.4.4(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10)))(@swc/core@1.12.9(@swc/helpers@0.5.17))(esbuild@0.24.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(typescript@5.6.3)(webpack-cli@5.1.4)': dependencies: '@storybook/core-webpack': 8.4.4(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10)) '@storybook/react': 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(typescript@5.6.3) '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.0c3f3b7.0(typescript@5.6.3)(webpack@5.96.1) - '@types/node': 22.15.32 + '@types/node': 22.16.0 '@types/semver': 7.5.8 find-up: 5.0.0 magic-string: 0.30.17 @@ -12164,7 +12598,7 @@ snapshots: semver: 7.6.3 storybook: 8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10) tsconfig-paths: 4.2.0 - webpack: 5.96.1(@swc/core@1.12.3(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.12.9(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) optionalDependencies: typescript: 5.6.3 transitivePeerDependencies: @@ -12189,7 +12623,7 @@ snapshots: react-docgen-typescript: 2.4.0(typescript@5.6.3) tslib: 2.8.1 typescript: 5.6.3 - webpack: 5.96.1(@swc/core@1.12.3(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.12.9(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) transitivePeerDependencies: - supports-color @@ -12199,12 +12633,12 @@ snapshots: react-dom: 18.3.1(react@18.3.1) storybook: 8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10) - '@storybook/react-webpack5@8.4.4(@storybook/test@8.4.4(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10)))(@swc/core@1.12.3(@swc/helpers@0.5.17))(esbuild@0.24.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(typescript@5.6.3)(webpack-cli@5.1.4)': + '@storybook/react-webpack5@8.4.4(@storybook/test@8.4.4(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10)))(@swc/core@1.12.9(@swc/helpers@0.5.17))(esbuild@0.24.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(typescript@5.6.3)(webpack-cli@5.1.4)': dependencies: - '@storybook/builder-webpack5': 8.4.4(@swc/core@1.12.3(@swc/helpers@0.5.17))(esbuild@0.24.0)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(typescript@5.6.3)(webpack-cli@5.1.4) - '@storybook/preset-react-webpack': 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10)))(@swc/core@1.12.3(@swc/helpers@0.5.17))(esbuild@0.24.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(typescript@5.6.3)(webpack-cli@5.1.4) + '@storybook/builder-webpack5': 8.4.4(@swc/core@1.12.9(@swc/helpers@0.5.17))(esbuild@0.24.0)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(typescript@5.6.3)(webpack-cli@5.1.4) + '@storybook/preset-react-webpack': 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10)))(@swc/core@1.12.9(@swc/helpers@0.5.17))(esbuild@0.24.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(typescript@5.6.3)(webpack-cli@5.1.4) '@storybook/react': 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(typescript@5.6.3) - '@types/node': 22.15.32 + '@types/node': 22.16.0 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) storybook: 8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10) @@ -12234,25 +12668,25 @@ snapshots: '@storybook/test': 8.4.4(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10)) typescript: 5.6.3 - '@storybook/test-runner@0.22.0(@swc/helpers@0.5.17)(@types/node@20.17.6)(debug@4.3.7)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(ts-node@10.9.2(@swc/core@1.12.3(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3))': + '@storybook/test-runner@0.22.0(@swc/helpers@0.5.17)(@types/node@20.17.6)(debug@4.3.7)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(ts-node@10.9.2(@swc/core@1.12.9(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3))': dependencies: '@babel/core': 7.26.0 - '@babel/generator': 7.27.5 + '@babel/generator': 7.28.0 '@babel/template': 7.27.2 - '@babel/types': 7.27.6 + '@babel/types': 7.28.0 '@jest/types': 29.6.3 '@storybook/csf': 0.1.11 - '@swc/core': 1.12.3(@swc/helpers@0.5.17) - '@swc/jest': 0.2.38(@swc/core@1.12.3(@swc/helpers@0.5.17)) + '@swc/core': 1.12.9(@swc/helpers@0.5.17) + '@swc/jest': 0.2.38(@swc/core@1.12.9(@swc/helpers@0.5.17)) expect-playwright: 0.8.0 - jest: 29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.12.3(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) + jest: 29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.12.9(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) jest-circus: 29.7.0 jest-environment-node: 29.7.0 jest-junit: 16.0.0 - jest-playwright-preset: 4.0.0(debug@4.3.7)(jest-circus@29.7.0)(jest-environment-node@29.7.0)(jest-runner@29.7.0)(jest@29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.12.3(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3))) + jest-playwright-preset: 4.0.0(debug@4.3.7)(jest-circus@29.7.0)(jest-environment-node@29.7.0)(jest-runner@29.7.0)(jest@29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.12.9(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3))) jest-runner: 29.7.0 jest-serializer-html: 7.1.0 - jest-watch-typeahead: 2.2.2(jest@29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.12.3(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3))) + jest-watch-typeahead: 2.2.2(jest@29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.12.9(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3))) nyc: 15.1.0 playwright: 1.45.0 storybook: 8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10) @@ -12287,51 +12721,51 @@ snapshots: '@types/express': 4.17.23 file-system-cache: 2.3.0 - '@swc/core-darwin-arm64@1.12.3': + '@swc/core-darwin-arm64@1.12.9': optional: true - '@swc/core-darwin-x64@1.12.3': + '@swc/core-darwin-x64@1.12.9': optional: true - '@swc/core-linux-arm-gnueabihf@1.12.3': + '@swc/core-linux-arm-gnueabihf@1.12.9': optional: true - '@swc/core-linux-arm64-gnu@1.12.3': + '@swc/core-linux-arm64-gnu@1.12.9': optional: true - '@swc/core-linux-arm64-musl@1.12.3': + '@swc/core-linux-arm64-musl@1.12.9': optional: true - '@swc/core-linux-x64-gnu@1.12.3': + '@swc/core-linux-x64-gnu@1.12.9': optional: true - '@swc/core-linux-x64-musl@1.12.3': + '@swc/core-linux-x64-musl@1.12.9': optional: true - '@swc/core-win32-arm64-msvc@1.12.3': + '@swc/core-win32-arm64-msvc@1.12.9': optional: true - '@swc/core-win32-ia32-msvc@1.12.3': + '@swc/core-win32-ia32-msvc@1.12.9': optional: true - '@swc/core-win32-x64-msvc@1.12.3': + '@swc/core-win32-x64-msvc@1.12.9': optional: true - '@swc/core@1.12.3(@swc/helpers@0.5.17)': + '@swc/core@1.12.9(@swc/helpers@0.5.17)': dependencies: '@swc/counter': 0.1.3 '@swc/types': 0.1.23 optionalDependencies: - '@swc/core-darwin-arm64': 1.12.3 - '@swc/core-darwin-x64': 1.12.3 - '@swc/core-linux-arm-gnueabihf': 1.12.3 - '@swc/core-linux-arm64-gnu': 1.12.3 - '@swc/core-linux-arm64-musl': 1.12.3 - '@swc/core-linux-x64-gnu': 1.12.3 - '@swc/core-linux-x64-musl': 1.12.3 - '@swc/core-win32-arm64-msvc': 1.12.3 - '@swc/core-win32-ia32-msvc': 1.12.3 - '@swc/core-win32-x64-msvc': 1.12.3 + '@swc/core-darwin-arm64': 1.12.9 + '@swc/core-darwin-x64': 1.12.9 + '@swc/core-linux-arm-gnueabihf': 1.12.9 + '@swc/core-linux-arm64-gnu': 1.12.9 + '@swc/core-linux-arm64-musl': 1.12.9 + '@swc/core-linux-x64-gnu': 1.12.9 + '@swc/core-linux-x64-musl': 1.12.9 + '@swc/core-win32-arm64-msvc': 1.12.9 + '@swc/core-win32-ia32-msvc': 1.12.9 + '@swc/core-win32-x64-msvc': 1.12.9 '@swc/helpers': 0.5.17 '@swc/counter@0.1.3': {} @@ -12340,10 +12774,10 @@ snapshots: dependencies: tslib: 2.8.1 - '@swc/jest@0.2.38(@swc/core@1.12.3(@swc/helpers@0.5.17))': + '@swc/jest@0.2.38(@swc/core@1.12.9(@swc/helpers@0.5.17))': dependencies: '@jest/create-cache-key-function': 29.7.0 - '@swc/core': 1.12.3(@swc/helpers@0.5.17) + '@swc/core': 1.12.9(@swc/helpers@0.5.17) '@swc/counter': 0.1.3 jsonc-parser: 3.3.1 @@ -12406,24 +12840,24 @@ snapshots: '@types/babel__core@7.20.5': dependencies: - '@babel/parser': 7.27.5 - '@babel/types': 7.27.6 + '@babel/parser': 7.28.0 + '@babel/types': 7.28.0 '@types/babel__generator': 7.27.0 '@types/babel__template': 7.4.4 '@types/babel__traverse': 7.20.7 '@types/babel__generator@7.27.0': dependencies: - '@babel/types': 7.27.6 + '@babel/types': 7.28.0 '@types/babel__template@7.4.4': dependencies: - '@babel/parser': 7.27.5 - '@babel/types': 7.27.6 + '@babel/parser': 7.28.0 + '@babel/types': 7.28.0 '@types/babel__traverse@7.20.7': dependencies: - '@babel/types': 7.27.6 + '@babel/types': 7.28.0 '@types/backbone@1.4.22(patch_hash=9dace206a9f53e0e3b0203051b26aec1e92ad49744b156ad8076946356c6c8e7)': dependencies: @@ -12610,7 +13044,7 @@ snapshots: '@types/node': 20.17.6 form-data: 4.0.1 - '@types/node-forge@1.3.11': + '@types/node-forge@1.3.12': dependencies: '@types/node': 20.17.6 @@ -12620,7 +13054,7 @@ snapshots: dependencies: undici-types: 6.19.8 - '@types/node@22.15.32': + '@types/node@22.16.0': dependencies: undici-types: 6.21.0 @@ -13040,17 +13474,17 @@ snapshots: '@webpack-cli/configtest@2.1.1(webpack-cli@5.1.4)(webpack@5.96.1)': dependencies: - webpack: 5.96.1(@swc/core@1.12.3(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.12.9(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) webpack-cli: 5.1.4(webpack-dev-server@5.1.0)(webpack@5.96.1) '@webpack-cli/info@2.0.2(webpack-cli@5.1.4)(webpack@5.96.1)': dependencies: - webpack: 5.96.1(@swc/core@1.12.3(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.12.9(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) webpack-cli: 5.1.4(webpack-dev-server@5.1.0)(webpack@5.96.1) '@webpack-cli/serve@2.0.5(webpack-cli@5.1.4)(webpack-dev-server@5.1.0)(webpack@5.96.1)': dependencies: - webpack: 5.96.1(@swc/core@1.12.3(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.12.9(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) webpack-cli: 5.1.4(webpack-dev-server@5.1.0)(webpack@5.96.1) optionalDependencies: webpack-dev-server: 5.1.0(bufferutil@4.0.9)(debug@4.3.7)(utf-8-validate@5.0.10)(webpack-cli@5.1.4)(webpack@5.96.1) @@ -13176,7 +13610,7 @@ snapshots: app-builder-bin@5.0.0-alpha.12: {} - app-builder-lib@26.0.14(patch_hash=2a119a69a005842a6f7003c60ccd5e66c35900c65641c7930e514ae5e4c77982)(dmg-builder@26.0.14)(electron-builder-squirrel-windows@26.0.14): + app-builder-lib@26.0.14(patch_hash=0c3b228458f552563f27009bd822f7f7c069547b27cb27268838dcf98502693b)(dmg-builder@26.0.14)(electron-builder-squirrel-windows@26.0.14): dependencies: '@develar/schema-utils': 2.6.5 '@electron/asar': 3.4.1 @@ -13194,7 +13628,7 @@ snapshots: config-file-ts: 0.2.8-rc1 debug: 4.3.7(supports-color@8.1.1) dmg-builder: 26.0.14(patch_hash=cb72ed47fa8d45513a36db33fcb41cb75c30cada4737da067bf3fa1f063725f2)(electron-builder-squirrel-windows@26.0.14) - dotenv: 16.5.0 + dotenv: 16.6.1 dotenv-expand: 11.0.7 ejs: 3.1.10 electron-builder-squirrel-windows: 26.0.14(dmg-builder@26.0.14) @@ -13353,7 +13787,7 @@ snapshots: '@babel/core': 7.26.0 find-cache-dir: 4.0.0 schema-utils: 4.3.2 - webpack: 5.96.1(@swc/core@1.12.3(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.12.9(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) babel-plugin-istanbul@6.1.1: dependencies: @@ -13368,25 +13802,25 @@ snapshots: babel-plugin-jest-hoist@29.6.3: dependencies: '@babel/template': 7.27.2 - '@babel/types': 7.27.6 + '@babel/types': 7.28.0 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.20.7 babel-plugin-lodash@3.3.4: dependencies: '@babel/helper-module-imports': 7.27.1 - '@babel/types': 7.27.6 + '@babel/types': 7.28.0 glob: 7.2.3 lodash: 4.17.21 require-package-name: 2.0.1 transitivePeerDependencies: - supports-color - babel-plugin-polyfill-corejs2@0.4.13(@babel/core@7.26.0): + babel-plugin-polyfill-corejs2@0.4.14(@babel/core@7.26.0): dependencies: - '@babel/compat-data': 7.27.5 + '@babel/compat-data': 7.28.0 '@babel/core': 7.26.0 - '@babel/helper-define-polyfill-provider': 0.6.4(@babel/core@7.26.0) + '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.26.0) semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -13394,15 +13828,15 @@ snapshots: babel-plugin-polyfill-corejs3@0.10.6(@babel/core@7.26.0): dependencies: '@babel/core': 7.26.0 - '@babel/helper-define-polyfill-provider': 0.6.4(@babel/core@7.26.0) + '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.26.0) core-js-compat: 3.43.0 transitivePeerDependencies: - supports-color - babel-plugin-polyfill-regenerator@0.6.4(@babel/core@7.26.0): + babel-plugin-polyfill-regenerator@0.6.5(@babel/core@7.26.0): dependencies: '@babel/core': 7.26.0 - '@babel/helper-define-polyfill-provider': 0.6.4(@babel/core@7.26.0) + '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.26.0) transitivePeerDependencies: - supports-color @@ -13537,12 +13971,12 @@ snapshots: browser-stdout@1.3.1: {} - browserslist@4.25.0: + browserslist@4.25.1: dependencies: - caniuse-lite: 1.0.30001723 - electron-to-chromium: 1.5.170 + caniuse-lite: 1.0.30001726 + electron-to-chromium: 1.5.179 node-releases: 2.0.19 - update-browserslist-db: 1.1.3(browserslist@4.25.0) + update-browserslist-db: 1.1.3(browserslist@4.25.1) bser@2.1.1: dependencies: @@ -13690,7 +14124,7 @@ snapshots: camelcase@6.3.0: {} - caniuse-lite@1.0.30001723: {} + caniuse-lite@1.0.30001726: {} capture-stack-trace@1.0.2: {} @@ -13728,7 +14162,7 @@ snapshots: check-error: 2.1.1 deep-eql: 5.0.2 loupe: 3.1.4 - pathval: 2.0.0 + pathval: 2.0.1 chalk@2.4.2: dependencies: @@ -13980,7 +14414,7 @@ snapshots: core-js-compat@3.43.0: dependencies: - browserslist: 4.25.0 + browserslist: 4.25.1 core-js@3.43.0: {} @@ -14017,13 +14451,13 @@ snapshots: dependencies: capture-stack-trace: 1.0.2 - create-jest@29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.12.3(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)): + create-jest@29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.12.9(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.12.3(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) + jest-config: 29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.12.9(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -14076,7 +14510,7 @@ snapshots: postcss-value-parser: 4.2.0 semver: 7.6.3 optionalDependencies: - webpack: 5.96.1(@swc/core@1.12.3(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.12.9(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) css-loader@7.1.2(webpack@5.96.1): dependencies: @@ -14089,20 +14523,20 @@ snapshots: postcss-value-parser: 4.2.0 semver: 7.6.3 optionalDependencies: - webpack: 5.96.1(@swc/core@1.12.3(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.12.9(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) css-select@4.3.0: dependencies: boolbase: 1.0.0 - css-what: 6.1.0 + css-what: 6.2.2 domhandler: 4.3.1 domutils: 2.8.0 nth-check: 2.1.1 - css-select@5.1.0: + css-select@5.2.2: dependencies: boolbase: 1.0.0 - css-what: 6.1.0 + css-what: 6.2.2 domhandler: 5.0.3 domutils: 3.2.2 nth-check: 2.1.1 @@ -14122,7 +14556,7 @@ snapshots: mdn-data: 2.12.2 source-map-js: 1.2.1 - css-what@6.1.0: {} + css-what@6.2.2: {} css.escape@1.5.1: {} @@ -14229,6 +14663,10 @@ snapshots: optionalDependencies: supports-color: 8.1.1 + debug@4.4.1: + dependencies: + ms: 2.1.3 + decamelize@1.2.0: {} decamelize@4.0.0: {} @@ -14346,7 +14784,7 @@ snapshots: dmg-builder@26.0.14(patch_hash=cb72ed47fa8d45513a36db33fcb41cb75c30cada4737da067bf3fa1f063725f2)(electron-builder-squirrel-windows@26.0.14): dependencies: - app-builder-lib: 26.0.14(patch_hash=2a119a69a005842a6f7003c60ccd5e66c35900c65641c7930e514ae5e4c77982)(dmg-builder@26.0.14)(electron-builder-squirrel-windows@26.0.14) + app-builder-lib: 26.0.14(patch_hash=0c3b228458f552563f27009bd822f7f7c069547b27cb27268838dcf98502693b)(dmg-builder@26.0.14)(electron-builder-squirrel-windows@26.0.14) builder-util: 26.0.13 builder-util-runtime: 9.3.2 fs-extra: 10.1.0 @@ -14457,9 +14895,9 @@ snapshots: dotenv-expand@11.0.7: dependencies: - dotenv: 16.5.0 + dotenv: 16.6.1 - dotenv@16.5.0: {} + dotenv@16.6.1: {} dunder-proto@1.0.1: dependencies: @@ -14490,7 +14928,7 @@ snapshots: electron-builder-squirrel-windows@26.0.14(dmg-builder@26.0.14): dependencies: - app-builder-lib: 26.0.14(patch_hash=2a119a69a005842a6f7003c60ccd5e66c35900c65641c7930e514ae5e4c77982)(dmg-builder@26.0.14)(electron-builder-squirrel-windows@26.0.14) + app-builder-lib: 26.0.14(patch_hash=0c3b228458f552563f27009bd822f7f7c069547b27cb27268838dcf98502693b)(dmg-builder@26.0.14)(electron-builder-squirrel-windows@26.0.14) builder-util: 26.0.13 electron-winstaller: 5.4.0 transitivePeerDependencies: @@ -14500,7 +14938,7 @@ snapshots: electron-builder@26.0.14(patch_hash=4efee114d8c7e2a77c68ff826373a94a9678edfde006eeec4eccb386c32dae15)(electron-builder-squirrel-windows@26.0.14): dependencies: - app-builder-lib: 26.0.14(patch_hash=2a119a69a005842a6f7003c60ccd5e66c35900c65641c7930e514ae5e4c77982)(dmg-builder@26.0.14)(electron-builder-squirrel-windows@26.0.14) + app-builder-lib: 26.0.14(patch_hash=0c3b228458f552563f27009bd822f7f7c069547b27cb27268838dcf98502693b)(dmg-builder@26.0.14)(electron-builder-squirrel-windows@26.0.14) builder-util: 26.0.13 builder-util-runtime: 9.3.2 chalk: 4.1.2 @@ -14536,7 +14974,7 @@ snapshots: transitivePeerDependencies: - supports-color - electron-to-chromium@1.5.170: {} + electron-to-chromium@1.5.179: {} electron-window@0.8.1: dependencies: @@ -14565,7 +15003,7 @@ snapshots: electron@36.3.2: dependencies: '@electron/get': 2.0.3 - '@types/node': 22.15.32 + '@types/node': 22.16.0 extract-zip: 2.0.1 transitivePeerDependencies: - supports-color @@ -14622,7 +15060,7 @@ snapshots: fast-json-parse: 1.0.3 objectorarray: 1.0.5 - enhanced-resolve@5.18.1: + enhanced-resolve@5.18.2: dependencies: graceful-fs: 4.2.11 tapable: 2.2.2 @@ -14877,7 +15315,7 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-module-utils@2.12.0(@typescript-eslint/parser@5.62.0(eslint@8.56.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint@8.56.0): + eslint-module-utils@2.12.1(@typescript-eslint/parser@5.62.0(eslint@8.56.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint@8.56.0): dependencies: debug: 3.2.7 optionalDependencies: @@ -14887,7 +15325,7 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-module-utils@2.12.0(@typescript-eslint/parser@6.18.1(eslint@8.56.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint@8.56.0): + eslint-module-utils@2.12.1(@typescript-eslint/parser@6.18.1(eslint@8.56.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint@8.56.0): dependencies: debug: 3.2.7 optionalDependencies: @@ -14905,7 +15343,7 @@ snapshots: doctrine: 2.1.0 eslint: 8.56.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.0(@typescript-eslint/parser@5.62.0(eslint@8.56.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint@8.56.0) + eslint-module-utils: 2.12.1(@typescript-eslint/parser@5.62.0(eslint@8.56.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint@8.56.0) has: 1.0.4 is-core-module: 2.16.1 is-glob: 4.0.3 @@ -14928,7 +15366,7 @@ snapshots: doctrine: 2.1.0 eslint: 8.56.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.0(@typescript-eslint/parser@6.18.1(eslint@8.56.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint@8.56.0) + eslint-module-utils: 2.12.1(@typescript-eslint/parser@6.18.1(eslint@8.56.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint@8.56.0) has: 1.0.4 is-core-module: 2.16.1 is-glob: 4.0.3 @@ -15407,7 +15845,7 @@ snapshots: semver: 7.6.3 tapable: 2.2.2 typescript: 5.6.3 - webpack: 5.96.1(@swc/core@1.12.3(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.12.9(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) form-data@4.0.1: dependencies: @@ -15653,8 +16091,6 @@ snapshots: kind-of: 6.0.3 which: 1.3.1 - globals@11.12.0: {} - globals@13.24.0: dependencies: type-fest: 0.20.2 @@ -15805,7 +16241,7 @@ snapshots: he: 1.2.0 param-case: 3.0.4 relateurl: 0.2.7 - terser: 5.43.0 + terser: 5.43.1 html-tags@3.3.1: {} @@ -15817,7 +16253,7 @@ snapshots: pretty-error: 4.0.0 tapable: 2.2.2 optionalDependencies: - webpack: 5.96.1(@swc/core@1.12.3(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.12.9(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) htmlparser2@3.10.1: dependencies: @@ -16310,7 +16746,7 @@ snapshots: istanbul-lib-instrument@5.2.1: dependencies: '@babel/core': 7.26.0 - '@babel/parser': 7.27.5 + '@babel/parser': 7.28.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 6.3.1 @@ -16320,7 +16756,7 @@ snapshots: istanbul-lib-instrument@6.0.3: dependencies: '@babel/core': 7.26.0 - '@babel/parser': 7.27.5 + '@babel/parser': 7.28.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 7.6.3 @@ -16400,16 +16836,16 @@ snapshots: - babel-plugin-macros - supports-color - jest-cli@29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.12.3(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)): + jest-cli@29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.12.9(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)): dependencies: - '@jest/core': 29.7.0(ts-node@10.9.2(@swc/core@1.12.3(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) + '@jest/core': 29.7.0(ts-node@10.9.2(@swc/core@1.12.9(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.12.3(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) + create-jest: 29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.12.9(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) exit: 0.1.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.12.3(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) + jest-config: 29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.12.9(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -16419,7 +16855,7 @@ snapshots: - supports-color - ts-node - jest-config@29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.12.3(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)): + jest-config@29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.12.9(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)): dependencies: '@babel/core': 7.26.0 '@jest/test-sequencer': 29.7.0 @@ -16445,7 +16881,7 @@ snapshots: strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 20.17.6 - ts-node: 10.9.2(@swc/core@1.12.3(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3) + ts-node: 10.9.2(@swc/core@1.12.9(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3) transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -16533,16 +16969,16 @@ snapshots: '@types/node': 20.17.6 jest-util: 29.7.0 - jest-playwright-preset@4.0.0(debug@4.3.7)(jest-circus@29.7.0)(jest-environment-node@29.7.0)(jest-runner@29.7.0)(jest@29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.12.3(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3))): + jest-playwright-preset@4.0.0(debug@4.3.7)(jest-circus@29.7.0)(jest-environment-node@29.7.0)(jest-runner@29.7.0)(jest@29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.12.9(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3))): dependencies: expect-playwright: 0.8.0 - jest: 29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.12.3(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) + jest: 29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.12.9(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) jest-circus: 29.7.0 jest-environment-node: 29.7.0 jest-process-manager: 0.4.0(debug@4.3.7) jest-runner: 29.7.0 nyc: 15.1.0 - playwright-core: 1.53.1 + playwright-core: 1.53.2 rimraf: 3.0.2 uuid: 8.3.2 transitivePeerDependencies: @@ -16650,10 +17086,10 @@ snapshots: jest-snapshot@29.7.0: dependencies: '@babel/core': 7.26.0 - '@babel/generator': 7.27.5 + '@babel/generator': 7.28.0 '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.26.0) '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.26.0) - '@babel/types': 7.27.6 + '@babel/types': 7.28.0 '@jest/expect-utils': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 @@ -16690,11 +17126,11 @@ snapshots: leven: 3.1.0 pretty-format: 29.7.0 - jest-watch-typeahead@2.2.2(jest@29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.12.3(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3))): + jest-watch-typeahead@2.2.2(jest@29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.12.9(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3))): dependencies: ansi-escapes: 6.2.1 chalk: 5.4.1 - jest: 29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.12.3(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) + jest: 29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.12.9(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) jest-regex-util: 29.6.3 jest-watcher: 29.7.0 slash: 5.1.0 @@ -16725,12 +17161,12 @@ snapshots: merge-stream: 2.0.0 supports-color: 8.1.1 - jest@29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.12.3(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)): + jest@29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.12.9(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)): dependencies: - '@jest/core': 29.7.0(ts-node@10.9.2(@swc/core@1.12.3(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) + '@jest/core': 29.7.0(ts-node@10.9.2(@swc/core@1.12.9(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) '@jest/types': 29.6.3 import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.12.3(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) + jest-cli: 29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.12.9(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -16768,7 +17204,7 @@ snapshots: jsdoc@4.0.4: dependencies: - '@babel/parser': 7.27.5 + '@babel/parser': 7.28.0 '@jsdoc/salty': 0.2.9 '@types/markdown-it': 14.1.2 bluebird: 3.7.2 @@ -17042,7 +17478,7 @@ snapshots: magic-string@0.30.17: dependencies: - '@jridgewell/sourcemap-codec': 1.5.0 + '@jridgewell/sourcemap-codec': 1.5.4 make-dir@1.3.0: dependencies: @@ -17195,7 +17631,7 @@ snapshots: mdn-data@2.12.2: {} - mdn-data@2.21.0: {} + mdn-data@2.22.1: {} mdurl@2.0.0: {} @@ -17322,7 +17758,7 @@ snapshots: dependencies: schema-utils: 4.3.2 tapable: 2.2.2 - webpack: 5.96.1(@swc/core@1.12.3(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.12.9(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) minimalistic-assert@1.0.1: {} @@ -17926,7 +18362,7 @@ snapshots: pathval@1.1.1: {} - pathval@2.0.0: {} + pathval@2.0.1: {} pe-library@0.4.1: {} @@ -17980,7 +18416,7 @@ snapshots: playwright-core@1.45.0: {} - playwright-core@1.53.1: {} + playwright-core@1.53.2: {} playwright@1.45.0: dependencies: @@ -18381,8 +18817,8 @@ snapshots: react-docgen@7.1.1: dependencies: '@babel/core': 7.26.0 - '@babel/traverse': 7.27.4 - '@babel/types': 7.27.6 + '@babel/traverse': 7.28.0 + '@babel/types': 7.28.0 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.20.7 '@types/doctrine': 0.0.9 @@ -18784,7 +19220,7 @@ snapshots: neo-async: 2.6.2 optionalDependencies: sass: 1.80.7 - webpack: 5.96.1(@swc/core@1.12.3(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.12.9(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) sass@1.80.7: dependencies: @@ -18819,7 +19255,7 @@ snapshots: selfsigned@2.4.1: dependencies: - '@types/node-forge': 1.3.11 + '@types/node-forge': 1.3.12 node-forge: 1.3.1 semver-compare@1.0.0: @@ -19267,11 +19703,11 @@ snapshots: style-loader@3.3.4(webpack@5.96.1): dependencies: - webpack: 5.96.1(@swc/core@1.12.3(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.12.9(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) style-loader@4.0.0(webpack@5.96.1): dependencies: - webpack: 5.96.1(@swc/core@1.12.3(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.12.9(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) style-value-types@5.0.0: dependencies: @@ -19302,7 +19738,7 @@ snapshots: css-tree: 3.1.0 is-plain-object: 5.0.0 known-css-properties: 0.36.0 - mdn-data: 2.21.0 + mdn-data: 2.22.1 postcss-media-query-parser: 0.2.3 postcss-resolve-nested-selector: 0.1.6 postcss-selector-parser: 7.1.0 @@ -19393,17 +19829,17 @@ snapshots: dependencies: '@trysound/sax': 0.2.0 commander: 7.2.0 - css-select: 5.1.0 + css-select: 5.2.2 css-tree: 2.3.1 - css-what: 6.1.0 + css-what: 6.2.2 csso: 5.0.5 picocolors: 1.1.1 - swc-loader@0.2.6(@swc/core@1.12.3(@swc/helpers@0.5.17))(webpack@5.96.1): + swc-loader@0.2.6(@swc/core@1.12.9(@swc/helpers@0.5.17))(webpack@5.96.1): dependencies: - '@swc/core': 1.12.3(@swc/helpers@0.5.17) + '@swc/core': 1.12.9(@swc/helpers@0.5.17) '@swc/counter': 0.1.3 - webpack: 5.96.1(@swc/core@1.12.3(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.12.9(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) synckit@0.9.3: dependencies: @@ -19458,21 +19894,21 @@ snapshots: dependencies: execa: 0.7.0 - terser-webpack-plugin@5.3.10(@swc/core@1.12.3(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack@5.96.1): + terser-webpack-plugin@5.3.10(@swc/core@1.12.9(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack@5.96.1): dependencies: - '@jridgewell/trace-mapping': 0.3.25 + '@jridgewell/trace-mapping': 0.3.29 jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.2 - terser: 5.43.0 - webpack: 5.96.1(@swc/core@1.12.3(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + terser: 5.43.1 + webpack: 5.96.1(@swc/core@1.12.9(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) optionalDependencies: - '@swc/core': 1.12.3(@swc/helpers@0.5.17) + '@swc/core': 1.12.9(@swc/helpers@0.5.17) esbuild: 0.24.0 - terser@5.43.0: + terser@5.43.1: dependencies: - '@jridgewell/source-map': 0.3.6 + '@jridgewell/source-map': 0.3.10 acorn: 8.15.0 commander: 2.20.3 source-map-support: 0.5.21 @@ -19571,7 +20007,7 @@ snapshots: ts-dedent@2.2.0: {} - ts-node@10.9.2(@swc/core@1.12.3(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3): + ts-node@10.9.2(@swc/core@1.12.9(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 @@ -19589,7 +20025,7 @@ snapshots: v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: - '@swc/core': 1.12.3(@swc/helpers@0.5.17) + '@swc/core': 1.12.9(@swc/helpers@0.5.17) tsconfig-paths@3.15.0: dependencies: @@ -19771,9 +20207,9 @@ snapshots: upath@2.0.1: {} - update-browserslist-db@1.1.3(browserslist@4.25.0): + update-browserslist-db@1.1.3(browserslist@4.25.1): dependencies: - browserslist: 4.25.0 + browserslist: 4.25.1 escalade: 3.2.0 picocolors: 1.1.1 @@ -19841,7 +20277,7 @@ snapshots: v8-to-istanbul@9.3.0: dependencies: - '@jridgewell/trace-mapping': 0.3.25 + '@jridgewell/trace-mapping': 0.3.29 '@types/istanbul-lib-coverage': 2.0.6 convert-source-map: 2.0.0 @@ -19936,7 +20372,7 @@ snapshots: import-local: 3.2.0 interpret: 3.1.1 rechoir: 0.8.0 - webpack: 5.96.1(@swc/core@1.12.3(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.12.9(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) webpack-merge: 5.10.0 optionalDependencies: webpack-dev-server: 5.1.0(bufferutil@4.0.9)(debug@4.3.7)(utf-8-validate@5.0.10)(webpack-cli@5.1.4)(webpack@5.96.1) @@ -19949,7 +20385,7 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.3.2 optionalDependencies: - webpack: 5.96.1(@swc/core@1.12.3(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.12.9(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) webpack-dev-middleware@7.4.2(webpack@5.96.1): dependencies: @@ -19960,7 +20396,7 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.3.2 optionalDependencies: - webpack: 5.96.1(@swc/core@1.12.3(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.12.9(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) webpack-dev-server@5.1.0(bufferutil@4.0.9)(debug@4.3.7)(utf-8-validate@5.0.10)(webpack-cli@5.1.4)(webpack@5.96.1): dependencies: @@ -19991,9 +20427,9 @@ snapshots: sockjs: 0.3.24 spdy: 4.0.2 webpack-dev-middleware: 7.4.2(webpack@5.96.1) - ws: 8.18.2(bufferutil@4.0.9)(utf-8-validate@5.0.10) + ws: 8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10) optionalDependencies: - webpack: 5.96.1(@swc/core@1.12.3(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.12.9(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) webpack-cli: 5.1.4(webpack-dev-server@5.1.0)(webpack@5.96.1) transitivePeerDependencies: - bufferutil @@ -20013,11 +20449,11 @@ snapshots: flat: 5.0.2 wildcard: 2.0.1 - webpack-sources@3.3.2: {} + webpack-sources@3.3.3: {} webpack-virtual-modules@0.6.2: {} - webpack@5.96.1(@swc/core@1.12.3(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4): + webpack@5.96.1(@swc/core@1.12.9(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -20025,9 +20461,9 @@ snapshots: '@webassemblyjs/wasm-edit': 1.14.1 '@webassemblyjs/wasm-parser': 1.14.1 acorn: 8.15.0 - browserslist: 4.25.0 + browserslist: 4.25.1 chrome-trace-event: 1.0.4 - enhanced-resolve: 5.18.1 + enhanced-resolve: 5.18.2 es-module-lexer: 1.7.0 eslint-scope: 5.1.1 events: 3.3.0 @@ -20039,9 +20475,9 @@ snapshots: neo-async: 2.6.2 schema-utils: 3.3.0 tapable: 2.2.2 - terser-webpack-plugin: 5.3.10(@swc/core@1.12.3(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack@5.96.1) + terser-webpack-plugin: 5.3.10(@swc/core@1.12.9(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack@5.96.1) watchpack: 2.4.4 - webpack-sources: 3.3.2 + webpack-sources: 3.3.3 optionalDependencies: webpack-cli: 5.1.4(webpack-dev-server@5.1.0)(webpack@5.96.1) transitivePeerDependencies: @@ -20205,7 +20641,7 @@ snapshots: bufferutil: 4.0.9 utf-8-validate: 5.0.10 - ws@8.18.2(bufferutil@4.0.9)(utf-8-validate@5.0.10): + ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10): optionalDependencies: bufferutil: 4.0.9 utf-8-validate: 5.0.10 diff --git a/net-im/signal-desktop/get_deps.sh b/net-im/signal-desktop/get_deps.sh index 56d15d54fb34..b88af989d96f 100644 --- a/net-im/signal-desktop/get_deps.sh +++ b/net-im/signal-desktop/get_deps.sh @@ -1,5 +1,5 @@ #!/bin/sh -SIGNAL_VERS=v7.58.0 +SIGNAL_VERS=v7.60.0 fetch -qo /tmp/package.json https://raw.githubusercontent.com/signalapp/Signal-Desktop/${SIGNAL_VERS}/package.json node_version=$(awk /'"node":'/'{print $2}' /tmp/package.json | sed 's/"//g') diff --git a/net-im/signal-desktop/pkg-plist b/net-im/signal-desktop/pkg-plist index 31176b49c43f..701cd33f3b14 100644 --- a/net-im/signal-desktop/pkg-plist +++ b/net-im/signal-desktop/pkg-plist @@ -108,6 +108,8 @@ share/pixmaps/signal-desktop.png %%DATADIR%%/resources/app.asar.unpacked/node_modules/@signalapp/libsignal-client/prebuilds/freebsd-%%NODE_ARCH%%/@signalapp+libsignal-client.node %%DATADIR%%/resources/app.asar.unpacked/node_modules/@signalapp/ringrtc/build/freebsd/libringrtc-%%NODE_ARCH%%.node %%DATADIR%%/resources/app.asar.unpacked/node_modules/@signalapp/sqlcipher/prebuilds/freebsd-%%SHARP_ARCH%%/node_sqlcipher.node +%%DATADIR%%/resources/org.signalapp.enable-backups.policy +%%DATADIR%%/resources/org.signalapp.view-aep.policy @(,,755) %%DATADIR%%/signal-desktop %%DATADIR%%/snapshot_blob.bin %%DATADIR%%/v8_context_snapshot.bin diff --git a/net-im/tde2e/Makefile b/net-im/tde2e/Makefile index 4af6cd3ff6bf..a31de811e984 100644 --- a/net-im/tde2e/Makefile +++ b/net-im/tde2e/Makefile @@ -1,6 +1,6 @@ PORTNAME= tde2e DISTVERSIONPREFIX= v -DISTVERSION= 1.8.50 +DISTVERSION= 1.8.51 CATEGORIES= net-im devel MAINTAINER= osa@FreeBSD.org @@ -16,7 +16,7 @@ CONFLICTS_INSTALL= tdlib USE_GITHUB= yes GH_ACCOUNT= tdlib GH_PROJECT= td -GH_TAGNAME= fb04b8d # 1.8.50 + patches +GH_TAGNAME= bb474a2 # 1.8.51 CMAKE_ON= TD_INSTALL_STATIC_LIBRARIES TD_E2E_ONLY CMAKE_OFF= BUILD_TESTING FREEBSD_BUILD_BENCHMARKS diff --git a/net-im/tde2e/distinfo b/net-im/tde2e/distinfo index 30df916dffed..2be1a9fd57c9 100644 --- a/net-im/tde2e/distinfo +++ b/net-im/tde2e/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749847568 -SHA256 (tdlib-td-v1.8.50-fb04b8d_GH0.tar.gz) = ddf8359e434deea99936f79eeffa203a7a2dcfcd06145e07c8fd355bf6e85dab -SIZE (tdlib-td-v1.8.50-fb04b8d_GH0.tar.gz) = 5495628 +TIMESTAMP = 1751482256 +SHA256 (tdlib-td-v1.8.51-bb474a2_GH0.tar.gz) = abc1937fb9b45657d1fcde8a82fa829a3b2a76ecb61edb29c2cfae4ae9ceb442 +SIZE (tdlib-td-v1.8.51-bb474a2_GH0.tar.gz) = 5508359 diff --git a/net-im/telegram-desktop/Makefile b/net-im/telegram-desktop/Makefile index a4308db6df0c..402b414199e7 100644 --- a/net-im/telegram-desktop/Makefile +++ b/net-im/telegram-desktop/Makefile @@ -1,6 +1,5 @@ PORTNAME= telegram-desktop -DISTVERSION= 5.15.4 -PORTREVISION= 1 +DISTVERSION= 5.16.1 CATEGORIES= net-im MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/ DISTNAME= tdesktop-${DISTVERSION}-full @@ -68,9 +67,7 @@ CMAKE_ARGS= -DTDESKTOP_API_ID=${TELEGRAM_API_ID} -DTDESKTOP_API_HASH=${TELEGRAM_ # The order of the variables is important here due to complex combination validation CMAKE_ON= DESKTOP_APP_USE_PACKAGED \ DESKTOP_APP_DISABLE_CRASH_REPORTS \ - DESKTOP_APP_DISABLE_JEMALLOC \ - DESKTOP_APP_DISABLE_QT_PLUGINS \ - DESKTOP_APP_DISABLE_SCUDO + DESKTOP_APP_DISABLE_QT_PLUGINS # Since cmake 3.25.0, BSDs are no longer recognised as Linux (in this port). CMAKE_ARGS+= -DLINUX=true @@ -94,14 +91,11 @@ SYSTEM_FONTS_DESC= Use system fonts instead of bundled patched ones ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio -ALSA_CMAKE_BOOL_OFF= LIBTGVOIP_DISABLE_ALSA -PULSEAUDIO_CMAKE_BOOL_OFF= LIBTGVOIP_DISABLE_PULSEAUDIO SYSTEM_FONTS_CMAKE_BOOL_OFF= DESKTOP_APP_USE_PACKAGED_FONTS -WAYLAND_CMAKE_BOOL_OFF= DESKTOP_APP_DISABLE_WAYLAND_INTEGRATION WAYLAND_USE= qt=wayland X11_CMAKE_BOOL_OFF= DESKTOP_APP_DISABLE_X11_INTEGRATION X11_USES= xorg -X11_USE= xorg=x11,xcb,xcomposite,xdamage,xext,xfixes,xrandr,xrender,xtst +X11_USE= xorg=x11,xcb,xcomposite,xdamage,xext,xfixes,xrandr,xtst X11_LIB_DEPENDS= libxcb-keysyms.so:x11/xcb-util-keysyms \ libxkbcommon.so:x11/libxkbcommon diff --git a/net-im/telegram-desktop/distinfo b/net-im/telegram-desktop/distinfo index c0a80c6f5808..af95bb1e3bea 100644 --- a/net-im/telegram-desktop/distinfo +++ b/net-im/telegram-desktop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749848341 -SHA256 (tdesktop-5.15.4-full.tar.gz) = 3705dc2ecf51e9290a565b7a06dcdfc5ecbac13ec536afe582f3411653ad50d9 -SIZE (tdesktop-5.15.4-full.tar.gz) = 76872146 +TIMESTAMP = 1751482059 +SHA256 (tdesktop-5.16.1-full.tar.gz) = 12b4d0b484c6e1569b582caa11a677ac81077cbd82ad629c2ff74d1bd405a5ea +SIZE (tdesktop-5.16.1-full.tar.gz) = 75092406 diff --git a/net-im/tokodon/distinfo b/net-im/tokodon/distinfo index 57ac6ef9fa32..8cc531e32a82 100644 --- a/net-im/tokodon/distinfo +++ b/net-im/tokodon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036856 -SHA256 (KDE/release-service/25.04.2/tokodon-25.04.2.tar.xz) = 399ed21708a67a4fc3f5fdffb1630af1be6a82d526b9b64d53e956eec7954bac -SIZE (KDE/release-service/25.04.2/tokodon-25.04.2.tar.xz) = 790676 +TIMESTAMP = 1751381556 +SHA256 (KDE/release-service/25.04.3/tokodon-25.04.3.tar.xz) = 7effbc67ecc2f6c013898b4e391924674f411892e513c7e8f5bde56a545e3317 +SIZE (KDE/release-service/25.04.3/tokodon-25.04.3.tar.xz) = 790856 diff --git a/net-im/yume/Makefile b/net-im/yume/Makefile index f5b1ff8f3f9f..bec108adc5a5 100644 --- a/net-im/yume/Makefile +++ b/net-im/yume/Makefile @@ -1,7 +1,7 @@ PORTNAME= yume DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 41 +PORTREVISION= 42 CATEGORIES= net-im MAINTAINER= yuri@FreeBSD.org diff --git a/net-im/zkgroup/Makefile b/net-im/zkgroup/Makefile index 15e14861898a..d96f4df9c430 100644 --- a/net-im/zkgroup/Makefile +++ b/net-im/zkgroup/Makefile @@ -1,7 +1,7 @@ PORTNAME= zkgroup DISTVERSIONPREFIX= v DISTVERSION= 0.7.4 -PORTREVISION= 34 +PORTREVISION= 35 PORTEPOCH= 1 CATEGORIES= net-im diff --git a/net-mgmt/bandwhich/Makefile b/net-mgmt/bandwhich/Makefile index 938a68341185..7e1bec498f53 100644 --- a/net-mgmt/bandwhich/Makefile +++ b/net-mgmt/bandwhich/Makefile @@ -1,7 +1,7 @@ PORTNAME= bandwhich DISTVERSIONPREFIX= v DISTVERSION= 0.23.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-mgmt MAINTAINER= petteri.valkonen@iki.fi diff --git a/net-mgmt/geom-exporter/Makefile b/net-mgmt/geom-exporter/Makefile index 78d86da03cc0..d2a872c85609 100644 --- a/net-mgmt/geom-exporter/Makefile +++ b/net-mgmt/geom-exporter/Makefile @@ -1,6 +1,6 @@ PORTNAME= geom-exporter DISTVERSION= 0.1.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net-mgmt MASTER_SITES= CRATESIO MASTER_SITE_SUBDIR= freebsd-${PORTNAME}/${DISTVERSION} diff --git a/net-mgmt/gping/Makefile b/net-mgmt/gping/Makefile index 264eb0785be8..e1ad45f5a3f5 100644 --- a/net-mgmt/gping/Makefile +++ b/net-mgmt/gping/Makefile @@ -1,7 +1,7 @@ PORTNAME= gping DISTVERSIONPREFIX= gping-v DISTVERSION= 1.19.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-mgmt MAINTAINER= ehaupt@FreeBSD.org diff --git a/net-mgmt/nfs-exporter/Makefile b/net-mgmt/nfs-exporter/Makefile index 32a1a73ffff6..3170994407a2 100644 --- a/net-mgmt/nfs-exporter/Makefile +++ b/net-mgmt/nfs-exporter/Makefile @@ -1,6 +1,6 @@ PORTNAME= nfs-exporter DISTVERSION= 0.4.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net-mgmt MASTER_SITES= CRATESIO MASTER_SITE_SUBDIR= freebsd-${PORTNAME}/${DISTVERSION} diff --git a/net-mgmt/rs-aggregate/Makefile b/net-mgmt/rs-aggregate/Makefile index 1f7d1b7dcebe..1af4f22c52fc 100644 --- a/net-mgmt/rs-aggregate/Makefile +++ b/net-mgmt/rs-aggregate/Makefile @@ -1,7 +1,7 @@ PORTNAME= rs-aggregate DISTVERSIONPREFIX= v DISTVERSION= 0.3.2 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= net-mgmt MAINTAINER= marcel@herrbischoff.com diff --git a/net-p2p/c-lightning/Makefile b/net-p2p/c-lightning/Makefile index a7fa226040ec..b475dfc32d0d 100644 --- a/net-p2p/c-lightning/Makefile +++ b/net-p2p/c-lightning/Makefile @@ -2,7 +2,7 @@ PORTNAME= c-lightning # To build from an arbitrary git commit comment PORTVERSION and PORTREVISION (if present) PORTVERSION= 25.02.2 DISTVERSIONPREFIX= v -PORTREVISION= 1 +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/cardano-node/Makefile b/net-p2p/cardano-node/Makefile index d0156d2da880..92b4c7e78e23 100644 --- a/net-p2p/cardano-node/Makefile +++ b/net-p2p/cardano-node/Makefile @@ -1,5 +1,5 @@ PORTNAME= cardano-node -PORTVERSION= 10.3.1 +PORTVERSION= 10.4.1 CATEGORIES= net-p2p MASTER_SITES= https://chap.intersectmbo.org/package/:chap @@ -14,7 +14,8 @@ NOT_FOR_ARCHS= i386 BUILD_DEPENDS= ghc-9.6.7:lang/ghc96 LIB_DEPENDS= libsecp256k1.so:math/secp256k1 \ - libblst.so:security/blst + libblst.so:security/blst \ + liblmdb.so:databases/lmdb RUN_DEPENDS= ${LOCALBASE}/share/rc-subr-jail/rc.subr.jail:ports-mgmt/rc-subr-jail USES= autoreconf:build cabal gmake libtool pkgconfig @@ -24,8 +25,8 @@ GH_ACCOUNT= IntersectMBO GH_TUPLE= IntersectMBO:libsodium:${LIBSODIUM_HASH}:sodium -CARDANO_NODE_HASH= b3f237b75e64f4d8142af95b053e2828221d707f -# taken from https://github.com/IntersectMBO/cardano-node/blob/b3f237b75e64f4d8142af95b053e2828221d707f/flake.lock#L921 +CARDANO_NODE_HASH= 420c94fbb075146c6ec7fba78c5b0482fafe72dd +# taken from https://github.com/IntersectMBO/cardano-node/blob/420c94fbb075146c6ec7fba78c5b0482fafe72dd/flake.lock#L887 LIBSODIUM_HASH= dbb48cce5429cb6585c9034f002568964f1ce567 USE_RC_SUBR= cardano_node @@ -35,8 +36,8 @@ BINARY_ALIAS= git=true USERS= cardano GROUPS= cardano -USE_CABAL= Cabal-3.14.1.0 \ - Cabal-syntax-3.14.1.0 \ +USE_CABAL= Cabal-3.14.2.0_1 \ + Cabal-syntax-3.14.2.0 \ Diff-1.0.2 \ FailT-0.1.2.0 \ Glob-0.10.2_3 \ @@ -53,9 +54,9 @@ USE_CABAL= Cabal-3.14.1.0 \ Unique-0.4.7.9_1 \ Win32-network-0.2.0.1:chap \ adjunctions-4.4.3 \ - aeson-2.2.3.0_3 \ + aeson-2.2.3.0_4 \ aeson-pretty-0.8.10 \ - alex-3.5.2.0 \ + alex-3.5.3.0 \ algebraic-graphs-0.7_3 \ ansi-terminal-1.1.2 \ ansi-terminal-types-1.1 \ @@ -81,13 +82,13 @@ USE_CABAL= Cabal-3.14.1.0 \ base16-bytestring-1.0.2.0_1 \ base58-bytestring-0.1.0 \ base64-bytestring-1.2.1.0_1 \ - base64-bytestring-type-1.0.1_21 \ + base64-bytestring-type-1.0.1_22 \ basement-0.0.16 \ bech32-1.1.8 \ bech32-th-1.1.8 \ bifunctors-5.6.2_2 \ bimap-0.5.0 \ - bin-0.1.4_1 \ + bin-0.1.4_2 \ binary-orphans-1.0.5_1 \ bitvec-1.1.5.0_3 \ blaze-builder-0.4.2.3 \ @@ -105,14 +106,14 @@ USE_CABAL= Cabal-3.14.1.0 \ canonical-json-0.6.0.1_1 \ capability-0.5.0.1_4 \ cardano-addresses-4.0.0_1 \ - cardano-api-10.13.1.0:chap \ + cardano-api-10.14.1.0:chap \ cardano-binary-1.7.1.0:chap \ - cardano-cli-10.7.0.0:chap \ + cardano-cli-10.8.0.0:chap \ cardano-crypto-1.3.0 \ - cardano-crypto-class-2.2.1.0:chap \ - cardano-crypto-praos-2.2.0.0:chap \ + cardano-crypto-class-2.2.2.0:chap \ + cardano-crypto-praos-2.2.1.0:chap \ cardano-crypto-test-1.6.0.0:chap \ - cardano-crypto-tests-2.2.0.0:chap \ + cardano-crypto-tests-2.2.1.0:chap \ cardano-crypto-wrapper-1.6.0.0:chap \ cardano-data-1.2.4.0:chap \ cardano-git-rev-0.2.2.0:chap \ @@ -132,6 +133,8 @@ USE_CABAL= Cabal-3.14.1.0 \ cardano-ledger-shelley-1.16.0.0:chap \ cardano-ledger-shelley-ma-test-1.3.0.0:chap \ cardano-ledger-shelley-test-1.6.0.0:chap \ + cardano-lmdb-0.4.0.3:chap \ + cardano-lmdb-simple-0.8.0.1:chap \ cardano-ping-0.8.0.0:chap \ cardano-prelude-0.2.1.0:chap \ cardano-prelude-test-0.1.0.5:chap \ @@ -140,7 +143,7 @@ USE_CABAL= Cabal-3.14.1.0 \ cardano-strict-containers-0.1.4.0:chap \ case-insensitive-1.2.1.0 \ cassava-0.5.3.2_1 \ - cborg-0.2.10.0_2 \ + cborg-0.2.10.0_3 \ cereal-0.5.8.3 \ character-ps-0.1 \ charset-0.3.12 \ @@ -148,6 +151,7 @@ USE_CABAL= Cabal-3.14.1.0 \ cmdargs-0.10.22 \ code-page-0.2.1 \ colour-2.3.6 \ + commutative-semigroups-0.2.0.2 \ comonad-5.0.9_1 \ compact-0.2.0.0_4 \ composition-prelude-3.0.1.0 \ @@ -159,11 +163,11 @@ USE_CABAL= Cabal-3.14.1.0 \ constraints-extras-0.4.0.2 \ contra-tracer-0.1.0.1:chap \ contravariant-1.5.5 \ - cookie-0.5.0 \ - criterion-1.6.4.0 \ + cookie-0.5.1 \ + criterion-1.6.4.0_1 \ criterion-measurement-0.2.3.0 \ - crypton-1.0.2 \ - crypton-connection-0.4.3 \ + crypton-1.0.4 \ + crypton-connection-0.4.4 \ crypton-x509-1.7.7 \ crypton-x509-store-1.6.10 \ crypton-x509-system-1.6.7 \ @@ -174,7 +178,6 @@ USE_CABAL= Cabal-3.14.1.0 \ data-default-class-0.2.0.0 \ data-fix-0.3.4_1 \ dec-0.0.6_1 \ - deferred-folds-0.9.18.7 \ dense-linear-algebra-0.1.0.0 \ dependent-map-0.4.0.0_2 \ dependent-sum-0.7.2.0_2 \ @@ -182,6 +185,7 @@ USE_CABAL= Cabal-3.14.1.0 \ deriving-aeson-0.2.10 \ deriving-compat-0.6.7_1 \ dictionary-sharing-0.1.0.0_4 \ + diff-containers-1.3.0.0:chap \ digest-0.0.2.1 \ direct-sqlite-2.3.29 \ directory-ospath-streaming-0.2.2 \ @@ -192,7 +196,7 @@ USE_CABAL= Cabal-3.14.1.0 \ double-conversion-2.0.5.0 \ easy-file-0.2.5 \ ede-0.3.4.0 \ - either-5.0.2_2 \ + either-5.0.2_3 \ ekg-core-0.1.1.8_1 \ ekg-forward-0.9:chap \ ekg-json-0.1.1.1_1 \ @@ -205,8 +209,9 @@ USE_CABAL= Cabal-3.14.1.0 \ file-embed-0.0.16.0 \ file-io-0.1.5 \ filelock-0.1.1.7 \ - fin-0.3.2 \ + fin-0.3.2_1 \ fingertree-0.1.5.0 \ + fingertree-rm-1.0.0.4:chap \ flat-0.6 \ fmt-0.6.3.0 \ foldl-1.4.18_1 \ @@ -227,7 +232,7 @@ USE_CABAL= Cabal-3.14.1.0 \ githash-0.1.7.0 \ graphviz-2999.20.2.1 \ groups-0.5.3 \ - half-0.3.2 \ + half-0.3.2_1 \ happy-2.1.5 \ happy-lib-2.1.5 \ hashable-1.4.7.0 \ @@ -241,12 +246,12 @@ USE_CABAL= Cabal-3.14.1.0 \ hourglass-0.2.12_1 \ hsc2hs-0.68.10_4 \ hspec-2.11.12 \ - hspec-core-2.11.12 \ + hspec-core-2.11.12_1 \ hspec-discover-2.11.12 \ hspec-expectations-0.8.4_2 \ hspec-expectations-lifted-0.10.0 \ - http-api-data-0.6.1_1 \ - http-client-0.7.18 \ + http-api-data-0.6.2 \ + http-client-0.7.19 \ http-client-tls-0.3.6.4_2 \ http-conduit-2.3.9.1 \ http-date-0.0.11 \ @@ -266,11 +271,9 @@ USE_CABAL= Cabal-3.14.1.0 \ io-sim-1.5.1.0_1 \ iohk-monitoring-0.2.1.0:chap \ iproute-1.7.15 \ - isomorphism-class-0.3.0.1 \ js-chart-2.9.4.1 \ kan-extensions-5.2.6_1 \ katip-0.8.8.2 \ - lawful-conversions-0.1.6 \ lazy-search-0.1.3.0 \ lazysmallcheck-0.6 \ lens-5.3.4 \ @@ -290,7 +293,7 @@ USE_CABAL= Cabal-3.14.1.0 \ megaparsec-9.7.0 \ memory-0.18.0_1 \ memory-pool-0.1.0.0 \ - mempack-0.1.1.0_1 \ + mempack-0.1.1.0_2 \ microlens-0.4.13.1_1 \ microlens-aeson-2.5.2 \ microlens-mtl-0.2.1.0 \ @@ -302,7 +305,8 @@ USE_CABAL= Cabal-3.14.1.0 \ mmorph-1.2.0_3 \ monad-control-1.0.3.1 \ mono-traversable-1.0.21.0 \ - monoidal-containers-0.6.5.0_2 \ + monoid-subclasses-1.2.6 \ + monoidal-containers-0.6.6.0 \ monoidal-synchronisation-0.1.0.6:chap \ mtl-compat-0.2.2 \ multiset-0.3.4.3_1 \ @@ -311,12 +315,13 @@ USE_CABAL= Cabal-3.14.1.0 \ network-3.2.7.0 \ network-bsd-2.8.1.0_6 \ network-byte-order-0.1.7 \ - network-control-0.1.4 \ + network-control-0.1.6 \ network-mux-0.7:chap \ network-uri-2.6.4.2_1 \ newtype-0.2.2.0_3 \ newtype-generics-0.6.2_4 \ non-integral-1.0.0.0_2:chap \ + nonempty-containers-0.3.4.5 \ nonempty-vector-0.2.4 \ nothunks-0.2.1.1 \ old-locale-1.0.0.7_2 \ @@ -325,11 +330,11 @@ USE_CABAL= Cabal-3.14.1.0 \ optparse-applicative-0.18.1.0_1 \ optparse-applicative-fork-0.18.1.0:chap \ ordered-containers-0.2.4 \ - os-string-2.0.7 \ - ouroboros-consensus-0.24.0.0:chap \ - ouroboros-consensus-cardano-0.23.0.0:chap \ - ouroboros-consensus-diffusion-0.21.0.1:chap \ - ouroboros-consensus-protocol-0.11.0.0_2:chap \ + os-string-2.0.7_1 \ + ouroboros-consensus-0.26.0.1:chap \ + ouroboros-consensus-cardano-0.25.0.1:chap \ + ouroboros-consensus-diffusion-0.22.0.1:chap \ + ouroboros-consensus-protocol-0.12.0.0:chap \ ouroboros-network-0.20.1.0:chap \ ouroboros-network-api-0.13.0.0:chap \ ouroboros-network-framework-0.17.0.0:chap \ @@ -342,10 +347,10 @@ USE_CABAL= Cabal-3.14.1.0 \ partial-order-0.2.0.0 \ pem-0.2.4 \ pipes-4.3.16_6 \ - plutus-core-1.43.1.0:chap \ - plutus-ledger-api-1.43.1.0:chap \ - plutus-tx-1.43.1.0:chap \ - plutus-tx-plugin-1.43.1.0:chap \ + plutus-core-1.45.0.0:chap \ + plutus-ledger-api-1.45.0.0:chap \ + plutus-tx-1.45.0.0:chap \ + plutus-tx-plugin-1.45.0.0:chap \ polyparse-1.13_9 \ pretty-show-1.10 \ pretty-simple-4.1.3.0 \ @@ -353,7 +358,8 @@ USE_CABAL= Cabal-3.14.1.0 \ prettyprinter-ansi-terminal-1.1.3 \ prettyprinter-compat-ansi-wl-pprint-1.0.2 \ prettyprinter-configurable-1.36.0.0:chap \ - primitive-0.9.0.0_2 \ + primes-0.2.1.0 \ + primitive-0.9.1.0 \ profunctors-5.6.2_3 \ prometheus-2.3.0 \ psqueues-0.2.8.1 \ @@ -364,7 +370,7 @@ USE_CABAL= Cabal-3.14.1.0 \ quickcheck-state-machine-0.10.1 \ quickcheck-transformer-0.3.1.2_1 \ quiet-0.2 \ - ral-0.2.2_1 \ + ral-0.2.2_2 \ random-1.2.1.3 \ random-shuffle-0.0.4 \ rawlock-0.1.1.0_2 \ @@ -385,7 +391,7 @@ USE_CABAL= Cabal-3.14.1.0 \ semialign-1.3.1_2 \ semigroupoids-6.0.1_2 \ semigroups-0.20 \ - serialise-0.2.6.1_4 \ + serialise-0.2.6.1_5 \ servant-0.20.2_1 \ servant-server-0.20.2_1 \ set-algebra-1.1.0.3:chap \ @@ -403,7 +409,7 @@ USE_CABAL= Cabal-3.14.1.0 \ socks-0.6.1 \ some-1.0.6_2 \ sop-core-0.5.0.2_5 \ - sop-extras-0.3.0.0:chap \ + sop-extras-0.4.0.0:chap \ split-0.2.5 \ splitmix-0.1.1 \ sqlite-easy-1.1.1.0 \ @@ -414,7 +420,7 @@ USE_CABAL= Cabal-3.14.1.0 \ streaming-bytestring-0.3.4 \ streaming-commons-0.2.3.0 \ strict-0.5.1_1 \ - strict-checked-vars-0.2.0.0_3:chap \ + strict-checked-vars-0.2.0.0_1:chap \ strict-list-0.1.7.6 \ strict-mvar-1.5.0.0_1 \ strict-sop-core-0.1.3.0:chap \ @@ -424,19 +430,19 @@ USE_CABAL= Cabal-3.14.1.0 \ syb-0.7.2.4 \ tagged-0.8.9 \ tar-0.6.4.0_1 \ - tasty-1.5.3_1 \ + tasty-1.5.3_2 \ tasty-expected-failure-0.12.3 \ tasty-golden-2.3.5 \ tasty-hedgehog-1.4.0.2_6 \ tasty-hunit-0.10.2 \ - tasty-quickcheck-0.11.1_1 \ - tasty-rerun-1.1.20 \ + tasty-quickcheck-0.11.1_3 \ + tasty-rerun-1.1.20_1 \ tdigest-0.3.1 \ temporary-1.3 \ terminal-size-0.3.4_1 \ testing-type-modifiers-0.1.0.1 \ - text-builder-0.6.7.3 \ - text-builder-dev-0.3.9.1 \ + text-builder-1.0.0.3 \ + text-builder-core-0.1.1.1 \ text-iso8601-0.1.1_2 \ text-manipulate-0.3.1.0 \ text-short-0.1.6_3 \ @@ -462,9 +468,9 @@ USE_CABAL= Cabal-3.14.1.0 \ transformers-base-0.4.6 \ transformers-compat-0.7.2 \ transformers-except-0.1.4_1 \ - tree-diff-0.3.4 \ + tree-diff-0.3.4_1 \ trifecta-2.1.4_2 \ - typed-process-0.2.12.0 \ + typed-process-0.2.13.0 \ typed-protocols-0.3.0.0:chap \ typed-protocols-cborg-0.3.0.0:chap \ typed-protocols-examples-0.5.0.0:chap \ @@ -477,7 +483,7 @@ USE_CABAL= Cabal-3.14.1.0 \ uniplate-1.6.13_1 \ universe-base-1.1.4_1 \ unix-bytestring-0.4.0.3 \ - unix-compat-0.7.3_1 \ + unix-compat-0.7.4 \ unix-time-0.4.16 \ unliftio-0.2.25.1 \ unliftio-core-0.2.1.0_4 \ @@ -487,6 +493,7 @@ USE_CABAL= Cabal-3.14.1.0 \ validation-1.1.3_1 \ validation-selective-0.2.0.0.0.0.0.0.1:chap \ validity-0.12.1.0 \ + vary-0.1.1.2 \ vault-0.3.1.5_10 \ vector-0.13.2.0_1 \ vector-algorithms-0.9.1.0 \ diff --git a/net-p2p/cardano-node/distinfo b/net-p2p/cardano-node/distinfo index 91c1a5bfb365..4c41d3a89072 100644 --- a/net-p2p/cardano-node/distinfo +++ b/net-p2p/cardano-node/distinfo @@ -1,8 +1,10 @@ -TIMESTAMP = 1745741938 -SHA256 (cabal/Cabal-3.14.1.0/Cabal-3.14.1.0.tar.gz) = 23c60152c911c65fcdb9da156baea2750680079d516c76192c70b5645109a8a0 -SIZE (cabal/Cabal-3.14.1.0/Cabal-3.14.1.0.tar.gz) = 474205 -SHA256 (cabal/Cabal-syntax-3.14.1.0/Cabal-syntax-3.14.1.0.tar.gz) = a076883cd62edd965115cd89b983f50a485d4cc2d8ca72804355f445b1d3a48d -SIZE (cabal/Cabal-syntax-3.14.1.0/Cabal-syntax-3.14.1.0.tar.gz) = 244946 +TIMESTAMP = 1751540143 +SHA256 (cabal/Cabal-3.14.2.0/Cabal-3.14.2.0.tar.gz) = a58ca2b17c250472ed4dac0ec0aa2c65173701cbfdfecca104713f73b4429432 +SIZE (cabal/Cabal-3.14.2.0/Cabal-3.14.2.0.tar.gz) = 475699 +SHA256 (cabal/Cabal-3.14.2.0/revision/1.cabal) = f98aa86a37b9920dc6dfc8d79119a10df69542734f158a1c66ff144592f1d004 +SIZE (cabal/Cabal-3.14.2.0/revision/1.cabal) = 14148 +SHA256 (cabal/Cabal-syntax-3.14.2.0/Cabal-syntax-3.14.2.0.tar.gz) = 9d5f39eadafffc1906558486f612dc21d2921d6a749319accefff982e9ae5985 +SIZE (cabal/Cabal-syntax-3.14.2.0/Cabal-syntax-3.14.2.0.tar.gz) = 245186 SHA256 (cabal/Diff-1.0.2/Diff-1.0.2.tar.gz) = cd7e26d3d5ebf7f2c1a7525aebe251fbcbffee2a6362db634b4be23b9e354d85 SIZE (cabal/Diff-1.0.2/Diff-1.0.2.tar.gz) = 10936 SHA256 (cabal/FailT-0.1.2.0/FailT-0.1.2.0.tar.gz) = f1e3d5714df7e7e134545239bd78927bc9949a9b4760dfa061ff2b35ff0a76c3 @@ -47,12 +49,12 @@ SHA256 (cabal/adjunctions-4.4.3/adjunctions-4.4.3.tar.gz) = 8beb121cee2bf913dac3 SIZE (cabal/adjunctions-4.4.3/adjunctions-4.4.3.tar.gz) = 16788 SHA256 (cabal/aeson-2.2.3.0/aeson-2.2.3.0.tar.gz) = daa25cf428256ad05d21f2bfa44077c1b14d6c784b7930a202ee901f11cc6baa SIZE (cabal/aeson-2.2.3.0/aeson-2.2.3.0.tar.gz) = 340855 -SHA256 (cabal/aeson-2.2.3.0/revision/3.cabal) = 61e559f2bad61a98aac564f2a4fd892d21e9e1712e14e3db93326317aa944a9b -SIZE (cabal/aeson-2.2.3.0/revision/3.cabal) = 6378 +SHA256 (cabal/aeson-2.2.3.0/revision/4.cabal) = 7d48c2395ef168d2c2070fdb02c7998384be27d31a03bb35d1740af4a19a857b +SIZE (cabal/aeson-2.2.3.0/revision/4.cabal) = 6368 SHA256 (cabal/aeson-pretty-0.8.10/aeson-pretty-0.8.10.tar.gz) = 2a21f2cd78adcb149ceba770239ed664519552911e7680172b18ff695cfa7ae5 SIZE (cabal/aeson-pretty-0.8.10/aeson-pretty-0.8.10.tar.gz) = 5894 -SHA256 (cabal/alex-3.5.2.0/alex-3.5.2.0.tar.gz) = 913602f0464827470ecd9ed7590ddbbc5abab045a2b45059c46f80d17f0dc008 -SIZE (cabal/alex-3.5.2.0/alex-3.5.2.0.tar.gz) = 91436 +SHA256 (cabal/alex-3.5.3.0/alex-3.5.3.0.tar.gz) = a5cd52e2dd2837138523e2e24ec3435b8cf2624afd50725105e644226e0b9ec6 +SIZE (cabal/alex-3.5.3.0/alex-3.5.3.0.tar.gz) = 92759 SHA256 (cabal/algebraic-graphs-0.7/algebraic-graphs-0.7.tar.gz) = 51159a0d18690ab51e6709e3c576275402f96f57d901f87d734da6854582e568 SIZE (cabal/algebraic-graphs-0.7/algebraic-graphs-0.7.tar.gz) = 180978 SHA256 (cabal/algebraic-graphs-0.7/revision/3.cabal) = de8e3c278b3ebe546f263a3a21f5175a01ca4a34f3e0aa962388b43f68431104 @@ -119,8 +121,8 @@ SHA256 (cabal/base64-bytestring-1.2.1.0/revision/1.cabal) = 45305ccf8914c66d385b SIZE (cabal/base64-bytestring-1.2.1.0/revision/1.cabal) = 2502 SHA256 (cabal/base64-bytestring-type-1.0.1/base64-bytestring-type-1.0.1.tar.gz) = f607d07c4aab227b4536c495fa7c07b35ddc9c2c013d385c16c02f236526780e SIZE (cabal/base64-bytestring-type-1.0.1/base64-bytestring-type-1.0.1.tar.gz) = 5259 -SHA256 (cabal/base64-bytestring-type-1.0.1/revision/21.cabal) = 0387fc53b86e087ba4fb99317cc7b704b507988a43a3072ea188638a270d72f8 -SIZE (cabal/base64-bytestring-type-1.0.1/revision/21.cabal) = 3256 +SHA256 (cabal/base64-bytestring-type-1.0.1/revision/22.cabal) = aa67127f796c9213cac1148f03601f68e28b150dd9389db6496eb4253120a628 +SIZE (cabal/base64-bytestring-type-1.0.1/revision/22.cabal) = 3256 SHA256 (cabal/basement-0.0.16/basement-0.0.16.tar.gz) = 7fb77e249aef76ba5aed3059d556800ce02b614597c488ba01f0a16449146300 SIZE (cabal/basement-0.0.16/basement-0.0.16.tar.gz) = 134837 SHA256 (cabal/bech32-1.1.8/bech32-1.1.8.tar.gz) = 5aa9f4b115986facc8bd57155fb35e4dd269eec5c191ef9be400f65cd8483379 @@ -135,8 +137,8 @@ SHA256 (cabal/bimap-0.5.0/bimap-0.5.0.tar.gz) = b0b44b0f2eaceb83f46dfa3d1747e080 SIZE (cabal/bimap-0.5.0/bimap-0.5.0.tar.gz) = 11205 SHA256 (cabal/bin-0.1.4/bin-0.1.4.tar.gz) = f77e955b143a87e34aa12c21d3c6a51e9723cf93cca79549bd525c83952dbf2a SIZE (cabal/bin-0.1.4/bin-0.1.4.tar.gz) = 16645 -SHA256 (cabal/bin-0.1.4/revision/1.cabal) = 5556549006c455bbf217fb5d526133f1fef399060ad0b5ebcdfc7f31585fbeaf -SIZE (cabal/bin-0.1.4/revision/1.cabal) = 2388 +SHA256 (cabal/bin-0.1.4/revision/2.cabal) = f497bf4be74947f4649518626c9255a1f642d98ccde7b55f60298ef8a6b55c50 +SIZE (cabal/bin-0.1.4/revision/2.cabal) = 2403 SHA256 (cabal/binary-orphans-1.0.5/binary-orphans-1.0.5.tar.gz) = 39fbae9e8c2a5193c07afeea34173e5022f82885d6cbb32062b5f1645c44408d SIZE (cabal/binary-orphans-1.0.5/binary-orphans-1.0.5.tar.gz) = 3289 SHA256 (cabal/binary-orphans-1.0.5/revision/1.cabal) = 1217df567aae672d09979480c362d27559d226081b9b9bc4107d4af008da1f5f @@ -189,22 +191,22 @@ SHA256 (cabal/cardano-addresses-4.0.0/cardano-addresses-4.0.0.tar.gz) = 8487dca5 SIZE (cabal/cardano-addresses-4.0.0/cardano-addresses-4.0.0.tar.gz) = 154677 SHA256 (cabal/cardano-addresses-4.0.0/revision/1.cabal) = bb0f8146494fa81507f102187e141ee7d3ce7c19dbf319b70906931636d79eaa SIZE (cabal/cardano-addresses-4.0.0/revision/1.cabal) = 6570 -SHA256 (cabal/cardano-api-10.13.1.0.tar.gz) = a95bf6e8e0e751b4340deae62cba08cd53e2c92809e61b2152ac63c8453767b0 -SIZE (cabal/cardano-api-10.13.1.0.tar.gz) = 354058 +SHA256 (cabal/cardano-api-10.14.1.0.tar.gz) = fe6fd307725f5b3babd35eaf8f3c74e037adba5c6147bd7d6cb03a3e03d72c55 +SIZE (cabal/cardano-api-10.14.1.0.tar.gz) = 356535 SHA256 (cabal/cardano-binary-1.7.1.0.tar.gz) = 00281caeb436f100e3b74bb4a69a96c3a1f354bd55fa37c2217e60bdb78e06fa SIZE (cabal/cardano-binary-1.7.1.0.tar.gz) = 27896 -SHA256 (cabal/cardano-cli-10.7.0.0.tar.gz) = db1f82805c5b1c3bb7a8e1128196a7fe8d4ae317cd2be83e2167f85016756986 -SIZE (cabal/cardano-cli-10.7.0.0.tar.gz) = 305139 +SHA256 (cabal/cardano-cli-10.8.0.0.tar.gz) = 452934aaf1939361dbb73d4168b08cca0d467a699b5205f2679e0a9293daacb9 +SIZE (cabal/cardano-cli-10.8.0.0.tar.gz) = 292978 SHA256 (cabal/cardano-crypto-1.3.0/cardano-crypto-1.3.0.tar.gz) = 5d3e1b00796458a605746d280571a93cbe050305c03d324d6eab5f7d771da879 SIZE (cabal/cardano-crypto-1.3.0/cardano-crypto-1.3.0.tar.gz) = 121062 -SHA256 (cabal/cardano-crypto-class-2.2.1.0.tar.gz) = 2f5f7be1ee7b1c8f02a096765183cd218e0fc703c241faa98493ec3ff9d95793 -SIZE (cabal/cardano-crypto-class-2.2.1.0.tar.gz) = 77660 -SHA256 (cabal/cardano-crypto-praos-2.2.0.0.tar.gz) = dbf9240baab15ea7b20afb84a6b2917e870c9077fa39057a3ce44120f7ec6a2f -SIZE (cabal/cardano-crypto-praos-2.2.0.0.tar.gz) = 116952 +SHA256 (cabal/cardano-crypto-class-2.2.2.0.tar.gz) = 41058ee29f2eb4f4860a391876a52d707d1ac6b80e67fa4f16ebabb59b07b804 +SIZE (cabal/cardano-crypto-class-2.2.2.0.tar.gz) = 77846 +SHA256 (cabal/cardano-crypto-praos-2.2.1.0.tar.gz) = c2945dae88b0d57ce3da6479ff3e343bef289a75c68dacb04726c9d0f4a4b24b +SIZE (cabal/cardano-crypto-praos-2.2.1.0.tar.gz) = 117122 SHA256 (cabal/cardano-crypto-test-1.6.0.0.tar.gz) = 62d7d94f73eef151eb7418e0976d17056b0d16aad6159aba35fbfe8028020698 SIZE (cabal/cardano-crypto-test-1.6.0.0.tar.gz) = 8437 -SHA256 (cabal/cardano-crypto-tests-2.2.0.0.tar.gz) = 9234efcb3d9ab2a6a9739e997187812042bc7bd168b77a6faa40687508d5c764 -SIZE (cabal/cardano-crypto-tests-2.2.0.0.tar.gz) = 42678 +SHA256 (cabal/cardano-crypto-tests-2.2.1.0.tar.gz) = 59ebe68c95afcd50f0a8d2ab9d6033ef0e7a1dbc5d1fc614a200cd415049d4b9 +SIZE (cabal/cardano-crypto-tests-2.2.1.0.tar.gz) = 49137 SHA256 (cabal/cardano-crypto-wrapper-1.6.0.0.tar.gz) = 9a15f157b953bb75ed3c29efbb4a4d8dc70dfdae9771a36ff269da6faede19a0 SIZE (cabal/cardano-crypto-wrapper-1.6.0.0.tar.gz) = 26104 SHA256 (cabal/cardano-data-1.2.4.0.tar.gz) = 83cfab8732ca1fd45dea0f6188ed095eaa9ad40edd4d1eaaa9272c5d9c5336b7 @@ -243,6 +245,10 @@ SHA256 (cabal/cardano-ledger-shelley-ma-test-1.3.0.0.tar.gz) = 7a9a0c6f323c6d650 SIZE (cabal/cardano-ledger-shelley-ma-test-1.3.0.0.tar.gz) = 24171 SHA256 (cabal/cardano-ledger-shelley-test-1.6.0.0.tar.gz) = 0804f367093d6ea8659c4ff410ac5b429a3b7e78cbc3879dab39c9150f1ebc91 SIZE (cabal/cardano-ledger-shelley-test-1.6.0.0.tar.gz) = 145221 +SHA256 (cabal/cardano-lmdb-0.4.0.3.tar.gz) = 411cb219d06fd1443fbfe0926e6cd6614c9ca0100b4e7fdfff439b984c56f253 +SIZE (cabal/cardano-lmdb-0.4.0.3.tar.gz) = 19954 +SHA256 (cabal/cardano-lmdb-simple-0.8.0.1.tar.gz) = 01fb8c3529f4bd8802825137f9c69579126d1d11fbc83e702dbbb9775372d608 +SIZE (cabal/cardano-lmdb-simple-0.8.0.1.tar.gz) = 33181 SHA256 (cabal/cardano-ping-0.8.0.0.tar.gz) = 4cc67473e21493ca5b50d254e48e337008c12222e9f89c74791075969f566d57 SIZE (cabal/cardano-ping-0.8.0.0.tar.gz) = 13420 SHA256 (cabal/cardano-prelude-0.2.1.0.tar.gz) = 021413c092137a0785f0cdd662ff0df9705ade3bbb9e381710da19fdb1d2e456 @@ -263,8 +269,8 @@ SHA256 (cabal/cassava-0.5.3.2/revision/1.cabal) = b2e52282af6ca7b42bdd0fb427079b SIZE (cabal/cassava-0.5.3.2/revision/1.cabal) = 4977 SHA256 (cabal/cborg-0.2.10.0/cborg-0.2.10.0.tar.gz) = 17fe070c38fc498cab49bcb9d6215b7747d53bedf96502e9bcce9cad73b9c797 SIZE (cabal/cborg-0.2.10.0/cborg-0.2.10.0.tar.gz) = 92122 -SHA256 (cabal/cborg-0.2.10.0/revision/2.cabal) = a52224590aca5c992a5ca0c6713439587076ad1f9c8e04ce2dca7ba2026e3654 -SIZE (cabal/cborg-0.2.10.0/revision/2.cabal) = 5406 +SHA256 (cabal/cborg-0.2.10.0/revision/3.cabal) = 47c044ade185e59433ec301fd3d85c7a1b9709cc752daf8b6388c9190aa618aa +SIZE (cabal/cborg-0.2.10.0/revision/3.cabal) = 5397 SHA256 (cabal/cereal-0.5.8.3/cereal-0.5.8.3.tar.gz) = 99905220661b26e5bd91130bd9772554938608a5b1d717240a6eb331121e0f6a SIZE (cabal/cereal-0.5.8.3/cereal-0.5.8.3.tar.gz) = 20166 SHA256 (cabal/character-ps-0.1/character-ps-0.1.tar.gz) = 22de71fde38b236d3e9168a832b5e1e75d1fb4f4028667bdf747b3b4c8c1529c @@ -279,6 +285,8 @@ SHA256 (cabal/code-page-0.2.1/code-page-0.2.1.tar.gz) = b2f90e19c61ed8a6ff7295f7 SIZE (cabal/code-page-0.2.1/code-page-0.2.1.tar.gz) = 6859 SHA256 (cabal/colour-2.3.6/colour-2.3.6.tar.gz) = 2cd35dcd6944a5abc9f108a5eb5ee564b6b1fa98a9ec79cefcc20b588991f871 SIZE (cabal/colour-2.3.6/colour-2.3.6.tar.gz) = 20675 +SHA256 (cabal/commutative-semigroups-0.2.0.2/commutative-semigroups-0.2.0.2.tar.gz) = f824b1d69925627a76277655aaccb0041b782fb3810fbe948dde3c2107af471b +SIZE (cabal/commutative-semigroups-0.2.0.2/commutative-semigroups-0.2.0.2.tar.gz) = 4147 SHA256 (cabal/comonad-5.0.9/comonad-5.0.9.tar.gz) = 69fb0eb49a80055a9b76d31d0a5648777c4050ac8dbf56a9344b862ed878a789 SIZE (cabal/comonad-5.0.9/comonad-5.0.9.tar.gz) = 14455 SHA256 (cabal/comonad-5.0.9/revision/1.cabal) = 75aded79bf583c908e4e4687c0ae067f256e2507536b75f58ffba7748767c353 @@ -309,16 +317,18 @@ SHA256 (cabal/contra-tracer-0.1.0.1.tar.gz) = 29786d117b22955586f64ee20c6b21357b SIZE (cabal/contra-tracer-0.1.0.1.tar.gz) = 8123 SHA256 (cabal/contravariant-1.5.5/contravariant-1.5.5.tar.gz) = 062fd66580d7aad0b5ba93e644ffa7feee69276ef50f20d4ed9f1deb7642dffa SIZE (cabal/contravariant-1.5.5/contravariant-1.5.5.tar.gz) = 13815 -SHA256 (cabal/cookie-0.5.0/cookie-0.5.0.tar.gz) = 0e51fe7090f8fbcd844bb7d1b7d9ed95b18ed3136a44836a9ce35f0a72a61a9d -SIZE (cabal/cookie-0.5.0/cookie-0.5.0.tar.gz) = 6554 +SHA256 (cabal/cookie-0.5.1/cookie-0.5.1.tar.gz) = 1adde62726e3a3bbe147c02514fe0c4f5f2c5a2ff63842deac10c451a2a6f7a0 +SIZE (cabal/cookie-0.5.1/cookie-0.5.1.tar.gz) = 6680 SHA256 (cabal/criterion-1.6.4.0/criterion-1.6.4.0.tar.gz) = 062bf47a43278dfe8725391b5e550905f185801c79ea772a9cdaa672b2ea2f51 SIZE (cabal/criterion-1.6.4.0/criterion-1.6.4.0.tar.gz) = 46689 +SHA256 (cabal/criterion-1.6.4.0/revision/1.cabal) = ffef33fe1fe8b4511054102e6f8ca892c94be4884464aa2ed76767bcbf8c9f73 +SIZE (cabal/criterion-1.6.4.0/revision/1.cabal) = 5136 SHA256 (cabal/criterion-measurement-0.2.3.0/criterion-measurement-0.2.3.0.tar.gz) = cc75dca35e8473d6e0c7419fd5a577c2cbb202b3ae0d8af237756c2aeb7cdfe2 SIZE (cabal/criterion-measurement-0.2.3.0/criterion-measurement-0.2.3.0.tar.gz) = 17774 -SHA256 (cabal/crypton-1.0.2/crypton-1.0.2.tar.gz) = b62fb148078205df4cb327b70adde9e67471d6f27d81347d84001562c0d73cab -SIZE (cabal/crypton-1.0.2/crypton-1.0.2.tar.gz) = 649721 -SHA256 (cabal/crypton-connection-0.4.3/crypton-connection-0.4.3.tar.gz) = c98825ce395e6aed4550fefae7c8e7d6b5b4435f5ad57d12aad33fd356f82ae1 -SIZE (cabal/crypton-connection-0.4.3/crypton-connection-0.4.3.tar.gz) = 9322 +SHA256 (cabal/crypton-1.0.4/crypton-1.0.4.tar.gz) = b4885402206422450823e7001a40d0f6b11d0c603a0cb8bf8ff5a186b7c4011a +SIZE (cabal/crypton-1.0.4/crypton-1.0.4.tar.gz) = 649976 +SHA256 (cabal/crypton-connection-0.4.4/crypton-connection-0.4.4.tar.gz) = 247068c222a5feec66ada8d599bfc4a878bef2cac104636afbc7d5cae93ca491 +SIZE (cabal/crypton-connection-0.4.4/crypton-connection-0.4.4.tar.gz) = 9324 SHA256 (cabal/crypton-x509-1.7.7/crypton-x509-1.7.7.tar.gz) = efece48c8c4adfee209979c2967037d90e6ba1b7b4e7bb1081d1d4cd93daf382 SIZE (cabal/crypton-x509-1.7.7/crypton-x509-1.7.7.tar.gz) = 21547 SHA256 (cabal/crypton-x509-store-1.6.10/crypton-x509-store-1.6.10.tar.gz) = cef0631c0dad9ca43984e51140f030e7de9a1f4bfd0b2223ed9c6d41fe4238b0 @@ -345,8 +355,6 @@ SHA256 (cabal/dec-0.0.6/dec-0.0.6.tar.gz) = fb153694d1c7f8b271b20c4394b05f6d66d0 SIZE (cabal/dec-0.0.6/dec-0.0.6.tar.gz) = 3221 SHA256 (cabal/dec-0.0.6/revision/1.cabal) = 201b3b5e20424addfedd412e31079cee8b6272325d7ff463a57c31a8c19493f7 SIZE (cabal/dec-0.0.6/revision/1.cabal) = 1384 -SHA256 (cabal/deferred-folds-0.9.18.7/deferred-folds-0.9.18.7.tar.gz) = cfa84475ecd37db1f9421a86c84e02bdc60c7b3847daca12dc5705ff7f0178ae -SIZE (cabal/deferred-folds-0.9.18.7/deferred-folds-0.9.18.7.tar.gz) = 10386 SHA256 (cabal/dense-linear-algebra-0.1.0.0/dense-linear-algebra-0.1.0.0.tar.gz) = f7777a7931b40332ebbc716f64abb63697cbab0128e5c1228d47760c5597f2d4 SIZE (cabal/dense-linear-algebra-0.1.0.0/dense-linear-algebra-0.1.0.0.tar.gz) = 6285 SHA256 (cabal/dependent-map-0.4.0.0/dependent-map-0.4.0.0.tar.gz) = 53ce0b52d8be1b85fc6489fb27656f16d837bee4fbe0ddf39c844e3ea8871f2c @@ -369,6 +377,8 @@ SHA256 (cabal/dictionary-sharing-0.1.0.0/dictionary-sharing-0.1.0.0.tar.gz) = 8c SIZE (cabal/dictionary-sharing-0.1.0.0/dictionary-sharing-0.1.0.0.tar.gz) = 2524 SHA256 (cabal/dictionary-sharing-0.1.0.0/revision/4.cabal) = 1e0f9264f2f55e7ebc21e79b9b76e706b60b573ab531d40a0e05c1282fe866a3 SIZE (cabal/dictionary-sharing-0.1.0.0/revision/4.cabal) = 788 +SHA256 (cabal/diff-containers-1.3.0.0.tar.gz) = f826223608e030e658caf6a5569528654aa4937886b517e846d29b0f7c5ff05b +SIZE (cabal/diff-containers-1.3.0.0.tar.gz) = 11593 SHA256 (cabal/digest-0.0.2.1/digest-0.0.2.1.tar.gz) = cbf87b02e01f97dfe6d2d7f08065826cf552c8e8467ea990ed0d2f502e0a6498 SIZE (cabal/digest-0.0.2.1/digest-0.0.2.1.tar.gz) = 23636 SHA256 (cabal/direct-sqlite-2.3.29/direct-sqlite-2.3.29.tar.gz) = 5f2ace38a7a926363fe72b1ad882764d68333bba88709c0f8f036d26c9b4d0af @@ -397,8 +407,8 @@ SHA256 (cabal/ede-0.3.4.0/ede-0.3.4.0.tar.gz) = 91719326283690145ed6a5a5eb5cdaf7 SIZE (cabal/ede-0.3.4.0/ede-0.3.4.0.tar.gz) = 35914 SHA256 (cabal/either-5.0.2/either-5.0.2.tar.gz) = bfa45b967fd77b1c7c952e156377441e3c42b6dc873ab1f06a7421a3222287be SIZE (cabal/either-5.0.2/either-5.0.2.tar.gz) = 7983 -SHA256 (cabal/either-5.0.2/revision/2.cabal) = 7f0b93d3f2a1dbe8fc29dd300967162f6a4b380fd98915cb795a6f3492a6a6d3 -SIZE (cabal/either-5.0.2/revision/2.cabal) = 2015 +SHA256 (cabal/either-5.0.2/revision/3.cabal) = c8e1cf60b69d02699fd1a5e14d196f45d889539dc80ddbf1a8fb0ff9f4b31b7a +SIZE (cabal/either-5.0.2/revision/3.cabal) = 2015 SHA256 (cabal/ekg-core-0.1.1.8/ekg-core-0.1.1.8.tar.gz) = 2a6eaaf10e0170a169b28976b9f9d7a3774b67ed9da364dded2e83efc21b0c09 SIZE (cabal/ekg-core-0.1.1.8/ekg-core-0.1.1.8.tar.gz) = 14097 SHA256 (cabal/ekg-core-0.1.1.8/revision/1.cabal) = 711fdd8f04623d186f511b9ba3b53df32866bf4425ca3e96ac72210595d19ad3 @@ -431,8 +441,12 @@ SHA256 (cabal/filelock-0.1.1.7/filelock-0.1.1.7.tar.gz) = 4d35645cdf4f0b7aa8d222 SIZE (cabal/filelock-0.1.1.7/filelock-0.1.1.7.tar.gz) = 8109 SHA256 (cabal/fin-0.3.2/fin-0.3.2.tar.gz) = b92559549f4f03ee1acbe6aa93f13ad856213d37b887e603502b4fe159162141 SIZE (cabal/fin-0.3.2/fin-0.3.2.tar.gz) = 15913 +SHA256 (cabal/fin-0.3.2/revision/1.cabal) = 5bff3c1553a694499d65d46a23e30c06473ec64ab266cf755f7fca3af1169054 +SIZE (cabal/fin-0.3.2/revision/1.cabal) = 3725 SHA256 (cabal/fingertree-0.1.5.0/fingertree-0.1.5.0.tar.gz) = f3263c92fa8b18f1e1a64cd12480c8c1bee2c1fa0584ab3345f3dd8522bdbf71 SIZE (cabal/fingertree-0.1.5.0/fingertree-0.1.5.0.tar.gz) = 20656 +SHA256 (cabal/fingertree-rm-1.0.0.4.tar.gz) = e3515befeefcf670eb54215fb113e60f465c9d434449007b56422b6e4e3efc64 +SIZE (cabal/fingertree-rm-1.0.0.4.tar.gz) = 10699 SHA256 (cabal/flat-0.6/flat-0.6.tar.gz) = a4324174159b79dabbb155572a33d109ea4bd3b105a6c1c658a36e604e1daf86 SIZE (cabal/flat-0.6/flat-0.6.tar.gz) = 74253 SHA256 (cabal/fmt-0.6.3.0/fmt-0.6.3.0.tar.gz) = b4ee7f3da97223bfef589264e7945160521f6e3323f64a2118bdec96cc04b006 @@ -495,6 +509,8 @@ SHA256 (cabal/groups-0.5.3/groups-0.5.3.tar.gz) = ce1e52a8be7effbd1f995eadf0ed34 SIZE (cabal/groups-0.5.3/groups-0.5.3.tar.gz) = 3396 SHA256 (cabal/half-0.3.2/half-0.3.2.tar.gz) = 19992e9fb6f4ea8a53b0ba0693565e8ec73c620b603e74b6d4f262e49d7df038 SIZE (cabal/half-0.3.2/half-0.3.2.tar.gz) = 8319 +SHA256 (cabal/half-0.3.2/revision/1.cabal) = b642aa4770cd14fb23e821923fca2bf1be9ffdd338aa29e95463f6fc1cdb2536 +SIZE (cabal/half-0.3.2/revision/1.cabal) = 1994 SHA256 (cabal/happy-2.1.5/happy-2.1.5.tar.gz) = 7af82f24f65bf951b24000b9e16ee01c750ed40edc0b256881d29daee85c41c4 SIZE (cabal/happy-2.1.5/happy-2.1.5.tar.gz) = 61293 SHA256 (cabal/happy-lib-2.1.5/happy-lib-2.1.5.tar.gz) = a25a6c5a2db150caf4b8c91e048e302f776372034b84b8f9461fea0483da94eb @@ -533,6 +549,8 @@ SHA256 (cabal/hspec-2.11.12/hspec-2.11.12.tar.gz) = 373a16d16f567b753f1bdb103d25 SIZE (cabal/hspec-2.11.12/hspec-2.11.12.tar.gz) = 11895 SHA256 (cabal/hspec-core-2.11.12/hspec-core-2.11.12.tar.gz) = cc5125618268d1f99e4169349c4f38bf48d3ad0df6c4b56396e59c923800040c SIZE (cabal/hspec-core-2.11.12/hspec-core-2.11.12.tar.gz) = 98557 +SHA256 (cabal/hspec-core-2.11.12/revision/1.cabal) = 9862660946d84cd40142ef48b42bcc6f6769cc44ca554f7eec6f3dc695b5097b +SIZE (cabal/hspec-core-2.11.12/revision/1.cabal) = 7762 SHA256 (cabal/hspec-discover-2.11.12/hspec-discover-2.11.12.tar.gz) = 97faa38ee295ca0c958b8c30a6a264d79e51857d724cf11304c0b942bc7e9b10 SIZE (cabal/hspec-discover-2.11.12/hspec-discover-2.11.12.tar.gz) = 6894 SHA256 (cabal/hspec-expectations-0.8.4/hspec-expectations-0.8.4.tar.gz) = 7b8dde7e230ecfda90c95fd80478b244a45e68602fb3dd4a76f4710619be21ff @@ -541,12 +559,10 @@ SHA256 (cabal/hspec-expectations-0.8.4/revision/2.cabal) = 4237f094a7931202ff57a SIZE (cabal/hspec-expectations-0.8.4/revision/2.cabal) = 1702 SHA256 (cabal/hspec-expectations-lifted-0.10.0/hspec-expectations-lifted-0.10.0.tar.gz) = 22cdf1509b396fea2f53a0bb88dec3552f540d58cc60962a82970264c1e73828 SIZE (cabal/hspec-expectations-lifted-0.10.0/hspec-expectations-lifted-0.10.0.tar.gz) = 2210 -SHA256 (cabal/http-api-data-0.6.1/http-api-data-0.6.1.tar.gz) = 5a51cf8fc0502e5f7f26c332d7a4b6fe89aadb3f069ba6e2c1c1d0afa4c4e3cf -SIZE (cabal/http-api-data-0.6.1/http-api-data-0.6.1.tar.gz) = 20848 -SHA256 (cabal/http-api-data-0.6.1/revision/1.cabal) = e389f4353cc6fc9a6522e2a6e21973fe627deac2fcae5df753fe1606a182813f -SIZE (cabal/http-api-data-0.6.1/revision/1.cabal) = 3247 -SHA256 (cabal/http-client-0.7.18/http-client-0.7.18.tar.gz) = 9088b3d696024cbd0615e60f3abc298b7575abeb96ce37225f46598dbb873496 -SIZE (cabal/http-client-0.7.18/http-client-0.7.18.tar.gz) = 97359 +SHA256 (cabal/http-api-data-0.6.2/http-api-data-0.6.2.tar.gz) = dc84a9ff403922f03bdc497cedee145fdd0058b1bb47be59cf714460eaec8234 +SIZE (cabal/http-api-data-0.6.2/http-api-data-0.6.2.tar.gz) = 20873 +SHA256 (cabal/http-client-0.7.19/http-client-0.7.19.tar.gz) = a02c1be082e8f48c959ac7150a48a405f8d4383e0942639481e84b220f29ad61 +SIZE (cabal/http-client-0.7.19/http-client-0.7.19.tar.gz) = 96836 SHA256 (cabal/http-client-tls-0.3.6.4/http-client-tls-0.3.6.4.tar.gz) = 7756006fee8ab924c521372e0f9d6705579016b9fab0b0312d1b9a335cfc18a3 SIZE (cabal/http-client-tls-0.3.6.4/http-client-tls-0.3.6.4.tar.gz) = 7954 SHA256 (cabal/http-client-tls-0.3.6.4/revision/2.cabal) = efe0a32d59c3a38ea35eb9c1b6e7beffa3592e39b2065a727cb84ccd654d16f3 @@ -603,8 +619,6 @@ SHA256 (cabal/iohk-monitoring-0.2.1.0.tar.gz) = 8f76340d08c3f466ab17624f54461197 SIZE (cabal/iohk-monitoring-0.2.1.0.tar.gz) = 101317 SHA256 (cabal/iproute-1.7.15/iproute-1.7.15.tar.gz) = 18a331a7e0e6f9dc89a2da95577b0d76bd2690b8f832b72b46d6cc9b667b4ba5 SIZE (cabal/iproute-1.7.15/iproute-1.7.15.tar.gz) = 18033 -SHA256 (cabal/isomorphism-class-0.3.0.1/isomorphism-class-0.3.0.1.tar.gz) = c163d23639938c49ce610689d98b8e5b9317ffc2a845fe56929a9f2e4c865a8e -SIZE (cabal/isomorphism-class-0.3.0.1/isomorphism-class-0.3.0.1.tar.gz) = 9876 SHA256 (cabal/js-chart-2.9.4.1/js-chart-2.9.4.1.tar.gz) = 0a08efdd35bd1b8f293f9163f59305f31835304b74c3e3a1a840fc94bbc9bd0e SIZE (cabal/js-chart-2.9.4.1/js-chart-2.9.4.1.tar.gz) = 501058 SHA256 (cabal/kan-extensions-5.2.6/kan-extensions-5.2.6.tar.gz) = fa82283c1c9ac3dc0951b7ca9f5b2e6f13d8331c20154ebb222b509824eeeccc @@ -613,8 +627,6 @@ SHA256 (cabal/kan-extensions-5.2.6/revision/1.cabal) = e0b972f900a3c04c0f36d7e22 SIZE (cabal/kan-extensions-5.2.6/revision/1.cabal) = 2581 SHA256 (cabal/katip-0.8.8.2/katip-0.8.8.2.tar.gz) = 445f8d0683c54af44d84392ddeb475b30a725a11a5f7f930706ffedf6c88e089 SIZE (cabal/katip-0.8.8.2/katip-0.8.8.2.tar.gz) = 39386 -SHA256 (cabal/lawful-conversions-0.1.6/lawful-conversions-0.1.6.tar.gz) = 6fcdca00fc797216363b10e602a151908657148cf63202c388d0565d1efae4be -SIZE (cabal/lawful-conversions-0.1.6/lawful-conversions-0.1.6.tar.gz) = 14843 SHA256 (cabal/lazy-search-0.1.3.0/lazy-search-0.1.3.0.tar.gz) = 56a7ec14260265d3c739f42a519b7cdd9c4ebf8d64ee1b290a05a284ee139aa8 SIZE (cabal/lazy-search-0.1.3.0/lazy-search-0.1.3.0.tar.gz) = 9500 SHA256 (cabal/lazysmallcheck-0.6/lazysmallcheck-0.6.tar.gz) = 9dd4dfb590c77e4f6aff68296602de58422eed5e7148fc29190d875a4e7d0f53 @@ -659,8 +671,8 @@ SHA256 (cabal/memory-pool-0.1.0.0/memory-pool-0.1.0.0.tar.gz) = 313f52b1d3b7a740 SIZE (cabal/memory-pool-0.1.0.0/memory-pool-0.1.0.0.tar.gz) = 12355 SHA256 (cabal/mempack-0.1.1.0/mempack-0.1.1.0.tar.gz) = d810ce2f0a9b78559cce321161d9476c30bcb88467988c34761850902345def5 SIZE (cabal/mempack-0.1.1.0/mempack-0.1.1.0.tar.gz) = 17442 -SHA256 (cabal/mempack-0.1.1.0/revision/1.cabal) = f5e81715af31f133b36aa5a05282a0ecd3fc5a4d788fa75ae08e974d35bb3a74 -SIZE (cabal/mempack-0.1.1.0/revision/1.cabal) = 3262 +SHA256 (cabal/mempack-0.1.1.0/revision/2.cabal) = ea2b2984e8881a7f45cb24b45c409185f7e32bc09837d11666e80d4dc6500965 +SIZE (cabal/mempack-0.1.1.0/revision/2.cabal) = 3270 SHA256 (cabal/microlens-0.4.13.1/microlens-0.4.13.1.tar.gz) = 0a54abee8ff4f6aeb4bea0783409a3dbd28a4e7a892bac916b0fb6a71382d7fc SIZE (cabal/microlens-0.4.13.1/microlens-0.4.13.1.tar.gz) = 27436 SHA256 (cabal/microlens-0.4.13.1/revision/1.cabal) = fc256e2b5d78e8e4f39b3dd359c57b8c19df50853a86eaf8f154a17441a5a51d @@ -689,10 +701,10 @@ SHA256 (cabal/monad-control-1.0.3.1/monad-control-1.0.3.1.tar.gz) = ae0baea04d99 SIZE (cabal/monad-control-1.0.3.1/monad-control-1.0.3.1.tar.gz) = 13985 SHA256 (cabal/mono-traversable-1.0.21.0/mono-traversable-1.0.21.0.tar.gz) = 4dd93ea334c0169500402f07aa39c98dbb7bffe55dc63fdf228da2cc22c7c5cd SIZE (cabal/mono-traversable-1.0.21.0/mono-traversable-1.0.21.0.tar.gz) = 43552 -SHA256 (cabal/monoidal-containers-0.6.5.0/monoidal-containers-0.6.5.0.tar.gz) = 2717dfd67222ba60f0c3736e09203076f848c42442181dc098978073f0631101 -SIZE (cabal/monoidal-containers-0.6.5.0/monoidal-containers-0.6.5.0.tar.gz) = 12955 -SHA256 (cabal/monoidal-containers-0.6.5.0/revision/2.cabal) = 15a08da08022bb30d2ae56040cd75e5c694d4c0826412597b82d21d90564c188 -SIZE (cabal/monoidal-containers-0.6.5.0/revision/2.cabal) = 2338 +SHA256 (cabal/monoid-subclasses-1.2.6/monoid-subclasses-1.2.6.tar.gz) = e4daaafe9ba61d1fc3da1129a9355821a6e4e677d2ee222cfc0ea303ef63f57c +SIZE (cabal/monoid-subclasses-1.2.6/monoid-subclasses-1.2.6.tar.gz) = 61481 +SHA256 (cabal/monoidal-containers-0.6.6.0/monoidal-containers-0.6.6.0.tar.gz) = 11eb4605ce90e40d785bbb4041ce3435d4532e7a393c56be3a83181f3a615044 +SIZE (cabal/monoidal-containers-0.6.6.0/monoidal-containers-0.6.6.0.tar.gz) = 12982 SHA256 (cabal/monoidal-synchronisation-0.1.0.6.tar.gz) = a7479ec4c934936c6a03d3fb15be105cde5bdd1ff9d8ae9032e258ff79c8f219 SIZE (cabal/monoidal-synchronisation-0.1.0.6.tar.gz) = 6613 SHA256 (cabal/mtl-compat-0.2.2/mtl-compat-0.2.2.tar.gz) = 1955398fe2115674f47f553b2caaf928c6aa3424271a5cd13bc191e54bfe3a9e @@ -713,8 +725,8 @@ SHA256 (cabal/network-bsd-2.8.1.0/revision/6.cabal) = cc7867f81c6eb3f1924bbb1029 SIZE (cabal/network-bsd-2.8.1.0/revision/6.cabal) = 3780 SHA256 (cabal/network-byte-order-0.1.7/network-byte-order-0.1.7.tar.gz) = 480ce0ad7f67364ec8d4ce8d815f463d9e4074e3789be22a5722cfdebed08679 SIZE (cabal/network-byte-order-0.1.7/network-byte-order-0.1.7.tar.gz) = 6402 -SHA256 (cabal/network-control-0.1.4/network-control-0.1.4.tar.gz) = e9a2eac178d5b5febbeefd88ef7f83b4c02ddf90c7a5f387464cb5bdec9503a8 -SIZE (cabal/network-control-0.1.4/network-control-0.1.4.tar.gz) = 6841 +SHA256 (cabal/network-control-0.1.6/network-control-0.1.6.tar.gz) = f4258aad1462015e741f1541425c14652d33faa305a6b9fe1fe7e8608da28fa1 +SIZE (cabal/network-control-0.1.6/network-control-0.1.6.tar.gz) = 7775 SHA256 (cabal/network-mux-0.7.tar.gz) = bbfc0610e13434d6d046790db201650e21f4d6bdac63b32a09371f06918187bc SIZE (cabal/network-mux-0.7.tar.gz) = 66629 SHA256 (cabal/network-uri-2.6.4.2/network-uri-2.6.4.2.tar.gz) = 9c188973126e893250b881f20e8811dca06c223c23402b06f7a1f2e995797228 @@ -733,6 +745,8 @@ SHA256 (cabal/non-integral-1.0.0.0.tar.gz) = 6eed92a22abfc241dee1942d42320f6ac98 SIZE (cabal/non-integral-1.0.0.0.tar.gz) = 6013 SHA256 (cabal/non-integral-1.0.0.0/revision/2.cabal) = 02eef244f8974c17e1dfc4d4cbfaf194e2776c807b413a40bd0b784cee359ba0 SIZE (cabal/non-integral-1.0.0.0/revision/2.cabal) = 1261 +SHA256 (cabal/nonempty-containers-0.3.4.5/nonempty-containers-0.3.4.5.tar.gz) = 6eeaac5ec0bcccd848b5e8f6887a6caedf0257ccfc71a99264ebeaf1da0c4428 +SIZE (cabal/nonempty-containers-0.3.4.5/nonempty-containers-0.3.4.5.tar.gz) = 105013 SHA256 (cabal/nonempty-vector-0.2.4/nonempty-vector-0.2.4.tar.gz) = e32d9efb7862507e76e3f6876c67c980da9a5b4d743e07d424159868ae471c67 SIZE (cabal/nonempty-vector-0.2.4/nonempty-vector-0.2.4.tar.gz) = 18480 SHA256 (cabal/nothunks-0.2.1.1/nothunks-0.2.1.1.tar.gz) = cca7983daf5dea23fdf413c207c43b8e08e8b6cf067b386a94ee6561f8511cda @@ -757,16 +771,16 @@ SHA256 (cabal/ordered-containers-0.2.4/ordered-containers-0.2.4.tar.gz) = 3da167 SIZE (cabal/ordered-containers-0.2.4/ordered-containers-0.2.4.tar.gz) = 7877 SHA256 (cabal/os-string-2.0.7/os-string-2.0.7.tar.gz) = 339c35fd3a290522f23de4e33528423cfd0b0a8f22946b0b9816a817b926cba0 SIZE (cabal/os-string-2.0.7/os-string-2.0.7.tar.gz) = 44683 -SHA256 (cabal/ouroboros-consensus-0.24.0.0.tar.gz) = e7e5b8092a115a587fe76229e38d90b71163b36c2807ac641e999823336a5073 -SIZE (cabal/ouroboros-consensus-0.24.0.0.tar.gz) = 765965 -SHA256 (cabal/ouroboros-consensus-cardano-0.23.0.0.tar.gz) = 26fcbd5830d2d4f317d38ed938671c2440190bd8fedb8ccb25a84627f47d701f -SIZE (cabal/ouroboros-consensus-cardano-0.23.0.0.tar.gz) = 313071 -SHA256 (cabal/ouroboros-consensus-diffusion-0.21.0.1.tar.gz) = f2b74a4c9b2e065a28162bbc15fd6a4f02b12bd8674bfb58ab6c877b1470cf8b -SIZE (cabal/ouroboros-consensus-diffusion-0.21.0.1.tar.gz) = 234396 -SHA256 (cabal/ouroboros-consensus-protocol-0.11.0.0.tar.gz) = 3a051f84c1ae9d902083b1b9ec61cbd4998b79a74d7e047b1b8a02d9052df061 -SIZE (cabal/ouroboros-consensus-protocol-0.11.0.0.tar.gz) = 34975 -SHA256 (cabal/ouroboros-consensus-protocol-0.11.0.0/revision/2.cabal) = b475c016c8b723c31d1d95926636c099a36c4cfd7afd99a5dc029500004a4ffb -SIZE (cabal/ouroboros-consensus-protocol-0.11.0.0/revision/2.cabal) = 3051 +SHA256 (cabal/os-string-2.0.7/revision/1.cabal) = cb5408281cb0e7cea41885611e06ee6208e3dae90c98f6901a9f20c58f930414 +SIZE (cabal/os-string-2.0.7/revision/1.cabal) = 3443 +SHA256 (cabal/ouroboros-consensus-0.26.0.1.tar.gz) = f02d42171d6e4d3292e8726911b775e012e52ddfb64043dc82ede061ff0c7d50 +SIZE (cabal/ouroboros-consensus-0.26.0.1.tar.gz) = 884669 +SHA256 (cabal/ouroboros-consensus-cardano-0.25.0.1.tar.gz) = c1ae1c6691b26cde45f7cd88bd34be7f60d7e015bfdb24a38659f4fde018622f +SIZE (cabal/ouroboros-consensus-cardano-0.25.0.1.tar.gz) = 334840 +SHA256 (cabal/ouroboros-consensus-diffusion-0.22.0.1.tar.gz) = 800f0c901237ad27f60c9217942361f505c04b90bfba0d224e76bc734a1895ed +SIZE (cabal/ouroboros-consensus-diffusion-0.22.0.1.tar.gz) = 236690 +SHA256 (cabal/ouroboros-consensus-protocol-0.12.0.0.tar.gz) = 023d733ce6f143ca5cc88e8a9eb39696779537442c9f9918ad6e4d0b17941ed6 +SIZE (cabal/ouroboros-consensus-protocol-0.12.0.0.tar.gz) = 35003 SHA256 (cabal/ouroboros-network-0.20.1.0.tar.gz) = 9208b7577cecdb2d71b550bcf932ed1e87f60cc4ca7315b7b8e7b023b76976b1 SIZE (cabal/ouroboros-network-0.20.1.0.tar.gz) = 392019 SHA256 (cabal/ouroboros-network-api-0.13.0.0.tar.gz) = 1074d5872ed3e033aa07a1aaca4e5d16bb593270bcbac841e2de22138315b94c @@ -799,14 +813,14 @@ SHA256 (cabal/pipes-4.3.16/pipes-4.3.16.tar.gz) = f4e16ecf010fd681a56e6216ab1bd4 SIZE (cabal/pipes-4.3.16/pipes-4.3.16.tar.gz) = 43219 SHA256 (cabal/pipes-4.3.16/revision/6.cabal) = f52626e8789a9918cb389383c6ecfbba898c94e1790b6fc7991a4e256350489b SIZE (cabal/pipes-4.3.16/revision/6.cabal) = 3883 -SHA256 (cabal/plutus-core-1.43.1.0.tar.gz) = 00c11c3031cc7bc9755410de1ac6919f9541f67c4804ea1c640a1b666330a224 -SIZE (cabal/plutus-core-1.43.1.0.tar.gz) = 778954 -SHA256 (cabal/plutus-ledger-api-1.43.1.0.tar.gz) = 21db7149a6a7ce452dbf55a774a451b029a8b7ec74caed2818963a1e4637b717 -SIZE (cabal/plutus-ledger-api-1.43.1.0.tar.gz) = 126844 -SHA256 (cabal/plutus-tx-1.43.1.0.tar.gz) = baa59eb3ca6285ad71295e9428baeed2787db3850d93a4296023e80585471ffa -SIZE (cabal/plutus-tx-1.43.1.0.tar.gz) = 120496 -SHA256 (cabal/plutus-tx-plugin-1.43.1.0.tar.gz) = fae4abe6f2769228f7237c985f277c3aa5d9b478805b5f42ea840780f41be26a -SIZE (cabal/plutus-tx-plugin-1.43.1.0.tar.gz) = 114264 +SHA256 (cabal/plutus-core-1.45.0.0.tar.gz) = eb6b1cb8418078e35309902e5dd1d996d6e4a1384378b8494c7cbdcf1a633638 +SIZE (cabal/plutus-core-1.45.0.0.tar.gz) = 782428 +SHA256 (cabal/plutus-ledger-api-1.45.0.0.tar.gz) = e0f87272a6f7d67e2f531b292108ab8d4dbb4e4decdbdd31b2ca93d9784d1583 +SIZE (cabal/plutus-ledger-api-1.45.0.0.tar.gz) = 126855 +SHA256 (cabal/plutus-tx-1.45.0.0.tar.gz) = ce7ca9aec93b7fa8a3988aea37f2788d508074d2fd790d4fb6f13a6e89b06214 +SIZE (cabal/plutus-tx-1.45.0.0.tar.gz) = 122944 +SHA256 (cabal/plutus-tx-plugin-1.45.0.0.tar.gz) = d480d10d7deb3fc017dc6349f7425c9fae69bc0f1602ebdc361241321cabdc04 +SIZE (cabal/plutus-tx-plugin-1.45.0.0.tar.gz) = 115549 SHA256 (cabal/polyparse-1.13/polyparse-1.13.tar.gz) = 1c4c72980e1e5a4f07fea65ca08b2399581d2a6aa21eb1078f7ad286c279707b SIZE (cabal/polyparse-1.13/polyparse-1.13.tar.gz) = 33144 SHA256 (cabal/polyparse-1.13/revision/9.cabal) = 4960fad39d3edcc3827ca93546dbf42eb59c1a022ec06a8d756e6a0558c47f29 @@ -823,10 +837,10 @@ SHA256 (cabal/prettyprinter-compat-ansi-wl-pprint-1.0.2/prettyprinter-compat-ans SIZE (cabal/prettyprinter-compat-ansi-wl-pprint-1.0.2/prettyprinter-compat-ansi-wl-pprint-1.0.2.tar.gz) = 3894 SHA256 (cabal/prettyprinter-configurable-1.36.0.0.tar.gz) = eaca6ad94eb9342471517b6fef277b56fda7ca1ca2abe928c5ff866d17927b63 SIZE (cabal/prettyprinter-configurable-1.36.0.0.tar.gz) = 26646 -SHA256 (cabal/primitive-0.9.0.0/primitive-0.9.0.0.tar.gz) = 696d4bd291c94d736142d6182117dca4258d3ef28bfefdb649ac8b5ecd0999c7 -SIZE (cabal/primitive-0.9.0.0/primitive-0.9.0.0.tar.gz) = 60580 -SHA256 (cabal/primitive-0.9.0.0/revision/2.cabal) = de20bf4eff1f972088854c8efda6eaca2d3147aff62232c3707f059152638759 -SIZE (cabal/primitive-0.9.0.0/revision/2.cabal) = 3203 +SHA256 (cabal/primes-0.2.1.0/primes-0.2.1.0.tar.gz) = 74d66558fb638ea4d31eae2fe1a294cb5a9d64491314305d74a11d93f277c65b +SIZE (cabal/primes-0.2.1.0/primes-0.2.1.0.tar.gz) = 4602 +SHA256 (cabal/primitive-0.9.1.0/primitive-0.9.1.0.tar.gz) = 44b4de41813c7bc5db8a57f87c3612a069b65086946268ba165097252ebd3d76 +SIZE (cabal/primitive-0.9.1.0/primitive-0.9.1.0.tar.gz) = 61724 SHA256 (cabal/profunctors-5.6.2/profunctors-5.6.2.tar.gz) = 65955d7b50525a4a3bccdab1d982d2ae342897fd38140d5a94b5ef3800d8c92a SIZE (cabal/profunctors-5.6.2/profunctors-5.6.2.tar.gz) = 28522 SHA256 (cabal/profunctors-5.6.2/revision/3.cabal) = e178ba4468982326656626e2089e296f64485e68fdddc9f4476dcd5d612b4f78 @@ -857,8 +871,8 @@ SHA256 (cabal/quiet-0.2/quiet-0.2.tar.gz) = 118bf67379dce4737619998380e399acba30 SIZE (cabal/quiet-0.2/quiet-0.2.tar.gz) = 4377 SHA256 (cabal/ral-0.2.2/ral-0.2.2.tar.gz) = 46c70ee0cae8625edf2aaf47ddcad9d582f5b3841b75b2dee4066156130d60b0 SIZE (cabal/ral-0.2.2/ral-0.2.2.tar.gz) = 21439 -SHA256 (cabal/ral-0.2.2/revision/1.cabal) = abcbf91621c891244a7f5f74a886ee2c88068f3ff551877a2a5af64eb4c26ec8 -SIZE (cabal/ral-0.2.2/revision/1.cabal) = 3539 +SHA256 (cabal/ral-0.2.2/revision/2.cabal) = b52967fc000cc2e907a0452c97bcc97703192d54c1a5512737e9ceb48a1f2ca8 +SIZE (cabal/ral-0.2.2/revision/2.cabal) = 3554 SHA256 (cabal/random-1.2.1.3/random-1.2.1.3.tar.gz) = e9c81926a7d1e40328f645f73592b31efc9c631589669a7f130687b9cc3051dc SIZE (cabal/random-1.2.1.3/random-1.2.1.3.tar.gz) = 47117 SHA256 (cabal/random-shuffle-0.0.4/random-shuffle-0.0.4.tar.gz) = 52704411f040fd0bf2361dad162e35dc13caa6535b2e4908d3513c00a95d0615 @@ -923,8 +937,8 @@ SHA256 (cabal/semigroups-0.20/semigroups-0.20.tar.gz) = 902d2e33c96b40a89de5957f SIZE (cabal/semigroups-0.20/semigroups-0.20.tar.gz) = 18788 SHA256 (cabal/serialise-0.2.6.1/serialise-0.2.6.1.tar.gz) = 63949799ffd10675ef70ea701c1eb63e618629b3b2f7b25f07c5a966e24e77f4 SIZE (cabal/serialise-0.2.6.1/serialise-0.2.6.1.tar.gz) = 75106 -SHA256 (cabal/serialise-0.2.6.1/revision/4.cabal) = 70495f88c1633bd432847b1d767e9e6832779f85b9d012b01a0a14f2cacbecc6 -SIZE (cabal/serialise-0.2.6.1/revision/4.cabal) = 8823 +SHA256 (cabal/serialise-0.2.6.1/revision/5.cabal) = a67f89b5533b1148ad465dc7f24baeed2e2e9e7d81d2a147fc7fa8ff1089ca4d +SIZE (cabal/serialise-0.2.6.1/revision/5.cabal) = 8814 SHA256 (cabal/servant-0.20.2/servant-0.20.2.tar.gz) = 6a39e279d34f42b20eace9b5296fa8dcfd2116ed7391d99f58ba005bb3f45365 SIZE (cabal/servant-0.20.2/servant-0.20.2.tar.gz) = 58198 SHA256 (cabal/servant-0.20.2/revision/1.cabal) = ea8274b67a91c88e6ea2fc0490c267d808bbf51c238753a1868579cf7732c79e @@ -977,8 +991,8 @@ SHA256 (cabal/sop-core-0.5.0.2/sop-core-0.5.0.2.tar.gz) = 87bffd2254b98ded822d44 SIZE (cabal/sop-core-0.5.0.2/sop-core-0.5.0.2.tar.gz) = 28505 SHA256 (cabal/sop-core-0.5.0.2/revision/5.cabal) = 0bb74cafff423180df3909f5b7ce069131078b132da4b4e292ef4d1601499a4e SIZE (cabal/sop-core-0.5.0.2/revision/5.cabal) = 3005 -SHA256 (cabal/sop-extras-0.3.0.0.tar.gz) = 62110186d524a181f0f5206f973154b05c18e996f838aa7e1ce6a8786d017e9c -SIZE (cabal/sop-extras-0.3.0.0.tar.gz) = 19597 +SHA256 (cabal/sop-extras-0.4.0.0.tar.gz) = a8d31c57c40d9b46a96aafc596deceb506dc3387acbbac829f42c53a20198bc4 +SIZE (cabal/sop-extras-0.4.0.0.tar.gz) = 20171 SHA256 (cabal/split-0.2.5/split-0.2.5.tar.gz) = 52da404e8397c1ab238354c8d4fd9a7e9c5cac8849cc2ce2e45facc85e74a913 SIZE (cabal/split-0.2.5/split-0.2.5.tar.gz) = 16008 SHA256 (cabal/splitmix-0.1.1/splitmix-0.1.1.tar.gz) = d678c41a603a62032cf7e5f8336bb8222c93990e4b59c8b291b7ca26c7eb12c7 @@ -1003,8 +1017,8 @@ SHA256 (cabal/strict-0.5.1/revision/1.cabal) = 58c373b7c7748cbb4a5a6c8c15073f99a SIZE (cabal/strict-0.5.1/revision/1.cabal) = 3557 SHA256 (cabal/strict-checked-vars-0.2.0.0.tar.gz) = 69f80f5f301d7e42731ae66cb80fa52810b8fc2277d57cb5d22278e380c9dd60 SIZE (cabal/strict-checked-vars-0.2.0.0.tar.gz) = 12418 -SHA256 (cabal/strict-checked-vars-0.2.0.0/revision/3.cabal) = 8154f375c555b58a558cd136077e0b7034c7e029f2c148a555a5f8f26acc07e2 -SIZE (cabal/strict-checked-vars-0.2.0.0/revision/3.cabal) = 2717 +SHA256 (cabal/strict-checked-vars-0.2.0.0/revision/1.cabal) = 8154f375c555b58a558cd136077e0b7034c7e029f2c148a555a5f8f26acc07e2 +SIZE (cabal/strict-checked-vars-0.2.0.0/revision/1.cabal) = 2717 SHA256 (cabal/strict-list-0.1.7.6/strict-list-0.1.7.6.tar.gz) = 756b16c12b5528cdb44ba905bdc78e5f4a749f33f630226645311a8d52207987 SIZE (cabal/strict-list-0.1.7.6/strict-list-0.1.7.6.tar.gz) = 6786 SHA256 (cabal/strict-mvar-1.5.0.0/strict-mvar-1.5.0.0.tar.gz) = d0c916f9eb519c014921d2562a84ff9d6c71b256e883066e38f44b0b7ce4465e @@ -1031,8 +1045,8 @@ SHA256 (cabal/tar-0.6.4.0/revision/1.cabal) = a72549370449fe99e3008744ad2e43685e SIZE (cabal/tar-0.6.4.0/revision/1.cabal) = 4971 SHA256 (cabal/tasty-1.5.3/tasty-1.5.3.tar.gz) = 54a0c7b644813af871a3726ac8771b5e17b5158c792a7acf8f9e2d3ae9360780 SIZE (cabal/tasty-1.5.3/tasty-1.5.3.tar.gz) = 66548 -SHA256 (cabal/tasty-1.5.3/revision/1.cabal) = 9d56ea9dbc274fc853fc531373b2c91bfe360e21460c2c6a5838897d86e3f6d0 -SIZE (cabal/tasty-1.5.3/revision/1.cabal) = 2923 +SHA256 (cabal/tasty-1.5.3/revision/2.cabal) = 6b5dda3f16db1274a0b3e6c4073ac57172a1e96b1dca05666c5cbd1183639412 +SIZE (cabal/tasty-1.5.3/revision/2.cabal) = 2923 SHA256 (cabal/tasty-expected-failure-0.12.3/tasty-expected-failure-0.12.3.tar.gz) = cb07cc5ca62a6fd673ef54ae70b4bc5f9c12662fe835bea1f38b944684ee8f7e SIZE (cabal/tasty-expected-failure-0.12.3/tasty-expected-failure-0.12.3.tar.gz) = 6016 SHA256 (cabal/tasty-golden-2.3.5/tasty-golden-2.3.5.tar.gz) = 8b37b541a2603da27e88fcf3209118817e978a36187142dda160b39c6cb7740e @@ -1045,10 +1059,12 @@ SHA256 (cabal/tasty-hunit-0.10.2/tasty-hunit-0.10.2.tar.gz) = 5af01fa7c1ef98b324 SIZE (cabal/tasty-hunit-0.10.2/tasty-hunit-0.10.2.tar.gz) = 7808 SHA256 (cabal/tasty-quickcheck-0.11.1/tasty-quickcheck-0.11.1.tar.gz) = e3d4de7455ed342f8874d84686def897b8a316ce198461da18106d8a1f63246a SIZE (cabal/tasty-quickcheck-0.11.1/tasty-quickcheck-0.11.1.tar.gz) = 7349 -SHA256 (cabal/tasty-quickcheck-0.11.1/revision/1.cabal) = c8c8fbe7f75956cc384fcf90d03cc3c34e258fe69b3f103d6c99fa857b9a8c50 -SIZE (cabal/tasty-quickcheck-0.11.1/revision/1.cabal) = 1622 +SHA256 (cabal/tasty-quickcheck-0.11.1/revision/3.cabal) = fca860abe029f9d34cb5168d6a9ab438d7fc4c016c8c594bbf1655d58982fbf3 +SIZE (cabal/tasty-quickcheck-0.11.1/revision/3.cabal) = 1622 SHA256 (cabal/tasty-rerun-1.1.20/tasty-rerun-1.1.20.tar.gz) = 7e8a2d0be2df0e1c864bc8b5f4e7ecb261d112981e68e1b0186f611faa44a55f SIZE (cabal/tasty-rerun-1.1.20/tasty-rerun-1.1.20.tar.gz) = 6931 +SHA256 (cabal/tasty-rerun-1.1.20/revision/1.cabal) = 139ea631f0c133d9f792d774a438e5d64f1ce964493505f3c7209e0b43eab58f +SIZE (cabal/tasty-rerun-1.1.20/revision/1.cabal) = 1514 SHA256 (cabal/tdigest-0.3.1/tdigest-0.3.1.tar.gz) = 193127a89f276537cc1ae889063eb26125baa90b31e47332b71b4a18080072ec SIZE (cabal/tdigest-0.3.1/tdigest-0.3.1.tar.gz) = 14751 SHA256 (cabal/temporary-1.3/temporary-1.3.tar.gz) = 8c442993694b5ffca823ce864af95bd2841fb5264ee511c61cf48cc71d879890 @@ -1059,10 +1075,10 @@ SHA256 (cabal/terminal-size-0.3.4/revision/1.cabal) = 21d7f1320eeb86177e860ec07a SIZE (cabal/terminal-size-0.3.4/revision/1.cabal) = 1364 SHA256 (cabal/testing-type-modifiers-0.1.0.1/testing-type-modifiers-0.1.0.1.tar.gz) = 050bdade2c6f0122b1a04a3833ab7eea2399ffda8258bca6d93ba6614bb202f2 SIZE (cabal/testing-type-modifiers-0.1.0.1/testing-type-modifiers-0.1.0.1.tar.gz) = 2275 -SHA256 (cabal/text-builder-0.6.7.3/text-builder-0.6.7.3.tar.gz) = 5d9ad4193a25440dab6e29ea3f186f13a613978914ac69c0f45c006d1571c4b4 -SIZE (cabal/text-builder-0.6.7.3/text-builder-0.6.7.3.tar.gz) = 6089 -SHA256 (cabal/text-builder-dev-0.3.9.1/text-builder-dev-0.3.9.1.tar.gz) = 26320f080edd6c3302260ff89e9c11f88e6038645e3fc4f1bdc4f5ffe68232d1 -SIZE (cabal/text-builder-dev-0.3.9.1/text-builder-dev-0.3.9.1.tar.gz) = 13776 +SHA256 (cabal/text-builder-1.0.0.3/text-builder-1.0.0.3.tar.gz) = d324158dd4f8bea52d7dac2ea224f8cd96547bde456b3f2fa19dc3240012bbe4 +SIZE (cabal/text-builder-1.0.0.3/text-builder-1.0.0.3.tar.gz) = 13062 +SHA256 (cabal/text-builder-core-0.1.1.1/text-builder-core-0.1.1.1.tar.gz) = a9a30930dc59f8bd2b243991df7c6a8dcf2f65353c0df1b0fed8c1ba1f2d7d86 +SIZE (cabal/text-builder-core-0.1.1.1/text-builder-core-0.1.1.1.tar.gz) = 9036 SHA256 (cabal/text-iso8601-0.1.1/text-iso8601-0.1.1.tar.gz) = 9dead2b7ceeae40fe0fc060bd54795c32e9926c9d1aebae8f9b9a621fba88202 SIZE (cabal/text-iso8601-0.1.1/text-iso8601-0.1.1.tar.gz) = 9599 SHA256 (cabal/text-iso8601-0.1.1/revision/2.cabal) = e07a625eef969338992bf9bba8e5dc73f07ac65f991ba636b8f1175890d15849 @@ -1127,12 +1143,14 @@ SHA256 (cabal/transformers-except-0.1.4/revision/1.cabal) = 3ce3fd4deb67beebfd35 SIZE (cabal/transformers-except-0.1.4/revision/1.cabal) = 1175 SHA256 (cabal/tree-diff-0.3.4/tree-diff-0.3.4.tar.gz) = 5e9ae804207df625cf28385937a35152b12605dd4ed350c447c92db054f60e3b SIZE (cabal/tree-diff-0.3.4/tree-diff-0.3.4.tar.gz) = 26431 +SHA256 (cabal/tree-diff-0.3.4/revision/1.cabal) = 20d4d57fb8d964a4a25b5811f57a021d7dc3b42d4bd95a0fdf67dcff495f06db +SIZE (cabal/tree-diff-0.3.4/revision/1.cabal) = 4483 SHA256 (cabal/trifecta-2.1.4/trifecta-2.1.4.tar.gz) = d4d842afdb1a3330874738c587336d0b53741d37918112269bb51ff186dc9c28 SIZE (cabal/trifecta-2.1.4/trifecta-2.1.4.tar.gz) = 60516 SHA256 (cabal/trifecta-2.1.4/revision/2.cabal) = cf2cd1d8299463efbd7e85b76ffed59ddc33d19912a2a1862d5de9fc69e9c1e4 SIZE (cabal/trifecta-2.1.4/revision/2.cabal) = 3654 -SHA256 (cabal/typed-process-0.2.12.0/typed-process-0.2.12.0.tar.gz) = 4cee3d3ae851de720f40ce671510c04b7938ca76552952bd7c5e8b1bec161be1 -SIZE (cabal/typed-process-0.2.12.0/typed-process-0.2.12.0.tar.gz) = 18957 +SHA256 (cabal/typed-process-0.2.13.0/typed-process-0.2.13.0.tar.gz) = 9400966013b541df2e54ac8d57c3a670fc28bde2be87767ce98f13bbe2aa43a0 +SIZE (cabal/typed-process-0.2.13.0/typed-process-0.2.13.0.tar.gz) = 19160 SHA256 (cabal/typed-protocols-0.3.0.0.tar.gz) = 29c1a5ecda028fb6e73990fcc42a17f9c05deefc58110ebaf8284bc57509de8b SIZE (cabal/typed-protocols-0.3.0.0.tar.gz) = 28808 SHA256 (cabal/typed-protocols-cborg-0.3.0.0.tar.gz) = b8fe4cc1d9859a39fe07d18dae0ffd21f41f265ecd5003c7406d45b2ac77da41 @@ -1165,10 +1183,8 @@ SHA256 (cabal/universe-base-1.1.4/revision/1.cabal) = 8a203a5cda5a7eac7985f4719e SIZE (cabal/universe-base-1.1.4/revision/1.cabal) = 2261 SHA256 (cabal/unix-bytestring-0.4.0.3/unix-bytestring-0.4.0.3.tar.gz) = 548ccdc28092796c16710cb1223d0eb590fad5542f986db870bac87460c3b678 SIZE (cabal/unix-bytestring-0.4.0.3/unix-bytestring-0.4.0.3.tar.gz) = 15706 -SHA256 (cabal/unix-compat-0.7.3/unix-compat-0.7.3.tar.gz) = 7a4fad870952d632d55c8cfe2aad8b55ac95585dacae052fbea4e32968821d87 -SIZE (cabal/unix-compat-0.7.3/unix-compat-0.7.3.tar.gz) = 15593 -SHA256 (cabal/unix-compat-0.7.3/revision/1.cabal) = e1132808d30ad1adbcf1ba7f06c3dfe712a7ee382b225eb975e0ab8cfe0c21cd -SIZE (cabal/unix-compat-0.7.3/revision/1.cabal) = 3287 +SHA256 (cabal/unix-compat-0.7.4/unix-compat-0.7.4.tar.gz) = 689b3a960c8fe12910554aa5b739d5c4769c1d180ade20402fde2ed49db7eff4 +SIZE (cabal/unix-compat-0.7.4/unix-compat-0.7.4.tar.gz) = 15586 SHA256 (cabal/unix-time-0.4.16/unix-time-0.4.16.tar.gz) = ace2a7126d7344feb3221680c556de7f28a969fb287d49bd4a2d7df18fe638e9 SIZE (cabal/unix-time-0.4.16/unix-time-0.4.16.tar.gz) = 52594 SHA256 (cabal/unliftio-0.2.25.1/unliftio-0.2.25.1.tar.gz) = 3bfc6f8dea6966c2c06df83e6d3f481bbd77531f58b8049c46738aad9268336e @@ -1195,6 +1211,8 @@ SHA256 (cabal/validation-selective-0.2.0.0.0.0.0.0.1.tar.gz) = d1f97b6600455009e SIZE (cabal/validation-selective-0.2.0.0.0.0.0.0.1.tar.gz) = 22371 SHA256 (cabal/validity-0.12.1.0/validity-0.12.1.0.tar.gz) = e28a560939523ae649b94140a3412ad253ce2d969b509dfad76186bc94c2a6df SIZE (cabal/validity-0.12.1.0/validity-0.12.1.0.tar.gz) = 9483 +SHA256 (cabal/vary-0.1.1.2/vary-0.1.1.2.tar.gz) = ddf397bced603525ebabe415677f8e84a7cc638e9979f915cd72415ab3a0d1ea +SIZE (cabal/vary-0.1.1.2/vary-0.1.1.2.tar.gz) = 21840 SHA256 (cabal/vault-0.3.1.5/vault-0.3.1.5.tar.gz) = ac2a6b6adf58598c5c8faa931ae961a8a2aa50ddb2f0f7a2044ff6e8c3d433a0 SIZE (cabal/vault-0.3.1.5/vault-0.3.1.5.tar.gz) = 5431 SHA256 (cabal/vault-0.3.1.5/revision/10.cabal) = 212cc25cd6730a565def636d39fe3fbfeb01adee91617a264b13e28bc04adc0e @@ -1269,7 +1287,7 @@ SHA256 (cabal/zlib-0.7.1.0/zlib-0.7.1.0.tar.gz) = 6edd38b6b81df8d274952aa85affa6 SIZE (cabal/zlib-0.7.1.0/zlib-0.7.1.0.tar.gz) = 29318 SHA256 (cabal/zlib-0.7.1.0/revision/2.cabal) = 85e64a75c0b490506a7edaa2d54950c668e66b65758bb08bb14cd31faf53a206 SIZE (cabal/zlib-0.7.1.0/revision/2.cabal) = 5357 -SHA256 (cabal/IntersectMBO-cardano-node-10.3.1_GH0.tar.gz) = 67bed54dccc65cc5d26b108fb201e39327f59df5ecfd08be9073022e8bcd4915 -SIZE (cabal/IntersectMBO-cardano-node-10.3.1_GH0.tar.gz) = 6721784 +SHA256 (cabal/IntersectMBO-cardano-node-10.4.1_GH0.tar.gz) = 4a798b01af93d9245b4eca95dbf49da69d2d4f448f7f173f41f04c7fad2a4de3 +SIZE (cabal/IntersectMBO-cardano-node-10.4.1_GH0.tar.gz) = 6762012 SHA256 (cabal/IntersectMBO-libsodium-dbb48cce5429cb6585c9034f002568964f1ce567_GH0.tar.gz) = e4f29ae3c16037e484bb69e3fa22a5565c42adf497f8f88e61ff8d9486ab863e SIZE (cabal/IntersectMBO-libsodium-dbb48cce5429cb6585c9034f002568964f1ce567_GH0.tar.gz) = 2073757 diff --git a/net-p2p/cncli/Makefile b/net-p2p/cncli/Makefile index 09505d8f0884..1d5a20ee30b9 100644 --- a/net-p2p/cncli/Makefile +++ b/net-p2p/cncli/Makefile @@ -1,7 +1,7 @@ PORTNAME= cncli DISTVERSIONPREFIX= v DISTVERSION= 6.0.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= net-p2p MAINTAINER= boris@zfs.ninja diff --git a/net-p2p/intermodal/Makefile b/net-p2p/intermodal/Makefile index 0f5c43c62a95..8d05c5fca2e6 100644 --- a/net-p2p/intermodal/Makefile +++ b/net-p2p/intermodal/Makefile @@ -1,7 +1,7 @@ PORTNAME= intermodal DISTVERSIONPREFIX= v DISTVERSION= 0.1.14 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-p2p MAINTAINER= yuri@FreeBSD.org diff --git a/net-p2p/ktorrent/distinfo b/net-p2p/ktorrent/distinfo index 3e256b15d0ff..35b5224f559c 100644 --- a/net-p2p/ktorrent/distinfo +++ b/net-p2p/ktorrent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036858 -SHA256 (KDE/release-service/25.04.2/ktorrent-25.04.2.tar.xz) = da1834795e1a03bf1a02182cf3a95be9654a5dec32a55bd63e5795cc5d35de27 -SIZE (KDE/release-service/25.04.2/ktorrent-25.04.2.tar.xz) = 2229080 +TIMESTAMP = 1751381558 +SHA256 (KDE/release-service/25.04.3/ktorrent-25.04.3.tar.xz) = 00a0262aa30eb53673993288b1ffae7e2f924b69260f87bea762715a5ce0f7e7 +SIZE (KDE/release-service/25.04.3/ktorrent-25.04.3.tar.xz) = 2229616 diff --git a/net-p2p/libktorrent/distinfo b/net-p2p/libktorrent/distinfo index 9db88141a6d4..a556d3988eab 100644 --- a/net-p2p/libktorrent/distinfo +++ b/net-p2p/libktorrent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036861 -SHA256 (KDE/release-service/25.04.2/libktorrent-25.04.2.tar.xz) = e6ccf6d0503a0b71d594b75e67aa0ad505d57316d20d5380ccc590c4f0604e98 -SIZE (KDE/release-service/25.04.2/libktorrent-25.04.2.tar.xz) = 606284 +TIMESTAMP = 1751381561 +SHA256 (KDE/release-service/25.04.3/libktorrent-25.04.3.tar.xz) = 137a6b14bbdd5121c7afca8e6dad0e52ff7dee80a6e5b54638657f13c06873a8 +SIZE (KDE/release-service/25.04.3/libktorrent-25.04.3.tar.xz) = 606316 diff --git a/net-p2p/oura/Makefile b/net-p2p/oura/Makefile index 215ede692ec7..f01f83f7678b 100644 --- a/net-p2p/oura/Makefile +++ b/net-p2p/oura/Makefile @@ -1,7 +1,7 @@ PORTNAME= oura DISTVERSIONPREFIX= v DISTVERSION= 1.8.4 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= net-p2p MAINTAINER= boris@zfs.ninja diff --git a/net-p2p/twitch-tui/Makefile b/net-p2p/twitch-tui/Makefile index 77806a9c36e6..2397d88bc986 100644 --- a/net-p2p/twitch-tui/Makefile +++ b/net-p2p/twitch-tui/Makefile @@ -1,7 +1,7 @@ PORTNAME= twitch-tui DISTVERSIONPREFIX= v DISTVERSION= 2.6.19 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MAINTAINER= yuri@FreeBSD.org diff --git a/net/akonadi-calendar/distinfo b/net/akonadi-calendar/distinfo index 8bdf02f52b8c..9781a96338fe 100644 --- a/net/akonadi-calendar/distinfo +++ b/net/akonadi-calendar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036863 -SHA256 (KDE/release-service/25.04.2/akonadi-calendar-25.04.2.tar.xz) = 28f1b9df1aa1a5660bb932637006cee5a6211f514b2ac5236ce860a65c902884 -SIZE (KDE/release-service/25.04.2/akonadi-calendar-25.04.2.tar.xz) = 540224 +TIMESTAMP = 1751381563 +SHA256 (KDE/release-service/25.04.3/akonadi-calendar-25.04.3.tar.xz) = 9433cec8f629f5dd1aadb7af39d4b62d6047624b1d1be5282eef5e460f486e5c +SIZE (KDE/release-service/25.04.3/akonadi-calendar-25.04.3.tar.xz) = 539576 diff --git a/net/akonadi-contacts/Makefile b/net/akonadi-contacts/Makefile index 7be32d6354be..3b53bdf2a613 100644 --- a/net/akonadi-contacts/Makefile +++ b/net/akonadi-contacts/Makefile @@ -1,6 +1,5 @@ PORTNAME= akonadi-contacts DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/net/akonadi-contacts/distinfo b/net/akonadi-contacts/distinfo index 1a3533b039d0..71760896833e 100644 --- a/net/akonadi-contacts/distinfo +++ b/net/akonadi-contacts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036865 -SHA256 (KDE/release-service/25.04.2/akonadi-contacts-25.04.2.tar.xz) = be8f1b45bbcfd7ef79fb4b2df34a9e0b8e8742faf195a8b39c05c7ee0e63704d -SIZE (KDE/release-service/25.04.2/akonadi-contacts-25.04.2.tar.xz) = 440032 +TIMESTAMP = 1751381566 +SHA256 (KDE/release-service/25.04.3/akonadi-contacts-25.04.3.tar.xz) = 6443bb3c86997f42d7fcda559a7a88973ff02eb0f17976d622fbb150b4d85c46 +SIZE (KDE/release-service/25.04.3/akonadi-contacts-25.04.3.tar.xz) = 439380 diff --git a/net/akonadi-mime/distinfo b/net/akonadi-mime/distinfo index 89fc9d436551..eb4563cd7657 100644 --- a/net/akonadi-mime/distinfo +++ b/net/akonadi-mime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036868 -SHA256 (KDE/release-service/25.04.2/akonadi-mime-25.04.2.tar.xz) = db1e4f9105cee6aafaef1d5caf5abc9926e8ad1a8b60389d1321a648bcd16168 -SIZE (KDE/release-service/25.04.2/akonadi-mime-25.04.2.tar.xz) = 179772 +TIMESTAMP = 1751381568 +SHA256 (KDE/release-service/25.04.3/akonadi-mime-25.04.3.tar.xz) = 29588a629e6f961ee48b2825c980840311f1207f7ea1d62d454addadf195c6be +SIZE (KDE/release-service/25.04.3/akonadi-mime-25.04.3.tar.xz) = 179772 diff --git a/net/akonadi-search/distinfo b/net/akonadi-search/distinfo index 524c2296448b..c1b359273ef6 100644 --- a/net/akonadi-search/distinfo +++ b/net/akonadi-search/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036870 -SHA256 (KDE/release-service/25.04.2/akonadi-search-25.04.2.tar.xz) = 95f63743d050ccb3a9628dfdc9b5a271658d45e3d5944cb1c131f7d254c29486 -SIZE (KDE/release-service/25.04.2/akonadi-search-25.04.2.tar.xz) = 113816 +TIMESTAMP = 1751381571 +SHA256 (KDE/release-service/25.04.3/akonadi-search-25.04.3.tar.xz) = 5c4af0b6a58993900618c9e9f1291b3cd12a7097c7a700e00e578a500fcc601a +SIZE (KDE/release-service/25.04.3/akonadi-search-25.04.3.tar.xz) = 113824 diff --git a/net/alligator/distinfo b/net/alligator/distinfo index 0dd6d742b4bc..a2d7ccc1e6a3 100644 --- a/net/alligator/distinfo +++ b/net/alligator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036871 -SHA256 (KDE/release-service/25.04.2/alligator-25.04.2.tar.xz) = b08b74eee490ff808bfb92c03f094051224e3147dca553bf28409ac4bf682f0a -SIZE (KDE/release-service/25.04.2/alligator-25.04.2.tar.xz) = 241196 +TIMESTAMP = 1751381571 +SHA256 (KDE/release-service/25.04.3/alligator-25.04.3.tar.xz) = 7d382f407732a61c4980213e2512f997ab51e03819baab1824a3e20f6fbf3d2e +SIZE (KDE/release-service/25.04.3/alligator-25.04.3.tar.xz) = 241152 diff --git a/net/aws-ec2-imdsv2-get/Makefile b/net/aws-ec2-imdsv2-get/Makefile index 7cb431746548..22dd7aedacdd 100644 --- a/net/aws-ec2-imdsv2-get/Makefile +++ b/net/aws-ec2-imdsv2-get/Makefile @@ -1,6 +1,6 @@ PORTNAME= aws-ec2-imdsv2-get DISTVERSION= 1.0.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MAINTAINER= cperciva@FreeBSD.org diff --git a/net/calendarsupport/distinfo b/net/calendarsupport/distinfo index a17ccc47aeb1..28a5b916b2a5 100644 --- a/net/calendarsupport/distinfo +++ b/net/calendarsupport/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036873 -SHA256 (KDE/release-service/25.04.2/calendarsupport-25.04.2.tar.xz) = fd4ba25407d043b576424f078a98f2a2425cba6e43c26ccea1b66e4e6e8601a8 -SIZE (KDE/release-service/25.04.2/calendarsupport-25.04.2.tar.xz) = 1005224 +TIMESTAMP = 1751381573 +SHA256 (KDE/release-service/25.04.3/calendarsupport-25.04.3.tar.xz) = c3265468eecd4271d1d0276999a16d15971c8ad5de4ebe2f16a95de0d24a5b0d +SIZE (KDE/release-service/25.04.3/calendarsupport-25.04.3.tar.xz) = 1005292 diff --git a/net/deltachat-rpc-server/Makefile b/net/deltachat-rpc-server/Makefile index f437532bfc9d..7079bdc8daa4 100644 --- a/net/deltachat-rpc-server/Makefile +++ b/net/deltachat-rpc-server/Makefile @@ -1,7 +1,7 @@ PORTNAME= deltachat-rpc-server DISTVERSIONPREFIX= v DISTVERSION= 1.159.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= feld@FreeBSD.org diff --git a/net/dumbpipe/Makefile b/net/dumbpipe/Makefile index 0d1104837be1..c9c39fe59ee0 100644 --- a/net/dumbpipe/Makefile +++ b/net/dumbpipe/Makefile @@ -1,7 +1,7 @@ PORTNAME= dumbpipe DISTVERSIONPREFIX= v DISTVERSION= 0.27.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= feld@FreeBSD.org diff --git a/net/eventviews/distinfo b/net/eventviews/distinfo index ce9c3fdda707..bcf7a3dadffa 100644 --- a/net/eventviews/distinfo +++ b/net/eventviews/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036876 -SHA256 (KDE/release-service/25.04.2/eventviews-25.04.2.tar.xz) = b0aacdfce18218331f8914a0ef1fc696a2e71d7a9811cac08d0ce4f38c647232 -SIZE (KDE/release-service/25.04.2/eventviews-25.04.2.tar.xz) = 510616 +TIMESTAMP = 1751381576 +SHA256 (KDE/release-service/25.04.3/eventviews-25.04.3.tar.xz) = 90dd3b6c9915a782c162653e9027335e6e393b13c584cfdb61b4dd31ef4126b8 +SIZE (KDE/release-service/25.04.3/eventviews-25.04.3.tar.xz) = 510692 diff --git a/net/findomain/Makefile b/net/findomain/Makefile index 3c218da81f4b..d620d4cacb52 100644 --- a/net/findomain/Makefile +++ b/net/findomain/Makefile @@ -1,6 +1,6 @@ PORTNAME= findomain DISTVERSION= 9.0.4 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= net security MAINTAINER= lcook@FreeBSD.org diff --git a/net/gdrive/Makefile b/net/gdrive/Makefile index 553bbebac15f..63ffe2da2534 100644 --- a/net/gdrive/Makefile +++ b/net/gdrive/Makefile @@ -1,6 +1,6 @@ PORTNAME= gdrive DISTVERSION= 3.9.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/net/gemserv/Makefile b/net/gemserv/Makefile index 747a8efc1e31..5102dbdb6c86 100644 --- a/net/gemserv/Makefile +++ b/net/gemserv/Makefile @@ -1,7 +1,7 @@ PORTNAME= gemserv DISTVERSIONPREFIX= v DISTVERSION= 0.6.6 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= net MASTER_SITES= https://git.sr.ht/~int80h/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${PORTVERSION}${EXTRACT_SUFX} diff --git a/net/gnome-online-accounts/Makefile b/net/gnome-online-accounts/Makefile index 7520dc8c78d6..11e0d1bcf381 100644 --- a/net/gnome-online-accounts/Makefile +++ b/net/gnome-online-accounts/Makefile @@ -1,6 +1,5 @@ PORTNAME= gnome-online-accounts -PORTVERSION= 3.54.3 -PORTREVISION= 1 +PORTVERSION= 3.54.4 CATEGORIES= net MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/net/gnome-online-accounts/distinfo b/net/gnome-online-accounts/distinfo index bc77edba5d88..1db7448b83da 100644 --- a/net/gnome-online-accounts/distinfo +++ b/net/gnome-online-accounts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748285951 -SHA256 (gnome/gnome-online-accounts-3.54.3.tar.xz) = bcf655dd1ddc22bc25793b6840da19f5cad7ba0b7227ff969ed9c252f036aac5 -SIZE (gnome/gnome-online-accounts-3.54.3.tar.xz) = 484672 +TIMESTAMP = 1751209378 +SHA256 (gnome/gnome-online-accounts-3.54.4.tar.xz) = 55739943e747dcb4885ea607a4c2767d8002f71295e1affea62ea36f6d1cf593 +SIZE (gnome/gnome-online-accounts-3.54.4.tar.xz) = 485556 diff --git a/net/google-cloud-sdk/Makefile b/net/google-cloud-sdk/Makefile index 33a8ce01dccd..5bc90613502a 100644 --- a/net/google-cloud-sdk/Makefile +++ b/net/google-cloud-sdk/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-sdk -DISTVERSION= 528.0.0 +DISTVERSION= 529.0.0 CATEGORIES= net MASTER_SITES= https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/ DISTNAME= google-cloud-sdk-${PORTVERSION}-linux-x86_64 diff --git a/net/google-cloud-sdk/distinfo b/net/google-cloud-sdk/distinfo index b36467bba433..996cdae18a14 100644 --- a/net/google-cloud-sdk/distinfo +++ b/net/google-cloud-sdk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751443535 -SHA256 (google-cloud-sdk-528.0.0-linux-x86_64.tar.gz) = 569d83e9aa53201426eac0abf288b4b574ca93c68dafca92f0e14a98ff5527f9 -SIZE (google-cloud-sdk-528.0.0-linux-x86_64.tar.gz) = 149050088 +TIMESTAMP = 1751534406 +SHA256 (google-cloud-sdk-529.0.0-linux-x86_64.tar.gz) = b9038c39e5833e659c25b6634198f20e2780535ef69ec1ffff14a6fcf380b16b +SIZE (google-cloud-sdk-529.0.0-linux-x86_64.tar.gz) = 149671543 diff --git a/net/gssdp/Makefile b/net/gssdp/Makefile index 9af911b39f06..9583e25baa78 100644 --- a/net/gssdp/Makefile +++ b/net/gssdp/Makefile @@ -1,5 +1,5 @@ PORTNAME= gssdp -PORTVERSION= 1.6.3 +PORTVERSION= 1.6.4 CATEGORIES= net MASTER_SITES= GNOME @@ -19,8 +19,11 @@ USES= gnome meson pkgconfig tar:xz USE_GNOME= glib20 introspection:build MESON_ARGS= --default-library=both -Dexamples=false -Dgtk_doc=false -Dintrospection=true -Dmanpages=false +USE_CSTD= c11 USE_LDCONFIG= yes +PLIST_SUB= PATCH_VERSION=${PORTVERSION:E} + CONFLICTS_INSTALL= gssdp14 OPTIONS_DEFINE= SNIFFER VAPI diff --git a/net/gssdp/distinfo b/net/gssdp/distinfo index fdbd7460fba8..f1afd2b823bf 100644 --- a/net/gssdp/distinfo +++ b/net/gssdp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699774466 -SHA256 (gssdp-1.6.3.tar.xz) = 2fedb5afdb22cf14d5498a39a773ca89788a250fcf70118783df821e1f3f3446 -SIZE (gssdp-1.6.3.tar.xz) = 108080 +TIMESTAMP = 1751375031 +SHA256 (gssdp-1.6.4.tar.xz) = ff97fdfb7f561d3e6813b4f6a2145259e7c2eff43cc0e63f3fd031d0b6266032 +SIZE (gssdp-1.6.4.tar.xz) = 1148284 diff --git a/net/gssdp/pkg-plist b/net/gssdp/pkg-plist index 46fac4a349a6..76c9797e1710 100644 --- a/net/gssdp/pkg-plist +++ b/net/gssdp/pkg-plist @@ -9,7 +9,7 @@ lib/girepository-1.0/GSSDP-1.6.typelib lib/libgssdp-1.6.a lib/libgssdp-1.6.so lib/libgssdp-1.6.so.0 -lib/libgssdp-1.6.so.0.106.3 +lib/libgssdp-1.6.so.0.106.%%PATCH_VERSION%% libdata/pkgconfig/gssdp-1.6.pc share/gir-1.0/GSSDP-1.6.gir %%VAPI%%share/vala/vapi/gssdp-1.6.deps diff --git a/net/gupnp-av/Makefile b/net/gupnp-av/Makefile index 0be4bd54ea7d..9ff8d41fb984 100644 --- a/net/gupnp-av/Makefile +++ b/net/gupnp-av/Makefile @@ -20,6 +20,8 @@ MESON_ARGS= --default-library=both -Dgtk_doc=false -Dintrospection=true USE_CSTD= c11 USE_LDCONFIG= yes +PLIST_SUB= PATCH_VERSION=${PORTVERSION:E} + OPTIONS_DEFINE= VAPI OPTIONS_SUB= yes diff --git a/net/gupnp-av/pkg-plist b/net/gupnp-av/pkg-plist index 818669b2730e..49f126663ebc 100644 --- a/net/gupnp-av/pkg-plist +++ b/net/gupnp-av/pkg-plist @@ -22,7 +22,7 @@ lib/girepository-1.0/GUPnPAV-1.0.typelib lib/libgupnp-av-1.0.a lib/libgupnp-av-1.0.so lib/libgupnp-av-1.0.so.3 -lib/libgupnp-av-1.0.so.3.14.4 +lib/libgupnp-av-1.0.so.3.14.%%PATCH_VERSION%% libdata/pkgconfig/gupnp-av-1.0.pc share/gir-1.0/GUPnPAV-1.0.gir %%DATADIR%%/av.xsd diff --git a/net/gupnp/Makefile b/net/gupnp/Makefile index ddf2c1452b9e..d551faa62b3e 100644 --- a/net/gupnp/Makefile +++ b/net/gupnp/Makefile @@ -1,6 +1,5 @@ PORTNAME= gupnp -PORTVERSION= 1.6.8 -PORTREVISION= 2 +PORTVERSION= 1.6.9 CATEGORIES= net MASTER_SITES= GNOME diff --git a/net/gupnp/distinfo b/net/gupnp/distinfo index 4053b1b055ff..2623b97114d0 100644 --- a/net/gupnp/distinfo +++ b/net/gupnp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738088842 -SHA256 (gupnp-1.6.8.tar.xz) = 70a003cebd68577293fb3e6af49ff902203bf8768b2fc5d651ddc1f0fa1e11e9 -SIZE (gupnp-1.6.8.tar.xz) = 1288496 +TIMESTAMP = 1751375033 +SHA256 (gupnp-1.6.9.tar.xz) = 2edb6ee3613558e62f538735368aee27151b7e09d4e2e2c51606833da801869b +SIZE (gupnp-1.6.9.tar.xz) = 1289220 diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 476aed20f16b..a35094a5278b 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,5 +1,5 @@ PORTNAME= haproxy -DISTVERSION= 3.2.1 +DISTVERSION= 3.2.2 CATEGORIES= net www MASTER_SITES= http://www.haproxy.org/download/3.2/src/ diff --git a/net/haproxy/distinfo b/net/haproxy/distinfo index 0afa6ece06a1..e24a2a474883 100644 --- a/net/haproxy/distinfo +++ b/net/haproxy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749822105 -SHA256 (haproxy-3.2.1.tar.gz) = bb3f967a797c8851d08683ec43dfafe4ad7bf5ad86fa6b0721cad033ea9e5ae5 -SIZE (haproxy-3.2.1.tar.gz) = 5091394 +TIMESTAMP = 1751573051 +SHA256 (haproxy-3.2.2.tar.gz) = be64ed565c320e670bb909c5834f90303c3ec0c97af5befa45994961aaa6c6ec +SIZE (haproxy-3.2.2.tar.gz) = 5090977 diff --git a/net/incidenceeditor/distinfo b/net/incidenceeditor/distinfo index 922142fa64b8..73e33b2b4309 100644 --- a/net/incidenceeditor/distinfo +++ b/net/incidenceeditor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036878 -SHA256 (KDE/release-service/25.04.2/incidenceeditor-25.04.2.tar.xz) = 9a53b7cf69c60c19ae26b7744b679b12b60eca610a2471c497eb791b6a2daccf -SIZE (KDE/release-service/25.04.2/incidenceeditor-25.04.2.tar.xz) = 603352 +TIMESTAMP = 1751381578 +SHA256 (KDE/release-service/25.04.3/incidenceeditor-25.04.3.tar.xz) = 79624825fe0fced136d1aa7d27a340fbd54cadda7005b0268678c6e0dac6c08c +SIZE (KDE/release-service/25.04.3/incidenceeditor-25.04.3.tar.xz) = 603368 diff --git a/net/kcalutils/distinfo b/net/kcalutils/distinfo index 337312107f9a..bbbffb44022c 100644 --- a/net/kcalutils/distinfo +++ b/net/kcalutils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036880 -SHA256 (KDE/release-service/25.04.2/kcalutils-25.04.2.tar.xz) = e2f3e203373a679f59ccf3324e77068c67d0231bff525d451ffd2cd87459c8c0 -SIZE (KDE/release-service/25.04.2/kcalutils-25.04.2.tar.xz) = 365248 +TIMESTAMP = 1751381581 +SHA256 (KDE/release-service/25.04.3/kcalutils-25.04.3.tar.xz) = 3a0e29a35ddbc68b546ac94ff5afc9381c4af4c5f6cc855876ae4a2c5219454d +SIZE (KDE/release-service/25.04.3/kcalutils-25.04.3.tar.xz) = 365508 diff --git a/net/kdenetwork-filesharing/distinfo b/net/kdenetwork-filesharing/distinfo index 66187055a344..d50a2353f3b5 100644 --- a/net/kdenetwork-filesharing/distinfo +++ b/net/kdenetwork-filesharing/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036883 -SHA256 (KDE/release-service/25.04.2/kdenetwork-filesharing-25.04.2.tar.xz) = f3b1b728cf2b2d26c47c38f2aad054c6fe8112a302a0c840a70cbd4f11da493b -SIZE (KDE/release-service/25.04.2/kdenetwork-filesharing-25.04.2.tar.xz) = 510016 +TIMESTAMP = 1751381583 +SHA256 (KDE/release-service/25.04.3/kdenetwork-filesharing-25.04.3.tar.xz) = 9f2c05f396c3cd8f48a596d9a97312e88a13d7679a41fe71e0a27c79efcc1a30 +SIZE (KDE/release-service/25.04.3/kdenetwork-filesharing-25.04.3.tar.xz) = 509860 diff --git a/net/kget/Makefile b/net/kget/Makefile index 38774ccec946..4130bd76c34b 100644 --- a/net/kget/Makefile +++ b/net/kget/Makefile @@ -1,6 +1,5 @@ PORTNAME= kget DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= net kde kde-applications PATCH_SITES= https://invent.kde.org/network/kget/-/commit/ diff --git a/net/kget/distinfo b/net/kget/distinfo index 56a18fccf9a8..9a787e037af6 100644 --- a/net/kget/distinfo +++ b/net/kget/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1750435664 -SHA256 (KDE/release-service/25.04.2/kget-25.04.2.tar.xz) = c6c9d107bdffbc2d19855f298c5634a341a82d6ca3e1b430ce608c7c10d580c1 -SIZE (KDE/release-service/25.04.2/kget-25.04.2.tar.xz) = 4853484 -SHA256 (KDE/release-service/25.04.2/6254c0cefa17fe82f44842bc21f5e5c241f66aec.patch) = 76dc24ccdc5c62024165aa00967480bc0640714bca00b86bf634b4b375cdb610 -SIZE (KDE/release-service/25.04.2/6254c0cefa17fe82f44842bc21f5e5c241f66aec.patch) = 1221 -SHA256 (KDE/release-service/25.04.2/a9aa30e58ca3281285a3ba64d1da6c22fe0ab31a.patch) = 186b2bc25e6fbfe5eb86c8b0c13a518539f94232726dc262cfbc81479149fa74 -SIZE (KDE/release-service/25.04.2/a9aa30e58ca3281285a3ba64d1da6c22fe0ab31a.patch) = 1483 +TIMESTAMP = 1751381586 +SHA256 (KDE/release-service/25.04.3/kget-25.04.3.tar.xz) = 4b74aaecfd730208488f480bc75f977e8b489cc1fe5737627f26c486e2909544 +SIZE (KDE/release-service/25.04.3/kget-25.04.3.tar.xz) = 4853416 +SHA256 (KDE/release-service/25.04.3/6254c0cefa17fe82f44842bc21f5e5c241f66aec.patch) = 76dc24ccdc5c62024165aa00967480bc0640714bca00b86bf634b4b375cdb610 +SIZE (KDE/release-service/25.04.3/6254c0cefa17fe82f44842bc21f5e5c241f66aec.patch) = 1221 +SHA256 (KDE/release-service/25.04.3/a9aa30e58ca3281285a3ba64d1da6c22fe0ab31a.patch) = 186b2bc25e6fbfe5eb86c8b0c13a518539f94232726dc262cfbc81479149fa74 +SIZE (KDE/release-service/25.04.3/a9aa30e58ca3281285a3ba64d1da6c22fe0ab31a.patch) = 1483 diff --git a/net/kidentitymanagement/distinfo b/net/kidentitymanagement/distinfo index 19f564f9ae8c..bd62b7d01a26 100644 --- a/net/kidentitymanagement/distinfo +++ b/net/kidentitymanagement/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036888 -SHA256 (KDE/release-service/25.04.2/kidentitymanagement-25.04.2.tar.xz) = 89f700fab7bccfa804a7f8b3f3418f048ef3c3aa97b36e102beba9e1226e045d -SIZE (KDE/release-service/25.04.2/kidentitymanagement-25.04.2.tar.xz) = 198076 +TIMESTAMP = 1751381589 +SHA256 (KDE/release-service/25.04.3/kidentitymanagement-25.04.3.tar.xz) = 13a022e5ea845b4b65982c533d705888282805e0ce44517eccd6e24b8d5e3e7f +SIZE (KDE/release-service/25.04.3/kidentitymanagement-25.04.3.tar.xz) = 198068 diff --git a/net/kimap/distinfo b/net/kimap/distinfo index 411f708718b4..f4d53a0301eb 100644 --- a/net/kimap/distinfo +++ b/net/kimap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036890 -SHA256 (KDE/release-service/25.04.2/kimap-25.04.2.tar.xz) = 7d2aa360a9c31ba61ba40c9460214a2ef6bfea35e5651729f855a202892667be -SIZE (KDE/release-service/25.04.2/kimap-25.04.2.tar.xz) = 133940 +TIMESTAMP = 1751381591 +SHA256 (KDE/release-service/25.04.3/kimap-25.04.3.tar.xz) = 2adc1a8928d0705f31afd6050dc2840690ae0b6250f55b1bc952579f440331ee +SIZE (KDE/release-service/25.04.3/kimap-25.04.3.tar.xz) = 133928 diff --git a/net/kio-gdrive/distinfo b/net/kio-gdrive/distinfo index e46648401d36..1faa08e68ed5 100644 --- a/net/kio-gdrive/distinfo +++ b/net/kio-gdrive/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036891 -SHA256 (KDE/release-service/25.04.2/kio-gdrive-25.04.2.tar.xz) = 6a73522ba1fe8224efeb8adc6a5b2902d55928706e5520ad4b4a3bbb4f114cf0 -SIZE (KDE/release-service/25.04.2/kio-gdrive-25.04.2.tar.xz) = 82432 +TIMESTAMP = 1751381591 +SHA256 (KDE/release-service/25.04.3/kio-gdrive-25.04.3.tar.xz) = a927c8e98907e6e83e0d6761b26cdd5c25ce48605fcc3a5cbc2c1a8b3bfa1b22 +SIZE (KDE/release-service/25.04.3/kio-gdrive-25.04.3.tar.xz) = 82416 diff --git a/net/kio-zeroconf/distinfo b/net/kio-zeroconf/distinfo index 63bb451e14a0..00716b3d823b 100644 --- a/net/kio-zeroconf/distinfo +++ b/net/kio-zeroconf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036893 -SHA256 (KDE/release-service/25.04.2/kio-zeroconf-25.04.2.tar.xz) = d075bdaadc458e8bb983cd77b27e8271889ea7db8e1cdf0b3fabac8a9200ba5c -SIZE (KDE/release-service/25.04.2/kio-zeroconf-25.04.2.tar.xz) = 44920 +TIMESTAMP = 1751381594 +SHA256 (KDE/release-service/25.04.3/kio-zeroconf-25.04.3.tar.xz) = d651046859c84bc3591a2d88dafad0e47ad6489e25655aee23c1cf41667feac5 +SIZE (KDE/release-service/25.04.3/kio-zeroconf-25.04.3.tar.xz) = 44968 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 f7f032172d0c..5012f22647c0 100644 --- a/net/kitinerary/distinfo +++ b/net/kitinerary/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036895 -SHA256 (KDE/release-service/25.04.2/kitinerary-25.04.2.tar.xz) = 76e3a3406836f631b304e94e8fed10b19c52cc0cc14658d139eccf4128c3536f -SIZE (KDE/release-service/25.04.2/kitinerary-25.04.2.tar.xz) = 2070192 +TIMESTAMP = 1751381596 +SHA256 (KDE/release-service/25.04.3/kitinerary-25.04.3.tar.xz) = ca93a086feccf0f36d4ca56a9f5ccf51943d7e1945b392daf211e42f128139d4 +SIZE (KDE/release-service/25.04.3/kitinerary-25.04.3.tar.xz) = 2076496 diff --git a/net/kldap/distinfo b/net/kldap/distinfo index 9965526f010e..9f5da8cbb097 100644 --- a/net/kldap/distinfo +++ b/net/kldap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036898 -SHA256 (KDE/release-service/25.04.2/kldap-25.04.2.tar.xz) = b048332e0c05c49074701eab93f2b59b5eb56e3a2c195fb718979674746aae62 -SIZE (KDE/release-service/25.04.2/kldap-25.04.2.tar.xz) = 191656 +TIMESTAMP = 1751381599 +SHA256 (KDE/release-service/25.04.3/kldap-25.04.3.tar.xz) = f08f4a72efe1bcd197b3e63323aa4fa7a09272d408b8a07db4b61c4792e20b7f +SIZE (KDE/release-service/25.04.3/kldap-25.04.3.tar.xz) = 191648 diff --git a/net/kmailtransport/distinfo b/net/kmailtransport/distinfo index 82e530533092..14bc4d1a6bda 100644 --- a/net/kmailtransport/distinfo +++ b/net/kmailtransport/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036900 -SHA256 (KDE/release-service/25.04.2/kmailtransport-25.04.2.tar.xz) = 31eeee8892cd5265df16ddb6fddd239a32be5c8e416b919792b611d159d4311e -SIZE (KDE/release-service/25.04.2/kmailtransport-25.04.2.tar.xz) = 191668 +TIMESTAMP = 1751381602 +SHA256 (KDE/release-service/25.04.3/kmailtransport-25.04.3.tar.xz) = 364e4e7068be53efb994539a273dcc0e17a45d60a63164307a45cdb3e2df5879 +SIZE (KDE/release-service/25.04.3/kmailtransport-25.04.3.tar.xz) = 191712 diff --git a/net/kmbox/distinfo b/net/kmbox/distinfo index 5f4529f1a343..ac260a547141 100644 --- a/net/kmbox/distinfo +++ b/net/kmbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036903 -SHA256 (KDE/release-service/25.04.2/kmbox-25.04.2.tar.xz) = e348396fb8f1de1729d0415116b05f6220f0ebb4428c4607b98b56edd321f1aa -SIZE (KDE/release-service/25.04.2/kmbox-25.04.2.tar.xz) = 29232 +TIMESTAMP = 1751381604 +SHA256 (KDE/release-service/25.04.3/kmbox-25.04.3.tar.xz) = 8f604bdc87587b3bc4d944ad82c17587c8db1930d6435fdbc4e5f8fb17f6727e +SIZE (KDE/release-service/25.04.3/kmbox-25.04.3.tar.xz) = 29236 diff --git a/net/kmime/distinfo b/net/kmime/distinfo index dd2b5e69c1b1..0c43b08d5630 100644 --- a/net/kmime/distinfo +++ b/net/kmime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036905 -SHA256 (KDE/release-service/25.04.2/kmime-25.04.2.tar.xz) = 6102c1191a34475af463f786e7407ee9f328bb75f93a1235e51ab3ef62500d3a -SIZE (KDE/release-service/25.04.2/kmime-25.04.2.tar.xz) = 164732 +TIMESTAMP = 1751381607 +SHA256 (KDE/release-service/25.04.3/kmime-25.04.3.tar.xz) = 23ece71d839261024b861ca4b956ea0787ee59db883d17bea83236aaf8bda1ea +SIZE (KDE/release-service/25.04.3/kmime-25.04.3.tar.xz) = 164760 diff --git a/net/kontactinterface/distinfo b/net/kontactinterface/distinfo index f223db8e7fc5..743a5a9e90ea 100644 --- a/net/kontactinterface/distinfo +++ b/net/kontactinterface/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036908 -SHA256 (KDE/release-service/25.04.2/kontactinterface-25.04.2.tar.xz) = 87b37bda978995e8380df5162738abb248864dc971abf46b18abc3a37cf6ecf7 -SIZE (KDE/release-service/25.04.2/kontactinterface-25.04.2.tar.xz) = 41032 +TIMESTAMP = 1751381609 +SHA256 (KDE/release-service/25.04.3/kontactinterface-25.04.3.tar.xz) = 5a7ab4c18f3c753782b5d3b9ac63213651f4268ffb698b0c6206cff323614131 +SIZE (KDE/release-service/25.04.3/kontactinterface-25.04.3.tar.xz) = 41024 diff --git a/net/kpimtextedit/distinfo b/net/kpimtextedit/distinfo index 9426b32e522d..0546085a70fa 100644 --- a/net/kpimtextedit/distinfo +++ b/net/kpimtextedit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036910 -SHA256 (KDE/release-service/25.04.2/kpimtextedit-25.04.2.tar.xz) = dd6dec073e37963a9415d5ec0cd1eda4f34e64bec880cf2716e13d254a34cfb6 -SIZE (KDE/release-service/25.04.2/kpimtextedit-25.04.2.tar.xz) = 181220 +TIMESTAMP = 1751381612 +SHA256 (KDE/release-service/25.04.3/kpimtextedit-25.04.3.tar.xz) = 4a107ca02a4535fdc08f7b65886cc99cdf9da642a67363bcbab4cba338bc6c32 +SIZE (KDE/release-service/25.04.3/kpimtextedit-25.04.3.tar.xz) = 181200 diff --git a/net/krdc/distinfo b/net/krdc/distinfo index 30b9c7e8be72..e46d8229284e 100644 --- a/net/krdc/distinfo +++ b/net/krdc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036913 -SHA256 (KDE/release-service/25.04.2/krdc-25.04.2.tar.xz) = 2d62ba816cd9efba68ee06a4a55e6f28ba405eb61c9766f7e44164ce75a9e39f -SIZE (KDE/release-service/25.04.2/krdc-25.04.2.tar.xz) = 1590012 +TIMESTAMP = 1751381614 +SHA256 (KDE/release-service/25.04.3/krdc-25.04.3.tar.xz) = 4fbf23713ce25f465db13dae2b95ad246945cb2ae5126e17a10bb52c61834eca +SIZE (KDE/release-service/25.04.3/krdc-25.04.3.tar.xz) = 1590088 diff --git a/net/krfb/distinfo b/net/krfb/distinfo index 75d0234bd36a..b6f3a2725279 100644 --- a/net/krfb/distinfo +++ b/net/krfb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036915 -SHA256 (KDE/release-service/25.04.2/krfb-25.04.2.tar.xz) = 7dff53b8238f015e483f038ed19cbb73815412be9284b86ed4b5536faf5d5006 -SIZE (KDE/release-service/25.04.2/krfb-25.04.2.tar.xz) = 1220920 +TIMESTAMP = 1751381616 +SHA256 (KDE/release-service/25.04.3/krfb-25.04.3.tar.xz) = f6db99cf945a2073336ed6dd8dd03101a815742a0cecc560a357fe39b3760707 +SIZE (KDE/release-service/25.04.3/krfb-25.04.3.tar.xz) = 1220888 diff --git a/net/krill/Makefile b/net/krill/Makefile index f09d18f39680..11ec2f10f8e3 100644 --- a/net/krill/Makefile +++ b/net/krill/Makefile @@ -1,7 +1,7 @@ PORTNAME= krill DISTVERSIONPREFIX= v DISTVERSION= 0.14.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= jaap@NLnetLabs.nl diff --git a/net/ksmtp/distinfo b/net/ksmtp/distinfo index 4e790cc0beeb..9c3bf074167c 100644 --- a/net/ksmtp/distinfo +++ b/net/ksmtp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036918 -SHA256 (KDE/release-service/25.04.2/ksmtp-25.04.2.tar.xz) = e92aff6382949d82aadc7cc7ba80f5fc4aa0feacdb24fa4d1a60e675a4533056 -SIZE (KDE/release-service/25.04.2/ksmtp-25.04.2.tar.xz) = 53212 +TIMESTAMP = 1751381619 +SHA256 (KDE/release-service/25.04.3/ksmtp-25.04.3.tar.xz) = 18944f9804328c09cc82b1c30f9d7c5812555c45c44199bb9caa37dbd83f4c86 +SIZE (KDE/release-service/25.04.3/ksmtp-25.04.3.tar.xz) = 53208 diff --git a/net/ktcplist/Makefile b/net/ktcplist/Makefile index 9094fbfe8e34..afda5f07d058 100644 --- a/net/ktcplist/Makefile +++ b/net/ktcplist/Makefile @@ -1,6 +1,6 @@ PORTNAME= ktcplist PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net sysutils MAINTAINER= arrowd@FreeBSD.org diff --git a/net/ktnef/distinfo b/net/ktnef/distinfo index 6e8e79b01899..9e0d2cf6b664 100644 --- a/net/ktnef/distinfo +++ b/net/ktnef/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036920 -SHA256 (KDE/release-service/25.04.2/ktnef-25.04.2.tar.xz) = 4edd18335f85416fec4c793d359802f935de838a7b60fd6f4d9cfe7ee6acca3e -SIZE (KDE/release-service/25.04.2/ktnef-25.04.2.tar.xz) = 314920 +TIMESTAMP = 1751381621 +SHA256 (KDE/release-service/25.04.3/ktnef-25.04.3.tar.xz) = 5119f03d17cc1f567c0d429af6506335a1e8c0bd43b539b1b6444ecc3bd6b36a +SIZE (KDE/release-service/25.04.3/ktnef-25.04.3.tar.xz) = 314888 diff --git a/net/libgravatar/distinfo b/net/libgravatar/distinfo index 6312c53da305..5ccf5439f56f 100644 --- a/net/libgravatar/distinfo +++ b/net/libgravatar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036923 -SHA256 (KDE/release-service/25.04.2/libgravatar-25.04.2.tar.xz) = 40ccbcd2af7ff3963bd55d5ebbc2608b1a2920ffc2e4a8aa7e97e504ae1a00f0 -SIZE (KDE/release-service/25.04.2/libgravatar-25.04.2.tar.xz) = 38684 +TIMESTAMP = 1751381624 +SHA256 (KDE/release-service/25.04.3/libgravatar-25.04.3.tar.xz) = 24e8be07bb69aae682c30e2c6fc056664f97d74c0ef5b3c6f2ebe25f16d00647 +SIZE (KDE/release-service/25.04.3/libgravatar-25.04.3.tar.xz) = 38688 diff --git a/net/libkgapi/distinfo b/net/libkgapi/distinfo index 038d07c9b55b..dfcce337f440 100644 --- a/net/libkgapi/distinfo +++ b/net/libkgapi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036925 -SHA256 (KDE/release-service/25.04.2/libkgapi-25.04.2.tar.xz) = 31698fb19ccd66af4dd6dca1236cef766d701d4f8098c5c2ca9e206cb3f034c0 -SIZE (KDE/release-service/25.04.2/libkgapi-25.04.2.tar.xz) = 341484 +TIMESTAMP = 1751381626 +SHA256 (KDE/release-service/25.04.3/libkgapi-25.04.3.tar.xz) = cf895f01d1967c029c15239c53e39ab11613b7700ed1afa8e61c6278bd8fbcf8 +SIZE (KDE/release-service/25.04.3/libkgapi-25.04.3.tar.xz) = 341404 diff --git a/net/libksieve/distinfo b/net/libksieve/distinfo index c958115af55b..ff4246ec5b4b 100644 --- a/net/libksieve/distinfo +++ b/net/libksieve/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036927 -SHA256 (KDE/release-service/25.04.2/libksieve-25.04.2.tar.xz) = 5484749b19342a60e924dee1f80f6f5ef1348cd19906d136eadb36651350cbc0 -SIZE (KDE/release-service/25.04.2/libksieve-25.04.2.tar.xz) = 614928 +TIMESTAMP = 1751381629 +SHA256 (KDE/release-service/25.04.3/libksieve-25.04.3.tar.xz) = 07f6d97362e408dabcfb191b0bfd728edfd5996ee37a84074e928cb2e9c13a9d +SIZE (KDE/release-service/25.04.3/libksieve-25.04.3.tar.xz) = 614876 diff --git a/net/lldap/Makefile b/net/lldap/Makefile index 18b82358815d..1727907765bf 100644 --- a/net/lldap/Makefile +++ b/net/lldap/Makefile @@ -1,7 +1,7 @@ PORTNAME= lldap DISTVERSIONPREFIX= v DISTVERSION= 0.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= aokblast@FreeBSD.org diff --git a/net/mailcommon/Makefile b/net/mailcommon/Makefile index 2b5487ffa169..39eeba4bb688 100644 --- a/net/mailcommon/Makefile +++ b/net/mailcommon/Makefile @@ -1,6 +1,5 @@ PORTNAME= mailcommon DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/net/mailcommon/distinfo b/net/mailcommon/distinfo index e4bb7e85354e..4377b695849e 100644 --- a/net/mailcommon/distinfo +++ b/net/mailcommon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036930 -SHA256 (KDE/release-service/25.04.2/mailcommon-25.04.2.tar.xz) = 2c620c53701a56d67044f5d974e171093827d5c3f97ef095e6e2d60f932c95be -SIZE (KDE/release-service/25.04.2/mailcommon-25.04.2.tar.xz) = 813276 +TIMESTAMP = 1751381631 +SHA256 (KDE/release-service/25.04.3/mailcommon-25.04.3.tar.xz) = 2525aa778a922f6735f571a32a896fdfafa1aadfcc4aebd6619306a98f213521 +SIZE (KDE/release-service/25.04.3/mailcommon-25.04.3.tar.xz) = 813192 diff --git a/net/mailimporter/distinfo b/net/mailimporter/distinfo index 6a0282088dc7..159429230754 100644 --- a/net/mailimporter/distinfo +++ b/net/mailimporter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036932 -SHA256 (KDE/release-service/25.04.2/mailimporter-25.04.2.tar.xz) = bf9b9d4875f3cd5b338366a6e5e71ae508a21d53f3b2874744e707f254d88231 -SIZE (KDE/release-service/25.04.2/mailimporter-25.04.2.tar.xz) = 601212 +TIMESTAMP = 1751381634 +SHA256 (KDE/release-service/25.04.3/mailimporter-25.04.3.tar.xz) = 7e026f46b6a974b5ad82cd74b44fff6026228b28d8ba89e4af9eaa08fe0b367e +SIZE (KDE/release-service/25.04.3/mailimporter-25.04.3.tar.xz) = 601196 diff --git a/net/messagelib/Makefile b/net/messagelib/Makefile index c685dbefbc56..7af31cf1db3e 100644 --- a/net/messagelib/Makefile +++ b/net/messagelib/Makefile @@ -1,6 +1,5 @@ PORTNAME= messagelib DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/net/messagelib/distinfo b/net/messagelib/distinfo index be3fed1aea59..70cadac28239 100644 --- a/net/messagelib/distinfo +++ b/net/messagelib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036935 -SHA256 (KDE/release-service/25.04.2/messagelib-25.04.2.tar.xz) = 7354aea72b25c2ed92db1dcb89d9f5f5b82ba2b382979d0d1303c47716561a05 -SIZE (KDE/release-service/25.04.2/messagelib-25.04.2.tar.xz) = 7554168 +TIMESTAMP = 1751381636 +SHA256 (KDE/release-service/25.04.3/messagelib-25.04.3.tar.xz) = 87048febcbad9827b8ec1d894aa73996d5c48d7840273a04dafb7de00991c0eb +SIZE (KDE/release-service/25.04.3/messagelib-25.04.3.tar.xz) = 7409496 diff --git a/net/mimetreeparser/distinfo b/net/mimetreeparser/distinfo index 6adf5f34ec63..f73bd2592568 100644 --- a/net/mimetreeparser/distinfo +++ b/net/mimetreeparser/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036937 -SHA256 (KDE/release-service/25.04.2/mimetreeparser-25.04.2.tar.xz) = 9cdb04278f03c73c07ac0b840d44491460e3ab431133323d26a4c1ef084b6e37 -SIZE (KDE/release-service/25.04.2/mimetreeparser-25.04.2.tar.xz) = 652432 +TIMESTAMP = 1751381639 +SHA256 (KDE/release-service/25.04.3/mimetreeparser-25.04.3.tar.xz) = 26a4440d50ca62db1f154794557d5a216acc44ae96347e072200255a267c4ac4 +SIZE (KDE/release-service/25.04.3/mimetreeparser-25.04.3.tar.xz) = 652444 diff --git a/net/narrowlink/Makefile b/net/narrowlink/Makefile index 129ac02beb39..79bcabd58284 100644 --- a/net/narrowlink/Makefile +++ b/net/narrowlink/Makefile @@ -1,6 +1,6 @@ PORTNAME= narrowlink DISTVERSION= 0.2.6 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/netatalk3/Makefile b/net/netatalk3/Makefile index 0f11758f16c9..8d070adde5a4 100644 --- a/net/netatalk3/Makefile +++ b/net/netatalk3/Makefile @@ -12,6 +12,9 @@ WWW= https://netatalk.io/ LICENSE= GPLv2 +DEPRECATED= End of support; use net/netatalk4 instead +EXPIRATION_DATE=2025-10-04 + LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libevent.so:devel/libevent diff --git a/net/ntpd-rs/Makefile b/net/ntpd-rs/Makefile index 4d63c479e8de..1f8bea2dea3b 100644 --- a/net/ntpd-rs/Makefile +++ b/net/ntpd-rs/Makefile @@ -1,6 +1,7 @@ PORTNAME= ntpd-rs DISTVERSIONPREFIX= v DISTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= mikael@FreeBSD.org diff --git a/net/oha/Makefile b/net/oha/Makefile index c11e98ac122b..ff0408387124 100644 --- a/net/oha/Makefile +++ b/net/oha/Makefile @@ -1,6 +1,7 @@ PORTNAME= oha DISTVERSIONPREFIX= v DISTVERSION= 1.9.0 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= otis@FreeBSD.org diff --git a/net/onedrive/Makefile b/net/onedrive/Makefile index b83c05b6c24e..9a885189e32a 100644 --- a/net/onedrive/Makefile +++ b/net/onedrive/Makefile @@ -1,6 +1,7 @@ PORTNAME= onedrive DISTVERSIONPREFIX= v DISTVERSION= 2.5.6 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= hiroo.ono+freebsd@gmail.com diff --git a/net/php81-soap/Makefile b/net/php81-soap/Makefile index edfa1b90068d..fc40ac2c512d 100644 --- a/net/php81-soap/Makefile +++ b/net/php81-soap/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= net MASTERDIR= ${.CURDIR}/../../lang/php81 diff --git a/net/php82-soap/Makefile b/net/php82-soap/Makefile index 746722745a70..ae7e9925c979 100644 --- a/net/php82-soap/Makefile +++ b/net/php82-soap/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= net MASTERDIR= ${.CURDIR}/../../lang/php82 diff --git a/net/php83-soap/Makefile b/net/php83-soap/Makefile index f0decd401d40..da25aa254607 100644 --- a/net/php83-soap/Makefile +++ b/net/php83-soap/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= net MASTERDIR= ${.CURDIR}/../../lang/php83 diff --git a/net/php84-soap/Makefile b/net/php84-soap/Makefile index 35b2ad96dbad..dbe62dcc4455 100644 --- a/net/php84-soap/Makefile +++ b/net/php84-soap/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= net MASTERDIR= ${.CURDIR}/../../lang/php84 diff --git a/net/pimcommon/distinfo b/net/pimcommon/distinfo index 4ee376426ce9..20340e7c5159 100644 --- a/net/pimcommon/distinfo +++ b/net/pimcommon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036940 -SHA256 (KDE/release-service/25.04.2/pimcommon-25.04.2.tar.xz) = 7d7524de0b888b0176b8f40d3b575ffee8a255c63672537c7dd393543682a0cd -SIZE (KDE/release-service/25.04.2/pimcommon-25.04.2.tar.xz) = 381472 +TIMESTAMP = 1751381641 +SHA256 (KDE/release-service/25.04.3/pimcommon-25.04.3.tar.xz) = 7e6cb554ce25450f2d9b98805d6404e8d610fda411003eb4a61726c710444855 +SIZE (KDE/release-service/25.04.3/pimcommon-25.04.3.tar.xz) = 381488 diff --git a/net/proby/Makefile b/net/proby/Makefile index 869221a55c4c..423e117704cd 100644 --- a/net/proby/Makefile +++ b/net/proby/Makefile @@ -1,7 +1,7 @@ PORTNAME= proby DISTVERSIONPREFIX= v DISTVERSION= 1.0.2 -PORTREVISION= 44 +PORTREVISION= 45 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/py-haproxy-cli/Makefile b/net/py-haproxy-cli/Makefile index b9dd76bffe2d..e3ec37a653fc 100644 --- a/net/py-haproxy-cli/Makefile +++ b/net/py-haproxy-cli/Makefile @@ -1,9 +1,9 @@ PORTNAME= haproxy-cli -PORTVERSION= 0.6.1 -PORTREVISION= 1 +DISTVERSION= 0.7.2 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION} MAINTAINER= freebsd@moov.de COMMENT= Tool to interact with HAProxy @@ -12,7 +12,7 @@ WWW= https://github.com/markt-de/haproxy-cli LICENSE= GPLv3 USES= python -USE_PYTHON= distutils concurrent autoplist +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/net/py-haproxy-cli/distinfo b/net/py-haproxy-cli/distinfo index 2333805bad96..7136c2d81e52 100644 --- a/net/py-haproxy-cli/distinfo +++ b/net/py-haproxy-cli/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701813827 -SHA256 (haproxy-cli-0.6.1.tar.gz) = 869f8e5c21db8db9a43cc50020d50e4697d2a9141669bc161289e0163d412319 -SIZE (haproxy-cli-0.6.1.tar.gz) = 22513 +TIMESTAMP = 1751461903 +SHA256 (haproxy_cli-0.7.2.tar.gz) = c5610bbc46e457a091e26122b1dd62bacad22dc3f70ce6043e5a4fe4abebdd04 +SIZE (haproxy_cli-0.7.2.tar.gz) = 31242 diff --git a/net/quiche/Makefile b/net/quiche/Makefile index e0118180333f..b6ccb99c8c8e 100644 --- a/net/quiche/Makefile +++ b/net/quiche/Makefile @@ -1,6 +1,6 @@ PORTNAME= quiche DISTVERSION= 0.24.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= junho.choi@gmail.com diff --git a/net/rabbitmqadmin/Makefile b/net/rabbitmqadmin/Makefile index d711f65a54f0..d199a2c9ea1f 100644 --- a/net/rabbitmqadmin/Makefile +++ b/net/rabbitmqadmin/Makefile @@ -1,7 +1,7 @@ PORTNAME= rabbitmqadmin DISTVERSIONPREFIX= v DISTVERSION= 0.29.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MAINTAINER= dch@FreeBSD.org diff --git a/net/rathole/Makefile b/net/rathole/Makefile index d72a9de66278..74ec48652184 100644 --- a/net/rathole/Makefile +++ b/net/rathole/Makefile @@ -1,7 +1,7 @@ PORTNAME= rathole DISTVERSIONPREFIX= v DISTVERSION= 0.5.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/rosenpass/Makefile b/net/rosenpass/Makefile index af5c46dc5d04..ad348d5c55bb 100644 --- a/net/rosenpass/Makefile +++ b/net/rosenpass/Makefile @@ -1,7 +1,7 @@ PORTNAME= rosenpass DISTVERSIONPREFIX= v DISTVERSION= 0.2.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net net-vpn security MAINTAINER= fuz@FreeBSD.org diff --git a/net/routinator/Makefile b/net/routinator/Makefile index c182be6aada8..f15afe506e23 100644 --- a/net/routinator/Makefile +++ b/net/routinator/Makefile @@ -1,7 +1,7 @@ PORTNAME= routinator DISTVERSIONPREFIX= v DISTVERSION= 0.14.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MAINTAINER= jaap@NLnetLabs.nl diff --git a/net/rsyn/Makefile b/net/rsyn/Makefile index 5d534fa14132..a249cb459543 100644 --- a/net/rsyn/Makefile +++ b/net/rsyn/Makefile @@ -1,7 +1,7 @@ PORTNAME= rsyn DISTVERSIONPREFIX= v DISTVERSION= 0.0.1 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/rustdesk-server/Makefile b/net/rustdesk-server/Makefile index 69f5c1b23fa6..48c66c29316a 100644 --- a/net/rustdesk-server/Makefile +++ b/net/rustdesk-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= rustdesk-server DISTVERSION= 1.1.14 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MAINTAINER= madpilot@FreeBSD.org diff --git a/net/s3m/Makefile b/net/s3m/Makefile index 5a9b2255f52c..4fbc0d77f776 100644 --- a/net/s3m/Makefile +++ b/net/s3m/Makefile @@ -1,5 +1,6 @@ PORTNAME= s3m DISTVERSION= 0.13.1 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= nbari@tequila.io diff --git a/net/sendme/Makefile b/net/sendme/Makefile index 6d5cd2345fff..2345c8b657f5 100644 --- a/net/sendme/Makefile +++ b/net/sendme/Makefile @@ -1,7 +1,7 @@ PORTNAME= sendme DISTVERSIONPREFIX= v DISTVERSION= 0.26.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= feld@FreeBSD.org diff --git a/net/shadowsocks-rust/Makefile b/net/shadowsocks-rust/Makefile index 0b2ffd3ab124..7a74ab5a3a00 100644 --- a/net/shadowsocks-rust/Makefile +++ b/net/shadowsocks-rust/Makefile @@ -1,7 +1,7 @@ PORTNAME= shadowsocks-rust DISTVERSIONPREFIX= v DISTVERSION= 1.23.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/sniffnet/Makefile b/net/sniffnet/Makefile index 810df7ae047b..6ff48566329a 100644 --- a/net/sniffnet/Makefile +++ b/net/sniffnet/Makefile @@ -1,6 +1,7 @@ PORTNAME= sniffnet DISTVERSIONPREFIX= v DISTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= net wayland MAINTAINER= tagattie@FreeBSD.org diff --git a/net/trippy/Makefile b/net/trippy/Makefile index 4a6504eeb202..ed4c5c0b1863 100644 --- a/net/trippy/Makefile +++ b/net/trippy/Makefile @@ -1,6 +1,6 @@ PORTNAME= trippy DISTVERSION= 0.13.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= ehaupt@FreeBSD.org diff --git a/net/udp-over-tcp/Makefile b/net/udp-over-tcp/Makefile index 165e63f4f4a4..7efa3225d5d1 100644 --- a/net/udp-over-tcp/Makefile +++ b/net/udp-over-tcp/Makefile @@ -1,7 +1,7 @@ PORTNAME= udp-over-tcp DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/waypipe/Makefile b/net/waypipe/Makefile index ccd638b4e361..baf00b7ff1fc 100644 --- a/net/waypipe/Makefile +++ b/net/waypipe/Makefile @@ -1,7 +1,7 @@ PORTNAME= waypipe DISTVERSIONPREFIX= v DISTVERSION= 0.10.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/net/wgcf/Makefile b/net/wgcf/Makefile index d72b5305f82e..e8975b9f87b5 100644 --- a/net/wgcf/Makefile +++ b/net/wgcf/Makefile @@ -1,7 +1,6 @@ PORTNAME= wgcf -PORTVERSION= 2.2.26 +PORTVERSION= 2.2.27 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= net MAINTAINER= sunpoet@FreeBSD.org diff --git a/net/wgcf/distinfo b/net/wgcf/distinfo index 56b2202c139e..ef09f213dce0 100644 --- a/net/wgcf/distinfo +++ b/net/wgcf/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1745177916 -SHA256 (go/net_wgcf/wgcf-v2.2.26/v2.2.26.mod) = f0b04dce43290a7e3fc1a926f6577ad865600a566d13c4dbc0bc9383b9c34d78 -SIZE (go/net_wgcf/wgcf-v2.2.26/v2.2.26.mod) = 1637 -SHA256 (go/net_wgcf/wgcf-v2.2.26/v2.2.26.zip) = add2f392546450cb3d7b2cee8b4aa68cacc456308274673b61f6917539b7ded8 -SIZE (go/net_wgcf/wgcf-v2.2.26/v2.2.26.zip) = 141025 +TIMESTAMP = 1751375035 +SHA256 (go/net_wgcf/wgcf-v2.2.27/v2.2.27.mod) = 782efb9c7decceb89a96d6e63d1a4319c305bbfca708d7d8d69b6de3cd020ebe +SIZE (go/net_wgcf/wgcf-v2.2.27/v2.2.27.mod) = 1737 +SHA256 (go/net_wgcf/wgcf-v2.2.27/v2.2.27.zip) = 0b2a6d1589f1d26fd18b49902459ac196782fa5a1fb978e065f6cb7ddf2ff2b5 +SIZE (go/net_wgcf/wgcf-v2.2.27/v2.2.27.zip) = 141175 diff --git a/net/wstunnel/Makefile b/net/wstunnel/Makefile index 3d2effeaa2ab..7f422ae463b7 100644 --- a/net/wstunnel/Makefile +++ b/net/wstunnel/Makefile @@ -1,7 +1,7 @@ PORTNAME= wstunnel DISTVERSIONPREFIX= v DISTVERSION= 10.1.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/ports-mgmt/appstream-generator/Makefile b/ports-mgmt/appstream-generator/Makefile index 460a5dbf950f..ef73dea10dbf 100644 --- a/ports-mgmt/appstream-generator/Makefile +++ b/ports-mgmt/appstream-generator/Makefile @@ -1,7 +1,7 @@ PORTNAME= appstream-generator DISTVERSIONPREFIX= v DISTVERSION= 0.9.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ports-mgmt MAINTAINER= arrowd@FreeBSD.org diff --git a/ports-mgmt/pkg-graph/Makefile b/ports-mgmt/pkg-graph/Makefile index 81968a823816..99111221ba85 100644 --- a/ports-mgmt/pkg-graph/Makefile +++ b/ports-mgmt/pkg-graph/Makefile @@ -1,6 +1,6 @@ PORTNAME= pkg-graph DISTVERSION= g20180614 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= ports-mgmt MAINTAINER= gnn@FreeBSD.org diff --git a/ports-mgmt/sccache-overlay/Makefile b/ports-mgmt/sccache-overlay/Makefile index aaf90fc2dea7..54f7f6c6855f 100644 --- a/ports-mgmt/sccache-overlay/Makefile +++ b/ports-mgmt/sccache-overlay/Makefile @@ -1,7 +1,7 @@ PORTNAME= sccache DISTVERSIONPREFIX= v DISTVERSION= 0.2.15 -PORTREVISION= 37 +PORTREVISION= 38 CATEGORIES= ports-mgmt PKGNAMESUFFIX= -overlay diff --git a/print/derelict-ft/Makefile b/print/derelict-ft/Makefile index 8fe5333c8b85..f93561962edc 100644 --- a/print/derelict-ft/Makefile +++ b/print/derelict-ft/Makefile @@ -1,6 +1,6 @@ PORTNAME= derelict-ft PORTVERSION= 1.1.3 -PORTREVISION= 7 +PORTREVISION= 8 DISTVERSIONPREFIX= v CATEGORIES= print diff --git a/science/PETSc/Makefile b/science/PETSc/Makefile index 4684b21a9b24..b7ab3e403b9f 100644 --- a/science/PETSc/Makefile +++ b/science/PETSc/Makefile @@ -1,5 +1,6 @@ PORTNAME= PETSc DISTVERSION= 3.22.4 +PORTREVISION= 1 CATEGORIES= science devel MASTER_SITES= https://web.cels.anl.gov/projects/petsc/download/release-snapshots/ DISTNAME= ${PORTNAME:tl}-${DISTVERSION} diff --git a/science/eccodes/Makefile b/science/eccodes/Makefile index 621246ad0f47..9d4fac3000af 100644 --- a/science/eccodes/Makefile +++ b/science/eccodes/Makefile @@ -1,5 +1,5 @@ PORTNAME= eccodes -PORTVERSION= 2.41.0 +PORTVERSION= 2.42.0 DISTVERSIONSUFFIX= -Source CATEGORIES= science MASTER_SITES= https://confluence.ecmwf.int/download/attachments/45757960/ \ diff --git a/science/eccodes/distinfo b/science/eccodes/distinfo index 5623a88647de..4347e3129fb3 100644 --- a/science/eccodes/distinfo +++ b/science/eccodes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745177938 -SHA256 (eccodes-2.41.0-Source.tar.gz) = a1467842e11ed7f62a2f5cc1982e04eec62398f4962e6ba03ace7646f32cf270 -SIZE (eccodes-2.41.0-Source.tar.gz) = 12637191 +TIMESTAMP = 1751375037 +SHA256 (eccodes-2.42.0-Source.tar.gz) = 60371b357cb011dee546db2eabace5b7e27f0f87d3ea4a5adde7891371b3c128 +SIZE (eccodes-2.42.0-Source.tar.gz) = 12279749 diff --git a/science/eccodes/pkg-plist b/science/eccodes/pkg-plist index bdba82c7be1c..29dff88bf736 100644 --- a/science/eccodes/pkg-plist +++ b/science/eccodes/pkg-plist @@ -492,3606 +492,35 @@ libdata/pkgconfig/eccodes.pc %%DATADIR%%/definitions/bufr/tables/0/local/8/78/0/codetables/8199.table %%DATADIR%%/definitions/bufr/tables/0/local/8/78/0/element.table %%DATADIR%%/definitions/bufr/tables/0/local/8/78/0/sequence.def -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/11199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/11200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/11201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/11208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/11209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/1193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/1194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/1200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/12195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/12197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/12201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/13192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/13195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/13196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/13232.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/13234.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/13237.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/20192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/20193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/20195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/20201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/20203.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/20204.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/20205.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/20206.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/20207.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/20208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/20209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/20210.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/20211.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/20212.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/20213.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/20214.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/20215.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/20216.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/20217.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/20218.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/20219.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/20220.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/20221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/20224.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/20225.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/20226.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/20228.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/20230.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/20240.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/20241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/21192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/21195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/21196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/2192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/2193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/2201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/22193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/22194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/22195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/2221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/2222.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/2241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/2242.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/2243.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/2244.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/2245.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/24192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/24193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/24194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/24195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/24198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/24199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/24201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/25192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/33192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/4192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/55192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/55193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/55194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/55195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/55196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/56001.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/56002.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/56003.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/56004.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/56005.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/56006.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/56009.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/56010.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/56011.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/56012.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/56013.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/6192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/8192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/8193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/8195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/8196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/8197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/8198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/codetables/8199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/element.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1/sequence.def -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/11199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/11200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/11201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/11208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/11209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/1193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/1194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/1200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/12195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/12197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/12201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/13192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/13195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/13196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/13232.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/13234.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/13237.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/20192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/20193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/20195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/20201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/20203.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/20204.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/20205.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/20206.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/20207.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/20208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/20209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/20210.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/20211.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/20212.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/20213.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/20214.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/20215.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/20216.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/20217.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/20218.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/20219.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/20220.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/20221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/20224.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/20225.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/20226.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/20228.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/20230.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/20240.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/20241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/21192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/21195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/21196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/2192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/2193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/2201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/22193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/22194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/22195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/2221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/2222.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/2241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/2242.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/2243.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/2244.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/2245.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/24192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/24193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/24194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/24195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/24198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/24199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/24201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/25192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/33192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/4192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/55192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/55193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/55194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/55195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/55196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/56001.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/56002.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/56003.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/56004.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/56005.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/56006.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/56009.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/56010.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/56011.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/56012.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/56013.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/6192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/8192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/8193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/8195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/8196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/8197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/8198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/codetables/8199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/element.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110/sequence.def -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/11199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/11200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/11201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/11208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/11209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/1193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/1194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/1200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/12195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/12197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/12201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/13192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/13195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/13196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/13232.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/13234.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/13237.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/20192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/20193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/20195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/20201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/20203.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/20204.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/20205.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/20206.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/20207.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/20208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/20209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/20210.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/20211.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/20212.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/20213.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/20214.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/20215.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/20216.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/20217.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/20218.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/20219.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/20220.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/20221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/20224.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/20225.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/20226.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/20228.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/20230.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/20240.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/20241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/21192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/21195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/21196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/2192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/2193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/2201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/22193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/22194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/22195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/2221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/2222.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/2241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/2242.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/2243.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/2244.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/2245.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/24192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/24193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/24194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/24195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/24198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/24199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/24201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/25192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/33192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/4192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/55192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/55193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/55194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/55195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/55196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/56001.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/56002.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/56003.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/56004.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/56005.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/56006.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/56009.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/56010.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/56011.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/56012.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/56013.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/6192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/8192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/8193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/8195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/8196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/8197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/8198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/codetables/8199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/element.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174/sequence.def -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/11199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/11200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/11201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/11208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/11209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/1193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/1194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/1200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/12195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/12197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/12201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/13192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/13195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/13196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/13232.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/13234.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/13237.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/20192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/20193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/20195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/20201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/20203.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/20204.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/20205.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/20206.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/20207.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/20208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/20209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/20210.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/20211.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/20212.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/20213.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/20214.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/20215.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/20216.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/20217.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/20218.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/20219.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/20220.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/20221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/20224.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/20225.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/20226.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/20228.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/20230.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/20240.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/20241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/21192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/21195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/21196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/2192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/2193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/2201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/22193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/22194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/22195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/2221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/2222.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/2241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/2242.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/2243.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/2244.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/2245.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/24192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/24193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/24194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/24195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/24198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/24199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/24201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/25192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/33192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/4192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/55192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/55193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/55194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/55195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/55196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/56001.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/56002.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/56003.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/56004.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/56005.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/56006.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/56009.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/56010.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/56011.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/56012.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/56013.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/6192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/8192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/8193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/8195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/8196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/8197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/8198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/codetables/8199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/element.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2/sequence.def -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/11199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/11200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/11201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/11208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/11209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/1193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/1194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/1200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/12195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/12197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/12201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/13192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/13195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/13196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/13232.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/13234.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/13237.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/20192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/20193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/20195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/20201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/20203.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/20204.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/20205.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/20206.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/20207.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/20208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/20209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/20210.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/20211.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/20212.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/20213.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/20214.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/20215.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/20216.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/20217.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/20218.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/20219.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/20220.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/20221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/20224.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/20225.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/20226.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/20228.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/20230.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/20240.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/20241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/21192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/21195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/21196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/2192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/2193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/2201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/22193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/22194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/22195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/2221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/2222.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/2241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/2242.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/2243.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/2244.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/2245.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/24192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/24193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/24194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/24195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/24198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/24199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/24201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/25192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/33192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/4192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/55192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/55193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/55194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/55195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/55196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/56001.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/56002.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/56003.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/56004.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/56005.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/56006.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/56009.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/56010.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/56011.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/56012.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/56013.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/6192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/8192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/8193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/8195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/8196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/8197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/8198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/codetables/8199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/element.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20/sequence.def -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/11199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/11200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/11201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/11208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/11209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/1193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/1194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/1200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/12195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/12197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/12201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/13192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/13195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/13196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/13232.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/13234.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/13237.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/20192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/20193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/20195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/20201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/20203.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/20204.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/20205.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/20206.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/20207.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/20208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/20209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/20210.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/20211.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/20212.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/20213.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/20214.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/20215.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/20216.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/20217.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/20218.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/20219.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/20220.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/20221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/20224.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/20225.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/20226.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/20228.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/20230.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/20240.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/20241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/21192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/21195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/21196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/2192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/2193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/2201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/22193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/22194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/22195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/2221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/2222.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/2241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/2242.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/2243.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/2244.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/2245.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/24192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/24193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/24194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/24195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/24198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/24199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/24201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/25192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/33192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/4192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/55192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/55193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/55194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/55195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/55196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/56001.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/56002.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/56003.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/56004.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/56005.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/56006.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/56009.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/56010.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/56011.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/56012.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/56013.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/6192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/8192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/8193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/8195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/8196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/8197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/8198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/codetables/8199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/element.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21/sequence.def -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/11199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/11200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/11201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/11208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/11209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/1193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/1194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/1200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/12195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/12197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/12201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/13192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/13195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/13196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/13232.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/13234.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/13237.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/20192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/20193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/20195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/20201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/20203.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/20204.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/20205.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/20206.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/20207.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/20208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/20209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/20210.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/20211.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/20212.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/20213.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/20214.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/20215.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/20216.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/20217.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/20218.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/20219.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/20220.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/20221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/20224.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/20225.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/20226.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/20228.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/20230.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/20240.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/20241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/21192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/21195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/21196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/2192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/2193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/2201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/22193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/22194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/22195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/2221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/2222.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/2241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/2242.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/2243.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/2244.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/2245.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/24192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/24193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/24194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/24195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/24198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/24199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/24201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/25192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/33192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/4192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/55192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/55193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/55194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/55195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/55196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/56001.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/56002.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/56003.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/56004.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/56005.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/56006.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/56009.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/56010.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/56011.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/56012.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/56013.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/6192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/8192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/8193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/8195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/8196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/8197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/8198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/codetables/8199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/element.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221/sequence.def -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/11199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/11200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/11201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/11208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/11209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/1193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/1194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/1200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/12195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/12197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/12201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/13192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/13195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/13196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/13232.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/13234.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/13237.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/20192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/20193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/20195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/20201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/20203.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/20204.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/20205.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/20206.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/20207.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/20208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/20209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/20210.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/20211.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/20212.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/20213.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/20214.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/20215.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/20216.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/20217.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/20218.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/20219.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/20220.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/20221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/20224.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/20225.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/20226.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/20228.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/20230.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/20240.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/20241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/21192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/21195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/21196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/2192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/2193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/2201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/22193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/22194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/22195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/2221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/2222.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/2241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/2242.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/2243.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/2244.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/2245.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/24192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/24193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/24194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/24195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/24198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/24199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/24201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/25192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/33192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/4192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/55192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/55193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/55194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/55195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/55196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/56001.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/56002.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/56003.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/56004.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/56005.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/56006.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/56009.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/56010.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/56011.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/56012.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/56013.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/6192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/8192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/8193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/8195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/8196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/8197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/8198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/codetables/8199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/element.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222/sequence.def -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/11199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/11200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/11201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/11208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/11209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/1193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/1194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/1200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/12195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/12197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/12201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/13192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/13195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/13196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/13232.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/13234.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/13237.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/20192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/20193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/20195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/20201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/20203.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/20204.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/20205.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/20206.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/20207.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/20208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/20209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/20210.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/20211.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/20212.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/20213.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/20214.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/20215.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/20216.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/20217.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/20218.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/20219.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/20220.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/20221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/20224.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/20225.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/20226.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/20228.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/20230.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/20240.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/20241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/21192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/21195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/21196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/2192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/2193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/2201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/22193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/22194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/22195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/2221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/2222.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/2241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/2242.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/2243.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/2244.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/2245.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/24192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/24193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/24194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/24195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/24198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/24199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/24201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/25192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/33192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/4192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/55192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/55193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/55194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/55195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/55196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/56001.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/56002.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/56003.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/56004.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/56005.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/56006.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/56009.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/56010.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/56011.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/56012.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/56013.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/6192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/8192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/8193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/8195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/8196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/8197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/8198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/codetables/8199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/element.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223/sequence.def -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/11199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/11200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/11201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/11208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/11209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/1193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/1194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/1200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/12195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/12197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/12201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/13192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/13195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/13196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/13232.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/13234.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/13237.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/20192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/20193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/20195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/20201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/20203.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/20204.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/20205.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/20206.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/20207.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/20208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/20209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/20210.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/20211.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/20212.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/20213.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/20214.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/20215.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/20216.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/20217.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/20218.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/20219.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/20220.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/20221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/20224.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/20225.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/20226.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/20228.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/20230.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/20240.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/20241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/21192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/21195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/21196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/2192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/2193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/2201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/22193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/22194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/22195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/2221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/2222.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/2241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/2242.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/2243.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/2244.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/2245.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/24192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/24193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/24194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/24195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/24198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/24199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/24201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/25192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/33192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/4192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/55192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/55193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/55194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/55195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/55196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/56001.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/56002.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/56003.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/56004.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/56005.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/56006.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/56009.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/56010.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/56011.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/56012.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/56013.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/6192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/8192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/8193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/8195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/8196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/8197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/8198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/codetables/8199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/element.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225/sequence.def -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/11199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/11200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/11201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/11208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/11209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/1193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/1194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/1200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/12195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/12197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/12201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/13192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/13195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/13196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/13232.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/13234.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/13237.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/20192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/20193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/20195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/20201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/20203.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/20204.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/20205.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/20206.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/20207.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/20208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/20209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/20210.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/20211.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/20212.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/20213.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/20214.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/20215.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/20216.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/20217.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/20218.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/20219.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/20220.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/20221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/20224.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/20225.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/20226.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/20228.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/20230.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/20240.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/20241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/21192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/21195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/21196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/2192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/2193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/2201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/22193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/22194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/22195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/2221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/2222.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/2241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/2242.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/2243.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/2244.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/2245.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/24192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/24193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/24194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/24195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/24198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/24199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/24201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/25192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/33192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/4192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/55192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/55193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/55194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/55195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/55196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/56001.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/56002.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/56003.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/56004.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/56005.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/56006.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/56009.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/56010.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/56011.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/56012.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/56013.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/6192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/8192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/8193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/8195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/8196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/8197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/8198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/codetables/8199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/element.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226/sequence.def -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/11199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/11200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/11201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/11208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/11209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/1193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/1194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/1200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/12195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/12197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/12201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/13192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/13195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/13196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/13232.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/13234.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/13237.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/20192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/20193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/20195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/20201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/20203.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/20204.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/20205.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/20206.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/20207.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/20208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/20209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/20210.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/20211.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/20212.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/20213.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/20214.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/20215.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/20216.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/20217.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/20218.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/20219.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/20220.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/20221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/20224.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/20225.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/20226.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/20228.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/20230.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/20240.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/20241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/21192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/21195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/21196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/2192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/2193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/2201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/22193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/22194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/22195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/2221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/2222.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/2241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/2242.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/2243.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/2244.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/2245.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/24192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/24193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/24194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/24195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/24198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/24199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/24201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/25192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/33192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/4192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/55192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/55193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/55194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/55195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/55196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/56001.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/56002.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/56003.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/56004.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/56005.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/56006.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/56009.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/56010.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/56011.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/56012.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/56013.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/6192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/8192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/8193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/8195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/8196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/8197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/8198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/codetables/8199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/element.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227/sequence.def -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/11199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/11200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/11201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/11208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/11209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/1193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/1194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/1200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/12195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/12197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/12201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/13192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/13195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/13196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/13232.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/13234.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/13237.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/20192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/20193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/20195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/20201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/20203.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/20204.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/20205.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/20206.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/20207.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/20208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/20209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/20210.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/20211.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/20212.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/20213.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/20214.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/20215.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/20216.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/20217.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/20218.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/20219.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/20220.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/20221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/20224.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/20225.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/20226.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/20228.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/20230.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/20240.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/20241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/21192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/21195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/21196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/2192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/2193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/2201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/22193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/22194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/22195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/2221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/2222.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/2241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/2242.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/2243.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/2244.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/2245.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/24192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/24193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/24194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/24195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/24198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/24199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/24201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/25192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/33192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/4192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/55192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/55193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/55194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/55195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/55196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/56001.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/56002.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/56003.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/56004.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/56005.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/56006.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/56009.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/56010.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/56011.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/56012.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/56013.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/6192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/8192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/8193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/8195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/8196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/8197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/8198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/codetables/8199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/element.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228/sequence.def -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/11199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/11200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/11201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/11208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/11209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/1193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/1194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/1200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/12195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/12197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/12201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/13192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/13195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/13196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/13232.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/13234.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/13237.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/20192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/20193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/20195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/20201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/20203.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/20204.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/20205.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/20206.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/20207.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/20208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/20209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/20210.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/20211.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/20212.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/20213.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/20214.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/20215.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/20216.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/20217.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/20218.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/20219.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/20220.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/20221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/20224.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/20225.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/20226.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/20228.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/20230.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/20240.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/20241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/21192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/21195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/21196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/2192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/2193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/2201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/22193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/22194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/22195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/2221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/2222.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/2241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/2242.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/2243.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/2244.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/2245.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/24192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/24193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/24194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/24195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/24198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/24199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/24201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/25192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/33192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/4192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/55192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/55193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/55194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/55195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/55196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/56001.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/56002.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/56003.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/56004.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/56005.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/56006.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/56009.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/56010.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/56011.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/56012.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/56013.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/6192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/8192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/8193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/8195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/8196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/8197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/8198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/codetables/8199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/element.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229/sequence.def -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/11199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/11200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/11201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/11208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/11209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/1193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/1194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/1200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/12195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/12197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/12201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/13192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/13195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/13196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/13232.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/13234.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/13237.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/20192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/20193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/20195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/20201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/20203.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/20204.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/20205.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/20206.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/20207.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/20208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/20209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/20210.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/20211.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/20212.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/20213.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/20214.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/20215.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/20216.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/20217.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/20218.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/20219.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/20220.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/20221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/20224.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/20225.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/20226.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/20228.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/20230.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/20240.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/20241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/21192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/21195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/21196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/2192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/2193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/2201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/22193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/22194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/22195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/2221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/2222.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/2241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/2242.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/2243.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/2244.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/2245.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/24192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/24193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/24194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/24195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/24198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/24199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/24201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/25192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/33192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/4192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/55192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/55193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/55194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/55195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/55196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/56001.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/56002.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/56003.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/56004.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/56005.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/56006.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/56009.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/56010.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/56011.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/56012.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/56013.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/6192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/8192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/8193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/8195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/8196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/8197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/8198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/codetables/8199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/element.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230/sequence.def -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/11199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/11200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/11201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/11208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/11209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/1193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/1194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/1200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/12195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/12197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/12201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/13192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/13195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/13196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/13232.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/13234.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/13237.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/20192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/20193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/20195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/20201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/20203.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/20204.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/20205.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/20206.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/20207.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/20208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/20209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/20210.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/20211.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/20212.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/20213.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/20214.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/20215.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/20216.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/20217.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/20218.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/20219.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/20220.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/20221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/20224.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/20225.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/20226.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/20228.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/20230.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/20240.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/20241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/21192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/21195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/21196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/2192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/2193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/2201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/22193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/22194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/22195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/2221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/2222.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/2241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/2242.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/2243.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/2244.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/2245.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/24192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/24193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/24194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/24195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/24198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/24199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/24201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/25192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/33192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/4192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/55192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/55193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/55194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/55195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/55196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/56001.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/56002.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/56003.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/56004.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/56005.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/56006.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/56009.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/56010.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/56011.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/56012.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/56013.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/6192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/8192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/8193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/8195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/8196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/8197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/8198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/codetables/8199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/element.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231/sequence.def -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/11199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/11200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/11201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/11208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/11209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/1193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/1194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/1200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/12195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/12197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/12201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/13192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/13195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/13196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/13232.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/13234.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/13237.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/20192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/20193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/20195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/20201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/20203.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/20204.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/20205.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/20206.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/20207.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/20208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/20209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/20210.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/20211.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/20212.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/20213.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/20214.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/20215.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/20216.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/20217.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/20218.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/20219.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/20220.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/20221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/20224.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/20225.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/20226.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/20228.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/20230.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/20240.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/20241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/21192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/21195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/21196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/2192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/2193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/2201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/22193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/22194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/22195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/2221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/2222.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/2241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/2242.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/2243.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/2244.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/2245.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/24192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/24193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/24194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/24195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/24198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/24199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/24201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/25192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/33192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/4192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/55192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/55193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/55194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/55195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/55196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/56001.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/56002.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/56003.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/56004.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/56005.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/56006.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/56009.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/56010.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/56011.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/56012.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/56013.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/6192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/8192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/8193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/8195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/8196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/8197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/8198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/codetables/8199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/element.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232/sequence.def -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/11199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/11200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/11201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/11208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/11209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/1193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/1194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/1200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/12195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/12197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/12201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/13192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/13195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/13196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/13232.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/13234.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/13237.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/20192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/20193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/20195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/20201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/20203.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/20204.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/20205.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/20206.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/20207.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/20208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/20209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/20210.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/20211.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/20212.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/20213.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/20214.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/20215.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/20216.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/20217.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/20218.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/20219.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/20220.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/20221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/20224.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/20225.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/20226.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/20228.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/20230.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/20240.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/20241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/21192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/21195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/21196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/2192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/2193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/2201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/22193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/22194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/22195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/2221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/2222.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/2241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/2242.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/2243.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/2244.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/2245.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/24192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/24193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/24194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/24195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/24198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/24199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/24201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/25192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/33192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/4192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/55192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/55193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/55194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/55195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/55196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/56001.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/56002.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/56003.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/56004.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/56005.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/56006.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/56009.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/56010.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/56011.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/56012.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/56013.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/6192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/8192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/8193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/8195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/8196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/8197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/8198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/codetables/8199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/element.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233/sequence.def -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/11199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/11200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/11201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/11208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/11209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/1193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/1194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/1200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/12195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/12197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/12201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/13192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/13195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/13196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/13232.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/13234.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/13237.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/20192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/20193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/20195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/20201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/20203.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/20204.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/20205.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/20206.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/20207.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/20208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/20209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/20210.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/20211.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/20212.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/20213.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/20214.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/20215.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/20216.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/20217.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/20218.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/20219.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/20220.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/20221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/20224.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/20225.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/20226.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/20228.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/20230.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/20240.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/20241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/21192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/21195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/21196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/2192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/2193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/2201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/22193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/22194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/22195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/2221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/2222.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/2241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/2242.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/2243.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/2244.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/2245.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/24192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/24193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/24194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/24195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/24198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/24199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/24201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/25192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/33192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/4192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/55192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/55193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/55194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/55195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/55196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/56001.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/56002.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/56003.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/56004.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/56005.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/56006.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/56009.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/56010.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/56011.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/56012.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/56013.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/6192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/8192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/8193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/8195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/8196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/8197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/8198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/codetables/8199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/element.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234/sequence.def -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/11199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/11200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/11201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/11208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/11209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/1193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/1194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/1200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/12195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/12197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/12201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/13192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/13195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/13196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/13232.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/13234.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/13237.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/20192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/20193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/20195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/20201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/20203.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/20204.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/20205.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/20206.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/20207.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/20208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/20209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/20210.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/20211.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/20212.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/20213.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/20214.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/20215.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/20216.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/20217.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/20218.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/20219.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/20220.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/20221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/20224.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/20225.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/20226.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/20228.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/20230.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/20240.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/20241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/21192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/21195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/21196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/2192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/2193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/2201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/22193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/22194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/22195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/2221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/2222.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/2241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/2242.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/2243.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/2244.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/2245.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/24192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/24193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/24194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/24195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/24198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/24199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/24201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/25192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/33192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/4192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/55192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/55193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/55194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/55195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/55196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/56001.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/56002.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/56003.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/56004.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/56005.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/56006.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/56009.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/56010.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/56011.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/56012.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/56013.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/6192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/8192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/8193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/8195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/8196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/8197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/8198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/codetables/8199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/element.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235/sequence.def -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/11199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/11200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/11201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/11208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/11209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/1193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/1194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/1200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/12195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/12197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/12201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/13192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/13195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/13196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/13232.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/13234.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/13237.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/20192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/20193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/20195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/20201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/20203.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/20204.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/20205.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/20206.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/20207.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/20208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/20209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/20210.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/20211.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/20212.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/20213.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/20214.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/20215.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/20216.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/20217.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/20218.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/20219.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/20220.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/20221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/20224.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/20225.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/20226.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/20228.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/20230.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/20240.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/20241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/21192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/21195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/21196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/2192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/2193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/2201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/22193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/22194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/22195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/2221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/2222.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/2241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/2242.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/2243.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/2244.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/2245.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/24192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/24193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/24194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/24195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/24198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/24199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/24201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/25192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/33192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/4192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/55192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/55193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/55194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/55195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/55196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/56001.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/56002.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/56003.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/56004.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/56005.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/56006.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/56009.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/56010.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/56011.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/56012.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/56013.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/6192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/8192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/8193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/8195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/8196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/8197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/8198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/codetables/8199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/element.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236/sequence.def -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/11199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/11200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/11201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/11208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/11209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/1193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/1194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/1200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/12195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/12197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/12201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/13192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/13195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/13196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/13232.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/13234.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/13237.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/20192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/20193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/20195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/20201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/20203.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/20204.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/20205.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/20206.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/20207.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/20208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/20209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/20210.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/20211.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/20212.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/20213.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/20214.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/20215.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/20216.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/20217.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/20218.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/20219.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/20220.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/20221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/20224.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/20225.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/20226.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/20228.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/20230.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/20240.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/20241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/21192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/21195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/21196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/2192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/2193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/2201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/22193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/22194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/22195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/2221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/2222.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/2241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/2242.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/2243.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/2244.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/2245.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/24192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/24193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/24194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/24195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/24198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/24199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/24201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/25192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/33192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/4192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/55192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/55193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/55194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/55195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/55196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/56001.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/56002.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/56003.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/56004.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/56005.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/56006.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/56009.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/56010.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/56011.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/56012.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/56013.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/6192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/8192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/8193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/8195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/8196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/8197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/8198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/codetables/8199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/element.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237/sequence.def -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/11199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/11200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/11201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/11208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/11209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/1193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/1194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/1200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/12195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/12197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/12201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/13192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/13195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/13196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/13232.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/13234.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/13237.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/20192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/20193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/20195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/20201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/20203.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/20204.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/20205.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/20206.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/20207.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/20208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/20209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/20210.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/20211.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/20212.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/20213.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/20214.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/20215.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/20216.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/20217.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/20218.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/20219.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/20220.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/20221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/20224.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/20225.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/20226.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/20228.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/20230.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/20240.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/20241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/21192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/21195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/21196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/2192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/2193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/2201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/22193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/22194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/22195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/2221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/2222.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/2241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/2242.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/2243.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/2244.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/2245.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/24192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/24193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/24194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/24195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/24198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/24199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/24201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/25192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/33192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/4192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/55192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/55193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/55194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/55195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/55196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/56001.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/56002.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/56003.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/56004.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/56005.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/56006.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/56009.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/56010.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/56011.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/56012.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/56013.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/6192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/8192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/8193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/8195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/8196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/8197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/8198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/codetables/8199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/element.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31/sequence.def -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/11199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/11200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/11201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/11208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/11209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/1193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/1194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/1200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/12195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/12197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/12201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/13192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/13195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/13196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/13232.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/13234.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/13237.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/20192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/20193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/20195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/20201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/20203.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/20204.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/20205.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/20206.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/20207.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/20208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/20209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/20210.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/20211.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/20212.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/20213.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/20214.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/20215.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/20216.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/20217.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/20218.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/20219.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/20220.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/20221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/20224.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/20225.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/20226.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/20228.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/20230.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/20240.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/20241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/21192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/21195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/21196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/2192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/2193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/2201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/22193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/22194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/22195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/2221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/2222.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/2241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/2242.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/2243.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/2244.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/2245.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/24192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/24193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/24194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/24195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/24198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/24199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/24201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/25192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/33192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/4192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/55192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/55193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/55194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/55195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/55196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/56001.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/56002.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/56003.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/56004.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/56005.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/56006.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/56009.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/56010.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/56011.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/56012.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/56013.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/6192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/8192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/8193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/8195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/8196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/8197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/8198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/codetables/8199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/element.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41/sequence.def -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/11199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/11200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/11201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/11208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/11209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/1193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/1194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/1200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/12195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/12197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/12201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/13192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/13195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/13196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/13232.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/13234.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/13237.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/20192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/20193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/20195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/20201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/20203.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/20204.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/20205.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/20206.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/20207.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/20208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/20209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/20210.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/20211.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/20212.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/20213.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/20214.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/20215.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/20216.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/20217.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/20218.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/20219.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/20220.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/20221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/20224.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/20225.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/20226.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/20228.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/20230.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/20240.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/20241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/21192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/21195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/21196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/2192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/2193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/2201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/22193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/22194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/22195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/2221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/2222.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/2241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/2242.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/2243.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/2244.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/2245.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/24192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/24193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/24194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/24195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/24198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/24199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/24201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/25192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/33192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/4192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/55192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/55193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/55194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/55195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/55196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/56001.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/56002.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/56003.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/56004.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/56005.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/56006.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/56009.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/56010.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/56011.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/56012.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/56013.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/6192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/8192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/8193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/8195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/8196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/8197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/8198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/codetables/8199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/element.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42/sequence.def -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/11199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/11200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/11201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/11208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/11209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/1193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/1194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/1200.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/12195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/12197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/12201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/13192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/13195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/13196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/13232.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/13234.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/13237.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/20192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/20193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/20195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/20201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/20203.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/20204.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/20205.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/20206.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/20207.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/20208.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/20209.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/20210.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/20211.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/20212.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/20213.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/20214.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/20215.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/20216.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/20217.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/20218.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/20219.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/20220.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/20221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/20224.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/20225.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/20226.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/20228.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/20230.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/20240.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/20241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/21192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/21195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/21196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/2192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/2193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/2201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/22193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/22194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/22195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/2221.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/2222.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/2241.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/2242.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/2243.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/2244.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/2245.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/24192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/24193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/24194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/24195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/24198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/24199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/24201.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/25192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/33192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/4192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/55192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/55193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/55194.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/55195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/55196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/56001.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/56002.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/56003.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/56004.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/56005.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/56006.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/56009.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/56010.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/56011.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/56012.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/56013.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/6192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/8192.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/8193.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/8195.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/8196.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/8197.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/8198.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/codetables/8199.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/element.table -%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64/sequence.def -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/1003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/10063.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/10064.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/1007.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/1031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/1032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/1033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/1035.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/1090.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/1092.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/11031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/11037.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/11038.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/11039.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/13038.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/13039.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/13040.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/13041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/13051.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/13056.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/13057.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/15025.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/19001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/19008.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/19010.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20004.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20005.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20008.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20009.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20011.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20012.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20017.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20018.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2002.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20022.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20023.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20024.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20025.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20026.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20027.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20029.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20034.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20035.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20036.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20037.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2004.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20040.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20042.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20045.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20050.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20055.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20056.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20062.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20063.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20071.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20086.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20090.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20101.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/20102.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2011.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2012.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2013.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2014.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2015.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2016.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2019.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2020.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2022.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2023.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2024.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2025.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2030.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2034.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2036.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2037.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2038.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2039.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2040.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2044.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2045.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2046.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2048.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2049.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2050.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2051.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2052.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2053.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2054.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2055.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2056.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2057.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2058.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2059.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2060.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2061.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2062.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2064.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2066.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2070.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2080.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2081.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2083.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2084.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2095.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2096.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2097.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2098.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2101.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2103.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2104.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/21066.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/21067.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/21068.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/21069.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/21070.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/21072.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/21073.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/21076.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/21109.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/21115.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/21116.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/21119.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/21144.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2115.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/21150.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/21155.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/21158.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/21159.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/21169.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2119.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2131.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2143.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2144.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2145.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2146.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2148.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2149.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2150.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2151.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2152.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2158.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2159.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2163.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2164.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2166.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2167.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2169.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2172.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2175.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2176.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2177.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2178.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2179.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2180.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2181.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2182.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2183.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2184.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2185.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2186.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2187.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2188.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/2189.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/22056.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/22060.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/22061.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/22067.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/22068.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/22120.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/22121.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/22122.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/22123.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/23001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/23002.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/23003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/23004.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/23005.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/23006.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/23007.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/23008.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/23009.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/23016.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/23018.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/23031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/23032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/24003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25004.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25005.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25006.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25009.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25010.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25011.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25012.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25013.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25015.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25017.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25020.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25030.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25034.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25036.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25040.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25042.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25045.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25046.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25047.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25048.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25049.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25051.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25053.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25069.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25086.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25093.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25095.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25096.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25097.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25098.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25099.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25110.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25120.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25122.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25123.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/25124.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/26010.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/29001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/29002.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/30031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/30032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/31021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/31031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/33002.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/33003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/33005.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/33006.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/33015.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/33020.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/33021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/33022.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/33023.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/33024.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/33025.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/33026.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/33027.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/33028.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/33030.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/33031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/33032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/33033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/33035.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/33037.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/33038.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/33039.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/33041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/33042.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/33043.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/33044.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/33047.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/33048.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/33049.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/33050.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/33052.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/33053.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/33060.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/35000.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/35001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/35030.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/35031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/35032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/35033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/35034.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/40011.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/40012.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/40013.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/4059.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8002.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8004.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8005.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8006.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8007.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8008.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8009.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8010.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8011.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8012.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8013.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8014.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8016.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8017.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8018.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8023.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8024.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8025.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8026.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8029.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8035.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8036.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8039.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8040.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8042.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8043.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8050.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8051.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8052.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8053.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8054.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8060.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8065.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8066.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8070.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8072.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8074.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8075.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8076.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8077.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8079.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8080.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8081.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8082.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8083.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/codetables/8085.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/element.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/10/sequence.def -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/1003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/10063.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/10064.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/1007.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/1031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/1032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/1033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/1035.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/1090.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/1092.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/11031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/11037.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/11038.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/11039.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/13038.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/13039.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/13040.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/13041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/13051.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/13056.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/13057.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/15025.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/19001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/19008.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/19010.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20004.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20005.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20008.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20009.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20011.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20012.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20017.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20018.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2002.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20022.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20023.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20024.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20025.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20026.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20027.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20029.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20034.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20035.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20036.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20037.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2004.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20040.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20042.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20045.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20050.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20055.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20056.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20062.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20063.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20071.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20086.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20090.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20101.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/20102.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2011.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2012.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2013.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2014.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2015.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2016.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2019.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2020.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2022.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2023.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2024.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2025.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2030.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2034.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2036.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2037.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2038.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2039.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2040.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2044.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2045.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2046.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2048.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2049.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2050.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2051.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2052.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2053.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2054.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2055.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2056.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2057.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2058.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2059.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2060.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2061.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2062.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2064.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2066.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2070.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2080.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2081.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2083.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2084.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2095.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2096.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2097.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2098.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2101.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2103.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2104.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/21066.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/21067.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/21068.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/21069.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/21070.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/21072.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/21073.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/21076.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/21109.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/21115.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/21116.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/21119.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/21144.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2115.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/21150.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/21155.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/21158.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/21159.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/21169.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2119.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2131.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2143.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2144.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2145.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2146.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2148.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2149.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2150.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2151.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2152.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2158.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2159.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2163.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2164.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2166.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2167.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2169.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2172.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2175.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2176.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2177.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2178.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2179.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2180.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2181.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2182.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2183.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2184.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2185.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2186.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2187.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2188.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/2189.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/22056.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/22060.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/22061.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/22067.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/22068.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/22120.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/22121.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/22122.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/22123.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/23001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/23002.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/23003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/23004.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/23005.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/23006.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/23007.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/23008.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/23009.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/23016.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/23018.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/23031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/23032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/24003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25004.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25005.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25006.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25009.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25010.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25011.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25012.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25013.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25015.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25017.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25020.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25030.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25034.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25036.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25040.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25042.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25045.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25046.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25047.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25048.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25049.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25051.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25053.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25069.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25086.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25093.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25095.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25096.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25097.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25098.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25099.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25110.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25120.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25122.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25123.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/25124.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/26010.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/29001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/29002.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/30031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/30032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/31021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/31031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/33002.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/33003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/33005.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/33006.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/33015.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/33020.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/33021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/33022.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/33023.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/33024.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/33025.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/33026.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/33027.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/33028.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/33030.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/33031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/33032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/33033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/33035.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/33037.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/33038.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/33039.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/33041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/33042.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/33043.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/33044.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/33047.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/33048.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/33049.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/33050.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/33052.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/33053.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/33060.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/35000.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/35001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/35030.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/35031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/35032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/35033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/35034.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/40011.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/40012.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/40013.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/4059.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8002.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8004.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8005.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8006.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8007.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8008.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8009.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8010.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8011.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8012.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8013.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8014.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8016.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8017.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8018.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8023.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8024.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8025.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8026.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8029.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8035.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8036.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8039.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8040.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8042.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8043.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8050.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8051.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8052.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8053.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8054.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8060.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8065.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8066.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8070.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8072.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8074.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8075.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8076.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8077.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8079.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8080.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8081.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8082.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8083.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/codetables/8085.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/element.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/11/sequence.def -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/1003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/10063.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/10064.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/1007.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/1031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/1032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/1033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/1035.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/1090.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/1092.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/11031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/11037.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/11038.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/11039.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/13038.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/13039.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/13040.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/13041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/13051.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/13056.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/13057.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/15025.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/19001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/19008.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/19010.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20004.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20005.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20008.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20009.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20011.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20012.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20017.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20018.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2002.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20022.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20023.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20024.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20025.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20026.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20027.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20029.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20034.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20035.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20036.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20037.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2004.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20040.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20042.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20045.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20050.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20055.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20056.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20062.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20063.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20071.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20086.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20090.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20101.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/20102.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2011.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2012.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2013.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2014.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2015.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2016.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2019.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2020.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2022.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2023.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2024.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2025.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2030.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2034.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2036.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2037.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2038.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2039.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2040.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2044.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2045.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2046.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2048.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2049.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2050.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2051.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2052.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2053.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2054.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2055.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2056.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2057.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2058.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2059.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2060.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2061.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2062.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2064.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2066.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2070.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2080.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2081.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2083.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2084.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2095.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2096.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2097.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2098.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2101.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2103.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2104.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/21066.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/21067.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/21068.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/21069.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/21070.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/21072.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/21073.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/21076.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/21109.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/21115.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/21116.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/21119.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/21144.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2115.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/21150.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/21155.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/21158.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/21159.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/21169.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2119.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2131.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2143.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2144.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2145.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2146.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2148.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2149.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2150.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2151.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2152.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2158.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2159.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2163.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2164.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2166.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2167.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2169.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2172.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2175.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2176.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2177.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2178.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2179.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2180.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2181.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2182.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2183.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2184.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2185.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2186.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2187.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2188.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/2189.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/22056.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/22060.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/22061.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/22067.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/22068.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/22120.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/22121.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/22122.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/22123.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/23001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/23002.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/23003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/23004.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/23005.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/23006.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/23007.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/23008.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/23009.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/23016.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/23018.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/23031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/23032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/24003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25004.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25005.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25006.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25009.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25010.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25011.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25012.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25013.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25015.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25017.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25020.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25030.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25034.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25036.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25040.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25042.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25045.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25046.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25047.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25048.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25049.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25051.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25053.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25069.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25086.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25093.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25095.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25096.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25097.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25098.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25099.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25110.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25120.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25122.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25123.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/25124.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/26010.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/29001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/29002.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/30031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/30032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/31021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/31031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/33002.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/33003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/33005.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/33006.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/33015.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/33020.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/33021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/33022.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/33023.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/33024.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/33025.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/33026.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/33027.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/33028.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/33030.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/33031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/33032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/33033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/33035.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/33037.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/33038.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/33039.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/33041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/33042.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/33043.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/33044.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/33047.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/33048.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/33049.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/33050.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/33052.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/33053.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/33060.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/35000.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/35001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/35030.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/35031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/35032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/35033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/35034.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/40011.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/40012.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/40013.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/4059.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8002.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8004.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8005.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8006.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8007.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8008.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8009.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8010.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8011.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8012.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8013.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8014.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8016.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8017.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8018.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8023.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8024.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8025.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8026.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8029.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8035.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8036.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8039.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8040.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8042.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8043.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8050.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8051.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8052.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8053.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8054.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8060.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8065.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8066.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8070.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8072.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8074.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8075.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8076.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8077.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8079.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8080.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8081.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8082.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8083.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/codetables/8085.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/element.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/12/sequence.def +%%DATADIR%%/definitions/bufr/tables/0/local/8/78/1 +%%DATADIR%%/definitions/bufr/tables/0/local/8/78/110 +%%DATADIR%%/definitions/bufr/tables/0/local/8/78/174 +%%DATADIR%%/definitions/bufr/tables/0/local/8/78/2 +%%DATADIR%%/definitions/bufr/tables/0/local/8/78/20 +%%DATADIR%%/definitions/bufr/tables/0/local/8/78/21 +%%DATADIR%%/definitions/bufr/tables/0/local/8/78/221 +%%DATADIR%%/definitions/bufr/tables/0/local/8/78/222 +%%DATADIR%%/definitions/bufr/tables/0/local/8/78/223 +%%DATADIR%%/definitions/bufr/tables/0/local/8/78/225 +%%DATADIR%%/definitions/bufr/tables/0/local/8/78/226 +%%DATADIR%%/definitions/bufr/tables/0/local/8/78/227 +%%DATADIR%%/definitions/bufr/tables/0/local/8/78/228 +%%DATADIR%%/definitions/bufr/tables/0/local/8/78/229 +%%DATADIR%%/definitions/bufr/tables/0/local/8/78/230 +%%DATADIR%%/definitions/bufr/tables/0/local/8/78/231 +%%DATADIR%%/definitions/bufr/tables/0/local/8/78/232 +%%DATADIR%%/definitions/bufr/tables/0/local/8/78/233 +%%DATADIR%%/definitions/bufr/tables/0/local/8/78/234 +%%DATADIR%%/definitions/bufr/tables/0/local/8/78/235 +%%DATADIR%%/definitions/bufr/tables/0/local/8/78/236 +%%DATADIR%%/definitions/bufr/tables/0/local/8/78/237 +%%DATADIR%%/definitions/bufr/tables/0/local/8/78/31 +%%DATADIR%%/definitions/bufr/tables/0/local/8/78/41 +%%DATADIR%%/definitions/bufr/tables/0/local/8/78/42 +%%DATADIR%%/definitions/bufr/tables/0/local/8/78/64 +%%DATADIR%%/definitions/bufr/tables/0/wmo/10 +%%DATADIR%%/definitions/bufr/tables/0/wmo/11 +%%DATADIR%%/definitions/bufr/tables/0/wmo/12 %%DATADIR%%/definitions/bufr/tables/0/wmo/13/codetables/1003.table %%DATADIR%%/definitions/bufr/tables/0/wmo/13/codetables/10063.table %%DATADIR%%/definitions/bufr/tables/0/wmo/13/codetables/10064.table @@ -18281,6 +14710,545 @@ libdata/pkgconfig/eccodes.pc %%DATADIR%%/definitions/bufr/tables/0/wmo/43/codetables/8099.table %%DATADIR%%/definitions/bufr/tables/0/wmo/43/element.table %%DATADIR%%/definitions/bufr/tables/0/wmo/43/sequence.def +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/1003.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/10063.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/10064.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/1007.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/1024.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/1028.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/1029.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/1033.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/1034.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/1035.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/1036.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/1038.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/1044.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/1052.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/1090.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/1092.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/1101.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/11030.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/11031.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/11037.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/11038.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/11039.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/1150.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/1151.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/1155.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/13038.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/13039.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/13040.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/13041.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/13051.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/13056.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/13057.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/15025.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/19001.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/19008.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/19010.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/19100.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/19101.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/19102.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/19103.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/19104.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/19105.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/19107.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/19108.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/19109.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/19110.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/19113.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/19117.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/19119.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20003.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20004.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20005.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20006.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20008.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20009.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2001.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20011.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20012.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20017.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20018.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2002.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20021.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20022.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20023.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20024.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20025.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20026.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20027.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20028.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20029.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2003.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20032.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20033.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20034.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20035.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20036.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20037.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2004.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20040.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20041.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20042.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20045.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20048.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20050.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20055.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20056.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2006.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20062.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20063.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2007.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20071.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20079.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2008.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20085.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20086.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20087.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20089.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2009.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20090.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20101.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20102.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20103.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20104.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20105.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20106.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20107.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20108.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2011.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20119.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20124.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2013.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20136.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20137.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20138.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20139.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2014.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/20143.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2015.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2016.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2017.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2019.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2020.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2021.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2022.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2023.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2024.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2025.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2030.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2031.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2032.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2033.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2034.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2036.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2037.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2038.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2039.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2040.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2041.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2042.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2044.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2045.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2046.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2047.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2048.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2049.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2050.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2051.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2052.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2053.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2054.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2055.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2056.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2057.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2058.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2059.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2060.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2061.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2062.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2064.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2066.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2070.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2080.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2081.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2083.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2084.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2092.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2095.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2096.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2097.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2099.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2101.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/21026.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2103.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2104.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/21066.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/21067.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/21068.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/21069.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/21070.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/21072.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/21073.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/21076.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/21109.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/21115.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/21116.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/21119.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/21144.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/21148.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2115.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/21150.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/21155.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/21158.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/21159.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/21169.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2119.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2131.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2137.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2138.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2139.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2143.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2144.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2145.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2146.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2147.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2148.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2149.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2150.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2151.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2152.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2158.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2159.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2160.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2161.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2162.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2163.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2164.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2165.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2166.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2167.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2169.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2170.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2172.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2175.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2176.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2177.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2178.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2179.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2180.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2181.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2182.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2183.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2184.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2185.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2186.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2187.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2188.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2189.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/2191.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/22056.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/22060.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/22061.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/22067.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/22068.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/22120.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/22121.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/22122.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/22123.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/22178.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/23001.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/23002.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/23003.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/23004.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/23005.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/23006.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/23007.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/23008.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/23009.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/23016.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/23018.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/23031.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/23032.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/24003.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25004.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25005.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25006.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25009.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25010.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25011.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25012.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25013.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25015.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25017.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25020.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25021.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25022.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25023.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25024.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25029.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25030.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25031.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25032.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25033.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25034.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25035.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25036.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25040.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25041.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25042.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25053.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25063.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25069.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25086.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25090.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25093.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25095.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25096.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25097.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25098.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25099.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25110.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25112.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25113.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25120.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25122.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25123.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25124.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25139.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25150.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25174.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25181.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25182.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25184.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25185.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25187.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25188.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25190.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/25191.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/26010.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/29001.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/29002.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/3001.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/3003.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/30031.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/30032.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/3004.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/3008.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/3010.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/3011.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/3012.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/3016.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/3017.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/3018.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/3019.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/3020.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/3021.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/3022.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/3023.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/3027.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/3028.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/3029.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/3030.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/31021.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/31031.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33002.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33003.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33005.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33006.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33015.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33020.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33021.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33022.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33023.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33024.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33025.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33026.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33027.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33028.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33030.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33031.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33032.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33033.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33035.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33037.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33038.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33039.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33041.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33042.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33043.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33044.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33047.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33048.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33049.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33050.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33054.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33055.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33056.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33060.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33066.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33070.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33071.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33072.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33075.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33076.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33077.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33078.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33079.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33080.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33081.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33082.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33083.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33084.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33085.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33086.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33087.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33088.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33092.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33093.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33094.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33095.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33096.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33097.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33098.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33099.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33100.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33101.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33102.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33103.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33104.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33105.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33106.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33107.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33108.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33109.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33110.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33111.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33113.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33114.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33115.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33116.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/33117.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/35000.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/35001.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/35030.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/35031.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/35032.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/35033.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/35034.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/35035.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/40005.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/40006.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/40011.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/40012.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/40013.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/40020.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/40023.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/40024.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/40025.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/40028.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/40036.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/40043.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/40045.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/40046.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/40047.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/40048.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/40049.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/40050.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/40051.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/40052.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/40054.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/40055.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/40056.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/40057.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/40068.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/40074.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/40077.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/40080.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/40081.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/4059.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/4080.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/42004.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/42017.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/42018.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/5069.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8001.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8002.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8003.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8004.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8005.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8006.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8007.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8008.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8009.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8010.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8011.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8012.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8013.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8014.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8015.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8016.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8017.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8018.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8019.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8021.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8023.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8024.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8025.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8026.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8027.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8029.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8032.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8033.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8034.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8035.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8036.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8037.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8038.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8039.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8040.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8041.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8042.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8043.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8045.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8046.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8050.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8051.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8052.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8053.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8054.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8055.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8060.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8065.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8066.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8070.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8071.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8072.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8074.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8075.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8076.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8077.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8079.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8080.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8081.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8082.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8083.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8085.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8086.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8087.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8088.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8091.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8092.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8093.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8094.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8095.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8096.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8097.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8098.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/codetables/8099.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/element.table +%%DATADIR%%/definitions/bufr/tables/0/wmo/44/sequence.def %%DATADIR%%/definitions/bufr/tables/0/wmo/6/codetables/1003.table %%DATADIR%%/definitions/bufr/tables/0/wmo/6/codetables/10063.table %%DATADIR%%/definitions/bufr/tables/0/wmo/6/codetables/1007.table @@ -18486,1032 +15454,9 @@ libdata/pkgconfig/eccodes.pc %%DATADIR%%/definitions/bufr/tables/0/wmo/6/codetables/8072.table %%DATADIR%%/definitions/bufr/tables/0/wmo/6/element.table %%DATADIR%%/definitions/bufr/tables/0/wmo/6/sequence.def -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/1003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/10063.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/10064.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/1007.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/1031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/1032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/1033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/1035.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/1090.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/1092.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/11031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/11037.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/11038.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/11039.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/13038.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/13039.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/13040.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/13041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/13051.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/13056.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/13057.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/15025.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/19001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/19008.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/19010.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20004.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20005.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20008.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20009.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20011.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20012.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20017.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20018.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2002.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20022.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20023.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20024.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20025.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20026.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20027.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20029.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20034.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20035.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20036.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20037.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2004.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20040.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20042.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20045.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20050.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20055.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20056.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20062.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20063.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20071.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20086.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20090.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20101.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/20102.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2011.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2012.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2013.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2014.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2015.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2016.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2019.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2020.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2022.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2023.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2024.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2025.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2030.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2034.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2036.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2037.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2038.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2039.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2040.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2044.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2045.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2046.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2048.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2049.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2050.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2051.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2052.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2053.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2054.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2055.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2056.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2057.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2058.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2059.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2060.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2061.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2062.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2064.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2066.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2070.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2080.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2081.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2083.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2084.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2095.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2096.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2097.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2098.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2101.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2103.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2104.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/21066.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/21067.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/21068.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/21069.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/21070.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/21072.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/21073.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/21076.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/21109.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/21115.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/21116.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/21119.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/21144.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2115.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/21150.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/21155.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/21158.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/21159.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/21169.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2119.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2131.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2143.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2144.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2145.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2146.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2148.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2149.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2150.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2151.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2152.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2158.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2159.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2163.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2164.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2166.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2167.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2169.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2172.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2175.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2176.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2177.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2178.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2179.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2180.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2181.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2182.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2183.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2184.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2185.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2186.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2187.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2188.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/2189.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/22056.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/22060.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/22061.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/22067.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/22068.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/22120.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/22121.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/22122.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/22123.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/23001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/23002.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/23003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/23004.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/23005.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/23006.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/23007.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/23008.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/23009.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/23016.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/23018.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/23031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/23032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/24003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25004.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25005.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25006.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25009.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25010.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25011.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25012.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25013.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25015.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25017.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25020.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25030.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25034.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25036.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25040.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25042.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25045.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25046.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25047.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25048.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25049.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25051.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25053.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25069.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25086.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25093.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25095.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25096.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25097.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25098.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25099.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25110.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25120.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25122.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25123.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/25124.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/26010.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/29001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/29002.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/30031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/30032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/31021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/31031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/33002.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/33003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/33005.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/33006.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/33015.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/33020.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/33021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/33022.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/33023.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/33024.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/33025.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/33026.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/33027.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/33028.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/33030.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/33031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/33032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/33033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/33035.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/33037.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/33038.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/33039.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/33041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/33042.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/33043.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/33044.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/33047.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/33048.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/33049.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/33050.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/33052.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/33053.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/33060.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/35000.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/35001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/35030.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/35031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/35032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/35033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/35034.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/40011.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/40012.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/40013.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/4059.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8002.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8004.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8005.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8006.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8007.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8008.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8009.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8010.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8011.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8012.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8013.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8014.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8016.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8017.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8018.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8023.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8024.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8025.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8026.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8029.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8035.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8036.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8039.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8040.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8042.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8043.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8050.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8051.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8052.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8053.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8054.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8060.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8065.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8066.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8070.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8072.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8074.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8075.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8076.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8077.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8079.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8080.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8081.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8082.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8083.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/codetables/8085.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/element.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/7/sequence.def -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/1003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/10063.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/10064.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/1007.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/1031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/1032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/1033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/1035.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/1090.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/1092.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/11031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/11037.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/11038.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/11039.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/13038.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/13039.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/13040.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/13041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/13051.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/13056.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/13057.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/15025.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/19001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/19008.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/19010.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20004.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20005.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20008.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20009.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20011.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20012.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20017.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20018.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2002.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20022.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20023.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20024.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20025.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20026.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20027.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20029.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20034.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20035.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20036.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20037.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2004.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20040.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20042.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20045.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20050.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20055.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20056.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20062.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20063.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20071.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20086.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20090.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20101.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/20102.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2011.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2012.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2013.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2014.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2015.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2016.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2019.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2020.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2022.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2023.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2024.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2025.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2030.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2034.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2036.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2037.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2038.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2039.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2040.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2044.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2045.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2046.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2048.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2049.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2050.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2051.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2052.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2053.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2054.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2055.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2056.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2057.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2058.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2059.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2060.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2061.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2062.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2064.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2066.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2070.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2080.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2081.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2083.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2084.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2095.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2096.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2097.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2098.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2101.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2103.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2104.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/21066.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/21067.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/21068.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/21069.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/21070.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/21072.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/21073.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/21076.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/21109.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/21115.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/21116.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/21119.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/21144.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2115.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/21150.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/21155.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/21158.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/21159.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/21169.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2119.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2131.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2143.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2144.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2145.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2146.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2148.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2149.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2150.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2151.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2152.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2158.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2159.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2163.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2164.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2166.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2167.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2169.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2172.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2175.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2176.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2177.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2178.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2179.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2180.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2181.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2182.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2183.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2184.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2185.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2186.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2187.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2188.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/2189.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/22056.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/22060.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/22061.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/22067.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/22068.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/22120.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/22121.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/22122.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/22123.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/23001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/23002.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/23003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/23004.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/23005.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/23006.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/23007.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/23008.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/23009.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/23016.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/23018.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/23031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/23032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/24003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25004.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25005.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25006.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25009.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25010.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25011.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25012.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25013.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25015.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25017.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25020.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25030.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25034.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25036.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25040.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25042.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25045.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25046.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25047.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25048.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25049.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25051.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25053.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25069.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25086.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25093.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25095.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25096.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25097.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25098.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25099.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25110.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25120.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25122.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25123.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/25124.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/26010.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/29001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/29002.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/30031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/30032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/31021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/31031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/33002.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/33003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/33005.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/33006.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/33015.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/33020.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/33021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/33022.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/33023.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/33024.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/33025.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/33026.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/33027.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/33028.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/33030.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/33031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/33032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/33033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/33035.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/33037.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/33038.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/33039.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/33041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/33042.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/33043.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/33044.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/33047.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/33048.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/33049.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/33050.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/33052.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/33053.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/33060.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/35000.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/35001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/35030.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/35031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/35032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/35033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/35034.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/40011.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/40012.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/40013.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/4059.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8002.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8004.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8005.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8006.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8007.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8008.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8009.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8010.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8011.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8012.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8013.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8014.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8016.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8017.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8018.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8023.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8024.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8025.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8026.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8029.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8035.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8036.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8039.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8040.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8042.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8043.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8050.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8051.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8052.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8053.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8054.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8060.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8065.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8066.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8070.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8072.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8074.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8075.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8076.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8077.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8079.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8080.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8081.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8082.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8083.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/codetables/8085.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/element.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/8/sequence.def -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/1003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/10063.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/10064.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/1007.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/1031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/1032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/1033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/1035.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/1090.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/1092.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/11031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/11037.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/11038.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/11039.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/13038.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/13039.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/13040.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/13041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/13051.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/13056.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/13057.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/15025.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/19001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/19008.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/19010.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20004.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20005.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20008.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20009.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20011.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20012.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20017.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20018.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2002.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20022.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20023.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20024.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20025.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20026.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20027.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20029.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20034.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20035.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20036.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20037.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2004.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20040.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20042.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20045.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20050.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20055.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20056.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20062.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20063.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20071.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20086.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20090.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20101.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/20102.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2011.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2012.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2013.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2014.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2015.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2016.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2019.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2020.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2022.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2023.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2024.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2025.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2030.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2034.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2036.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2037.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2038.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2039.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2040.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2044.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2045.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2046.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2048.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2049.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2050.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2051.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2052.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2053.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2054.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2055.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2056.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2057.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2058.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2059.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2060.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2061.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2062.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2064.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2066.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2070.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2080.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2081.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2083.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2084.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2095.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2096.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2097.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2098.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2101.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2103.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2104.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/21066.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/21067.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/21068.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/21069.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/21070.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/21072.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/21073.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/21076.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/21109.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/21115.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/21116.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/21119.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/21144.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2115.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/21150.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/21155.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/21158.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/21159.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/21169.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2119.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2131.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2143.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2144.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2145.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2146.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2148.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2149.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2150.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2151.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2152.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2158.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2159.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2163.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2164.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2166.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2167.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2169.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2172.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2175.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2176.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2177.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2178.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2179.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2180.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2181.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2182.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2183.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2184.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2185.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2186.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2187.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2188.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/2189.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/22056.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/22060.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/22061.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/22067.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/22068.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/22120.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/22121.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/22122.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/22123.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/23001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/23002.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/23003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/23004.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/23005.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/23006.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/23007.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/23008.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/23009.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/23016.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/23018.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/23031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/23032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/24003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25004.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25005.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25006.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25009.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25010.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25011.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25012.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25013.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25015.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25017.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25020.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25030.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25034.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25036.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25040.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25042.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25045.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25046.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25047.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25048.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25049.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25051.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25053.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25069.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25086.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25093.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25095.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25096.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25097.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25098.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25099.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25110.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25120.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25122.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25123.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/25124.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/26010.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/29001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/29002.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/30031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/30032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/31021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/31031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/33002.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/33003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/33005.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/33006.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/33015.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/33020.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/33021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/33022.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/33023.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/33024.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/33025.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/33026.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/33027.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/33028.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/33030.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/33031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/33032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/33033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/33035.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/33037.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/33038.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/33039.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/33041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/33042.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/33043.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/33044.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/33047.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/33048.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/33049.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/33050.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/33052.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/33053.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/33060.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/35000.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/35001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/35030.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/35031.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/35032.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/35033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/35034.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/40011.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/40012.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/40013.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/4059.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8001.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8002.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8003.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8004.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8005.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8006.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8007.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8008.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8009.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8010.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8011.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8012.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8013.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8014.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8016.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8017.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8018.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8021.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8023.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8024.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8025.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8026.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8029.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8033.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8035.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8036.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8039.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8040.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8041.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8042.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8043.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8050.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8051.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8052.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8053.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8054.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8060.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8065.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8066.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8070.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8072.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8074.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8075.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8076.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8077.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8079.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8080.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8081.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8082.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8083.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/codetables/8085.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/element.table -%%DATADIR%%/definitions/bufr/tables/0/wmo/9/sequence.def +%%DATADIR%%/definitions/bufr/tables/0/wmo/7 +%%DATADIR%%/definitions/bufr/tables/0/wmo/8 +%%DATADIR%%/definitions/bufr/tables/0/wmo/9 %%DATADIR%%/definitions/bufr/tables/3/local/1/98/0/element.table %%DATADIR%%/definitions/bufr/tables/3/local/1/98/0/sequence.def %%DATADIR%%/definitions/bufr/tables/3/wmo/11/element.table @@ -19861,8 +15806,13 @@ libdata/pkgconfig/eccodes.pc %%DATADIR%%/definitions/grib2/boot_multifield.def %%DATADIR%%/definitions/grib2/cfName.def %%DATADIR%%/definitions/grib2/cfVarName.def +%%DATADIR%%/definitions/grib2/chemFormula.def +%%DATADIR%%/definitions/grib2/chemId.def +%%DATADIR%%/definitions/grib2/chemName.def +%%DATADIR%%/definitions/grib2/chemShortName.def %%DATADIR%%/definitions/grib2/combinationOfAttributesOfTileConcept.def %%DATADIR%%/definitions/grib2/crraLocalVersion.table +%%DATADIR%%/definitions/grib2/crra_ci_suiteName.table %%DATADIR%%/definitions/grib2/crra_suiteName.table %%DATADIR%%/definitions/grib2/destineLocalVersion.table %%DATADIR%%/definitions/grib2/destine_activity.table @@ -19935,18 +15885,18 @@ libdata/pkgconfig/eccodes.pc %%DATADIR%%/definitions/grib2/local/ecmf/template.4.65533.def %%DATADIR%%/definitions/grib2/local/ecmf/template.4.65534.def %%DATADIR%%/definitions/grib2/local/kwbc/template.3.32769.def -%%DATADIR%%/definitions/grib2/localConcepts/cerise/MTG2SwitchViaTablesVersionConcept.def +%%DATADIR%%/definitions/grib2/localConcepts/cerise/MTG2SwitchConcept.def %%DATADIR%%/definitions/grib2/localConcepts/cerise/cfName.def %%DATADIR%%/definitions/grib2/localConcepts/cerise/cfVarName.def -%%DATADIR%%/definitions/grib2/localConcepts/cerise/name.def -%%DATADIR%%/definitions/grib2/localConcepts/cerise/paramId.def -%%DATADIR%%/definitions/grib2/localConcepts/cerise/shortName.def -%%DATADIR%%/definitions/grib2/localConcepts/cerise/units.def +%%DATADIR%%/definitions/grib2/localConcepts/cerise/name.lte33.def +%%DATADIR%%/definitions/grib2/localConcepts/cerise/paramId.lte33.def +%%DATADIR%%/definitions/grib2/localConcepts/cerise/shortName.lte33.def +%%DATADIR%%/definitions/grib2/localConcepts/cerise/units.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/cnmc/name.def %%DATADIR%%/definitions/grib2/localConcepts/cnmc/paramId.def %%DATADIR%%/definitions/grib2/localConcepts/cnmc/shortName.def %%DATADIR%%/definitions/grib2/localConcepts/cnmc/units.def -%%DATADIR%%/definitions/grib2/localConcepts/destine/MTG2SwitchConcept.def +%%DATADIR%%/definitions/grib2/localConcepts/destine/MTG2SwitchViaTablesVersionConcept.def %%DATADIR%%/definitions/grib2/localConcepts/destine/cfName.def %%DATADIR%%/definitions/grib2/localConcepts/destine/destineOriginConcept.def %%DATADIR%%/definitions/grib2/localConcepts/destine/gridSpecificationConcept.def @@ -19957,9 +15907,13 @@ libdata/pkgconfig/eccodes.pc %%DATADIR%%/definitions/grib2/localConcepts/destine/modelVersionConcept.HARMONIE-AROME.def %%DATADIR%%/definitions/grib2/localConcepts/destine/modelVersionConcept.IFS.def %%DATADIR%%/definitions/grib2/localConcepts/destine/name.def +%%DATADIR%%/definitions/grib2/localConcepts/destine/name.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/destine/paramId.def +%%DATADIR%%/definitions/grib2/localConcepts/destine/paramId.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/destine/shortName.def +%%DATADIR%%/definitions/grib2/localConcepts/destine/shortName.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/destine/units.def +%%DATADIR%%/definitions/grib2/localConcepts/destine/units.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/destinegen1/MTG2SwitchConcept.def %%DATADIR%%/definitions/grib2/localConcepts/destinegen1/destineOriginConcept.def %%DATADIR%%/definitions/grib2/localConcepts/destinegen1/gridSpecificationConcept.def @@ -19969,6 +15923,10 @@ libdata/pkgconfig/eccodes.pc %%DATADIR%%/definitions/grib2/localConcepts/ecmf/cfName.legacy.def %%DATADIR%%/definitions/grib2/localConcepts/ecmf/cfVarName.def %%DATADIR%%/definitions/grib2/localConcepts/ecmf/cfVarName.legacy.def +%%DATADIR%%/definitions/grib2/localConcepts/ecmf/chemFormula.def +%%DATADIR%%/definitions/grib2/localConcepts/ecmf/chemId.def +%%DATADIR%%/definitions/grib2/localConcepts/ecmf/chemName.def +%%DATADIR%%/definitions/grib2/localConcepts/ecmf/chemShortName.def %%DATADIR%%/definitions/grib2/localConcepts/ecmf/marsLevtypeConcept.def %%DATADIR%%/definitions/grib2/localConcepts/ecmf/modelNameConcept.def %%DATADIR%%/definitions/grib2/localConcepts/ecmf/modelVersionConcept.IFS.def @@ -19977,15 +15935,24 @@ libdata/pkgconfig/eccodes.pc %%DATADIR%%/definitions/grib2/localConcepts/ecmf/modelVersionConcept.aifs-ens.def %%DATADIR%%/definitions/grib2/localConcepts/ecmf/modelVersionConcept.aifs-single-mse.def %%DATADIR%%/definitions/grib2/localConcepts/ecmf/modelVersionConcept.aifs-single.def +%%DATADIR%%/definitions/grib2/localConcepts/ecmf/name.chemsplit.def %%DATADIR%%/definitions/grib2/localConcepts/ecmf/name.def %%DATADIR%%/definitions/grib2/localConcepts/ecmf/name.legacy.def +%%DATADIR%%/definitions/grib2/localConcepts/ecmf/name.lte33.def +%%DATADIR%%/definitions/grib2/localConcepts/ecmf/paramId.chemsplit.def %%DATADIR%%/definitions/grib2/localConcepts/ecmf/paramId.def %%DATADIR%%/definitions/grib2/localConcepts/ecmf/paramId.legacy.def +%%DATADIR%%/definitions/grib2/localConcepts/ecmf/paramId.lte33.def +%%DATADIR%%/definitions/grib2/localConcepts/ecmf/shortName.chemsplit.def %%DATADIR%%/definitions/grib2/localConcepts/ecmf/shortName.def %%DATADIR%%/definitions/grib2/localConcepts/ecmf/shortName.legacy.def +%%DATADIR%%/definitions/grib2/localConcepts/ecmf/shortName.lte33.def +%%DATADIR%%/definitions/grib2/localConcepts/ecmf/timespanConcept.def %%DATADIR%%/definitions/grib2/localConcepts/ecmf/typeOfLevelConcept.def +%%DATADIR%%/definitions/grib2/localConcepts/ecmf/units.chemsplit.def %%DATADIR%%/definitions/grib2/localConcepts/ecmf/units.def %%DATADIR%%/definitions/grib2/localConcepts/ecmf/units.legacy.def +%%DATADIR%%/definitions/grib2/localConcepts/ecmf/units.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/ecmf/unstructuredGrid.def %%DATADIR%%/definitions/grib2/localConcepts/ecmf/unstructuredGridSubtype.def %%DATADIR%%/definitions/grib2/localConcepts/ecmf/unstructuredGridType.def @@ -20001,23 +15968,27 @@ libdata/pkgconfig/eccodes.pc %%DATADIR%%/definitions/grib2/localConcepts/efkl/units.def %%DATADIR%%/definitions/grib2/localConcepts/egrr/cfVarName.def %%DATADIR%%/definitions/grib2/localConcepts/egrr/name.def +%%DATADIR%%/definitions/grib2/localConcepts/egrr/name.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/egrr/paramId.def +%%DATADIR%%/definitions/grib2/localConcepts/egrr/paramId.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/egrr/shortName.def +%%DATADIR%%/definitions/grib2/localConcepts/egrr/shortName.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/egrr/units.def +%%DATADIR%%/definitions/grib2/localConcepts/egrr/units.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/ekmi/name.def %%DATADIR%%/definitions/grib2/localConcepts/ekmi/paramId.def %%DATADIR%%/definitions/grib2/localConcepts/ekmi/shortName.def %%DATADIR%%/definitions/grib2/localConcepts/ekmi/units.def %%DATADIR%%/definitions/grib2/localConcepts/era/MTG2SwitchConcept.def %%DATADIR%%/definitions/grib2/localConcepts/era/cfName.def -%%DATADIR%%/definitions/grib2/localConcepts/era/name.def %%DATADIR%%/definitions/grib2/localConcepts/era/name.legacy.def -%%DATADIR%%/definitions/grib2/localConcepts/era/paramId.def +%%DATADIR%%/definitions/grib2/localConcepts/era/name.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/era/paramId.legacy.def -%%DATADIR%%/definitions/grib2/localConcepts/era/shortName.def +%%DATADIR%%/definitions/grib2/localConcepts/era/paramId.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/era/shortName.legacy.def -%%DATADIR%%/definitions/grib2/localConcepts/era/units.def +%%DATADIR%%/definitions/grib2/localConcepts/era/shortName.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/era/units.legacy.def +%%DATADIR%%/definitions/grib2/localConcepts/era/units.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/era6/MTG2SwitchConcept.def %%DATADIR%%/definitions/grib2/localConcepts/era6/cfName.def %%DATADIR%%/definitions/grib2/localConcepts/era6/marsLevtypeConcept.def @@ -20033,67 +16004,97 @@ libdata/pkgconfig/eccodes.pc %%DATADIR%%/definitions/grib2/localConcepts/eswi/paramId.def %%DATADIR%%/definitions/grib2/localConcepts/eswi/shortName.def %%DATADIR%%/definitions/grib2/localConcepts/eswi/units.def +%%DATADIR%%/definitions/grib2/localConcepts/fire/MTG2SwitchViaTablesVersionConcept.def %%DATADIR%%/definitions/grib2/localConcepts/hydro/MTG2SwitchConcept.def %%DATADIR%%/definitions/grib2/localConcepts/hydro/cfVarName.def -%%DATADIR%%/definitions/grib2/localConcepts/hydro/name.def -%%DATADIR%%/definitions/grib2/localConcepts/hydro/paramId.def -%%DATADIR%%/definitions/grib2/localConcepts/hydro/shortName.def -%%DATADIR%%/definitions/grib2/localConcepts/hydro/units.def +%%DATADIR%%/definitions/grib2/localConcepts/hydro/name.lte33.def +%%DATADIR%%/definitions/grib2/localConcepts/hydro/paramId.lte33.def +%%DATADIR%%/definitions/grib2/localConcepts/hydro/shortName.lte33.def +%%DATADIR%%/definitions/grib2/localConcepts/hydro/units.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/kwbc/cfVarName.def %%DATADIR%%/definitions/grib2/localConcepts/kwbc/name.def +%%DATADIR%%/definitions/grib2/localConcepts/kwbc/name.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/kwbc/paramId.def +%%DATADIR%%/definitions/grib2/localConcepts/kwbc/paramId.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/kwbc/shortName.def +%%DATADIR%%/definitions/grib2/localConcepts/kwbc/shortName.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/kwbc/typeOfLevelConcept.def %%DATADIR%%/definitions/grib2/localConcepts/kwbc/units.def +%%DATADIR%%/definitions/grib2/localConcepts/kwbc/units.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/lfpw/faFieldName.def %%DATADIR%%/definitions/grib2/localConcepts/lfpw/faLevelName.def %%DATADIR%%/definitions/grib2/localConcepts/lfpw/faModelName.def %%DATADIR%%/definitions/grib2/localConcepts/lfpw/name.def +%%DATADIR%%/definitions/grib2/localConcepts/lfpw/name.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/lfpw/paramId.def +%%DATADIR%%/definitions/grib2/localConcepts/lfpw/paramId.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/lfpw/shortName.def +%%DATADIR%%/definitions/grib2/localConcepts/lfpw/shortName.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/lfpw/units.def +%%DATADIR%%/definitions/grib2/localConcepts/lfpw/units.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/lfpw1/name.def %%DATADIR%%/definitions/grib2/localConcepts/lfpw1/paramId.def %%DATADIR%%/definitions/grib2/localConcepts/lfpw1/shortName.def %%DATADIR%%/definitions/grib2/localConcepts/lfpw1/units.def -%%DATADIR%%/definitions/grib2/localConcepts/nextgems/MTG2SwitchConcept.def +%%DATADIR%%/definitions/grib2/localConcepts/nextgems/MTG2SwitchViaTablesVersionConcept.def %%DATADIR%%/definitions/grib2/localConcepts/nextgems/cfName.def %%DATADIR%%/definitions/grib2/localConcepts/nextgems/marsLevtypeConcept.def %%DATADIR%%/definitions/grib2/localConcepts/nextgems/name.def +%%DATADIR%%/definitions/grib2/localConcepts/nextgems/name.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/nextgems/paramId.def +%%DATADIR%%/definitions/grib2/localConcepts/nextgems/paramId.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/nextgems/shortName.def +%%DATADIR%%/definitions/grib2/localConcepts/nextgems/shortName.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/nextgems/units.def +%%DATADIR%%/definitions/grib2/localConcepts/nextgems/units.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/s2s/MTG2SwitchViaTablesVersionConcept.def %%DATADIR%%/definitions/grib2/localConcepts/s2s/cfName.def %%DATADIR%%/definitions/grib2/localConcepts/s2s/cfVarName.def %%DATADIR%%/definitions/grib2/localConcepts/s2s/name.def +%%DATADIR%%/definitions/grib2/localConcepts/s2s/name.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/s2s/paramId.def +%%DATADIR%%/definitions/grib2/localConcepts/s2s/paramId.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/s2s/shortName.def +%%DATADIR%%/definitions/grib2/localConcepts/s2s/shortName.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/s2s/units.def +%%DATADIR%%/definitions/grib2/localConcepts/s2s/units.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/tigge/MTG2SwitchViaTablesVersionConcept.def %%DATADIR%%/definitions/grib2/localConcepts/tigge/cfVarName.def %%DATADIR%%/definitions/grib2/localConcepts/tigge/name.def +%%DATADIR%%/definitions/grib2/localConcepts/tigge/name.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/tigge/paramId.def +%%DATADIR%%/definitions/grib2/localConcepts/tigge/paramId.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/tigge/shortName.def +%%DATADIR%%/definitions/grib2/localConcepts/tigge/shortName.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/tigge/units.def +%%DATADIR%%/definitions/grib2/localConcepts/tigge/units.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/uerra/MTG2SwitchViaTablesVersionConcept.def %%DATADIR%%/definitions/grib2/localConcepts/uerra/cfName.def %%DATADIR%%/definitions/grib2/localConcepts/uerra/cfVarName.def %%DATADIR%%/definitions/grib2/localConcepts/uerra/marsLevtypeConcept.def %%DATADIR%%/definitions/grib2/localConcepts/uerra/name.def +%%DATADIR%%/definitions/grib2/localConcepts/uerra/name.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/uerra/paramId.def +%%DATADIR%%/definitions/grib2/localConcepts/uerra/paramId.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/uerra/shortName.def +%%DATADIR%%/definitions/grib2/localConcepts/uerra/shortName.lte33.def %%DATADIR%%/definitions/grib2/localConcepts/uerra/units.def +%%DATADIR%%/definitions/grib2/localConcepts/uerra/units.lte33.def %%DATADIR%%/definitions/grib2/ls_labeling.82.def %%DATADIR%%/definitions/grib2/marsLevtypeConcept.def %%DATADIR%%/definitions/grib2/mars_labeling.82.def %%DATADIR%%/definitions/grib2/mars_labeling.def %%DATADIR%%/definitions/grib2/modelNameConcept.def +%%DATADIR%%/definitions/grib2/name.chemsplit.def %%DATADIR%%/definitions/grib2/name.def %%DATADIR%%/definitions/grib2/name.legacy.def +%%DATADIR%%/definitions/grib2/name.lte33.def +%%DATADIR%%/definitions/grib2/paramId.chemsplit.def %%DATADIR%%/definitions/grib2/paramId.def %%DATADIR%%/definitions/grib2/paramId.legacy.def +%%DATADIR%%/definitions/grib2/paramId.lte33.def %%DATADIR%%/definitions/grib2/parameters.def +%%DATADIR%%/definitions/grib2/paramtypeConcept.def %%DATADIR%%/definitions/grib2/postProcessingConcept.def %%DATADIR%%/definitions/grib2/post_meta_data.hook.products_12.def %%DATADIR%%/definitions/grib2/productDefinitionTemplateConcept.def @@ -20125,111 +16126,12 @@ libdata/pkgconfig/eccodes.pc %%DATADIR%%/definitions/grib2/section.7.def %%DATADIR%%/definitions/grib2/section.8.def %%DATADIR%%/definitions/grib2/sections.def +%%DATADIR%%/definitions/grib2/shortName.chemsplit.def %%DATADIR%%/definitions/grib2/shortName.def %%DATADIR%%/definitions/grib2/shortName.legacy.def +%%DATADIR%%/definitions/grib2/shortName.lte33.def %%DATADIR%%/definitions/grib2/stepUnits.def %%DATADIR%%/definitions/grib2/tables/0.0.table -%%DATADIR%%/definitions/grib2/tables/0/0.0.table -%%DATADIR%%/definitions/grib2/tables/0/1.0.table -%%DATADIR%%/definitions/grib2/tables/0/1.1.table -%%DATADIR%%/definitions/grib2/tables/0/1.2.table -%%DATADIR%%/definitions/grib2/tables/0/1.3.table -%%DATADIR%%/definitions/grib2/tables/0/1.4.table -%%DATADIR%%/definitions/grib2/tables/0/3.0.table -%%DATADIR%%/definitions/grib2/tables/0/3.1.table -%%DATADIR%%/definitions/grib2/tables/0/3.10.table -%%DATADIR%%/definitions/grib2/tables/0/3.11.table -%%DATADIR%%/definitions/grib2/tables/0/3.15.table -%%DATADIR%%/definitions/grib2/tables/0/3.2.table -%%DATADIR%%/definitions/grib2/tables/0/3.20.table -%%DATADIR%%/definitions/grib2/tables/0/3.21.table -%%DATADIR%%/definitions/grib2/tables/0/3.3.table -%%DATADIR%%/definitions/grib2/tables/0/3.4.table -%%DATADIR%%/definitions/grib2/tables/0/3.5.table -%%DATADIR%%/definitions/grib2/tables/0/3.6.table -%%DATADIR%%/definitions/grib2/tables/0/3.7.table -%%DATADIR%%/definitions/grib2/tables/0/3.8.table -%%DATADIR%%/definitions/grib2/tables/0/3.9.table -%%DATADIR%%/definitions/grib2/tables/0/4.0.table -%%DATADIR%%/definitions/grib2/tables/0/4.1.0.table -%%DATADIR%%/definitions/grib2/tables/0/4.1.1.table -%%DATADIR%%/definitions/grib2/tables/0/4.1.10.table -%%DATADIR%%/definitions/grib2/tables/0/4.1.2.table -%%DATADIR%%/definitions/grib2/tables/0/4.1.3.table -%%DATADIR%%/definitions/grib2/tables/0/4.1.table -%%DATADIR%%/definitions/grib2/tables/0/4.10.table -%%DATADIR%%/definitions/grib2/tables/0/4.11.table -%%DATADIR%%/definitions/grib2/tables/0/4.12.table -%%DATADIR%%/definitions/grib2/tables/0/4.13.table -%%DATADIR%%/definitions/grib2/tables/0/4.14.table -%%DATADIR%%/definitions/grib2/tables/0/4.15.table -%%DATADIR%%/definitions/grib2/tables/0/4.151.table -%%DATADIR%%/definitions/grib2/tables/0/4.2.0.0.table -%%DATADIR%%/definitions/grib2/tables/0/4.2.0.1.table -%%DATADIR%%/definitions/grib2/tables/0/4.2.0.13.table -%%DATADIR%%/definitions/grib2/tables/0/4.2.0.14.table -%%DATADIR%%/definitions/grib2/tables/0/4.2.0.15.table -%%DATADIR%%/definitions/grib2/tables/0/4.2.0.18.table -%%DATADIR%%/definitions/grib2/tables/0/4.2.0.19.table -%%DATADIR%%/definitions/grib2/tables/0/4.2.0.190.table -%%DATADIR%%/definitions/grib2/tables/0/4.2.0.191.table -%%DATADIR%%/definitions/grib2/tables/0/4.2.0.2.table -%%DATADIR%%/definitions/grib2/tables/0/4.2.0.20.table -%%DATADIR%%/definitions/grib2/tables/0/4.2.0.3.table -%%DATADIR%%/definitions/grib2/tables/0/4.2.0.4.table -%%DATADIR%%/definitions/grib2/tables/0/4.2.0.5.table -%%DATADIR%%/definitions/grib2/tables/0/4.2.0.6.table -%%DATADIR%%/definitions/grib2/tables/0/4.2.0.7.table -%%DATADIR%%/definitions/grib2/tables/0/4.2.1.0.table -%%DATADIR%%/definitions/grib2/tables/0/4.2.1.1.table -%%DATADIR%%/definitions/grib2/tables/0/4.2.10.0.table -%%DATADIR%%/definitions/grib2/tables/0/4.2.10.1.table -%%DATADIR%%/definitions/grib2/tables/0/4.2.10.2.table -%%DATADIR%%/definitions/grib2/tables/0/4.2.10.3.table -%%DATADIR%%/definitions/grib2/tables/0/4.2.10.4.table -%%DATADIR%%/definitions/grib2/tables/0/4.2.2.0.table -%%DATADIR%%/definitions/grib2/tables/0/4.2.2.3.table -%%DATADIR%%/definitions/grib2/tables/0/4.2.3.0.table -%%DATADIR%%/definitions/grib2/tables/0/4.2.3.1.table -%%DATADIR%%/definitions/grib2/tables/0/4.201.table -%%DATADIR%%/definitions/grib2/tables/0/4.202.table -%%DATADIR%%/definitions/grib2/tables/0/4.203.table -%%DATADIR%%/definitions/grib2/tables/0/4.204.table -%%DATADIR%%/definitions/grib2/tables/0/4.205.table -%%DATADIR%%/definitions/grib2/tables/0/4.206.table -%%DATADIR%%/definitions/grib2/tables/0/4.207.table -%%DATADIR%%/definitions/grib2/tables/0/4.208.table -%%DATADIR%%/definitions/grib2/tables/0/4.209.table -%%DATADIR%%/definitions/grib2/tables/0/4.210.table -%%DATADIR%%/definitions/grib2/tables/0/4.211.table -%%DATADIR%%/definitions/grib2/tables/0/4.212.table -%%DATADIR%%/definitions/grib2/tables/0/4.213.table -%%DATADIR%%/definitions/grib2/tables/0/4.215.table -%%DATADIR%%/definitions/grib2/tables/0/4.216.table -%%DATADIR%%/definitions/grib2/tables/0/4.217.table -%%DATADIR%%/definitions/grib2/tables/0/4.220.table -%%DATADIR%%/definitions/grib2/tables/0/4.221.table -%%DATADIR%%/definitions/grib2/tables/0/4.230.table -%%DATADIR%%/definitions/grib2/tables/0/4.3.table -%%DATADIR%%/definitions/grib2/tables/0/4.4.table -%%DATADIR%%/definitions/grib2/tables/0/4.5.table -%%DATADIR%%/definitions/grib2/tables/0/4.6.table -%%DATADIR%%/definitions/grib2/tables/0/4.7.table -%%DATADIR%%/definitions/grib2/tables/0/4.8.table -%%DATADIR%%/definitions/grib2/tables/0/4.9.table -%%DATADIR%%/definitions/grib2/tables/0/4.91.table -%%DATADIR%%/definitions/grib2/tables/0/5.0.table -%%DATADIR%%/definitions/grib2/tables/0/5.1.table -%%DATADIR%%/definitions/grib2/tables/0/5.2.table -%%DATADIR%%/definitions/grib2/tables/0/5.3.table -%%DATADIR%%/definitions/grib2/tables/0/5.4.table -%%DATADIR%%/definitions/grib2/tables/0/5.40.table -%%DATADIR%%/definitions/grib2/tables/0/5.5.table -%%DATADIR%%/definitions/grib2/tables/0/5.6.table -%%DATADIR%%/definitions/grib2/tables/0/5.7.table -%%DATADIR%%/definitions/grib2/tables/0/5.8.table -%%DATADIR%%/definitions/grib2/tables/0/5.9.table -%%DATADIR%%/definitions/grib2/tables/0/6.0.table %%DATADIR%%/definitions/grib2/tables/1.0.table %%DATADIR%%/definitions/grib2/tables/1/0.0.table %%DATADIR%%/definitions/grib2/tables/1/1.0.table @@ -23984,6 +19886,188 @@ libdata/pkgconfig/eccodes.pc %%DATADIR%%/definitions/grib2/tables/34/5.6.table %%DATADIR%%/definitions/grib2/tables/34/5.7.table %%DATADIR%%/definitions/grib2/tables/34/6.0.table +%%DATADIR%%/definitions/grib2/tables/35/%%PERL_VER%%.table +%%DATADIR%%/definitions/grib2/tables/35/0.0.table +%%DATADIR%%/definitions/grib2/tables/35/1.0.table +%%DATADIR%%/definitions/grib2/tables/35/1.1.table +%%DATADIR%%/definitions/grib2/tables/35/1.2.table +%%DATADIR%%/definitions/grib2/tables/35/1.3.table +%%DATADIR%%/definitions/grib2/tables/35/1.4.table +%%DATADIR%%/definitions/grib2/tables/35/1.5.table +%%DATADIR%%/definitions/grib2/tables/35/1.6.table +%%DATADIR%%/definitions/grib2/tables/35/3.0.table +%%DATADIR%%/definitions/grib2/tables/35/3.1.table +%%DATADIR%%/definitions/grib2/tables/35/3.10.table +%%DATADIR%%/definitions/grib2/tables/35/3.11.table +%%DATADIR%%/definitions/grib2/tables/35/3.12.table +%%DATADIR%%/definitions/grib2/tables/35/3.13.table +%%DATADIR%%/definitions/grib2/tables/35/3.15.table +%%DATADIR%%/definitions/grib2/tables/35/3.2.table +%%DATADIR%%/definitions/grib2/tables/35/3.20.table +%%DATADIR%%/definitions/grib2/tables/35/3.21.table +%%DATADIR%%/definitions/grib2/tables/35/3.25.table +%%DATADIR%%/definitions/grib2/tables/35/3.3.table +%%DATADIR%%/definitions/grib2/tables/35/3.4.table +%%DATADIR%%/definitions/grib2/tables/35/3.5.table +%%DATADIR%%/definitions/grib2/tables/35/3.6.table +%%DATADIR%%/definitions/grib2/tables/35/3.7.table +%%DATADIR%%/definitions/grib2/tables/35/3.8.table +%%DATADIR%%/definitions/grib2/tables/35/3.9.table +%%DATADIR%%/definitions/grib2/tables/35/4.0.table +%%DATADIR%%/definitions/grib2/tables/35/4.1.0.table +%%DATADIR%%/definitions/grib2/tables/35/4.1.1.table +%%DATADIR%%/definitions/grib2/tables/35/4.1.10.table +%%DATADIR%%/definitions/grib2/tables/35/4.1.191.table +%%DATADIR%%/definitions/grib2/tables/35/4.1.2.table +%%DATADIR%%/definitions/grib2/tables/35/4.1.20.table +%%DATADIR%%/definitions/grib2/tables/35/4.1.3.table +%%DATADIR%%/definitions/grib2/tables/35/4.1.4.table +%%DATADIR%%/definitions/grib2/tables/35/4.10.table +%%DATADIR%%/definitions/grib2/tables/35/4.100.table +%%DATADIR%%/definitions/grib2/tables/35/4.101.table +%%DATADIR%%/definitions/grib2/tables/35/4.102.table +%%DATADIR%%/definitions/grib2/tables/35/4.103.table +%%DATADIR%%/definitions/grib2/tables/35/4.104.table +%%DATADIR%%/definitions/grib2/tables/35/4.105.table +%%DATADIR%%/definitions/grib2/tables/35/4.106.table +%%DATADIR%%/definitions/grib2/tables/35/4.11.table +%%DATADIR%%/definitions/grib2/tables/35/4.12.table +%%DATADIR%%/definitions/grib2/tables/35/4.120.table +%%DATADIR%%/definitions/grib2/tables/35/4.121.table +%%DATADIR%%/definitions/grib2/tables/35/4.122.table +%%DATADIR%%/definitions/grib2/tables/35/4.13.table +%%DATADIR%%/definitions/grib2/tables/35/4.14.table +%%DATADIR%%/definitions/grib2/tables/35/4.15.table +%%DATADIR%%/definitions/grib2/tables/35/4.16.table +%%DATADIR%%/definitions/grib2/tables/35/4.192.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.0.0.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.0.1.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.0.13.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.0.14.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.0.15.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.0.16.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.0.17.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.0.18.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.0.19.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.0.190.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.0.191.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.0.2.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.0.20.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.0.21.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.0.22.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.0.3.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.0.4.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.0.5.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.0.6.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.0.7.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.1.0.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.1.1.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.1.2.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.10.0.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.10.1.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.10.191.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.10.2.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.10.3.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.10.4.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.191.0.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.2.0.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.2.3.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.2.4.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.2.5.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.2.6.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.2.7.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.20.0.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.20.1.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.20.2.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.20.3.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.20.4.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.20.5.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.3.0.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.3.1.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.3.2.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.3.3.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.3.4.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.3.5.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.3.6.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.4.0.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.4.1.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.4.10.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.4.2.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.4.3.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.4.4.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.4.5.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.4.6.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.4.7.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.4.8.table +%%DATADIR%%/definitions/grib2/tables/35/4.2.4.9.table +%%DATADIR%%/definitions/grib2/tables/35/4.201.table +%%DATADIR%%/definitions/grib2/tables/35/4.202.table +%%DATADIR%%/definitions/grib2/tables/35/4.203.table +%%DATADIR%%/definitions/grib2/tables/35/4.204.table +%%DATADIR%%/definitions/grib2/tables/35/4.205.table +%%DATADIR%%/definitions/grib2/tables/35/4.206.table +%%DATADIR%%/definitions/grib2/tables/35/4.207.table +%%DATADIR%%/definitions/grib2/tables/35/4.208.table +%%DATADIR%%/definitions/grib2/tables/35/4.209.table +%%DATADIR%%/definitions/grib2/tables/35/4.210.table +%%DATADIR%%/definitions/grib2/tables/35/4.211.table +%%DATADIR%%/definitions/grib2/tables/35/4.212.table +%%DATADIR%%/definitions/grib2/tables/35/4.213.table +%%DATADIR%%/definitions/grib2/tables/35/4.214.table +%%DATADIR%%/definitions/grib2/tables/35/4.215.table +%%DATADIR%%/definitions/grib2/tables/35/4.216.table +%%DATADIR%%/definitions/grib2/tables/35/4.217.table +%%DATADIR%%/definitions/grib2/tables/35/4.218.table +%%DATADIR%%/definitions/grib2/tables/35/4.219.table +%%DATADIR%%/definitions/grib2/tables/35/4.220.table +%%DATADIR%%/definitions/grib2/tables/35/4.221.table +%%DATADIR%%/definitions/grib2/tables/35/4.222.table +%%DATADIR%%/definitions/grib2/tables/35/4.223.table +%%DATADIR%%/definitions/grib2/tables/35/4.224.table +%%DATADIR%%/definitions/grib2/tables/35/4.225.table +%%DATADIR%%/definitions/grib2/tables/35/4.227.table +%%DATADIR%%/definitions/grib2/tables/35/4.228.table +%%DATADIR%%/definitions/grib2/tables/35/4.230.table +%%DATADIR%%/definitions/grib2/tables/35/4.233.table +%%DATADIR%%/definitions/grib2/tables/35/4.234.table +%%DATADIR%%/definitions/grib2/tables/35/4.236.table +%%DATADIR%%/definitions/grib2/tables/35/4.238.table +%%DATADIR%%/definitions/grib2/tables/35/4.239.table +%%DATADIR%%/definitions/grib2/tables/35/4.240.table +%%DATADIR%%/definitions/grib2/tables/35/4.241.table +%%DATADIR%%/definitions/grib2/tables/35/4.242.table +%%DATADIR%%/definitions/grib2/tables/35/4.243.table +%%DATADIR%%/definitions/grib2/tables/35/4.244.table +%%DATADIR%%/definitions/grib2/tables/35/4.246.table +%%DATADIR%%/definitions/grib2/tables/35/4.247.table +%%DATADIR%%/definitions/grib2/tables/35/4.248.table +%%DATADIR%%/definitions/grib2/tables/35/4.249.table +%%DATADIR%%/definitions/grib2/tables/35/4.250.table +%%DATADIR%%/definitions/grib2/tables/35/4.251.table +%%DATADIR%%/definitions/grib2/tables/35/4.252.table +%%DATADIR%%/definitions/grib2/tables/35/4.253.table +%%DATADIR%%/definitions/grib2/tables/35/4.3.table +%%DATADIR%%/definitions/grib2/tables/35/4.333.table +%%DATADIR%%/definitions/grib2/tables/35/4.335.table +%%DATADIR%%/definitions/grib2/tables/35/4.336.table +%%DATADIR%%/definitions/grib2/tables/35/4.4.table +%%DATADIR%%/definitions/grib2/tables/35/4.5.table +%%DATADIR%%/definitions/grib2/tables/35/4.6.table +%%DATADIR%%/definitions/grib2/tables/35/4.7.table +%%DATADIR%%/definitions/grib2/tables/35/4.8.table +%%DATADIR%%/definitions/grib2/tables/35/4.9.table +%%DATADIR%%/definitions/grib2/tables/35/4.91.table +%%DATADIR%%/definitions/grib2/tables/35/5.0.table +%%DATADIR%%/definitions/grib2/tables/35/5.1.table +%%DATADIR%%/definitions/grib2/tables/35/5.2.table +%%DATADIR%%/definitions/grib2/tables/35/5.25.table +%%DATADIR%%/definitions/grib2/tables/35/5.26.table +%%DATADIR%%/definitions/grib2/tables/35/5.3.table +%%DATADIR%%/definitions/grib2/tables/35/5.4.table +%%DATADIR%%/definitions/grib2/tables/35/5.5.table +%%DATADIR%%/definitions/grib2/tables/35/5.6.table +%%DATADIR%%/definitions/grib2/tables/35/5.7.table +%%DATADIR%%/definitions/grib2/tables/35/6.0.table %%DATADIR%%/definitions/grib2/tables/4/0.0.table %%DATADIR%%/definitions/grib2/tables/4/1.0.table %%DATADIR%%/definitions/grib2/tables/4/1.1.table @@ -25035,11 +21119,14 @@ libdata/pkgconfig/eccodes.pc %%DATADIR%%/definitions/grib2/templates/template.7.second_order.def %%DATADIR%%/definitions/grib2/tiggeLocalVersion.table %%DATADIR%%/definitions/grib2/tigge_suiteName.table +%%DATADIR%%/definitions/grib2/timespanConcept.def %%DATADIR%%/definitions/grib2/typeOfLevelConcept.def %%DATADIR%%/definitions/grib2/typeOfUnstructuredGridConcept.def %%DATADIR%%/definitions/grib2/uerraLocalVersion.table +%%DATADIR%%/definitions/grib2/units.chemsplit.def %%DATADIR%%/definitions/grib2/units.def %%DATADIR%%/definitions/grib2/units.legacy.def +%%DATADIR%%/definitions/grib2/units.lte33.def %%DATADIR%%/definitions/grib2/unstructuredGridConcept.def %%DATADIR%%/definitions/grib2/unstructuredGridSubtype.def %%DATADIR%%/definitions/grib2/unstructuredGridType.def @@ -25872,7 +21959,6 @@ libdata/pkgconfig/eccodes.pc %%DATADIR%%/definitions/mars/stream.table %%DATADIR%%/definitions/mars/type.table %%DATADIR%%/definitions/mars/wave_domain.def -%%DATADIR%%/definitions/mars_param.table %%DATADIR%%/definitions/metar/CCCC.txt %%DATADIR%%/definitions/metar/boot.def %%DATADIR%%/definitions/metar/boot.flexible.def @@ -25934,7 +22020,6 @@ libdata/pkgconfig/eccodes.pc %%DATADIR%%/definitions/metar/wind_Trend4.def %%DATADIR%%/definitions/metar/wind_shear.def %%DATADIR%%/definitions/metar/wrong_delayed.def -%%DATADIR%%/definitions/param_id.table %%DATADIR%%/definitions/param_limits.def %%DATADIR%%/definitions/parameters_version.def %%DATADIR%%/definitions/stepUnits.table diff --git a/science/elk/Makefile b/science/elk/Makefile index a092be431179..3901d4ab49f2 100644 --- a/science/elk/Makefile +++ b/science/elk/Makefile @@ -1,6 +1,6 @@ PORTNAME= elk DISTVERSION= 10.3.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= SF/${PORTNAME} PKGNAMESUFFIX= -chemistry diff --git a/science/kalzium/distinfo b/science/kalzium/distinfo index 3ca9e73e2f8f..55a8ed08734d 100644 --- a/science/kalzium/distinfo +++ b/science/kalzium/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036942 -SHA256 (KDE/release-service/25.04.2/kalzium-25.04.2.tar.xz) = 267ae25fd41fc03a386e432d56a7ce34f9ecba4ce5c56869ad0f5d60ad44db76 -SIZE (KDE/release-service/25.04.2/kalzium-25.04.2.tar.xz) = 22661016 +TIMESTAMP = 1751381644 +SHA256 (KDE/release-service/25.04.3/kalzium-25.04.3.tar.xz) = d8d76ae3d123d93fe0ddf33992d7c85292ec5560b76a634f9bf2d731c2fccada +SIZE (KDE/release-service/25.04.3/kalzium-25.04.3.tar.xz) = 22660296 diff --git a/science/py-qiskit/Makefile b/science/py-qiskit/Makefile index 34dfa65c6d12..e28c1d3cd27c 100644 --- a/science/py-qiskit/Makefile +++ b/science/py-qiskit/Makefile @@ -1,6 +1,6 @@ PORTNAME= qiskit DISTVERSION= 2.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/step/distinfo b/science/step/distinfo index 1b4693330a8d..d0003f376b70 100644 --- a/science/step/distinfo +++ b/science/step/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036945 -SHA256 (KDE/release-service/25.04.2/step-25.04.2.tar.xz) = 38a6e5eaf9dd87e5a21a16235ac31026b057b09eae503150769f5170dbc9407e -SIZE (KDE/release-service/25.04.2/step-25.04.2.tar.xz) = 988436 +TIMESTAMP = 1751381646 +SHA256 (KDE/release-service/25.04.3/step-25.04.3.tar.xz) = 0aa86e2dd0bebbd9da8b8b77d0da3cd924e25be7084accaf11850d51857fba3e +SIZE (KDE/release-service/25.04.3/step-25.04.3.tar.xz) = 987244 diff --git a/security/acmed/Makefile b/security/acmed/Makefile index 98121fbcbdde..8e0aa0273009 100644 --- a/security/acmed/Makefile +++ b/security/acmed/Makefile @@ -1,7 +1,7 @@ PORTNAME= acmed DISTVERSIONPREFIX= v DISTVERSION= 0.21.0 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= security MAINTAINER= ports@FreeBSD.org diff --git a/security/agave/Makefile b/security/agave/Makefile index da806fbe0654..aed19e0f2e41 100644 --- a/security/agave/Makefile +++ b/security/agave/Makefile @@ -1,7 +1,7 @@ PORTNAME= agave DISTVERSIONPREFIX= v DISTVERSION= 2.2.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security PKGNAMESUFFIX= -blockchain diff --git a/security/arti/Makefile b/security/arti/Makefile index 4d16a358b2e4..d12436f5eaec 100644 --- a/security/arti/Makefile +++ b/security/arti/Makefile @@ -1,5 +1,6 @@ PORTNAME= arti DISTVERSION= 1.4.4 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= cs@FreeBSD.org diff --git a/security/authenticator/Makefile b/security/authenticator/Makefile index 99e83a054b73..fb1d86d80305 100644 --- a/security/authenticator/Makefile +++ b/security/authenticator/Makefile @@ -1,6 +1,6 @@ PORTNAME= authenticator DISTVERSION= 4.4.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= security MAINTAINER= ports@FreeBSD.org diff --git a/security/authoscope/Makefile b/security/authoscope/Makefile index c24c36e7bb0f..94c87c4a6fdf 100644 --- a/security/authoscope/Makefile +++ b/security/authoscope/Makefile @@ -1,7 +1,7 @@ PORTNAME= authoscope DISTVERSIONPREFIX= v DISTVERSION= 0.8.1 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/cargo-audit/Makefile b/security/cargo-audit/Makefile index 5a80b2ac1eb2..750963d30c54 100644 --- a/security/cargo-audit/Makefile +++ b/security/cargo-audit/Makefile @@ -1,7 +1,7 @@ PORTNAME= cargo-audit DISTVERSIONPREFIX= ${PORTNAME}/v DISTVERSION= 0.21.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= security diff --git a/security/clamav-lts/Makefile b/security/clamav-lts/Makefile index 60a6937de18f..4c5fada1da92 100644 --- a/security/clamav-lts/Makefile +++ b/security/clamav-lts/Makefile @@ -1,6 +1,6 @@ PORTNAME= clamav DISTVERSION= 1.0.8 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= https://www.clamav.net/downloads/production/ diff --git a/security/clamav/Makefile b/security/clamav/Makefile index dec2065af9ae..7c24c7c797b7 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -1,6 +1,6 @@ PORTNAME= clamav DISTVERSION= 1.4.2 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= https://www.clamav.net/downloads/production/ diff --git a/security/cloak/Makefile b/security/cloak/Makefile index 31b49980b2ed..0dbc8fc8d3f6 100644 --- a/security/cloak/Makefile +++ b/security/cloak/Makefile @@ -1,7 +1,7 @@ PORTNAME= cloak DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= security MAINTAINER= ports@FreeBSD.org diff --git a/security/diswall/Makefile b/security/diswall/Makefile index f066bdac4a53..0bb4161f86b7 100644 --- a/security/diswall/Makefile +++ b/security/diswall/Makefile @@ -1,7 +1,7 @@ PORTNAME= diswall DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/flawz/Makefile b/security/flawz/Makefile index f65250d952a4..189d9e0f0b76 100644 --- a/security/flawz/Makefile +++ b/security/flawz/Makefile @@ -1,7 +1,7 @@ PORTNAME= flawz DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/gpg-tui/Makefile b/security/gpg-tui/Makefile index 4e82b6627493..97881f10986a 100644 --- a/security/gpg-tui/Makefile +++ b/security/gpg-tui/Makefile @@ -1,7 +1,7 @@ PORTNAME= gpg-tui DISTVERSIONPREFIX= v DISTVERSION= 0.11.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= se@FreeBSD.org diff --git a/security/kanidm/Makefile b/security/kanidm/Makefile index e79f46fee92e..776a57bba5e0 100644 --- a/security/kanidm/Makefile +++ b/security/kanidm/Makefile @@ -1,6 +1,6 @@ PORTNAME= kanidm DISTVERSIONPREFIX= v -DISTVERSION= 1.6.2 +DISTVERSION= 1.6.3 CATEGORIES= security net MAINTAINER= bofh@FreeBSD.org diff --git a/security/kanidm/Makefile.crates b/security/kanidm/Makefile.crates index 142b4ad552a5..f49487d21325 100644 --- a/security/kanidm/Makefile.crates +++ b/security/kanidm/Makefile.crates @@ -1,6 +1,6 @@ CARGO_CRATES= addr2line-0.24.2 \ adler2-2.0.0 \ - ahash-0.8.11 \ + ahash-0.8.12 \ aho-corasick-1.1.3 \ allocator-api2-0.2.21 \ android-tzdata-0.1.1 \ @@ -33,7 +33,7 @@ CARGO_CRATES= addr2line-0.24.2 \ axum-extra-0.9.6 \ axum-htmx-0.5.0 \ axum-macros-0.4.2 \ - backtrace-0.3.74 \ + backtrace-0.3.75 \ base32-0.5.1 \ base64-0.13.1 \ base64-0.21.7 \ @@ -60,15 +60,16 @@ CARGO_CRATES= addr2line-0.24.2 \ byteorder-1.5.0 \ byteorder-lite-0.1.0 \ bytes-1.10.1 \ - cc-1.2.21 \ + cc-1.2.22 \ cexpr-0.6.0 \ cfg-if-1.0.0 \ cfg_aliases-0.2.1 \ chrono-0.4.41 \ + cidr-0.3.1 \ clang-sys-1.8.1 \ - clap-4.5.37 \ - clap_builder-4.5.37 \ - clap_complete-4.5.48 \ + clap-4.5.38 \ + clap_builder-4.5.38 \ + clap_complete-4.5.50 \ clap_derive-4.5.32 \ clap_lex-0.7.4 \ clru-0.6.2 \ @@ -160,7 +161,7 @@ CARGO_CRATES= addr2line-0.24.2 \ futures-util-0.3.31 \ generic-array-0.14.7 \ getrandom-0.2.16 \ - getrandom-0.3.2 \ + getrandom-0.3.3 \ gif-0.13.1 \ gimli-0.31.1 \ gix-0.71.0 \ @@ -186,7 +187,7 @@ CARGO_CRATES= addr2line-0.24.2 \ gix-odb-0.68.0 \ gix-pack-0.58.0 \ gix-packetline-0.18.4 \ - gix-path-0.10.17 \ + gix-path-0.10.18 \ gix-protocol-0.49.0 \ gix-quote-0.5.0 \ gix-ref-0.51.0 \ @@ -206,7 +207,7 @@ CARGO_CRATES= addr2line-0.24.2 \ gix-validate-0.10.0 \ glob-0.3.2 \ h2-0.3.26 \ - h2-0.4.9 \ + h2-0.4.10 \ half-1.8.3 \ haproxy-protocol-0.0.1 \ hash32-0.3.1 \ @@ -237,20 +238,17 @@ CARGO_CRATES= addr2line-0.24.2 \ hyper-util-0.1.11 \ iana-time-zone-0.1.63 \ iana-time-zone-haiku-0.1.2 \ - icu_collections-1.5.0 \ - icu_locid-1.5.0 \ - icu_locid_transform-1.5.0 \ - icu_locid_transform_data-1.5.1 \ - icu_normalizer-1.5.0 \ - icu_normalizer_data-1.5.1 \ - icu_properties-1.5.1 \ - icu_properties_data-1.5.1 \ - icu_provider-1.5.0 \ - icu_provider_macros-1.5.0 \ + icu_collections-2.0.0 \ + icu_locale_core-2.0.0 \ + icu_normalizer-2.0.0 \ + icu_normalizer_data-2.0.0 \ + icu_properties-2.0.0 \ + icu_properties_data-2.0.0 \ + icu_provider-2.0.0 \ ident_case-1.0.1 \ idlset-0.2.5 \ idna-1.0.3 \ - idna_adapter-1.2.0 \ + idna_adapter-1.2.1 \ image-0.25.6 \ image-webp-0.2.1 \ indexmap-1.9.3 \ @@ -262,24 +260,24 @@ CARGO_CRATES= addr2line-0.24.2 \ itertools-0.13.0 \ itertools-0.14.0 \ itoa-1.0.15 \ - jiff-0.2.12 \ - jiff-static-0.2.12 \ + jiff-0.2.13 \ + jiff-static-0.2.13 \ jiff-tzdb-0.1.4 \ jiff-tzdb-platform-0.1.3 \ js-sys-0.3.77 \ jsonschema-0.30.0 \ kanidm-hsm-crypto-0.2.0 \ - kqueue-1.0.8 \ + kqueue-1.1.1 \ kqueue-sys-1.0.4 \ - lambert_w-1.2.17 \ + lambert_w-1.2.19 \ lazy_static-1.5.0 \ lazycell-1.3.0 \ lber-0.4.2 \ ldap3_client-0.5.2 \ ldap3_proto-0.5.2 \ libc-0.2.172 \ - libloading-0.8.6 \ - libm-0.2.14 \ + libloading-0.8.7 \ + libm-0.2.15 \ libmimalloc-sys-0.1.42 \ libredox-0.1.3 \ libsqlite3-sys-0.33.0 \ @@ -287,18 +285,19 @@ CARGO_CRATES= addr2line-0.24.2 \ libudev-sys-0.1.4 \ linux-raw-sys-0.4.15 \ linux-raw-sys-0.9.4 \ - litemap-0.7.5 \ + litemap-0.8.0 \ litrs-0.4.1 \ lock_api-0.4.12 \ lodepng-3.11.0 \ log-0.4.27 \ lru-0.13.0 \ lru-0.14.0 \ + lru-slab-0.1.2 \ malloced-1.3.1 \ matchers-0.1.0 \ matchit-0.7.3 \ mathru-0.15.5 \ - matrixmultiply-0.3.9 \ + matrixmultiply-0.3.10 \ maybe-async-0.2.10 \ md-5-0.10.6 \ md4-0.10.2 \ @@ -376,6 +375,7 @@ CARGO_CRATES= addr2line-0.24.2 \ pkg-config-0.3.32 \ portable-atomic-1.11.0 \ portable-atomic-util-0.2.4 \ + potential_utf-0.1.2 \ powerfmt-0.2.0 \ ppv-lite86-0.2.21 \ prctl-1.0.0 \ @@ -391,8 +391,8 @@ CARGO_CRATES= addr2line-0.24.2 \ publicsuffix-2.3.0 \ qrcode-0.14.1 \ quick-error-2.0.1 \ - quinn-0.11.7 \ - quinn-proto-0.11.11 \ + quinn-0.11.8 \ + quinn-proto-0.11.12 \ quinn-udp-0.5.12 \ quote-1.0.40 \ r-efi-5.2.0 \ @@ -420,7 +420,7 @@ CARGO_CRATES= addr2line-0.24.2 \ rpassword-5.0.1 \ runloop-0.1.0 \ rusqlite-0.35.0 \ - rust-embed-8.7.0 \ + rust-embed-8.7.1 \ rust-embed-impl-8.7.0 \ rust-embed-utils-8.7.0 \ rustc-demangle-0.1.24 \ @@ -429,11 +429,11 @@ CARGO_CRATES= addr2line-0.24.2 \ rusticata-macros-4.1.0 \ rustix-0.38.44 \ rustix-1.0.7 \ - rustls-0.23.26 \ + rustls-0.23.27 \ rustls-native-certs-0.8.1 \ rustls-pemfile-2.2.0 \ - rustls-pki-types-1.11.0 \ - rustls-webpki-0.103.1 \ + rustls-pki-types-1.12.0 \ + rustls-webpki-0.103.3 \ rustversion-1.0.20 \ ryu-1.0.20 \ same-file-1.0.6 \ @@ -488,7 +488,7 @@ CARGO_CRATES= addr2line-0.24.2 \ system-configuration-0.5.1 \ system-configuration-sys-0.5.0 \ target-lexicon-0.12.16 \ - tempfile-3.19.1 \ + tempfile-3.20.0 \ thiserror-1.0.69 \ thiserror-2.0.12 \ thiserror-impl-1.0.69 \ @@ -499,12 +499,12 @@ CARGO_CRATES= addr2line-0.24.2 \ time-0.3.41 \ time-core-0.1.4 \ time-macros-0.2.22 \ - tinystr-0.7.6 \ + tinystr-0.8.1 \ tinyvec-1.9.0 \ tinyvec_macros-0.1.1 \ tls_codec-0.4.2 \ tls_codec_derive-0.4.2 \ - tokio-1.44.2 \ + tokio-1.45.0 \ tokio-macros-2.5.0 \ tokio-native-tls-0.3.1 \ tokio-openssl-0.6.5 \ @@ -518,7 +518,7 @@ CARGO_CRATES= addr2line-0.24.2 \ tonic-0.12.3 \ tower-0.4.13 \ tower-0.5.2 \ - tower-http-0.6.2 \ + tower-http-0.6.4 \ tower-layer-0.3.3 \ tower-service-0.3.3 \ tracing-0.1.41 \ @@ -541,7 +541,6 @@ CARGO_CRATES= addr2line-0.24.2 \ untrusted-0.9.0 \ url-2.5.4 \ urlencoding-2.1.3 \ - utf16_iter-1.0.5 \ utf8_iter-1.0.4 \ utf8parse-0.2.2 \ utoipa-4.2.3 \ @@ -572,7 +571,8 @@ CARGO_CRATES= addr2line-0.24.2 \ webauthn-rs-core-0.5.1 \ webauthn-rs-proto-0.5.1 \ webdriver-0.50.0 \ - webpki-roots-0.26.10 \ + webpki-roots-0.26.11 \ + webpki-roots-1.0.0 \ weezl-0.1.8 \ which-4.4.2 \ whoami-1.6.0 \ @@ -626,29 +626,27 @@ CARGO_CRATES= addr2line-0.24.2 \ windows_x86_64_msvc-0.52.6 \ windows_x86_64_msvc-0.53.0 \ winnow-0.6.26 \ - winnow-0.7.9 \ + winnow-0.7.10 \ winreg-0.50.0 \ wit-bindgen-rt-0.39.0 \ - write16-1.0.0 \ - writeable-0.5.5 \ + writeable-0.6.1 \ x509-cert-0.2.5 \ x509-parser-0.16.0 \ - yoke-0.7.5 \ - yoke-derive-0.7.5 \ - zerocopy-0.7.35 \ + yoke-0.8.0 \ + yoke-derive-0.8.0 \ zerocopy-0.8.25 \ - zerocopy-derive-0.7.35 \ zerocopy-derive-0.8.25 \ zerofrom-0.1.6 \ zerofrom-derive-0.1.6 \ zeroize-1.8.1 \ zeroize_derive-1.4.2 \ - zerovec-0.10.4 \ - zerovec-derive-0.10.3 \ + zerotrie-0.2.2 \ + zerovec-0.11.2 \ + zerovec-derive-0.11.1 \ zip-0.6.6 \ zune-core-0.4.12 \ zune-jpeg-0.4.14 \ zxcvbn-3.1.0 \ - sshkeys@git+https://github.com/Firstyear/rust-sshkeys.git?rev=3a081cbf7480628223bcb96fc8aaa8c19109d007\#3a081cbf7480628223bcb96fc8aaa8c19109d007 \ + sshkeys@git+https://github.com/Firstyear/rust-sshkeys.git?rev=49cb53232115d3aea86cd059b151e376293805fc\#49cb53232115d3aea86cd059b151e376293805fc \ libnss@git+https://github.com/Firstyear/libnss-rs.git?branch=20250207-freebsd\#763da4beaadc1e475b89ed876de31a5e393f6d30 \ compact_jwt@git+https://github.com/Firstyear/compact-jwt.git?rev=043976842773dd035fe394261347edeb644e3091\#043976842773dd035fe394261347edeb644e3091 diff --git a/security/kanidm/distinfo b/security/kanidm/distinfo index 762a6b5cc73a..d4f4a09b5062 100644 --- a/security/kanidm/distinfo +++ b/security/kanidm/distinfo @@ -1,10 +1,10 @@ -TIMESTAMP = 1751446844 +TIMESTAMP = 1751495652 SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 SHA256 (rust/crates/adler2-2.0.0.crate) = 512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627 SIZE (rust/crates/adler2-2.0.0.crate) = 13529 -SHA256 (rust/crates/ahash-0.8.11.crate) = e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011 -SIZE (rust/crates/ahash-0.8.11.crate) = 43607 +SHA256 (rust/crates/ahash-0.8.12.crate) = 5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75 +SIZE (rust/crates/ahash-0.8.12.crate) = 43413 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 SHA256 (rust/crates/allocator-api2-0.2.21.crate) = 683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923 @@ -69,8 +69,8 @@ SHA256 (rust/crates/axum-htmx-0.5.0.crate) = 40f7051fdc094b6e5ea06cab9bca4b198c5 SIZE (rust/crates/axum-htmx-0.5.0.crate) = 15894 SHA256 (rust/crates/axum-macros-0.4.2.crate) = 57d123550fa8d071b7255cb0cc04dc302baa6c8c4a79f55701552684d8399bce SIZE (rust/crates/axum-macros-0.4.2.crate) = 39245 -SHA256 (rust/crates/backtrace-0.3.74.crate) = 8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a -SIZE (rust/crates/backtrace-0.3.74.crate) = 88516 +SHA256 (rust/crates/backtrace-0.3.75.crate) = 6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002 +SIZE (rust/crates/backtrace-0.3.75.crate) = 92665 SHA256 (rust/crates/base32-0.5.1.crate) = 022dfe9eb35f19ebbcb51e0b40a5ab759f46ad60cadf7297e0bd085afb50e076 SIZE (rust/crates/base32-0.5.1.crate) = 9238 SHA256 (rust/crates/base64-0.13.1.crate) = 9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8 @@ -123,8 +123,8 @@ SHA256 (rust/crates/byteorder-lite-0.1.0.crate) = 8f1fe948ff07f4bd06c30984e69f5b SIZE (rust/crates/byteorder-lite-0.1.0.crate) = 15909 SHA256 (rust/crates/bytes-1.10.1.crate) = d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a SIZE (rust/crates/bytes-1.10.1.crate) = 76779 -SHA256 (rust/crates/cc-1.2.21.crate) = 8691782945451c1c383942c4874dbe63814f61cb57ef773cda2972682b7bb3c0 -SIZE (rust/crates/cc-1.2.21.crate) = 106117 +SHA256 (rust/crates/cc-1.2.22.crate) = 32db95edf998450acc7881c932f94cd9b05c87b4b2599e8bab064753da4acfd1 +SIZE (rust/crates/cc-1.2.22.crate) = 106294 SHA256 (rust/crates/cexpr-0.6.0.crate) = 6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766 SIZE (rust/crates/cexpr-0.6.0.crate) = 17966 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd @@ -133,14 +133,16 @@ SHA256 (rust/crates/cfg_aliases-0.2.1.crate) = 613afe47fcd5fac7ccf1db93babcb082c SIZE (rust/crates/cfg_aliases-0.2.1.crate) = 6355 SHA256 (rust/crates/chrono-0.4.41.crate) = c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d SIZE (rust/crates/chrono-0.4.41.crate) = 234621 +SHA256 (rust/crates/cidr-0.3.1.crate) = bd1b64030216239a2e7c364b13cd96a2097ebf0dfe5025f2dedee14a23f2ab60 +SIZE (rust/crates/cidr-0.3.1.crate) = 39130 SHA256 (rust/crates/clang-sys-1.8.1.crate) = 0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4 SIZE (rust/crates/clang-sys-1.8.1.crate) = 44009 -SHA256 (rust/crates/clap-4.5.37.crate) = eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071 -SIZE (rust/crates/clap-4.5.37.crate) = 56962 -SHA256 (rust/crates/clap_builder-4.5.37.crate) = efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2 -SIZE (rust/crates/clap_builder-4.5.37.crate) = 168761 -SHA256 (rust/crates/clap_complete-4.5.48.crate) = be8c97f3a6f02b9e24cadc12aaba75201d18754b53ea0a9d99642f806ccdb4c9 -SIZE (rust/crates/clap_complete-4.5.48.crate) = 48036 +SHA256 (rust/crates/clap-4.5.38.crate) = ed93b9805f8ba930df42c2590f05453d5ec36cbb85d018868a5b24d31f6ac000 +SIZE (rust/crates/clap-4.5.38.crate) = 57140 +SHA256 (rust/crates/clap_builder-4.5.38.crate) = 379026ff283facf611b0ea629334361c4211d1b12ee01024eec1591133b04120 +SIZE (rust/crates/clap_builder-4.5.38.crate) = 169177 +SHA256 (rust/crates/clap_complete-4.5.50.crate) = c91d3baa3bcd889d60e6ef28874126a0b384fd225ab83aa6d8a801c519194ce1 +SIZE (rust/crates/clap_complete-4.5.50.crate) = 48292 SHA256 (rust/crates/clap_derive-4.5.32.crate) = 09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7 SIZE (rust/crates/clap_derive-4.5.32.crate) = 33441 SHA256 (rust/crates/clap_lex-0.7.4.crate) = f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6 @@ -323,8 +325,8 @@ SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 SHA256 (rust/crates/getrandom-0.2.16.crate) = 335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592 SIZE (rust/crates/getrandom-0.2.16.crate) = 40163 -SHA256 (rust/crates/getrandom-0.3.2.crate) = 73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0 -SIZE (rust/crates/getrandom-0.3.2.crate) = 49140 +SHA256 (rust/crates/getrandom-0.3.3.crate) = 26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4 +SIZE (rust/crates/getrandom-0.3.3.crate) = 49493 SHA256 (rust/crates/gif-0.13.1.crate) = 3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2 SIZE (rust/crates/gif-0.13.1.crate) = 36408 SHA256 (rust/crates/gimli-0.31.1.crate) = 07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f @@ -375,8 +377,8 @@ SHA256 (rust/crates/gix-pack-0.58.0.crate) = 9b65fffb09393c26624ca408d32cfe8776f SIZE (rust/crates/gix-pack-0.58.0.crate) = 104138 SHA256 (rust/crates/gix-packetline-0.18.4.crate) = 123844a70cf4d5352441dc06bab0da8aef61be94ec239cb631e0ba01dc6d3a04 SIZE (rust/crates/gix-packetline-0.18.4.crate) = 26579 -SHA256 (rust/crates/gix-path-0.10.17.crate) = c091d2e887e02c3462f52252c5ea61150270c0f2657b642e8d0d6df56c16e642 -SIZE (rust/crates/gix-path-0.10.17.crate) = 30151 +SHA256 (rust/crates/gix-path-0.10.18.crate) = 567f65fec4ef10dfab97ae71f26a27fd4d7fe7b8e3f90c8a58551c41ff3fb65b +SIZE (rust/crates/gix-path-0.10.18.crate) = 30214 SHA256 (rust/crates/gix-protocol-0.49.0.crate) = 5678ddae1d62880bc30e2200be1b9387af3372e0e88e21f81b4e7f8367355b5a SIZE (rust/crates/gix-protocol-0.49.0.crate) = 56678 SHA256 (rust/crates/gix-quote-0.5.0.crate) = 1b005c550bf84de3b24aa5e540a23e6146a1c01c7d30470e35d75a12f827f969 @@ -415,8 +417,8 @@ SHA256 (rust/crates/glob-0.3.2.crate) = a8d1add55171497b4705a648c6b583acafb01d58 SIZE (rust/crates/glob-0.3.2.crate) = 22359 SHA256 (rust/crates/h2-0.3.26.crate) = 81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8 SIZE (rust/crates/h2-0.3.26.crate) = 168315 -SHA256 (rust/crates/h2-0.4.9.crate) = 75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633 -SIZE (rust/crates/h2-0.4.9.crate) = 175002 +SHA256 (rust/crates/h2-0.4.10.crate) = a9421a676d1b147b16b82c9225157dc629087ef8ec4d5e2960f9437a90dac0a5 +SIZE (rust/crates/h2-0.4.10.crate) = 174800 SHA256 (rust/crates/half-1.8.3.crate) = 1b43ede17f21864e81be2fa654110bf1e793774238d86ef8555c37e6519c0403 SIZE (rust/crates/half-1.8.3.crate) = 41624 SHA256 (rust/crates/haproxy-protocol-0.0.1.crate) = f61fc527a2f089b57ebc09301b6371bbbff4ce7b547306c17dfa55766655bec6 @@ -477,34 +479,28 @@ SHA256 (rust/crates/iana-time-zone-0.1.63.crate) = b0c919e5debc312ad217002b8048a SIZE (rust/crates/iana-time-zone-0.1.63.crate) = 32919 SHA256 (rust/crates/iana-time-zone-haiku-0.1.2.crate) = f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f SIZE (rust/crates/iana-time-zone-haiku-0.1.2.crate) = 7185 -SHA256 (rust/crates/icu_collections-1.5.0.crate) = db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526 -SIZE (rust/crates/icu_collections-1.5.0.crate) = 82762 -SHA256 (rust/crates/icu_locid-1.5.0.crate) = 13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637 -SIZE (rust/crates/icu_locid-1.5.0.crate) = 55131 -SHA256 (rust/crates/icu_locid_transform-1.5.0.crate) = 01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e -SIZE (rust/crates/icu_locid_transform-1.5.0.crate) = 29094 -SHA256 (rust/crates/icu_locid_transform_data-1.5.1.crate) = 7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d -SIZE (rust/crates/icu_locid_transform_data-1.5.1.crate) = 42937 -SHA256 (rust/crates/icu_normalizer-1.5.0.crate) = 19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f -SIZE (rust/crates/icu_normalizer-1.5.0.crate) = 53113 -SHA256 (rust/crates/icu_normalizer_data-1.5.1.crate) = c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7 -SIZE (rust/crates/icu_normalizer_data-1.5.1.crate) = 50737 -SHA256 (rust/crates/icu_properties-1.5.1.crate) = 93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5 -SIZE (rust/crates/icu_properties-1.5.1.crate) = 64479 -SHA256 (rust/crates/icu_properties_data-1.5.1.crate) = 85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2 -SIZE (rust/crates/icu_properties_data-1.5.1.crate) = 229231 -SHA256 (rust/crates/icu_provider-1.5.0.crate) = 6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9 -SIZE (rust/crates/icu_provider-1.5.0.crate) = 52722 -SHA256 (rust/crates/icu_provider_macros-1.5.0.crate) = 1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6 -SIZE (rust/crates/icu_provider_macros-1.5.0.crate) = 6436 +SHA256 (rust/crates/icu_collections-2.0.0.crate) = 200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47 +SIZE (rust/crates/icu_collections-2.0.0.crate) = 83033 +SHA256 (rust/crates/icu_locale_core-2.0.0.crate) = 0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a +SIZE (rust/crates/icu_locale_core-2.0.0.crate) = 74430 +SHA256 (rust/crates/icu_normalizer-2.0.0.crate) = 436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979 +SIZE (rust/crates/icu_normalizer-2.0.0.crate) = 61543 +SHA256 (rust/crates/icu_normalizer_data-2.0.0.crate) = 00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3 +SIZE (rust/crates/icu_normalizer_data-2.0.0.crate) = 68101 +SHA256 (rust/crates/icu_properties-2.0.0.crate) = 2549ca8c7241c82f59c80ba2a6f415d931c5b58d24fb8412caa1a1f02c49139a +SIZE (rust/crates/icu_properties-2.0.0.crate) = 58065 +SHA256 (rust/crates/icu_properties_data-2.0.0.crate) = 8197e866e47b68f8f7d95249e172903bec06004b18b2937f1095d40a0c57de04 +SIZE (rust/crates/icu_properties_data-2.0.0.crate) = 159069 +SHA256 (rust/crates/icu_provider-2.0.0.crate) = 03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af +SIZE (rust/crates/icu_provider-2.0.0.crate) = 50966 SHA256 (rust/crates/ident_case-1.0.1.crate) = b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39 SIZE (rust/crates/ident_case-1.0.1.crate) = 3492 SHA256 (rust/crates/idlset-0.2.5.crate) = ef858150272c6cce9db3710a171edf5d3e8844d38680d7657e9b1698efe8d97b SIZE (rust/crates/idlset-0.2.5.crate) = 106725 SHA256 (rust/crates/idna-1.0.3.crate) = 686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e SIZE (rust/crates/idna-1.0.3.crate) = 142515 -SHA256 (rust/crates/idna_adapter-1.2.0.crate) = daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71 -SIZE (rust/crates/idna_adapter-1.2.0.crate) = 8206 +SHA256 (rust/crates/idna_adapter-1.2.1.crate) = 3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344 +SIZE (rust/crates/idna_adapter-1.2.1.crate) = 10389 SHA256 (rust/crates/image-0.25.6.crate) = db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a SIZE (rust/crates/image-0.25.6.crate) = 242367 SHA256 (rust/crates/image-webp-0.2.1.crate) = b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f @@ -527,10 +523,10 @@ SHA256 (rust/crates/itertools-0.14.0.crate) = 2b192c782037fadd9cfa75548310488aab SIZE (rust/crates/itertools-0.14.0.crate) = 152715 SHA256 (rust/crates/itoa-1.0.15.crate) = 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c SIZE (rust/crates/itoa-1.0.15.crate) = 11231 -SHA256 (rust/crates/jiff-0.2.12.crate) = d07d8d955d798e7a4d6f9c58cd1f1916e790b42b092758a9ef6e16fef9f1b3fd -SIZE (rust/crates/jiff-0.2.12.crate) = 706826 -SHA256 (rust/crates/jiff-static-0.2.12.crate) = f244cfe006d98d26f859c7abd1318d85327e1882dc9cef80f62daeeb0adcf300 -SIZE (rust/crates/jiff-static-0.2.12.crate) = 76130 +SHA256 (rust/crates/jiff-0.2.13.crate) = f02000660d30638906021176af16b17498bd0d12813dbfe7b276d8bc7f3c0806 +SIZE (rust/crates/jiff-0.2.13.crate) = 707842 +SHA256 (rust/crates/jiff-static-0.2.13.crate) = f3c30758ddd7188629c6713fc45d1188af4f44c90582311d0c8d8c9907f60c48 +SIZE (rust/crates/jiff-static-0.2.13.crate) = 76123 SHA256 (rust/crates/jiff-tzdb-0.1.4.crate) = c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524 SIZE (rust/crates/jiff-tzdb-0.1.4.crate) = 62435 SHA256 (rust/crates/jiff-tzdb-platform-0.1.3.crate) = 875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8 @@ -541,12 +537,12 @@ SHA256 (rust/crates/jsonschema-0.30.0.crate) = f1b46a0365a611fbf1d2143104dcf910a SIZE (rust/crates/jsonschema-0.30.0.crate) = 124559 SHA256 (rust/crates/kanidm-hsm-crypto-0.2.0.crate) = 10b3ed8e86cda3da4f274c677a3057d567bd7b715a0feb06a656e55cc75faf5e SIZE (rust/crates/kanidm-hsm-crypto-0.2.0.crate) = 29700 -SHA256 (rust/crates/kqueue-1.0.8.crate) = 7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c -SIZE (rust/crates/kqueue-1.0.8.crate) = 12642 +SHA256 (rust/crates/kqueue-1.1.1.crate) = eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a +SIZE (rust/crates/kqueue-1.1.1.crate) = 21504 SHA256 (rust/crates/kqueue-sys-1.0.4.crate) = ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b SIZE (rust/crates/kqueue-sys-1.0.4.crate) = 7160 -SHA256 (rust/crates/lambert_w-1.2.17.crate) = dc66ddcab7f8a3cc035052b0bb1f9f7f47ac92741b3fe78974bdd356fe023a40 -SIZE (rust/crates/lambert_w-1.2.17.crate) = 39362 +SHA256 (rust/crates/lambert_w-1.2.19.crate) = a3269cd75481b02173ffe6cb30f08e3eae78b20eb2ed6bfbdb3ce2a90446d83f +SIZE (rust/crates/lambert_w-1.2.19.crate) = 39876 SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe SIZE (rust/crates/lazy_static-1.5.0.crate) = 14025 SHA256 (rust/crates/lazycell-1.3.0.crate) = 830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55 @@ -559,10 +555,10 @@ SHA256 (rust/crates/ldap3_proto-0.5.2.crate) = e9a047c1b49d3b4da70f52ac54310dcd8 SIZE (rust/crates/ldap3_proto-0.5.2.crate) = 43605 SHA256 (rust/crates/libc-0.2.172.crate) = d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa SIZE (rust/crates/libc-0.2.172.crate) = 791646 -SHA256 (rust/crates/libloading-0.8.6.crate) = fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34 -SIZE (rust/crates/libloading-0.8.6.crate) = 28922 -SHA256 (rust/crates/libm-0.2.14.crate) = a25169bd5913a4b437588a7e3d127cd6e90127b60e0ffbd834a38f1599e016b8 -SIZE (rust/crates/libm-0.2.14.crate) = 155948 +SHA256 (rust/crates/libloading-0.8.7.crate) = 6a793df0d7afeac54f95b471d3af7f0d4fb975699f972341a4b76988d49cdf0c +SIZE (rust/crates/libloading-0.8.7.crate) = 30374 +SHA256 (rust/crates/libm-0.2.15.crate) = f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de +SIZE (rust/crates/libm-0.2.15.crate) = 156108 SHA256 (rust/crates/libmimalloc-sys-0.1.42.crate) = ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4 SIZE (rust/crates/libmimalloc-sys-0.1.42.crate) = 224614 SHA256 (rust/crates/libredox-0.1.3.crate) = c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d @@ -577,8 +573,8 @@ SHA256 (rust/crates/linux-raw-sys-0.4.15.crate) = d26c52dbd32dccf2d10cac7725f8ea SIZE (rust/crates/linux-raw-sys-0.4.15.crate) = 2150898 SHA256 (rust/crates/linux-raw-sys-0.9.4.crate) = cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12 SIZE (rust/crates/linux-raw-sys-0.9.4.crate) = 2311088 -SHA256 (rust/crates/litemap-0.7.5.crate) = 23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856 -SIZE (rust/crates/litemap-0.7.5.crate) = 29962 +SHA256 (rust/crates/litemap-0.8.0.crate) = 241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956 +SIZE (rust/crates/litemap-0.8.0.crate) = 34344 SHA256 (rust/crates/litrs-0.4.1.crate) = b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5 SIZE (rust/crates/litrs-0.4.1.crate) = 42603 SHA256 (rust/crates/lock_api-0.4.12.crate) = 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 @@ -591,6 +587,8 @@ SHA256 (rust/crates/lru-0.13.0.crate) = 227748d55f2f0ab4735d87fd623798cb6b664512 SIZE (rust/crates/lru-0.13.0.crate) = 16305 SHA256 (rust/crates/lru-0.14.0.crate) = 9f8cc7106155f10bdf99a6f379688f543ad6596a415375b36a59a054ceda1198 SIZE (rust/crates/lru-0.14.0.crate) = 16345 +SHA256 (rust/crates/lru-slab-0.1.2.crate) = 112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154 +SIZE (rust/crates/lru-slab-0.1.2.crate) = 9090 SHA256 (rust/crates/malloced-1.3.1.crate) = 6dfebb2f9e0b39509c62eead6ec7ae0c0ed45bb61d12bbcf4e976c566c5400ec SIZE (rust/crates/malloced-1.3.1.crate) = 12129 SHA256 (rust/crates/matchers-0.1.0.crate) = 8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558 @@ -599,8 +597,8 @@ SHA256 (rust/crates/matchit-0.7.3.crate) = 0e7465ac9959cc2b1404e8e2367b43684a6d1 SIZE (rust/crates/matchit-0.7.3.crate) = 30372 SHA256 (rust/crates/mathru-0.15.5.crate) = f3df2d16c016b28cd94248072b6cd8106d8abd7184ec90ea09660c4b7fa989f1 SIZE (rust/crates/mathru-0.15.5.crate) = 665528 -SHA256 (rust/crates/matrixmultiply-0.3.9.crate) = 9380b911e3e96d10c1f415da0876389aaf1b56759054eeb0de7df940c456ba1a -SIZE (rust/crates/matrixmultiply-0.3.9.crate) = 57819 +SHA256 (rust/crates/matrixmultiply-0.3.10.crate) = a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08 +SIZE (rust/crates/matrixmultiply-0.3.10.crate) = 58170 SHA256 (rust/crates/maybe-async-0.2.10.crate) = 5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11 SIZE (rust/crates/maybe-async-0.2.10.crate) = 22107 SHA256 (rust/crates/md-5-0.10.6.crate) = d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf @@ -755,6 +753,8 @@ SHA256 (rust/crates/portable-atomic-1.11.0.crate) = 350e9b48cbc6b0e028b0473b1144 SIZE (rust/crates/portable-atomic-1.11.0.crate) = 181258 SHA256 (rust/crates/portable-atomic-util-0.2.4.crate) = d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507 SIZE (rust/crates/portable-atomic-util-0.2.4.crate) = 47043 +SHA256 (rust/crates/potential_utf-0.1.2.crate) = e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585 +SIZE (rust/crates/potential_utf-0.1.2.crate) = 9613 SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 SIZE (rust/crates/powerfmt-0.2.0.crate) = 15165 SHA256 (rust/crates/ppv-lite86-0.2.21.crate) = 85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9 @@ -785,10 +785,10 @@ SHA256 (rust/crates/qrcode-0.14.1.crate) = d68782463e408eb1e668cf6152704bd856c78 SIZE (rust/crates/qrcode-0.14.1.crate) = 66224 SHA256 (rust/crates/quick-error-2.0.1.crate) = a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3 SIZE (rust/crates/quick-error-2.0.1.crate) = 14265 -SHA256 (rust/crates/quinn-0.11.7.crate) = c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012 -SIZE (rust/crates/quinn-0.11.7.crate) = 79387 -SHA256 (rust/crates/quinn-proto-0.11.11.crate) = bcbafbbdbb0f638fe3f35f3c56739f77a8a1d070cb25603226c83339b391472b -SIZE (rust/crates/quinn-proto-0.11.11.crate) = 229381 +SHA256 (rust/crates/quinn-0.11.8.crate) = 626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8 +SIZE (rust/crates/quinn-0.11.8.crate) = 79949 +SHA256 (rust/crates/quinn-proto-0.11.12.crate) = 49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e +SIZE (rust/crates/quinn-proto-0.11.12.crate) = 235821 SHA256 (rust/crates/quinn-udp-0.5.12.crate) = ee4e529991f949c5e25755532370b8af5d114acae52326361d68d47af64aa842 SIZE (rust/crates/quinn-udp-0.5.12.crate) = 31825 SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d @@ -843,8 +843,8 @@ SHA256 (rust/crates/runloop-0.1.0.crate) = 5d79b4b604167921892e84afbbaad9d5ad74e SIZE (rust/crates/runloop-0.1.0.crate) = 8610 SHA256 (rust/crates/rusqlite-0.35.0.crate) = a22715a5d6deef63c637207afbe68d0c72c3f8d0022d7cf9714c442d6157606b SIZE (rust/crates/rusqlite-0.35.0.crate) = 166186 -SHA256 (rust/crates/rust-embed-8.7.0.crate) = e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d -SIZE (rust/crates/rust-embed-8.7.0.crate) = 907480 +SHA256 (rust/crates/rust-embed-8.7.1.crate) = 60e425e204264b144d4c929d126d0de524b40a961686414bab5040f7465c71be +SIZE (rust/crates/rust-embed-8.7.1.crate) = 906558 SHA256 (rust/crates/rust-embed-impl-8.7.0.crate) = 6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e SIZE (rust/crates/rust-embed-impl-8.7.0.crate) = 10171 SHA256 (rust/crates/rust-embed-utils-8.7.0.crate) = 08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21 @@ -861,16 +861,16 @@ SHA256 (rust/crates/rustix-0.38.44.crate) = fdb5bc1ae2baa591800df16c9ca78619bf65 SIZE (rust/crates/rustix-0.38.44.crate) = 379347 SHA256 (rust/crates/rustix-1.0.7.crate) = c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266 SIZE (rust/crates/rustix-1.0.7.crate) = 414500 -SHA256 (rust/crates/rustls-0.23.26.crate) = df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0 -SIZE (rust/crates/rustls-0.23.26.crate) = 347849 +SHA256 (rust/crates/rustls-0.23.27.crate) = 730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321 +SIZE (rust/crates/rustls-0.23.27.crate) = 355915 SHA256 (rust/crates/rustls-native-certs-0.8.1.crate) = 7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3 SIZE (rust/crates/rustls-native-certs-0.8.1.crate) = 31129 SHA256 (rust/crates/rustls-pemfile-2.2.0.crate) = dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50 SIZE (rust/crates/rustls-pemfile-2.2.0.crate) = 25849 -SHA256 (rust/crates/rustls-pki-types-1.11.0.crate) = 917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c -SIZE (rust/crates/rustls-pki-types-1.11.0.crate) = 63933 -SHA256 (rust/crates/rustls-webpki-0.103.1.crate) = fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03 -SIZE (rust/crates/rustls-webpki-0.103.1.crate) = 820273 +SHA256 (rust/crates/rustls-pki-types-1.12.0.crate) = 229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79 +SIZE (rust/crates/rustls-pki-types-1.12.0.crate) = 64740 +SHA256 (rust/crates/rustls-webpki-0.103.3.crate) = e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435 +SIZE (rust/crates/rustls-webpki-0.103.3.crate) = 81840 SHA256 (rust/crates/rustversion-1.0.20.crate) = eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2 SIZE (rust/crates/rustversion-1.0.20.crate) = 20666 SHA256 (rust/crates/ryu-1.0.20.crate) = 28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f @@ -979,8 +979,8 @@ SHA256 (rust/crates/system-configuration-sys-0.5.0.crate) = a75fb188eb626b924683 SIZE (rust/crates/system-configuration-sys-0.5.0.crate) = 6730 SHA256 (rust/crates/target-lexicon-0.12.16.crate) = 61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1 SIZE (rust/crates/target-lexicon-0.12.16.crate) = 26488 -SHA256 (rust/crates/tempfile-3.19.1.crate) = 7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf -SIZE (rust/crates/tempfile-3.19.1.crate) = 39634 +SHA256 (rust/crates/tempfile-3.20.0.crate) = e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1 +SIZE (rust/crates/tempfile-3.20.0.crate) = 42306 SHA256 (rust/crates/thiserror-1.0.69.crate) = b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52 SIZE (rust/crates/thiserror-1.0.69.crate) = 22198 SHA256 (rust/crates/thiserror-2.0.12.crate) = 567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708 @@ -1001,8 +1001,8 @@ SHA256 (rust/crates/time-core-0.1.4.crate) = c9e9a38711f559d9e3ce1cdb06dd7c5b8ea SIZE (rust/crates/time-core-0.1.4.crate) = 8422 SHA256 (rust/crates/time-macros-0.2.22.crate) = 3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49 SIZE (rust/crates/time-macros-0.2.22.crate) = 24604 -SHA256 (rust/crates/tinystr-0.7.6.crate) = 9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f -SIZE (rust/crates/tinystr-0.7.6.crate) = 16971 +SHA256 (rust/crates/tinystr-0.8.1.crate) = 5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b +SIZE (rust/crates/tinystr-0.8.1.crate) = 23333 SHA256 (rust/crates/tinyvec-1.9.0.crate) = 09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71 SIZE (rust/crates/tinyvec-1.9.0.crate) = 54137 SHA256 (rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 @@ -1011,8 +1011,8 @@ SHA256 (rust/crates/tls_codec-0.4.2.crate) = 0de2e01245e2bb89d6f05801c564fa27624 SIZE (rust/crates/tls_codec-0.4.2.crate) = 27213 SHA256 (rust/crates/tls_codec_derive-0.4.2.crate) = 2d2e76690929402faae40aebdda620a2c0e25dd6d3b9afe48867dfd95991f4bd SIZE (rust/crates/tls_codec_derive-0.4.2.crate) = 25155 -SHA256 (rust/crates/tokio-1.44.2.crate) = e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48 -SIZE (rust/crates/tokio-1.44.2.crate) = 841618 +SHA256 (rust/crates/tokio-1.45.0.crate) = 2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165 +SIZE (rust/crates/tokio-1.45.0.crate) = 800721 SHA256 (rust/crates/tokio-macros-2.5.0.crate) = 6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8 SIZE (rust/crates/tokio-macros-2.5.0.crate) = 12617 SHA256 (rust/crates/tokio-native-tls-0.3.1.crate) = bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2 @@ -1039,8 +1039,8 @@ SHA256 (rust/crates/tower-0.4.13.crate) = b8fa9be0de6cf49e536ce1851f987bd21a43b7 SIZE (rust/crates/tower-0.4.13.crate) = 106906 SHA256 (rust/crates/tower-0.5.2.crate) = d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9 SIZE (rust/crates/tower-0.5.2.crate) = 109417 -SHA256 (rust/crates/tower-http-0.6.2.crate) = 403fa3b783d4b626a8ad51d766ab03cb6d2dbfc46b1c5d4448395e6628dc9697 -SIZE (rust/crates/tower-http-0.6.2.crate) = 129672 +SHA256 (rust/crates/tower-http-0.6.4.crate) = 0fdb0c213ca27a9f57ab69ddb290fd80d970922355b83ae380b395d3986b8a2e +SIZE (rust/crates/tower-http-0.6.4.crate) = 132254 SHA256 (rust/crates/tower-layer-0.3.3.crate) = 121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e SIZE (rust/crates/tower-layer-0.3.3.crate) = 6180 SHA256 (rust/crates/tower-service-0.3.3.crate) = 8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3 @@ -1085,8 +1085,6 @@ SHA256 (rust/crates/url-2.5.4.crate) = 32f8b686cadd1473f4bd0117a5d28d36b1ade384e SIZE (rust/crates/url-2.5.4.crate) = 81097 SHA256 (rust/crates/urlencoding-2.1.3.crate) = daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da SIZE (rust/crates/urlencoding-2.1.3.crate) = 6538 -SHA256 (rust/crates/utf16_iter-1.0.5.crate) = c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246 -SIZE (rust/crates/utf16_iter-1.0.5.crate) = 9736 SHA256 (rust/crates/utf8_iter-1.0.4.crate) = b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be SIZE (rust/crates/utf8_iter-1.0.4.crate) = 10437 SHA256 (rust/crates/utf8parse-0.2.2.crate) = 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 @@ -1147,8 +1145,10 @@ SHA256 (rust/crates/webauthn-rs-proto-0.5.1.crate) = 14e1367f70e7dc7b83afc971ce8 SIZE (rust/crates/webauthn-rs-proto-0.5.1.crate) = 13873 SHA256 (rust/crates/webdriver-0.50.0.crate) = 144ab979b12d36d65065635e646549925de229954de2eb3b47459b432a42db71 SIZE (rust/crates/webdriver-0.50.0.crate) = 32046 -SHA256 (rust/crates/webpki-roots-0.26.10.crate) = 37493cadf42a2a939ed404698ded7fb378bf301b5011f973361779a3a74f8c93 -SIZE (rust/crates/webpki-roots-0.26.10.crate) = 248904 +SHA256 (rust/crates/webpki-roots-0.26.11.crate) = 521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9 +SIZE (rust/crates/webpki-roots-0.26.11.crate) = 15557 +SHA256 (rust/crates/webpki-roots-1.0.0.crate) = 2853738d1cc4f2da3a225c18ec6c3721abb31961096e9dbf5ab35fa88b19cfdb +SIZE (rust/crates/webpki-roots-1.0.0.crate) = 248893 SHA256 (rust/crates/weezl-0.1.8.crate) = 53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082 SIZE (rust/crates/weezl-0.1.8.crate) = 42175 SHA256 (rust/crates/which-4.4.2.crate) = 87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7 @@ -1255,30 +1255,24 @@ SHA256 (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 271414315aff87387382ec3d SIZE (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 834400 SHA256 (rust/crates/winnow-0.6.26.crate) = 1e90edd2ac1aa278a5c4599b1d89cf03074b610800f866d4026dc199d7929a28 SIZE (rust/crates/winnow-0.6.26.crate) = 167349 -SHA256 (rust/crates/winnow-0.7.9.crate) = d9fb597c990f03753e08d3c29efbfcf2019a003b4bf4ba19225c158e1549f0f3 -SIZE (rust/crates/winnow-0.7.9.crate) = 174763 +SHA256 (rust/crates/winnow-0.7.10.crate) = c06928c8748d81b05c9be96aad92e1b6ff01833332f281e8cfca3be4b35fc9ec +SIZE (rust/crates/winnow-0.7.10.crate) = 176073 SHA256 (rust/crates/winreg-0.50.0.crate) = 524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1 SIZE (rust/crates/winreg-0.50.0.crate) = 29703 SHA256 (rust/crates/wit-bindgen-rt-0.39.0.crate) = 6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1 SIZE (rust/crates/wit-bindgen-rt-0.39.0.crate) = 12241 -SHA256 (rust/crates/write16-1.0.0.crate) = d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936 -SIZE (rust/crates/write16-1.0.0.crate) = 7218 -SHA256 (rust/crates/writeable-0.5.5.crate) = 1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51 -SIZE (rust/crates/writeable-0.5.5.crate) = 22354 +SHA256 (rust/crates/writeable-0.6.1.crate) = ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb +SIZE (rust/crates/writeable-0.6.1.crate) = 24068 SHA256 (rust/crates/x509-cert-0.2.5.crate) = 1301e935010a701ae5f8655edc0ad17c44bad3ac5ce8c39185f75453b720ae94 SIZE (rust/crates/x509-cert-0.2.5.crate) = 99819 SHA256 (rust/crates/x509-parser-0.16.0.crate) = fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69 SIZE (rust/crates/x509-parser-0.16.0.crate) = 92925 -SHA256 (rust/crates/yoke-0.7.5.crate) = 120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40 -SIZE (rust/crates/yoke-0.7.5.crate) = 29673 -SHA256 (rust/crates/yoke-derive-0.7.5.crate) = 2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154 -SIZE (rust/crates/yoke-derive-0.7.5.crate) = 7525 -SHA256 (rust/crates/zerocopy-0.7.35.crate) = 1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0 -SIZE (rust/crates/zerocopy-0.7.35.crate) = 152645 +SHA256 (rust/crates/yoke-0.8.0.crate) = 5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc +SIZE (rust/crates/yoke-0.8.0.crate) = 28726 +SHA256 (rust/crates/yoke-derive-0.8.0.crate) = 38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6 +SIZE (rust/crates/yoke-derive-0.8.0.crate) = 7521 SHA256 (rust/crates/zerocopy-0.8.25.crate) = a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb SIZE (rust/crates/zerocopy-0.8.25.crate) = 252714 -SHA256 (rust/crates/zerocopy-derive-0.7.35.crate) = fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e -SIZE (rust/crates/zerocopy-derive-0.7.35.crate) = 37829 SHA256 (rust/crates/zerocopy-derive-0.8.25.crate) = 28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef SIZE (rust/crates/zerocopy-derive-0.8.25.crate) = 87671 SHA256 (rust/crates/zerofrom-0.1.6.crate) = 50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5 @@ -1289,10 +1283,12 @@ SHA256 (rust/crates/zeroize-1.8.1.crate) = ced3678a2879b30306d323f4542626697a464 SIZE (rust/crates/zeroize-1.8.1.crate) = 20029 SHA256 (rust/crates/zeroize_derive-1.4.2.crate) = ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69 SIZE (rust/crates/zeroize_derive-1.4.2.crate) = 11141 -SHA256 (rust/crates/zerovec-0.10.4.crate) = aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079 -SIZE (rust/crates/zerovec-0.10.4.crate) = 126398 -SHA256 (rust/crates/zerovec-derive-0.10.3.crate) = 6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6 -SIZE (rust/crates/zerovec-derive-0.10.3.crate) = 19438 +SHA256 (rust/crates/zerotrie-0.2.2.crate) = 36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595 +SIZE (rust/crates/zerotrie-0.2.2.crate) = 74423 +SHA256 (rust/crates/zerovec-0.11.2.crate) = 4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428 +SIZE (rust/crates/zerovec-0.11.2.crate) = 124500 +SHA256 (rust/crates/zerovec-derive-0.11.1.crate) = 5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f +SIZE (rust/crates/zerovec-derive-0.11.1.crate) = 21294 SHA256 (rust/crates/zip-0.6.6.crate) = 760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261 SIZE (rust/crates/zip-0.6.6.crate) = 65789 SHA256 (rust/crates/zune-core-0.4.12.crate) = 3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a @@ -1301,11 +1297,11 @@ SHA256 (rust/crates/zune-jpeg-0.4.14.crate) = 99a5bab8d7dedf81405c4bb1f2b83ea057 SIZE (rust/crates/zune-jpeg-0.4.14.crate) = 63388 SHA256 (rust/crates/zxcvbn-3.1.0.crate) = ad76e35b00ad53688d6b90c431cabe3cbf51f7a4a154739e04b63004ab1c736c SIZE (rust/crates/zxcvbn-3.1.0.crate) = 424952 -SHA256 (Firstyear-rust-sshkeys-3a081cbf7480628223bcb96fc8aaa8c19109d007_GH0.tar.gz) = 4dc13e394e5b3237daa197d1952422b4e9b092724bd356de362092fb2f1ce376 -SIZE (Firstyear-rust-sshkeys-3a081cbf7480628223bcb96fc8aaa8c19109d007_GH0.tar.gz) = 31393 +SHA256 (Firstyear-rust-sshkeys-49cb53232115d3aea86cd059b151e376293805fc_GH0.tar.gz) = 20e1c826752b0e144128f020cf953e96532232983831af3afb74f0c81f32fffd +SIZE (Firstyear-rust-sshkeys-49cb53232115d3aea86cd059b151e376293805fc_GH0.tar.gz) = 31429 SHA256 (Firstyear-libnss-rs-763da4beaadc1e475b89ed876de31a5e393f6d30_GH0.tar.gz) = 0ac9d8c22288fc2d236ae447c867cfca07de5a44182631a68a96fb8587f23870 SIZE (Firstyear-libnss-rs-763da4beaadc1e475b89ed876de31a5e393f6d30_GH0.tar.gz) = 12094 SHA256 (Firstyear-compact-jwt-043976842773dd035fe394261347edeb644e3091_GH0.tar.gz) = 8ef6d8217b5cde04f624cac7eb27dd922b08aa3d815d38a11920a032115c5584 SIZE (Firstyear-compact-jwt-043976842773dd035fe394261347edeb644e3091_GH0.tar.gz) = 62413 -SHA256 (kanidm-kanidm-v1.6.2_GH0.tar.gz) = 3283758b7c03da55d2dfc470be76d25a3fa845ed842d7196214f3f07c48ac917 -SIZE (kanidm-kanidm-v1.6.2_GH0.tar.gz) = 8649404 +SHA256 (kanidm-kanidm-v1.6.3_GH0.tar.gz) = f1e9a52a1d9f829e278a9fdb56aac85767efa768f92b3158719b8c5353302dbd +SIZE (kanidm-kanidm-v1.6.3_GH0.tar.gz) = 8650715 diff --git a/security/keysmith/distinfo b/security/keysmith/distinfo index 4bd948e4c76e..32a474b7923f 100644 --- a/security/keysmith/distinfo +++ b/security/keysmith/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036945 -SHA256 (KDE/release-service/25.04.2/keysmith-25.04.2.tar.xz) = abda95423d1b66d334a5723a71f25c274088526dc25bd42abfcbdc7ffe8300f2 -SIZE (KDE/release-service/25.04.2/keysmith-25.04.2.tar.xz) = 237388 +TIMESTAMP = 1751381646 +SHA256 (KDE/release-service/25.04.3/keysmith-25.04.3.tar.xz) = 7c823ac8a6f7d70dfb0d2b8a5c4bbca5c0bfa43959671776d0178c4e5969ae90 +SIZE (KDE/release-service/25.04.3/keysmith-25.04.3.tar.xz) = 237392 diff --git a/security/kgpg/distinfo b/security/kgpg/distinfo index 71ebbc8d276d..d651c8c80ffd 100644 --- a/security/kgpg/distinfo +++ b/security/kgpg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036948 -SHA256 (KDE/release-service/25.04.2/kgpg-25.04.2.tar.xz) = aad9c322e3f07de55bc9fd5a55c655ba0afdb24cb2500879b7cafc1f1ee03bed -SIZE (KDE/release-service/25.04.2/kgpg-25.04.2.tar.xz) = 3048980 +TIMESTAMP = 1751381649 +SHA256 (KDE/release-service/25.04.3/kgpg-25.04.3.tar.xz) = 3f2ec6dc5b1221908730066274bd0d2f6efe5c04c2a79b720cb25dce547e0e4e +SIZE (KDE/release-service/25.04.3/kgpg-25.04.3.tar.xz) = 3048996 diff --git a/security/kleopatra/Makefile b/security/kleopatra/Makefile index 021af0b579e1..afa65c5857a7 100644 --- a/security/kleopatra/Makefile +++ b/security/kleopatra/Makefile @@ -1,6 +1,5 @@ PORTNAME= kleopatra DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= security kde kde-applications PATCH_SITES= https://invent.kde.org/pim/kleopatra/-/commit/ diff --git a/security/kleopatra/distinfo b/security/kleopatra/distinfo index f1f3b98769a3..3462d27fed3b 100644 --- a/security/kleopatra/distinfo +++ b/security/kleopatra/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1750496363 -SHA256 (KDE/release-service/25.04.2/kleopatra-25.04.2.tar.xz) = d155c416103fad173c361ea10f3ea1f6142297cc5be3598e9b062461336a3476 -SIZE (KDE/release-service/25.04.2/kleopatra-25.04.2.tar.xz) = 2851360 -SHA256 (KDE/release-service/25.04.2/10b618703d74618c09b5e2b16e2db9d829aed93b.patch) = 75f5c94d85eadad74dcef21f66c019946217a051a9e8b90803d5eceaadb3fcd4 -SIZE (KDE/release-service/25.04.2/10b618703d74618c09b5e2b16e2db9d829aed93b.patch) = 1241 -SHA256 (KDE/release-service/25.04.2/b1f3736de7ed3c2d4f58aa454064a4cd0f423250.patch) = c2796b58683b07eabeae48a517192460c474a1722d7022e796b94df6553d933d -SIZE (KDE/release-service/25.04.2/b1f3736de7ed3c2d4f58aa454064a4cd0f423250.patch) = 1585 -SHA256 (KDE/release-service/25.04.2/d4f777ffa137148302ca39d5a2238c01c896605d.patch) = 0120d812f9a57cbd4a5a2718fbbc9acef090841701cb2c6b4f11a596986840e6 -SIZE (KDE/release-service/25.04.2/d4f777ffa137148302ca39d5a2238c01c896605d.patch) = 1573 +TIMESTAMP = 1751381652 +SHA256 (KDE/release-service/25.04.3/kleopatra-25.04.3.tar.xz) = 7c9ad9d10cd368d58cdadd41f78b8a41853b8cd2b15eb55472f3b5ce707ad1c2 +SIZE (KDE/release-service/25.04.3/kleopatra-25.04.3.tar.xz) = 2850224 +SHA256 (KDE/release-service/25.04.3/10b618703d74618c09b5e2b16e2db9d829aed93b.patch) = 75f5c94d85eadad74dcef21f66c019946217a051a9e8b90803d5eceaadb3fcd4 +SIZE (KDE/release-service/25.04.3/10b618703d74618c09b5e2b16e2db9d829aed93b.patch) = 1241 +SHA256 (KDE/release-service/25.04.3/b1f3736de7ed3c2d4f58aa454064a4cd0f423250.patch) = c2796b58683b07eabeae48a517192460c474a1722d7022e796b94df6553d933d +SIZE (KDE/release-service/25.04.3/b1f3736de7ed3c2d4f58aa454064a4cd0f423250.patch) = 1585 +SHA256 (KDE/release-service/25.04.3/d4f777ffa137148302ca39d5a2238c01c896605d.patch) = 0120d812f9a57cbd4a5a2718fbbc9acef090841701cb2c6b4f11a596986840e6 +SIZE (KDE/release-service/25.04.3/d4f777ffa137148302ca39d5a2238c01c896605d.patch) = 1573 diff --git a/security/kpkpass/distinfo b/security/kpkpass/distinfo index aedda9c2c49a..0a1d98b0270a 100644 --- a/security/kpkpass/distinfo +++ b/security/kpkpass/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036952 -SHA256 (KDE/release-service/25.04.2/kpkpass-25.04.2.tar.xz) = f317db3bd8c7c34d70727353315c831673a16b0a70da75f075cbb5a9dad2f931 -SIZE (KDE/release-service/25.04.2/kpkpass-25.04.2.tar.xz) = 29692 +TIMESTAMP = 1751381655 +SHA256 (KDE/release-service/25.04.3/kpkpass-25.04.3.tar.xz) = 68a9a069cd2ed7c911b6c4a515feec75a88507a445294d5a5391bbb8030081de +SIZE (KDE/release-service/25.04.3/kpkpass-25.04.3.tar.xz) = 29684 diff --git a/security/kwalletmanager/distinfo b/security/kwalletmanager/distinfo index 8b9380d7b9fd..0f541d8d4a38 100644 --- a/security/kwalletmanager/distinfo +++ b/security/kwalletmanager/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036955 -SHA256 (KDE/release-service/25.04.2/kwalletmanager-25.04.2.tar.xz) = 626a240826f551841395bc61742ef45390995df57cd9aecd44a9fdb17b96cf28 -SIZE (KDE/release-service/25.04.2/kwalletmanager-25.04.2.tar.xz) = 1052996 +TIMESTAMP = 1751381657 +SHA256 (KDE/release-service/25.04.3/kwalletmanager-25.04.3.tar.xz) = 25b66d8e3da9548ecb0236fd0cfc50d6e98a385ca2092d6565f75a753f3229ea +SIZE (KDE/release-service/25.04.3/kwalletmanager-25.04.3.tar.xz) = 1053004 diff --git a/security/libkleo/Makefile b/security/libkleo/Makefile index 19824ceb7dda..ad3c33e5d9fb 100644 --- a/security/libkleo/Makefile +++ b/security/libkleo/Makefile @@ -1,6 +1,5 @@ PORTNAME= libkleo DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= security kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/security/libkleo/distinfo b/security/libkleo/distinfo index 09e3eb9eb240..7d0f179e2181 100644 --- a/security/libkleo/distinfo +++ b/security/libkleo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036957 -SHA256 (KDE/release-service/25.04.2/libkleo-25.04.2.tar.xz) = 34feb9871d8a0e6ded0a7baa95f78fdac28c13d7b00ee9296bd1669e0c605f6a -SIZE (KDE/release-service/25.04.2/libkleo-25.04.2.tar.xz) = 655088 +TIMESTAMP = 1751381660 +SHA256 (KDE/release-service/25.04.3/libkleo-25.04.3.tar.xz) = 7c9b334b226c990d5193b2e66a3ce8de1c5ea6c2afc9175280e6f44d02a7caa8 +SIZE (KDE/release-service/25.04.3/libkleo-25.04.3.tar.xz) = 655108 diff --git a/security/pam_rssh/Makefile b/security/pam_rssh/Makefile index 561ddf5078cf..dcea9616f1c4 100644 --- a/security/pam_rssh/Makefile +++ b/security/pam_rssh/Makefile @@ -1,7 +1,7 @@ PORTNAME= pam_rssh DISTVERSIONPREFIX=v DISTVERSION= 1.1.0 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= security MAINTAINER= romain@FreeBSD.org diff --git a/security/py-bcrypt/Makefile b/security/py-bcrypt/Makefile index 40c109fa58b9..fe1618ce8018 100644 --- a/security/py-bcrypt/Makefile +++ b/security/py-bcrypt/Makefile @@ -1,5 +1,6 @@ PORTNAME= bcrypt DISTVERSION= 4.3.0 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile index a75891c6d7c5..b42dbc8ae694 100644 --- a/security/py-cryptography/Makefile +++ b/security/py-cryptography/Makefile @@ -1,6 +1,6 @@ PORTNAME= cryptography PORTVERSION= 44.0.3 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= PYPI diff --git a/security/rage-encryption/Makefile b/security/rage-encryption/Makefile index 2e8a925c3407..6a0dd637ff94 100644 --- a/security/rage-encryption/Makefile +++ b/security/rage-encryption/Makefile @@ -1,7 +1,7 @@ PORTNAME= rage DISTVERSIONPREFIX= v DISTVERSION= 0.11.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security PKGNAMESUFFIX= -encryption diff --git a/security/ratify/Makefile b/security/ratify/Makefile index cf31a75770b3..db9db6f9fdb5 100644 --- a/security/ratify/Makefile +++ b/security/ratify/Makefile @@ -1,6 +1,6 @@ PORTNAME= ratify DISTVERSION= 2.2.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/rpm-sequoia/Makefile b/security/rpm-sequoia/Makefile index edf9cc14fc22..37158498d014 100644 --- a/security/rpm-sequoia/Makefile +++ b/security/rpm-sequoia/Makefile @@ -1,7 +1,7 @@ PORTNAME= rpm-sequoia DISTVERSIONPREFIX= v DISTVERSION= 1.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security archivers MAINTAINER= yuri@FreeBSD.org diff --git a/security/rustls-ffi/Makefile b/security/rustls-ffi/Makefile index edf8ead7bf65..65a625c0905d 100644 --- a/security/rustls-ffi/Makefile +++ b/security/rustls-ffi/Makefile @@ -1,7 +1,7 @@ PORTNAME= rustls-ffi DISTVERSIONPREFIX= v DISTVERSION= 0.15.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= brnrd@FreeBSD.org diff --git a/security/rustscan/Makefile b/security/rustscan/Makefile index f529781f3c9d..0c0e061e5907 100644 --- a/security/rustscan/Makefile +++ b/security/rustscan/Makefile @@ -1,6 +1,6 @@ PORTNAME= rustscan PORTVERSION= 2.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= bofh@FreeBSD.org diff --git a/security/sequoia-chameleon-gnupg/Makefile b/security/sequoia-chameleon-gnupg/Makefile index 11356e0db288..b93f3584cd69 100644 --- a/security/sequoia-chameleon-gnupg/Makefile +++ b/security/sequoia-chameleon-gnupg/Makefile @@ -1,6 +1,7 @@ PORTNAME= sequoia-chameleon-gnupg DISTVERSIONPREFIX= v DISTVERSION= 0.13.1 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= vishwin@FreeBSD.org diff --git a/security/sequoia-sq/Makefile b/security/sequoia-sq/Makefile index 3a098e4d8119..4ce523dcf47c 100644 --- a/security/sequoia-sq/Makefile +++ b/security/sequoia-sq/Makefile @@ -1,7 +1,7 @@ PORTNAME= sq DISTVERSIONPREFIX= v DISTVERSION= 1.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security PKGNAMEPREFIX= sequoia- diff --git a/security/sniffglue/Makefile b/security/sniffglue/Makefile index cf209348751b..9a1ab670897b 100644 --- a/security/sniffglue/Makefile +++ b/security/sniffglue/Makefile @@ -1,7 +1,7 @@ PORTNAME= sniffglue DISTVERSIONPREFIX= v DISTVERSION= 0.16.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security MAINTAINER= freebsd@sysctl.cz diff --git a/security/snort3/Makefile b/security/snort3/Makefile index 833bdf00cb11..59912933c61c 100644 --- a/security/snort3/Makefile +++ b/security/snort3/Makefile @@ -1,5 +1,5 @@ PORTNAME= snort -DISTVERSION= 3.9.0.0 +DISTVERSION= 3.9.1.0 PORTEPOCH= 1 CATEGORIES= security PKGNAMESUFFIX= 3 diff --git a/security/snort3/distinfo b/security/snort3/distinfo index 043da5daa3cb..948c3a03b335 100644 --- a/security/snort3/distinfo +++ b/security/snort3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751444666 -SHA256 (snort3-snort3-3.9.0.0_GH0.tar.gz) = a294be2921440ec39a265e770c15dc52ab011918c6fd288d99e442ceb12f961d -SIZE (snort3-snort3-3.9.0.0_GH0.tar.gz) = 3484705 +TIMESTAMP = 1751623929 +SHA256 (snort3-snort3-3.9.1.0_GH0.tar.gz) = fc19f20cd34192eb78f28d7f128c79c5d0096733277f2b630a8cf892b10f33ce +SIZE (snort3-snort3-3.9.1.0_GH0.tar.gz) = 3501016 diff --git a/security/snort3/pkg-plist b/security/snort3/pkg-plist index 67291c403269..ac9338536bea 100644 --- a/security/snort3/pkg-plist +++ b/security/snort3/pkg-plist @@ -86,6 +86,7 @@ include/snort/helpers/infractions.h include/snort/helpers/json_stream.h include/snort/helpers/literal_search.h include/snort/helpers/memcap_allocator.h +include/snort/helpers/ring2.h include/snort/helpers/scratch_allocator.h include/snort/helpers/sigsafe.h include/snort/helpers/utf.h diff --git a/security/ssh-vault/Makefile b/security/ssh-vault/Makefile index 8dd05cba98e8..b987279ac1eb 100644 --- a/security/ssh-vault/Makefile +++ b/security/ssh-vault/Makefile @@ -1,6 +1,6 @@ PORTNAME= ssh-vault PORTVERSION= 1.0.10 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= security MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/security/sudo-rs/Makefile b/security/sudo-rs/Makefile index 51983bf73ac8..5d6bb16de08b 100644 --- a/security/sudo-rs/Makefile +++ b/security/sudo-rs/Makefile @@ -1,7 +1,7 @@ PORTNAME= sudo-rs PORTVERSION= 0.2.6 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= marc@trifectatech.org diff --git a/security/suricata/Makefile b/security/suricata/Makefile index 88ce45bc1e87..67bc1d7768e7 100644 --- a/security/suricata/Makefile +++ b/security/suricata/Makefile @@ -1,6 +1,6 @@ PORTNAME= suricata DISTVERSION= 7.0.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= https://www.openinfosecfoundation.org/download/ diff --git a/security/vaultwarden/Makefile b/security/vaultwarden/Makefile index d5642346bed5..acfb1177cbf1 100644 --- a/security/vaultwarden/Makefile +++ b/security/vaultwarden/Makefile @@ -1,6 +1,6 @@ PORTNAME= vaultwarden DISTVERSION= 1.34.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= mr@FreeBSD.org diff --git a/security/vuls/Makefile b/security/vuls/Makefile index f2f41cbbf54c..2dc6d13b4b89 100644 --- a/security/vuls/Makefile +++ b/security/vuls/Makefile @@ -1,6 +1,6 @@ PORTNAME= vuls DISTVERSIONPREFIX=v -DISTVERSION= 0.33.1 +DISTVERSION= 0.33.2 CATEGORIES= security MAINTAINER= girgen@FreeBSD.org diff --git a/security/vuls/distinfo b/security/vuls/distinfo index 1524e85119a6..d9947208f662 100644 --- a/security/vuls/distinfo +++ b/security/vuls/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750837237 -SHA256 (go/security_vuls/vuls-v0.33.1/v0.33.1.mod) = cffef0d92a21a68ae82e1eeb7dbf6504887496b042af76cb182e1e3fba9ece20 -SIZE (go/security_vuls/vuls-v0.33.1/v0.33.1.mod) = 20804 -SHA256 (go/security_vuls/vuls-v0.33.1/v0.33.1.zip) = 0bca1fe58726ef06e60e98d0849baff1c2aff6e1bd0de3722fe64314efec49c3 -SIZE (go/security_vuls/vuls-v0.33.1/v0.33.1.zip) = 1401641 +TIMESTAMP = 1751501710 +SHA256 (go/security_vuls/vuls-v0.33.2/v0.33.2.mod) = 0b0947e2e7f76a71fb628bd2fc9d1c3d905f5479811a5b3077e4cd71730b4a80 +SIZE (go/security_vuls/vuls-v0.33.2/v0.33.2.mod) = 20476 +SHA256 (go/security_vuls/vuls-v0.33.2/v0.33.2.zip) = 8648d1937f5eb955e444cf8aa12e647d9f0daf982cb0e1d2b0e2ca731b96d32d +SIZE (go/security_vuls/vuls-v0.33.2/v0.33.2.zip) = 1399904 diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml index fbceba5c7d7c..32a7a8a7559a 100644 --- a/security/vuxml/vuln/2025.xml +++ b/security/vuxml/vuln/2025.xml @@ -1,3 +1,230 @@ + <vuln vid="a55d2120-58cf-11f0-b4ad-b42e991fc52e"> + <topic>firefox -- multiple vulnerabilities</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>140.0,2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>security@mozilla.org reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/buglist.cgi?bug_id=1941377%2C1960948%2C1966187%2C1966505%2C1970764"> + <p>An attacker was able to bypass the `connect-src` + directive of a Content Security Policy by manipulating + subdocuments. This would have also hidden the connections + from the Network tab in Devtools.</p> + <p>When Multi-Account Containers was enabled, DNS requests + could have bypassed a SOCKS proxy when the domain name was + invalid or the SOCKS proxy was not responding.</p> + <p>If a user visited a webpage with an invalid TLS + certificate, and granted an exception, the webpage was able to + provide a WebAuthn challenge that the user would be prompted + to complete. This is in violation of the WebAuthN spec which + requires "a secure transport established without + errors".</p> + <p>The exception page for the HTTPS-Only feature, displayed + when a website is opened via HTTP, lacked an anti-clickjacking + delay, potentially allowing an attacker to trick a user into + granting an exception and loading a webpage over HTTP.</p> + <p>If a user saved a response from the Network tab in Devtools + using the Save As context menu option, that file may not have + been saved with the `.download` file extension. + This could have led to the user inadvertently running a + malicious executable.</p> + <p>Memory safety bugs present in Firefox 139 and Thunderbird + 139. 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-6427</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-6427</url> + <cvename>CVE-2025-6432</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-6432</url> + <cvename>CVE-2025-6433</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-6433</url> + <cvename>CVE-2025-6434</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-6434</url> + <cvename>CVE-2025-6435</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-6435</url> + <cvename>CVE-2025-6436</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-6436</url> + </references> + <dates> + <discovery>2025-06-24</discovery> + <entry>2025-07-04</entry> + </dates> + </vuln> + + <vuln vid="9bad6f79-58cf-11f0-b4ad-b42e991fc52e"> + <topic>firefox -- multiple vulnerabilities</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>128.12.0,2</lt></range> + <range><lt>140.0,2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>security@mozilla.org reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/show_bug.cgi?id=1971140"> + <p>Firefox could have incorrectly parsed a URL and rewritten + it to the youtube.com domain when parsing the URL specified + in an `embed` tag. This could have bypassed website security + checks that restricted which domains users were allowed to + embed.</p> + <p>When a file download is specified via the + `Content-Disposition` header, that directive would be ignored + if the file was included via a `&lt;embed&gt;` or + `&lt;object&gt;` tag, potentially making a website + vulnerable to a cross-site scripting attack.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-6429</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-6429</url> + <cvename>CVE-2025-6430</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-6430</url> + </references> + <dates> + <discovery>2025-06-24</discovery> + <entry>2025-07-04</entry> + </dates> + </vuln> + + <vuln vid="9320590b-58cf-11f0-b4ad-b42e991fc52e"> + <topic>Mozilla -- persistent UUID that identifies browser</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>140.0,2</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>115.25.0</lt></range> + <range><lt>128.12</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>140.0</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>128.12</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>security@mozilla.org reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/show_bug.cgi?id=1717672"> + <p>An attacker who enumerated resources from the WebCompat extension + could have obtained a persistent UUID that identified the browser, + and persisted between containers and normal/private browsing mode, + but not profiles. This vulnerability affects Firefox < 140, + Firefox ESR < 115.25, Firefox ESR < 128.12, Thunderbird < + 140, and Thunderbird < 128.12.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-6425</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-6425</url> + </references> + <dates> + <discovery>2025-06-24</discovery> + <entry>2025-07-04</entry> + </dates> + </vuln> + + <vuln vid="d607b12c-5821-11f0-ab92-f02f7497ecda"> + <topic>php -- Multiple vulnerabilities</topic> + <affects> + <package> + <name>php81</name> + <range><lt>8.1.33</lt></range> + </package> + <package> + <name>php82</name> + <range><lt>8.2.29</lt></range> + </package> + <package> + <name>php83</name> + <range><lt>8.3.23</lt></range> + </package> + <package> + <name>php84</name> + <range><lt>8.4.10</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>php.net reports:</p> + <blockquote cite="https://www.php.net/ChangeLog-8.php"> + <ul> + <li> + CVE-2025-1735: pgsql extension does not check for errors during escaping + </li> + <li> + CVE-2025-6491: NULL Pointer Dereference in PHP SOAP Extension via Large XML Namespace Prefix + </li> + <li> + CVE-2025-1220: Null byte termination in hostnames + </li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-1735</cvename> + <cvename>CVE-2025-6491</cvename> + <cvename>CVE-2025-1220</cvename> + </references> + <dates> + <discovery>2025-02-27</discovery> + <entry>2025-07-03</entry> + </dates> + </vuln> + + <vuln vid="bab7386a-582f-11f0-97d0-b42e991fc52e"> + <topic>Mozilla -- exploitable crash</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>140.0,2</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>115.25.0</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>140.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>security@mozilla.org reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/show_bug.cgi?id=1966423"> + <p>A use-after-free in FontFaceSet resulted in a potentially + exploitable crash.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-6424</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-6424</url> + </references> + <dates> + <discovery>2025-06-24</discovery> + <entry>2025-07-03</entry> + </dates> + </vuln> + <vuln vid="5c777f88-40ff-4e1e-884b-ad63dfb9bb15"> <topic>chromium -- multiple security fixes</topic> <affects> diff --git a/shells/atuin/Makefile b/shells/atuin/Makefile index 7b69750c00ed..d471d425758e 100644 --- a/shells/atuin/Makefile +++ b/shells/atuin/Makefile @@ -1,7 +1,7 @@ PORTNAME= atuin DISTVERSIONPREFIX= v DISTVERSION= 18.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= shells MAINTAINER= yuri@FreeBSD.org diff --git a/shells/fish/Makefile b/shells/fish/Makefile index 68487629a695..c3dec0ba2399 100644 --- a/shells/fish/Makefile +++ b/shells/fish/Makefile @@ -1,6 +1,6 @@ PORTNAME= fish DISTVERSION= 4.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= shells MASTER_SITES= https://github.com/fish-shell/fish-shell/releases/download/${PORTVERSION}/ diff --git a/shells/ion/Makefile b/shells/ion/Makefile index a043875416a4..a7e7ad562f52 100644 --- a/shells/ion/Makefile +++ b/shells/ion/Makefile @@ -1,7 +1,7 @@ PORTNAME= ion DISTVERSION= 1.0.5-1509 DISTVERSIONSUFFIX= g85452cfa -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= shells PKGNAMESUFFIX= -shell diff --git a/shells/nsh/Makefile b/shells/nsh/Makefile index 47e469043310..91875122a950 100644 --- a/shells/nsh/Makefile +++ b/shells/nsh/Makefile @@ -1,6 +1,6 @@ PORTNAME= nsh DISTVERSION= 0.4.2 -PORTREVISION= 33 +PORTREVISION= 34 CATEGORIES= shells MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/shells/nu_plugin_formats/Makefile b/shells/nu_plugin_formats/Makefile index 6e0ef0cf8398..f8b83593c5f2 100644 --- a/shells/nu_plugin_formats/Makefile +++ b/shells/nu_plugin_formats/Makefile @@ -1,6 +1,6 @@ PORTNAME= nu_plugin_formats DISTVERSION= ${NUSHELL_VER} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= shells MASTER_SITES= https://crates.io/api/v1/crates/${PORTNAME}/${DISTVERSION}/download?dummy=/:main DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main diff --git a/shells/nu_plugin_gstat/Makefile b/shells/nu_plugin_gstat/Makefile index a2322b7ea8cb..e2239771cf41 100644 --- a/shells/nu_plugin_gstat/Makefile +++ b/shells/nu_plugin_gstat/Makefile @@ -1,6 +1,6 @@ PORTNAME= nu_plugin_gstat DISTVERSION= ${NUSHELL_VER} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= shells MASTER_SITES= https://crates.io/api/v1/crates/${PORTNAME}/${DISTVERSION}/download?dummy=/:main DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main diff --git a/shells/nu_plugin_inc/Makefile b/shells/nu_plugin_inc/Makefile index 17d12c272f2d..b3997b7af8c8 100644 --- a/shells/nu_plugin_inc/Makefile +++ b/shells/nu_plugin_inc/Makefile @@ -1,6 +1,6 @@ PORTNAME= nu_plugin_inc DISTVERSION= ${NUSHELL_VER} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= shells MASTER_SITES= https://crates.io/api/v1/crates/${PORTNAME}/${DISTVERSION}/download?dummy=/:main DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main diff --git a/shells/nu_plugin_polars/Makefile b/shells/nu_plugin_polars/Makefile index 148c1dabd658..11acc29f49b8 100644 --- a/shells/nu_plugin_polars/Makefile +++ b/shells/nu_plugin_polars/Makefile @@ -1,6 +1,6 @@ PORTNAME= nu_plugin_polars DISTVERSION= ${NUSHELL_VER} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= shells MASTER_SITES= https://crates.io/api/v1/crates/${PORTNAME}/${DISTVERSION}/download?dummy=/:main DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main diff --git a/shells/nu_plugin_query/Makefile b/shells/nu_plugin_query/Makefile index 21edc188080d..59dc8d69ff1f 100644 --- a/shells/nu_plugin_query/Makefile +++ b/shells/nu_plugin_query/Makefile @@ -1,6 +1,6 @@ PORTNAME= nu_plugin_query DISTVERSION= ${NUSHELL_VER} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= shells MASTER_SITES= https://crates.io/api/v1/crates/${PORTNAME}/${DISTVERSION}/download?dummy=/:main DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main diff --git a/shells/nushell/Makefile b/shells/nushell/Makefile index 8a130d593c75..318da18f4ac6 100644 --- a/shells/nushell/Makefile +++ b/shells/nushell/Makefile @@ -1,6 +1,6 @@ PORTNAME= nushell DISTVERSION= 0.104.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= shells MAINTAINER= yuri@FreeBSD.org diff --git a/shells/sheldon/Makefile b/shells/sheldon/Makefile index c80734d4dcdc..6d8d4b049d6a 100644 --- a/shells/sheldon/Makefile +++ b/shells/sheldon/Makefile @@ -1,5 +1,6 @@ PORTNAME= sheldon DISTVERSION= 0.8.3 +PORTREVISION= 1 CATEGORIES= shells MAINTAINER= tagattie@FreeBSD.org diff --git a/shells/shell-hist/Makefile b/shells/shell-hist/Makefile index 0a6ae4e0ecea..614173063c64 100644 --- a/shells/shell-hist/Makefile +++ b/shells/shell-hist/Makefile @@ -1,6 +1,6 @@ PORTNAME= shell-hist DISTVERSION= g20190515 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= shells MAINTAINER= yuri@FreeBSD.org diff --git a/shells/shellharden/Makefile b/shells/shellharden/Makefile index 3cfc79e34c79..32b87be882e7 100644 --- a/shells/shellharden/Makefile +++ b/shells/shellharden/Makefile @@ -1,7 +1,7 @@ PORTNAME= shellharden DISTVERSIONPREFIX= v DISTVERSION= 4.3.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= shells MAINTAINER= yuri@FreeBSD.org diff --git a/shells/starship/Makefile b/shells/starship/Makefile index 0ef9f48069a0..ddd2231fe93e 100644 --- a/shells/starship/Makefile +++ b/shells/starship/Makefile @@ -1,6 +1,6 @@ PORTNAME= starship DISTVERSION= 1.23.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= shells MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/sysutils/async/Makefile b/sysutils/async/Makefile index bf1ffaae8bfa..b55ee451208b 100644 --- a/sysutils/async/Makefile +++ b/sysutils/async/Makefile @@ -1,7 +1,7 @@ PORTNAME= async DISTVERSIONPREFIX= v DISTVERSION= 0.1.1 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/b3sum/Makefile b/sysutils/b3sum/Makefile index 74e9f8a69176..f9901b285df3 100644 --- a/sysutils/b3sum/Makefile +++ b/sysutils/b3sum/Makefile @@ -1,6 +1,6 @@ PORTNAME= b3sum PORTVERSION= 1.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= sunpoet@FreeBSD.org diff --git a/sysutils/backdown/Makefile b/sysutils/backdown/Makefile index 894657ec7349..5d9d89d911a0 100644 --- a/sysutils/backdown/Makefile +++ b/sysutils/backdown/Makefile @@ -1,7 +1,7 @@ PORTNAME= backdown DISTVERSIONPREFIX= v DISTVERSION= 1.1.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= ehaupt@FreeBSD.org diff --git a/sysutils/baloo-widgets/distinfo b/sysutils/baloo-widgets/distinfo index 2f31ec992bdf..479e0ffe9884 100644 --- a/sysutils/baloo-widgets/distinfo +++ b/sysutils/baloo-widgets/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036960 -SHA256 (KDE/release-service/25.04.2/baloo-widgets-25.04.2.tar.xz) = 997b2a1b8f04f2b6b0e28ee27fcdc1198497e3fadc05a3af62677d1ea6446af0 -SIZE (KDE/release-service/25.04.2/baloo-widgets-25.04.2.tar.xz) = 276784 +TIMESTAMP = 1751381662 +SHA256 (KDE/release-service/25.04.3/baloo-widgets-25.04.3.tar.xz) = 62bf1d167d0e17474d8b47d49036296a891009f0fb5aeff21293c7977f6e9166 +SIZE (KDE/release-service/25.04.3/baloo-widgets-25.04.3.tar.xz) = 276732 diff --git a/sysutils/bkt/Makefile b/sysutils/bkt/Makefile index fcb1595dc078..04fe2630bbd7 100644 --- a/sysutils/bkt/Makefile +++ b/sysutils/bkt/Makefile @@ -1,6 +1,6 @@ PORTNAME= bkt DISTVERSION= 0.8.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= ehaupt@FreeBSD.org diff --git a/sysutils/bottom/Makefile b/sysutils/bottom/Makefile index 5605dea115b9..cf1944bfda24 100644 --- a/sysutils/bottom/Makefile +++ b/sysutils/bottom/Makefile @@ -1,6 +1,6 @@ PORTNAME= bottom DISTVERSION= 0.10.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= adamw@FreeBSD.org diff --git a/sysutils/bupstash/Makefile b/sysutils/bupstash/Makefile index 2693adc44980..e2d8523ad22e 100644 --- a/sysutils/bupstash/Makefile +++ b/sysutils/bupstash/Makefile @@ -1,7 +1,7 @@ PORTNAME= bupstash DISTVERSIONPREFIX= v DISTVERSION= 0.12.0 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= sysutils MAINTAINER= felix@userspace.com.au diff --git a/sysutils/conserve/Makefile b/sysutils/conserve/Makefile index bd2a219914cf..fff999c0114b 100644 --- a/sysutils/conserve/Makefile +++ b/sysutils/conserve/Makefile @@ -1,7 +1,7 @@ PORTNAME= conserve DISTVERSIONPREFIX= v DISTVERSION= 24.8.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/czkawka/Makefile b/sysutils/czkawka/Makefile index 127183c6842f..91ebd4c263ca 100644 --- a/sysutils/czkawka/Makefile +++ b/sysutils/czkawka/Makefile @@ -1,6 +1,6 @@ PORTNAME= czkawka DISTVERSION= 9.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= uzsolt@FreeBSD.org diff --git a/sysutils/ddh/Makefile b/sysutils/ddh/Makefile index 3ddc3ce07ae7..cb26a261961c 100644 --- a/sysutils/ddh/Makefile +++ b/sysutils/ddh/Makefile @@ -1,7 +1,7 @@ PORTNAME= ddh DISTVERSIONPREFIX= win DISTVERSION= 64 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/diskonaut/Makefile b/sysutils/diskonaut/Makefile index 9095bd73209f..c3053e6b914f 100644 --- a/sysutils/diskonaut/Makefile +++ b/sysutils/diskonaut/Makefile @@ -1,6 +1,6 @@ PORTNAME= diskonaut PORTVERSION= 0.11.0 -PORTREVISION= 43 +PORTREVISION= 44 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/diskus/Makefile b/sysutils/diskus/Makefile index a1181534b13b..9a850b1fd3f8 100644 --- a/sysutils/diskus/Makefile +++ b/sysutils/diskus/Makefile @@ -1,7 +1,7 @@ PORTNAME= diskus DISTVERSIONPREFIX= v DISTVERSION= 0.7.0 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= sysutils MAINTAINER= sec.research.2005@gmail.com diff --git a/sysutils/dua-cli/Makefile b/sysutils/dua-cli/Makefile index 4d64bfb4a04e..f490101f4a5e 100644 --- a/sysutils/dua-cli/Makefile +++ b/sysutils/dua-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= dua-cli DISTVERSIONPREFIX= v DISTVERSION= 2.29.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/dust/Makefile b/sysutils/dust/Makefile index 123bcfc29f9d..a84e24a336d5 100644 --- a/sysutils/dust/Makefile +++ b/sysutils/dust/Makefile @@ -1,7 +1,7 @@ PORTNAME= dust DISTVERSIONPREFIX= v DISTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= adamw@FreeBSD.org diff --git a/sysutils/dutree/Makefile b/sysutils/dutree/Makefile index 4f62ae2fcd42..cbf291362489 100644 --- a/sysutils/dutree/Makefile +++ b/sysutils/dutree/Makefile @@ -1,7 +1,7 @@ PORTNAME= dutree DISTVERSIONPREFIX= v DISTVERSION= 0.2.15 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= sysutils PATCH_SITES= https://github.com/nachoparker/dutree/commit/ diff --git a/sysutils/elfx86exts/Makefile b/sysutils/elfx86exts/Makefile index 56306db203fd..4ff5c4d90d36 100644 --- a/sysutils/elfx86exts/Makefile +++ b/sysutils/elfx86exts/Makefile @@ -1,7 +1,7 @@ PORTNAME= elfx86exts DISTVERSIONPREFIX= ${PORTNAME}@ DISTVERSION= 0.6.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils MAINTAINER= jamie@catflap.org diff --git a/sysutils/erdtree/Makefile b/sysutils/erdtree/Makefile index a9b4f3605f8f..7baf49804bf3 100644 --- a/sysutils/erdtree/Makefile +++ b/sysutils/erdtree/Makefile @@ -1,7 +1,7 @@ PORTNAME= erdtree DISTVERSIONPREFIX= v DISTVERSION= 3.1.2 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= sysutils MAINTAINER= se@FreeBSD.org diff --git a/sysutils/exa/Makefile b/sysutils/exa/Makefile index 2e44d082540d..12d05d4f2fe9 100644 --- a/sysutils/exa/Makefile +++ b/sysutils/exa/Makefile @@ -1,7 +1,7 @@ PORTNAME= exa DISTVERSIONPREFIX= v DISTVERSION= 0.10.1 -PORTREVISION= 44 +PORTREVISION= 45 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org diff --git a/sysutils/eza/Makefile b/sysutils/eza/Makefile index c1d62840d9b1..3622b761c9f5 100644 --- a/sysutils/eza/Makefile +++ b/sysutils/eza/Makefile @@ -1,6 +1,7 @@ PORTNAME= eza DISTVERSIONPREFIX= v DISTVERSION= 0.21.6 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://github.com/eza-community/${PORTNAME}/releases/download/v${DISTVERSION}/man-${DISTVERSION}.tar.gz?dummy=/:man DISTFILES= ${PORTNAME}-man-${DISTVERSION}.tar.gz:man diff --git a/sysutils/faketty/Makefile b/sysutils/faketty/Makefile index c82623053bf3..d6652fdf1605 100644 --- a/sysutils/faketty/Makefile +++ b/sysutils/faketty/Makefile @@ -1,6 +1,6 @@ PORTNAME= faketty DISTVERSION= 1.0.18 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/fclones/Makefile b/sysutils/fclones/Makefile index 00261c0a0b50..bfe1795fae8a 100644 --- a/sysutils/fclones/Makefile +++ b/sysutils/fclones/Makefile @@ -1,7 +1,7 @@ PORTNAME= fclones DISTVERSIONPREFIX= v DISTVERSION= 0.35.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/fd/Makefile b/sysutils/fd/Makefile index c39a41cec7de..061f614f85f0 100644 --- a/sysutils/fd/Makefile +++ b/sysutils/fd/Makefile @@ -1,7 +1,7 @@ PORTNAME= fd DISTVERSIONPREFIX= v DISTVERSION= 10.2.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils PKGNAMESUFFIX= -find diff --git a/sysutils/filelight/distinfo b/sysutils/filelight/distinfo index d404ab09f3f4..8f25c625248c 100644 --- a/sysutils/filelight/distinfo +++ b/sysutils/filelight/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036962 -SHA256 (KDE/release-service/25.04.2/filelight-25.04.2.tar.xz) = cac5f70d02d2518fd5568f86c378677dca45da86180885a38e2cbf0cf10d03aa -SIZE (KDE/release-service/25.04.2/filelight-25.04.2.tar.xz) = 688732 +TIMESTAMP = 1751381665 +SHA256 (KDE/release-service/25.04.3/filelight-25.04.3.tar.xz) = 0f6d96addcdcc6a4ed6a19539547a8a80bdc098fffb768885a3464e441a91acd +SIZE (KDE/release-service/25.04.3/filelight-25.04.3.tar.xz) = 688736 diff --git a/sysutils/flipperbit/Makefile b/sysutils/flipperbit/Makefile index 447edacf25a7..98e978f7fe63 100644 --- a/sysutils/flipperbit/Makefile +++ b/sysutils/flipperbit/Makefile @@ -1,7 +1,7 @@ PORTNAME= flipperbit DISTVERSIONPREFIX= v DISTVERSION= 0.1.2 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/flowgger/Makefile b/sysutils/flowgger/Makefile index 76a05bebc3f1..8cc008233960 100644 --- a/sysutils/flowgger/Makefile +++ b/sysutils/flowgger/Makefile @@ -1,6 +1,6 @@ PORTNAME= flowgger DISTVERSION= 0.3.1 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= sysutils MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/sysutils/framework-system/Makefile b/sysutils/framework-system/Makefile index ef074115a18e..f4afe3ca9f18 100644 --- a/sysutils/framework-system/Makefile +++ b/sysutils/framework-system/Makefile @@ -1,7 +1,7 @@ PORTNAME= framework-system DISTVERSIONPREFIX=v DISTVERSION= 0.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= dhs@frame.work diff --git a/sysutils/freebsd-rustdate/Makefile b/sysutils/freebsd-rustdate/Makefile index 7d701de93fe3..391fe581c018 100644 --- a/sysutils/freebsd-rustdate/Makefile +++ b/sysutils/freebsd-rustdate/Makefile @@ -1,5 +1,6 @@ PORTNAME= freebsd-rustdate DISTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://rustdate.over-yonder.net/dl/ \ https://distfiles.over-yonder.net/freebsd-rustdate/ diff --git a/sysutils/fselect/Makefile b/sysutils/fselect/Makefile index e8bac7add96a..0baf449fb8f2 100644 --- a/sysutils/fselect/Makefile +++ b/sysutils/fselect/Makefile @@ -1,6 +1,6 @@ PORTNAME= fselect DISTVERSION= 0.8.6 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile index f5f4c56a1801..2c09ab0fa2f2 100644 --- a/sysutils/gnome-control-center/Makefile +++ b/sysutils/gnome-control-center/Makefile @@ -1,6 +1,5 @@ PORTNAME= gnome-control-center -PORTVERSION= 47.6 -PORTREVISION= 1 +PORTVERSION= 47.7 CATEGORIES= sysutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -12,8 +11,6 @@ WWW= https://apps.gnome.org/Settings/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -PORTSCOUT= limit:^47\. - BUILD_DEPENDS= gnome-settings-daemon>0:sysutils/gnome-settings-daemon \ gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas \ tecla>0:x11/tecla @@ -47,7 +44,6 @@ USES= compiler:c++11-lib gettext gnome localbase:ldflags meson \ USE_GNOME= cairo gdkpixbufextra gnomedesktop4 glib20 gtk40 gsound \ libadwaita libxml2 USE_XORG= x11 xi -USE_LDCONFIG= yes BINARY_ALIAS= python3=${PYTHON_VERSION} MESON_ARGS= -Dlocation-services=disabled \ @@ -63,6 +59,8 @@ OPTIONS_DEFAULT= WAYLAND WAYLAND_MESON_TRUE= wayland +PORTSCOUT= limit:^47\. + post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${LOCALBASE}|' \ ${WRKSRC}/panels/printers/pp-host.c diff --git a/sysutils/gnome-control-center/distinfo b/sysutils/gnome-control-center/distinfo index a0958f175d71..651a1b70e6a3 100644 --- a/sysutils/gnome-control-center/distinfo +++ b/sysutils/gnome-control-center/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748511367 -SHA256 (gnome/gnome-control-center-47.6.tar.xz) = 70f38495330c61c4367f2561523f0d4ec28c0dec15731745dcedd81b3378f3d2 -SIZE (gnome/gnome-control-center-47.6.tar.xz) = 7089364 +TIMESTAMP = 1751102179 +SHA256 (gnome/gnome-control-center-47.7.tar.xz) = e6863e56c361f57c330e22e9c178e173683af91100a053f77bc84148a769f5f5 +SIZE (gnome/gnome-control-center-47.7.tar.xz) = 7089812 diff --git a/sysutils/gnome-control-center/files/patch-panels_system_about_cc-about-page.c b/sysutils/gnome-control-center/files/patch-panels_system_about_cc-about-page.c deleted file mode 100644 index 72fbc5a798e4..000000000000 --- a/sysutils/gnome-control-center/files/patch-panels_system_about_cc-about-page.c +++ /dev/null @@ -1,11 +0,0 @@ ---- panels/system/about/cc-about-page.c.orig 2025-05-26 08:10:04 UTC -+++ panels/system/about/cc-about-page.c -@@ -159,7 +159,7 @@ cc_about_page_dispose (GObject *object) - CcAboutPage *self = CC_ABOUT_PAGE (object); - - if (self->system_details_window) -- adw_dialog_close (self->system_details_window); -+ adw_dialog_force_close (self->system_details_window); - g_clear_object (&self->system_details_window); - - g_clear_handle_id (&self->create_system_details_id, g_source_remove); diff --git a/sysutils/gstat-rs/Makefile b/sysutils/gstat-rs/Makefile index 7bca90ee0c61..97d07c39f26e 100644 --- a/sysutils/gstat-rs/Makefile +++ b/sysutils/gstat-rs/Makefile @@ -1,7 +1,7 @@ PORTNAME= gstat-rs DISTVERSIONPREFIX= gstat-v DISTVERSION= 0.1.6 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= sysutils MAINTAINER= asomers@FreeBSD.org diff --git a/sysutils/handlr/Makefile b/sysutils/handlr/Makefile index 55784a533350..85428e1548fe 100644 --- a/sysutils/handlr/Makefile +++ b/sysutils/handlr/Makefile @@ -1,7 +1,7 @@ PORTNAME= handlr DISTVERSIONPREFIX= v DISTVERSION= 0.7.1 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= sysutils MAINTAINER= sec.research.2005@gmail.com diff --git a/sysutils/hexyl/Makefile b/sysutils/hexyl/Makefile index 721a90b22684..5ddc854b39dc 100644 --- a/sysutils/hexyl/Makefile +++ b/sysutils/hexyl/Makefile @@ -1,7 +1,7 @@ PORTNAME= hexyl DISTVERSIONPREFIX= v DISTVERSION= 0.16.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= bofh@FreeBSD.org diff --git a/sysutils/httm/Makefile b/sysutils/httm/Makefile index 3345458c3cb7..67b3211e3715 100644 --- a/sysutils/httm/Makefile +++ b/sysutils/httm/Makefile @@ -1,5 +1,6 @@ PORTNAME= httm DISTVERSION= 0.48.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= bofh@FreeBSD.org diff --git a/sysutils/jail_exporter/Makefile b/sysutils/jail_exporter/Makefile index 6da337696ba7..98ae67e415cd 100644 --- a/sysutils/jail_exporter/Makefile +++ b/sysutils/jail_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= jail_exporter DISTVERSIONPREFIX= v DISTVERSION= 0.15.1 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= sysutils MAINTAINER= dor.bsd@xm0.uk diff --git a/sysutils/joshuto/Makefile b/sysutils/joshuto/Makefile index f962b73df73c..e3a0c16e678b 100644 --- a/sysutils/joshuto/Makefile +++ b/sysutils/joshuto/Makefile @@ -1,7 +1,7 @@ PORTNAME= joshuto DISTVERSIONPREFIX= v DISTVERSION= 0.9.8 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/k3b/distinfo b/sysutils/k3b/distinfo index 5de94b6e248e..5151e8ee5470 100644 --- a/sysutils/k3b/distinfo +++ b/sysutils/k3b/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036965 -SHA256 (KDE/release-service/25.04.2/k3b-25.04.2.tar.xz) = afa7d50e85cad7998dfc74bf48c88f17be2449d07f8004cd7db49fa0b546ffc2 -SIZE (KDE/release-service/25.04.2/k3b-25.04.2.tar.xz) = 10756808 +TIMESTAMP = 1751381667 +SHA256 (KDE/release-service/25.04.3/k3b-25.04.3.tar.xz) = a24b72a42bde0eb4f0501fee66030fe728636afaceeb5c8acdb224bb8eb7a3b5 +SIZE (KDE/release-service/25.04.3/k3b-25.04.3.tar.xz) = 10756508 diff --git a/sysutils/kbackup/distinfo b/sysutils/kbackup/distinfo index 5b6e21946b9e..c5773c1a9ee5 100644 --- a/sysutils/kbackup/distinfo +++ b/sysutils/kbackup/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036967 -SHA256 (KDE/release-service/25.04.2/kbackup-25.04.2.tar.xz) = db3e82a6f97142b874a6ebe8f1b81eee4a0a8400e7fd523e5150557958ec8bb0 -SIZE (KDE/release-service/25.04.2/kbackup-25.04.2.tar.xz) = 394816 +TIMESTAMP = 1751381669 +SHA256 (KDE/release-service/25.04.3/kbackup-25.04.3.tar.xz) = 610957f2f41e7bf23d8b80ad336c7535291935b5190d371c7f948a192d63efcf +SIZE (KDE/release-service/25.04.3/kbackup-25.04.3.tar.xz) = 394788 diff --git a/sysutils/kcron/distinfo b/sysutils/kcron/distinfo index a2fab244b954..9c12eda39f2b 100644 --- a/sysutils/kcron/distinfo +++ b/sysutils/kcron/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036970 -SHA256 (KDE/release-service/25.04.2/kcron-25.04.2.tar.xz) = e75b35e145d75b391b81eb882d1c8f02d8d0f20561146392490910342ae05f2b -SIZE (KDE/release-service/25.04.2/kcron-25.04.2.tar.xz) = 899968 +TIMESTAMP = 1751381672 +SHA256 (KDE/release-service/25.04.3/kcron-25.04.3.tar.xz) = bf463a561c4512fae6baf4d1746d96045c717a46acb66ae44969885ea0b6cd03 +SIZE (KDE/release-service/25.04.3/kcron-25.04.3.tar.xz) = 899880 diff --git a/sysutils/kdebugsettings/distinfo b/sysutils/kdebugsettings/distinfo index 553539960f6f..5c71e241d08b 100644 --- a/sysutils/kdebugsettings/distinfo +++ b/sysutils/kdebugsettings/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036972 -SHA256 (KDE/release-service/25.04.2/kdebugsettings-25.04.2.tar.xz) = 71a4ab5c383f01c14fb6ff12a15702299bbfd59ae26e08b17f9f93b090fcaafe -SIZE (KDE/release-service/25.04.2/kdebugsettings-25.04.2.tar.xz) = 121292 +TIMESTAMP = 1751381674 +SHA256 (KDE/release-service/25.04.3/kdebugsettings-25.04.3.tar.xz) = 5861db6582ded4ac112b0a43baef2192d51f3b0609270441e05aa6c550d2e8c8 +SIZE (KDE/release-service/25.04.3/kdebugsettings-25.04.3.tar.xz) = 121304 diff --git a/sysutils/kdf/distinfo b/sysutils/kdf/distinfo index 11a22f49369d..56ae949ad66c 100644 --- a/sysutils/kdf/distinfo +++ b/sysutils/kdf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036975 -SHA256 (KDE/release-service/25.04.2/kdf-25.04.2.tar.xz) = 3d868661589daec4bfbd5e608407c6931c0bd5206f815ba88e8059814ad9b88b -SIZE (KDE/release-service/25.04.2/kdf-25.04.2.tar.xz) = 481660 +TIMESTAMP = 1751381677 +SHA256 (KDE/release-service/25.04.3/kdf-25.04.3.tar.xz) = b36e510cea034fd2ce08fbbfb26d203a1d8e245d4426d4eb964d1c947964d165 +SIZE (KDE/release-service/25.04.3/kdf-25.04.3.tar.xz) = 481708 diff --git a/sysutils/kdialog/distinfo b/sysutils/kdialog/distinfo index 0510ee39445d..3cfe515b1b4e 100644 --- a/sysutils/kdialog/distinfo +++ b/sysutils/kdialog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036977 -SHA256 (KDE/release-service/25.04.2/kdialog-25.04.2.tar.xz) = 5fa7c856b737f904f2132a176515e281d5da4670736ba288e1aeb9ea651029cd -SIZE (KDE/release-service/25.04.2/kdialog-25.04.2.tar.xz) = 149372 +TIMESTAMP = 1751381679 +SHA256 (KDE/release-service/25.04.3/kdialog-25.04.3.tar.xz) = df97d1ab7930161536ec41184e43cd00de7e46b686729ef03a292524e144fae3 +SIZE (KDE/release-service/25.04.3/kdialog-25.04.3.tar.xz) = 149396 diff --git a/sysutils/khelpcenter/Makefile b/sysutils/khelpcenter/Makefile index 273be8e965af..f19b66b5eaf0 100644 --- a/sysutils/khelpcenter/Makefile +++ b/sysutils/khelpcenter/Makefile @@ -1,6 +1,5 @@ PORTNAME= khelpcenter DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= sysutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/sysutils/khelpcenter/distinfo b/sysutils/khelpcenter/distinfo index 810deac7aca9..c8898f14f859 100644 --- a/sysutils/khelpcenter/distinfo +++ b/sysutils/khelpcenter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036979 -SHA256 (KDE/release-service/25.04.2/khelpcenter-25.04.2.tar.xz) = 5ac9acabd62787ee31f8898917658533eca175f36198325f09d374802acbeeea -SIZE (KDE/release-service/25.04.2/khelpcenter-25.04.2.tar.xz) = 4248840 +TIMESTAMP = 1751381682 +SHA256 (KDE/release-service/25.04.3/khelpcenter-25.04.3.tar.xz) = 49140b3f31fe82ab0993724500ff1bef9c8041c7234a3b831cc9adeb71114111 +SIZE (KDE/release-service/25.04.3/khelpcenter-25.04.3.tar.xz) = 4248848 diff --git a/sysutils/kpmcore/distinfo b/sysutils/kpmcore/distinfo index 305db61d4c10..aa1536d79d68 100644 --- a/sysutils/kpmcore/distinfo +++ b/sysutils/kpmcore/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036982 -SHA256 (KDE/release-service/25.04.2/kpmcore-25.04.2.tar.xz) = 31a95cbdca824ddc5df77dd21fdaa42f320f71d786de4674455fb4acca5bb2fd -SIZE (KDE/release-service/25.04.2/kpmcore-25.04.2.tar.xz) = 665488 +TIMESTAMP = 1751381684 +SHA256 (KDE/release-service/25.04.3/kpmcore-25.04.3.tar.xz) = 6c22e9068fa1e7a4a4a64def7636bb3498b977cf77752d126f1b4e1143f48c95 +SIZE (KDE/release-service/25.04.3/kpmcore-25.04.3.tar.xz) = 665512 diff --git a/sysutils/ksystemlog/distinfo b/sysutils/ksystemlog/distinfo index 0a80a3e187ac..b1c0bbfa9468 100644 --- a/sysutils/ksystemlog/distinfo +++ b/sysutils/ksystemlog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036984 -SHA256 (KDE/release-service/25.04.2/ksystemlog-25.04.2.tar.xz) = f79d08ccdb2340d09fc53d97ec9c5c17f94ba52600a3817c01ef9741f173d5e3 -SIZE (KDE/release-service/25.04.2/ksystemlog-25.04.2.tar.xz) = 1872148 +TIMESTAMP = 1751381687 +SHA256 (KDE/release-service/25.04.3/ksystemlog-25.04.3.tar.xz) = cbac290076ee16d35816015a8c99fe297a9093898d0beac29c734bc9e0226afe +SIZE (KDE/release-service/25.04.3/ksystemlog-25.04.3.tar.xz) = 1872256 diff --git a/sysutils/kubie/Makefile b/sysutils/kubie/Makefile index 67b5858536bb..ff4bef08c876 100644 --- a/sysutils/kubie/Makefile +++ b/sysutils/kubie/Makefile @@ -1,7 +1,7 @@ PORTNAME= kubie DISTVERSIONPREFIX= v DISTVERSION= 0.25.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org diff --git a/sysutils/lsd/Makefile b/sysutils/lsd/Makefile index 1c8dc425f632..e9686c5237d6 100644 --- a/sysutils/lsd/Makefile +++ b/sysutils/lsd/Makefile @@ -1,7 +1,7 @@ PORTNAME= lsd DISTVERSIONPREFIX= v DISTVERSION= 1.1.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= andoriyu@gmail.com diff --git a/sysutils/mcfly/Makefile b/sysutils/mcfly/Makefile index 464ecbc534ad..37b15a9bf41e 100644 --- a/sysutils/mcfly/Makefile +++ b/sysutils/mcfly/Makefile @@ -1,7 +1,7 @@ PORTNAME= mcfly DISTVERSIONPREFIX= v DISTVERSION= 0.9.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/mdcat/Makefile b/sysutils/mdcat/Makefile index 1a269a4b0ad2..5ee5c8295299 100644 --- a/sysutils/mdcat/Makefile +++ b/sysutils/mdcat/Makefile @@ -1,7 +1,7 @@ PORTNAME= mdcat DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 2.7.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org diff --git a/sysutils/mprocs/Makefile b/sysutils/mprocs/Makefile index cfd386dbe8a8..9c7021df8661 100644 --- a/sysutils/mprocs/Makefile +++ b/sysutils/mprocs/Makefile @@ -1,7 +1,7 @@ PORTNAME= mprocs DISTVERSIONPREFIX= v DISTVERSION= 0.7.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= dtxdf@FreeBSD.org diff --git a/sysutils/ncdu2/Makefile b/sysutils/ncdu2/Makefile index 22d91ce2ac85..93a4d28551e1 100644 --- a/sysutils/ncdu2/Makefile +++ b/sysutils/ncdu2/Makefile @@ -1,5 +1,5 @@ PORTNAME= ncdu -PORTVERSION= 2.7 +PORTVERSION= 2.8.2 CATEGORIES= sysutils MASTER_SITES= https://dev.yorhel.nl/download/ PKGNAMESUFFIX= 2 @@ -12,7 +12,7 @@ WWW= https://dev.yorhel.nl/ncdu \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSES/MIT.txt -BUILD_DEPENDS= zig>=0.12<0.14:lang/zig +BUILD_DEPENDS= zig>=0.14:lang/zig LIB_DEPENDS= libzstd.so:archivers/zstd USES= ncurses pkgconfig diff --git a/sysutils/ncdu2/distinfo b/sysutils/ncdu2/distinfo index a95229982298..806a83cc42e9 100644 --- a/sysutils/ncdu2/distinfo +++ b/sysutils/ncdu2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1732202496 -SHA256 (ncdu-2.7.tar.gz) = b218cc14a2bb9852cf951db4e21aec8980e7a8c3aca097e3aa3417f20eb93000 -SIZE (ncdu-2.7.tar.gz) = 71122 +TIMESTAMP = 1751375039 +SHA256 (ncdu-2.8.2.tar.gz) = 022fa765d35a79797acdc80c831707df43c9a3ba60d1ae3e6ea4cc1b7a2c013d +SIZE (ncdu-2.8.2.tar.gz) = 72200 diff --git a/sysutils/onefetch/Makefile b/sysutils/onefetch/Makefile index a021702fd02c..617518d32ea8 100644 --- a/sysutils/onefetch/Makefile +++ b/sysutils/onefetch/Makefile @@ -1,6 +1,6 @@ PORTNAME= onefetch DISTVERSION= 2.22.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils devel MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/pfetch-rs/Makefile b/sysutils/pfetch-rs/Makefile index 8d5dd12970f5..46565d6f6d68 100644 --- a/sysutils/pfetch-rs/Makefile +++ b/sysutils/pfetch-rs/Makefile @@ -1,7 +1,7 @@ PORTNAME= pfetch-rs DISTVERSIONPREFIX= v DISTVERSION= 2.11.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= yonas.yanfa@gmail.com diff --git a/sysutils/pollinfo/Makefile b/sysutils/pollinfo/Makefile index 31a720ffcf80..b06bfcac0b47 100644 --- a/sysutils/pollinfo/Makefile +++ b/sysutils/pollinfo/Makefile @@ -1,6 +1,6 @@ PORTNAME= pollinfo PORTVERSION= 0.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils devel MAINTAINER= arrowd@FreeBSD.org diff --git a/sysutils/potnet/Makefile b/sysutils/potnet/Makefile index e1188bb81789..cb92cb56c40a 100644 --- a/sysutils/potnet/Makefile +++ b/sysutils/potnet/Makefile @@ -1,6 +1,6 @@ PORTNAME= potnet DISTVERSION= 0.5.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= sysutils MAINTAINER= pizzamig@FreeBSD.org diff --git a/sysutils/process-viewer/Makefile b/sysutils/process-viewer/Makefile index 8291fcaaee0b..9ca385367609 100644 --- a/sysutils/process-viewer/Makefile +++ b/sysutils/process-viewer/Makefile @@ -1,6 +1,6 @@ PORTNAME= process-viewer DISTVERSION= g20220909 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/procs/Makefile b/sysutils/procs/Makefile index 7ea6c8209ef3..f8068c472dfd 100644 --- a/sysutils/procs/Makefile +++ b/sysutils/procs/Makefile @@ -1,7 +1,7 @@ PORTNAME= procs DISTVERSIONPREFIX= v DISTVERSION= 0.14.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/qmk_hid/Makefile b/sysutils/qmk_hid/Makefile index 6442d69c805b..b71aca40ed23 100644 --- a/sysutils/qmk_hid/Makefile +++ b/sysutils/qmk_hid/Makefile @@ -1,7 +1,7 @@ PORTNAME= qmk_hid DISTVERSIONPREFIX= v DISTVERSION= 0.1.12 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= dhs@frame.work diff --git a/sysutils/rldd/Makefile b/sysutils/rldd/Makefile index 332436ad08d4..dd3c8d481aad 100644 --- a/sysutils/rldd/Makefile +++ b/sysutils/rldd/Makefile @@ -1,7 +1,7 @@ PORTNAME= rldd DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= tagattie@FreeBSD.org diff --git a/sysutils/runiq/Makefile b/sysutils/runiq/Makefile index 1d1f2392e04f..d9bd385a8b57 100644 --- a/sysutils/runiq/Makefile +++ b/sysutils/runiq/Makefile @@ -1,7 +1,7 @@ PORTNAME= runiq DISTVERSIONPREFIX= v DISTVERSION= 2.0.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/rust-coreutils/Makefile b/sysutils/rust-coreutils/Makefile index fffcb8197de0..5b894f481289 100644 --- a/sysutils/rust-coreutils/Makefile +++ b/sysutils/rust-coreutils/Makefile @@ -1,6 +1,6 @@ PORTNAME= rust-coreutils DISTVERSION= 0.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= pkubaj@FreeBSD.org diff --git a/sysutils/rust-findutils/Makefile b/sysutils/rust-findutils/Makefile index 792aa3321316..69c4a11f1203 100644 --- a/sysutils/rust-findutils/Makefile +++ b/sysutils/rust-findutils/Makefile @@ -1,6 +1,6 @@ PORTNAME= rust-findutils DISTVERSION= 0.7.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils MAINTAINER= pkubaj@FreeBSD.org diff --git a/sysutils/signon-kwallet-extension/distinfo b/sysutils/signon-kwallet-extension/distinfo index 68e7874ae623..085967899506 100644 --- a/sysutils/signon-kwallet-extension/distinfo +++ b/sysutils/signon-kwallet-extension/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036987 -SHA256 (KDE/release-service/25.04.2/signon-kwallet-extension-25.04.2.tar.xz) = e8032e1862d93c0b3e0ca82e97e719be7e261647cae0b66f46730ed359ac8112 -SIZE (KDE/release-service/25.04.2/signon-kwallet-extension-25.04.2.tar.xz) = 11304 +TIMESTAMP = 1751381689 +SHA256 (KDE/release-service/25.04.3/signon-kwallet-extension-25.04.3.tar.xz) = 759188b4dc613ef775032c65380a8dfc0f35b8933ebf5365eabca77db67de5d0 +SIZE (KDE/release-service/25.04.3/signon-kwallet-extension-25.04.3.tar.xz) = 11308 diff --git a/sysutils/sweeper/distinfo b/sysutils/sweeper/distinfo index cc0c6ec1f471..8a58cc00bc88 100644 --- a/sysutils/sweeper/distinfo +++ b/sysutils/sweeper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036989 -SHA256 (KDE/release-service/25.04.2/sweeper-25.04.2.tar.xz) = 752905ee132f4a9bb4f77ad4726d8dc7faf031fe5508724c9c2889c00d39bd51 -SIZE (KDE/release-service/25.04.2/sweeper-25.04.2.tar.xz) = 387376 +TIMESTAMP = 1751381692 +SHA256 (KDE/release-service/25.04.3/sweeper-25.04.3.tar.xz) = ca29d71cba164900c5342833bf2fc774c924390302cc08db914698c070ec07f3 +SIZE (KDE/release-service/25.04.3/sweeper-25.04.3.tar.xz) = 387432 diff --git a/sysutils/syngesture/Makefile b/sysutils/syngesture/Makefile index 76f6cca2907c..d9b85f0256e1 100644 --- a/sysutils/syngesture/Makefile +++ b/sysutils/syngesture/Makefile @@ -1,6 +1,6 @@ PORTNAME= syngesture DISTVERSION= 1.0.1 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/systeroid/Makefile b/sysutils/systeroid/Makefile index 148e65159f59..3c5b6257bc2e 100644 --- a/sysutils/systeroid/Makefile +++ b/sysutils/systeroid/Makefile @@ -1,7 +1,7 @@ PORTNAME= systeroid DISTVERSIONPREFIX= v DISTVERSION= 0.4.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/szyszka/Makefile b/sysutils/szyszka/Makefile index 051cf41fea3b..1fb25b30f23b 100644 --- a/sysutils/szyszka/Makefile +++ b/sysutils/szyszka/Makefile @@ -1,6 +1,6 @@ PORTNAME= szyszka DISTVERSION= 3.0.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/tailspin/Makefile b/sysutils/tailspin/Makefile index 20e8024882bc..102543140997 100644 --- a/sysutils/tailspin/Makefile +++ b/sysutils/tailspin/Makefile @@ -1,5 +1,6 @@ PORTNAME= tailspin DISTVERSION= 5.4.5 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= tagattie@FreeBSD.org diff --git a/sysutils/tealdeer/Makefile b/sysutils/tealdeer/Makefile index b529316e54a5..e96fd22c61f5 100644 --- a/sysutils/tealdeer/Makefile +++ b/sysutils/tealdeer/Makefile @@ -1,7 +1,7 @@ PORTNAME= tealdeer DISTVERSIONPREFIX= v DISTVERSION= 1.6.1 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/tere/Makefile b/sysutils/tere/Makefile index 5a768c1f0478..50b961486014 100644 --- a/sysutils/tere/Makefile +++ b/sysutils/tere/Makefile @@ -1,7 +1,7 @@ PORTNAME= tere DISTVERSIONPREFIX= v DISTVERSION= 1.6.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/tiempo/Makefile b/sysutils/tiempo/Makefile index b48e79e6405c..4e9f6b4817c3 100644 --- a/sysutils/tiempo/Makefile +++ b/sysutils/tiempo/Makefile @@ -1,6 +1,6 @@ PORTNAME= tiempo DISTVERSION= 1.11.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/tldr/Makefile b/sysutils/tldr/Makefile index cabfbddcfacd..f5b8023c0d58 100644 --- a/sysutils/tldr/Makefile +++ b/sysutils/tldr/Makefile @@ -1,6 +1,7 @@ PORTNAME= tldr DISTVERSIONPREFIX= v DISTVERSION= 1.11.1 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= adamw@FreeBSD.org diff --git a/sysutils/topgrade/Makefile b/sysutils/topgrade/Makefile index 725027da374c..fa00c333526a 100644 --- a/sysutils/topgrade/Makefile +++ b/sysutils/topgrade/Makefile @@ -1,7 +1,7 @@ PORTNAME= topgrade DISTVERSIONPREFIX= v DISTVERSION= 16.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= freebsd@scd-systems.net diff --git a/sysutils/tuckr/Makefile b/sysutils/tuckr/Makefile index bae2bd8d2938..bd45015a0529 100644 --- a/sysutils/tuckr/Makefile +++ b/sysutils/tuckr/Makefile @@ -1,6 +1,6 @@ PORTNAME= tuckr DISTVERSION= 0.11.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/vivid/Makefile b/sysutils/vivid/Makefile index cbebe00ffc43..9be62899260b 100644 --- a/sysutils/vivid/Makefile +++ b/sysutils/vivid/Makefile @@ -1,7 +1,7 @@ PORTNAME= vivid DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= sysutils MAINTAINER= 0mp@FreeBSD.org diff --git a/sysutils/wiper/Makefile b/sysutils/wiper/Makefile index f062be45fead..86608d2a63c1 100644 --- a/sysutils/wiper/Makefile +++ b/sysutils/wiper/Makefile @@ -1,7 +1,7 @@ PORTNAME= wiper DISTVERSIONPREFIX= v DISTVERSION= 0.2.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils PKGNAMESUFFIX= -disk-cleanup-tool diff --git a/sysutils/xcp/Makefile b/sysutils/xcp/Makefile index 445c47878e61..d5e62ce9cc4c 100644 --- a/sysutils/xcp/Makefile +++ b/sysutils/xcp/Makefile @@ -1,7 +1,7 @@ PORTNAME= xcp DISTVERSIONPREFIX= v DISTVERSION= 0.24.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/yadf/Makefile b/sysutils/yadf/Makefile index a5b563e6477c..57c10cb97c5e 100644 --- a/sysutils/yadf/Makefile +++ b/sysutils/yadf/Makefile @@ -1,7 +1,7 @@ PORTNAME= yadf DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= sysutils MAINTAINER= sec.research.2005@gmail.com diff --git a/sysutils/yazi/Makefile b/sysutils/yazi/Makefile index 082b10eefbaa..62db8511b4aa 100644 --- a/sysutils/yazi/Makefile +++ b/sysutils/yazi/Makefile @@ -1,7 +1,7 @@ PORTNAME= yazi DISTVERSIONPREFIX= v DISTVERSION= 25.5.31 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= nivit@FreeBSD.org diff --git a/sysutils/zellij/Makefile b/sysutils/zellij/Makefile index ac2063cf1d18..6e42cddfffd9 100644 --- a/sysutils/zellij/Makefile +++ b/sysutils/zellij/Makefile @@ -1,7 +1,7 @@ PORTNAME= zellij DISTVERSIONPREFIX= v DISTVERSION= 0.42.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= riggs@FreeBSD.org diff --git a/sysutils/zoxide/Makefile b/sysutils/zoxide/Makefile index 41fa460d68f1..c1b05dc31b58 100644 --- a/sysutils/zoxide/Makefile +++ b/sysutils/zoxide/Makefile @@ -1,7 +1,7 @@ PORTNAME= zoxide DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= sysutils MAINTAINER= andoriyu@gmail.com diff --git a/textproc/angle-grinder/Makefile b/textproc/angle-grinder/Makefile index a42f528dee1c..9f3c7b037300 100644 --- a/textproc/angle-grinder/Makefile +++ b/textproc/angle-grinder/Makefile @@ -1,7 +1,7 @@ PORTNAME= angle-grinder DISTVERSIONPREFIX= v DISTVERSION= 0.19.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org diff --git a/textproc/aq/Makefile b/textproc/aq/Makefile index 0e0fc0c24287..e95b13424a87 100644 --- a/textproc/aq/Makefile +++ b/textproc/aq/Makefile @@ -1,6 +1,6 @@ PORTNAME= aq DISTVERSION= 0.3.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/arianna/distinfo b/textproc/arianna/distinfo index 5e47030b8235..ed1e8902adb7 100644 --- a/textproc/arianna/distinfo +++ b/textproc/arianna/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036990 -SHA256 (KDE/release-service/25.04.2/arianna-25.04.2.tar.xz) = 208d23566c2a2cbe02c16041321024c3864e74b177cd13b60812d1b23a4c570d -SIZE (KDE/release-service/25.04.2/arianna-25.04.2.tar.xz) = 1167932 +TIMESTAMP = 1751381692 +SHA256 (KDE/release-service/25.04.3/arianna-25.04.3.tar.xz) = 55b34e630fd7833f566ae3949850a54e6055781523a29dac6ce146d281415b87 +SIZE (KDE/release-service/25.04.3/arianna-25.04.3.tar.xz) = 1168060 diff --git a/textproc/bat/Makefile b/textproc/bat/Makefile index c199d4b87085..9decd89f9f71 100644 --- a/textproc/bat/Makefile +++ b/textproc/bat/Makefile @@ -1,7 +1,7 @@ PORTNAME= bat DISTVERSIONPREFIX= v DISTVERSION= 0.25.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= textproc MAINTAINER= pizzamig@FreeBSD.org diff --git a/textproc/biodiff/Makefile b/textproc/biodiff/Makefile index 1fdca620ca88..9f7a6c6d7420 100644 --- a/textproc/biodiff/Makefile +++ b/textproc/biodiff/Makefile @@ -1,7 +1,7 @@ PORTNAME= biodiff DISTVERSIONPREFIX= v DISTVERSION= 1.2.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/cast2gif/Makefile b/textproc/cast2gif/Makefile index 6970199cce7d..63c934e482de 100644 --- a/textproc/cast2gif/Makefile +++ b/textproc/cast2gif/Makefile @@ -2,7 +2,7 @@ PORTNAME= cast2gif DISTVERSIONPREFIX= v DISTVERSION= 0.1.0-5 DISTVERSIONSUFFIX= -g7373161 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= textproc MAINTAINER= eduardo@FreeBSD.org diff --git a/textproc/choose/Makefile b/textproc/choose/Makefile index df54d36af5c8..1f3e3918f5db 100644 --- a/textproc/choose/Makefile +++ b/textproc/choose/Makefile @@ -1,7 +1,7 @@ PORTNAME= choose DISTVERSIONPREFIX= v DISTVERSION= 1.3.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc MAINTAINER= tagattie@FreeBSD.org diff --git a/textproc/code-minimap/Makefile b/textproc/code-minimap/Makefile index a081f128b18b..2ff337dd72a6 100644 --- a/textproc/code-minimap/Makefile +++ b/textproc/code-minimap/Makefile @@ -1,7 +1,7 @@ PORTNAME= code-minimap DISTVERSIONPREFIX= v DISTVERSION= 0.6.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MAINTAINER= dereks@lifeofadishwasher.com diff --git a/textproc/comrak/Makefile b/textproc/comrak/Makefile index d8b18c8bdf25..19a5a7f2f080 100644 --- a/textproc/comrak/Makefile +++ b/textproc/comrak/Makefile @@ -1,6 +1,7 @@ PORTNAME= comrak DISTVERSIONPREFIX= v DISTVERSION= 0.39.1 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/csview/Makefile b/textproc/csview/Makefile index cb605a40a774..2ea7378326ab 100644 --- a/textproc/csview/Makefile +++ b/textproc/csview/Makefile @@ -1,7 +1,7 @@ PORTNAME= csview DISTVERSIONPREFIX= v DISTVERSION= 1.3.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= textproc MAINTAINER= ruben@verweg.com diff --git a/textproc/csvlens/Makefile b/textproc/csvlens/Makefile index 76d13548d141..a3288ccad3d4 100644 --- a/textproc/csvlens/Makefile +++ b/textproc/csvlens/Makefile @@ -1,7 +1,7 @@ PORTNAME= csvlens DISTVERSIONPREFIX= v DISTVERSION= 0.13.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= tagattie@FreeBSD.org diff --git a/textproc/difftastic/Makefile b/textproc/difftastic/Makefile index d00abc69d3a1..62c11e086158 100644 --- a/textproc/difftastic/Makefile +++ b/textproc/difftastic/Makefile @@ -1,5 +1,6 @@ PORTNAME= difftastic DISTVERSION= 0.64.0 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= amdmi3@FreeBSD.org diff --git a/textproc/evtx/Makefile b/textproc/evtx/Makefile index aa7bc41fa37e..75c0e967c034 100644 --- a/textproc/evtx/Makefile +++ b/textproc/evtx/Makefile @@ -1,7 +1,7 @@ PORTNAME= evtx DISTVERSION= 0.8.1 DISTVERSIONPREFIX= v -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= textproc MAINTAINER= acm@FreeBSD.org diff --git a/textproc/fblog/Makefile b/textproc/fblog/Makefile index 026865238125..59fcd375b104 100644 --- a/textproc/fblog/Makefile +++ b/textproc/fblog/Makefile @@ -1,7 +1,7 @@ PORTNAME= fblog DISTVERSIONPREFIX= v DISTVERSION= 4.14.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/feluda/Makefile b/textproc/feluda/Makefile index 1461a4ab077f..4e5f444e1143 100644 --- a/textproc/feluda/Makefile +++ b/textproc/feluda/Makefile @@ -1,5 +1,6 @@ PORTNAME= feluda DISTVERSION= 1.8.5 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= nxjoseph@protonmail.com diff --git a/textproc/grass/Makefile b/textproc/grass/Makefile index 4fb39561e26a..5ecbe315b497 100644 --- a/textproc/grass/Makefile +++ b/textproc/grass/Makefile @@ -1,6 +1,6 @@ PORTNAME= grass DISTVERSION= 0.13.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= vishwin@FreeBSD.org diff --git a/textproc/harper/Makefile b/textproc/harper/Makefile index b4b500809f8a..1849e4ec014b 100644 --- a/textproc/harper/Makefile +++ b/textproc/harper/Makefile @@ -1,6 +1,6 @@ PORTNAME= harper DISTVERSIONPREFIX= v -DISTVERSION= 0.46.0 +DISTVERSION= 0.47.0 CATEGORIES= textproc MAINTAINER= ashish@FreeBSD.org diff --git a/textproc/harper/Makefile.crates b/textproc/harper/Makefile.crates index f5138a040990..6b1b3a613c87 100644 --- a/textproc/harper/Makefile.crates +++ b/textproc/harper/Makefile.crates @@ -109,7 +109,7 @@ CARGO_CRATES= addr2line-0.24.2 \ ident_case-1.0.1 \ idna-1.0.3 \ idna_adapter-1.2.1 \ - indexmap-2.9.0 \ + indexmap-2.10.0 \ ipnet-2.11.0 \ iri-string-0.7.8 \ is-docker-0.2.0 \ @@ -128,7 +128,7 @@ CARGO_CRATES= addr2line-0.24.2 \ litemap-0.8.0 \ lock_api-0.4.13 \ log-0.4.27 \ - lru-0.14.0 \ + lru-0.15.0 \ lru-slab-0.1.2 \ lsp-types-0.97.0 \ mac-0.1.1 \ diff --git a/textproc/harper/distinfo b/textproc/harper/distinfo index 86d5bc66a851..e49dc753130e 100644 --- a/textproc/harper/distinfo +++ b/textproc/harper/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1751214077 +TIMESTAMP = 1751400865 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 @@ -221,8 +221,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.9.0.crate) = cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e -SIZE (rust/crates/indexmap-2.9.0.crate) = 91214 +SHA256 (rust/crates/indexmap-2.10.0.crate) = fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661 +SIZE (rust/crates/indexmap-2.10.0.crate) = 95836 SHA256 (rust/crates/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 @@ -259,8 +259,8 @@ SHA256 (rust/crates/lock_api-0.4.13.crate) = 96936507f153605bddfcda068dd804796c8 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/lru-0.15.0.crate) = 0281c2e25e62316a5c9d98f2d2e9e95a37841afdaf4383c177dbb5c1dfab0568 +SIZE (rust/crates/lru-0.15.0.crate) = 16499 SHA256 (rust/crates/lru-slab-0.1.2.crate) = 112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154 SIZE (rust/crates/lru-slab-0.1.2.crate) = 9090 SHA256 (rust/crates/lsp-types-0.97.0.crate) = 53353550a17c04ac46c585feb189c2db82154fc84b79c7a66c96c2c644f66071 @@ -725,5 +725,5 @@ SHA256 (rust/crates/zerovec-0.11.2.crate) = 4a05eb080e015ba39cc9e23bbe5e7fb04d5f SIZE (rust/crates/zerovec-0.11.2.crate) = 124500 SHA256 (rust/crates/zerovec-derive-0.11.1.crate) = 5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f SIZE (rust/crates/zerovec-derive-0.11.1.crate) = 21294 -SHA256 (Automattic-harper-v0.46.0_GH0.tar.gz) = 136775918972bc6c3a4659073ae759033a5c7622b02a8b34450193c3a58b378d -SIZE (Automattic-harper-v0.46.0_GH0.tar.gz) = 4113575 +SHA256 (Automattic-harper-v0.47.0_GH0.tar.gz) = ff07e01a838e335aa0b72da0d36942e1fe319624df401ae7550fbb40bcc0726c +SIZE (Automattic-harper-v0.47.0_GH0.tar.gz) = 4119251 diff --git a/textproc/hq/Makefile b/textproc/hq/Makefile index 501827721059..9f70aedab46a 100644 --- a/textproc/hq/Makefile +++ b/textproc/hq/Makefile @@ -1,7 +1,7 @@ PORTNAME= hq DISTVERSIONPREFIX= v DISTVERSION= 1.0.1 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/htmlq/Makefile b/textproc/htmlq/Makefile index 67ecb8a8ef97..7fb2368d25ba 100644 --- a/textproc/htmlq/Makefile +++ b/textproc/htmlq/Makefile @@ -1,7 +1,7 @@ PORTNAME= htmlq DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= textproc MAINTAINER= 0mp@FreeBSD.org diff --git a/textproc/jaq/Makefile b/textproc/jaq/Makefile index 5fff557327d5..f9ec541f6038 100644 --- a/textproc/jaq/Makefile +++ b/textproc/jaq/Makefile @@ -1,7 +1,7 @@ PORTNAME= jaq DISTVERSIONPREFIX= v DISTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/jless/Makefile b/textproc/jless/Makefile index 578102110695..aac265179c10 100644 --- a/textproc/jless/Makefile +++ b/textproc/jless/Makefile @@ -1,7 +1,7 @@ PORTNAME= jless DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= lwhsu@FreeBSD.org diff --git a/textproc/jnv/Makefile b/textproc/jnv/Makefile index be2ea0d90f6c..83e045bba5a3 100644 --- a/textproc/jnv/Makefile +++ b/textproc/jnv/Makefile @@ -1,7 +1,7 @@ PORTNAME= jnv DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/jql/Makefile b/textproc/jql/Makefile index a3ace844f808..24c383103fbb 100644 --- a/textproc/jql/Makefile +++ b/textproc/jql/Makefile @@ -1,7 +1,7 @@ PORTNAME= jql DISTVERSIONPREFIX= jql-v DISTVERSION= 8.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/kompare/distinfo b/textproc/kompare/distinfo index 49fe9384e141..663703004e97 100644 --- a/textproc/kompare/distinfo +++ b/textproc/kompare/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036992 -SHA256 (KDE/release-service/25.04.2/kompare-25.04.2.tar.xz) = ba3c459a01fb7fe92f17a6746278eb610957c49c10cb311601b88c1714356c33 -SIZE (KDE/release-service/25.04.2/kompare-25.04.2.tar.xz) = 964196 +TIMESTAMP = 1751381694 +SHA256 (KDE/release-service/25.04.3/kompare-25.04.3.tar.xz) = e3bf9c9e84dbcee0fc39f78261149f93bf8cdd6494abe2c6708bce62de51cc92 +SIZE (KDE/release-service/25.04.3/kompare-25.04.3.tar.xz) = 964196 diff --git a/textproc/libkomparediff2/distinfo b/textproc/libkomparediff2/distinfo index ccfe481e3d2b..eeb8f0234333 100644 --- a/textproc/libkomparediff2/distinfo +++ b/textproc/libkomparediff2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036994 -SHA256 (KDE/release-service/25.04.2/libkomparediff2-25.04.2.tar.xz) = 0f483451b25f462b7d7201d8920959655ac6d7bb4799a003d463a62e213ae079 -SIZE (KDE/release-service/25.04.2/libkomparediff2-25.04.2.tar.xz) = 186380 +TIMESTAMP = 1751381697 +SHA256 (KDE/release-service/25.04.3/libkomparediff2-25.04.3.tar.xz) = ab1779f34edaa51375c6a48c916723f332d87a9d23218ec6c0446c6112aa564c +SIZE (KDE/release-service/25.04.3/libkomparediff2-25.04.3.tar.xz) = 186400 diff --git a/textproc/markdownpart/distinfo b/textproc/markdownpart/distinfo index 97ac25f40d55..ab99f8cd8ece 100644 --- a/textproc/markdownpart/distinfo +++ b/textproc/markdownpart/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036997 -SHA256 (KDE/release-service/25.04.2/markdownpart-25.04.2.tar.xz) = 87a451d88c0bd35a7e3cc7c61c75dfc7dad974e7d5d4178801ab319980119fd4 -SIZE (KDE/release-service/25.04.2/markdownpart-25.04.2.tar.xz) = 34344 +TIMESTAMP = 1751381699 +SHA256 (KDE/release-service/25.04.3/markdownpart-25.04.3.tar.xz) = 4d7b99cee45ed340535c244378f7141ac47d70d75b7c289d93a51516b660c3c1 +SIZE (KDE/release-service/25.04.3/markdownpart-25.04.3.tar.xz) = 34344 diff --git a/textproc/mdbook-linkcheck/Makefile b/textproc/mdbook-linkcheck/Makefile index a42d5c54579f..4d3fae875e9b 100644 --- a/textproc/mdbook-linkcheck/Makefile +++ b/textproc/mdbook-linkcheck/Makefile @@ -1,7 +1,7 @@ PORTNAME= mdbook-linkcheck DISTVERSIONPREFIX= v DISTVERSION= 0.7.7 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org diff --git a/textproc/mdbook-mermaid/Makefile b/textproc/mdbook-mermaid/Makefile index 4e7fcd7833e9..a7734c6c3fb2 100644 --- a/textproc/mdbook-mermaid/Makefile +++ b/textproc/mdbook-mermaid/Makefile @@ -1,7 +1,7 @@ PORTNAME= mdbook-mermaid DISTVERSIONPREFIX= v DISTVERSION= 0.15.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= eduardo@FreeBSD.org diff --git a/textproc/mdbook/Makefile b/textproc/mdbook/Makefile index b55e52ead910..c7936c94dfed 100644 --- a/textproc/mdbook/Makefile +++ b/textproc/mdbook/Makefile @@ -1,7 +1,7 @@ PORTNAME= mdbook DISTVERSIONPREFIX= v DISTVERSION= 0.4.51 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= eduardo@FreeBSD.org diff --git a/textproc/mdq/Makefile b/textproc/mdq/Makefile index a5a426962254..fb5a435e124a 100644 --- a/textproc/mdq/Makefile +++ b/textproc/mdq/Makefile @@ -1,7 +1,7 @@ PORTNAME= mdq DISTVERSIONPREFIX= v DISTVERSION= 0.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/meilisearch/Makefile b/textproc/meilisearch/Makefile index 71d55f22d184..8aef6ba85ecd 100644 --- a/textproc/meilisearch/Makefile +++ b/textproc/meilisearch/Makefile @@ -1,7 +1,7 @@ PORTNAME= meilisearch DISTVERSIONPREFIX= v DISTVERSION= 1.9.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= textproc MASTER_SITES= https://github.com/meilisearch/mini-dashboard/releases/download/v${DASHBOARD_VERSION}/build.zip?dummy=/:mini_dashboard_assets \ https://dlwqk3ibdg1xh.cloudfront.net/:dic_upstream \ diff --git a/textproc/php81-dom/Makefile b/textproc/php81-dom/Makefile index 18ce3512cdbf..d6610e9682c1 100644 --- a/textproc/php81-dom/Makefile +++ b/textproc/php81-dom/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php81 diff --git a/textproc/php81-simplexml/Makefile b/textproc/php81-simplexml/Makefile index 171dd964ccbf..4771fd3f274a 100644 --- a/textproc/php81-simplexml/Makefile +++ b/textproc/php81-simplexml/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php81 diff --git a/textproc/php81-xml/Makefile b/textproc/php81-xml/Makefile index 0800edeb41eb..6baacc4611cc 100644 --- a/textproc/php81-xml/Makefile +++ b/textproc/php81-xml/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php81 diff --git a/textproc/php81-xmlreader/Makefile b/textproc/php81-xmlreader/Makefile index 414e7cc8b146..2a5922ee6820 100644 --- a/textproc/php81-xmlreader/Makefile +++ b/textproc/php81-xmlreader/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php81 diff --git a/textproc/php81-xmlwriter/Makefile b/textproc/php81-xmlwriter/Makefile index 9d8addc95c93..e0cadc6a76b0 100644 --- a/textproc/php81-xmlwriter/Makefile +++ b/textproc/php81-xmlwriter/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php81 diff --git a/textproc/php81-xsl/Makefile b/textproc/php81-xsl/Makefile index fe4f8282559f..e15435fa3047 100644 --- a/textproc/php81-xsl/Makefile +++ b/textproc/php81-xsl/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php81 diff --git a/textproc/php82-dom/Makefile b/textproc/php82-dom/Makefile index 1b17c3323f41..390d9cc54d32 100644 --- a/textproc/php82-dom/Makefile +++ b/textproc/php82-dom/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php82 diff --git a/textproc/php82-simplexml/Makefile b/textproc/php82-simplexml/Makefile index 1016f80f18e9..68049351ec54 100644 --- a/textproc/php82-simplexml/Makefile +++ b/textproc/php82-simplexml/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php82 diff --git a/textproc/php82-xml/Makefile b/textproc/php82-xml/Makefile index 8cef4f4b8419..48da35d981d6 100644 --- a/textproc/php82-xml/Makefile +++ b/textproc/php82-xml/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php82 diff --git a/textproc/php82-xmlreader/Makefile b/textproc/php82-xmlreader/Makefile index 75aa98acb965..e77d2697d3ac 100644 --- a/textproc/php82-xmlreader/Makefile +++ b/textproc/php82-xmlreader/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php82 diff --git a/textproc/php82-xmlwriter/Makefile b/textproc/php82-xmlwriter/Makefile index e71ac7a52dc8..39f5feada4d6 100644 --- a/textproc/php82-xmlwriter/Makefile +++ b/textproc/php82-xmlwriter/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php82 diff --git a/textproc/php82-xsl/Makefile b/textproc/php82-xsl/Makefile index 5e7b28bc2776..a65a869982bc 100644 --- a/textproc/php82-xsl/Makefile +++ b/textproc/php82-xsl/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php82 diff --git a/textproc/php83-dom/Makefile b/textproc/php83-dom/Makefile index 1933bf17bab9..152ab51944ab 100644 --- a/textproc/php83-dom/Makefile +++ b/textproc/php83-dom/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php83 diff --git a/textproc/php83-simplexml/Makefile b/textproc/php83-simplexml/Makefile index 69388320ee18..87996eb406d9 100644 --- a/textproc/php83-simplexml/Makefile +++ b/textproc/php83-simplexml/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php83 diff --git a/textproc/php83-xml/Makefile b/textproc/php83-xml/Makefile index 9fc5ef4eda12..e9650249edbd 100644 --- a/textproc/php83-xml/Makefile +++ b/textproc/php83-xml/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php83 diff --git a/textproc/php83-xmlreader/Makefile b/textproc/php83-xmlreader/Makefile index 4a4f2f98d761..fc29a603edcd 100644 --- a/textproc/php83-xmlreader/Makefile +++ b/textproc/php83-xmlreader/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php83 diff --git a/textproc/php83-xmlwriter/Makefile b/textproc/php83-xmlwriter/Makefile index f93e37ec6e8a..0aec419cb0a5 100644 --- a/textproc/php83-xmlwriter/Makefile +++ b/textproc/php83-xmlwriter/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php83 diff --git a/textproc/php83-xsl/Makefile b/textproc/php83-xsl/Makefile index 59cb10d26d57..13cf30a12fa5 100644 --- a/textproc/php83-xsl/Makefile +++ b/textproc/php83-xsl/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php83 diff --git a/textproc/php84-dom/Makefile b/textproc/php84-dom/Makefile index 45f6e658b8df..02a3ee9976c6 100644 --- a/textproc/php84-dom/Makefile +++ b/textproc/php84-dom/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php84 diff --git a/textproc/php84-simplexml/Makefile b/textproc/php84-simplexml/Makefile index 42e38d98b4e4..ddb54ac3fffd 100644 --- a/textproc/php84-simplexml/Makefile +++ b/textproc/php84-simplexml/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php84 diff --git a/textproc/php84-xml/Makefile b/textproc/php84-xml/Makefile index c8219b5b9e5c..1d04b9033f65 100644 --- a/textproc/php84-xml/Makefile +++ b/textproc/php84-xml/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php84 diff --git a/textproc/php84-xmlreader/Makefile b/textproc/php84-xmlreader/Makefile index bbe854b9e45a..4af62c73f7c1 100644 --- a/textproc/php84-xmlreader/Makefile +++ b/textproc/php84-xmlreader/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php84 diff --git a/textproc/php84-xmlwriter/Makefile b/textproc/php84-xmlwriter/Makefile index 1d9010ad49c3..7adfd0814081 100644 --- a/textproc/php84-xmlwriter/Makefile +++ b/textproc/php84-xmlwriter/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php84 diff --git a/textproc/php84-xsl/Makefile b/textproc/php84-xsl/Makefile index 8624e2a9f3b8..64d8e7f98be1 100644 --- a/textproc/php84-xsl/Makefile +++ b/textproc/php84-xsl/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php84 diff --git a/textproc/py-anyascii/Makefile b/textproc/py-anyascii/Makefile index af3a2d729b79..7659cd4b8c8b 100644 --- a/textproc/py-anyascii/Makefile +++ b/textproc/py-anyascii/Makefile @@ -1,6 +1,5 @@ PORTNAME= anyascii -PORTVERSION= 0.3.2 -PORTREVISION= 1 +PORTVERSION= 0.3.3 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-anyascii/distinfo b/textproc/py-anyascii/distinfo index a702bd745afe..7eb67fa95417 100644 --- a/textproc/py-anyascii/distinfo +++ b/textproc/py-anyascii/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679498814 -SHA256 (anyascii-0.3.2.tar.gz) = 9d5d32ef844fe225b8bc7cba7f950534fae4da27a9bf3a6bea2cb0ea46ce4730 -SIZE (anyascii-0.3.2.tar.gz) = 214052 +TIMESTAMP = 1751375061 +SHA256 (anyascii-0.3.3.tar.gz) = c94e9dd9d47b3d9494eca305fef9447d00b4bf1a32aff85aa746fa3ec7fb95c3 +SIZE (anyascii-0.3.3.tar.gz) = 264680 diff --git a/textproc/py-cyclonedx-python-lib/Makefile b/textproc/py-cyclonedx-python-lib/Makefile index d7cd761068f2..0e87f47b2d16 100644 --- a/textproc/py-cyclonedx-python-lib/Makefile +++ b/textproc/py-cyclonedx-python-lib/Makefile @@ -1,5 +1,5 @@ PORTNAME= cyclonedx-python-lib -PORTVERSION= 10.2.0 +PORTVERSION= 10.3.0 CATEGORIES= textproc python MASTER_SITES= PYPI \ https://github.com/CycloneDX/cyclonedx-python-lib/releases/download/v${PORTVERSION}/ @@ -31,7 +31,7 @@ XML_VALIDATION_DESC= XML validation JSON_VALIDATION_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=4.18<5:devel/py-jsonschema@${PY_FLAVOR} VALIDATION_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=4.18<5:devel/py-jsonschema@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>=4<6:devel/py-lxml@${PY_FLAVOR} -XML_VALIDATION_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=4<6:devel/py-lxml@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}lxml>=4<7:devel/py-lxml@${PY_FLAVOR} +XML_VALIDATION_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=4<7:devel/py-lxml@${PY_FLAVOR} .include <bsd.port.mk> diff --git a/textproc/py-cyclonedx-python-lib/distinfo b/textproc/py-cyclonedx-python-lib/distinfo index 058c90b9d5bc..886a1be1f1db 100644 --- a/textproc/py-cyclonedx-python-lib/distinfo +++ b/textproc/py-cyclonedx-python-lib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188138 -SHA256 (cyclonedx_python_lib-10.2.0.tar.gz) = b67a9ada847f91cf9584f3b82c144458c7887587a6ae94c0a3cac33fd2ec54e5 -SIZE (cyclonedx_python_lib-10.2.0.tar.gz) = 1039057 +TIMESTAMP = 1751375063 +SHA256 (cyclonedx_python_lib-10.3.0.tar.gz) = d9f207bdddacbf5c22d50a0b4e0c878aee578e5452dae2b46f64729a438e9e05 +SIZE (cyclonedx_python_lib-10.3.0.tar.gz) = 1039738 diff --git a/textproc/py-jiter/Makefile b/textproc/py-jiter/Makefile index 4ad78c80dc20..fba028dc03b8 100644 --- a/textproc/py-jiter/Makefile +++ b/textproc/py-jiter/Makefile @@ -1,6 +1,6 @@ PORTNAME= jiter DISTVERSION= 0.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-pycddl/Makefile b/textproc/py-pycddl/Makefile index 32170137e9c5..f19cdcc433b4 100644 --- a/textproc/py-pycddl/Makefile +++ b/textproc/py-pycddl/Makefile @@ -1,7 +1,7 @@ PORTNAME= pycddl DISTVERSIONPREFIX= v DISTVERSION= 0.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-tiktoken/Makefile b/textproc/py-tiktoken/Makefile index dafc037e140b..3c3afbb59c60 100644 --- a/textproc/py-tiktoken/Makefile +++ b/textproc/py-tiktoken/Makefile @@ -1,6 +1,6 @@ PORTNAME= tiktoken PORTVERSION= 0.9.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-tokenizers/Makefile b/textproc/py-tokenizers/Makefile index 035c0a56a6cc..7076777ea457 100644 --- a/textproc/py-tokenizers/Makefile +++ b/textproc/py-tokenizers/Makefile @@ -1,5 +1,6 @@ PORTNAME= tokenizers DISTVERSION= 0.21.2 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/quickwit/Makefile b/textproc/quickwit/Makefile index a210b5913b59..cd5a62fd3883 100644 --- a/textproc/quickwit/Makefile +++ b/textproc/quickwit/Makefile @@ -1,7 +1,7 @@ PORTNAME= quickwit DISTVERSIONPREFIX= v DISTVERSION= 0.8.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= textproc MAINTAINER= ashish@FreeBSD.org diff --git a/textproc/riffdiff/Makefile b/textproc/riffdiff/Makefile index 510f168c51d3..f0c1169b2738 100644 --- a/textproc/riffdiff/Makefile +++ b/textproc/riffdiff/Makefile @@ -1,6 +1,6 @@ PORTNAME= riffdiff DISTVERSION= 3.3.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/ripgrep-all/Makefile b/textproc/ripgrep-all/Makefile index 7208e46506de..0d554b446ac4 100644 --- a/textproc/ripgrep-all/Makefile +++ b/textproc/ripgrep-all/Makefile @@ -1,7 +1,7 @@ PORTNAME= ripgrep-all DISTVERSIONPREFIX= v DISTVERSION= 0.9.6 -PORTREVISION= 37 +PORTREVISION= 38 CATEGORIES= textproc MAINTAINER= alexis.praga@free.fr diff --git a/textproc/ripgrep/Makefile b/textproc/ripgrep/Makefile index 041e675d3c93..ae433b7df000 100644 --- a/textproc/ripgrep/Makefile +++ b/textproc/ripgrep/Makefile @@ -1,6 +1,6 @@ PORTNAME= ripgrep DISTVERSION= 14.1.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc MAINTAINER= petteri.valkonen@iki.fi diff --git a/textproc/rubygem-commonmarker/Makefile b/textproc/rubygem-commonmarker/Makefile index 370c8936937a..abbb13aa55ee 100644 --- a/textproc/rubygem-commonmarker/Makefile +++ b/textproc/rubygem-commonmarker/Makefile @@ -1,5 +1,6 @@ PORTNAME= commonmarker PORTVERSION= 2.3.1 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG DISTFILES= ${DISTNAME}.gem diff --git a/textproc/rubygem-gitlab-glfm-markdown/Makefile b/textproc/rubygem-gitlab-glfm-markdown/Makefile index f8309e2c9e11..41ab9c821b03 100644 --- a/textproc/rubygem-gitlab-glfm-markdown/Makefile +++ b/textproc/rubygem-gitlab-glfm-markdown/Makefile @@ -1,6 +1,6 @@ PORTNAME= gitlab-glfm-markdown PORTVERSION= 0.0.31 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc rubygems MASTER_SITES= RG diff --git a/textproc/sad/Makefile b/textproc/sad/Makefile index 893f09923430..ee90d3719fc9 100644 --- a/textproc/sad/Makefile +++ b/textproc/sad/Makefile @@ -1,7 +1,7 @@ PORTNAME= sad DISTVERSIONPREFIX= v DISTVERSION= 0.4.32 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/sd/Makefile b/textproc/sd/Makefile index df0823d16fba..5fc2f5ae65d7 100644 --- a/textproc/sd/Makefile +++ b/textproc/sd/Makefile @@ -1,7 +1,7 @@ PORTNAME= sd DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= textproc MAINTAINER= bofh@FreeBSD.org diff --git a/textproc/sonic/Makefile b/textproc/sonic/Makefile index 27fce40f7dca..4e98b270cf41 100644 --- a/textproc/sonic/Makefile +++ b/textproc/sonic/Makefile @@ -1,7 +1,7 @@ PORTNAME= sonic DISTVERSIONPREFIX= v DISTVERSION= 1.4.9 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= textproc MASTER_SITES+= https://clrd.ninjal.ac.jp/unidic_archive/cwj/2.1.2/:unidic DISTFILES+= unidic-mecab-2.1.2_src.zip:unidic # check cargo-crates/lindera-unidic-XXX/build.rs diff --git a/textproc/television/Makefile b/textproc/television/Makefile index 55366dcd938e..04829059e6c2 100644 --- a/textproc/television/Makefile +++ b/textproc/television/Makefile @@ -1,6 +1,6 @@ PORTNAME= television DISTVERSION= 0.11.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= nxjoseph@protonmail.com diff --git a/textproc/tokay/Makefile b/textproc/tokay/Makefile index 7a7204e11d1e..7081e7df71c8 100644 --- a/textproc/tokay/Makefile +++ b/textproc/tokay/Makefile @@ -1,7 +1,7 @@ PORTNAME= tokay DISTVERSIONPREFIX= v DISTVERSION= 0.6.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/tomlq/Makefile b/textproc/tomlq/Makefile index 36a78ddc3abc..7e69bd2dd519 100644 --- a/textproc/tomlq/Makefile +++ b/textproc/tomlq/Makefile @@ -1,6 +1,6 @@ PORTNAME= tomlq DISTVERSION= 0.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/ttynt/Makefile b/textproc/ttynt/Makefile index c911d4bee9f8..2026e3b02eb0 100644 --- a/textproc/ttynt/Makefile +++ b/textproc/ttynt/Makefile @@ -1,7 +1,7 @@ PORTNAME= ttynt DISTVERSIONPREFIX= v DISTVERSION= 0.0.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/tui-journal/Makefile b/textproc/tui-journal/Makefile index b8ffdf421cb4..f16e788bb908 100644 --- a/textproc/tui-journal/Makefile +++ b/textproc/tui-journal/Makefile @@ -1,7 +1,7 @@ PORTNAME= tui-journal DISTVERSIONPREFIX= v DISTVERSION= 0.15.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= dutra@FreeBSD.org diff --git a/textproc/typst/Makefile b/textproc/typst/Makefile index 009a5915c750..7f9b031852e0 100644 --- a/textproc/typst/Makefile +++ b/textproc/typst/Makefile @@ -1,7 +1,7 @@ PORTNAME= typst DISTVERSIONPREFIX= v DISTVERSION= 0.13.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= wen@FreeBSD.org diff --git a/textproc/xan/Makefile b/textproc/xan/Makefile index 8e9482279ac0..63c1e48360d6 100644 --- a/textproc/xan/Makefile +++ b/textproc/xan/Makefile @@ -1,5 +1,6 @@ PORTNAME= xan DISTVERSION= 0.51.0 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= tagattie@FreeBSD.org diff --git a/textproc/xsv-rs/Makefile b/textproc/xsv-rs/Makefile index c96d80cc56eb..fa1d0b813003 100644 --- a/textproc/xsv-rs/Makefile +++ b/textproc/xsv-rs/Makefile @@ -1,6 +1,6 @@ PORTNAME= xsv DISTVERSION= 0.13.0 -PORTREVISION= 67 +PORTREVISION= 68 CATEGORIES= textproc PKGNAMESUFFIX= -rs diff --git a/www/castor/Makefile b/www/castor/Makefile index 6d315fa3802f..de3c7c06fbec 100644 --- a/www/castor/Makefile +++ b/www/castor/Makefile @@ -1,6 +1,6 @@ PORTNAME= castor DISTVERSION= 0.8.16 -PORTREVISION= 44 +PORTREVISION= 45 CATEGORIES= www MASTER_SITES= https://git.sr.ht/~julienxx/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 3fa5a1eeb9ed..a483c96c8017 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -1,5 +1,6 @@ PORTNAME= chromium PORTVERSION= 138.0.7204.96 +PORTREVISION= 1 PULSEMV= 16 PULSEV= ${PULSEMV}.1 CATEGORIES= www wayland diff --git a/www/deno-dom/Makefile b/www/deno-dom/Makefile index d3c78f39b39e..75978617efdf 100644 --- a/www/deno-dom/Makefile +++ b/www/deno-dom/Makefile @@ -1,7 +1,7 @@ PORTNAME= deno-dom DISTVERSIONPREFIX= v DISTVERSION= 0.1.48 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/deno/Makefile b/www/deno/Makefile index ace0d478191c..b8b7f7c13666 100644 --- a/www/deno/Makefile +++ b/www/deno/Makefile @@ -1,7 +1,7 @@ PORTNAME= deno DISTVERSIONPREFIX= v DISTVERSION= 2.2.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= ports@FreeBSD.org diff --git a/www/dezoomify-rs/Makefile b/www/dezoomify-rs/Makefile index e4ffcb7c220f..a083f1fad813 100644 --- a/www/dezoomify-rs/Makefile +++ b/www/dezoomify-rs/Makefile @@ -1,7 +1,7 @@ PORTNAME= dezoomify-rs DISTVERSIONPREFIX= v DISTVERSION= 2.15.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= nivit@FreeBSD.org diff --git a/www/dothttp/Makefile b/www/dothttp/Makefile index 664b3020c7a7..39f809b1312a 100644 --- a/www/dothttp/Makefile +++ b/www/dothttp/Makefile @@ -1,7 +1,7 @@ PORTNAME= dothttp DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/drill/Makefile b/www/drill/Makefile index 103c4ae83d07..13c64f803175 100644 --- a/www/drill/Makefile +++ b/www/drill/Makefile @@ -1,6 +1,6 @@ PORTNAME= drill DISTVERSION= 0.8.3 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/drupal11/Makefile b/www/drupal11/Makefile index c8a41ef0304f..8c27d4112a58 100644 --- a/www/drupal11/Makefile +++ b/www/drupal11/Makefile @@ -1,5 +1,5 @@ PORTNAME= drupal11 -PORTVERSION= 11.1.7 +PORTVERSION= 11.2.2 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} diff --git a/www/drupal11/distinfo b/www/drupal11/distinfo index c435d31df618..ba8f640efd35 100644 --- a/www/drupal11/distinfo +++ b/www/drupal11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748328747 -SHA256 (drupal/drupal-11.1.7.tar.gz) = f3acbd2ba33e8767de6ec5520c3307ba9d06cf1968aa82dc10f840769f728f71 -SIZE (drupal/drupal-11.1.7.tar.gz) = 19762218 +TIMESTAMP = 1751539300 +SHA256 (drupal/drupal-11.2.2.tar.gz) = 3e3819f1eed9546a30f49ee452ed0b8dcd9b440ef8d0b97d1ff8fb4406f01176 +SIZE (drupal/drupal-11.2.2.tar.gz) = 20207404 diff --git a/www/drupal11/pkg-plist b/www/drupal11/pkg-plist index f20840c5fa23..7ba32733e800 100644 --- a/www/drupal11/pkg-plist +++ b/www/drupal11/pkg-plist @@ -29,6 +29,7 @@ %%WWWDIR%%/core/.eslintrc.legacy.json %%WWWDIR%%/core/.eslintrc.passing.json %%WWWDIR%%/core/.phpstan-baseline.php +%%WWWDIR%%/core/.phpunit-next.xml %%WWWDIR%%/core/.prettierignore %%WWWDIR%%/core/.prettierrc.json %%WWWDIR%%/core/.stylelintrc.json @@ -72,6 +73,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/alignment/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/alignment/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/alignment/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/alignment/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/alignment/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/alignment/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/alignment/translations/bs.js @@ -144,6 +146,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/autoformat/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/autoformat/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/autoformat/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/autoformat/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/autoformat/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/autoformat/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/autoformat/translations/bs.js @@ -216,6 +219,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/autosave/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/autosave/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/autosave/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/autosave/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/autosave/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/autosave/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/autosave/translations/bs.js @@ -288,6 +292,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/basic-styles/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/basic-styles/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/basic-styles/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/basic-styles/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/basic-styles/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/basic-styles/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/basic-styles/translations/bs.js @@ -360,6 +365,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/block-quote/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/block-quote/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/block-quote/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/block-quote/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/block-quote/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/block-quote/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/block-quote/translations/bs.js @@ -432,6 +438,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/bookmark/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/bookmark/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/bookmark/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/bookmark/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/bookmark/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/bookmark/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/bookmark/translations/bs.js @@ -504,6 +511,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/ckbox/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckbox/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckbox/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/ckbox/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckbox/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckbox/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckbox/translations/bs.js @@ -576,6 +584,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/ckeditor5-dll/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckeditor5-dll/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckeditor5-dll/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/ckeditor5-dll/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckeditor5-dll/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckeditor5-dll/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckeditor5-dll/translations/bs.js @@ -648,6 +657,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/ckfinder/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckfinder/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckfinder/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/ckfinder/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckfinder/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckfinder/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckfinder/translations/bs.js @@ -721,6 +731,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/code-block/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/code-block/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/code-block/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/code-block/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/code-block/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/code-block/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/code-block/translations/bs.js @@ -794,12 +805,86 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/editor-decoupled/editor-decoupled.js %%WWWDIR%%/core/assets/vendor/ckeditor5/editor-inline/editor-inline.js %%WWWDIR%%/core/assets/vendor/ckeditor5/editor-multi-root/editor-multi-root.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/emoji.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/af.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ar.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ast.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/be.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/bg.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/bn.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/bs.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ca.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/cs.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/da.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/de-ch.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/de.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/el.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/en-au.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/en-gb.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/eo.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/es-co.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/es.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/et.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/eu.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/fa.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/fi.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/fr.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/gl.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/gu.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/he.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/hi.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/hr.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/hu.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/hy.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/id.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/it.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ja.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/jv.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/kk.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/km.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/kn.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ko.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ku.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/lt.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/lv.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ms.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/nb.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ne.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/nl.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/no.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/oc.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/pl.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/pt-br.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/pt.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ro.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ru.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/si.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/sk.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/sl.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/sq.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/sr-latn.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/sr.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/sv.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/th.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ti.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/tk.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/tr.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/tt.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ug.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/uk.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ur.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/uz.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/vi.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/zh-cn.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/zh.js %%WWWDIR%%/core/assets/vendor/ckeditor5/essentials/essentials.js %%WWWDIR%%/core/assets/vendor/ckeditor5/find-and-replace/find-and-replace.js %%WWWDIR%%/core/assets/vendor/ckeditor5/find-and-replace/translations/af.js %%WWWDIR%%/core/assets/vendor/ckeditor5/find-and-replace/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/find-and-replace/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/find-and-replace/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/find-and-replace/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/find-and-replace/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/find-and-replace/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/find-and-replace/translations/bs.js @@ -872,6 +957,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/font/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/font/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/font/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/font/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/font/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/font/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/font/translations/bs.js @@ -939,11 +1025,85 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/font/translations/vi.js %%WWWDIR%%/core/assets/vendor/ckeditor5/font/translations/zh-cn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/font/translations/zh.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/fullscreen.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/af.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ar.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ast.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/be.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/bg.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/bn.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/bs.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ca.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/cs.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/da.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/de-ch.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/de.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/el.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/en-au.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/en-gb.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/eo.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/es-co.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/es.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/et.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/eu.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/fa.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/fi.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/fr.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/gl.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/gu.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/he.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/hi.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/hr.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/hu.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/hy.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/id.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/it.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ja.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/jv.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/kk.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/km.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/kn.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ko.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ku.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/lt.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/lv.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ms.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/nb.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ne.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/nl.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/no.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/oc.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/pl.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/pt-br.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/pt.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ro.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ru.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/si.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/sk.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/sl.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/sq.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/sr-latn.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/sr.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/sv.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/th.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ti.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/tk.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/tr.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/tt.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ug.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/uk.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ur.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/uz.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/vi.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/zh-cn.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/zh.js %%WWWDIR%%/core/assets/vendor/ckeditor5/heading/heading.js %%WWWDIR%%/core/assets/vendor/ckeditor5/heading/translations/af.js %%WWWDIR%%/core/assets/vendor/ckeditor5/heading/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/heading/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/heading/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/heading/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/heading/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/heading/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/heading/translations/bs.js @@ -1016,6 +1176,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/highlight/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/highlight/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/highlight/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/highlight/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/highlight/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/highlight/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/highlight/translations/bs.js @@ -1088,6 +1249,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/bs.js @@ -1160,6 +1322,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/html-embed/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/html-embed/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/html-embed/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/html-embed/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/html-embed/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/html-embed/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/html-embed/translations/bs.js @@ -1232,6 +1395,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/html-support/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/html-support/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/html-support/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/html-support/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/html-support/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/html-support/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/html-support/translations/bs.js @@ -1304,6 +1468,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/image/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/image/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/image/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/image/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/image/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/image/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/image/translations/bs.js @@ -1376,6 +1541,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/indent/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/indent/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/indent/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/indent/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/indent/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/indent/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/indent/translations/bs.js @@ -1448,6 +1614,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/language/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/language/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/language/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/language/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/language/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/language/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/language/translations/bs.js @@ -1520,6 +1687,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/link/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/link/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/link/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/link/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/link/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/link/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/link/translations/bs.js @@ -1592,6 +1760,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/list/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/list/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/list/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/list/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/list/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/list/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/list/translations/bs.js @@ -1665,6 +1834,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/media-embed/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/media-embed/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/media-embed/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/media-embed/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/media-embed/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/media-embed/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/media-embed/translations/bs.js @@ -1739,6 +1909,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/page-break/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/page-break/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/page-break/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/page-break/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/page-break/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/page-break/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/page-break/translations/bs.js @@ -1812,6 +1983,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/remove-format/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/remove-format/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/remove-format/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/remove-format/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/remove-format/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/remove-format/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/remove-format/translations/bs.js @@ -1884,6 +2056,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/restricted-editing/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/restricted-editing/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/restricted-editing/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/restricted-editing/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/restricted-editing/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/restricted-editing/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/restricted-editing/translations/bs.js @@ -1956,6 +2129,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/show-blocks/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/show-blocks/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/show-blocks/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/show-blocks/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/show-blocks/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/show-blocks/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/show-blocks/translations/bs.js @@ -2028,6 +2202,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/source-editing/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/source-editing/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/source-editing/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/source-editing/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/source-editing/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/source-editing/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/source-editing/translations/bs.js @@ -2100,6 +2275,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/special-characters/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/special-characters/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/special-characters/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/special-characters/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/special-characters/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/special-characters/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/special-characters/translations/bs.js @@ -2172,6 +2348,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/style/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/style/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/style/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/style/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/style/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/style/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/style/translations/bs.js @@ -2244,6 +2421,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/table/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/table/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/table/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/table/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/table/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/table/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/table/translations/bs.js @@ -2315,6 +2493,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/word-count/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/word-count/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/word-count/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/word-count/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/word-count/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/word-count/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/word-count/translations/bs.js @@ -2385,6 +2564,8 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/word-count/word-count.js %%WWWDIR%%/core/assets/vendor/floating-ui/floating-ui.core.umd.min.js %%WWWDIR%%/core/assets/vendor/floating-ui/floating-ui.dom.umd.min.js +%%WWWDIR%%/core/assets/vendor/htmx/htmx.js +%%WWWDIR%%/core/assets/vendor/htmx/htmx.min.js %%WWWDIR%%/core/assets/vendor/jquery.ui/themes/base/autocomplete.css %%WWWDIR%%/core/assets/vendor/jquery.ui/themes/base/button.css %%WWWDIR%%/core/assets/vendor/jquery.ui/themes/base/checkboxradio.css @@ -2572,7 +2753,9 @@ %%WWWDIR%%/core/lib/Drupal/Component/Discovery/DiscoverableInterface.php %%WWWDIR%%/core/lib/Drupal/Component/Discovery/DiscoveryException.php %%WWWDIR%%/core/lib/Drupal/Component/Discovery/LICENSE.txt +%%WWWDIR%%/core/lib/Drupal/Component/Discovery/MissingClassDetectionClassLoader.php %%WWWDIR%%/core/lib/Drupal/Component/Discovery/README.txt +%%WWWDIR%%/core/lib/Drupal/Component/Discovery/StubTrait.php %%WWWDIR%%/core/lib/Drupal/Component/Discovery/TESTING.txt %%WWWDIR%%/core/lib/Drupal/Component/Discovery/YamlDirectoryDiscovery.php %%WWWDIR%%/core/lib/Drupal/Component/Discovery/YamlDiscovery.php @@ -2991,6 +3174,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/Access/AccessArgumentsResolverFactoryInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Access/AccessCheckInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Access/AccessException.php +%%WWWDIR%%/core/lib/Drupal/Core/Access/AccessGroupAnd.php %%WWWDIR%%/core/lib/Drupal/Core/Access/AccessManager.php %%WWWDIR%%/core/lib/Drupal/Core/Access/AccessManagerInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Access/AccessResult.php @@ -3007,6 +3191,10 @@ %%WWWDIR%%/core/lib/Drupal/Core/Access/CsrfTokenGenerator.php %%WWWDIR%%/core/lib/Drupal/Core/Access/CustomAccessCheck.php %%WWWDIR%%/core/lib/Drupal/Core/Access/DefaultAccessCheck.php +%%WWWDIR%%/core/lib/Drupal/Core/Access/DependentAccessInterface.php +%%WWWDIR%%/core/lib/Drupal/Core/Access/RefinableDependentAccessInterface.php +%%WWWDIR%%/core/lib/Drupal/Core/Access/RefinableDependentAccessTrait.php +%%WWWDIR%%/core/lib/Drupal/Core/Access/RoutePathGenerationTrait.php %%WWWDIR%%/core/lib/Drupal/Core/Access/RouteProcessorCsrf.php %%WWWDIR%%/core/lib/Drupal/Core/Action/ActionBase.php %%WWWDIR%%/core/lib/Drupal/Core/Action/ActionInterface.php @@ -3150,11 +3338,14 @@ %%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheCollectorInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheFactory.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheFactoryInterface.php +%%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheOptionalInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheRedirect.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php +%%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheTagsChecksumPreloadInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheTagsInvalidatorInterface.php +%%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheTagsPurgeInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheableAjaxResponse.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheableDependencyInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheableDependencyTrait.php @@ -3200,9 +3391,11 @@ %%WWWDIR%%/core/lib/Drupal/Core/Cache/DatabaseBackend.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/DatabaseBackendFactory.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php +%%WWWDIR%%/core/lib/Drupal/Core/Cache/EventSubscriber/CacheTagPreloadSubscriber.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/ListCacheBinsPass.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/MemoryBackend.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/MemoryBackendFactory.php +%%WWWDIR%%/core/lib/Drupal/Core/Cache/MemoryCache/LruMemoryCache.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/MemoryCache/MemoryCache.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/MemoryCache/MemoryCacheFactory.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/MemoryCache/MemoryCacheInterface.php @@ -3221,6 +3414,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/Cache/VariationCacheFactory.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/VariationCacheFactoryInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/VariationCacheInterface.php +%%WWWDIR%%/core/lib/Drupal/Core/ClassLoader/BackwardsCompatibilityClassLoader.php %%WWWDIR%%/core/lib/Drupal/Core/Command/BootableCommandTrait.php %%WWWDIR%%/core/lib/Drupal/Core/Command/DbCommandBase.php %%WWWDIR%%/core/lib/Drupal/Core/Command/DbDumpApplication.php @@ -3258,6 +3452,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/EntityCreate.php %%WWWDIR%%/core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/EntityMethod.php %%WWWDIR%%/core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/PermissionsPerBundle.php +%%WWWDIR%%/core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/SetProperties.php %%WWWDIR%%/core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/SimpleConfigUpdate.php %%WWWDIR%%/core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php %%WWWDIR%%/core/lib/Drupal/Core/Config/CachedStorage.php @@ -3296,7 +3491,9 @@ %%WWWDIR%%/core/lib/Drupal/Core/Config/ConfigRenameEvent.php %%WWWDIR%%/core/lib/Drupal/Core/Config/ConfigValueException.php %%WWWDIR%%/core/lib/Drupal/Core/Config/DatabaseStorage.php +%%WWWDIR%%/core/lib/Drupal/Core/Config/DefaultConfigMode.php %%WWWDIR%%/core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php +%%WWWDIR%%/core/lib/Drupal/Core/Config/Development/LenientConfigSchemaChecker.php %%WWWDIR%%/core/lib/Drupal/Core/Config/Entity/ConfigDependencyDeleteFormTrait.php %%WWWDIR%%/core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php %%WWWDIR%%/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php @@ -3432,6 +3629,12 @@ %%WWWDIR%%/core/lib/Drupal/Core/Database/SchemaException.php %%WWWDIR%%/core/lib/Drupal/Core/Database/SchemaObjectDoesNotExistException.php %%WWWDIR%%/core/lib/Drupal/Core/Database/SchemaObjectExistsException.php +%%WWWDIR%%/core/lib/Drupal/Core/Database/Statement/FetchAs.php +%%WWWDIR%%/core/lib/Drupal/Core/Database/Statement/PdoResult.php +%%WWWDIR%%/core/lib/Drupal/Core/Database/Statement/PdoTrait.php +%%WWWDIR%%/core/lib/Drupal/Core/Database/Statement/PrefetchedResult.php +%%WWWDIR%%/core/lib/Drupal/Core/Database/Statement/ResultBase.php +%%WWWDIR%%/core/lib/Drupal/Core/Database/Statement/StatementBase.php %%WWWDIR%%/core/lib/Drupal/Core/Database/StatementInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Database/StatementIteratorTrait.php %%WWWDIR%%/core/lib/Drupal/Core/Database/StatementPrefetchIterator.php @@ -3454,6 +3657,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/Datetime/DateFormatter.php %%WWWDIR%%/core/lib/Drupal/Core/Datetime/DateFormatterInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Datetime/DateHelper.php +%%WWWDIR%%/core/lib/Drupal/Core/Datetime/DatePreprocess.php %%WWWDIR%%/core/lib/Drupal/Core/Datetime/DrupalDateTime.php %%WWWDIR%%/core/lib/Drupal/Core/Datetime/Element/DateElementBase.php %%WWWDIR%%/core/lib/Drupal/Core/Datetime/Element/Datelist.php @@ -3474,6 +3678,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/DependencyInjection/ClassResolverInterface.php %%WWWDIR%%/core/lib/Drupal/Core/DependencyInjection/Compiler/AuthenticationProviderPass.php %%WWWDIR%%/core/lib/Drupal/Core/DependencyInjection/Compiler/BackendCompilerPass.php +%%WWWDIR%%/core/lib/Drupal/Core/DependencyInjection/Compiler/BackwardsCompatibilityClassLoaderPass.php %%WWWDIR%%/core/lib/Drupal/Core/DependencyInjection/Compiler/CorsCompilerPass.php %%WWWDIR%%/core/lib/Drupal/Core/DependencyInjection/Compiler/DeprecatedServicePass.php %%WWWDIR%%/core/lib/Drupal/Core/DependencyInjection/Compiler/DevelopmentSettingsPass.php @@ -3799,6 +4004,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/Extension/InfoParserException.php %%WWWDIR%%/core/lib/Drupal/Core/Extension/InfoParserInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php +%%WWWDIR%%/core/lib/Drupal/Core/Extension/InstallRequirementsInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Extension/MissingDependencyException.php %%WWWDIR%%/core/lib/Drupal/Core/Extension/ModuleDependencyMessageTrait.php %%WWWDIR%%/core/lib/Drupal/Core/Extension/ModuleExtensionList.php @@ -3815,6 +4021,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/Extension/ProceduralCall.php %%WWWDIR%%/core/lib/Drupal/Core/Extension/ProfileExtensionList.php %%WWWDIR%%/core/lib/Drupal/Core/Extension/RequiredModuleUninstallValidator.php +%%WWWDIR%%/core/lib/Drupal/Core/Extension/Requirement/RequirementSeverity.php %%WWWDIR%%/core/lib/Drupal/Core/Extension/ThemeEngineExtensionList.php %%WWWDIR%%/core/lib/Drupal/Core/Extension/ThemeExtensionList.php %%WWWDIR%%/core/lib/Drupal/Core/Extension/ThemeHandler.php @@ -3930,6 +4137,8 @@ %%WWWDIR%%/core/lib/Drupal/Core/Field/WidgetInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Field/WidgetPluginManager.php %%WWWDIR%%/core/lib/Drupal/Core/File/Event/FileUploadSanitizeNameEvent.php +%%WWWDIR%%/core/lib/Drupal/Core/File/Event/MimeTypeMapLoadedEvent.php +%%WWWDIR%%/core/lib/Drupal/Core/File/EventSubscriber/LegacyMimeTypeMapLoadedSubscriber.php %%WWWDIR%%/core/lib/Drupal/Core/File/Exception/DirectoryNotReadyException.php %%WWWDIR%%/core/lib/Drupal/Core/File/Exception/FileException.php %%WWWDIR%%/core/lib/Drupal/Core/File/Exception/FileExistsException.php @@ -3947,6 +4156,9 @@ %%WWWDIR%%/core/lib/Drupal/Core/File/HtaccessWriterInterface.php %%WWWDIR%%/core/lib/Drupal/Core/File/MimeType/ExtensionMimeTypeGuesser.php %%WWWDIR%%/core/lib/Drupal/Core/File/MimeType/MimeTypeGuesser.php +%%WWWDIR%%/core/lib/Drupal/Core/File/MimeType/MimeTypeMap.php +%%WWWDIR%%/core/lib/Drupal/Core/File/MimeType/MimeTypeMapFactory.php +%%WWWDIR%%/core/lib/Drupal/Core/File/MimeType/MimeTypeMapInterface.php %%WWWDIR%%/core/lib/Drupal/Core/File/ProtectedDirectory.php %%WWWDIR%%/core/lib/Drupal/Core/File/file.api.php %%WWWDIR%%/core/lib/Drupal/Core/FileTransfer/ChmodInterface.php @@ -4009,9 +4221,9 @@ %%WWWDIR%%/core/lib/Drupal/Core/Hook/Attribute/HookAttributeInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Hook/Attribute/LegacyHook.php %%WWWDIR%%/core/lib/Drupal/Core/Hook/Attribute/LegacyModuleImplementsAlter.php +%%WWWDIR%%/core/lib/Drupal/Core/Hook/Attribute/ProceduralHookScanStop.php %%WWWDIR%%/core/lib/Drupal/Core/Hook/Attribute/RemoveHook.php %%WWWDIR%%/core/lib/Drupal/Core/Hook/Attribute/ReorderHook.php -%%WWWDIR%%/core/lib/Drupal/Core/Hook/Attribute/StopProceduralHookScan.php %%WWWDIR%%/core/lib/Drupal/Core/Hook/HookCollectorPass.php %%WWWDIR%%/core/lib/Drupal/Core/Hook/Order/Order.php %%WWWDIR%%/core/lib/Drupal/Core/Hook/Order/OrderAfter.php @@ -4145,6 +4357,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/Menu/LocalActionInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Menu/LocalActionManager.php %%WWWDIR%%/core/lib/Drupal/Core/Menu/LocalActionManagerInterface.php +%%WWWDIR%%/core/lib/Drupal/Core/Menu/LocalActionWithDestination.php %%WWWDIR%%/core/lib/Drupal/Core/Menu/LocalTaskDefault.php %%WWWDIR%%/core/lib/Drupal/Core/Menu/LocalTaskInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Menu/LocalTaskManager.php @@ -4167,6 +4380,8 @@ %%WWWDIR%%/core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php %%WWWDIR%%/core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php +%%WWWDIR%%/core/lib/Drupal/Core/Menu/Plugin/Validation/Constraint/MenuLinkDepthConstraint.php +%%WWWDIR%%/core/lib/Drupal/Core/Menu/Plugin/Validation/Constraint/MenuLinkDepthConstraintValidator.php %%WWWDIR%%/core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php %%WWWDIR%%/core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Menu/menu.api.php @@ -4274,13 +4489,16 @@ %%WWWDIR%%/core/lib/Drupal/Core/Plugin/PluginManagerPass.php %%WWWDIR%%/core/lib/Drupal/Core/Plugin/PluginWithFormsInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Plugin/PluginWithFormsTrait.php +%%WWWDIR%%/core/lib/Drupal/Core/Plugin/PreWarmablePluginManagerTrait.php %%WWWDIR%%/core/lib/Drupal/Core/Plugin/PreviewAwarePluginInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Plugin/plugin.api.php +%%WWWDIR%%/core/lib/Drupal/Core/PreWarm/CachePreWarmer.php +%%WWWDIR%%/core/lib/Drupal/Core/PreWarm/CachePreWarmerInterface.php +%%WWWDIR%%/core/lib/Drupal/Core/PreWarm/PreWarmableInterface.php %%WWWDIR%%/core/lib/Drupal/Core/PrivateKey.php %%WWWDIR%%/core/lib/Drupal/Core/ProxyBuilder/ProxyBuilder.php %%WWWDIR%%/core/lib/Drupal/Core/ProxyClass/Batch/BatchStorage.php %%WWWDIR%%/core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php -%%WWWDIR%%/core/lib/Drupal/Core/ProxyClass/Cron.php %%WWWDIR%%/core/lib/Drupal/Core/ProxyClass/Extension/ModuleInstaller.php %%WWWDIR%%/core/lib/Drupal/Core/ProxyClass/File/MimeType/ExtensionMimeTypeGuesser.php %%WWWDIR%%/core/lib/Drupal/Core/ProxyClass/File/MimeType/MimeTypeGuesser.php @@ -4425,6 +4643,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/Render/Markup.php %%WWWDIR%%/core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php %%WWWDIR%%/core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php +%%WWWDIR%%/core/lib/Drupal/Core/Render/Placeholder/CachedStrategy.php %%WWWDIR%%/core/lib/Drupal/Core/Render/Placeholder/ChainedPlaceholderStrategy.php %%WWWDIR%%/core/lib/Drupal/Core/Render/Placeholder/PlaceholderStrategyInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Render/Placeholder/SingleFlushStrategy.php @@ -4505,6 +4724,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/Security/StaticTrustedCallbackHelper.php %%WWWDIR%%/core/lib/Drupal/Core/Security/TrustedCallbackInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Security/UntrustedCallbackException.php +%%WWWDIR%%/core/lib/Drupal/Core/Serialization/Attribute/JsonSchema.php %%WWWDIR%%/core/lib/Drupal/Core/Serialization/Yaml.php %%WWWDIR%%/core/lib/Drupal/Core/Session/AccessPolicyBase.php %%WWWDIR%%/core/lib/Drupal/Core/Session/AccessPolicyInterface.php @@ -4612,12 +4832,15 @@ %%WWWDIR%%/core/lib/Drupal/Core/Test/AssertMailTrait.php %%WWWDIR%%/core/lib/Drupal/Core/Test/EnvironmentCleaner.php %%WWWDIR%%/core/lib/Drupal/Core/Test/EnvironmentCleanerInterface.php +%%WWWDIR%%/core/lib/Drupal/Core/Test/EventSubscriber/FieldStorageCreateCheckSubscriber.php %%WWWDIR%%/core/lib/Drupal/Core/Test/Exception/MissingGroupException.php %%WWWDIR%%/core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php %%WWWDIR%%/core/lib/Drupal/Core/Test/HttpClientMiddleware/TestHttpClientMiddleware.php %%WWWDIR%%/core/lib/Drupal/Core/Test/JUnitConverter.php %%WWWDIR%%/core/lib/Drupal/Core/Test/ObjectSerialization.php %%WWWDIR%%/core/lib/Drupal/Core/Test/PerformanceTestRecorder.php +%%WWWDIR%%/core/lib/Drupal/Core/Test/PhpUnitTestDiscovery.php +%%WWWDIR%%/core/lib/Drupal/Core/Test/PhpUnitTestDiscoveryTracer.php %%WWWDIR%%/core/lib/Drupal/Core/Test/PhpUnitTestRunner.php %%WWWDIR%%/core/lib/Drupal/Core/Test/RefreshVariablesTrait.php %%WWWDIR%%/core/lib/Drupal/Core/Test/RunTests/TestFileParser.php @@ -4671,6 +4894,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/Theme/ThemeManagerInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Theme/ThemeNegotiator.php %%WWWDIR%%/core/lib/Drupal/Core/Theme/ThemeNegotiatorInterface.php +%%WWWDIR%%/core/lib/Drupal/Core/Theme/ThemePreprocess.php %%WWWDIR%%/core/lib/Drupal/Core/Theme/ThemeSettings.php %%WWWDIR%%/core/lib/Drupal/Core/Transliteration/PhpTransliteration.php %%WWWDIR%%/core/lib/Drupal/Core/TypedData/Annotation/DataType.php @@ -4777,6 +5001,10 @@ %%WWWDIR%%/core/lib/Drupal/Core/Validation/ExecutionContextFactory.php %%WWWDIR%%/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AllowedValuesConstraint.php %%WWWDIR%%/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AllowedValuesConstraintValidator.php +%%WWWDIR%%/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AtLeastOneOfConstraint.php +%%WWWDIR%%/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AtLeastOneOfConstraintValidator.php +%%WWWDIR%%/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ClassResolverConstraint.php +%%WWWDIR%%/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ClassResolverConstraintValidator.php %%WWWDIR%%/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ComplexDataConstraint.php %%WWWDIR%%/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ComplexDataConstraintValidator.php %%WWWDIR%%/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/CountConstraint.php @@ -4813,9 +5041,12 @@ %%WWWDIR%%/core/misc/checkbox.js %%WWWDIR%%/core/misc/components/ajax-progress.module.css %%WWWDIR%%/core/misc/components/autocomplete-loading.module.css +%%WWWDIR%%/core/misc/components/fieldgroup.module.css %%WWWDIR%%/core/misc/components/progress.module.css +%%WWWDIR%%/core/misc/components/resize.module.css %%WWWDIR%%/core/misc/components/sticky-header.module.css %%WWWDIR%%/core/misc/components/tabledrag.module.css +%%WWWDIR%%/core/misc/components/tablesort.module.css %%WWWDIR%%/core/misc/components/tree-child.module.css %%WWWDIR%%/core/misc/cspell/dictionary.txt %%WWWDIR%%/core/misc/cspell/drupal-dictionary.txt @@ -4870,6 +5101,8 @@ %%WWWDIR%%/core/misc/field-list-keyboard-navigation.js %%WWWDIR%%/core/misc/form.js %%WWWDIR%%/core/misc/help.png +%%WWWDIR%%/core/misc/htmx/htmx-assets.js +%%WWWDIR%%/core/misc/htmx/htmx-behaviors.js %%WWWDIR%%/core/misc/icons/000000/barchart.svg %%WWWDIR%%/core/misc/icons/000000/chevron-left.svg %%WWWDIR%%/core/misc/icons/000000/chevron-right.svg @@ -5061,6 +5294,7 @@ %%WWWDIR%%/core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php %%WWWDIR%%/core/modules/automated_cron/src/Hook/AutomatedCronHooks.php %%WWWDIR%%/core/modules/automated_cron/tests/src/Functional/GenericTest.php +%%WWWDIR%%/core/modules/automated_cron/tests/src/Kernel/AutomatedCronTest.php %%WWWDIR%%/core/modules/ban/ban.info.yml %%WWWDIR%%/core/modules/ban/ban.install %%WWWDIR%%/core/modules/ban/ban.links.menu.yml @@ -5115,6 +5349,8 @@ %%WWWDIR%%/core/modules/big_pipe/templates/big-pipe-interface-preview.html.twig %%WWWDIR%%/core/modules/big_pipe/tests/modules/big_pipe_bypass_js/big_pipe_bypass_js.info.yml %%WWWDIR%%/core/modules/big_pipe/tests/modules/big_pipe_bypass_js/src/Hook/BigPipeBypassJsHooks.php +%%WWWDIR%%/core/modules/big_pipe/tests/modules/big_pipe_messages_test/big_pipe_messages_test.info.yml +%%WWWDIR%%/core/modules/big_pipe/tests/modules/big_pipe_messages_test/src/Hook/BigPipeMessagesHooks.php %%WWWDIR%%/core/modules/big_pipe/tests/modules/big_pipe_regression_test/big_pipe_regression_test.info.yml %%WWWDIR%%/core/modules/big_pipe/tests/modules/big_pipe_regression_test/big_pipe_regression_test.routing.yml %%WWWDIR%%/core/modules/big_pipe/tests/modules/big_pipe_regression_test/src/BigPipeRegressionTestController.php @@ -5133,6 +5369,7 @@ %%WWWDIR%%/core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipePreviewTest.php %%WWWDIR%%/core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php %%WWWDIR%%/core/modules/big_pipe/tests/src/Kernel/BigPipeInterfacePreviewThemeSuggestionsTest.php +%%WWWDIR%%/core/modules/big_pipe/tests/src/Kernel/SerializeResponseTest.php %%WWWDIR%%/core/modules/big_pipe/tests/src/Unit/Render/BigPipeResponseAttachmentsProcessorTest.php %%WWWDIR%%/core/modules/big_pipe/tests/src/Unit/Render/FiberPlaceholderTest.php %%WWWDIR%%/core/modules/big_pipe/tests/src/Unit/Render/ManyPlaceholderTest.php @@ -5196,6 +5433,7 @@ %%WWWDIR%%/core/modules/block/src/Plugin/migrate/source/d7/BlockTranslation.php %%WWWDIR%%/core/modules/block/src/Theme/AdminDemoNegotiator.php %%WWWDIR%%/core/modules/block/templates/block.html.twig +%%WWWDIR%%/core/modules/block/tests/fixtures/update/add-menu-block-with-zero-depth.php %%WWWDIR%%/core/modules/block/tests/modules/block_test/block_test.info.yml %%WWWDIR%%/core/modules/block/tests/modules/block_test/block_test.routing.yml %%WWWDIR%%/core/modules/block/tests/modules/block_test/block_test.services.yml @@ -5213,11 +5451,11 @@ %%WWWDIR%%/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareBlock.php %%WWWDIR%%/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareNoValidContextOptionsBlock.php %%WWWDIR%%/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareUnsatisfiedBlock.php +%%WWWDIR%%/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestEmptyBlock.php %%WWWDIR%%/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestFormBlock.php %%WWWDIR%%/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestHtmlBlock.php %%WWWDIR%%/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestMultipleFormsBlock.php %%WWWDIR%%/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestSettingsValidationBlock.php -%%WWWDIR%%/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestXSSTitleBlock.php %%WWWDIR%%/core/modules/block/tests/modules/block_test/src/Plugin/Condition/BaloneySpam.php %%WWWDIR%%/core/modules/block/tests/modules/block_test/src/Plugin/Condition/MissingSchema.php %%WWWDIR%%/core/modules/block/tests/modules/block_test/src/PluginForm/EmptyBlockForm.php @@ -5255,12 +5493,14 @@ %%WWWDIR%%/core/modules/block/tests/src/Functional/Rest/BlockXmlAnonTest.php %%WWWDIR%%/core/modules/block/tests/src/Functional/Rest/BlockXmlBasicAuthTest.php %%WWWDIR%%/core/modules/block/tests/src/Functional/Rest/BlockXmlCookieTest.php +%%WWWDIR%%/core/modules/block/tests/src/Functional/Update/MenuBlockDepthTest.php %%WWWDIR%%/core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php %%WWWDIR%%/core/modules/block/tests/src/FunctionalJavascript/BlockAddTest.php %%WWWDIR%%/core/modules/block/tests/src/FunctionalJavascript/BlockContextualLinksTest.php %%WWWDIR%%/core/modules/block/tests/src/FunctionalJavascript/BlockDragTest.php %%WWWDIR%%/core/modules/block/tests/src/FunctionalJavascript/BlockFilterTest.php %%WWWDIR%%/core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php +%%WWWDIR%%/core/modules/block/tests/src/Kernel/BlockConfigSyncTest.php %%WWWDIR%%/core/modules/block/tests/src/Kernel/BlockInterfaceTest.php %%WWWDIR%%/core/modules/block/tests/src/Kernel/BlockRebuildTest.php %%WWWDIR%%/core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php @@ -5312,10 +5552,6 @@ %%WWWDIR%%/core/modules/block_content/migrations/d6_custom_block.yml %%WWWDIR%%/core/modules/block_content/migrations/d7_custom_block.yml %%WWWDIR%%/core/modules/block_content/migrations/state/block_content.migrate_drupal.yml -%%WWWDIR%%/core/modules/block_content/src/Access/AccessGroupAnd.php -%%WWWDIR%%/core/modules/block_content/src/Access/DependentAccessInterface.php -%%WWWDIR%%/core/modules/block_content/src/Access/RefinableDependentAccessInterface.php -%%WWWDIR%%/core/modules/block_content/src/Access/RefinableDependentAccessTrait.php %%WWWDIR%%/core/modules/block_content/src/BlockContentAccessControlHandler.php %%WWWDIR%%/core/modules/block_content/src/BlockContentEvents.php %%WWWDIR%%/core/modules/block_content/src/BlockContentForm.php @@ -5364,6 +5600,10 @@ %%WWWDIR%%/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_view.yml %%WWWDIR%%/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_field_filters.yml %%WWWDIR%%/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_field_type.yml +%%WWWDIR%%/core/modules/block_content/tests/modules/block_content_theme_suggestions_test/block_content_theme_suggestions_test.info.yml +%%WWWDIR%%/core/modules/block_content/tests/modules/block_content_theme_suggestions_test/block_content_theme_suggestions_test.module +%%WWWDIR%%/core/modules/block_content/tests/modules/block_content_theme_suggestions_test/src/Hook/BlockContentThemeSuggestionsTestHooks.php +%%WWWDIR%%/core/modules/block_content/tests/modules/block_content_theme_suggestions_test/templates/block--block-content--view-type--basic--full.html.twig %%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentCacheTagsTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentContextualLinksTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php @@ -5373,12 +5613,13 @@ %%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentRevisionDeleteTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentRevisionRevertTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentRevisionVersionHistoryTest.php -%%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentRevisionsTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentSaveTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentTestBase.php +%%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentThemeSuggestionsTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentTranslationUITest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/GenericTest.php +%%WWWDIR%%/core/modules/block_content/tests/src/Functional/LocalActionTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/PageEditTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/Rest/BlockContentJsonAnonTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/Rest/BlockContentJsonBasicAuthTest.php @@ -5425,9 +5666,6 @@ %%WWWDIR%%/core/modules/block_content/tests/src/Kernel/Views/FieldTypeTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Kernel/Views/RevisionRelationshipsTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Kernel/Views/RevisionUserTest.php -%%WWWDIR%%/core/modules/block_content/tests/src/Unit/Access/AccessGroupAndTest.php -%%WWWDIR%%/core/modules/block_content/tests/src/Unit/Access/AccessibleTestingTrait.php -%%WWWDIR%%/core/modules/block_content/tests/src/Unit/Access/DependentAccessTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Unit/Menu/BlockContentLocalTasksTest.php %%WWWDIR%%/core/modules/breakpoint/breakpoint.info.yml %%WWWDIR%%/core/modules/breakpoint/breakpoint.services.yml @@ -5649,7 +5887,9 @@ %%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_definition_supporting_element/ckeditor5_definition_supporting_element.ckeditor5.yml %%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_definition_supporting_element/ckeditor5_definition_supporting_element.info.yml %%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_drupalelementstyle_test/ckeditor5_drupalelementstyle_test.info.yml -%%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_drupalelementstyle_test/ckeditor5_drupalelementstyle_test.module +%%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_drupalelementstyle_test/src/Hook/Ckeditor5DrupalElementStyleTestHooks.php +%%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_icon_deprecation_test/ckeditor5_icon_deprecation_test.ckeditor5.yml +%%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_icon_deprecation_test/ckeditor5_icon_deprecation_test.info.yml %%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_incompatible_filter_test/ckeditor5_incompatible_filter_test.info.yml %%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_incompatible_filter_test/src/Plugin/Filter/FilterIsIncompatible.php %%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_manual_decorator_test/ckeditor5_manual_decorator_test.ckeditor5.yml @@ -5682,8 +5922,10 @@ %%WWWDIR%%/core/modules/ckeditor5/tests/src/Functional/MediaEntityMetadataApiTest.php %%WWWDIR%%/core/modules/ckeditor5/tests/src/FunctionalJavascript/AdminUiTest.php %%WWWDIR%%/core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php +%%WWWDIR%%/core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5CodeSyntaxTest.php %%WWWDIR%%/core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5DialogTest.php %%WWWDIR%%/core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5FragmentLinkTest.php +%%WWWDIR%%/core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5HeightTest.php %%WWWDIR%%/core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5MarkupTest.php %%WWWDIR%%/core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5OffCanvasTest.php %%WWWDIR%%/core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5ReadOnlyModeTest.php @@ -5721,8 +5963,6 @@ %%WWWDIR%%/core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php %%WWWDIR%%/core/modules/ckeditor5/tests/src/Kernel/ValidatorsTest.php %%WWWDIR%%/core/modules/ckeditor5/tests/src/Kernel/WildcardHtmlSupportTest.php -%%WWWDIR%%/core/modules/ckeditor5/tests/src/Nightwatch/Tests/ckEditor5CodeSyntaxTest.js -%%WWWDIR%%/core/modules/ckeditor5/tests/src/Nightwatch/Tests/ckEditor5EditorHeightTest.js %%WWWDIR%%/core/modules/ckeditor5/tests/src/Nightwatch/Tests/drupalHtmlBuilderTest.js %%WWWDIR%%/core/modules/ckeditor5/tests/src/Traits/CKEditor5TestTrait.php %%WWWDIR%%/core/modules/ckeditor5/tests/src/Traits/PrivateMethodUnitTestTrait.php @@ -5816,6 +6056,7 @@ %%WWWDIR%%/core/modules/comment/src/Form/ConfirmDeleteMultiple.php %%WWWDIR%%/core/modules/comment/src/Form/DeleteForm.php %%WWWDIR%%/core/modules/comment/src/Hook/CommentHooks.php +%%WWWDIR%%/core/modules/comment/src/Hook/CommentThemeHooks.php %%WWWDIR%%/core/modules/comment/src/Hook/CommentTokensHooks.php %%WWWDIR%%/core/modules/comment/src/Hook/CommentViewsHooks.php %%WWWDIR%%/core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php @@ -5863,7 +6104,7 @@ %%WWWDIR%%/core/modules/comment/tests/modules/comment_display_configurable_test/comment_display_configurable_test.info.yml %%WWWDIR%%/core/modules/comment/tests/modules/comment_display_configurable_test/src/Hook/CommentDisplayConfigurableTestHooks.php %%WWWDIR%%/core/modules/comment/tests/modules/comment_empty_title_test/comment_empty_title_test.info.yml -%%WWWDIR%%/core/modules/comment/tests/modules/comment_empty_title_test/comment_empty_title_test.module +%%WWWDIR%%/core/modules/comment/tests/modules/comment_empty_title_test/src/Hook/CommentEmptyTitleTestThemeHooks.php %%WWWDIR%%/core/modules/comment/tests/modules/comment_test/comment_test.info.yml %%WWWDIR%%/core/modules/comment/tests/modules/comment_test/comment_test.routing.yml %%WWWDIR%%/core/modules/comment/tests/modules/comment_test/src/Controller/CommentTestController.php @@ -6032,7 +6273,6 @@ %%WWWDIR%%/core/modules/config/tests/config_exclude_test/config/install/system.menu.indirect-exclude-test.yml %%WWWDIR%%/core/modules/config/tests/config_exclude_test/config_exclude_test.info.yml %%WWWDIR%%/core/modules/config/tests/config_import_test/config_import_test.info.yml -%%WWWDIR%%/core/modules/config/tests/config_import_test/config_import_test.module %%WWWDIR%%/core/modules/config/tests/config_import_test/config_import_test.services.yml %%WWWDIR%%/core/modules/config/tests/config_import_test/src/EventSubscriber.php %%WWWDIR%%/core/modules/config/tests/config_import_test/src/Hook/ConfigImportTestHooks.php @@ -6049,6 +6289,8 @@ %%WWWDIR%%/core/modules/config/tests/config_install_fail_test/config/install/config_test.dynamic.dotted.default.yml %%WWWDIR%%/core/modules/config/tests/config_install_fail_test/config/install/language/fr/config_test.dynamic.dotted.default.yml %%WWWDIR%%/core/modules/config/tests/config_install_fail_test/config_install_fail_test.info.yml +%%WWWDIR%%/core/modules/config/tests/config_install_schema_test/config_install_schema_test.info.yml +%%WWWDIR%%/core/modules/config/tests/config_install_schema_test/config_install_schema_test.install %%WWWDIR%%/core/modules/config/tests/config_integration_test/config/install/config_integration_test.settings.yml %%WWWDIR%%/core/modules/config/tests/config_integration_test/config/install/config_test.dynamic.config_integration_test.yml %%WWWDIR%%/core/modules/config/tests/config_integration_test/config/schema/config_integration_test.schema.yml @@ -6310,6 +6552,7 @@ %%WWWDIR%%/core/modules/contact/src/Controller/ContactController.php %%WWWDIR%%/core/modules/contact/src/Entity/ContactForm.php %%WWWDIR%%/core/modules/contact/src/Entity/Message.php +%%WWWDIR%%/core/modules/contact/src/Hook/ContactFormHooks.php %%WWWDIR%%/core/modules/contact/src/Hook/ContactHooks.php %%WWWDIR%%/core/modules/contact/src/Hook/ContactViewsHooks.php %%WWWDIR%%/core/modules/contact/src/MailHandler.php @@ -6326,7 +6569,6 @@ %%WWWDIR%%/core/modules/contact/tests/modules/contact_storage_test/config/schema/contact_storage_test.schema.yml %%WWWDIR%%/core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.info.yml %%WWWDIR%%/core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.install -%%WWWDIR%%/core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.module %%WWWDIR%%/core/modules/contact/tests/modules/contact_storage_test/src/Hook/ContactStorageTestHooks.php %%WWWDIR%%/core/modules/contact/tests/modules/contact_test/config/install/contact.form.feedback.yml %%WWWDIR%%/core/modules/contact/tests/modules/contact_test/contact_test.info.yml @@ -6377,7 +6619,6 @@ %%WWWDIR%%/core/modules/content_moderation/content_moderation.post_update.php %%WWWDIR%%/core/modules/content_moderation/content_moderation.routing.yml %%WWWDIR%%/core/modules/content_moderation/content_moderation.services.yml -%%WWWDIR%%/core/modules/content_moderation/content_moderation.views.inc %%WWWDIR%%/core/modules/content_moderation/css/content_moderation.module.css %%WWWDIR%%/core/modules/content_moderation/css/content_moderation.theme.css %%WWWDIR%%/core/modules/content_moderation/help_topics/content_moderation.changing_states.html.twig @@ -6563,14 +6804,12 @@ %%WWWDIR%%/core/modules/content_translation/src/Plugin/Derivative/ContentTranslationLocalTasks.php %%WWWDIR%%/core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraint.php %%WWWDIR%%/core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php -%%WWWDIR%%/core/modules/content_translation/src/Plugin/migrate/source/I18nQueryTrait.php %%WWWDIR%%/core/modules/content_translation/src/Plugin/migrate/source/d7/EntityTranslationSettings.php %%WWWDIR%%/core/modules/content_translation/src/Plugin/views/field/TranslationLink.php %%WWWDIR%%/core/modules/content_translation/src/Routing/ContentTranslationRouteSubscriber.php %%WWWDIR%%/core/modules/content_translation/tests/modules/content_translation_test/config/install/entity_test.entity_test_bundle.test.yml %%WWWDIR%%/core/modules/content_translation/tests/modules/content_translation_test/config/install/language.content_settings.entity_test_with_bundle.test.yml %%WWWDIR%%/core/modules/content_translation/tests/modules/content_translation_test/content_translation_test.info.yml -%%WWWDIR%%/core/modules/content_translation/tests/modules/content_translation_test/content_translation_test.module %%WWWDIR%%/core/modules/content_translation/tests/modules/content_translation_test/src/Entity/EntityTestTranslatableNoUISkip.php %%WWWDIR%%/core/modules/content_translation/tests/modules/content_translation_test/src/Entity/EntityTestTranslatableUISkip.php %%WWWDIR%%/core/modules/content_translation/tests/modules/content_translation_test/src/Hook/ContentTranslationTestHooks.php @@ -6624,6 +6863,7 @@ %%WWWDIR%%/core/modules/contextual/contextual.permissions.yml %%WWWDIR%%/core/modules/contextual/contextual.post_update.php %%WWWDIR%%/core/modules/contextual/contextual.routing.yml +%%WWWDIR%%/core/modules/contextual/contextual.services.yml %%WWWDIR%%/core/modules/contextual/css/contextual.icons.theme.css %%WWWDIR%%/core/modules/contextual/css/contextual.icons.theme.pcss.css %%WWWDIR%%/core/modules/contextual/css/contextual.module.css @@ -6632,18 +6872,12 @@ %%WWWDIR%%/core/modules/contextual/help_topics/contextual.overview.html.twig %%WWWDIR%%/core/modules/contextual/js/contextual.js %%WWWDIR%%/core/modules/contextual/js/contextual.toolbar.js -%%WWWDIR%%/core/modules/contextual/js/models/StateModel.js -%%WWWDIR%%/core/modules/contextual/js/toolbar/models/StateModel.js -%%WWWDIR%%/core/modules/contextual/js/toolbar/views/AuralView.js -%%WWWDIR%%/core/modules/contextual/js/toolbar/views/VisualView.js -%%WWWDIR%%/core/modules/contextual/js/views/AuralView.js -%%WWWDIR%%/core/modules/contextual/js/views/KeyboardView.js -%%WWWDIR%%/core/modules/contextual/js/views/RegionView.js -%%WWWDIR%%/core/modules/contextual/js/views/VisualView.js +%%WWWDIR%%/core/modules/contextual/js/toolbar/contextualToolbarModelView.js %%WWWDIR%%/core/modules/contextual/src/ContextualController.php %%WWWDIR%%/core/modules/contextual/src/Element/ContextualLinks.php %%WWWDIR%%/core/modules/contextual/src/Element/ContextualLinksPlaceholder.php %%WWWDIR%%/core/modules/contextual/src/Hook/ContextualHooks.php +%%WWWDIR%%/core/modules/contextual/src/Hook/ContextualThemeHooks.php %%WWWDIR%%/core/modules/contextual/src/Hook/ContextualViewsHooks.php %%WWWDIR%%/core/modules/contextual/src/Plugin/views/field/ContextualLinks.php %%WWWDIR%%/core/modules/contextual/tests/modules/contextual_test/config/optional/views.view.contextual_recent.yml @@ -6662,9 +6896,11 @@ %%WWWDIR%%/core/modules/datetime/config/schema/datetime.schema.yml %%WWWDIR%%/core/modules/datetime/config/schema/datetime.views.schema.yml %%WWWDIR%%/core/modules/datetime/datetime.info.yml -%%WWWDIR%%/core/modules/datetime/datetime.views.inc +%%WWWDIR%%/core/modules/datetime/datetime.module +%%WWWDIR%%/core/modules/datetime/datetime.services.yml %%WWWDIR%%/core/modules/datetime/migrations/state/datetime.migrate_drupal.yml %%WWWDIR%%/core/modules/datetime/src/DateTimeComputed.php +%%WWWDIR%%/core/modules/datetime/src/DateTimeViewsHelper.php %%WWWDIR%%/core/modules/datetime/src/Hook/DatetimeHooks.php %%WWWDIR%%/core/modules/datetime/src/Hook/DatetimeViewsHooks.php %%WWWDIR%%/core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeCustomFormatter.php @@ -6716,7 +6952,9 @@ %%WWWDIR%%/core/modules/datetime_range/config/schema/datetime_range.schema.yml %%WWWDIR%%/core/modules/datetime_range/datetime_range.info.yml %%WWWDIR%%/core/modules/datetime_range/datetime_range.post_update.php +%%WWWDIR%%/core/modules/datetime_range/datetime_range.services.yml %%WWWDIR%%/core/modules/datetime_range/src/DateTimeRangeConstantsInterface.php +%%WWWDIR%%/core/modules/datetime_range/src/DateTimeRangeDisplayOptions.php %%WWWDIR%%/core/modules/datetime_range/src/DateTimeRangeTrait.php %%WWWDIR%%/core/modules/datetime_range/src/Hook/DatetimeRangeHooks.php %%WWWDIR%%/core/modules/datetime_range/src/Hook/DatetimeRangeViewsHooks.php @@ -6929,14 +7167,12 @@ %%WWWDIR%%/core/modules/field/tests/modules/field_plugins_test/src/Plugin/Field/FieldFormatter/TestTextTrimmedFormatter.php %%WWWDIR%%/core/modules/field/tests/modules/field_plugins_test/src/Plugin/Field/FieldWidget/TestTextfieldWidget.php %%WWWDIR%%/core/modules/field/tests/modules/field_test/config/schema/field_test.schema.yml -%%WWWDIR%%/core/modules/field/tests/modules/field_test/field_test.entity.inc -%%WWWDIR%%/core/modules/field/tests/modules/field_test/field_test.field.inc %%WWWDIR%%/core/modules/field/tests/modules/field_test/field_test.field_type_categories.yml %%WWWDIR%%/core/modules/field/tests/modules/field_test/field_test.info.yml -%%WWWDIR%%/core/modules/field/tests/modules/field_test/field_test.module %%WWWDIR%%/core/modules/field/tests/modules/field_test/field_test.permissions.yml %%WWWDIR%%/core/modules/field/tests/modules/field_test/field_test.routing.yml %%WWWDIR%%/core/modules/field/tests/modules/field_test/src/FieldDefaultValueCallbackProvider.php +%%WWWDIR%%/core/modules/field/tests/modules/field_test/src/FieldTestHelper.php %%WWWDIR%%/core/modules/field/tests/modules/field_test/src/Form/NestedEntityTestForm.php %%WWWDIR%%/core/modules/field/tests/modules/field_test/src/Hook/FieldTestEntityHooks.php %%WWWDIR%%/core/modules/field/tests/modules/field_test/src/Hook/FieldTestFieldHooks.php @@ -7125,6 +7361,7 @@ %%WWWDIR%%/core/modules/field_layout/config/schema/field_layout.schema.yml %%WWWDIR%%/core/modules/field_layout/field_layout.info.yml %%WWWDIR%%/core/modules/field_layout/field_layout.install +%%WWWDIR%%/core/modules/field_layout/field_layout.services.yml %%WWWDIR%%/core/modules/field_layout/src/Display/EntityDisplayWithLayoutInterface.php %%WWWDIR%%/core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php %%WWWDIR%%/core/modules/field_layout/src/Entity/FieldLayoutEntityFormDisplay.php @@ -7177,6 +7414,7 @@ %%WWWDIR%%/core/modules/field_ui/src/Controller/EntityDisplayModeController.php %%WWWDIR%%/core/modules/field_ui/src/Controller/FieldConfigAddController.php %%WWWDIR%%/core/modules/field_ui/src/Controller/FieldConfigListController.php +%%WWWDIR%%/core/modules/field_ui/src/Controller/FieldStorageAddController.php %%WWWDIR%%/core/modules/field_ui/src/DisplayModeLocalAction.php %%WWWDIR%%/core/modules/field_ui/src/Element/FieldUiTable.php %%WWWDIR%%/core/modules/field_ui/src/EntityDisplayModeListBuilder.php @@ -7206,7 +7444,6 @@ %%WWWDIR%%/core/modules/field_ui/templates/field-ui-table.html.twig %%WWWDIR%%/core/modules/field_ui/templates/form-element--new-storage-type.html.twig %%WWWDIR%%/core/modules/field_ui/tests/modules/field_ui_test/field_ui_test.info.yml -%%WWWDIR%%/core/modules/field_ui/tests/modules/field_ui_test/field_ui_test.module %%WWWDIR%%/core/modules/field_ui/tests/modules/field_ui_test/src/Hook/FieldUiTestHooks.php %%WWWDIR%%/core/modules/field_ui/tests/modules/field_ui_test_deprecated/field_ui_test_deprecated.info.yml %%WWWDIR%%/core/modules/field_ui/tests/modules/field_ui_test_deprecated/src/Hook/FieldUiTestDeprecatedHooks.php @@ -7282,8 +7519,12 @@ %%WWWDIR%%/core/modules/file/src/FileUsage/FileUsageBase.php %%WWWDIR%%/core/modules/file/src/FileUsage/FileUsageInterface.php %%WWWDIR%%/core/modules/file/src/FileViewsData.php +%%WWWDIR%%/core/modules/file/src/Hook/CronHook.php +%%WWWDIR%%/core/modules/file/src/Hook/FileDownloadHook.php %%WWWDIR%%/core/modules/file/src/Hook/FileHooks.php +%%WWWDIR%%/core/modules/file/src/Hook/FileRequirements.php %%WWWDIR%%/core/modules/file/src/Hook/FileViewsHooks.php +%%WWWDIR%%/core/modules/file/src/Hook/TokenHooks.php %%WWWDIR%%/core/modules/file/src/IconMimeTypes.php %%WWWDIR%%/core/modules/file/src/Plugin/EntityReferenceSelection/FileSelection.php %%WWWDIR%%/core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php @@ -7340,6 +7581,7 @@ %%WWWDIR%%/core/modules/file/src/Plugin/views/wizard/File.php %%WWWDIR%%/core/modules/file/src/Upload/ContentDispositionFilenameParser.php %%WWWDIR%%/core/modules/file/src/Upload/FileUploadHandler.php +%%WWWDIR%%/core/modules/file/src/Upload/FileUploadHandlerInterface.php %%WWWDIR%%/core/modules/file/src/Upload/FileUploadLocationTrait.php %%WWWDIR%%/core/modules/file/src/Upload/FileUploadResult.php %%WWWDIR%%/core/modules/file/src/Upload/FileValidationException.php @@ -7361,14 +7603,18 @@ %%WWWDIR%%/core/modules/file/templates/file-upload-help.html.twig %%WWWDIR%%/core/modules/file/templates/file-video.html.twig %%WWWDIR%%/core/modules/file/templates/file-widget-multiple.html.twig +%%WWWDIR%%/core/modules/file/tests/file_deprecated_test/file_deprecated_test.info.yml +%%WWWDIR%%/core/modules/file/tests/file_deprecated_test/file_deprecated_test.module %%WWWDIR%%/core/modules/file/tests/file_module_test/file_module_test.info.yml %%WWWDIR%%/core/modules/file/tests/file_module_test/file_module_test.routing.yml %%WWWDIR%%/core/modules/file/tests/file_module_test/src/Form/FileModuleTestForm.php %%WWWDIR%%/core/modules/file/tests/file_test/file_test.info.yml -%%WWWDIR%%/core/modules/file/tests/file_test/file_test.module %%WWWDIR%%/core/modules/file/tests/file_test/file_test.routing.yml %%WWWDIR%%/core/modules/file/tests/file_test/file_test.services.yml +%%WWWDIR%%/core/modules/file/tests/file_test/src/EventSubscriber/DummyMimeTypeMapLoadedSubscriber.php %%WWWDIR%%/core/modules/file/tests/file_test/src/FileTestAccessControlHandler.php +%%WWWDIR%%/core/modules/file/tests/file_test/src/FileTestCdn.php +%%WWWDIR%%/core/modules/file/tests/file_test/src/FileTestHelper.php %%WWWDIR%%/core/modules/file/tests/file_test/src/Form/FileRequiredTestForm.php %%WWWDIR%%/core/modules/file/tests/file_test/src/Form/FileTestForm.php %%WWWDIR%%/core/modules/file/tests/file_test/src/Form/FileTestFormTrait.php @@ -7380,6 +7626,8 @@ %%WWWDIR%%/core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteReadOnlyStreamWrapper.php %%WWWDIR%%/core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteStreamWrapper.php %%WWWDIR%%/core/modules/file/tests/file_test/src/StreamWrapper/DummyStreamWrapper.php +%%WWWDIR%%/core/modules/file/tests/fixtures/update/file_post_update_playsinline-3046152.php +%%WWWDIR%%/core/modules/file/tests/fixtures/update/post_update_playsinline-3046152-node-article.yml %%WWWDIR%%/core/modules/file/tests/modules/file_test_get_ids/file_test_get_ids.info.yml %%WWWDIR%%/core/modules/file/tests/modules/file_test_get_ids/migrations/d7_file_used.yml %%WWWDIR%%/core/modules/file/tests/modules/file_test_get_ids/src/Plugin/migrate/source/d7/FileUsed.php @@ -7417,6 +7665,7 @@ %%WWWDIR%%/core/modules/file/tests/src/Functional/Formatter/FileAudioFormatterTest.php %%WWWDIR%%/core/modules/file/tests/src/Functional/Formatter/FileMediaFormatterTestBase.php %%WWWDIR%%/core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterTest.php +%%WWWDIR%%/core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterUpdateTest.php %%WWWDIR%%/core/modules/file/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/file/tests/src/Functional/MultipleFileUploadTest.php %%WWWDIR%%/core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php @@ -7733,6 +7982,7 @@ %%WWWDIR%%/core/modules/history/history.libraries.yml %%WWWDIR%%/core/modules/history/history.module %%WWWDIR%%/core/modules/history/history.routing.yml +%%WWWDIR%%/core/modules/history/history.services.yml %%WWWDIR%%/core/modules/history/js/history.js %%WWWDIR%%/core/modules/history/js/mark-as-read.js %%WWWDIR%%/core/modules/history/src/Controller/HistoryController.php @@ -7792,6 +8042,7 @@ %%WWWDIR%%/core/modules/image/src/Form/ImageStyleFlushForm.php %%WWWDIR%%/core/modules/image/src/Form/ImageStyleFormBase.php %%WWWDIR%%/core/modules/image/src/Hook/ImageHooks.php +%%WWWDIR%%/core/modules/image/src/Hook/ImageRequirements.php %%WWWDIR%%/core/modules/image/src/Hook/ImageViewsHooks.php %%WWWDIR%%/core/modules/image/src/ImageEffectBase.php %%WWWDIR%%/core/modules/image/src/ImageEffectInterface.php @@ -7801,13 +8052,13 @@ %%WWWDIR%%/core/modules/image/src/ImageStyleListBuilder.php %%WWWDIR%%/core/modules/image/src/ImageStyleStorage.php %%WWWDIR%%/core/modules/image/src/ImageStyleStorageInterface.php -%%WWWDIR%%/core/modules/image/src/PageCache/DenyPrivateImageStyleDownload.php %%WWWDIR%%/core/modules/image/src/PathProcessor/PathProcessorImageStyles.php %%WWWDIR%%/core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php %%WWWDIR%%/core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatterBase.php %%WWWDIR%%/core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php %%WWWDIR%%/core/modules/image/src/Plugin/Field/FieldType/ImageItem.php %%WWWDIR%%/core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php +%%WWWDIR%%/core/modules/image/src/Plugin/ImageEffect/AvifImageEffect.php %%WWWDIR%%/core/modules/image/src/Plugin/ImageEffect/ConvertImageEffect.php %%WWWDIR%%/core/modules/image/src/Plugin/ImageEffect/CropImageEffect.php %%WWWDIR%%/core/modules/image/src/Plugin/ImageEffect/DesaturateImageEffect.php @@ -7832,11 +8083,15 @@ %%WWWDIR%%/core/modules/image/templates/image-style-preview.html.twig %%WWWDIR%%/core/modules/image/templates/image-style.html.twig %%WWWDIR%%/core/modules/image/templates/image-widget.html.twig +%%WWWDIR%%/core/modules/image/tests/fixtures/example_1.jpeg %%WWWDIR%%/core/modules/image/tests/modules/image_access_test_hidden/image_access_test_hidden.info.yml %%WWWDIR%%/core/modules/image/tests/modules/image_access_test_hidden/src/Hook/ImageAccessTestHiddenHooks.php +%%WWWDIR%%/core/modules/image/tests/modules/image_field_property_constraint_validation/image_field_property_constraint_validation.info.yml +%%WWWDIR%%/core/modules/image/tests/modules/image_field_property_constraint_validation/src/Hook/ImagePropertyConstraintValidationHooks.php +%%WWWDIR%%/core/modules/image/tests/modules/image_field_property_constraint_validation/src/Plugin/Validation/Constraint/AltTextContainsLlamasConstraint.php +%%WWWDIR%%/core/modules/image/tests/modules/image_field_property_constraint_validation/src/Plugin/Validation/Constraint/AltTextContainsLlamasConstraintValidator.php %%WWWDIR%%/core/modules/image/tests/modules/image_module_test/config/schema/image_module_test.schema.yml %%WWWDIR%%/core/modules/image/tests/modules/image_module_test/image_module_test.info.yml -%%WWWDIR%%/core/modules/image/tests/modules/image_module_test/image_module_test.module %%WWWDIR%%/core/modules/image/tests/modules/image_module_test/src/Hook/ImageModuleTestHooks.php %%WWWDIR%%/core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyAjaxFormatter.php %%WWWDIR%%/core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyImageFormatter.php @@ -7856,6 +8111,7 @@ %%WWWDIR%%/core/modules/image/tests/src/Functional/ImageFieldTestBase.php %%WWWDIR%%/core/modules/image/tests/src/Functional/ImageFieldValidateTest.php %%WWWDIR%%/core/modules/image/tests/src/Functional/ImageFieldWidgetTest.php +%%WWWDIR%%/core/modules/image/tests/src/Functional/ImageFieldWidgetValidationTest.php %%WWWDIR%%/core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php %%WWWDIR%%/core/modules/image/tests/src/Functional/ImageStyleDeleteTest.php %%WWWDIR%%/core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php @@ -7894,9 +8150,9 @@ %%WWWDIR%%/core/modules/image/tests/src/Kernel/Views/RelationshipUserImageDataTest.php %%WWWDIR%%/core/modules/image/tests/src/Unit/ImageDeprecationTest.php %%WWWDIR%%/core/modules/image/tests/src/Unit/ImageStyleTest.php -%%WWWDIR%%/core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php %%WWWDIR%%/core/modules/inline_form_errors/inline_form_errors.info.yml %%WWWDIR%%/core/modules/inline_form_errors/inline_form_errors.module +%%WWWDIR%%/core/modules/inline_form_errors/inline_form_errors.services.yml %%WWWDIR%%/core/modules/inline_form_errors/src/FormErrorHandler.php %%WWWDIR%%/core/modules/inline_form_errors/src/Hook/InlineFormErrorsHooks.php %%WWWDIR%%/core/modules/inline_form_errors/src/InlineFormErrorsServiceProvider.php @@ -7934,10 +8190,13 @@ %%WWWDIR%%/core/modules/jsonapi/src/EventSubscriber/ResourceObjectNormalizationCacher.php %%WWWDIR%%/core/modules/jsonapi/src/EventSubscriber/ResourceResponseSubscriber.php %%WWWDIR%%/core/modules/jsonapi/src/EventSubscriber/ResourceResponseValidator.php +%%WWWDIR%%/core/modules/jsonapi/src/Events/CollectRelationshipMetaEvent.php +%%WWWDIR%%/core/modules/jsonapi/src/Events/CollectResourceObjectMetaEvent.php %%WWWDIR%%/core/modules/jsonapi/src/Exception/EntityAccessDeniedHttpException.php %%WWWDIR%%/core/modules/jsonapi/src/Exception/UnprocessableHttpEntityException.php %%WWWDIR%%/core/modules/jsonapi/src/Form/JsonApiSettingsForm.php %%WWWDIR%%/core/modules/jsonapi/src/Hook/JsonapiHooks.php +%%WWWDIR%%/core/modules/jsonapi/src/Hook/JsonapiRequirements.php %%WWWDIR%%/core/modules/jsonapi/src/IncludeResolver.php %%WWWDIR%%/core/modules/jsonapi/src/JsonApiResource/Data.php %%WWWDIR%%/core/modules/jsonapi/src/JsonApiResource/ErrorCollection.php @@ -8023,11 +8282,16 @@ %%WWWDIR%%/core/modules/jsonapi/tests/modules/jsonapi_test_field_aliasing/jsonapi_test_field_aliasing.services.yml %%WWWDIR%%/core/modules/jsonapi/tests/modules/jsonapi_test_field_aliasing/src/ResourceType/AliasingResourceTypeRepository.php %%WWWDIR%%/core/modules/jsonapi/tests/modules/jsonapi_test_field_filter_access/jsonapi_test_field_filter_access.info.yml -%%WWWDIR%%/core/modules/jsonapi/tests/modules/jsonapi_test_field_filter_access/jsonapi_test_field_filter_access.module %%WWWDIR%%/core/modules/jsonapi/tests/modules/jsonapi_test_field_filter_access/jsonapi_test_field_filter_access.permissions.yml +%%WWWDIR%%/core/modules/jsonapi/tests/modules/jsonapi_test_field_filter_access/src/Hook/JsonTestFieldFilterAccessHooks.php +%%WWWDIR%%/core/modules/jsonapi/tests/modules/jsonapi_test_field_type/config/schema/jsonapi_test_field_type.schema.yml %%WWWDIR%%/core/modules/jsonapi/tests/modules/jsonapi_test_field_type/jsonapi_test_field_type.info.yml %%WWWDIR%%/core/modules/jsonapi/tests/modules/jsonapi_test_field_type/jsonapi_test_field_type.services.yml %%WWWDIR%%/core/modules/jsonapi/tests/modules/jsonapi_test_field_type/src/Normalizer/StringNormalizer.php +%%WWWDIR%%/core/modules/jsonapi/tests/modules/jsonapi_test_field_type/src/Plugin/Field/FieldType/EntityReferenceUuidItem.php +%%WWWDIR%%/core/modules/jsonapi/tests/modules/jsonapi_test_meta_events/jsonapi_test_meta_events.info.yml +%%WWWDIR%%/core/modules/jsonapi/tests/modules/jsonapi_test_meta_events/jsonapi_test_meta_events.services.yml +%%WWWDIR%%/core/modules/jsonapi/tests/modules/jsonapi_test_meta_events/src/EventSubscriber/MetaEventSubscriber.php %%WWWDIR%%/core/modules/jsonapi/tests/modules/jsonapi_test_non_cacheable_methods/jsonapi_test_non_cacheable_methods.info.yml %%WWWDIR%%/core/modules/jsonapi/tests/modules/jsonapi_test_non_cacheable_methods/src/Hook/JsonapiTestNonCacheableMethodsHooks.php %%WWWDIR%%/core/modules/jsonapi/tests/modules/jsonapi_test_normalizers_kernel/jsonapi_test_normalizers_kernel.info.yml @@ -8077,6 +8341,7 @@ %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTestBase.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/JsonApiPatchRegressionTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php +%%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/JsonApiRelationshipTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/JsonApiRequestTestTrait.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/MediaTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/MediaTypeTest.php @@ -8089,8 +8354,8 @@ %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/ResourceResponseTestTrait.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/ResponsiveImageStyleTest.php -%%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupported.php -%%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php +%%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupportedTest.php +%%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/RoleTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/SearchPageTest.php @@ -8103,13 +8368,14 @@ %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/VocabularyTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/WorkflowTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php +%%WWWDIR%%/core/modules/jsonapi/tests/src/FunctionalJavascript/JsonApiPerformanceTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Kernel/Controller/EntityResourceTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Kernel/Controller/FileUploadTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Kernel/EventSubscriber/ResourceObjectNormalizerCacherTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Kernel/JsonapiKernelTestBase.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Kernel/Normalizer/FieldItemNormalizerTest.php -%%WWWDIR%%/core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php +%%WWWDIR%%/core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Kernel/Normalizer/LinkCollectionNormalizerTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php @@ -8120,6 +8386,7 @@ %%WWWDIR%%/core/modules/jsonapi/tests/src/Kernel/TestCoverageTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Traits/CommonCollectionFilterAccessTestPatternsTrait.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Traits/GetDocumentFromResponseTrait.php +%%WWWDIR%%/core/modules/jsonapi/tests/src/Traits/JsonApiJsonSchemaTestTrait.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Unit/EventSubscriber/ResourceResponseValidatorTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Unit/JsonApiResource/LinkTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Unit/JsonApiSpecTest.php @@ -8252,7 +8519,6 @@ %%WWWDIR%%/core/modules/language/tests/language_events_test/src/EventSubscriber.php %%WWWDIR%%/core/modules/language/tests/language_test/config/optional/views.view.no_entity_translation_view.yml %%WWWDIR%%/core/modules/language/tests/language_test/language_test.info.yml -%%WWWDIR%%/core/modules/language/tests/language_test/language_test.module %%WWWDIR%%/core/modules/language/tests/language_test/language_test.routing.yml %%WWWDIR%%/core/modules/language/tests/language_test/src/Controller/LanguageTestController.php %%WWWDIR%%/core/modules/language/tests/language_test/src/Entity/NoLanguageEntityTest.php @@ -8391,7 +8657,6 @@ %%WWWDIR%%/core/modules/layout_builder/src/Controller/ChooseBlockController.php %%WWWDIR%%/core/modules/layout_builder/src/Controller/ChooseSectionController.php %%WWWDIR%%/core/modules/layout_builder/src/Controller/LayoutBuilderController.php -%%WWWDIR%%/core/modules/layout_builder/src/Controller/LayoutBuilderHtmlEntityFormController.php %%WWWDIR%%/core/modules/layout_builder/src/Controller/LayoutRebuildTrait.php %%WWWDIR%%/core/modules/layout_builder/src/Controller/MoveBlockController.php %%WWWDIR%%/core/modules/layout_builder/src/DefaultsSectionStorageInterface.php @@ -8442,6 +8707,8 @@ %%WWWDIR%%/core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php %%WWWDIR%%/core/modules/layout_builder/src/Plugin/Block/FieldBlock.php %%WWWDIR%%/core/modules/layout_builder/src/Plugin/Block/InlineBlock.php +%%WWWDIR%%/core/modules/layout_builder/src/Plugin/ConfigAction/AddComponent.php +%%WWWDIR%%/core/modules/layout_builder/src/Plugin/ConfigAction/Deriver/AddComponentDeriver.php %%WWWDIR%%/core/modules/layout_builder/src/Plugin/DataType/SectionData.php %%WWWDIR%%/core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php %%WWWDIR%%/core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php @@ -8470,9 +8737,8 @@ %%WWWDIR%%/core/modules/layout_builder/src/SectionStorage/SectionStorageManagerInterface.php %%WWWDIR%%/core/modules/layout_builder/src/SectionStorageInterface.php %%WWWDIR%%/core/modules/layout_builder/src/TempStoreIdentifierInterface.php -%%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_decoration_test/layout_builder_decoration_test.info.yml -%%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_decoration_test/layout_builder_decoration_test.services.yml -%%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_decoration_test/src/Controller/LayoutBuilderDecorationTestHtmlEntityFormController.php +%%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_block_content_dependency_test/layout_builder_block_content_dependency_test.info.yml +%%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_block_content_dependency_test/layout_builder_block_content_dependency_test.module %%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_defaults_test/config/install/core.entity_view_display.entity_test.bundle_with_extra_fields.default.yml %%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_defaults_test/config/schema/layout_builder_defaults_test.schema.yml %%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_defaults_test/layout_builder_defaults_test.info.yml @@ -8480,14 +8746,14 @@ %%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_element_test/layout_builder_element_test.services.yml %%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_element_test/src/EventSubscriber/TestPrepareLayout.php %%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_extra_field_test/layout_builder_extra_field_test.info.yml -%%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_extra_field_test/layout_builder_extra_field_test.module %%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_extra_field_test/src/Hook/LayoutBuilderExtraFieldTestHooks.php -%%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/config/schema/layout_builder_fieldblock_test.schema.yml -%%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/layout_builder_fieldblock_test.info.yml -%%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/layout_builder_fieldblock_test.services.yml -%%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/src/ContextProvider/FakeViewModeContext.php -%%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/src/Plugin/Block/FieldBlock.php +%%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_field_block_test/config/schema/layout_builder_field_block_test.schema.yml +%%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_field_block_test/layout_builder_field_block_test.info.yml +%%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_field_block_test/layout_builder_field_block_test.services.yml +%%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_field_block_test/src/ContextProvider/FakeViewModeContext.php +%%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_field_block_test/src/Plugin/Block/FieldBlock.php %%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_form_block_test/layout_builder_form_block_test.info.yml +%%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Hook/LayoutBuilderFormBlockTestHooks.php %%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestFormApiFormBlock.php %%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestInlineTemplateFormBlock.php %%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_test/config/schema/layout_builder_test.schema.yml @@ -8566,6 +8832,7 @@ %%WWWDIR%%/core/modules/layout_builder/tests/src/Kernel/FieldBlockDeriverTest.php %%WWWDIR%%/core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php %%WWWDIR%%/core/modules/layout_builder/tests/src/Kernel/InlineBlockUsageTest.php +%%WWWDIR%%/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderBlockContentDependencyTest.php %%WWWDIR%%/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderBreadcrumbAlterTest.php %%WWWDIR%%/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php %%WWWDIR%%/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php @@ -8575,6 +8842,7 @@ %%WWWDIR%%/core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php %%WWWDIR%%/core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php %%WWWDIR%%/core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php +%%WWWDIR%%/core/modules/layout_builder/tests/src/Kernel/Plugin/ConfigAction/AddComponentTest.php %%WWWDIR%%/core/modules/layout_builder/tests/src/Kernel/SectionDataTest.php %%WWWDIR%%/core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php %%WWWDIR%%/core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php @@ -8597,7 +8865,6 @@ %%WWWDIR%%/core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php %%WWWDIR%%/core/modules/layout_builder/tests/src/Unit/SectionTest.php %%WWWDIR%%/core/modules/layout_discovery/layout_discovery.info.yml -%%WWWDIR%%/core/modules/layout_discovery/layout_discovery.install %%WWWDIR%%/core/modules/layout_discovery/layout_discovery.layouts.yml %%WWWDIR%%/core/modules/layout_discovery/layout_discovery.libraries.yml %%WWWDIR%%/core/modules/layout_discovery/layout_discovery.module @@ -8614,6 +8881,7 @@ %%WWWDIR%%/core/modules/layout_discovery/layouts/twocol_bricks/layout--twocol-bricks.html.twig %%WWWDIR%%/core/modules/layout_discovery/layouts/twocol_bricks/twocol_bricks.css %%WWWDIR%%/core/modules/layout_discovery/src/Hook/LayoutDiscoveryHooks.php +%%WWWDIR%%/core/modules/layout_discovery/src/Install/Requirements/LayoutDiscoveryRequirements.php %%WWWDIR%%/core/modules/layout_discovery/templates/layout.html.twig %%WWWDIR%%/core/modules/layout_discovery/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php @@ -8626,6 +8894,7 @@ %%WWWDIR%%/core/modules/link/link.info.yml %%WWWDIR%%/core/modules/link/link.libraries.yml %%WWWDIR%%/core/modules/link/link.module +%%WWWDIR%%/core/modules/link/link.services.yml %%WWWDIR%%/core/modules/link/migrations/state/link.migrate_drupal.yml %%WWWDIR%%/core/modules/link/src/AttributeXss.php %%WWWDIR%%/core/modules/link/src/Hook/LinkHooks.php @@ -8655,10 +8924,14 @@ %%WWWDIR%%/core/modules/link/tests/src/Functional/LinkFieldUITest.php %%WWWDIR%%/core/modules/link/tests/src/Functional/Views/LinkViewsTokensTest.php %%WWWDIR%%/core/modules/link/tests/src/FunctionalJavascript/LinkFieldFormStatesTest.php +%%WWWDIR%%/core/modules/link/tests/src/Kernel/LinkFieldWidgetTest.php +%%WWWDIR%%/core/modules/link/tests/src/Kernel/LinkFormatterDisplayTest.php %%WWWDIR%%/core/modules/link/tests/src/Kernel/LinkItemSerializationTest.php %%WWWDIR%%/core/modules/link/tests/src/Kernel/LinkItemTest.php %%WWWDIR%%/core/modules/link/tests/src/Kernel/LinkItemUrlValidationTest.php +%%WWWDIR%%/core/modules/link/tests/src/Kernel/LinkSeparateFormatterDisplayTest.php %%WWWDIR%%/core/modules/link/tests/src/Kernel/Plugin/migrate/field/d7/LinkFieldTest.php +%%WWWDIR%%/core/modules/link/tests/src/Traits/LinkInputValuesTraits.php %%WWWDIR%%/core/modules/link/tests/src/Unit/LinkFormatterTest.php %%WWWDIR%%/core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkAccessConstraintValidatorTest.php %%WWWDIR%%/core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidatorTest.php @@ -8705,6 +8978,8 @@ %%WWWDIR%%/core/modules/locale/src/Form/TranslationStatusForm.php %%WWWDIR%%/core/modules/locale/src/Gettext.php %%WWWDIR%%/core/modules/locale/src/Hook/LocaleHooks.php +%%WWWDIR%%/core/modules/locale/src/Hook/LocaleRequirements.php +%%WWWDIR%%/core/modules/locale/src/Hook/LocaleThemeHooks.php %%WWWDIR%%/core/modules/locale/src/LocaleConfigManager.php %%WWWDIR%%/core/modules/locale/src/LocaleConfigSubscriber.php %%WWWDIR%%/core/modules/locale/src/LocaleDefaultConfigStorage.php @@ -8773,6 +9048,7 @@ %%WWWDIR%%/core/modules/locale/tests/src/Functional/LocaleUpdateInterfaceTest.php %%WWWDIR%%/core/modules/locale/tests/src/Functional/LocaleUpdateTest.php %%WWWDIR%%/core/modules/locale/tests/src/Functional/LocalesLocationAddIndexUpdateTest.php +%%WWWDIR%%/core/modules/locale/tests/src/Kernel/LocaleBatchTest.php %%WWWDIR%%/core/modules/locale/tests/src/Kernel/LocaleBuildTest.php %%WWWDIR%%/core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php %%WWWDIR%%/core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php @@ -8840,8 +9116,11 @@ %%WWWDIR%%/core/modules/media/src/Form/MediaSettingsForm.php %%WWWDIR%%/core/modules/media/src/Form/MediaTypeDeleteConfirmForm.php %%WWWDIR%%/core/modules/media/src/Hook/MediaHooks.php +%%WWWDIR%%/core/modules/media/src/Hook/MediaRequirementsHooks.php +%%WWWDIR%%/core/modules/media/src/Hook/MediaThemeSuggestionsHooks.php %%WWWDIR%%/core/modules/media/src/IFrameMarkup.php %%WWWDIR%%/core/modules/media/src/IFrameUrlHelper.php +%%WWWDIR%%/core/modules/media/src/Install/Requirements/MediaRequirements.php %%WWWDIR%%/core/modules/media/src/MediaAccessControlHandler.php %%WWWDIR%%/core/modules/media/src/MediaForm.php %%WWWDIR%%/core/modules/media/src/MediaInterface.php @@ -9067,8 +9346,8 @@ %%WWWDIR%%/core/modules/media_library/templates/media-library-item.html.twig %%WWWDIR%%/core/modules/media_library/templates/media-library-wrapper.html.twig %%WWWDIR%%/core/modules/media_library/tests/modules/media_library_form_overwrite_test/media_library_form_overwrite_test.info.yml -%%WWWDIR%%/core/modules/media_library/tests/modules/media_library_form_overwrite_test/media_library_form_overwrite_test.module %%WWWDIR%%/core/modules/media_library/tests/modules/media_library_form_overwrite_test/src/Form/TestAddForm.php +%%WWWDIR%%/core/modules/media_library/tests/modules/media_library_form_overwrite_test/src/Hook/MediaLibraryFormOverwriteTestHooks.php %%WWWDIR%%/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_five.default.yml %%WWWDIR%%/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_five.media_library.yml %%WWWDIR%%/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_four.default.yml @@ -9154,6 +9433,7 @@ %%WWWDIR%%/core/modules/menu_link_content/menu_link_content.module %%WWWDIR%%/core/modules/menu_link_content/menu_link_content.post_update.php %%WWWDIR%%/core/modules/menu_link_content/menu_link_content.routing.yml +%%WWWDIR%%/core/modules/menu_link_content/menu_link_content.services.yml %%WWWDIR%%/core/modules/menu_link_content/migrations/d6_menu_links.yml %%WWWDIR%%/core/modules/menu_link_content/migrations/d7_menu_links.yml %%WWWDIR%%/core/modules/menu_link_content/migrations/state/menu_link_content.migrate_drupal.yml @@ -9247,17 +9527,23 @@ %%WWWDIR%%/core/modules/menu_ui/src/Plugin/Validation/Constraint/MenuSettingsConstraint.php %%WWWDIR%%/core/modules/menu_ui/src/Plugin/Validation/Constraint/MenuSettingsConstraintValidator.php %%WWWDIR%%/core/modules/menu_ui/templates/menu-link-form.html.twig +%%WWWDIR%%/core/modules/menu_ui/tests/modules/menu_link_access_test/menu_link_access_test.info.yml +%%WWWDIR%%/core/modules/menu_ui/tests/modules/menu_link_access_test/src/Hook/MenuLinkAccessTestHooks.php +%%WWWDIR%%/core/modules/menu_ui/tests/modules/menu_link_add_test/menu_link_add_test.info.yml +%%WWWDIR%%/core/modules/menu_ui/tests/modules/menu_link_add_test/menu_link_add_test.links.action.yml %%WWWDIR%%/core/modules/menu_ui/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/menu_ui/tests/src/Functional/MenuCacheTagsTest.php %%WWWDIR%%/core/modules/menu_ui/tests/src/Functional/MenuLinkReorderTest.php %%WWWDIR%%/core/modules/menu_ui/tests/src/Functional/MenuUiContentModerationTest.php %%WWWDIR%%/core/modules/menu_ui/tests/src/Functional/MenuUiContentTranslationTest.php %%WWWDIR%%/core/modules/menu_ui/tests/src/Functional/MenuUiLanguageTest.php +%%WWWDIR%%/core/modules/menu_ui/tests/src/Functional/MenuUiNodeAccessTest.php %%WWWDIR%%/core/modules/menu_ui/tests/src/Functional/MenuUiNodeTest.php %%WWWDIR%%/core/modules/menu_ui/tests/src/Functional/MenuUiTest.php %%WWWDIR%%/core/modules/menu_ui/tests/src/Functional/MenuUninstallTest.php %%WWWDIR%%/core/modules/menu_ui/tests/src/FunctionalJavascript/MenuUiJavascriptTest.php %%WWWDIR%%/core/modules/menu_ui/tests/src/Kernel/MenuBlockTest.php +%%WWWDIR%%/core/modules/menu_ui/tests/src/Kernel/MenuLinkAddTest.php %%WWWDIR%%/core/modules/menu_ui/tests/src/Kernel/MenuUiNodeTypeTest.php %%WWWDIR%%/core/modules/menu_ui/tests/src/Kernel/Migrate/MigrateMenuSettingsTest.php %%WWWDIR%%/core/modules/menu_ui/tests/src/Traits/MenuUiTrait.php @@ -9276,6 +9562,8 @@ %%WWWDIR%%/core/modules/migrate/src/Annotation/MultipleProviderAnnotationInterface.php %%WWWDIR%%/core/modules/migrate/src/Attribute/MigrateDestination.php %%WWWDIR%%/core/modules/migrate/src/Attribute/MigrateProcess.php +%%WWWDIR%%/core/modules/migrate/src/Attribute/MigrateSource.php +%%WWWDIR%%/core/modules/migrate/src/Attribute/MultipleProviderAttributeInterface.php %%WWWDIR%%/core/modules/migrate/src/Audit/AuditException.php %%WWWDIR%%/core/modules/migrate/src/Audit/AuditResult.php %%WWWDIR%%/core/modules/migrate/src/Audit/AuditorInterface.php @@ -9315,6 +9603,9 @@ %%WWWDIR%%/core/modules/migrate/src/Plugin/Derivative/MigrateEntityComplete.php %%WWWDIR%%/core/modules/migrate/src/Plugin/Derivative/MigrateEntityRevision.php %%WWWDIR%%/core/modules/migrate/src/Plugin/Discovery/AnnotatedClassDiscoveryAutomatedProviders.php +%%WWWDIR%%/core/modules/migrate/src/Plugin/Discovery/AnnotatedDiscoveryAutomatedProvidersTrait.php +%%WWWDIR%%/core/modules/migrate/src/Plugin/Discovery/AttributeClassDiscoveryAutomatedProviders.php +%%WWWDIR%%/core/modules/migrate/src/Plugin/Discovery/AttributeDiscoveryWithAnnotationsAutomatedProviders.php %%WWWDIR%%/core/modules/migrate/src/Plugin/Discovery/ProviderFilterDecorator.php %%WWWDIR%%/core/modules/migrate/src/Plugin/Discovery/StaticReflectionParser.php %%WWWDIR%%/core/modules/migrate/src/Plugin/Exception/BadPluginDefinitionException.php @@ -9379,6 +9670,9 @@ %%WWWDIR%%/core/modules/migrate/src/Plugin/migrate/process/SubProcess.php %%WWWDIR%%/core/modules/migrate/src/Plugin/migrate/process/Substr.php %%WWWDIR%%/core/modules/migrate/src/Plugin/migrate/process/UrlEncode.php +%%WWWDIR%%/core/modules/migrate/src/Plugin/migrate/source/ConfigEntity.php +%%WWWDIR%%/core/modules/migrate/src/Plugin/migrate/source/ContentEntity.php +%%WWWDIR%%/core/modules/migrate/src/Plugin/migrate/source/ContentEntityDeriver.php %%WWWDIR%%/core/modules/migrate/src/Plugin/migrate/source/DummyQueryTrait.php %%WWWDIR%%/core/modules/migrate/src/Plugin/migrate/source/EmbeddedDataSource.php %%WWWDIR%%/core/modules/migrate/src/Plugin/migrate/source/EmptySource.php @@ -9421,6 +9715,9 @@ %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_no_migrate_drupal_test/migrate_no_migrate_drupal_test.routing.yml %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_no_migrate_drupal_test/migrations/node_migration_no_upgrade.yml %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_no_migrate_drupal_test/src/Controller/ExecuteMigration.php +%%WWWDIR%%/core/modules/migrate/tests/modules/migrate_plugin_config_test/migrate_plugin_config_test.info.yml +%%WWWDIR%%/core/modules/migrate/tests/modules/migrate_plugin_config_test/migrations/simple_migration.yml +%%WWWDIR%%/core/modules/migrate/tests/modules/migrate_plugin_config_test/src/Plugin/migrate/source/SimpleSource.php %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_prepare_row_test/migrate_prepare_row_test.info.yml %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_prepare_row_test/src/Hook/MigratePrepareRowTestHooks.php %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_prepare_row_test/src/Plugin/migrate/process/TestSkipRowProcess.php @@ -9428,8 +9725,13 @@ %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_query_batch_test/src/Plugin/migrate/source/QueryBatchTest.php %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_skip_all_rows_test/migrate_skip_all_rows_test.info.yml %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_skip_all_rows_test/src/Hook/MigrateSkipAllRowsTestHooks.php +%%WWWDIR%%/core/modules/migrate/tests/modules/migrate_source_annotation_bc_test/migrate_source_annotation_bc_test.info.yml +%%WWWDIR%%/core/modules/migrate/tests/modules/migrate_source_annotation_bc_test/src/Plugin/migrate/source/MigrateSourceWithAnnotations.php +%%WWWDIR%%/core/modules/migrate/tests/modules/migrate_source_annotation_bc_test/src/Plugin/migrate/source/MigrateSourceWithAnnotationsMultipleProviders.php %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_sql_count_cache_test/migrate_sql_count_cache_test.info.yml %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_sql_count_cache_test/src/Plugin/migrate/source/SqlCountCache.php +%%WWWDIR%%/core/modules/migrate/tests/modules/migrate_sql_prepare_query_test/migrate_sql_prepare_query_test.info.yml +%%WWWDIR%%/core/modules/migrate/tests/modules/migrate_sql_prepare_query_test/src/Plugin/migrate/source/TestSqlPrepareQuery.php %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_stub_test/migrate_stub_test.info.yml %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_stub_test/migrations/sample_stubbing_migration.yml %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_stub_test/migrations/sample_stubbing_migration_with_multiple_source_ids.yml @@ -9478,9 +9780,12 @@ %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginConfigurationTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginListTest.php -%%WWWDIR%%/core/modules/migrate/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php +%%WWWDIR%%/core/modules/migrate/tests/src/Kernel/Plugin/source/ConfigEntityTest.php +%%WWWDIR%%/core/modules/migrate/tests/src/Kernel/Plugin/source/ContentEntityConstructorTest.php +%%WWWDIR%%/core/modules/migrate/tests/src/Kernel/Plugin/source/ContentEntityTest.php +%%WWWDIR%%/core/modules/migrate/tests/src/Kernel/Plugin/source/MigrateSourceDiscoveryTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/Plugin/source/MigrateSqlSourceCountCacheTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/Plugin/source/MigrationSourceCacheTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/QueryBatchTest.php @@ -9585,6 +9890,7 @@ %%WWWDIR%%/core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntityDeriver.php %%WWWDIR%%/core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php %%WWWDIR%%/core/modules/migrate_drupal/src/Plugin/migrate/source/EmptySource.php +%%WWWDIR%%/core/modules/migrate_drupal/src/Plugin/migrate/source/I18nQueryTrait.php %%WWWDIR%%/core/modules/migrate_drupal/src/Plugin/migrate/source/Variable.php %%WWWDIR%%/core/modules/migrate_drupal/src/Plugin/migrate/source/VariableMultiRow.php %%WWWDIR%%/core/modules/migrate_drupal/src/Plugin/migrate/source/d6/VariableTranslation.php @@ -9610,14 +9916,16 @@ %%WWWDIR%%/core/modules/migrate_drupal/tests/modules/migrate_state_not_finished_test/migrations/migrate_status_not_finished_test.yml %%WWWDIR%%/core/modules/migrate_drupal/tests/modules/migrate_state_not_finished_test/migrations/state/migrate_state_not_finished_test.migrate_drupal.yml %%WWWDIR%%/core/modules/migrate_drupal/tests/src/Functional/GenericTest.php +%%WWWDIR%%/core/modules/migrate_drupal/tests/src/Kernel/I18nQueryTraitTest.php %%WWWDIR%%/core/modules/migrate_drupal/tests/src/Kernel/IdMapTableNoDummyTest.php %%WWWDIR%%/core/modules/migrate_drupal/tests/src/Kernel/MigrateDrupalTestBase.php +%%WWWDIR%%/core/modules/migrate_drupal/tests/src/Kernel/MigrateDrupalUninstallTest.php %%WWWDIR%%/core/modules/migrate_drupal/tests/src/Kernel/MigrateFieldPluginManagerTest.php %%WWWDIR%%/core/modules/migrate_drupal/tests/src/Kernel/MigrateMissingDatabaseTest.php %%WWWDIR%%/core/modules/migrate_drupal/tests/src/Kernel/NodeMigrationTypePluginAlterTest.php +%%WWWDIR%%/core/modules/migrate_drupal/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php %%WWWDIR%%/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/DestinationCategoryTest.php %%WWWDIR%%/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityConstructorTest.php -%%WWWDIR%%/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php %%WWWDIR%%/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/VariableMultiRowTest.php %%WWWDIR%%/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/VariableTest.php %%WWWDIR%%/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d6/VariableTranslationTest.php @@ -9677,6 +9985,9 @@ %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/migration_provider_test.info.yml %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/migrations/migration_provider_no_annotation.yml %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/src/Plugin/migrate/source/NoSourceModule.php +%%WWWDIR%%/core/modules/migrate_drupal_ui/tests/modules/migration_source_module_test/migration_source_module_test.info.yml +%%WWWDIR%%/core/modules/migrate_drupal_ui/tests/modules/migration_source_module_test/migrations/migrate_source_module_test.yml +%%WWWDIR%%/core/modules/migrate_drupal_ui/tests/modules/migration_source_module_test/src/Plugin/migrate/source/NoSourceModule.php %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/CredentialFormTest.php %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/MigrateAccessTest.php @@ -9693,7 +10004,7 @@ %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/d6/NoMultilingualReviewPageTest.php %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/d6/NodeClassicTest.php %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php -%%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6TestWithContentModeration.php +%%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6WithContentModerationTest.php %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/d6/files/core/tests/fixtures/files/html-1.txt %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/d6/files/core/tests/fixtures/files/image-1.png %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/d6/files/core/tests/fixtures/files/image-2.jpg @@ -9707,15 +10018,14 @@ %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MultilingualReviewPageTest.php %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/d7/NoMultilingualReviewPageTest.php %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php -%%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7TestWithContentModeration.php +%%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7WithContentModerationTest.php %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/d7/files/sites/default/files/cube.jpeg %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/d7/files/sites/default/files/ds9.txt %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/d7/files/sites/default/private/Babylon5.txt %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/FunctionalJavascript/SettingsTest.php %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Kernel/MigrationLabelExistTest.php +%%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Kernel/SourceModuleTest.php %%WWWDIR%%/core/modules/mysql/mysql.info.yml -%%WWWDIR%%/core/modules/mysql/mysql.install -%%WWWDIR%%/core/modules/mysql/mysql.services.yml %%WWWDIR%%/core/modules/mysql/src/Driver/Database/mysql/Connection.php %%WWWDIR%%/core/modules/mysql/src/Driver/Database/mysql/Delete.php %%WWWDIR%%/core/modules/mysql/src/Driver/Database/mysql/ExceptionHandler.php @@ -9729,6 +10039,8 @@ %%WWWDIR%%/core/modules/mysql/src/Driver/Database/mysql/Update.php %%WWWDIR%%/core/modules/mysql/src/Driver/Database/mysql/Upsert.php %%WWWDIR%%/core/modules/mysql/src/Hook/MysqlHooks.php +%%WWWDIR%%/core/modules/mysql/src/Hook/MysqlRequirements.php +%%WWWDIR%%/core/modules/mysql/src/MysqlServiceProvider.php %%WWWDIR%%/core/modules/mysql/src/Plugin/views/query/MysqlCastSql.php %%WWWDIR%%/core/modules/mysql/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/mysql/tests/src/Functional/InstallerIsolationLevelExistingSettingsTest.php @@ -9749,32 +10061,48 @@ %%WWWDIR%%/core/modules/mysql/tests/src/Kernel/mysql/SyntaxTest.php %%WWWDIR%%/core/modules/mysql/tests/src/Kernel/mysql/TemporaryQueryTest.php %%WWWDIR%%/core/modules/mysql/tests/src/Kernel/mysql/TransactionTest.php +%%WWWDIR%%/core/modules/mysql/tests/src/Kernel/mysql/ViewsTest.php %%WWWDIR%%/core/modules/mysql/tests/src/Unit/ConnectionTest.php %%WWWDIR%%/core/modules/mysql/tests/src/Unit/InstallTasksTest.php %%WWWDIR%%/core/modules/navigation/assets/fonts/inter-var.woff2 +%%WWWDIR%%/core/modules/navigation/assets/icons/announcements-feed-announcement.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/arrow-left.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/burger.svg %%WWWDIR%%/core/modules/navigation/assets/icons/chevron.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/announcement.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/appearance.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/arrow-left.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/blocks.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/burger.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/chevron.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/config.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/content.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/create.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/cross.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/extend.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/eye.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/files.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/help.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/media.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/pencil.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/people.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/reports.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/return-left.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/shortcuts.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/structure.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/user.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/cross.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/database.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/dots.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/entity-user-collection.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/error.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/eye.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/file.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/help.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/navigation-blocks.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/navigation-content.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/navigation-create.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/navigation-files.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/navigation-media.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/navigation-user-links-user-wrapper.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/pencil.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/return-left.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/shortcuts.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/status.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/system-admin-config.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/system-admin-reports.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/system-admin-structure.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/system-modules-list.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/system-themes-page.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/throbber.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/warning.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/workspaces.svg +%%WWWDIR%%/core/modules/navigation/components/badge/badge.component.yml +%%WWWDIR%%/core/modules/navigation/components/badge/badge.css +%%WWWDIR%%/core/modules/navigation/components/badge/badge.pcss.css +%%WWWDIR%%/core/modules/navigation/components/badge/badge.twig +%%WWWDIR%%/core/modules/navigation/components/title/title.component.yml +%%WWWDIR%%/core/modules/navigation/components/title/title.css +%%WWWDIR%%/core/modules/navigation/components/title/title.pcss.css +%%WWWDIR%%/core/modules/navigation/components/title/title.twig %%WWWDIR%%/core/modules/navigation/components/toolbar-button/toolbar-button.component.yml %%WWWDIR%%/core/modules/navigation/components/toolbar-button/toolbar-button.css %%WWWDIR%%/core/modules/navigation/components/toolbar-button/toolbar-button.pcss.css @@ -9782,6 +10110,7 @@ %%WWWDIR%%/core/modules/navigation/config/install/navigation.block_layout.yml %%WWWDIR%%/core/modules/navigation/config/install/navigation.settings.yml %%WWWDIR%%/core/modules/navigation/config/install/system.menu.content.yml +%%WWWDIR%%/core/modules/navigation/config/install/system.menu.navigation-user-links.yml %%WWWDIR%%/core/modules/navigation/config/schema/navigation.schema.yml %%WWWDIR%%/core/modules/navigation/css/base/admin-reset-styles.css %%WWWDIR%%/core/modules/navigation/css/base/admin-reset-styles.pcss.css @@ -9807,8 +10136,12 @@ %%WWWDIR%%/core/modules/navigation/css/components/toolbar-dropdown.pcss.css %%WWWDIR%%/core/modules/navigation/css/components/toolbar-menu.css %%WWWDIR%%/core/modules/navigation/css/components/toolbar-menu.pcss.css +%%WWWDIR%%/core/modules/navigation/css/components/toolbar-message.css +%%WWWDIR%%/core/modules/navigation/css/components/toolbar-message.pcss.css %%WWWDIR%%/core/modules/navigation/css/components/toolbar-popover.css %%WWWDIR%%/core/modules/navigation/css/components/toolbar-popover.pcss.css +%%WWWDIR%%/core/modules/navigation/css/components/toolbar-workspaces.css +%%WWWDIR%%/core/modules/navigation/css/components/toolbar-workspaces.pcss.css %%WWWDIR%%/core/modules/navigation/css/components/tooltip.css %%WWWDIR%%/core/modules/navigation/css/components/tooltip.pcss.css %%WWWDIR%%/core/modules/navigation/css/components/top-bar.css @@ -9823,9 +10156,8 @@ %%WWWDIR%%/core/modules/navigation/js/tooltip.js %%WWWDIR%%/core/modules/navigation/layouts/navigation.html.twig %%WWWDIR%%/core/modules/navigation/modules/navigation_top_bar/navigation_top_bar.info.yml -%%WWWDIR%%/core/modules/navigation/modules/navigation_top_bar/src/Hook/NavigationTopBarHooks.php -%%WWWDIR%%/core/modules/navigation/modules/navigation_top_bar/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/navigation/navigation.api.php +%%WWWDIR%%/core/modules/navigation/navigation.icons.yml %%WWWDIR%%/core/modules/navigation/navigation.info.yml %%WWWDIR%%/core/modules/navigation/navigation.install %%WWWDIR%%/core/modules/navigation/navigation.layouts.yml @@ -9838,10 +10170,13 @@ %%WWWDIR%%/core/modules/navigation/navigation.services.yml %%WWWDIR%%/core/modules/navigation/src/Attribute/TopBarItem.php %%WWWDIR%%/core/modules/navigation/src/Element/TopBar.php +%%WWWDIR%%/core/modules/navigation/src/EntityRouteHelper.php %%WWWDIR%%/core/modules/navigation/src/Form/LayoutForm.php %%WWWDIR%%/core/modules/navigation/src/Form/SettingsForm.php %%WWWDIR%%/core/modules/navigation/src/Hook/NavigationHooks.php +%%WWWDIR%%/core/modules/navigation/src/Hook/NavigationRequirements.php %%WWWDIR%%/core/modules/navigation/src/Menu/NavigationMenuLinkTree.php +%%WWWDIR%%/core/modules/navigation/src/Menu/NavigationMenuLinkTreeManipulators.php %%WWWDIR%%/core/modules/navigation/src/NavigationContentLinks.php %%WWWDIR%%/core/modules/navigation/src/NavigationLayout.php %%WWWDIR%%/core/modules/navigation/src/NavigationRenderer.php @@ -9854,6 +10189,7 @@ %%WWWDIR%%/core/modules/navigation/src/Plugin/Derivative/SystemMenuNavigationBlock.php %%WWWDIR%%/core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php %%WWWDIR%%/core/modules/navigation/src/Plugin/TopBarItem/PageActions.php +%%WWWDIR%%/core/modules/navigation/src/Plugin/TopBarItem/PageContext.php %%WWWDIR%%/core/modules/navigation/src/RenderCallbacks.php %%WWWDIR%%/core/modules/navigation/src/ShortcutLazyBuilder.php %%WWWDIR%%/core/modules/navigation/src/TopBarItemBase.php @@ -9861,35 +10197,52 @@ %%WWWDIR%%/core/modules/navigation/src/TopBarItemManagerInterface.php %%WWWDIR%%/core/modules/navigation/src/TopBarItemPluginInterface.php %%WWWDIR%%/core/modules/navigation/src/TopBarRegion.php -%%WWWDIR%%/core/modules/navigation/src/UserLazyBuilder.php +%%WWWDIR%%/core/modules/navigation/src/WorkspacesLazyBuilder.php %%WWWDIR%%/core/modules/navigation/templates/block--navigation.html.twig %%WWWDIR%%/core/modules/navigation/templates/logo.svg.twig -%%WWWDIR%%/core/modules/navigation/templates/menu-region--footer.html.twig +%%WWWDIR%%/core/modules/navigation/templates/navigation--message.html.twig +%%WWWDIR%%/core/modules/navigation/templates/navigation--messages.html.twig %%WWWDIR%%/core/modules/navigation/templates/navigation-content-top.html.twig %%WWWDIR%%/core/modules/navigation/templates/navigation-menu.html.twig -%%WWWDIR%%/core/modules/navigation/templates/top-bar-local-task.html.twig -%%WWWDIR%%/core/modules/navigation/templates/top-bar-local-tasks.html.twig +%%WWWDIR%%/core/modules/navigation/templates/top-bar-page-action.html.twig +%%WWWDIR%%/core/modules/navigation/templates/top-bar-page-actions.html.twig %%WWWDIR%%/core/modules/navigation/templates/top-bar.html.twig +%%WWWDIR%%/core/modules/navigation/tests/navigation_test/assets/icons/radioactive.svg +%%WWWDIR%%/core/modules/navigation/tests/navigation_test/assets/icons/star.svg +%%WWWDIR%%/core/modules/navigation/tests/navigation_test/navigation_test.icons.yml %%WWWDIR%%/core/modules/navigation/tests/navigation_test/navigation_test.info.yml +%%WWWDIR%%/core/modules/navigation/tests/navigation_test/navigation_test.links.menu.yml %%WWWDIR%%/core/modules/navigation/tests/navigation_test/navigation_test.module %%WWWDIR%%/core/modules/navigation/tests/navigation_test/src/Hook/NavigationTestHooks.php %%WWWDIR%%/core/modules/navigation/tests/navigation_test/src/Plugin/TopBarItem/TopBarItemInstantiation.php +%%WWWDIR%%/core/modules/navigation/tests/navigation_test_block/navigation_test_block.info.yml +%%WWWDIR%%/core/modules/navigation/tests/navigation_test_block/src/Hook/NavigationTestBlockHooks.php +%%WWWDIR%%/core/modules/navigation/tests/navigation_test_block/src/Plugin/Block/NavigationTestBlock.php %%WWWDIR%%/core/modules/navigation/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/navigation/tests/src/Functional/NavigationContentTopTest.php +%%WWWDIR%%/core/modules/navigation/tests/src/Functional/NavigationDefaultBlockDefinitionTest.php +%%WWWDIR%%/core/modules/navigation/tests/src/Functional/NavigationIconTest.php %%WWWDIR%%/core/modules/navigation/tests/src/Functional/NavigationLinkBlockTest.php %%WWWDIR%%/core/modules/navigation/tests/src/Functional/NavigationLogoTest.php %%WWWDIR%%/core/modules/navigation/tests/src/Functional/NavigationSafeBlockDefinitionTest.php %%WWWDIR%%/core/modules/navigation/tests/src/Functional/NavigationShortcutsBlockTest.php +%%WWWDIR%%/core/modules/navigation/tests/src/Functional/NavigationTopBarContentModerationTest.php +%%WWWDIR%%/core/modules/navigation/tests/src/Functional/NavigationTopBarPageContextTest.php %%WWWDIR%%/core/modules/navigation/tests/src/Functional/NavigationTopBarTest.php %%WWWDIR%%/core/modules/navigation/tests/src/Functional/NavigationUserBlockTest.php +%%WWWDIR%%/core/modules/navigation/tests/src/Functional/NavigationWorkspacesUiTest.php %%WWWDIR%%/core/modules/navigation/tests/src/FunctionalJavascript/NavigationBlockUiTest.php +%%WWWDIR%%/core/modules/navigation/tests/src/FunctionalJavascript/NavigationUserBlockTest.php %%WWWDIR%%/core/modules/navigation/tests/src/FunctionalJavascript/PerformanceTest.php -%%WWWDIR%%/core/modules/navigation/tests/src/FunctionalJavascript/TopBarPerformanceTest.php %%WWWDIR%%/core/modules/navigation/tests/src/Kernel/ConfigAction/AddNavigationBlockConfigActionTest.php +%%WWWDIR%%/core/modules/navigation/tests/src/Kernel/NavigationContentLinksTest.php %%WWWDIR%%/core/modules/navigation/tests/src/Kernel/NavigationMenuBlockTest.php +%%WWWDIR%%/core/modules/navigation/tests/src/Kernel/NavigationMenuLinkTreeTest.php %%WWWDIR%%/core/modules/navigation/tests/src/Kernel/NavigationMenuMarkupTest.php %%WWWDIR%%/core/modules/navigation/tests/src/Nightwatch/Tests/a11yTest.js %%WWWDIR%%/core/modules/navigation/tests/src/Nightwatch/Tests/expandCollapseTest.js +%%WWWDIR%%/core/modules/navigation/tests/src/Nightwatch/Tests/navigationDisplaceTest.js +%%WWWDIR%%/core/modules/navigation/tests/src/Unit/NavigationMenuLinkTreeManipulatorsTest.php %%WWWDIR%%/core/modules/navigation/tests/src/Unit/TopBarItemBaseTest.php %%WWWDIR%%/core/modules/navigation/tests/src/Unit/TopBarItemManagerTest.php %%WWWDIR%%/core/modules/node/config/install/core.entity_view_mode.node.full.yml @@ -9970,20 +10323,23 @@ %%WWWDIR%%/core/modules/node/src/EventSubscriber/NodeTranslationMigrateSubscriber.php %%WWWDIR%%/core/modules/node/src/Form/DeleteMultiple.php %%WWWDIR%%/core/modules/node/src/Form/NodeDeleteForm.php +%%WWWDIR%%/core/modules/node/src/Form/NodeForm.php %%WWWDIR%%/core/modules/node/src/Form/NodePreviewForm.php %%WWWDIR%%/core/modules/node/src/Form/NodeRevisionDeleteForm.php %%WWWDIR%%/core/modules/node/src/Form/NodeRevisionRevertForm.php %%WWWDIR%%/core/modules/node/src/Form/NodeRevisionRevertTranslationForm.php %%WWWDIR%%/core/modules/node/src/Form/NodeTypeDeleteConfirm.php +%%WWWDIR%%/core/modules/node/src/Form/NodeTypeForm.php %%WWWDIR%%/core/modules/node/src/Form/RebuildPermissionsForm.php %%WWWDIR%%/core/modules/node/src/Hook/NodeHooks.php %%WWWDIR%%/core/modules/node/src/Hook/NodeHooks1.php +%%WWWDIR%%/core/modules/node/src/Hook/NodeRequirements.php +%%WWWDIR%%/core/modules/node/src/Hook/NodeThemeHooks.php %%WWWDIR%%/core/modules/node/src/Hook/NodeTokensHooks.php %%WWWDIR%%/core/modules/node/src/Hook/NodeViewsExecutionHooks.php %%WWWDIR%%/core/modules/node/src/Hook/NodeViewsHooks.php %%WWWDIR%%/core/modules/node/src/NodeAccessControlHandler.php %%WWWDIR%%/core/modules/node/src/NodeAccessControlHandlerInterface.php -%%WWWDIR%%/core/modules/node/src/NodeForm.php %%WWWDIR%%/core/modules/node/src/NodeGrantDatabaseStorage.php %%WWWDIR%%/core/modules/node/src/NodeGrantDatabaseStorageInterface.php %%WWWDIR%%/core/modules/node/src/NodeInterface.php @@ -9995,12 +10351,10 @@ %%WWWDIR%%/core/modules/node/src/NodeStorageSchema.php %%WWWDIR%%/core/modules/node/src/NodeTranslationHandler.php %%WWWDIR%%/core/modules/node/src/NodeTypeAccessControlHandler.php -%%WWWDIR%%/core/modules/node/src/NodeTypeForm.php %%WWWDIR%%/core/modules/node/src/NodeTypeInterface.php %%WWWDIR%%/core/modules/node/src/NodeTypeListBuilder.php %%WWWDIR%%/core/modules/node/src/NodeViewBuilder.php %%WWWDIR%%/core/modules/node/src/NodeViewsData.php -%%WWWDIR%%/core/modules/node/src/PageCache/DenyNodePreview.php %%WWWDIR%%/core/modules/node/src/ParamConverter/NodePreviewConverter.php %%WWWDIR%%/core/modules/node/src/Plugin/Action/DemoteNode.php %%WWWDIR%%/core/modules/node/src/Plugin/Action/PromoteNode.php @@ -10026,6 +10380,7 @@ %%WWWDIR%%/core/modules/node/src/Plugin/migrate/source/d7/NodeEntityTranslation.php %%WWWDIR%%/core/modules/node/src/Plugin/migrate/source/d7/NodeRevision.php %%WWWDIR%%/core/modules/node/src/Plugin/migrate/source/d7/NodeType.php +%%WWWDIR%%/core/modules/node/src/Plugin/views/UidRevisionTrait.php %%WWWDIR%%/core/modules/node/src/Plugin/views/area/ListingEmpty.php %%WWWDIR%%/core/modules/node/src/Plugin/views/argument/Nid.php %%WWWDIR%%/core/modules/node/src/Plugin/views/argument/Type.php @@ -10053,7 +10408,6 @@ %%WWWDIR%%/core/modules/node/templates/node-edit-form.html.twig %%WWWDIR%%/core/modules/node/templates/node.html.twig %%WWWDIR%%/core/modules/node/tests/modules/node_access_test/node_access_test.info.yml -%%WWWDIR%%/core/modules/node/tests/modules/node_access_test/node_access_test.module %%WWWDIR%%/core/modules/node/tests/modules/node_access_test/node_access_test.permissions.yml %%WWWDIR%%/core/modules/node/tests/modules/node_access_test/src/Hook/NodeAccessTestHooks.php %%WWWDIR%%/core/modules/node/tests/modules/node_access_test_empty/node_access_test_empty.info.yml @@ -10064,6 +10418,8 @@ %%WWWDIR%%/core/modules/node/tests/modules/node_block_test/src/Plugin/Block/NodeContextTestBlock.php %%WWWDIR%%/core/modules/node/tests/modules/node_display_configurable_test/node_display_configurable_test.info.yml %%WWWDIR%%/core/modules/node/tests/modules/node_display_configurable_test/src/Hook/NodeDisplayConfigurableTestHooks.php +%%WWWDIR%%/core/modules/node/tests/modules/node_no_default_author/node_no_default_author.info.yml +%%WWWDIR%%/core/modules/node/tests/modules/node_no_default_author/src/Hook/NodeNoDefaultAuthorHooks.php %%WWWDIR%%/core/modules/node/tests/modules/node_test/node_test.info.yml %%WWWDIR%%/core/modules/node/tests/modules/node_test/src/Hook/NodeTestHooks.php %%WWWDIR%%/core/modules/node/tests/modules/node_test_config/config/install/node.type.default.yml @@ -10071,8 +10427,6 @@ %%WWWDIR%%/core/modules/node/tests/modules/node_test_config/sync/node.type.import.yml %%WWWDIR%%/core/modules/node/tests/modules/node_test_exception/node_test_exception.info.yml %%WWWDIR%%/core/modules/node/tests/modules/node_test_exception/src/Hook/NodeTestExceptionHooks.php -%%WWWDIR%%/core/modules/node/tests/modules/node_no_default_author/node_no_default_author.info.yml -%%WWWDIR%%/core/modules/node/tests/modules/node_no_default_author/src/Hook/NodeNoDefaultAuthorHooks.php %%WWWDIR%%/core/modules/node/tests/modules/node_test_views/node_test_views.info.yml %%WWWDIR%%/core/modules/node/tests/modules/node_test_views/src/Hook/NodeTestViewsViewsHooks.php %%WWWDIR%%/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_argument_node_uid_revision.yml @@ -10103,8 +10457,9 @@ %%WWWDIR%%/core/modules/node/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/node/tests/src/Functional/MultiStepNodeFormBasicOptionsTest.php %%WWWDIR%%/core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php +%%WWWDIR%%/core/modules/node/tests/src/Functional/NodeAccessCacheRedirectWarningTest.php %%WWWDIR%%/core/modules/node/tests/src/Functional/NodeAccessCacheabilityTest.php -%%WWWDIR%%/core/modules/node/tests/src/Functional/NodeAccessCacheabilityWithNodeGrants.php +%%WWWDIR%%/core/modules/node/tests/src/Functional/NodeAccessCacheabilityWithNodeGrantsTest.php %%WWWDIR%%/core/modules/node/tests/src/Functional/NodeAccessFieldTest.php %%WWWDIR%%/core/modules/node/tests/src/Functional/NodeAccessGrantsCacheContextTest.php %%WWWDIR%%/core/modules/node/tests/src/Functional/NodeAccessJoinTest.php @@ -10130,6 +10485,7 @@ %%WWWDIR%%/core/modules/node/tests/src/Functional/NodeQueryAlterTest.php %%WWWDIR%%/core/modules/node/tests/src/Functional/NodeRSSContentTest.php %%WWWDIR%%/core/modules/node/tests/src/Functional/NodeRevisionsAllTest.php +%%WWWDIR%%/core/modules/node/tests/src/Functional/NodeRevisionsAuthorTest.php %%WWWDIR%%/core/modules/node/tests/src/Functional/NodeRevisionsTest.php %%WWWDIR%%/core/modules/node/tests/src/Functional/NodeRevisionsUiBypassAccessTest.php %%WWWDIR%%/core/modules/node/tests/src/Functional/NodeRevisionsUiTest.php @@ -10218,6 +10574,7 @@ %%WWWDIR%%/core/modules/node/tests/src/Kernel/NodeListBuilderTest.php %%WWWDIR%%/core/modules/node/tests/src/Kernel/NodeLoadMultipleTest.php %%WWWDIR%%/core/modules/node/tests/src/Kernel/NodeOwnerTest.php +%%WWWDIR%%/core/modules/node/tests/src/Kernel/NodeRequirementsStatusFilterWarningTest.php %%WWWDIR%%/core/modules/node/tests/src/Kernel/NodeTemplateSuggestionsTest.php %%WWWDIR%%/core/modules/node/tests/src/Kernel/NodeTokenReplaceTest.php %%WWWDIR%%/core/modules/node/tests/src/Kernel/NodeTypeValidationTest.php @@ -10246,9 +10603,9 @@ %%WWWDIR%%/core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php %%WWWDIR%%/core/modules/node/tests/src/Kernel/Views/RowPluginTest.php %%WWWDIR%%/core/modules/node/tests/src/Traits/ContentTypeCreationTrait.php +%%WWWDIR%%/core/modules/node/tests/src/Traits/NodeAccessTrait.php %%WWWDIR%%/core/modules/node/tests/src/Traits/NodeCreationTrait.php %%WWWDIR%%/core/modules/node/tests/src/Unit/NodeOperationAccessTest.php -%%WWWDIR%%/core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php %%WWWDIR%%/core/modules/node/tests/src/Unit/Plugin/views/field/NodeBulkFormTest.php %%WWWDIR%%/core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkDeleteTest.php %%WWWDIR%%/core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkRevertTest.php @@ -10262,6 +10619,7 @@ %%WWWDIR%%/core/modules/options/options.info.yml %%WWWDIR%%/core/modules/options/options.libraries.yml %%WWWDIR%%/core/modules/options/options.module +%%WWWDIR%%/core/modules/options/options.services.yml %%WWWDIR%%/core/modules/options/src/Hook/OptionsHooks.php %%WWWDIR%%/core/modules/options/src/Hook/OptionsViewsHooks.php %%WWWDIR%%/core/modules/options/src/Plugin/Field/FieldFormatter/OptionsDefaultFormatter.php @@ -10285,8 +10643,8 @@ %%WWWDIR%%/core/modules/options/tests/options_config_install_test/config/install/node.type.options_install_test.yml %%WWWDIR%%/core/modules/options/tests/options_config_install_test/options_config_install_test.info.yml %%WWWDIR%%/core/modules/options/tests/options_test/options_test.info.yml -%%WWWDIR%%/core/modules/options/tests/options_test/options_test.module %%WWWDIR%%/core/modules/options/tests/options_test/src/Hook/OptionsTestHooks.php +%%WWWDIR%%/core/modules/options/tests/options_test/src/OptionsAllowedValues.php %%WWWDIR%%/core/modules/options/tests/options_test_views/options_test_views.info.yml %%WWWDIR%%/core/modules/options/tests/options_test_views/test_views/views.view.test_options_list_argument_numeric.yml %%WWWDIR%%/core/modules/options/tests/options_test_views/test_views/views.view.test_options_list_argument_string.yml @@ -10313,33 +10671,37 @@ %%WWWDIR%%/core/modules/package_manager/config/schema/package_manager.schema.yml %%WWWDIR%%/core/modules/package_manager/package_manager.api.php %%WWWDIR%%/core/modules/package_manager/package_manager.info.yml -%%WWWDIR%%/core/modules/package_manager/package_manager.install %%WWWDIR%%/core/modules/package_manager/package_manager.services.yml +%%WWWDIR%%/core/modules/package_manager/src/Attribute/AllowDirectWrite.php %%WWWDIR%%/core/modules/package_manager/src/ComposerInspector.php +%%WWWDIR%%/core/modules/package_manager/src/DirectWritePreconditionBypass.php %%WWWDIR%%/core/modules/package_manager/src/Event/CollectPathsToExcludeEvent.php +%%WWWDIR%%/core/modules/package_manager/src/Event/EventWithPackageListTrait.php %%WWWDIR%%/core/modules/package_manager/src/Event/PostApplyEvent.php %%WWWDIR%%/core/modules/package_manager/src/Event/PostCreateEvent.php %%WWWDIR%%/core/modules/package_manager/src/Event/PostRequireEvent.php %%WWWDIR%%/core/modules/package_manager/src/Event/PreApplyEvent.php %%WWWDIR%%/core/modules/package_manager/src/Event/PreCreateEvent.php -%%WWWDIR%%/core/modules/package_manager/src/Event/PreOperationStageEvent.php %%WWWDIR%%/core/modules/package_manager/src/Event/PreRequireEvent.php -%%WWWDIR%%/core/modules/package_manager/src/Event/RequireEventTrait.php -%%WWWDIR%%/core/modules/package_manager/src/Event/StageEvent.php +%%WWWDIR%%/core/modules/package_manager/src/Event/SandboxEvent.php +%%WWWDIR%%/core/modules/package_manager/src/Event/SandboxValidationEvent.php %%WWWDIR%%/core/modules/package_manager/src/Event/StatusCheckEvent.php %%WWWDIR%%/core/modules/package_manager/src/EventSubscriber/ChangeLogger.php +%%WWWDIR%%/core/modules/package_manager/src/EventSubscriber/DirectWriteSubscriber.php %%WWWDIR%%/core/modules/package_manager/src/EventSubscriber/UpdateDataSubscriber.php %%WWWDIR%%/core/modules/package_manager/src/Exception/ApplyFailedException.php %%WWWDIR%%/core/modules/package_manager/src/Exception/ComposerNotReadyException.php -%%WWWDIR%%/core/modules/package_manager/src/Exception/StageEventException.php -%%WWWDIR%%/core/modules/package_manager/src/Exception/StageException.php -%%WWWDIR%%/core/modules/package_manager/src/Exception/StageFailureMarkerException.php -%%WWWDIR%%/core/modules/package_manager/src/Exception/StageOwnershipException.php +%%WWWDIR%%/core/modules/package_manager/src/Exception/FailureMarkerExistsException.php +%%WWWDIR%%/core/modules/package_manager/src/Exception/SandboxEventException.php +%%WWWDIR%%/core/modules/package_manager/src/Exception/SandboxException.php +%%WWWDIR%%/core/modules/package_manager/src/Exception/SandboxOwnershipException.php %%WWWDIR%%/core/modules/package_manager/src/ExecutableFinder.php %%WWWDIR%%/core/modules/package_manager/src/FailureMarker.php %%WWWDIR%%/core/modules/package_manager/src/FileProcessOutputCallback.php %%WWWDIR%%/core/modules/package_manager/src/Hook/PackageManagerHooks.php +%%WWWDIR%%/core/modules/package_manager/src/Hook/PackageManagerRequirementsHooks.php %%WWWDIR%%/core/modules/package_manager/src/ImmutablePathList.php +%%WWWDIR%%/core/modules/package_manager/src/Install/Requirements/PackageManagerRequirements.php %%WWWDIR%%/core/modules/package_manager/src/InstalledPackage.php %%WWWDIR%%/core/modules/package_manager/src/InstalledPackagesList.php %%WWWDIR%%/core/modules/package_manager/src/LegacyVersionUtility.php @@ -10361,7 +10723,7 @@ %%WWWDIR%%/core/modules/package_manager/src/ProcessFactory.php %%WWWDIR%%/core/modules/package_manager/src/ProcessOutputCallback.php %%WWWDIR%%/core/modules/package_manager/src/ProjectInfo.php -%%WWWDIR%%/core/modules/package_manager/src/StageBase.php +%%WWWDIR%%/core/modules/package_manager/src/SandboxManagerBase.php %%WWWDIR%%/core/modules/package_manager/src/StatusCheckTrait.php %%WWWDIR%%/core/modules/package_manager/src/TranslatableStringAdapter.php %%WWWDIR%%/core/modules/package_manager/src/TranslatableStringFactory.php @@ -10384,9 +10746,9 @@ %%WWWDIR%%/core/modules/package_manager/src/Validator/PhpExtensionsValidator.php %%WWWDIR%%/core/modules/package_manager/src/Validator/PhpTufValidator.php %%WWWDIR%%/core/modules/package_manager/src/Validator/RsyncValidator.php +%%WWWDIR%%/core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php +%%WWWDIR%%/core/modules/package_manager/src/Validator/SandboxDirectoryValidator.php %%WWWDIR%%/core/modules/package_manager/src/Validator/SettingsValidator.php -%%WWWDIR%%/core/modules/package_manager/src/Validator/StageNotInActiveValidator.php -%%WWWDIR%%/core/modules/package_manager/src/Validator/StagedDBUpdateValidator.php %%WWWDIR%%/core/modules/package_manager/src/Validator/SupportedReleaseValidator.php %%WWWDIR%%/core/modules/package_manager/src/Validator/SymlinkValidator.php %%WWWDIR%%/core/modules/package_manager/src/Validator/WritableFileSystemValidator.php @@ -10493,7 +10855,9 @@ %%WWWDIR%%/core/modules/package_manager/tests/modules/package_manager_test_validation/src/CollectPathsToExcludeFailValidator.php %%WWWDIR%%/core/modules/package_manager/tests/modules/package_manager_test_validation/src/EventSubscriber/TestSubscriber.php %%WWWDIR%%/core/modules/package_manager/tests/modules/package_manager_test_validation/src/PackageManagerTestValidationServiceProvider.php -%%WWWDIR%%/core/modules/package_manager/tests/modules/package_manager_test_validation/src/StagedDatabaseUpdateValidator.php +%%WWWDIR%%/core/modules/package_manager/tests/modules/package_manager_test_validation/src/TestSandboxDatabaseUpdatesValidator.php +%%WWWDIR%%/core/modules/package_manager/tests/src/Build/PackageInstallDirectWriteTest.php +%%WWWDIR%%/core/modules/package_manager/tests/src/Build/PackageInstallSubmoduleTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Build/PackageInstallTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Build/PackageUpdateTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php @@ -10513,6 +10877,7 @@ %%WWWDIR%%/core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorSimpleValidTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorTestBase.php %%WWWDIR%%/core/modules/package_manager/tests/src/Kernel/ComposerValidatorTest.php +%%WWWDIR%%/core/modules/package_manager/tests/src/Kernel/DirectWriteTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Kernel/DiskSpaceValidatorTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Kernel/DuplicateInfoFileValidatorTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Kernel/EnabledExtensionsValidatorTest.php @@ -10539,9 +10904,9 @@ %%WWWDIR%%/core/modules/package_manager/tests/src/Kernel/ProcessFactoryTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Kernel/ProjectInfoTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Kernel/RsyncValidatorTest.php +%%WWWDIR%%/core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Kernel/ServicesTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Kernel/SettingsValidatorTest.php -%%WWWDIR%%/core/modules/package_manager/tests/src/Kernel/StageBaseTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Kernel/StageCommitExceptionTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Kernel/StageConflictTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Kernel/StageEventsTest.php @@ -10561,6 +10926,7 @@ %%WWWDIR%%/core/modules/package_manager/tests/src/Traits/InstalledPackagesListTrait.php %%WWWDIR%%/core/modules/package_manager/tests/src/Traits/PackageManagerBypassTestTrait.php %%WWWDIR%%/core/modules/package_manager/tests/src/Traits/ValidationTestTrait.php +%%WWWDIR%%/core/modules/package_manager/tests/src/Unit/EventWithPackageListTraitTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Unit/ExecutableFinderTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Unit/InstalledPackageTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Unit/InstalledPackagesListTest.php @@ -10569,9 +10935,8 @@ %%WWWDIR%%/core/modules/package_manager/tests/src/Unit/LoggingStagerTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Unit/PathLocatorTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Unit/ProcessOutputCallbackTest.php -%%WWWDIR%%/core/modules/package_manager/tests/src/Unit/RequireEventTraitTest.php -%%WWWDIR%%/core/modules/package_manager/tests/src/Unit/StageBaseTest.php -%%WWWDIR%%/core/modules/package_manager/tests/src/Unit/StageNotInActiveValidatorTest.php +%%WWWDIR%%/core/modules/package_manager/tests/src/Unit/SandboxDirectoryValidatorTest.php +%%WWWDIR%%/core/modules/package_manager/tests/src/Unit/SandboxManagerBaseTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Unit/ValidationResultTest.php %%WWWDIR%%/core/modules/page_cache/page_cache.info.yml %%WWWDIR%%/core/modules/page_cache/page_cache.services.yml @@ -10597,6 +10962,7 @@ %%WWWDIR%%/core/modules/path/path.links.task.yml %%WWWDIR%%/core/modules/path/path.permissions.yml %%WWWDIR%%/core/modules/path/path.post_update.php +%%WWWDIR%%/core/modules/path/path.services.yml %%WWWDIR%%/core/modules/path/src/Form/PathFilterForm.php %%WWWDIR%%/core/modules/path/src/Hook/PathHooks.php %%WWWDIR%%/core/modules/path/src/PathAliasForm.php @@ -10668,6 +11034,7 @@ %%WWWDIR%%/core/modules/path_alias/tests/src/Unit/PathProcessor/AliasPathProcessorTest.php %%WWWDIR%%/core/modules/pgsql/pgsql.info.yml %%WWWDIR%%/core/modules/pgsql/pgsql.install +%%WWWDIR%%/core/modules/pgsql/pgsql.services.yml %%WWWDIR%%/core/modules/pgsql/src/Driver/Database/pgsql/Connection.php %%WWWDIR%%/core/modules/pgsql/src/Driver/Database/pgsql/Delete.php %%WWWDIR%%/core/modules/pgsql/src/Driver/Database/pgsql/Insert.php @@ -10679,8 +11046,13 @@ %%WWWDIR%%/core/modules/pgsql/src/Driver/Database/pgsql/Truncate.php %%WWWDIR%%/core/modules/pgsql/src/Driver/Database/pgsql/Update.php %%WWWDIR%%/core/modules/pgsql/src/Driver/Database/pgsql/Upsert.php +%%WWWDIR%%/core/modules/pgsql/src/EntityQuery/Condition.php +%%WWWDIR%%/core/modules/pgsql/src/EntityQuery/QueryFactory.php %%WWWDIR%%/core/modules/pgsql/src/Hook/PgsqlHooks.php +%%WWWDIR%%/core/modules/pgsql/src/Hook/PgsqlRequirementsHooks.php +%%WWWDIR%%/core/modules/pgsql/src/Install/Requirements/PgsqlRequirements.php %%WWWDIR%%/core/modules/pgsql/tests/src/Functional/GenericTest.php +%%WWWDIR%%/core/modules/pgsql/tests/src/Kernel/EntityQueryServiceDeprecation.php %%WWWDIR%%/core/modules/pgsql/tests/src/Kernel/pgsql/ConnectionUnitTest.php %%WWWDIR%%/core/modules/pgsql/tests/src/Kernel/pgsql/DatabaseExceptionWrapperTest.php %%WWWDIR%%/core/modules/pgsql/tests/src/Kernel/pgsql/KernelTestBaseTest.php @@ -10711,6 +11083,7 @@ %%WWWDIR%%/core/modules/responsive_image/responsive_image.permissions.yml %%WWWDIR%%/core/modules/responsive_image/responsive_image.post_update.php %%WWWDIR%%/core/modules/responsive_image/responsive_image.routing.yml +%%WWWDIR%%/core/modules/responsive_image/responsive_image.services.yml %%WWWDIR%%/core/modules/responsive_image/src/Element/ResponsiveImage.php %%WWWDIR%%/core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php %%WWWDIR%%/core/modules/responsive_image/src/Hook/ResponsiveImageHooks.php @@ -10878,6 +11251,7 @@ %%WWWDIR%%/core/modules/search/src/Form/SearchPageForm.php %%WWWDIR%%/core/modules/search/src/Form/SearchPageFormBase.php %%WWWDIR%%/core/modules/search/src/Hook/SearchHooks.php +%%WWWDIR%%/core/modules/search/src/Hook/SearchRequirements.php %%WWWDIR%%/core/modules/search/src/Plugin/Block/SearchBlock.php %%WWWDIR%%/core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php %%WWWDIR%%/core/modules/search/src/Plugin/ConfigurableSearchPluginInterface.php @@ -10998,11 +11372,15 @@ %%WWWDIR%%/core/modules/serialization/src/Normalizer/FieldItemNormalizer.php %%WWWDIR%%/core/modules/serialization/src/Normalizer/FieldNormalizer.php %%WWWDIR%%/core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php +%%WWWDIR%%/core/modules/serialization/src/Normalizer/JsonSchemaReflectionTrait.php %%WWWDIR%%/core/modules/serialization/src/Normalizer/ListNormalizer.php %%WWWDIR%%/core/modules/serialization/src/Normalizer/MarkupNormalizer.php %%WWWDIR%%/core/modules/serialization/src/Normalizer/NormalizerBase.php %%WWWDIR%%/core/modules/serialization/src/Normalizer/NullNormalizer.php %%WWWDIR%%/core/modules/serialization/src/Normalizer/PrimitiveDataNormalizer.php +%%WWWDIR%%/core/modules/serialization/src/Normalizer/SchematicNormalizerFallbackTrait.php +%%WWWDIR%%/core/modules/serialization/src/Normalizer/SchematicNormalizerHelperTrait.php +%%WWWDIR%%/core/modules/serialization/src/Normalizer/SchematicNormalizerTrait.php %%WWWDIR%%/core/modules/serialization/src/Normalizer/SerializedColumnNormalizerTrait.php %%WWWDIR%%/core/modules/serialization/src/Normalizer/TimestampItemNormalizer.php %%WWWDIR%%/core/modules/serialization/src/Normalizer/TimestampNormalizer.php @@ -11010,6 +11388,11 @@ %%WWWDIR%%/core/modules/serialization/src/RegisterEntityResolversCompilerPass.php %%WWWDIR%%/core/modules/serialization/src/RegisterSerializationClassesCompilerPass.php %%WWWDIR%%/core/modules/serialization/src/SerializationServiceProvider.php +%%WWWDIR%%/core/modules/serialization/src/Serializer/JsonSchemaProviderSerializerInterface.php +%%WWWDIR%%/core/modules/serialization/src/Serializer/JsonSchemaProviderSerializerTrait.php +%%WWWDIR%%/core/modules/serialization/src/Serializer/Serializer.php +%%WWWDIR%%/core/modules/serialization/src/json-schema-draft-04-meta-schema.json +%%WWWDIR%%/core/modules/serialization/src/json-schema-draft-04-meta-schema.json.LICENSE.txt %%WWWDIR%%/core/modules/serialization/tests/modules/entity_serialization_test/entity_serialization_test.info.yml %%WWWDIR%%/core/modules/serialization/tests/modules/entity_serialization_test/src/Hook/EntitySerializationTestHooks.php %%WWWDIR%%/core/modules/serialization/tests/modules/field_normalization_test/field_normalization_test.info.yml @@ -11035,6 +11418,7 @@ %%WWWDIR%%/core/modules/serialization/tests/src/Kernel/NormalizerTestBase.php %%WWWDIR%%/core/modules/serialization/tests/src/Kernel/SerializationTest.php %%WWWDIR%%/core/modules/serialization/tests/src/Kernel/UserRouteAlterTest.php +%%WWWDIR%%/core/modules/serialization/tests/src/Traits/JsonSchemaTestTrait.php %%WWWDIR%%/core/modules/serialization/tests/src/Unit/CompilerPass/RegisterSerializationClassesCompilerPassTest.php %%WWWDIR%%/core/modules/serialization/tests/src/Unit/Encoder/JsonEncoderTest.php %%WWWDIR%%/core/modules/serialization/tests/src/Unit/Encoder/XmlEncoderTest.php @@ -11050,6 +11434,7 @@ %%WWWDIR%%/core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php %%WWWDIR%%/core/modules/serialization/tests/src/Unit/Normalizer/InternalTypedDataTestTrait.php %%WWWDIR%%/core/modules/serialization/tests/src/Unit/Normalizer/ListNormalizerTest.php +%%WWWDIR%%/core/modules/serialization/tests/src/Unit/Normalizer/MarkupNormalizerTest.php %%WWWDIR%%/core/modules/serialization/tests/src/Unit/Normalizer/NormalizerBaseTest.php %%WWWDIR%%/core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php %%WWWDIR%%/core/modules/serialization/tests/src/Unit/Normalizer/PrimitiveDataNormalizerTest.php @@ -11168,6 +11553,7 @@ %%WWWDIR%%/core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetTest.php %%WWWDIR%%/core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetUsersTest.php %%WWWDIR%%/core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutTest.php +%%WWWDIR%%/core/modules/shortcut/tests/src/Kernel/ShortcutCacheTagsTest.php %%WWWDIR%%/core/modules/shortcut/tests/src/Kernel/ShortcutClaroIntegrationTest.php %%WWWDIR%%/core/modules/shortcut/tests/src/Kernel/ShortcutSetValidationTest.php %%WWWDIR%%/core/modules/shortcut/tests/src/Unit/Menu/ShortcutLocalTasksTest.php @@ -11250,19 +11636,14 @@ %%WWWDIR%%/core/modules/system/css/components/align.module.css %%WWWDIR%%/core/modules/system/css/components/clearfix.module.css %%WWWDIR%%/core/modules/system/css/components/container-inline.module.css -%%WWWDIR%%/core/modules/system/css/components/details.module.css -%%WWWDIR%%/core/modules/system/css/components/fieldgroup.module.css %%WWWDIR%%/core/modules/system/css/components/hidden.module.css %%WWWDIR%%/core/modules/system/css/components/item-list.module.css %%WWWDIR%%/core/modules/system/css/components/js.module.css -%%WWWDIR%%/core/modules/system/css/components/nowrap.module.css %%WWWDIR%%/core/modules/system/css/components/position-container.module.css %%WWWDIR%%/core/modules/system/css/components/reset-appearance.module.css -%%WWWDIR%%/core/modules/system/css/components/resize.module.css %%WWWDIR%%/core/modules/system/css/components/system-status-counter.css %%WWWDIR%%/core/modules/system/css/components/system-status-report-counters.css %%WWWDIR%%/core/modules/system/css/components/system-status-report-general-info.css -%%WWWDIR%%/core/modules/system/css/components/tablesort.module.css %%WWWDIR%%/core/modules/system/css/system.admin.css %%WWWDIR%%/core/modules/system/css/system.diff.css %%WWWDIR%%/core/modules/system/css/system.maintenance.css @@ -11376,6 +11757,7 @@ %%WWWDIR%%/core/modules/system/src/PhpStorage/MockPhpStorage.php %%WWWDIR%%/core/modules/system/src/Plugin/Archiver/Tar.php %%WWWDIR%%/core/modules/system/src/Plugin/Archiver/Zip.php +%%WWWDIR%%/core/modules/system/src/Plugin/Block/ClearCacheBlock.php %%WWWDIR%%/core/modules/system/src/Plugin/Block/SystemBrandingBlock.php %%WWWDIR%%/core/modules/system/src/Plugin/Block/SystemBreadcrumbBlock.php %%WWWDIR%%/core/modules/system/src/Plugin/Block/SystemMainBlock.php @@ -11542,9 +11924,43 @@ %%WWWDIR%%/core/modules/system/tests/fixtures/update/drupal-10.3.0.filled.standard.php.gz %%WWWDIR%%/core/modules/system/tests/fixtures/update/drupal-8.update-test-schema-enabled.php %%WWWDIR%%/core/modules/system/tests/fixtures/update/drupal-8.update-test-semver-update-n-enabled.php +%%WWWDIR%%/core/modules/system/tests/fixtures/update/remove-description-from-user-register-form-mode.php %%WWWDIR%%/core/modules/system/tests/http.php %%WWWDIR%%/core/modules/system/tests/https.php %%WWWDIR%%/core/modules/system/tests/logo.svgz +%%WWWDIR%%/core/modules/system/tests/modules/HookCollector/aaa_hook_collector_test/aaa_hook_collector_test.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/HookCollector/aaa_hook_collector_test/src/Hook/TestHookAfter.php +%%WWWDIR%%/core/modules/system/tests/modules/HookCollector/aaa_hook_collector_test/src/Hook/TestHookAfterClassMethod.php +%%WWWDIR%%/core/modules/system/tests/modules/HookCollector/aaa_hook_collector_test/src/Hook/TestHookBefore.php +%%WWWDIR%%/core/modules/system/tests/modules/HookCollector/aaa_hook_collector_test/src/Hook/TestHookFirst.php +%%WWWDIR%%/core/modules/system/tests/modules/HookCollector/aaa_hook_collector_test/src/Hook/TestHookLast.php +%%WWWDIR%%/core/modules/system/tests/modules/HookCollector/aaa_hook_collector_test/src/Hook/TestHookOrderExtraTypes.php +%%WWWDIR%%/core/modules/system/tests/modules/HookCollector/aaa_hook_collector_test/src/Hook/TestHookReorderHookFirst.php +%%WWWDIR%%/core/modules/system/tests/modules/HookCollector/bbb_hook_collector_test/bbb_hook_collector_test.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/HookCollector/bbb_hook_collector_test/src/Hook/TestHookAfter.php +%%WWWDIR%%/core/modules/system/tests/modules/HookCollector/bbb_hook_collector_test/src/Hook/TestHookAfterClassMethod.php +%%WWWDIR%%/core/modules/system/tests/modules/HookCollector/bbb_hook_collector_test/src/Hook/TestHookBefore.php +%%WWWDIR%%/core/modules/system/tests/modules/HookCollector/bbb_hook_collector_test/src/Hook/TestHookFirst.php +%%WWWDIR%%/core/modules/system/tests/modules/HookCollector/bbb_hook_collector_test/src/Hook/TestHookLast.php +%%WWWDIR%%/core/modules/system/tests/modules/HookCollector/bbb_hook_collector_test/src/Hook/TestHookOrderExtraTypes.php +%%WWWDIR%%/core/modules/system/tests/modules/HookCollector/bbb_hook_collector_test/src/Hook/TestHookReorderHookLast.php +%%WWWDIR%%/core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/aaa_hook_order_test.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/aaa_hook_order_test.module +%%WWWDIR%%/core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AAlterHooks.php +%%WWWDIR%%/core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AHooks.php +%%WWWDIR%%/core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/ModuleImplementsAlter.php +%%WWWDIR%%/core/modules/system/tests/modules/HookOrder/bbb_hook_order_test/bbb_hook_order_test.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/HookOrder/bbb_hook_order_test/bbb_hook_order_test.module +%%WWWDIR%%/core/modules/system/tests/modules/HookOrder/bbb_hook_order_test/src/Hook/BAlterHooks.php +%%WWWDIR%%/core/modules/system/tests/modules/HookOrder/bbb_hook_order_test/src/Hook/BHooks.php +%%WWWDIR%%/core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/ccc_hook_order_test.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/ccc_hook_order_test.module +%%WWWDIR%%/core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/src/Hook/CAlterHooks.php +%%WWWDIR%%/core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/src/Hook/CHooks.php +%%WWWDIR%%/core/modules/system/tests/modules/HookOrder/ddd_hook_order_test/ddd_hook_order_test.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/HookOrder/ddd_hook_order_test/ddd_hook_order_test.module +%%WWWDIR%%/core/modules/system/tests/modules/HookOrder/ddd_hook_order_test/src/Hook/DAlterHooks.php +%%WWWDIR%%/core/modules/system/tests/modules/HookOrder/ddd_hook_order_test/src/Hook/DHooks.php %%WWWDIR%%/core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.services.yml %%WWWDIR%%/core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderMiddleware.php @@ -11562,7 +11978,6 @@ %%WWWDIR%%/core/modules/system/tests/modules/advisory_feed_test/src/Hook/AdvisoryFeedTestHooks.php %%WWWDIR%%/core/modules/system/tests/modules/advisory_feed_test/src/TestSystemLoggerChannel.php %%WWWDIR%%/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.info.yml -%%WWWDIR%%/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module %%WWWDIR%%/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php %%WWWDIR%%/core/modules/system/tests/modules/ajax_forms_test/src/Controller/DialogFormLink.php @@ -11594,11 +12009,13 @@ %%WWWDIR%%/core/modules/system/tests/modules/autowire_test/src/TestInjection3.php %%WWWDIR%%/core/modules/system/tests/modules/autowire_test/src/TestInjectionInterface.php %%WWWDIR%%/core/modules/system/tests/modules/autowire_test/src/TestService.php -%%WWWDIR%%/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc %%WWWDIR%%/core/modules/system/tests/modules/batch_test/batch_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/batch_test/batch_test.links.task.yml -%%WWWDIR%%/core/modules/system/tests/modules/batch_test/batch_test.module %%WWWDIR%%/core/modules/system/tests/modules/batch_test/batch_test.routing.yml +%%WWWDIR%%/core/modules/system/tests/modules/batch_test/batch_test.set_file.inc +%%WWWDIR%%/core/modules/system/tests/modules/batch_test/src/BatchTestCallbacks.php +%%WWWDIR%%/core/modules/system/tests/modules/batch_test/src/BatchTestDefinitions.php +%%WWWDIR%%/core/modules/system/tests/modules/batch_test/src/BatchTestHelper.php %%WWWDIR%%/core/modules/system/tests/modules/batch_test/src/Controller/BatchTestController.php %%WWWDIR%%/core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php %%WWWDIR%%/core/modules/system/tests/modules/batch_test/src/Form/BatchTestMockForm.php @@ -11636,6 +12053,11 @@ %%WWWDIR%%/core/modules/system/tests/modules/config_mapping_test/config/optional/field.storage.node.comment_config_mapping_test.yml %%WWWDIR%%/core/modules/system/tests/modules/config_mapping_test/config/optional/node.type.config_mapping_test.yml %%WWWDIR%%/core/modules/system/tests/modules/config_mapping_test/config_mapping_test.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/container_rebuild_required_dependency_false/container_rebuild_required_dependency_false.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/container_rebuild_required_false/container_rebuild_required_false.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/container_rebuild_required_false_2/container_rebuild_required_false_2.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/container_rebuild_required_true/container_rebuild_required_true.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/container_rebuild_required_true_2/container_rebuild_required_true_2.info.yml %%WWWDIR%%/core/modules/system/tests/modules/container_rebuild_test/container_rebuild_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/container_rebuild_test/container_rebuild_test.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/container_rebuild_test/src/ContainerRebuildTestServiceProvider.php @@ -11683,6 +12105,7 @@ %%WWWDIR%%/core/modules/system/tests/modules/default_format_test/src/DefaultFormatTestController.php %%WWWDIR%%/core/modules/system/tests/modules/delay_cache_tags_invalidation/delay_cache_tags_invalidation.info.yml %%WWWDIR%%/core/modules/system/tests/modules/delay_cache_tags_invalidation/src/Hook/DelayCacheTagsInvalidationHooks.php +%%WWWDIR%%/core/modules/system/tests/modules/dependency_foo_test/dependency_foo_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/dependency_version_test/dependency_version_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/dependency_version_test/src/Hook/DependencyVersionTestHooks.php %%WWWDIR%%/core/modules/system/tests/modules/deprecated_module/config/install/deprecated_module.settings.yml @@ -11734,6 +12157,9 @@ %%WWWDIR%%/core/modules/system/tests/modules/driver_test/src/Driver/Database/DriverTestPgsql/Connection.php %%WWWDIR%%/core/modules/system/tests/modules/driver_test/src/Driver/Database/DriverTestPgsql/Install/Tasks.php %%WWWDIR%%/core/modules/system/tests/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/dummydb/dummydb.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/dummydb/src/Driver/Database/dummydb/Connection.php +%%WWWDIR%%/core/modules/system/tests/modules/dummydb/src/Driver/Database/dummydb/Install/Tasks.php %%WWWDIR%%/core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.services.yml @@ -11781,6 +12207,7 @@ %%WWWDIR%%/core/modules/system/tests/modules/entity_test/entity_test.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/entity_test/entity_test.services.yml %%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/Cache/EntityTestViewGrantsCacheContext.php +%%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/Callbacks.php %%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/Controller/EntityTestController.php %%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/Entity/EntitySerializedField.php %%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/Entity/EntityTest.php @@ -11829,9 +12256,11 @@ %%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php %%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/EntityTestDeleteForm.php %%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/EntityTestForm.php +%%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/EntityTestHelper.php %%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/EntityTestListBuilder.php %%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/EntityTestNoLoadStorage.php %%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/EntityTestPermissions.php +%%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/EntityTestTypesFilter.php %%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/EntityTestViewBuilder.php %%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/EntityTestViewBuilderOverriddenView.php %%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/EntityTestViewsData.php @@ -11950,18 +12379,20 @@ %%WWWDIR%%/core/modules/system/tests/modules/error_test/src/Controller/ErrorTestController.php %%WWWDIR%%/core/modules/system/tests/modules/evil/evil.info.yml %%WWWDIR%%/core/modules/system/tests/modules/experimental_module_dependency_test/experimental_module_dependency_test.info.yml -%%WWWDIR%%/core/modules/system/tests/modules/experimental_module_dependency_test/experimental_module_dependency_test.module %%WWWDIR%%/core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.install %%WWWDIR%%/core/modules/system/tests/modules/experimental_module_requirements_test/src/Hook/ExperimentalModuleRequirementsTestHooks.php %%WWWDIR%%/core/modules/system/tests/modules/experimental_module_test/experimental_module_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/experimental_module_test/src/Hook/ExperimentalModuleTestHooks.php +%%WWWDIR%%/core/modules/system/tests/modules/field_storage_entity_type_dependency_test/field_storage_entity_type_dependency_test.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/field_storage_entity_type_dependency_test/src/Hook/FieldStorageEntityTypeDependencyTestHook.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/config/schema/form_test.schema.yml %%WWWDIR%%/core/modules/system/tests/modules/form_test/form_test.info.yml -%%WWWDIR%%/core/modules/system/tests/modules/form_test/form_test.module +%%WWWDIR%%/core/modules/system/tests/modules/form_test/form_test.libraries.yml %%WWWDIR%%/core/modules/system/tests/modules/form_test/form_test.permissions.yml %%WWWDIR%%/core/modules/system/tests/modules/form_test/form_test.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/form_test/form_test.services.yml +%%WWWDIR%%/core/modules/system/tests/modules/form_test/js/form_test.js %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/AutocompleteController.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Callbacks.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/ConfirmFormArrayPathTestForm.php @@ -12013,6 +12444,7 @@ %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestStatePersistForm.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestStorageForm.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestStoragePageCacheForm.php +%%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestSubmitButtonAttributeForm.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestTableForm.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectColspanForm.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectDisabledRowsForm.php @@ -12021,6 +12453,7 @@ %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectJsSelectForm.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php +%%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestTextareaForm.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestUrlForm.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestValidateForm.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestValidateNoToken.php @@ -12028,6 +12461,7 @@ %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredNoTitleForm.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsForm.php +%%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsWithSummaryForm.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/IncorrectConfigTargetForm.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/JavascriptStatesForm.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/NestedConfigTargetForm.php @@ -12046,9 +12480,9 @@ %%WWWDIR%%/core/modules/system/tests/modules/generic_module2_test/generic_module2_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/hold_test/hold_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/hold_test/hold_test.install -%%WWWDIR%%/core/modules/system/tests/modules/hold_test/hold_test.module %%WWWDIR%%/core/modules/system/tests/modules/hold_test/hold_test.services.yml %%WWWDIR%%/core/modules/system/tests/modules/hold_test/src/EventSubscriber/HoldTestSubscriber.php +%%WWWDIR%%/core/modules/system/tests/modules/hold_test/src/HoldTestHelper.php %%WWWDIR%%/core/modules/system/tests/modules/hook_collector_hook_attribute/hook_collector_hook_attribute.info.yml %%WWWDIR%%/core/modules/system/tests/modules/hook_collector_hook_attribute/src/Hook/HookAttributeInvokeHook.php %%WWWDIR%%/core/modules/system/tests/modules/hook_collector_hook_attribute/src/Hook/HookAttributeNamedArgumentsHook.php @@ -12062,6 +12496,8 @@ %%WWWDIR%%/core/modules/system/tests/modules/hook_collector_skip_procedural/src/Hook/SkipProceduralHooks.php %%WWWDIR%%/core/modules/system/tests/modules/hook_collector_skip_procedural_attribute/hook_collector_skip_procedural_attribute.info.yml %%WWWDIR%%/core/modules/system/tests/modules/hook_collector_skip_procedural_attribute/hook_collector_skip_procedural_attribute.module +%%WWWDIR%%/core/modules/system/tests/modules/hook_test_remove/hook_test_remove.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/hook_test_remove/src/Hook/TestHookRemove.php %%WWWDIR%%/core/modules/system/tests/modules/http_kernel_test/http_kernel_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/http_kernel_test/http_kernel_test.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/http_kernel_test/http_kernel_test.services.yml @@ -12142,10 +12578,6 @@ %%WWWDIR%%/core/modules/system/tests/modules/install_form_test/install_form_test.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/install_form_test/src/Form/ExtendedForm.php %%WWWDIR%%/core/modules/system/tests/modules/invalid_module_name_over_the_maximum_allowed_character_length/invalid_module_name_over_the_maximum_allowed_character_length.info.yml -%%WWWDIR%%/core/modules/system/tests/modules/jquery_keyevent_polyfill_test/jquery_keyevent_polyfill_test.info.yml -%%WWWDIR%%/core/modules/system/tests/modules/jquery_keyevent_polyfill_test/jquery_keyevent_polyfill_test.libraries.yml -%%WWWDIR%%/core/modules/system/tests/modules/jquery_keyevent_polyfill_test/js/jquery.keyevent.polyfill.js -%%WWWDIR%%/core/modules/system/tests/modules/jquery_keyevent_polyfill_test/src/Hook/JqueryKeyeventPolyfillTestHooks.php %%WWWDIR%%/core/modules/system/tests/modules/jqueryui_library_assets_test/jqueryui_library_assets_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/jqueryui_library_assets_test/jqueryui_library_assets_test.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/jqueryui_library_assets_test/src/Controller/JqueryUiTestAssetsController.php @@ -12263,13 +12695,13 @@ %%WWWDIR%%/core/modules/system/tests/modules/menu_test/menu_test.links.contextual.yml %%WWWDIR%%/core/modules/system/tests/modules/menu_test/menu_test.links.menu.yml %%WWWDIR%%/core/modules/system/tests/modules/menu_test/menu_test.links.task.yml -%%WWWDIR%%/core/modules/system/tests/modules/menu_test/menu_test.module %%WWWDIR%%/core/modules/system/tests/modules/menu_test/menu_test.permissions.yml %%WWWDIR%%/core/modules/system/tests/modules/menu_test/menu_test.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/menu_test/menu_test.services.yml %%WWWDIR%%/core/modules/system/tests/modules/menu_test/src/Access/AccessCheck.php %%WWWDIR%%/core/modules/system/tests/modules/menu_test/src/Controller/MenuTestController.php %%WWWDIR%%/core/modules/system/tests/modules/menu_test/src/Hook/MenuTestHooks.php +%%WWWDIR%%/core/modules/system/tests/modules/menu_test/src/MenuTestHelper.php %%WWWDIR%%/core/modules/system/tests/modules/menu_test/src/MenuTestServiceProvider.php %%WWWDIR%%/core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalActionTest.php %%WWWDIR%%/core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalTaskTest.php @@ -12287,6 +12719,7 @@ %%WWWDIR%%/core/modules/system/tests/modules/menu_test/src/Theme/TestThemeNegotiator.php %%WWWDIR%%/core/modules/system/tests/modules/module_autoload_test/module_autoload_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/module_autoload_test/module_autoload_test.module +%%WWWDIR%%/core/modules/system/tests/modules/module_autoload_test/module_autoload_test.services.yml %%WWWDIR%%/core/modules/system/tests/modules/module_autoload_test/src/SomeClass.php %%WWWDIR%%/core/modules/system/tests/modules/module_cache_bin/module_cache_bin.info.yml %%WWWDIR%%/core/modules/system/tests/modules/module_cache_bin/module_cache_bin.services.yml @@ -12294,6 +12727,9 @@ %%WWWDIR%%/core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple.install %%WWWDIR%%/core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple_child/module_handler_test_multiple_child.info.yml %%WWWDIR%%/core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple_child/module_handler_test_multiple_child.install +%%WWWDIR%%/core/modules/system/tests/modules/module_implements_alter_test/module_implements_alter_test.implementations.inc +%%WWWDIR%%/core/modules/system/tests/modules/module_implements_alter_test/module_implements_alter_test.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/module_implements_alter_test/module_implements_alter_test.module %%WWWDIR%%/core/modules/system/tests/modules/module_info_type_comment/module_info_type_comment.info.yml %%WWWDIR%%/core/modules/system/tests/modules/module_install_class_loader_test1/module_install_class_loader_test1.info.yml %%WWWDIR%%/core/modules/system/tests/modules/module_install_class_loader_test1/module_install_class_loader_test1.services.yml @@ -12301,15 +12737,25 @@ %%WWWDIR%%/core/modules/system/tests/modules/module_install_class_loader_test2/module_install_class_loader_test2.info.yml %%WWWDIR%%/core/modules/system/tests/modules/module_install_class_loader_test2/module_install_class_loader_test2.services.yml %%WWWDIR%%/core/modules/system/tests/modules/module_install_class_loader_test2/src/EventSubscriber.php +%%WWWDIR%%/core/modules/system/tests/modules/module_install_requirements/module_install_requirements.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/module_install_requirements/src/Install/Requirements/ModuleInstallRequirements.php +%%WWWDIR%%/core/modules/system/tests/modules/module_install_unmet_requirements/module_install_unmet_requirements.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/module_install_unmet_requirements/src/Install/Requirements/ModuleInstallUnmetRequirementsRequirements.php +%%WWWDIR%%/core/modules/system/tests/modules/module_installer_config_subscriber/config/install/module_installer_config_subscriber.settings.yml +%%WWWDIR%%/core/modules/system/tests/modules/module_installer_config_subscriber/config/schema/module_installer_config_subscriber.schema.yml +%%WWWDIR%%/core/modules/system/tests/modules/module_installer_config_subscriber/module_installer_config_subscriber.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/module_installer_config_subscriber/module_installer_config_subscriber.services.yml +%%WWWDIR%%/core/modules/system/tests/modules/module_installer_config_subscriber/src/EventSubscriber/ModuleInstallConfigTestSubscriber.php %%WWWDIR%%/core/modules/system/tests/modules/module_installer_config_test/config/install/module_installer_config_test.type.missing_id.yml %%WWWDIR%%/core/modules/system/tests/modules/module_installer_config_test/config/schema/module_installer_config_test.schema.yml %%WWWDIR%%/core/modules/system/tests/modules/module_installer_config_test/module_installer_config_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/module_installer_config_test/src/Entity/TestConfigType.php %%WWWDIR%%/core/modules/system/tests/modules/module_required_test/module_required_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/module_required_test/src/Hook/ModuleRequiredTestHooks.php +%%WWWDIR%%/core/modules/system/tests/modules/module_runtime_requirements/module_runtime_requirements.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/module_runtime_requirements/src/Hook/ModuleRuntimeRequirementsHooks.php %%WWWDIR%%/core/modules/system/tests/modules/module_test/config/schema/module_test.schema.yml %%WWWDIR%%/core/modules/system/tests/modules/module_test/module_test.file.inc -%%WWWDIR%%/core/modules/system/tests/modules/module_test/module_test.implementations.inc %%WWWDIR%%/core/modules/system/tests/modules/module_test/module_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/module_test/module_test.install %%WWWDIR%%/core/modules/system/tests/modules/module_test/module_test.module @@ -12318,7 +12764,15 @@ %%WWWDIR%%/core/modules/system/tests/modules/module_test/module_test.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/module_test/module_test.services.yml %%WWWDIR%%/core/modules/system/tests/modules/module_test/src/Controller/ModuleTestController.php +%%WWWDIR%%/core/modules/system/tests/modules/module_test/src/ModuleTestCompilerPass.php +%%WWWDIR%%/core/modules/system/tests/modules/module_test/src/ModuleTestServiceProvider.php %%WWWDIR%%/core/modules/system/tests/modules/module_test/src/PluginManagerCacheClearer.php +%%WWWDIR%%/core/modules/system/tests/modules/module_test_oop_preprocess/module_test_oop_preprocess.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/module_test_oop_preprocess/src/Hook/ModuleTestOopPreprocessThemeHooks.php +%%WWWDIR%%/core/modules/system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.module +%%WWWDIR%%/core/modules/system/tests/modules/module_update_requirements/module_update_requirements.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/module_update_requirements/src/Hook/ModuleUpdateRequirementsHooks.php %%WWWDIR%%/core/modules/system/tests/modules/name_collision_test/name_collision_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/new_dependency_test/new_dependency_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/new_dependency_test/new_dependency_test.install @@ -12406,6 +12860,7 @@ %%WWWDIR%%/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/Example3.php %%WWWDIR%%/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/Example4.php %%WWWDIR%%/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/Example5.php +%%WWWDIR%%/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/ExampleWithAttributeAndAnnotation.php %%WWWDIR%%/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/ExtendingNonInstalledClass.php %%WWWDIR%%/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/UsingNonInstalledTraitClass.php %%WWWDIR%%/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Apple.php @@ -12486,6 +12941,8 @@ %%WWWDIR%%/core/modules/system/tests/modules/sdc_test/components/my-button/my-button.css %%WWWDIR%%/core/modules/system/tests/modules/sdc_test/components/my-button/my-button.js %%WWWDIR%%/core/modules/system/tests/modules/sdc_test/components/my-button/my-button.twig +%%WWWDIR%%/core/modules/system/tests/modules/sdc_test/components/my-cta-with-variant-prop/my-cta-with-variant-prop.component.yml +%%WWWDIR%%/core/modules/system/tests/modules/sdc_test/components/my-cta-with-variant-prop/my-cta-with-variant-prop.twig %%WWWDIR%%/core/modules/system/tests/modules/sdc_test/components/my-cta/my-cta.component.yml %%WWWDIR%%/core/modules/system/tests/modules/sdc_test/components/my-cta/my-cta.css %%WWWDIR%%/core/modules/system/tests/modules/sdc_test/components/my-cta/my-cta.js @@ -12524,6 +12981,7 @@ %%WWWDIR%%/core/modules/system/tests/modules/session_test/session_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/session_test/session_test.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/session_test/session_test.services.yml +%%WWWDIR%%/core/modules/system/tests/modules/session_test/src/Controller/LegacySessionTestController.php %%WWWDIR%%/core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php %%WWWDIR%%/core/modules/system/tests/modules/session_test/src/EventSubscriber/SessionTestSubscriber.php %%WWWDIR%%/core/modules/system/tests/modules/session_test/src/Form/SessionTestForm.php @@ -12565,6 +13023,13 @@ %%WWWDIR%%/core/modules/system/tests/modules/tabledrag_test/tabledrag_test.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/test_batch_test/test_batch_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/test_batch_test/test_batch_test.install +%%WWWDIR%%/core/modules/system/tests/modules/test_htmx/css/style.css +%%WWWDIR%%/core/modules/system/tests/modules/test_htmx/js/behavior.js +%%WWWDIR%%/core/modules/system/tests/modules/test_htmx/src/Controller/HtmxTestAttachmentsController.php +%%WWWDIR%%/core/modules/system/tests/modules/test_htmx/src/Form/HtmxTestAjaxForm.php +%%WWWDIR%%/core/modules/system/tests/modules/test_htmx/test_htmx.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/test_htmx/test_htmx.libraries.yml +%%WWWDIR%%/core/modules/system/tests/modules/test_htmx/test_htmx.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/test_page_test/src/Controller/Test.php %%WWWDIR%%/core/modules/system/tests/modules/test_page_test/src/Controller/TestPageTestController.php %%WWWDIR%%/core/modules/system/tests/modules/test_page_test/src/Form/TestForm.php @@ -12585,6 +13050,7 @@ %%WWWDIR%%/core/modules/system/tests/modules/theme_suggestions_test/theme_suggestions_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php %%WWWDIR%%/core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestHooks.php +%%WWWDIR%%/core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestThemeHooks.php %%WWWDIR%%/core/modules/system/tests/modules/theme_test/src/Theme/CustomThemeNegotiator.php %%WWWDIR%%/core/modules/system/tests/modules/theme_test/src/Theme/HighPriorityThemeNegotiator.php %%WWWDIR%%/core/modules/system/tests/modules/theme_test/src/ThemeTestController.php @@ -12658,12 +13124,13 @@ %%WWWDIR%%/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/unique_field_constraint_test/src/Hook/UniqueFieldConstraintTestHooks.php %%WWWDIR%%/core/modules/system/tests/modules/unique_field_constraint_test/unique_field_constraint_test.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/unversioned_assets_test/src/Hook/UnversionedAssetsTestHooks.php %%WWWDIR%%/core/modules/system/tests/modules/unversioned_assets_test/unversioned_assets_test.info.yml -%%WWWDIR%%/core/modules/system/tests/modules/unversioned_assets_test/unversioned_assets_test.module %%WWWDIR%%/core/modules/system/tests/modules/update_script_test/config/install/update_script_test.settings.yml %%WWWDIR%%/core/modules/system/tests/modules/update_script_test/config/schema/update_script_test.schema.yml %%WWWDIR%%/core/modules/system/tests/modules/update_script_test/src/Controller/UpdateScriptTestController.php %%WWWDIR%%/core/modules/system/tests/modules/update_script_test/src/Hook/UpdateScriptTestHooks.php +%%WWWDIR%%/core/modules/system/tests/modules/update_script_test/src/Hook/UpdateScriptTestRequirements.php %%WWWDIR%%/core/modules/system/tests/modules/update_script_test/src/PathProcessor/BrokenInboundPathProcessor.php %%WWWDIR%%/core/modules/system/tests/modules/update_script_test/update_script_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/update_script_test/update_script_test.install @@ -12693,6 +13160,7 @@ %%WWWDIR%%/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.info.yml %%WWWDIR%%/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.install %%WWWDIR%%/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php +%%WWWDIR%%/core/modules/system/tests/modules/update_test_schema/src/Hook/UpdateTestSchemaRequirements.php %%WWWDIR%%/core/modules/system/tests/modules/update_test_schema/update_test_schema.info.yml %%WWWDIR%%/core/modules/system/tests/modules/update_test_schema/update_test_schema.install %%WWWDIR%%/core/modules/system/tests/modules/update_test_semver_update_n/update_test_semver_update_n.info.yml @@ -12707,6 +13175,7 @@ %%WWWDIR%%/core/modules/system/tests/src/Functional/Batch/BatchNotFoundTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Batch/PageTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Batch/ProcessingTest.php +%%WWWDIR%%/core/modules/system/tests/src/Functional/Block/ClearCacheBlockTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Cache/AssertPageCacheContextsAndTagsTrait.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Cache/CacheTestBase.php @@ -12774,6 +13243,7 @@ %%WWWDIR%%/core/modules/system/tests/src/Functional/Form/StorageTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Form/StubForm.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Form/SystemConfigFormTest.php +%%WWWDIR%%/core/modules/system/tests/src/Functional/Form/TextareaTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Form/UrlTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Form/ValidationTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/GenericTest.php @@ -12832,6 +13302,7 @@ %%WWWDIR%%/core/modules/system/tests/src/Functional/Routing/RouterTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/ServiceProvider/ServiceProviderWebTest.php +%%WWWDIR%%/core/modules/system/tests/src/Functional/Session/LegacySessionTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Session/SessionAuthenticationTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Session/SessionTest.php @@ -12857,6 +13328,7 @@ %%WWWDIR%%/core/modules/system/tests/src/Functional/System/ShutdownFunctionsTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php +%%WWWDIR%%/core/modules/system/tests/src/Functional/System/StatusProfileWithoutVersionTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/System/StatusTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/System/SystemAuthorizeTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/System/ThemeTest.php @@ -12885,8 +13357,11 @@ %%WWWDIR%%/core/modules/system/tests/src/Functional/Theme/TwigRegistryLoaderTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Theme/TwigTransTest.php +%%WWWDIR%%/core/modules/system/tests/src/Functional/Update/EntityFormModeUpdatePathTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Update/MenuTreeStorageSchemaUpdateTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Update/README.txt +%%WWWDIR%%/core/modules/system/tests/src/Functional/Update/RemovePathKeyTest.php +%%WWWDIR%%/core/modules/system/tests/src/Functional/Update/RouteAliasUpdateTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/UpdateSystem/BrokenCacheUpdateTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/UpdateSystem/DependencyHookInvocationTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/UpdateSystem/DependencyMissingTest.php @@ -12917,6 +13392,7 @@ %%WWWDIR%%/core/modules/system/tests/src/FunctionalJavascript/Form/ConfigTargetTest.php %%WWWDIR%%/core/modules/system/tests/src/FunctionalJavascript/Form/DevelopmentSettingsFormTest.php %%WWWDIR%%/core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php +%%WWWDIR%%/core/modules/system/tests/src/FunctionalJavascript/Form/ElementsVerticalTabsWithSummaryTest.php %%WWWDIR%%/core/modules/system/tests/src/FunctionalJavascript/Form/RebuildTest.php %%WWWDIR%%/core/modules/system/tests/src/FunctionalJavascript/Form/TriggeringElementTest.php %%WWWDIR%%/core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php @@ -12928,6 +13404,7 @@ %%WWWDIR%%/core/modules/system/tests/src/FunctionalJavascript/System/DateFormatTest.php %%WWWDIR%%/core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Action/ActionTest.php +%%WWWDIR%%/core/modules/system/tests/src/Kernel/Block/StubPathMatcher.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Block/SystemMenuBlockTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Common/AddFeedTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Common/AlterTest.php @@ -12938,6 +13415,7 @@ %%WWWDIR%%/core/modules/system/tests/src/Kernel/DateFormatAccessControlHandlerTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/DecoratedServiceTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/DependencyInjection/CompilerPass/LoggerAwarePassTest.php +%%WWWDIR%%/core/modules/system/tests/src/Kernel/Element/StatusReportPageTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Entity/ActionValidationTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Entity/EntityLabelTest.php @@ -12987,6 +13465,7 @@ %%WWWDIR%%/core/modules/system/tests/src/Kernel/System/CronQueueTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/System/FloodTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/System/InfoAlterTest.php +%%WWWDIR%%/core/modules/system/tests/src/Kernel/System/RunTimeRequirementsTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Theme/ThemeTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Theme/TwigFilterTest.php @@ -12997,6 +13476,7 @@ %%WWWDIR%%/core/modules/system/tests/src/Kernel/TimezoneResolverTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTestBase.php +%%WWWDIR%%/core/modules/system/tests/src/Traits/CacheTestTrait.php %%WWWDIR%%/core/modules/system/tests/src/Traits/OffCanvasTestTrait.php %%WWWDIR%%/core/modules/system/tests/src/Traits/TestTrait.php %%WWWDIR%%/core/modules/system/tests/src/Unit/Batch/BatchControllerTest.php @@ -13020,6 +13500,9 @@ %%WWWDIR%%/core/modules/system/tests/themes/obsolete_theme_test/obsolete_theme_test.info.yml %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/components/bar/bar.component.yml %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/components/bar/bar.twig +%%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/components/css-load-order/css-load-order.component.yml +%%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/components/css-load-order/css-load-order.css +%%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/components/css-load-order/css-load-order.twig %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/components/lib-overrides/another-stylesheet.css %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/components/lib-overrides/lib-overrides.component.yml %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/components/lib-overrides/lib-overrides.css @@ -13030,7 +13513,10 @@ %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/components/my-card/my-card.component.yml %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/components/my-card/my-card.css %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/components/my-card/my-card.twig +%%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/css/css-order-dependent.css +%%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/css/reset.css %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/sdc_theme_test.info.yml +%%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/sdc_theme_test.libraries.yml %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test_base/components/my-card-no-schema/my-card-no-schema.component.yml %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test_base/components/my-card-no-schema/my-card-no-schema.twig %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test_base/sdc_theme_test_base.info.yml @@ -13328,7 +13814,6 @@ %%WWWDIR%%/core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Functional/VocabularyLanguageTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Functional/VocabularyPermissionsTest.php -%%WWWDIR%%/core/modules/taxonomy/tests/src/Functional/VocabularySerializationTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Functional/VocabularyTranslationTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Functional/VocabularyUiTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/ContextProvider/TermContextTest.php @@ -13340,7 +13825,7 @@ %%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyVocabularyTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyVocabularyTranslationTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermLocalizedTranslationTest.php -%%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeComplete.php +%%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeCompleteTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeRevisionTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeTranslationTest.php @@ -13447,6 +13932,7 @@ %%WWWDIR%%/core/modules/text/text.libraries.yml %%WWWDIR%%/core/modules/text/text.module %%WWWDIR%%/core/modules/text/text.post_update.php +%%WWWDIR%%/core/modules/text/text.services.yml %%WWWDIR%%/core/modules/toolbar/css/toolbar.icons.theme.css %%WWWDIR%%/core/modules/toolbar/css/toolbar.icons.theme.pcss.css %%WWWDIR%%/core/modules/toolbar/css/toolbar.menu.css @@ -13486,6 +13972,7 @@ %%WWWDIR%%/core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarStoredStateTest.php %%WWWDIR%%/core/modules/toolbar/tests/src/Nightwatch/Tests/toolbarApiTest.js %%WWWDIR%%/core/modules/toolbar/tests/src/Nightwatch/Tests/toolbarTest.js +%%WWWDIR%%/core/modules/toolbar/tests/src/Nightwatch/ToolbarTestSetup.php %%WWWDIR%%/core/modules/toolbar/tests/src/Unit/PageCache/AllowToolbarPathTest.php %%WWWDIR%%/core/modules/toolbar/toolbar.api.php %%WWWDIR%%/core/modules/toolbar/toolbar.breakpoints.yml @@ -13503,15 +13990,13 @@ %%WWWDIR%%/core/modules/update/migrations/update_settings.yml %%WWWDIR%%/core/modules/update/src/Access/UpdateManagerAccessCheck.php %%WWWDIR%%/core/modules/update/src/Controller/UpdateController.php -%%WWWDIR%%/core/modules/update/src/Form/UpdateManagerUpdate.php -%%WWWDIR%%/core/modules/update/src/Form/UpdateReady.php %%WWWDIR%%/core/modules/update/src/Hook/UpdateHooks.php +%%WWWDIR%%/core/modules/update/src/Hook/UpdateRequirements.php %%WWWDIR%%/core/modules/update/src/Plugin/migrate/source/UpdateSettings.php %%WWWDIR%%/core/modules/update/src/ProjectCoreCompatibility.php %%WWWDIR%%/core/modules/update/src/ProjectRelease.php %%WWWDIR%%/core/modules/update/src/ProjectSecurityData.php %%WWWDIR%%/core/modules/update/src/ProjectSecurityRequirement.php -%%WWWDIR%%/core/modules/update/src/Routing/UpdateRouteSubscriber.php %%WWWDIR%%/core/modules/update/src/UpdateFetcher.php %%WWWDIR%%/core/modules/update/src/UpdateFetcherInterface.php %%WWWDIR%%/core/modules/update/src/UpdateManager.php @@ -13546,8 +14031,6 @@ %%WWWDIR%%/core/modules/update/tests/fixtures/release-history/aaa_update_test.sec.8.x-1.2_8.x-2.2.xml %%WWWDIR%%/core/modules/update/tests/fixtures/release-history/aaa_update_test.sec.8.x-2.2_1.x_secure.xml %%WWWDIR%%/core/modules/update/tests/fixtures/release-history/bbb_update_test.1_0.xml -%%WWWDIR%%/core/modules/update/tests/fixtures/release-history/bbb_update_test.1_1.xml -%%WWWDIR%%/core/modules/update/tests/fixtures/release-history/bbb_update_test.1_2.xml %%WWWDIR%%/core/modules/update/tests/fixtures/release-history/ccc_update_test.1_0.xml %%WWWDIR%%/core/modules/update/tests/fixtures/release-history/ccc_update_test.1_1.xml %%WWWDIR%%/core/modules/update/tests/fixtures/release-history/drupal.1.0-supported.xml @@ -13636,7 +14119,7 @@ %%WWWDIR%%/core/modules/update/tests/modules/update_test/update_test.services.yml %%WWWDIR%%/core/modules/update/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/update/tests/src/Functional/UpdateContribTest.php -%%WWWDIR%%/core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php +%%WWWDIR%%/core/modules/update/tests/src/Functional/UpdateManagerTest.php %%WWWDIR%%/core/modules/update/tests/src/Functional/UpdateMiscTest.php %%WWWDIR%%/core/modules/update/tests/src/Functional/UpdateSemverContribBaselineTest.php %%WWWDIR%%/core/modules/update/tests/src/Functional/UpdateSemverContribSecurityAvailabilityTest.php @@ -13767,6 +14250,7 @@ %%WWWDIR%%/core/modules/user/src/Form/UserPermissionsModuleSpecificForm.php %%WWWDIR%%/core/modules/user/src/Form/UserPermissionsRoleSpecificForm.php %%WWWDIR%%/core/modules/user/src/Hook/UserHooks.php +%%WWWDIR%%/core/modules/user/src/Hook/UserRequirements.php %%WWWDIR%%/core/modules/user/src/Hook/UserTokensHooks.php %%WWWDIR%%/core/modules/user/src/Hook/UserViewsExecutionHooks.php %%WWWDIR%%/core/modules/user/src/Hook/UserViewsHooks.php @@ -13791,6 +14275,8 @@ %%WWWDIR%%/core/modules/user/src/Plugin/Search/UserSearch.php %%WWWDIR%%/core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraint.php %%WWWDIR%%/core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidator.php +%%WWWDIR%%/core/modules/user/src/Plugin/Validation/Constraint/RoleExistsConstraint.php +%%WWWDIR%%/core/modules/user/src/Plugin/Validation/Constraint/RoleExistsConstraintValidator.php %%WWWDIR%%/core/modules/user/src/Plugin/Validation/Constraint/UserCancelMethodsConstraint.php %%WWWDIR%%/core/modules/user/src/Plugin/Validation/Constraint/UserMailRequired.php %%WWWDIR%%/core/modules/user/src/Plugin/Validation/Constraint/UserMailRequiredValidator.php @@ -13981,6 +14467,7 @@ %%WWWDIR%%/core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php %%WWWDIR%%/core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php %%WWWDIR%%/core/modules/user/tests/src/FunctionalJavascript/UserPermissionsTest.php +%%WWWDIR%%/core/modules/user/tests/src/FunctionalJavascript/UserRegisterFormTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/Condition/UserRoleConditionTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/ContextProvider/CurrentUserContextTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/Controller/UserControllerTest.php @@ -14011,6 +14498,7 @@ %%WWWDIR%%/core/modules/user/tests/src/Kernel/Migrate/d7/ProfileFieldCheckRequirementsTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/Migrate/d7/UserMigrationClassTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/ModulePermissionsLinkHelperTest.php +%%WWWDIR%%/core/modules/user/tests/src/Kernel/Plugin/Validation/Constraint/RoleExistsConstraintValidatorTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/Plugin/migrate/source/ProfileFieldTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/Plugin/migrate/source/UserPictureInstanceTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldOptionTranslationTest.php @@ -14189,6 +14677,7 @@ %%WWWDIR%%/core/modules/views/src/Exception/ViewRenderElementException.php %%WWWDIR%%/core/modules/views/src/ExposedFormCache.php %%WWWDIR%%/core/modules/views/src/FieldAPIHandlerTrait.php +%%WWWDIR%%/core/modules/views/src/FieldViewsDataProvider.php %%WWWDIR%%/core/modules/views/src/Form/ViewsExposedForm.php %%WWWDIR%%/core/modules/views/src/Form/ViewsForm.php %%WWWDIR%%/core/modules/views/src/Form/ViewsFormMainForm.php @@ -14419,7 +14908,10 @@ %%WWWDIR%%/core/modules/views/templates/views-view-unformatted.html.twig %%WWWDIR%%/core/modules/views/templates/views-view.html.twig %%WWWDIR%%/core/modules/views/tests/fixtures/update/entity-id-argument.php +%%WWWDIR%%/core/modules/views/tests/fixtures/update/test_table_css_class.php +%%WWWDIR%%/core/modules/views/tests/fixtures/update/views-block-items-per-page.php %%WWWDIR%%/core/modules/views/tests/fixtures/update/views.view.test_entity_id_argument_update.yml +%%WWWDIR%%/core/modules/views/tests/fixtures/update/views.view.test_table_css_class.yml %%WWWDIR%%/core/modules/views/tests/modules/action_bulk_test/action_bulk_test.info.yml %%WWWDIR%%/core/modules/views/tests/modules/action_bulk_test/action_bulk_test.routing.yml %%WWWDIR%%/core/modules/views/tests/modules/action_bulk_test/config/install/system.action.test_action.yml @@ -14588,11 +15080,13 @@ %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_simple_argument.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_store_pager_settings.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_style_html_list.yml +%%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_style_html_list_ordered.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_style_mapping.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_summary.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_table.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_tag_cache.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_taxonomy_glossary.yml +%%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_third_party_uninstall.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_token_view.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_tokens.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_ungroup_rows.yml @@ -14615,9 +15109,8 @@ %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_sort_translation.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_status.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_storage.yml -%%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_views_groupby_save.yml +%%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_views_group_by_save.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/views_test_config.info.yml -%%WWWDIR%%/core/modules/views/tests/modules/views_test_config/views_test_config.module %%WWWDIR%%/core/modules/views/tests/modules/views_test_data/config/schema/views_test_data.views.schema.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_data/js/views_cache.test.js %%WWWDIR%%/core/modules/views/tests/modules/views_test_data/src/Cache/ViewsTestCacheContext.php @@ -14654,6 +15147,7 @@ %%WWWDIR%%/core/modules/views/tests/modules/views_test_data/templates/views-view-mapping-test.html.twig %%WWWDIR%%/core/modules/views/tests/modules/views_test_data/templates/views-view-style-template-test.html.twig %%WWWDIR%%/core/modules/views/tests/modules/views_test_data/test_views/views.view.test_access_static.yml +%%WWWDIR%%/core/modules/views/tests/modules/views_test_data/test_views/views.view.test_content_access_filter.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_data/views_cache.test.css %%WWWDIR%%/core/modules/views/tests/modules/views_test_data/views_test_data.info.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_data/views_test_data.install @@ -14674,12 +15168,13 @@ %%WWWDIR%%/core/modules/views/tests/modules/views_test_modal/views_test_modal.routing.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_query_access/src/Hook/ViewsTestQueryAccessHooks.php %%WWWDIR%%/core/modules/views/tests/modules/views_test_query_access/views_test_query_access.info.yml -%%WWWDIR%%/core/modules/views/tests/modules/views_test_query_access/views_test_query_access.module %%WWWDIR%%/core/modules/views/tests/modules/views_test_render_cache/src/Controller/ViewsTestRenderCacheController.php %%WWWDIR%%/core/modules/views/tests/modules/views_test_render_cache/views_test_render_cache.info.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_render_cache/views_test_render_cache.routing.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_rss/views_test_rss.info.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_rss/views_test_rss.module +%%WWWDIR%%/core/modules/views/tests/modules/views_third_party_settings_test/config/schema/views_third_party_settings_test.schema.yml +%%WWWDIR%%/core/modules/views/tests/modules/views_third_party_settings_test/views_third_party_settings_test.info.yml %%WWWDIR%%/core/modules/views/tests/src/Functional/BulkFormTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/DefaultViewsTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/Entity/BaseFieldAccessTest.php @@ -14738,11 +15233,15 @@ %%WWWDIR%%/core/modules/views/tests/src/Functional/SearchIntegrationTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/SearchMultilingualTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/TaxonomyGlossaryTest.php +%%WWWDIR%%/core/modules/views/tests/src/Functional/Update/BlockItemsPerPageUpdateTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php +%%WWWDIR%%/core/modules/views/tests/src/Functional/Update/UserRememberRolesFilterSettingTest.php +%%WWWDIR%%/core/modules/views/tests/src/Functional/Update/ViewsAddDefaultTableCssClassUpdateTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/UserBatchActionTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/UserPathTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/ViewAjaxTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/ViewElementTest.php +%%WWWDIR%%/core/modules/views/tests/src/Functional/ViewStyleHtmlListTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/ViewTestBase.php %%WWWDIR%%/core/modules/views/tests/src/Functional/ViewTranslationTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/ViewsEscapingTest.php @@ -14843,6 +15342,7 @@ %%WWWDIR%%/core/modules/views/tests/src/Kernel/Plugin/DisplayExtenderTest.php %%WWWDIR%%/core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php %%WWWDIR%%/core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php +%%WWWDIR%%/core/modules/views/tests/src/Kernel/Plugin/EntityReverseJoinTest.php %%WWWDIR%%/core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php %%WWWDIR%%/core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php %%WWWDIR%%/core/modules/views/tests/src/Kernel/Plugin/JoinTest.php @@ -14873,6 +15373,7 @@ %%WWWDIR%%/core/modules/views/tests/src/Kernel/QueryGroupByTest.php %%WWWDIR%%/core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php %%WWWDIR%%/core/modules/views/tests/src/Kernel/TestViewsTest.php +%%WWWDIR%%/core/modules/views/tests/src/Kernel/ThirdPartyUninstallTest.php %%WWWDIR%%/core/modules/views/tests/src/Kernel/TokenReplaceTest.php %%WWWDIR%%/core/modules/views/tests/src/Kernel/ViewElementTest.php %%WWWDIR%%/core/modules/views/tests/src/Kernel/ViewExecutableTest.php @@ -14948,7 +15449,6 @@ %%WWWDIR%%/core/modules/views/views.routing.yml %%WWWDIR%%/core/modules/views/views.services.yml %%WWWDIR%%/core/modules/views/views.theme.inc -%%WWWDIR%%/core/modules/views/views.views.inc %%WWWDIR%%/core/modules/views_ui/admin.inc %%WWWDIR%%/core/modules/views_ui/css/views_ui.admin.css %%WWWDIR%%/core/modules/views_ui/css/views_ui.admin.theme.css @@ -15124,7 +15624,6 @@ %%WWWDIR%%/core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/TestType.php %%WWWDIR%%/core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/WorkflowCustomAccessType.php %%WWWDIR%%/core/modules/workflows/tests/modules/workflow_type_test/workflow_type_test.info.yml -%%WWWDIR%%/core/modules/workflows/tests/modules/workflow_type_test/workflow_type_test.module %%WWWDIR%%/core/modules/workflows/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonAnonTest.php %%WWWDIR%%/core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonBasicAuthTest.php @@ -15170,15 +15669,12 @@ %%WWWDIR%%/core/modules/workspaces/src/Entity/Handler/IgnoredWorkspaceHandler.php %%WWWDIR%%/core/modules/workspaces/src/Entity/Handler/WorkspaceHandlerInterface.php %%WWWDIR%%/core/modules/workspaces/src/Entity/Workspace.php -%%WWWDIR%%/core/modules/workspaces/src/EntityAccess.php -%%WWWDIR%%/core/modules/workspaces/src/EntityOperations.php %%WWWDIR%%/core/modules/workspaces/src/EntityQuery/PgsqlQueryFactory.php %%WWWDIR%%/core/modules/workspaces/src/EntityQuery/Query.php %%WWWDIR%%/core/modules/workspaces/src/EntityQuery/QueryAggregate.php %%WWWDIR%%/core/modules/workspaces/src/EntityQuery/QueryFactory.php %%WWWDIR%%/core/modules/workspaces/src/EntityQuery/QueryTrait.php %%WWWDIR%%/core/modules/workspaces/src/EntityQuery/Tables.php -%%WWWDIR%%/core/modules/workspaces/src/EntityTypeInfo.php %%WWWDIR%%/core/modules/workspaces/src/Event/WorkspacePostPublishEvent.php %%WWWDIR%%/core/modules/workspaces/src/Event/WorkspacePrePublishEvent.php %%WWWDIR%%/core/modules/workspaces/src/Event/WorkspacePublishEvent.php @@ -15191,8 +15687,13 @@ %%WWWDIR%%/core/modules/workspaces/src/Form/WorkspaceMergeForm.php %%WWWDIR%%/core/modules/workspaces/src/Form/WorkspacePublishForm.php %%WWWDIR%%/core/modules/workspaces/src/Form/WorkspaceSwitcherForm.php -%%WWWDIR%%/core/modules/workspaces/src/FormOperations.php +%%WWWDIR%%/core/modules/workspaces/src/Hook/EntityAccess.php +%%WWWDIR%%/core/modules/workspaces/src/Hook/EntityOperations.php +%%WWWDIR%%/core/modules/workspaces/src/Hook/EntityTypeInfo.php +%%WWWDIR%%/core/modules/workspaces/src/Hook/FormOperations.php +%%WWWDIR%%/core/modules/workspaces/src/Hook/ViewsOperations.php %%WWWDIR%%/core/modules/workspaces/src/Hook/WorkspacesHooks.php +%%WWWDIR%%/core/modules/workspaces/src/Install/Requirements/WorkspacesRequirements.php %%WWWDIR%%/core/modules/workspaces/src/Negotiator/QueryParameterWorkspaceNegotiator.php %%WWWDIR%%/core/modules/workspaces/src/Negotiator/SessionWorkspaceNegotiator.php %%WWWDIR%%/core/modules/workspaces/src/Negotiator/WorkspaceIdNegotiatorInterface.php @@ -15205,7 +15706,6 @@ %%WWWDIR%%/core/modules/workspaces/src/Plugin/Validation/Constraint/EntityReferenceSupportedNewEntitiesConstraintValidator.php %%WWWDIR%%/core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraint.php %%WWWDIR%%/core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.php -%%WWWDIR%%/core/modules/workspaces/src/ViewsQueryAlter.php %%WWWDIR%%/core/modules/workspaces/src/WorkspaceAccessControlHandler.php %%WWWDIR%%/core/modules/workspaces/src/WorkspaceAccessException.php %%WWWDIR%%/core/modules/workspaces/src/WorkspaceAssociation.php @@ -15230,6 +15730,8 @@ %%WWWDIR%%/core/modules/workspaces/src/WorkspaceViewBuilder.php %%WWWDIR%%/core/modules/workspaces/src/WorkspacesAliasManager.php %%WWWDIR%%/core/modules/workspaces/src/WorkspacesAliasRepository.php +%%WWWDIR%%/core/modules/workspaces/src/WorkspacesEntityRepository.php +%%WWWDIR%%/core/modules/workspaces/src/WorkspacesLayoutTempstoreRepository.php %%WWWDIR%%/core/modules/workspaces/src/WorkspacesLazyBuilders.php %%WWWDIR%%/core/modules/workspaces/src/WorkspacesMenuTreeStorage.php %%WWWDIR%%/core/modules/workspaces/src/WorkspacesServiceProvider.php @@ -15259,6 +15761,7 @@ %%WWWDIR%%/core/modules/workspaces/tests/src/Functional/WorkspaceCacheContextTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Functional/WorkspaceConcurrentEditingTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Functional/WorkspaceEntityDeleteTest.php +%%WWWDIR%%/core/modules/workspaces/tests/src/Functional/WorkspaceFormValidationTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Functional/WorkspaceMenuLinkContentIntegrationTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Functional/WorkspacePermissionsTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Functional/WorkspaceSwitcherTest.php @@ -15276,6 +15779,7 @@ %%WWWDIR%%/core/modules/workspaces/tests/src/Kernel/WorkspaceCRUDTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Kernel/WorkspaceContentTranslationTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Kernel/WorkspaceEntityDeleteTest.php +%%WWWDIR%%/core/modules/workspaces/tests/src/Kernel/WorkspaceEntityRepositoryTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Kernel/WorkspaceInformationTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Kernel/WorkspaceMergerTest.php @@ -15293,7 +15797,6 @@ %%WWWDIR%%/core/modules/workspaces/workspaces.links.action.yml %%WWWDIR%%/core/modules/workspaces/workspaces.links.menu.yml %%WWWDIR%%/core/modules/workspaces/workspaces.links.task.yml -%%WWWDIR%%/core/modules/workspaces/workspaces.module %%WWWDIR%%/core/modules/workspaces/workspaces.permissions.yml %%WWWDIR%%/core/modules/workspaces/workspaces.post_update.php %%WWWDIR%%/core/modules/workspaces/workspaces.routing.yml @@ -15539,7 +16042,6 @@ %%WWWDIR%%/core/profiles/demo_umami/demo_umami.install %%WWWDIR%%/core/profiles/demo_umami/demo_umami.libraries.yml %%WWWDIR%%/core/profiles/demo_umami/demo_umami.links.menu.yml -%%WWWDIR%%/core/profiles/demo_umami/demo_umami.profile %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/.htaccess %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/LICENCE.txt %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/borscht-with-pork-ribs-umami.jpg @@ -15570,7 +16072,7 @@ %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/article_body/lets-hear-it-for-carrots.html %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/article_body/skip-the-spirits-with-delicious-mocktails.html %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/article_body/the-real-deal-for-supermarket-savvy-shopping.html -%%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/article_body/the-umami-guide-to-our-favourite-mushrooms.html +%%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/article_body/the-umami-guide-to-our-favorite-mushrooms.html %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/block_content/banner_block.csv %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/block_content/disclaimer_block.csv %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/block_content/footer_promo_block.csv @@ -15597,7 +16099,7 @@ %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/article_body/lets-hear-it-for-carrots.html %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/article_body/skip-the-spirits-with-delicious-mocktails.html %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/article_body/the-real-deal-for-supermarket-savvy-shopping.html -%%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/article_body/the-umami-guide-to-our-favourite-mushrooms.html +%%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/article_body/the-umami-guide-to-our-favorite-mushrooms.html %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/block_content/banner_block.csv %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/block_content/disclaimer_block.csv %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/block_content/footer_promo_block.csv @@ -15623,6 +16125,8 @@ %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/DefaultContentFilesAccessTest.php %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php +%%WWWDIR%%/core/profiles/demo_umami/src/Hook/DemoUmamiHooks.php +%%WWWDIR%%/core/profiles/demo_umami/src/Hook/DemoUmamiRequirements.php %%WWWDIR%%/core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php %%WWWDIR%%/core/profiles/demo_umami/tests/src/Functional/UmamiMultilingualInstallTest.php %%WWWDIR%%/core/profiles/demo_umami/tests/src/FunctionalJavascript/AssetAggregationAcrossPagesTest.php @@ -15782,6 +16286,7 @@ %%WWWDIR%%/core/profiles/demo_umami/themes/umami/templates/classy/block/block--local-actions-block.html.twig %%WWWDIR%%/core/profiles/demo_umami/themes/umami/templates/classy/block/block--local-tasks-block.html.twig %%WWWDIR%%/core/profiles/demo_umami/themes/umami/templates/classy/block/block--system-menu-block.html.twig +%%WWWDIR%%/core/profiles/demo_umami/themes/umami/templates/classy/block/block--system-messages-block.html.twig %%WWWDIR%%/core/profiles/demo_umami/themes/umami/templates/classy/block/block.html.twig %%WWWDIR%%/core/profiles/demo_umami/themes/umami/templates/classy/content-edit/file-managed-file.html.twig %%WWWDIR%%/core/profiles/demo_umami/themes/umami/templates/classy/content-edit/filter-caption.html.twig @@ -15985,10 +16490,10 @@ %%WWWDIR%%/core/profiles/standard/config/optional/responsive_image.styles.narrow.yml %%WWWDIR%%/core/profiles/standard/config/optional/responsive_image.styles.wide.yml %%WWWDIR%%/core/profiles/standard/config/optional/workflows.workflow.editorial.yml +%%WWWDIR%%/core/profiles/standard/src/Hook/StandardHooks.php %%WWWDIR%%/core/profiles/standard/standard.info.yml %%WWWDIR%%/core/profiles/standard/standard.install %%WWWDIR%%/core/profiles/standard/standard.links.menu.yml -%%WWWDIR%%/core/profiles/standard/standard.profile %%WWWDIR%%/core/profiles/standard/tests/src/Functional/StandardTest.php %%WWWDIR%%/core/profiles/standard/tests/src/FunctionalJavascript/StandardJavascriptTest.php %%WWWDIR%%/core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php @@ -16014,6 +16519,8 @@ %%WWWDIR%%/core/profiles/tests/nightwatch_a11y_testing/nightwatch_a11y_testing.info.yml %%WWWDIR%%/core/profiles/tests/nightwatch_testing/config/optional/locale.settings.yml %%WWWDIR%%/core/profiles/tests/nightwatch_testing/nightwatch_testing.info.yml +%%WWWDIR%%/core/profiles/tests/profile_install_requirements/profile_install_requirements.info.yml +%%WWWDIR%%/core/profiles/tests/profile_install_requirements/src/Install/Requirements/ProfileInstallRequirementsRequirements.php %%WWWDIR%%/core/profiles/tests/test_language_negotiation/config/install/language.types.yml %%WWWDIR%%/core/profiles/tests/test_language_negotiation/test_language_negotiation.info.yml %%WWWDIR%%/core/profiles/tests/testing/config/optional/locale.settings.yml @@ -16050,8 +16557,9 @@ %%WWWDIR%%/core/profiles/tests/testing_multilingual_with_english/config/install/language.entity.de.yml %%WWWDIR%%/core/profiles/tests/testing_multilingual_with_english/config/install/language.entity.es.yml %%WWWDIR%%/core/profiles/tests/testing_multilingual_with_english/testing_multilingual_with_english.info.yml +%%WWWDIR%%/core/profiles/tests/testing_no_version/testing_no_version.info.yml +%%WWWDIR%%/core/profiles/tests/testing_requirements/src/Install/Requirements/TestingRequirementsRequirements.php %%WWWDIR%%/core/profiles/tests/testing_requirements/testing_requirements.info.yml -%%WWWDIR%%/core/profiles/tests/testing_requirements/testing_requirements.install %%WWWDIR%%/core/profiles/tests/testing_site_config/testing_site_config.info.yml %%WWWDIR%%/core/profiles/tests/testing_site_config/testing_site_config.install %%WWWDIR%%/core/profiles/tests/testing_themes_blocks/config/install/system.theme.yml @@ -16262,6 +16770,7 @@ %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Core/Session/SessionTest.php +%%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogDeprecationsTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogPositionTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/DrupalSelenium2Driver.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/EntityReference/EntityReferenceAutocompleteWidgetTest.php @@ -16291,7 +16800,7 @@ %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/WebDriverWebAssert.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php -%%WWWDIR%%/core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTestUmami.php +%%WWWDIR%%/core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationUmamiTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Asset/UnversionedAssetTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Bootstrap/ErrorContainer.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Bootstrap/ExceptionContainer.php @@ -16354,9 +16863,9 @@ %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoConfigTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoProfileTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoSystemSiteTest.php -%%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstall.php +%%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstallTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryMultilingualTest.php -%%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstall.php +%%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstallTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTestBase.php @@ -16387,12 +16896,13 @@ %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/MinimalInstallerTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php +%%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/ProfileRequirementsTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/SingleVisibleProfileTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/SiteSettingsFormTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/StandardInstallerTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php -%%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/TestingProfileHooks.php +%%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/TestingProfileHooksTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Libraries/JqueryUiLibraryAssetsTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Libraries/ManyAssetsLoadOrderTest.php @@ -16458,11 +16968,14 @@ %%WWWDIR%%/core/tests/Drupal/FunctionalTests/UserHelpersTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/AssertConfigTrait.php %%WWWDIR%%/core/tests/Drupal/KernelTests/AssertContentTrait.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Component/ComponentRenderTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Component/Render/FormattableMarkupKernelTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Components/ComponentInvalidReplacementTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Components/ComponentKernelTestBase.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Components/ComponentNegotiatorTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Components/ComponentNodeVisitorTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Components/ComponentPluginManagerCachedDiscoveryTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Components/ComponentPluginManagerTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Components/ComponentRenderInvalidTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php @@ -16485,6 +16998,7 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Batch/BatchKernelTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Batch/BatchNegotiatorTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Block/BlockBaseTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Block/MultipleBlockFormTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Bootstrap/ExtensionPathResolverTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Bootstrap/ResettableStaticTest.php @@ -16498,8 +17012,11 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Cache/LruCacheGenericTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Cache/MemoryBackendTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Cache/MemoryCacheGenericTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Cache/PhpBackendTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/ClassLoader/BackwardsCompatibilityClassLoaderTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Common/DrupalFlushAllCachesTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Common/XssUnitTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Condition/ConditionPluginCollectionTest.php @@ -16564,6 +17081,7 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSyntaxTestBase.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Database/FetchTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Database/InsertDefaultsTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Database/InsertLobTest.php @@ -16595,6 +17113,7 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Datetime/DateFormatterTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Datetime/DatelistElementFormTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Datetime/Element/DatetimeFormElementTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Datetime/TimestampSchemaTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/DefaultContent/AdminAccountSwitcherTest.php @@ -16632,6 +17151,7 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityBundleListenerTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateProviderTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityDeriverTest.php @@ -16650,6 +17170,7 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityNonRevisionableTranslatableFieldTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityOriginalDeprecationTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php @@ -16679,10 +17200,13 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/ValidReferenceConstraintValidatorTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Extension/ExtensionExistsConstraintValidatorTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Extension/ExtensionNameConstraintTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Extension/LegacyRequirementSeverityTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Extension/ModuleConfigureRouteTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Extension/ModuleExtensionListTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerDeprecatedHookTest.php @@ -16699,10 +17223,14 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Field/FieldStorageCreateCheckDeprecationTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Field/FieldStorageCreateCheckTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Field/FieldType/PasswordItemTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Field/MapBaseFieldTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/ExtensionMimeTypeGuesserDeprecationTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/FileCopyTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/FileDeleteGadgetChainTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/FileDeleteTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/FileMoveTest.php @@ -16714,7 +17242,9 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/FileUrlGeneratorTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/HtaccessTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/LegacyFileSystemTest.php -%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/MimeTypeTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/MimeType/ExtensionMimeTypeGuesserLegacyTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/MimeType/ExtensionMimeTypeGuesserTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/MimeType/LegacyMimeTypeTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/ReadOnlyStreamWrapperTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteRecursiveTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteTest.php @@ -16732,12 +17262,16 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Hook/HookAlterOrderTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Hook/HookOrderTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Hook/HookOrderTestTrait.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Http/BinaryFileResponseTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Http/LinkRelationsTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Installer/InstallRequirementsTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Installer/InstallerLanguageTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Installer/InstallerRedirectTraitMockableClass.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Installer/InstallerRedirectTraitTest.php @@ -16785,6 +17319,7 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Plugin/InspectionTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Plugin/PluginExistsConstraintValidatorTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/PreWarm/PreWarmerTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Queue/QueueSerializationTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Queue/QueueTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php @@ -16803,9 +17338,11 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Render/Element/ActionsTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Render/Element/DeprecatedElementTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Render/Element/LegacyStatusReportTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Render/Element/PluginAlterTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Render/Element/RenderElementTypesTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Render/Element/StatusReportTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Render/Element/TableSortExtenderTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Render/Element/WeightTest.php @@ -16832,7 +17369,10 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Test/AssertMailTraitTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Test/Comparator/MarkupInterfaceComparatorTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Test/EnvironmentCleanerTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Test/PhpUnitApiFindAllClassFilesTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Test/PhpUnitApiGetTestClassesTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Test/PhpUnitBridgeTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Test/PhpUnitTestDiscoveryTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Test/SimpletestTestRunResultsStorageTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Theme/BaseThemeMissingTest.php @@ -16855,17 +17395,22 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Theme/TwigEnvironmentTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/TypedData/AllowedValuesConstraintValidatorTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/TypedData/ClassResolverConstraintValidatorTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/TypedData/ComplexDataConstraintValidatorTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/TypedData/RecursiveContextualValidatorTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionEntityBundleTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/TypedData/TypedDataTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/TypedData/ValidKeysConstraintValidatorTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Updater/UpdateRequirementsTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Updater/UpdaterTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Url/LinkGenerationTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/User/AccountTakeoverGadgetChainTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Validation/ConstraintFactoryTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Validation/UniqueFieldConstraintTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Validation/UniqueValuesConstraintValidatorTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Validation/UriHostValidatorTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Validation/UuidValidatorTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/FileSystemModuleDiscoveryDataProviderTrait.php %%WWWDIR%%/core/tests/Drupal/KernelTests/KernelTestBase.php @@ -16908,6 +17453,7 @@ %%WWWDIR%%/core/tests/Drupal/Nightwatch/Tests/a11yTestDefault.js %%WWWDIR%%/core/tests/Drupal/Nightwatch/Tests/ajaxExecutionOrderTest.js %%WWWDIR%%/core/tests/Drupal/Nightwatch/Tests/claroAutocompleteTest.js +%%WWWDIR%%/core/tests/Drupal/Nightwatch/Tests/htmx/htmxTest.js %%WWWDIR%%/core/tests/Drupal/Nightwatch/Tests/installProfileTest.js %%WWWDIR%%/core/tests/Drupal/Nightwatch/Tests/jQueryUIPositionShimTest.js %%WWWDIR%%/core/tests/Drupal/Nightwatch/Tests/jsDeprecationTest.js @@ -16924,6 +17470,7 @@ %%WWWDIR%%/core/tests/Drupal/TestSite/Commands/TestSiteReleaseLocksCommand.php %%WWWDIR%%/core/tests/Drupal/TestSite/Commands/TestSiteTearDownCommand.php %%WWWDIR%%/core/tests/Drupal/TestSite/Commands/TestSiteUserLoginCommand.php +%%WWWDIR%%/core/tests/Drupal/TestSite/HtmxAssetLoadTestSetup.php %%WWWDIR%%/core/tests/Drupal/TestSite/TestPreinstallInterface.php %%WWWDIR%%/core/tests/Drupal/TestSite/TestSetupInterface.php %%WWWDIR%%/core/tests/Drupal/TestSite/TestSiteApplication.php @@ -16936,6 +17483,8 @@ %%WWWDIR%%/core/tests/Drupal/TestTools/ErrorHandler/TestErrorHandler.php %%WWWDIR%%/core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php %%WWWDIR%%/core/tests/Drupal/TestTools/Extension/DeprecationBridge/ExpectDeprecationTrait.php +%%WWWDIR%%/core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php +%%WWWDIR%%/core/tests/Drupal/TestTools/Extension/Dump/TestRunnerFinishedSubscriber.php %%WWWDIR%%/core/tests/Drupal/TestTools/Extension/HtmlLogging/HtmlOutputLogger.php %%WWWDIR%%/core/tests/Drupal/TestTools/Extension/HtmlLogging/SubscriberBase.php %%WWWDIR%%/core/tests/Drupal/TestTools/Extension/HtmlLogging/TestRunnerFinishedSubscriber.php @@ -16944,9 +17493,10 @@ %%WWWDIR%%/core/tests/Drupal/TestTools/Extension/RequiresComposerTrait.php %%WWWDIR%%/core/tests/Drupal/TestTools/Extension/SchemaInspector.php %%WWWDIR%%/core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit10/TestCompatibilityTrait.php +%%WWWDIR%%/core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit11/TestCompatibilityTrait.php %%WWWDIR%%/core/tests/Drupal/TestTools/PhpUnitCompatibility/RunnerVersion.php +%%WWWDIR%%/core/tests/Drupal/TestTools/PhpUnitTestCaseJUnitResult.php %%WWWDIR%%/core/tests/Drupal/TestTools/Random.php -%%WWWDIR%%/core/tests/Drupal/TestTools/TestVarDumper.php %%WWWDIR%%/core/tests/Drupal/Tests/ApiRequestTrait.php %%WWWDIR%%/core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php %%WWWDIR%%/core/tests/Drupal/Tests/BrowserTestBase.php @@ -17097,15 +17647,17 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Component/Utility/fixtures/RectangleTest.json %%WWWDIR%%/core/tests/Drupal/Tests/Component/Uuid/UuidTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Component/Version/ConstraintTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Component/phpunit.xml.dist %%WWWDIR%%/core/tests/Drupal/Tests/Composer/ComposerIntegrationTrait.php %%WWWDIR%%/core/tests/Drupal/Tests/Composer/ComposerTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Composer/Generator/BuilderTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Composer/Generator/Fixtures.php %%WWWDIR%%/core/tests/Drupal/Tests/Composer/Generator/MetapackageUpdateTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Composer/Generator/OverlapWithTopLevelDependenciesTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/ExecTrait.php +%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php %%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/ProjectMessage/ConfigTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Scaffold/AssertUtilsTrait.php -%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Scaffold/ExecTrait.php %%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php %%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ComposerHookTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php @@ -17173,19 +17725,38 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/scaffold-events-fixture/composer.json.tmpl %%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/scaffold-override-fixture/assets/override-settings.php %%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/scaffold-override-fixture/composer.json +%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Unpack/Fixtures.php +%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Unpack/Functional/UnpackRecipeTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Unpack/SemVerTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Unpack/fixtures/composer-root/composer.json.tmpl +%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Unpack/fixtures/modules/composer-module-a/composer.json +%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Unpack/fixtures/modules/composer-module-b/composer.json +%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Unpack/fixtures/recipes/composer-recipe-a/composer.json +%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Unpack/fixtures/recipes/composer-recipe-a/recipe.yml +%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Unpack/fixtures/recipes/composer-recipe-b/composer.json +%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Unpack/fixtures/recipes/composer-recipe-b/recipe.yml +%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Unpack/fixtures/recipes/composer-recipe-c/composer.json +%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Unpack/fixtures/recipes/composer-recipe-c/recipe.yml +%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Unpack/fixtures/recipes/composer-recipe-d/composer.json +%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Unpack/fixtures/recipes/composer-recipe-d/recipe.yml +%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Unpack/fixtures/themes/composer-theme-a/composer.json %%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/ConfigTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Composer/fixtures/ensureBehatDriverVersionsFixture/composer.lock %%WWWDIR%%/core/tests/Drupal/Tests/ComposerIntegrationTest.php %%WWWDIR%%/core/tests/Drupal/Tests/ConfigTestTrait.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Access/AccessGroupAndTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Access/AccessResultForbiddenTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Access/AccessResultNeutralTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Access/AccessResultTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Access/AccessibleTestingTrait.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Access/CsrfTokenGeneratorTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Access/DefaultAccessCheckTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Access/DependentAccessTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Access/RoutePathGenerationTraitTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Access/RouteProcessorCsrfTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php @@ -17209,6 +17780,7 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/css_test_files/charset_same_line.css %%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/css_test_files/comment_hacks.css %%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/css_test_files/comment_hacks.css.optimized.css +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_external.optimized.aggregated.css %%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_simple.css %%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_simple_with_media.css.optimized.css %%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_bom.css @@ -17294,7 +17866,9 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/Cache/Context/SessionCacheContextTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Cache/Context/UserRolesCacheContextTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Cache/DatabaseBackendFactoryTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Cache/NullBackendTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Cache/RefinableCacheableDependencyTraitTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Command/QuickStartTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Common/AttributesTest.php @@ -17412,6 +17986,8 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Entity/StubEntityBase.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Entity/StubEntityHandlerBase.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Entity/StubEntityStorageBase.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Entity/StubFieldItemBase.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Entity/StubRevisionableEntity.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Error/DrupalLogErrorTest.php @@ -17440,6 +18016,7 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/ModuleInfoTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/ModuleRequiredByThemesUninstallValidatorTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/RequiredModuleUninstallValidatorTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/Requirement/RequirementSeverityTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/hook_include.inc @@ -17454,6 +18031,8 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all2/module_handler_test_all2.info.yml %%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all2/module_handler_test_all2.module %%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_no_hook/module_handler_test_no_hook.info.yml +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/modules/module_implements_alter_test_legacy/module_implements_alter_test_legacy.info.yml +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/modules/module_implements_alter_test_legacy/module_implements_alter_test_legacy.module %%WWWDIR%%/core/tests/Drupal/Tests/Core/Field/BaseFieldDefinitionTestBase.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Field/FieldFilteredMarkupTest.php @@ -17466,6 +18045,7 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/Field/UriItemTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/File/FileSystemTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/File/FileUploadSanitizeNameEventTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/File/MimeType/MimeTypeMapTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Flood/MemoryBackendTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php @@ -17524,6 +18104,7 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/PageCache/DenyNoCacheRoutesTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/PageCache/NoSessionOpenTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php @@ -17566,6 +18147,7 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Plugin/TestPluginManager.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/PrivateKeyTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Queue/QueueExceptionsTest.php @@ -17634,6 +18216,7 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/Session/UserSessionTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Site/SettingsTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/StackMiddleware/AjaxPageStateTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/StackMiddleware/ContentLengthTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php @@ -17643,13 +18226,11 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/StringTranslation/StringTranslationTraitTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/StringTranslation/TranslatableMarkupTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/StringTranslation/TranslationManagerTest.php -%%WWWDIR%%/core/tests/Drupal/Tests/Core/StringTranslation/TranslationWrapperTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Template/AttributeHelperTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Template/AttributeTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Template/Loader/ThemeRegistryLoaderTest.php -%%WWWDIR%%/core/tests/Drupal/Tests/Core/Template/StubTwigTemplate.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Template/TwigSandboxTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Test/AssertContentTraitTest.php @@ -17658,7 +18239,6 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/Test/PhpUnitAutoloaderTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeIsolatedTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeTest.php -%%WWWDIR%%/core/tests/Drupal/Tests/Core/Test/PhpUnitCliTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Test/PhpUnitTestRunnerTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Test/RunTests/TestFileParserTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Test/TestDatabaseTest.php @@ -17668,12 +18248,12 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/Test/WebAssertTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Test/WebDriverTestBaseTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Test/XdebugRequestTraitTest.php -%%WWWDIR%%/core/tests/Drupal/Tests/Core/Test/fixtures/phpunit_error.xml %%WWWDIR%%/core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Theme/Component/ComponentLoaderTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Theme/Component/ComponentMetadataTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Theme/Component/SchemaCompatibilityCheckerTest.php -%%WWWDIR%%/core/tests/Drupal/Tests/Core/Theme/CoreThemesAutoloadedForTests.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Theme/CoreThemesAutoloadedForTestsTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Theme/Icon/IconDefinitionTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Theme/Icon/IconExtractorSettingsFormTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Theme/Icon/IconExtractorTest.php @@ -18015,6 +18595,7 @@ %%WWWDIR%%/core/tests/fixtures/default_content/node/e1714f23-70c0-4493-8e92-af1901771921.yml %%WWWDIR%%/core/tests/fixtures/default_content/taxonomy_term/550f86ad-aa11-4047-953f-636d42889f85.yml %%WWWDIR%%/core/tests/fixtures/default_content/user/94503467-be7f-406c-9795-fc25baa22203.yml +%%WWWDIR%%/core/tests/fixtures/default_content_broken/no-uuid.yml %%WWWDIR%%/core/tests/fixtures/empty_file.php.module %%WWWDIR%%/core/tests/fixtures/files/README.txt %%WWWDIR%%/core/tests/fixtures/files/html-1.txt @@ -18022,12 +18603,14 @@ %%WWWDIR%%/core/tests/fixtures/files/image-1.png %%WWWDIR%%/core/tests/fixtures/files/image-2.jpg %%WWWDIR%%/core/tests/fixtures/files/image-3.jpg +%%WWWDIR%%/core/tests/fixtures/files/image-test-iccp-profile.png %%WWWDIR%%/core/tests/fixtures/files/image-test-no-transparency.gif %%WWWDIR%%/core/tests/fixtures/files/image-test-transparent-indexed.gif %%WWWDIR%%/core/tests/fixtures/files/image-test-transparent-out-of-range.gif %%WWWDIR%%/core/tests/fixtures/files/image-test.gif %%WWWDIR%%/core/tests/fixtures/files/image-test.jpg %%WWWDIR%%/core/tests/fixtures/files/image-test.png +%%WWWDIR%%/core/tests/fixtures/files/img-test.avif %%WWWDIR%%/core/tests/fixtures/files/img-test.webp %%WWWDIR%%/core/tests/fixtures/files/invalid-img-test.png %%WWWDIR%%/core/tests/fixtures/files/invalid-img-zero-size.png @@ -18041,9 +18624,13 @@ %%WWWDIR%%/core/tests/fixtures/files/translations/drupal-8.0.0.de.po %%WWWDIR%%/core/tests/fixtures/files/translations/drupal-8.0.0.fr____CA.po %%WWWDIR%%/core/tests/fixtures/files/translations/drupal-8.0.x.fr-CA.po +%%WWWDIR%%/core/tests/fixtures/phpunit_error.xml +%%WWWDIR%%/core/tests/fixtures/phpunit_skipped.xml %%WWWDIR%%/core/tests/fixtures/plugins/CustomPlugin.php %%WWWDIR%%/core/tests/fixtures/plugins/Plugin/PluginNamespace/AttributeDiscoveryTest1.php %%WWWDIR%%/core/tests/fixtures/plugins/Plugin/PluginNamespace/AttributeDiscoveryTest2.php +%%WWWDIR%%/core/tests/fixtures/plugins/Plugin/PluginNamespace/AttributeDiscoveryTestMissingInterface.php +%%WWWDIR%%/core/tests/fixtures/plugins/Plugin/PluginNamespace/AttributeDiscoveryTestMissingTrait.php %%WWWDIR%%/core/tests/fixtures/recipes/base_theme_and_views/recipe.yml %%WWWDIR%%/core/tests/fixtures/recipes/config_actions/recipe.yml %%WWWDIR%%/core/tests/fixtures/recipes/config_actions_dependency_validation/direct_dependency/recipe.yml @@ -18374,7 +18961,6 @@ %%WWWDIR%%/core/themes/claro/images/icons/ab1b1b/questionmark.svg %%WWWDIR%%/core/themes/claro/images/icons/ab1b1b/show.svg %%WWWDIR%%/core/themes/claro/images/icons/ab1b1b/trash.svg -%%WWWDIR%%/core/themes/claro/images/icons/buttonText/ex.svg %%WWWDIR%%/core/themes/claro/images/icons/c11f1f/checkmark.svg %%WWWDIR%%/core/themes/claro/images/icons/c11f1f/cog.svg %%WWWDIR%%/core/themes/claro/images/icons/c11f1f/ex.svg @@ -18554,6 +19140,7 @@ %%WWWDIR%%/core/themes/claro/templates/views/views-ui-expose-filter-form.html.twig %%WWWDIR%%/core/themes/claro/templates/views/views-ui-view-preview-section--exposed.html.twig %%WWWDIR%%/core/themes/claro/templates/views/views-view-table.html.twig +%%WWWDIR%%/core/themes/claro/tests/src/Functional/MenuLinkDefaultFormTest.php %%WWWDIR%%/core/themes/claro/tests/src/Functional/NodeTitleTest.php %%WWWDIR%%/core/themes/engines/twig/twig.engine %%WWWDIR%%/core/themes/engines/twig/twig.info.yml @@ -18578,7 +19165,6 @@ %%WWWDIR%%/core/themes/olivero/config/optional/block.block.olivero_search_form_wide.yml %%WWWDIR%%/core/themes/olivero/config/optional/block.block.olivero_secondary_local_tasks.yml %%WWWDIR%%/core/themes/olivero/config/optional/block.block.olivero_site_branding.yml -%%WWWDIR%%/core/themes/olivero/config/optional/block.block.olivero_syndicate.yml %%WWWDIR%%/core/themes/olivero/config/schema/olivero.schema.yml %%WWWDIR%%/core/themes/olivero/css/base/base.css %%WWWDIR%%/core/themes/olivero/css/base/base.pcss.css @@ -18877,9 +19463,12 @@ %%WWWDIR%%/core/themes/stable9/css/core/assets/vendor/normalize-css/normalize.css %%WWWDIR%%/core/themes/stable9/css/core/components/ajax-progress.module.css %%WWWDIR%%/core/themes/stable9/css/core/components/autocomplete-loading.module.css +%%WWWDIR%%/core/themes/stable9/css/core/components/fieldgroup.module.css %%WWWDIR%%/core/themes/stable9/css/core/components/progress.module.css +%%WWWDIR%%/core/themes/stable9/css/core/components/resize.module.css %%WWWDIR%%/core/themes/stable9/css/core/components/sticky-header.module.css %%WWWDIR%%/core/themes/stable9/css/core/components/tabledrag.module.css +%%WWWDIR%%/core/themes/stable9/css/core/components/tablesort.module.css %%WWWDIR%%/core/themes/stable9/css/core/components/tree-child.module.css %%WWWDIR%%/core/themes/stable9/css/core/dropbutton/dropbutton.css %%WWWDIR%%/core/themes/stable9/css/core/print.css @@ -18909,19 +19498,15 @@ %%WWWDIR%%/core/themes/stable9/css/system/components/align.module.css %%WWWDIR%%/core/themes/stable9/css/system/components/clearfix.module.css %%WWWDIR%%/core/themes/stable9/css/system/components/container-inline.module.css -%%WWWDIR%%/core/themes/stable9/css/system/components/details.module.css -%%WWWDIR%%/core/themes/stable9/css/system/components/fieldgroup.module.css %%WWWDIR%%/core/themes/stable9/css/system/components/hidden.module.css %%WWWDIR%%/core/themes/stable9/css/system/components/item-list.module.css %%WWWDIR%%/core/themes/stable9/css/system/components/js.module.css %%WWWDIR%%/core/themes/stable9/css/system/components/nowrap.module.css %%WWWDIR%%/core/themes/stable9/css/system/components/position-container.module.css %%WWWDIR%%/core/themes/stable9/css/system/components/reset-appearance.module.css -%%WWWDIR%%/core/themes/stable9/css/system/components/resize.module.css %%WWWDIR%%/core/themes/stable9/css/system/components/system-status-counter.css %%WWWDIR%%/core/themes/stable9/css/system/components/system-status-report-counters.css %%WWWDIR%%/core/themes/stable9/css/system/components/system-status-report-general-info.css -%%WWWDIR%%/core/themes/stable9/css/system/components/tablesort.module.css %%WWWDIR%%/core/themes/stable9/css/system/system.admin.css %%WWWDIR%%/core/themes/stable9/css/system/system.diff.css %%WWWDIR%%/core/themes/stable9/css/system/system.maintenance.css @@ -19500,6 +20085,17 @@ %%WWWDIR%%/vendor/drupal/core-project-message/README.md %%WWWDIR%%/vendor/drupal/core-project-message/TESTING.txt %%WWWDIR%%/vendor/drupal/core-project-message/composer.json +%%WWWDIR%%/vendor/drupal/core-recipe-unpack/CommandProvider.php +%%WWWDIR%%/vendor/drupal/core-recipe-unpack/Plugin.php +%%WWWDIR%%/vendor/drupal/core-recipe-unpack/README.md +%%WWWDIR%%/vendor/drupal/core-recipe-unpack/RootComposer.php +%%WWWDIR%%/vendor/drupal/core-recipe-unpack/SemVer.php +%%WWWDIR%%/vendor/drupal/core-recipe-unpack/UnpackCollection.php +%%WWWDIR%%/vendor/drupal/core-recipe-unpack/UnpackCommand.php +%%WWWDIR%%/vendor/drupal/core-recipe-unpack/UnpackManager.php +%%WWWDIR%%/vendor/drupal/core-recipe-unpack/UnpackOptions.php +%%WWWDIR%%/vendor/drupal/core-recipe-unpack/Unpacker.php +%%WWWDIR%%/vendor/drupal/core-recipe-unpack/composer.json %%WWWDIR%%/vendor/drupal/core-vendor-hardening/Config.php %%WWWDIR%%/vendor/drupal/core-vendor-hardening/FileSecurity.php %%WWWDIR%%/vendor/drupal/core-vendor-hardening/LICENSE.txt @@ -19760,6 +20356,7 @@ %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/ES2022/Features.php %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/ES2023/Features.php %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/ES2024/Features.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/ES2025/Features.php %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/EncodingException.php %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/EventsEmitter.php %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Exception.php @@ -19808,6 +20405,7 @@ %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/Function_.php %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/Identifier.php %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/IfStatement.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ImportAttribute.php %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ImportDeclaration.php %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ImportDefaultSpecifier.php %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ImportExpression.php @@ -20159,7 +20757,9 @@ %%WWWDIR%%/vendor/sebastian/diff/src/Parser.php %%WWWDIR%%/vendor/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php %%WWWDIR%%/vendor/symfony/console/Application.php +%%WWWDIR%%/vendor/symfony/console/Attribute/Argument.php %%WWWDIR%%/vendor/symfony/console/Attribute/AsCommand.php +%%WWWDIR%%/vendor/symfony/console/Attribute/Option.php %%WWWDIR%%/vendor/symfony/console/CHANGELOG.md %%WWWDIR%%/vendor/symfony/console/CI/GithubActionReporter.php %%WWWDIR%%/vendor/symfony/console/Color.php @@ -20167,6 +20767,7 @@ %%WWWDIR%%/vendor/symfony/console/Command/CompleteCommand.php %%WWWDIR%%/vendor/symfony/console/Command/DumpCompletionCommand.php %%WWWDIR%%/vendor/symfony/console/Command/HelpCommand.php +%%WWWDIR%%/vendor/symfony/console/Command/InvokableCommand.php %%WWWDIR%%/vendor/symfony/console/Command/LazyCommand.php %%WWWDIR%%/vendor/symfony/console/Command/ListCommand.php %%WWWDIR%%/vendor/symfony/console/Command/LockableTrait.php @@ -20239,6 +20840,9 @@ %%WWWDIR%%/vendor/symfony/console/Helper/TableRows.php %%WWWDIR%%/vendor/symfony/console/Helper/TableSeparator.php %%WWWDIR%%/vendor/symfony/console/Helper/TableStyle.php +%%WWWDIR%%/vendor/symfony/console/Helper/TreeHelper.php +%%WWWDIR%%/vendor/symfony/console/Helper/TreeNode.php +%%WWWDIR%%/vendor/symfony/console/Helper/TreeStyle.php %%WWWDIR%%/vendor/symfony/console/Input/ArgvInput.php %%WWWDIR%%/vendor/symfony/console/Input/ArrayInput.php %%WWWDIR%%/vendor/symfony/console/Input/Input.php @@ -20490,6 +21094,7 @@ %%WWWDIR%%/vendor/symfony/deprecation-contracts/function.php %%WWWDIR%%/vendor/symfony/error-handler/BufferingLogger.php %%WWWDIR%%/vendor/symfony/error-handler/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/error-handler/Command/ErrorDumpCommand.php %%WWWDIR%%/vendor/symfony/error-handler/Debug.php %%WWWDIR%%/vendor/symfony/error-handler/DebugClassLoader.php %%WWWDIR%%/vendor/symfony/error-handler/Error/ClassNotFoundError.php @@ -20603,15 +21208,20 @@ %%WWWDIR%%/vendor/symfony/http-foundation/CHANGELOG.md %%WWWDIR%%/vendor/symfony/http-foundation/ChainRequestMatcher.php %%WWWDIR%%/vendor/symfony/http-foundation/Cookie.php +%%WWWDIR%%/vendor/symfony/http-foundation/EventStreamResponse.php %%WWWDIR%%/vendor/symfony/http-foundation/Exception/BadRequestException.php %%WWWDIR%%/vendor/symfony/http-foundation/Exception/ConflictingHeadersException.php %%WWWDIR%%/vendor/symfony/http-foundation/Exception/ExceptionInterface.php +%%WWWDIR%%/vendor/symfony/http-foundation/Exception/ExpiredSignedUriException.php %%WWWDIR%%/vendor/symfony/http-foundation/Exception/JsonException.php %%WWWDIR%%/vendor/symfony/http-foundation/Exception/LogicException.php %%WWWDIR%%/vendor/symfony/http-foundation/Exception/RequestExceptionInterface.php %%WWWDIR%%/vendor/symfony/http-foundation/Exception/SessionNotFoundException.php +%%WWWDIR%%/vendor/symfony/http-foundation/Exception/SignedUriException.php %%WWWDIR%%/vendor/symfony/http-foundation/Exception/SuspiciousOperationException.php %%WWWDIR%%/vendor/symfony/http-foundation/Exception/UnexpectedValueException.php +%%WWWDIR%%/vendor/symfony/http-foundation/Exception/UnsignedUriException.php +%%WWWDIR%%/vendor/symfony/http-foundation/Exception/UnverifiedSignedUriException.php %%WWWDIR%%/vendor/symfony/http-foundation/File/Exception/AccessDeniedException.php %%WWWDIR%%/vendor/symfony/http-foundation/File/Exception/CannotWriteFileException.php %%WWWDIR%%/vendor/symfony/http-foundation/File/Exception/ExtensionFileException.php @@ -20657,6 +21267,7 @@ %%WWWDIR%%/vendor/symfony/http-foundation/Response.php %%WWWDIR%%/vendor/symfony/http-foundation/ResponseHeaderBag.php %%WWWDIR%%/vendor/symfony/http-foundation/ServerBag.php +%%WWWDIR%%/vendor/symfony/http-foundation/ServerEvent.php %%WWWDIR%%/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php %%WWWDIR%%/vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php %%WWWDIR%%/vendor/symfony/http-foundation/Session/Flash/AutoExpireFlashBag.php @@ -20789,6 +21400,7 @@ %%WWWDIR%%/vendor/symfony/http-kernel/DependencyInjection/RemoveEmptyControllerArgumentLocatorsPass.php %%WWWDIR%%/vendor/symfony/http-kernel/DependencyInjection/ResettableServicePass.php %%WWWDIR%%/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php +%%WWWDIR%%/vendor/symfony/http-kernel/DependencyInjection/ServicesResetterInterface.php %%WWWDIR%%/vendor/symfony/http-kernel/Event/ControllerArgumentsEvent.php %%WWWDIR%%/vendor/symfony/http-kernel/Event/ControllerEvent.php %%WWWDIR%%/vendor/symfony/http-kernel/Event/ExceptionEvent.php @@ -20871,6 +21483,7 @@ %%WWWDIR%%/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php %%WWWDIR%%/vendor/symfony/http-kernel/Profiler/Profile.php %%WWWDIR%%/vendor/symfony/http-kernel/Profiler/Profiler.php +%%WWWDIR%%/vendor/symfony/http-kernel/Profiler/ProfilerStateChecker.php %%WWWDIR%%/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php %%WWWDIR%%/vendor/symfony/http-kernel/README.md %%WWWDIR%%/vendor/symfony/http-kernel/RebootableInterface.php @@ -20886,10 +21499,14 @@ %%WWWDIR%%/vendor/symfony/mailer/Event/MessageEvent.php %%WWWDIR%%/vendor/symfony/mailer/Event/MessageEvents.php %%WWWDIR%%/vendor/symfony/mailer/Event/SentMessageEvent.php +%%WWWDIR%%/vendor/symfony/mailer/EventListener/DkimSignedMessageListener.php %%WWWDIR%%/vendor/symfony/mailer/EventListener/EnvelopeListener.php %%WWWDIR%%/vendor/symfony/mailer/EventListener/MessageListener.php %%WWWDIR%%/vendor/symfony/mailer/EventListener/MessageLoggerListener.php %%WWWDIR%%/vendor/symfony/mailer/EventListener/MessengerTransportListener.php +%%WWWDIR%%/vendor/symfony/mailer/EventListener/SmimeCertificateRepositoryInterface.php +%%WWWDIR%%/vendor/symfony/mailer/EventListener/SmimeEncryptedMessageListener.php +%%WWWDIR%%/vendor/symfony/mailer/EventListener/SmimeSignedMessageListener.php %%WWWDIR%%/vendor/symfony/mailer/Exception/ExceptionInterface.php %%WWWDIR%%/vendor/symfony/mailer/Exception/HttpTransportException.php %%WWWDIR%%/vendor/symfony/mailer/Exception/IncompleteDsnException.php @@ -21127,13 +21744,6 @@ %%WWWDIR%%/vendor/symfony/polyfill-mbstring/bootstrap.php %%WWWDIR%%/vendor/symfony/polyfill-mbstring/bootstrap80.php %%WWWDIR%%/vendor/symfony/polyfill-mbstring/composer.json -%%WWWDIR%%/vendor/symfony/polyfill-php81/LICENSE -%%WWWDIR%%/vendor/symfony/polyfill-php81/Php81.php -%%WWWDIR%%/vendor/symfony/polyfill-php81/README.md -%%WWWDIR%%/vendor/symfony/polyfill-php81/Resources/stubs/CURLStringFile.php -%%WWWDIR%%/vendor/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php -%%WWWDIR%%/vendor/symfony/polyfill-php81/bootstrap.php -%%WWWDIR%%/vendor/symfony/polyfill-php81/composer.json %%WWWDIR%%/vendor/symfony/polyfill-php83/LICENSE %%WWWDIR%%/vendor/symfony/polyfill-php83/Php83.php %%WWWDIR%%/vendor/symfony/polyfill-php83/README.md @@ -21151,6 +21761,12 @@ %%WWWDIR%%/vendor/symfony/polyfill-php83/bootstrap.php %%WWWDIR%%/vendor/symfony/polyfill-php83/bootstrap81.php %%WWWDIR%%/vendor/symfony/polyfill-php83/composer.json +%%WWWDIR%%/vendor/symfony/polyfill-php84/LICENSE +%%WWWDIR%%/vendor/symfony/polyfill-php84/Php84.php +%%WWWDIR%%/vendor/symfony/polyfill-php84/README.md +%%WWWDIR%%/vendor/symfony/polyfill-php84/Resources/stubs/Deprecated.php +%%WWWDIR%%/vendor/symfony/polyfill-php84/bootstrap.php +%%WWWDIR%%/vendor/symfony/polyfill-php84/composer.json %%WWWDIR%%/vendor/symfony/process/CHANGELOG.md %%WWWDIR%%/vendor/symfony/process/Exception/ExceptionInterface.php %%WWWDIR%%/vendor/symfony/process/Exception/InvalidArgumentException.php @@ -21191,6 +21807,7 @@ %%WWWDIR%%/vendor/symfony/psr-http-message-bridge/composer.json %%WWWDIR%%/vendor/symfony/routing/Alias.php %%WWWDIR%%/vendor/symfony/routing/Annotation/Route.php +%%WWWDIR%%/vendor/symfony/routing/Attribute/DeprecatedAlias.php %%WWWDIR%%/vendor/symfony/routing/Attribute/Route.php %%WWWDIR%%/vendor/symfony/routing/CHANGELOG.md %%WWWDIR%%/vendor/symfony/routing/CompiledRoute.php @@ -21385,6 +22002,7 @@ %%WWWDIR%%/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php %%WWWDIR%%/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php %%WWWDIR%%/vendor/symfony/serializer/Normalizer/NormalizerInterface.php +%%WWWDIR%%/vendor/symfony/serializer/Normalizer/NumberNormalizer.php %%WWWDIR%%/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php %%WWWDIR%%/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php %%WWWDIR%%/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php @@ -21681,11 +22299,13 @@ %%WWWDIR%%/vendor/symfony/validator/Violation/ConstraintViolationBuilderInterface.php %%WWWDIR%%/vendor/symfony/validator/composer.json %%WWWDIR%%/vendor/symfony/var-dumper/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/AddressInfoCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/AmqpCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/ArgsStub.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/Caster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/ClassStub.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/ConstStub.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/CurlCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/CutArrayStub.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/CutStub.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/DOMCaster.php @@ -21698,6 +22318,7 @@ %%WWWDIR%%/vendor/symfony/var-dumper/Caster/FFICaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/FiberCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/FrameStub.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/GdCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/GmpCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/ImagineCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/ImgStub.php @@ -21705,6 +22326,7 @@ %%WWWDIR%%/vendor/symfony/var-dumper/Caster/LinkStub.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/MemcachedCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/MysqliCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/OpenSSLCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/PdoCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/PgSqlCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/ProxyManagerCaster.php @@ -21713,7 +22335,9 @@ %%WWWDIR%%/vendor/symfony/var-dumper/Caster/ReflectionCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/ResourceCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/ScalarStub.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/SocketCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/SplCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/SqliteCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/StubCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/SymfonyCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/TraceStub.php @@ -21765,6 +22389,7 @@ %%WWWDIR%%/vendor/symfony/var-exporter/Instantiator.php %%WWWDIR%%/vendor/symfony/var-exporter/Internal/Exporter.php %%WWWDIR%%/vendor/symfony/var-exporter/Internal/Hydrator.php +%%WWWDIR%%/vendor/symfony/var-exporter/Internal/LazyDecoratorTrait.php %%WWWDIR%%/vendor/symfony/var-exporter/Internal/LazyObjectRegistry.php %%WWWDIR%%/vendor/symfony/var-exporter/Internal/LazyObjectState.php %%WWWDIR%%/vendor/symfony/var-exporter/Internal/LazyObjectTrait.php @@ -21803,6 +22428,9 @@ %%WWWDIR%%/vendor/twig/twig/phpstan-baseline.neon %%WWWDIR%%/vendor/twig/twig/phpstan.neon.dist %%WWWDIR%%/vendor/twig/twig/src/AbstractTwigCallable.php +%%WWWDIR%%/vendor/twig/twig/src/Attribute/AsTwigFilter.php +%%WWWDIR%%/vendor/twig/twig/src/Attribute/AsTwigFunction.php +%%WWWDIR%%/vendor/twig/twig/src/Attribute/AsTwigTest.php %%WWWDIR%%/vendor/twig/twig/src/Attribute/FirstClassTwigCallableReady.php %%WWWDIR%%/vendor/twig/twig/src/Attribute/YieldReady.php %%WWWDIR%%/vendor/twig/twig/src/Cache/CacheInterface.php @@ -21819,7 +22447,30 @@ %%WWWDIR%%/vendor/twig/twig/src/Error/RuntimeError.php %%WWWDIR%%/vendor/twig/twig/src/Error/SyntaxError.php %%WWWDIR%%/vendor/twig/twig/src/ExpressionParser.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/AbstractExpressionParser.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/ExpressionParserDescriptionInterface.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/ExpressionParserInterface.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/ExpressionParserType.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/ExpressionParsers.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/Infix/ArgumentsTrait.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/Infix/ArrowExpressionParser.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/Infix/BinaryOperatorExpressionParser.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/Infix/ConditionalTernaryExpressionParser.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/Infix/DotExpressionParser.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/Infix/FilterExpressionParser.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/Infix/FunctionExpressionParser.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/Infix/IsExpressionParser.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/Infix/IsNotExpressionParser.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/Infix/SquareBracketExpressionParser.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/InfixAssociativity.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/InfixExpressionParserInterface.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/PrecedenceChange.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/Prefix/GroupingExpressionParser.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/Prefix/LiteralExpressionParser.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/Prefix/UnaryOperatorExpressionParser.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/PrefixExpressionParserInterface.php %%WWWDIR%%/vendor/twig/twig/src/Extension/AbstractExtension.php +%%WWWDIR%%/vendor/twig/twig/src/Extension/AttributeExtension.php %%WWWDIR%%/vendor/twig/twig/src/Extension/CoreExtension.php %%WWWDIR%%/vendor/twig/twig/src/Extension/DebugExtension.php %%WWWDIR%%/vendor/twig/twig/src/Extension/EscaperExtension.php @@ -21860,6 +22511,7 @@ %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Binary/AbstractBinary.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Binary/AddBinary.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Binary/AndBinary.php +%%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Binary/BinaryInterface.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Binary/BitwiseAndBinary.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Binary/BitwiseOrBinary.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Binary/BitwiseXorBinary.php @@ -21901,12 +22553,21 @@ %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/FunctionNode/EnumFunction.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/GetAttrExpression.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/InlinePrint.php +%%WWWDIR%%/vendor/twig/twig/src/Node/Expression/ListExpression.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/MacroReferenceExpression.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/MethodCallExpression.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/NameExpression.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/NullCoalesceExpression.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/OperatorEscapeInterface.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/ParentExpression.php +%%WWWDIR%%/vendor/twig/twig/src/Node/Expression/ReturnArrayInterface.php +%%WWWDIR%%/vendor/twig/twig/src/Node/Expression/ReturnBoolInterface.php +%%WWWDIR%%/vendor/twig/twig/src/Node/Expression/ReturnNumberInterface.php +%%WWWDIR%%/vendor/twig/twig/src/Node/Expression/ReturnPrimitiveTypeInterface.php +%%WWWDIR%%/vendor/twig/twig/src/Node/Expression/ReturnStringInterface.php +%%WWWDIR%%/vendor/twig/twig/src/Node/Expression/SupportDefinedTestDeprecationTrait.php +%%WWWDIR%%/vendor/twig/twig/src/Node/Expression/SupportDefinedTestInterface.php +%%WWWDIR%%/vendor/twig/twig/src/Node/Expression/SupportDefinedTestTrait.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/TempNameExpression.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Ternary/ConditionalTernary.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Test/ConstantTest.php @@ -21916,6 +22577,7 @@ %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Test/NullTest.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Test/OddTest.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Test/SameasTest.php +%%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Test/TrueTest.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/TestExpression.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Unary/AbstractUnary.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Unary/NegUnary.php @@ -21923,6 +22585,7 @@ %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Unary/PosUnary.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Unary/SpreadUnary.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Unary/StringCastUnary.php +%%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Unary/UnaryInterface.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Variable/AssignContextVariable.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Variable/AssignTemplateVariable.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Variable/ContextVariable.php diff --git a/www/dufs/Makefile b/www/dufs/Makefile index 4949223cdf0f..edd05b3e43cb 100644 --- a/www/dufs/Makefile +++ b/www/dufs/Makefile @@ -1,7 +1,7 @@ PORTNAME= dufs DISTVERSIONPREFIX= v DISTVERSION= 0.43.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MAINTAINER= ashish@FreeBSD.org diff --git a/www/falkon/distinfo b/www/falkon/distinfo index 7db315d1cd1c..517b30304bd7 100644 --- a/www/falkon/distinfo +++ b/www/falkon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036997 -SHA256 (KDE/release-service/25.04.2/falkon-25.04.2.tar.xz) = 8bfda5e95abc463a88241148c81584a30bd443b767818d1225739e681942c988 -SIZE (KDE/release-service/25.04.2/falkon-25.04.2.tar.xz) = 2705656 +TIMESTAMP = 1751381700 +SHA256 (KDE/release-service/25.04.3/falkon-25.04.3.tar.xz) = 935049060c50b3dd5ede88f882b484bfd8183f9432ef47ae2ad0591b15305454 +SIZE (KDE/release-service/25.04.3/falkon-25.04.3.tar.xz) = 2706120 diff --git a/www/feroxbuster/Makefile b/www/feroxbuster/Makefile index e02df7d30ab9..073486050e93 100644 --- a/www/feroxbuster/Makefile +++ b/www/feroxbuster/Makefile @@ -1,7 +1,7 @@ PORTNAME= feroxbuster DISTVERSIONPREFIX= v DISTVERSION= 2.11.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www security MAINTAINER= yuri@FreeBSD.org diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 58302e595a36..71b6b63b2b11 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -1,5 +1,6 @@ PORTNAME= firefox DISTVERSION= 128.12.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 75881a6eefa7..acc75470e998 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,5 +1,6 @@ PORTNAME= firefox DISTVERSION= 140.0.2 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= www wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \ diff --git a/www/garage/Makefile b/www/garage/Makefile index eb0743c0cf76..04039440130c 100644 --- a/www/garage/Makefile +++ b/www/garage/Makefile @@ -1,6 +1,6 @@ PORTNAME= garage DISTVERSION= 1.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= https://git.deuxfleurs.fr/Deuxfleurs/${PORTNAME}/archive/v${PORTVERSION}.tar.gz?dummy=/ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} diff --git a/www/geckodriver/Makefile b/www/geckodriver/Makefile index 2de6c21c8147..276e2c676afc 100644 --- a/www/geckodriver/Makefile +++ b/www/geckodriver/Makefile @@ -1,7 +1,7 @@ PORTNAME= geckodriver DISTVERSIONPREFIX= v DISTVERSION= 0.35.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MAINTAINER= daniel@blodan.se diff --git a/www/hurl/Makefile b/www/hurl/Makefile index 197a36adf7b3..771c7b4e83ba 100644 --- a/www/hurl/Makefile +++ b/www/hurl/Makefile @@ -1,6 +1,6 @@ PORTNAME= hurl DISTVERSION= 6.1.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MAINTAINER= rodrigo@FreeBSD.org diff --git a/www/iridium/Makefile b/www/iridium/Makefile index 9fd0d1381b2d..780172a73900 100644 --- a/www/iridium/Makefile +++ b/www/iridium/Makefile @@ -1,6 +1,6 @@ PORTNAME= iridium PORTVERSION= 2025.06.137.3 -PORTREVISION= 1 +PORTREVISION= 2 PULSEMV= 16 PULSEV= ${PULSEMV}.1 CATEGORIES= www wayland diff --git a/www/jwt-cli/Makefile b/www/jwt-cli/Makefile index 8801bcb09d53..8037951c1a8f 100644 --- a/www/jwt-cli/Makefile +++ b/www/jwt-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= jwt-cli PORTVERSION= 6.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MAINTAINER= osa@FreeBSD.org diff --git a/www/librewolf/Makefile b/www/librewolf/Makefile index 9a06aa0e1f13..a70e0b45b692 100644 --- a/www/librewolf/Makefile +++ b/www/librewolf/Makefile @@ -2,6 +2,7 @@ PORTNAME= librewolf DISTVERSION= 140.0.2 LWPATCH= -1 DISTVERSIONSUFFIX= ${LWPATCH}.source +PORTREVISION= 1 CATEGORIES= www wayland MASTER_SITES= https://gitlab.com/api/v4/projects/32320088/packages/generic/${PORTNAME}-source/${DISTVERSION}${LWPATCH}/ diff --git a/www/loco/Makefile b/www/loco/Makefile index b9f33b59594c..b90c45e12421 100644 --- a/www/loco/Makefile +++ b/www/loco/Makefile @@ -1,7 +1,7 @@ PORTNAME= loco DISTVERSIONPREFIX= v DISTVERSION= 0.15.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www devel PKGNAMESUFFIX= -web-framework diff --git a/www/lychee/Makefile b/www/lychee/Makefile index 552cb2d52fbb..a4c5415c038d 100644 --- a/www/lychee/Makefile +++ b/www/lychee/Makefile @@ -1,7 +1,7 @@ PORTNAME= lychee DISTVERSIONPREFIX= lychee-v DISTVERSION= 0.18.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www net MAINTAINER= pizzamig@FreeBSD.org diff --git a/www/marmite/Makefile b/www/marmite/Makefile index 06ac19cbcb7e..077b35438e07 100644 --- a/www/marmite/Makefile +++ b/www/marmite/Makefile @@ -1,6 +1,6 @@ PORTNAME= marmite DISTVERSION= 0.2.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= dutra@FreeBSD.org diff --git a/www/mediawiki142/Makefile b/www/mediawiki142/Makefile index 9f7755775ff5..942d111b6e36 100644 --- a/www/mediawiki142/Makefile +++ b/www/mediawiki142/Makefile @@ -11,7 +11,10 @@ WWW= https://www.mediawiki.org/ LICENSE= GPLv2 -CONFLICTS= mediawiki139 mediawiki140 mediawiki141 mediawiki143 +DEPRECATED= Upstream EOL +EXPIRATION_DATE=2025-07-31 + +CONFLICTS= mediawiki139 mediawiki141 mediawiki143 mediawiki144 USES= cpe php:flavors shebangfix SHEBANG_FILES= maintenance/storage/make-blobs diff --git a/www/microbin/Makefile b/www/microbin/Makefile index 06d5d546162d..8d2ccd1d3721 100644 --- a/www/microbin/Makefile +++ b/www/microbin/Makefile @@ -1,7 +1,7 @@ PORTNAME= microbin DISTVERSIONPREFIX= v DISTVERSION= 2.0.4 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/miniserve/Makefile b/www/miniserve/Makefile index ffd726d7dc19..94c9dfb38bad 100644 --- a/www/miniserve/Makefile +++ b/www/miniserve/Makefile @@ -1,6 +1,7 @@ PORTNAME= miniserve DISTVERSIONPREFIX= v DISTVERSION= 0.30.0 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= bofh@FreeBSD.org diff --git a/www/mod_php81/Makefile b/www/mod_php81/Makefile index 4d6184f9cdb3..82d7543e42b3 100644 --- a/www/mod_php81/Makefile +++ b/www/mod_php81/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= www devel PKGNAMEPREFIX= mod_ diff --git a/www/mod_php82/Makefile b/www/mod_php82/Makefile index 1f467c919023..723a425618b4 100644 --- a/www/mod_php82/Makefile +++ b/www/mod_php82/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= www devel PKGNAMEPREFIX= mod_ diff --git a/www/mod_php83/Makefile b/www/mod_php83/Makefile index caf07c783696..1972e34e820a 100644 --- a/www/mod_php83/Makefile +++ b/www/mod_php83/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= www devel PKGNAMEPREFIX= mod_ diff --git a/www/mod_php84/Makefile b/www/mod_php84/Makefile index 73e543e37799..1ee419ec5ebd 100644 --- a/www/mod_php84/Makefile +++ b/www/mod_php84/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= www devel PKGNAMEPREFIX= mod_ diff --git a/www/monolith/Makefile b/www/monolith/Makefile index 5d4f99eb9f6c..3b445649bd0f 100644 --- a/www/monolith/Makefile +++ b/www/monolith/Makefile @@ -1,7 +1,7 @@ PORTNAME= monolith DISTVERSIONPREFIX= v DISTVERSION= 2.8.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MAINTAINER= lcook@FreeBSD.org diff --git a/www/ncgopher/Makefile b/www/ncgopher/Makefile index 06c05989f8cd..864b044f9b9c 100644 --- a/www/ncgopher/Makefile +++ b/www/ncgopher/Makefile @@ -1,7 +1,7 @@ PORTNAME= ncgopher DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= www MAINTAINER= beastieboy@beastieboy.net diff --git a/www/newsboat/Makefile b/www/newsboat/Makefile index 40169fc4c52b..f3c7daee4d00 100644 --- a/www/newsboat/Makefile +++ b/www/newsboat/Makefile @@ -1,6 +1,6 @@ PORTNAME= newsboat DISTVERSION= 2.39 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= https://newsboat.org/releases/${DISTVERSION}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 9abcec3e9651..77fa25060b8b 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME?= nginx PORTVERSION= 1.29.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ LOCAL/osa @@ -8,7 +8,7 @@ PKGNAMESUFFIX?= -devel DISTFILES= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= https://github.com/nginx/nginx/commit/ -PATCHFILES= 2b3b002499d92b063b0f9ba20e99c850e36b7e8b.patch:-p1 +PATCHFILES= 0bb7489cb2fcc60ce24fae2d5581c7441bfa0931.patch:-p1 MAINTAINER?= osa@FreeBSD.org COMMENT?= Robust and small WWW server diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index 434d0a1d722e..6f65dd9127a0 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1750864974 +TIMESTAMP = 1751572263 SHA256 (nginx-1.29.0.tar.gz) = 109754dfe8e5169a7a0cf0db6718e7da2db495753308f933f161e525a579a664 SIZE (nginx-1.29.0.tar.gz) = 1284291 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae @@ -141,5 +141,5 @@ SHA256 (openresty-xss-nginx-module-de2d87a_GH0.tar.gz) = f830c9300d751046e2592c7 SIZE (openresty-xss-nginx-module-de2d87a_GH0.tar.gz) = 12779 SHA256 (tokers-zstd-nginx-module-f4ba115_GH0.tar.gz) = 20045e8ac80e2cc9fd3659573153cb1f22d98a653a10fe939a4be0e90160826a SIZE (tokers-zstd-nginx-module-f4ba115_GH0.tar.gz) = 55848 -SHA256 (2b3b002499d92b063b0f9ba20e99c850e36b7e8b.patch) = ba6ba093f2d68b7e67d4cc7f28e0e9099bb5252d3722fd143895971c15eabe54 -SIZE (2b3b002499d92b063b0f9ba20e99c850e36b7e8b.patch) = 1132 +SHA256 (0bb7489cb2fcc60ce24fae2d5581c7441bfa0931.patch) = 2b2eea23d23fa70b80cb7cf8468d404e851e9cab023639969c7bb1df328914ab +SIZE (0bb7489cb2fcc60ce24fae2d5581c7441bfa0931.patch) = 1132 diff --git a/www/npm-node22/Makefile b/www/npm-node22/Makefile index 9699b1db0b09..da5312bd2ac1 100644 --- a/www/npm-node22/Makefile +++ b/www/npm-node22/Makefile @@ -1,5 +1,5 @@ PORTNAME= npm -PORTVERSION= 10.9.3 +PORTVERSION= 11.4.2 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet PKGNAMESUFFIX= ${NODEJS_SUFFIX} diff --git a/www/npm-node22/distinfo b/www/npm-node22/distinfo index 040c196b8ed5..9a94c74ec2a2 100644 --- a/www/npm-node22/distinfo +++ b/www/npm-node22/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208142 -SHA256 (npm-10.9.3.tar.xz) = b99f595a698a740d603b871249916fa25c89475c124a54e920debd694db0fd61 -SIZE (npm-10.9.3.tar.xz) = 1809824 +TIMESTAMP = 1751375041 +SHA256 (npm-11.4.2.tar.xz) = 1bc7920128ca6ce36dfad28eeac60c7fb80cc8d282cfeb07324af52781fc6111 +SIZE (npm-11.4.2.tar.xz) = 1838468 diff --git a/www/npm-node22/pkg-plist b/www/npm-node22/pkg-plist index 76a479d8710d..af309e6835d3 100644 --- a/www/npm-node22/pkg-plist +++ b/www/npm-node22/pkg-plist @@ -38,7 +38,6 @@ lib/node_modules/npm/docs/content/commands/npm-find-dupes.md lib/node_modules/npm/docs/content/commands/npm-fund.md lib/node_modules/npm/docs/content/commands/npm-help-search.md lib/node_modules/npm/docs/content/commands/npm-help.md -lib/node_modules/npm/docs/content/commands/npm-hook.md lib/node_modules/npm/docs/content/commands/npm-init.md lib/node_modules/npm/docs/content/commands/npm-install-ci-test.md lib/node_modules/npm/docs/content/commands/npm-install-test.md @@ -62,7 +61,7 @@ lib/node_modules/npm/docs/content/commands/npm-rebuild.md lib/node_modules/npm/docs/content/commands/npm-repo.md lib/node_modules/npm/docs/content/commands/npm-restart.md lib/node_modules/npm/docs/content/commands/npm-root.md -lib/node_modules/npm/docs/content/commands/npm-run-script.md +lib/node_modules/npm/docs/content/commands/npm-run.md lib/node_modules/npm/docs/content/commands/npm-sbom.md lib/node_modules/npm/docs/content/commands/npm-search.md lib/node_modules/npm/docs/content/commands/npm-shrinkwrap.md @@ -73,6 +72,7 @@ lib/node_modules/npm/docs/content/commands/npm-stop.md lib/node_modules/npm/docs/content/commands/npm-team.md lib/node_modules/npm/docs/content/commands/npm-test.md lib/node_modules/npm/docs/content/commands/npm-token.md +lib/node_modules/npm/docs/content/commands/npm-undeprecate.md lib/node_modules/npm/docs/content/commands/npm-uninstall.md lib/node_modules/npm/docs/content/commands/npm-unpublish.md lib/node_modules/npm/docs/content/commands/npm-unstar.md @@ -122,7 +122,6 @@ lib/node_modules/npm/docs/output/commands/npm-find-dupes.html lib/node_modules/npm/docs/output/commands/npm-fund.html lib/node_modules/npm/docs/output/commands/npm-help-search.html lib/node_modules/npm/docs/output/commands/npm-help.html -lib/node_modules/npm/docs/output/commands/npm-hook.html lib/node_modules/npm/docs/output/commands/npm-init.html lib/node_modules/npm/docs/output/commands/npm-install-ci-test.html lib/node_modules/npm/docs/output/commands/npm-install-test.html @@ -146,7 +145,7 @@ lib/node_modules/npm/docs/output/commands/npm-rebuild.html lib/node_modules/npm/docs/output/commands/npm-repo.html lib/node_modules/npm/docs/output/commands/npm-restart.html lib/node_modules/npm/docs/output/commands/npm-root.html -lib/node_modules/npm/docs/output/commands/npm-run-script.html +lib/node_modules/npm/docs/output/commands/npm-run.html lib/node_modules/npm/docs/output/commands/npm-sbom.html lib/node_modules/npm/docs/output/commands/npm-search.html lib/node_modules/npm/docs/output/commands/npm-shrinkwrap.html @@ -157,6 +156,7 @@ lib/node_modules/npm/docs/output/commands/npm-stop.html lib/node_modules/npm/docs/output/commands/npm-team.html lib/node_modules/npm/docs/output/commands/npm-test.html lib/node_modules/npm/docs/output/commands/npm-token.html +lib/node_modules/npm/docs/output/commands/npm-undeprecate.html lib/node_modules/npm/docs/output/commands/npm-uninstall.html lib/node_modules/npm/docs/output/commands/npm-unpublish.html lib/node_modules/npm/docs/output/commands/npm-unstar.html @@ -216,7 +216,6 @@ lib/node_modules/npm/lib/commands/fund.js lib/node_modules/npm/lib/commands/get.js lib/node_modules/npm/lib/commands/help-search.js lib/node_modules/npm/lib/commands/help.js -lib/node_modules/npm/lib/commands/hook.js lib/node_modules/npm/lib/commands/init.js lib/node_modules/npm/lib/commands/install-ci-test.js lib/node_modules/npm/lib/commands/install-test.js @@ -241,7 +240,7 @@ lib/node_modules/npm/lib/commands/rebuild.js lib/node_modules/npm/lib/commands/repo.js lib/node_modules/npm/lib/commands/restart.js lib/node_modules/npm/lib/commands/root.js -lib/node_modules/npm/lib/commands/run-script.js +lib/node_modules/npm/lib/commands/run.js lib/node_modules/npm/lib/commands/sbom.js lib/node_modules/npm/lib/commands/search.js lib/node_modules/npm/lib/commands/set.js @@ -253,6 +252,7 @@ lib/node_modules/npm/lib/commands/stop.js lib/node_modules/npm/lib/commands/team.js lib/node_modules/npm/lib/commands/test.js lib/node_modules/npm/lib/commands/token.js +lib/node_modules/npm/lib/commands/undeprecate.js lib/node_modules/npm/lib/commands/uninstall.js lib/node_modules/npm/lib/commands/unpublish.js lib/node_modules/npm/lib/commands/unstar.js @@ -319,7 +319,6 @@ lib/node_modules/npm/man/man1/npm-find-dupes.1.gz lib/node_modules/npm/man/man1/npm-fund.1.gz lib/node_modules/npm/man/man1/npm-help-search.1.gz lib/node_modules/npm/man/man1/npm-help.1.gz -lib/node_modules/npm/man/man1/npm-hook.1.gz lib/node_modules/npm/man/man1/npm-init.1.gz lib/node_modules/npm/man/man1/npm-install-ci-test.1.gz lib/node_modules/npm/man/man1/npm-install-test.1.gz @@ -343,7 +342,7 @@ lib/node_modules/npm/man/man1/npm-rebuild.1.gz lib/node_modules/npm/man/man1/npm-repo.1.gz lib/node_modules/npm/man/man1/npm-restart.1.gz lib/node_modules/npm/man/man1/npm-root.1.gz -lib/node_modules/npm/man/man1/npm-run-script.1.gz +lib/node_modules/npm/man/man1/npm-run.1.gz lib/node_modules/npm/man/man1/npm-sbom.1.gz lib/node_modules/npm/man/man1/npm-search.1.gz lib/node_modules/npm/man/man1/npm-shrinkwrap.1.gz @@ -354,6 +353,7 @@ lib/node_modules/npm/man/man1/npm-stop.1.gz lib/node_modules/npm/man/man1/npm-team.1.gz lib/node_modules/npm/man/man1/npm-test.1.gz lib/node_modules/npm/man/man1/npm-token.1.gz +lib/node_modules/npm/man/man1/npm-undeprecate.1.gz lib/node_modules/npm/man/man1/npm-uninstall.1.gz lib/node_modules/npm/man/man1/npm-unpublish.1.gz lib/node_modules/npm/man/man1/npm-unstar.1.gz @@ -549,25 +549,6 @@ lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/advisory.js lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/get-dep-spec.js lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/hash.js lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/index.js -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/.bin/pacote -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/LICENSE -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/README.md -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/bin/index.js -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/lib/dir.js -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/lib/fetcher.js -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/lib/file.js -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/lib/git.js -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/lib/index.js -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/lib/registry.js -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/lib/remote.js -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/lib/util/add-git-sha.js -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/lib/util/cache-dir.js -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/lib/util/is-package-bin.js -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/lib/util/npm.js -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/lib/util/protected.js -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/lib/util/tar-create-options.js -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/lib/util/trailing-slashes.js -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/package.json lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/package.json lib/node_modules/npm/node_modules/@npmcli/name-from-folder/LICENSE lib/node_modules/npm/node_modules/@npmcli/name-from-folder/lib/index.js @@ -626,6 +607,39 @@ lib/node_modules/npm/node_modules/@pkgjs/parseargs/internal/util.js lib/node_modules/npm/node_modules/@pkgjs/parseargs/internal/validators.js lib/node_modules/npm/node_modules/@pkgjs/parseargs/package.json lib/node_modules/npm/node_modules/@pkgjs/parseargs/utils.js +lib/node_modules/npm/node_modules/@sigstore/bundle/LICENSE +lib/node_modules/npm/node_modules/@sigstore/bundle/dist/build.js +lib/node_modules/npm/node_modules/@sigstore/bundle/dist/bundle.js +lib/node_modules/npm/node_modules/@sigstore/bundle/dist/error.js +lib/node_modules/npm/node_modules/@sigstore/bundle/dist/index.js +lib/node_modules/npm/node_modules/@sigstore/bundle/dist/serialized.js +lib/node_modules/npm/node_modules/@sigstore/bundle/dist/utility.js +lib/node_modules/npm/node_modules/@sigstore/bundle/dist/validate.js +lib/node_modules/npm/node_modules/@sigstore/bundle/package.json +lib/node_modules/npm/node_modules/@sigstore/core/LICENSE +lib/node_modules/npm/node_modules/@sigstore/core/dist/asn1/error.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/asn1/index.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/asn1/length.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/asn1/obj.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/asn1/parse.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/asn1/tag.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/crypto.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/dsse.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/encoding.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/index.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/json.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/oid.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/pem.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/rfc3161/error.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/rfc3161/index.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/rfc3161/timestamp.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/rfc3161/tstinfo.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/stream.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/x509/cert.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/x509/ext.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/x509/index.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/x509/sct.js +lib/node_modules/npm/node_modules/@sigstore/core/package.json lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/LICENSE lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/envelope.js lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/events.js @@ -644,6 +658,39 @@ lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/si lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/sigstore_verification.js lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/index.js lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/package.json +lib/node_modules/npm/node_modules/@sigstore/sign/LICENSE +lib/node_modules/npm/node_modules/@sigstore/sign/dist/bundler/base.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/bundler/bundle.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/bundler/dsse.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/bundler/index.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/bundler/message.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/error.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/external/error.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/external/fetch.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/external/fulcio.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/external/rekor.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/external/tsa.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/identity/ci.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/identity/index.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/identity/provider.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/index.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/signer/fulcio/ca.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/signer/fulcio/ephemeral.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/signer/fulcio/index.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/signer/index.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/signer/signer.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/types/fetch.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/util/index.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/util/oidc.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/util/ua.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/witness/index.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/witness/tlog/client.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/witness/tlog/entry.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/witness/tlog/index.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/witness/tsa/client.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/witness/tsa/index.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/witness/witness.js +lib/node_modules/npm/node_modules/@sigstore/sign/package.json lib/node_modules/npm/node_modules/@sigstore/tuf/LICENSE lib/node_modules/npm/node_modules/@sigstore/tuf/dist/appdata.js lib/node_modules/npm/node_modules/@sigstore/tuf/dist/client.js @@ -652,9 +699,54 @@ lib/node_modules/npm/node_modules/@sigstore/tuf/dist/index.js lib/node_modules/npm/node_modules/@sigstore/tuf/dist/target.js lib/node_modules/npm/node_modules/@sigstore/tuf/package.json lib/node_modules/npm/node_modules/@sigstore/tuf/seeds.json +lib/node_modules/npm/node_modules/@sigstore/verify/dist/bundle/dsse.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/bundle/index.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/bundle/message.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/error.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/index.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/key/certificate.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/key/index.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/key/sct.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/policy.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/shared.types.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/timestamp/checkpoint.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/timestamp/index.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/timestamp/merkle.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/timestamp/set.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/timestamp/tsa.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/tlog/dsse.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/tlog/hashedrekord.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/tlog/index.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/tlog/intoto.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/trust/filter.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/trust/index.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/trust/trust.types.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/verifier.js +lib/node_modules/npm/node_modules/@sigstore/verify/package.json lib/node_modules/npm/node_modules/@tufjs/canonical-json/LICENSE lib/node_modules/npm/node_modules/@tufjs/canonical-json/lib/index.js lib/node_modules/npm/node_modules/@tufjs/canonical-json/package.json +lib/node_modules/npm/node_modules/@tufjs/models/LICENSE +lib/node_modules/npm/node_modules/@tufjs/models/dist/base.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/delegations.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/error.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/file.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/index.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/key.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/metadata.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/role.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/root.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/signature.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/snapshot.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/targets.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/timestamp.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/utils/guard.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/utils/index.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/utils/key.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/utils/oid.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/utils/types.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/utils/verify.js +lib/node_modules/npm/node_modules/@tufjs/models/package.json lib/node_modules/npm/node_modules/abbrev/LICENSE lib/node_modules/npm/node_modules/abbrev/lib/index.js lib/node_modules/npm/node_modules/abbrev/package.json @@ -728,6 +820,14 @@ lib/node_modules/npm/node_modules/cacache/node_modules/chownr/dist/commonjs/pack lib/node_modules/npm/node_modules/cacache/node_modules/chownr/dist/esm/index.js lib/node_modules/npm/node_modules/cacache/node_modules/chownr/dist/esm/package.json lib/node_modules/npm/node_modules/cacache/node_modules/chownr/package.json +lib/node_modules/npm/node_modules/cacache/node_modules/minizlib/LICENSE +lib/node_modules/npm/node_modules/cacache/node_modules/minizlib/dist/commonjs/constants.js +lib/node_modules/npm/node_modules/cacache/node_modules/minizlib/dist/commonjs/index.js +lib/node_modules/npm/node_modules/cacache/node_modules/minizlib/dist/commonjs/package.json +lib/node_modules/npm/node_modules/cacache/node_modules/minizlib/dist/esm/constants.js +lib/node_modules/npm/node_modules/cacache/node_modules/minizlib/dist/esm/index.js +lib/node_modules/npm/node_modules/cacache/node_modules/minizlib/dist/esm/package.json +lib/node_modules/npm/node_modules/cacache/node_modules/minizlib/package.json lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/LICENSE lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/package.json lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/src/bin.d.ts @@ -944,12 +1044,14 @@ lib/node_modules/npm/node_modules/diff/lib/index.js lib/node_modules/npm/node_modules/diff/lib/index.mjs lib/node_modules/npm/node_modules/diff/lib/patch/apply.js lib/node_modules/npm/node_modules/diff/lib/patch/create.js +lib/node_modules/npm/node_modules/diff/lib/patch/line-endings.js lib/node_modules/npm/node_modules/diff/lib/patch/merge.js lib/node_modules/npm/node_modules/diff/lib/patch/parse.js lib/node_modules/npm/node_modules/diff/lib/patch/reverse.js lib/node_modules/npm/node_modules/diff/lib/util/array.js lib/node_modules/npm/node_modules/diff/lib/util/distance-iterator.js lib/node_modules/npm/node_modules/diff/lib/util/params.js +lib/node_modules/npm/node_modules/diff/lib/util/string.js lib/node_modules/npm/node_modules/diff/package.json lib/node_modules/npm/node_modules/diff/release-notes.md lib/node_modules/npm/node_modules/diff/runtime.js @@ -1224,10 +1326,6 @@ lib/node_modules/npm/node_modules/libnpmfund/LICENSE lib/node_modules/npm/node_modules/libnpmfund/README.md lib/node_modules/npm/node_modules/libnpmfund/lib/index.js lib/node_modules/npm/node_modules/libnpmfund/package.json -lib/node_modules/npm/node_modules/libnpmhook/LICENSE.md -lib/node_modules/npm/node_modules/libnpmhook/README.md -lib/node_modules/npm/node_modules/libnpmhook/lib/index.js -lib/node_modules/npm/node_modules/libnpmhook/package.json lib/node_modules/npm/node_modules/libnpmorg/LICENSE lib/node_modules/npm/node_modules/libnpmorg/README.md lib/node_modules/npm/node_modules/libnpmorg/lib/index.js @@ -1324,6 +1422,14 @@ lib/node_modules/npm/node_modules/minipass-fetch/lib/headers.js lib/node_modules/npm/node_modules/minipass-fetch/lib/index.js lib/node_modules/npm/node_modules/minipass-fetch/lib/request.js lib/node_modules/npm/node_modules/minipass-fetch/lib/response.js +lib/node_modules/npm/node_modules/minipass-fetch/node_modules/minizlib/LICENSE +lib/node_modules/npm/node_modules/minipass-fetch/node_modules/minizlib/dist/commonjs/constants.js +lib/node_modules/npm/node_modules/minipass-fetch/node_modules/minizlib/dist/commonjs/index.js +lib/node_modules/npm/node_modules/minipass-fetch/node_modules/minizlib/dist/commonjs/package.json +lib/node_modules/npm/node_modules/minipass-fetch/node_modules/minizlib/dist/esm/constants.js +lib/node_modules/npm/node_modules/minipass-fetch/node_modules/minizlib/dist/esm/index.js +lib/node_modules/npm/node_modules/minipass-fetch/node_modules/minizlib/dist/esm/package.json +lib/node_modules/npm/node_modules/minipass-fetch/node_modules/minizlib/package.json lib/node_modules/npm/node_modules/minipass-fetch/package.json lib/node_modules/npm/node_modules/minipass-flush/LICENSE lib/node_modules/npm/node_modules/minipass-flush/index.js @@ -1345,12 +1451,11 @@ lib/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/package.j lib/node_modules/npm/node_modules/minipass-sized/package.json lib/node_modules/npm/node_modules/minipass-sized/test/basic.js lib/node_modules/npm/node_modules/minizlib/LICENSE -lib/node_modules/npm/node_modules/minizlib/dist/commonjs/constants.js -lib/node_modules/npm/node_modules/minizlib/dist/commonjs/index.js -lib/node_modules/npm/node_modules/minizlib/dist/commonjs/package.json -lib/node_modules/npm/node_modules/minizlib/dist/esm/constants.js -lib/node_modules/npm/node_modules/minizlib/dist/esm/index.js -lib/node_modules/npm/node_modules/minizlib/dist/esm/package.json +lib/node_modules/npm/node_modules/minizlib/constants.js +lib/node_modules/npm/node_modules/minizlib/index.js +lib/node_modules/npm/node_modules/minizlib/node_modules/minipass/LICENSE +lib/node_modules/npm/node_modules/minizlib/node_modules/minipass/index.js +lib/node_modules/npm/node_modules/minizlib/node_modules/minipass/package.json lib/node_modules/npm/node_modules/minizlib/package.json lib/node_modules/npm/node_modules/mkdirp/LICENSE lib/node_modules/npm/node_modules/mkdirp/bin/cmd.js @@ -1596,6 +1701,14 @@ lib/node_modules/npm/node_modules/node-gyp/node_modules/chownr/dist/commonjs/pac lib/node_modules/npm/node_modules/node-gyp/node_modules/chownr/dist/esm/index.js lib/node_modules/npm/node_modules/node-gyp/node_modules/chownr/dist/esm/package.json lib/node_modules/npm/node_modules/node-gyp/node_modules/chownr/package.json +lib/node_modules/npm/node_modules/node-gyp/node_modules/minizlib/LICENSE +lib/node_modules/npm/node_modules/node-gyp/node_modules/minizlib/dist/commonjs/constants.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/minizlib/dist/commonjs/index.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/minizlib/dist/commonjs/package.json +lib/node_modules/npm/node_modules/node-gyp/node_modules/minizlib/dist/esm/constants.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/minizlib/dist/esm/index.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/minizlib/dist/esm/package.json +lib/node_modules/npm/node_modules/node-gyp/node_modules/minizlib/package.json lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/LICENSE lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/package.json lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/src/bin.d.ts @@ -1788,6 +1901,14 @@ lib/node_modules/npm/node_modules/npm-registry-fetch/lib/default-opts.js lib/node_modules/npm/node_modules/npm-registry-fetch/lib/errors.js lib/node_modules/npm/node_modules/npm-registry-fetch/lib/index.js lib/node_modules/npm/node_modules/npm-registry-fetch/lib/json-stream.js +lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/minizlib/LICENSE +lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/minizlib/dist/commonjs/constants.js +lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/minizlib/dist/commonjs/index.js +lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/minizlib/dist/commonjs/package.json +lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/minizlib/dist/esm/constants.js +lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/minizlib/dist/esm/index.js +lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/minizlib/dist/esm/package.json +lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/minizlib/package.json lib/node_modules/npm/node_modules/npm-registry-fetch/package.json lib/node_modules/npm/node_modules/npm-user-validate/LICENSE lib/node_modules/npm/node_modules/npm-user-validate/lib/index.js @@ -2014,96 +2135,6 @@ lib/node_modules/npm/node_modules/sigstore/LICENSE lib/node_modules/npm/node_modules/sigstore/dist/config.js lib/node_modules/npm/node_modules/sigstore/dist/index.js lib/node_modules/npm/node_modules/sigstore/dist/sigstore.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/bundle/LICENSE -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/bundle/dist/build.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/bundle/dist/bundle.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/bundle/dist/error.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/bundle/dist/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/bundle/dist/serialized.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/bundle/dist/utility.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/bundle/dist/validate.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/bundle/package.json -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/LICENSE -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/asn1/error.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/asn1/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/asn1/length.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/asn1/obj.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/asn1/parse.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/asn1/tag.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/crypto.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/dsse.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/encoding.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/json.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/oid.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/pem.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/rfc3161/error.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/rfc3161/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/rfc3161/timestamp.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/rfc3161/tstinfo.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/stream.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/x509/cert.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/x509/ext.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/x509/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/x509/sct.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/package.json -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/LICENSE -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/bundler/base.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/bundler/bundle.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/bundler/dsse.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/bundler/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/bundler/message.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/error.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/external/error.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/external/fetch.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/external/fulcio.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/external/rekor.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/external/tsa.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/identity/ci.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/identity/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/identity/provider.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/signer/fulcio/ca.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/signer/fulcio/ephemeral.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/signer/fulcio/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/signer/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/signer/signer.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/types/fetch.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/util/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/util/oidc.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/util/ua.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/witness/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/witness/tlog/client.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/witness/tlog/entry.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/witness/tlog/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/witness/tsa/client.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/witness/tsa/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/witness/witness.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/package.json -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/bundle/dsse.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/bundle/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/bundle/message.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/error.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/key/certificate.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/key/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/key/sct.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/policy.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/shared.types.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/timestamp/checkpoint.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/timestamp/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/timestamp/merkle.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/timestamp/set.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/timestamp/tsa.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/tlog/dsse.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/tlog/hashedrekord.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/tlog/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/tlog/intoto.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/trust/filter.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/trust/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/trust/trust.types.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/verifier.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/package.json lib/node_modules/npm/node_modules/sigstore/package.json lib/node_modules/npm/node_modules/smart-buffer/LICENSE lib/node_modules/npm/node_modules/smart-buffer/build/smartbuffer.js @@ -2153,16 +2184,12 @@ lib/node_modules/npm/node_modules/spdx-license-ids/index.json lib/node_modules/npm/node_modules/spdx-license-ids/package.json lib/node_modules/npm/node_modules/sprintf-js/CONTRIBUTORS.md lib/node_modules/npm/node_modules/sprintf-js/LICENSE -lib/node_modules/npm/node_modules/sprintf-js/bower.json -lib/node_modules/npm/node_modules/sprintf-js/demo/angular.html lib/node_modules/npm/node_modules/sprintf-js/dist/.gitattributes lib/node_modules/npm/node_modules/sprintf-js/dist/angular-sprintf.min.js lib/node_modules/npm/node_modules/sprintf-js/dist/sprintf.min.js -lib/node_modules/npm/node_modules/sprintf-js/gruntfile.js lib/node_modules/npm/node_modules/sprintf-js/package.json lib/node_modules/npm/node_modules/sprintf-js/src/angular-sprintf.js lib/node_modules/npm/node_modules/sprintf-js/src/sprintf.js -lib/node_modules/npm/node_modules/sprintf-js/test/test.js lib/node_modules/npm/node_modules/ssri/LICENSE.md lib/node_modules/npm/node_modules/ssri/lib/index.js lib/node_modules/npm/node_modules/ssri/package.json @@ -2219,13 +2246,6 @@ lib/node_modules/npm/node_modules/tar/node_modules/minipass/LICENSE lib/node_modules/npm/node_modules/tar/node_modules/minipass/index.js lib/node_modules/npm/node_modules/tar/node_modules/minipass/index.mjs lib/node_modules/npm/node_modules/tar/node_modules/minipass/package.json -lib/node_modules/npm/node_modules/tar/node_modules/minizlib/LICENSE -lib/node_modules/npm/node_modules/tar/node_modules/minizlib/constants.js -lib/node_modules/npm/node_modules/tar/node_modules/minizlib/index.js -lib/node_modules/npm/node_modules/tar/node_modules/minizlib/node_modules/minipass/LICENSE -lib/node_modules/npm/node_modules/tar/node_modules/minizlib/node_modules/minipass/index.js -lib/node_modules/npm/node_modules/tar/node_modules/minizlib/node_modules/minipass/package.json -lib/node_modules/npm/node_modules/tar/node_modules/minizlib/package.json lib/node_modules/npm/node_modules/tar/package.json lib/node_modules/npm/node_modules/text-table/LICENSE lib/node_modules/npm/node_modules/text-table/example/align.js @@ -2305,27 +2325,6 @@ lib/node_modules/npm/node_modules/tuf-js/dist/store.js lib/node_modules/npm/node_modules/tuf-js/dist/updater.js lib/node_modules/npm/node_modules/tuf-js/dist/utils/tmpfile.js lib/node_modules/npm/node_modules/tuf-js/dist/utils/url.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/LICENSE -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/base.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/delegations.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/error.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/file.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/index.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/key.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/metadata.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/role.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/root.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/signature.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/snapshot.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/targets.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/timestamp.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/utils/guard.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/utils/index.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/utils/key.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/utils/oid.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/utils/types.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/utils/verify.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/package.json lib/node_modules/npm/node_modules/tuf-js/package.json lib/node_modules/npm/node_modules/unique-filename/LICENSE lib/node_modules/npm/node_modules/unique-filename/lib/index.js @@ -2351,10 +2350,10 @@ lib/node_modules/npm/node_modules/validate-npm-package-name/LICENSE lib/node_modules/npm/node_modules/validate-npm-package-name/lib/index.js lib/node_modules/npm/node_modules/validate-npm-package-name/package.json lib/node_modules/npm/node_modules/walk-up-path/LICENSE -lib/node_modules/npm/node_modules/walk-up-path/dist/cjs/index.js -lib/node_modules/npm/node_modules/walk-up-path/dist/cjs/package.json -lib/node_modules/npm/node_modules/walk-up-path/dist/mjs/index.js -lib/node_modules/npm/node_modules/walk-up-path/dist/mjs/package.json +lib/node_modules/npm/node_modules/walk-up-path/dist/commonjs/index.js +lib/node_modules/npm/node_modules/walk-up-path/dist/commonjs/package.json +lib/node_modules/npm/node_modules/walk-up-path/dist/esm/index.js +lib/node_modules/npm/node_modules/walk-up-path/dist/esm/package.json lib/node_modules/npm/node_modules/walk-up-path/package.json lib/node_modules/npm/node_modules/which/LICENSE lib/node_modules/npm/node_modules/which/README.md diff --git a/www/npm/Makefile b/www/npm/Makefile index df606afcda6f..0e72dff893b3 100644 --- a/www/npm/Makefile +++ b/www/npm/Makefile @@ -1,5 +1,5 @@ PORTNAME= npm -PORTVERSION= 10.9.3 +PORTVERSION= 11.4.2 CATEGORIES= www MAINTAINER= sunpoet@FreeBSD.org diff --git a/www/p5-Mojolicious/Makefile b/www/p5-Mojolicious/Makefile index d9533ffdf8a7..5e2727492f60 100644 --- a/www/p5-Mojolicious/Makefile +++ b/www/p5-Mojolicious/Makefile @@ -1,5 +1,5 @@ PORTNAME= Mojolicious -PORTVERSION= 9.40 +PORTVERSION= 9.41 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/www/p5-Mojolicious/distinfo b/www/p5-Mojolicious/distinfo index 4123f6cb0736..448072c7207b 100644 --- a/www/p5-Mojolicious/distinfo +++ b/www/p5-Mojolicious/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747105281 -SHA256 (Mojolicious-9.40.tar.gz) = 4d45f4b51cce46b3896f2e27b2447e52a8efccb1ebea5e6b3885ea211c08480b -SIZE (Mojolicious-9.40.tar.gz) = 965888 +TIMESTAMP = 1751612133 +SHA256 (Mojolicious-9.41.tar.gz) = c13db80169698fa3d76901cf03a06ef78fb496ed0b9275b4f558f6e878c281c6 +SIZE (Mojolicious-9.41.tar.gz) = 970647 diff --git a/www/p5-Mojolicious/pkg-plist b/www/p5-Mojolicious/pkg-plist index d7e72618c31a..06fe7759c0a9 100644 --- a/www/p5-Mojolicious/pkg-plist +++ b/www/p5-Mojolicious/pkg-plist @@ -57,6 +57,7 @@ bin/morbo %%SITE_PERL%%/Mojo/Server/Morbo/Backend/Poll.pm %%SITE_PERL%%/Mojo/Server/PSGI.pm %%SITE_PERL%%/Mojo/Server/Prefork.pm +%%SITE_PERL%%/Mojo/SSE.pm %%SITE_PERL%%/Mojo/Template.pm %%SITE_PERL%%/Mojo/Transaction.pm %%SITE_PERL%%/Mojo/Transaction/HTTP.pm @@ -201,6 +202,7 @@ bin/morbo %%PERL5_MAN3%%/Mojo::Server::Morbo::Backend::Poll.3.gz %%PERL5_MAN3%%/Mojo::Server::PSGI.3.gz %%PERL5_MAN3%%/Mojo::Server::Prefork.3.gz +%%PERL5_MAN3%%/Mojo::SSE.3.gz %%PERL5_MAN3%%/Mojo::Template.3.gz %%PERL5_MAN3%%/Mojo::Transaction.3.gz %%PERL5_MAN3%%/Mojo::Transaction::HTTP.3.gz diff --git a/www/py-adblock/Makefile b/www/py-adblock/Makefile index e22f9ce7b45a..d566dec56c46 100644 --- a/www/py-adblock/Makefile +++ b/www/py-adblock/Makefile @@ -1,6 +1,6 @@ PORTNAME= adblock DISTVERSION= 0.6.0 -PORTREVISION= 34 +PORTREVISION= 36 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-autobahn/Makefile b/www/py-autobahn/Makefile index 6e0e2f001755..e233402355de 100644 --- a/www/py-autobahn/Makefile +++ b/www/py-autobahn/Makefile @@ -1,7 +1,7 @@ PORTNAME= autobahn DISTVERSIONPREFIX= v DISTVERSION= 24.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,14 +22,12 @@ GH_ACCOUNT= crossbario GH_PROJECT= autobahn-python USE_PYTHON= autoplist cryptography distutils pytest -OPTIONS_DEFINE= ACCELERATE COMPRESS ENCRYPTION SCRAM SERIALIZATION -OPTIONS_DEFAULT= ACCELERATE ENCRYPTION SCRAM SERIALIZATION \ - TWISTED +OPTIONS_DEFINE= COMPRESS ENCRYPTION SCRAM SERIALIZATION +OPTIONS_DEFAULT= ENCRYPTION SCRAM SERIALIZATION TWISTED OPTIONS_MULTI= BACKENDS OPTIONS_MULTI_BACKENDS= TWISTED OPTIONS_FILE= ${PORT_DBDIR}/${OPTIONS_NAME}/${FLAVOR}-options -ACCELERATE_DESC= C-based WebSocket Acceleration BACKENDS_DESC= Network Backends COMPRESS_DESC= Compression support ENCRYPTION_DESC= TLS Transport / Cryptosign Encryption & Authentication @@ -37,8 +35,7 @@ SCRAM_DESC= WAMP-SCRAM Authentication support SERIALIZATION_DESC= Serializers (MessagePack, CBOR, UBJSON, Flatbuffers) TWISTED_DESC= Twisted network backend support -ACCELERATE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wsaccel>=0.6.3:www/py-wsaccel@${PY_FLAVOR} -COMPRESS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-snappy>=0.6.0:archivers/py-python-snappy@${PY_FLAVOR} +COMPRESS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-snappy>=0.6.0:archivers/py-python-snappy@${PY_FLAVOR} ENCRYPTION_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=20.0.1:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pynacl>=1.4.0:security/py-pynacl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}qrcode>=7.3.1:textproc/py-qrcode@${PY_FLAVOR} \ diff --git a/www/py-boto3/Makefile b/www/py-boto3/Makefile index d9a5c6fccbe8..b602e8f1c4ef 100644 --- a/www/py-boto3/Makefile +++ b/www/py-boto3/Makefile @@ -1,5 +1,5 @@ PORTNAME= boto3 -PORTVERSION= 1.38.45 +PORTVERSION= 1.38.46 CATEGORIES= www python devel MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-boto3/distinfo b/www/py-boto3/distinfo index ad2c891dd0dc..fdc11489316e 100644 --- a/www/py-boto3/distinfo +++ b/www/py-boto3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208180 -SHA256 (boto3-1.38.45.tar.gz) = 1123c9fb1d46cb6fb2c8579fb411c564c34d05c531755fa1548524df63f5e023 -SIZE (boto3-1.38.45.tar.gz) = 111892 +TIMESTAMP = 1751375065 +SHA256 (boto3-1.38.46.tar.gz) = d1ca2b53138afd0341e1962bd52be6071ab7a63c5b4f89228c5ef8942c40c852 +SIZE (boto3-1.38.46.tar.gz) = 111883 diff --git a/www/py-dash/Makefile b/www/py-dash/Makefile index d93fd6d4db5d..1611056751a1 100644 --- a/www/py-dash/Makefile +++ b/www/py-dash/Makefile @@ -1,5 +1,5 @@ PORTNAME= dash -PORTVERSION= 3.1.0 +PORTVERSION= 3.1.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-dash/distinfo b/www/py-dash/distinfo index 8e7eb0561321..73cbca061878 100644 --- a/www/py-dash/distinfo +++ b/www/py-dash/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208182 -SHA256 (dash-3.1.0.tar.gz) = ba53c46a6b12948ff6b8e1e4bda882a274277b131ec4698159447cfd027a7a51 -SIZE (dash-3.1.0.tar.gz) = 7544527 +TIMESTAMP = 1751375067 +SHA256 (dash-3.1.1.tar.gz) = 916b31cec46da0a3339da0e9df9f446126aa7f293c0544e07adf9fe4ba060b18 +SIZE (dash-3.1.1.tar.gz) = 7544441 diff --git a/www/py-django-unfold/Makefile b/www/py-django-unfold/Makefile index 72b09b33baa3..ab4181574b41 100644 --- a/www/py-django-unfold/Makefile +++ b/www/py-django-unfold/Makefile @@ -1,5 +1,5 @@ PORTNAME= django-unfold -PORTVERSION= 0.60.0 +PORTVERSION= 0.61.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-django-unfold/distinfo b/www/py-django-unfold/distinfo index a3773f3cd2bc..43ed2d1c5c02 100644 --- a/www/py-django-unfold/distinfo +++ b/www/py-django-unfold/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188150 -SHA256 (django_unfold-0.60.0.tar.gz) = bacb4a65fb7c1d711b518c47189f9895bc2816280c5b1863e403f5d41966895b -SIZE (django_unfold-0.60.0.tar.gz) = 1062758 +TIMESTAMP = 1751375069 +SHA256 (django_unfold-0.61.0.tar.gz) = 97e6d68600f8c9fbf4e3cf64bcc81c93dd4627150541e0e077e72f112a3a31a2 +SIZE (django_unfold-0.61.0.tar.gz) = 1064069 diff --git a/www/py-django52/Makefile b/www/py-django52/Makefile index f12ef684bc94..b8d867122c76 100644 --- a/www/py-django52/Makefile +++ b/www/py-django52/Makefile @@ -1,5 +1,5 @@ PORTNAME= django -PORTVERSION= 5.2.3 +PORTVERSION= 5.2.4 CATEGORIES= www python MASTER_SITES= PYPI \ https://media.djangoproject.com/releases/${PORTVERSION:R}/ diff --git a/www/py-django52/distinfo b/www/py-django52/distinfo index c15ee2cc7a66..7a54baf821b1 100644 --- a/www/py-django52/distinfo +++ b/www/py-django52/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749598233 -SHA256 (python/django-5.2.3.tar.gz) = 335213277666ab2c5cac44a792a6d2f3d58eb79a80c14b6b160cd4afc3b75684 -SIZE (python/django-5.2.3.tar.gz) = 10850303 +TIMESTAMP = 1751617145 +SHA256 (python/django-5.2.4.tar.gz) = a1228c384f8fa13eebc015196db7b3e08722c5058d4758d20cb287503a540d8f +SIZE (python/django-5.2.4.tar.gz) = 10831909 diff --git a/www/py-granian/Makefile b/www/py-granian/Makefile index 507f37063849..64340e990760 100644 --- a/www/py-granian/Makefile +++ b/www/py-granian/Makefile @@ -1,5 +1,6 @@ PORTNAME= granian PORTVERSION= 2.3.4 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-jh2/Makefile b/www/py-jh2/Makefile index b3eedcd8b1a2..bf1c5fa4c7e2 100644 --- a/www/py-jh2/Makefile +++ b/www/py-jh2/Makefile @@ -1,6 +1,6 @@ PORTNAME= jh2 PORTVERSION= 5.0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= PYPI \ https://github.com/jawah/h2/releases/download/v${PORTVERSION}/ diff --git a/www/py-nh3/Makefile b/www/py-nh3/Makefile index 459d0ee69bc0..4f7a3188c5ca 100644 --- a/www/py-nh3/Makefile +++ b/www/py-nh3/Makefile @@ -1,6 +1,6 @@ PORTNAME= nh3 DISTVERSION= 0.2.21 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-notebook/Makefile b/www/py-notebook/Makefile index 2007d97a8cc5..53da7ddaf12f 100644 --- a/www/py-notebook/Makefile +++ b/www/py-notebook/Makefile @@ -1,5 +1,5 @@ PORTNAME= notebook -PORTVERSION= 7.4.3 +PORTVERSION= 7.4.4 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,9 +15,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-jupyter-builder>=0.5:devel/py-hatch-jupyter-builder@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hatchling>=1.11:devel/py-hatchling@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jupyterlab>=4.4.3<4.5:devel/py-jupyterlab@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}jupyterlab>=4.4.4<4.5:devel/py-jupyterlab@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter-server>=2.4.0<3:devel/py-jupyter-server@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jupyterlab>=4.4.3<4.5:devel/py-jupyterlab@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jupyterlab>=4.4.4<4.5:devel/py-jupyterlab@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jupyterlab-server>=2.27.1<3:devel/py-jupyterlab-server@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}notebook-shim>=0.2<0.3:devel/py-notebook-shim@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tornado>=6.2.0:www/py-tornado@${PY_FLAVOR} diff --git a/www/py-notebook/distinfo b/www/py-notebook/distinfo index 3509ef453aca..4c539255fe24 100644 --- a/www/py-notebook/distinfo +++ b/www/py-notebook/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748496023 -SHA256 (notebook-7.4.3.tar.gz) = a1567481cd3853f2610ee0ecf5dfa12bb508e878ee8f92152c134ef7f0568a76 -SIZE (notebook-7.4.3.tar.gz) = 13881668 +TIMESTAMP = 1751375131 +SHA256 (notebook-7.4.4.tar.gz) = 392fd501e266f2fb3466c6fcd3331163a2184968cb5c5accf90292e01dfe528c +SIZE (notebook-7.4.4.tar.gz) = 13883628 diff --git a/www/py-planet/Makefile b/www/py-planet/Makefile index eec7ee458e08..7438963a6717 100644 --- a/www/py-planet/Makefile +++ b/www/py-planet/Makefile @@ -1,5 +1,5 @@ PORTNAME= planet -PORTVERSION= 2.22.0 +PORTVERSION= 2.22.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-planet/distinfo b/www/py-planet/distinfo index fc101ada6dbd..6fd7b0a49479 100644 --- a/www/py-planet/distinfo +++ b/www/py-planet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188154 -SHA256 (planet-2.22.0.tar.gz) = 85850dff397c360c8d6d9d58271e52b95458d39e276354f8316e355c73785404 -SIZE (planet-2.22.0.tar.gz) = 3369616 +TIMESTAMP = 1751375071 +SHA256 (planet-2.22.1.tar.gz) = 706582bfb1fef4f9c5f4d0a421e9e3dea9e0c3e83ff492e4e88e26725361e316 +SIZE (planet-2.22.1.tar.gz) = 3369752 diff --git a/www/py-pywry/Makefile b/www/py-pywry/Makefile index 1ad2561d7876..cb065e411fbf 100644 --- a/www/py-pywry/Makefile +++ b/www/py-pywry/Makefile @@ -1,6 +1,6 @@ PORTNAME= pywry DISTVERSION= 0.6.2 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-qh3/Makefile b/www/py-qh3/Makefile index 38a4dc010033..ca733378634e 100644 --- a/www/py-qh3/Makefile +++ b/www/py-qh3/Makefile @@ -1,7 +1,7 @@ PORTNAME= qh3 DISTVERSIONPREFIX= v DISTVERSION= 1.0.9 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www python #MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-wsaccel/Makefile b/www/py-wsaccel/Makefile index 28e828757c80..db46482c5598 100644 --- a/www/py-wsaccel/Makefile +++ b/www/py-wsaccel/Makefile @@ -13,6 +13,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE DEPRECATED= Upstream ceased development +EXPIRATION_DATE=2025-08-03 BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} diff --git a/www/rearx/Makefile b/www/rearx/Makefile index b72bf8f98be0..fc71d35a2022 100644 --- a/www/rearx/Makefile +++ b/www/rearx/Makefile @@ -1,7 +1,7 @@ PORTNAME= rearx DISTVERSIONPREFIX= v DISTVERSION= 0.1.4 -PORTREVISION= 39 +PORTREVISION= 40 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/reddsaver/Makefile b/www/reddsaver/Makefile index a56178e11eba..d483f4206ef5 100644 --- a/www/reddsaver/Makefile +++ b/www/reddsaver/Makefile @@ -1,7 +1,7 @@ PORTNAME= reddsaver DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/rubygem-jwt/Makefile b/www/rubygem-jwt/Makefile index 1d2d959d073d..022d1375704f 100644 --- a/www/rubygem-jwt/Makefile +++ b/www/rubygem-jwt/Makefile @@ -1,5 +1,5 @@ PORTNAME= jwt -PORTVERSION= 2.10.1 +PORTVERSION= 2.10.2 CATEGORIES= www devel rubygems MASTER_SITES= RG diff --git a/www/rubygem-jwt/distinfo b/www/rubygem-jwt/distinfo index 4fc7f6fe0293..1bbed754c916 100644 --- a/www/rubygem-jwt/distinfo +++ b/www/rubygem-jwt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735705263 -SHA256 (rubygem/jwt-2.10.1.gem) = e6424ae1d813f63e761a04d6284e10e7ec531d6f701917fadcd0d9b2deaf1cc5 -SIZE (rubygem/jwt-2.10.1.gem) = 54784 +TIMESTAMP = 1751375125 +SHA256 (rubygem/jwt-2.10.2.gem) = 31e1ee46f7359883d5e622446969fe9c118c3da87a0b1dca765ce269c3a0c4f4 +SIZE (rubygem/jwt-2.10.2.gem) = 54784 diff --git a/www/rubygem-selenium-webdriver/Makefile b/www/rubygem-selenium-webdriver/Makefile index 8403f265e154..0021bf929eee 100644 --- a/www/rubygem-selenium-webdriver/Makefile +++ b/www/rubygem-selenium-webdriver/Makefile @@ -1,5 +1,5 @@ PORTNAME= selenium-webdriver -PORTVERSION= 4.33.0 +PORTVERSION= 4.34.0 CATEGORIES= www rubygems MASTER_SITES= RG diff --git a/www/rubygem-selenium-webdriver/distinfo b/www/rubygem-selenium-webdriver/distinfo index 9db9f87f2e96..83e4c7782c13 100644 --- a/www/rubygem-selenium-webdriver/distinfo +++ b/www/rubygem-selenium-webdriver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748496013 -SHA256 (rubygem/selenium-webdriver-4.33.0.gem) = 720cad35cb7c2fdd87706940ed107bf2ec6873e50fa45b26f497fa28a8f97e1d -SIZE (rubygem/selenium-webdriver-4.33.0.gem) = 8489472 +TIMESTAMP = 1751375127 +SHA256 (rubygem/selenium-webdriver-4.34.0.gem) = ec7bb718cbe66fe2b247d8ca5e6ba26caed0976d76579d7cb2fadd8dae8b271e +SIZE (rubygem/selenium-webdriver-4.34.0.gem) = 8504832 diff --git a/www/rustypaste-cli/Makefile b/www/rustypaste-cli/Makefile index bd674b2e5e41..046da52aa0de 100644 --- a/www/rustypaste-cli/Makefile +++ b/www/rustypaste-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= rustypaste-cli DISTVERSIONPREFIX= v DISTVERSION= 0.9.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= dtxdf@FreeBSD.org diff --git a/www/rustypaste/Makefile b/www/rustypaste/Makefile index 2bb690c63ac9..85660877a5ea 100644 --- a/www/rustypaste/Makefile +++ b/www/rustypaste/Makefile @@ -1,7 +1,7 @@ PORTNAME= rustypaste DISTVERSIONPREFIX= v DISTVERSION= 0.16.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= dtxdf@FreeBSD.org diff --git a/www/so/Makefile b/www/so/Makefile index 5dce86e8a1af..214f2f741674 100644 --- a/www/so/Makefile +++ b/www/so/Makefile @@ -1,7 +1,7 @@ PORTNAME= so DISTVERSIONPREFIX= v DISTVERSION= 0.4.6 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= www MAINTAINER= sec.research.2005@gmail.com diff --git a/www/sqlpage/Makefile b/www/sqlpage/Makefile index d1d24ddbd50f..ae824ff2d7d1 100644 --- a/www/sqlpage/Makefile +++ b/www/sqlpage/Makefile @@ -1,6 +1,7 @@ PORTNAME= sqlpage DISTVERSIONPREFIX= v DISTVERSION= 0.35.2 +PORTREVISION= 1 CATEGORIES= www databases MASTER_SITES= https://cdn.jsdelivr.net/npm/:npm DISTFILES= ${NPM_DISTFILES} diff --git a/www/stork/Makefile b/www/stork/Makefile index 55da36cbea01..5b52336b2d56 100644 --- a/www/stork/Makefile +++ b/www/stork/Makefile @@ -1,7 +1,7 @@ PORTNAME= stork DISTVERSIONPREFIX= v DISTVERSION= 1.6.0 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/tor-browser/Makefile b/www/tor-browser/Makefile index b0c94ed27b82..76548cb2b9cc 100644 --- a/www/tor-browser/Makefile +++ b/www/tor-browser/Makefile @@ -1,5 +1,6 @@ PORTNAME= tor-browser DISTVERSION= 14.5.4 +PORTREVISION= 1 CATEGORIES= www net security wayland TAG_BASE= 90dbac96420394aa35ce29385814742ac4942b26 TAG_TOR= 9cbc3b3d25d2c5c77f1b6b3172ba6bcad2563939 diff --git a/www/trunk/Makefile b/www/trunk/Makefile index 60c08739bac9..b3cb5f230018 100644 --- a/www/trunk/Makefile +++ b/www/trunk/Makefile @@ -1,7 +1,7 @@ PORTNAME= trunk DISTVERSIONPREFIX= v DISTVERSION= 0.21.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel MAINTAINER= yuri@FreeBSD.org diff --git a/www/tuifeed/Makefile b/www/tuifeed/Makefile index 32028ee547ba..a8f574bdfe50 100644 --- a/www/tuifeed/Makefile +++ b/www/tuifeed/Makefile @@ -1,7 +1,7 @@ PORTNAME= tuifeed DISTVERSIONPREFIX= v DISTVERSION= 0.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= driesm@FreeBSD.org diff --git a/www/ungoogled-chromium/Makefile b/www/ungoogled-chromium/Makefile index 291314292f78..22dbb6bb7919 100644 --- a/www/ungoogled-chromium/Makefile +++ b/www/ungoogled-chromium/Makefile @@ -1,6 +1,6 @@ PORTNAME= ungoogled-chromium PORTVERSION= 137.0.7151.103 -PORTREVISION= 1 +PORTREVISION= 2 PULSEMV= 16 PULSEV= ${PULSEMV}.1 UGVERSION= ${DISTVERSION}-1 diff --git a/www/varnish-libvmod-fileserver/Makefile b/www/varnish-libvmod-fileserver/Makefile index e219499346b6..3d46c583a9c5 100644 --- a/www/varnish-libvmod-fileserver/Makefile +++ b/www/varnish-libvmod-fileserver/Makefile @@ -1,5 +1,6 @@ PORTNAME= libvmod-fileserver PORTVERSION= 0.0.9 +PORTREVISION= 1 CATEGORIES= www PKGNAMEPREFIX= varnish- diff --git a/www/vigil/Makefile b/www/vigil/Makefile index e5686855e5e9..41f773cf28f9 100644 --- a/www/vigil/Makefile +++ b/www/vigil/Makefile @@ -1,7 +1,7 @@ PORTNAME= vigil DISTVERSIONPREFIX= v DISTVERSION= 1.27.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/wasm-bindgen-cli/Makefile b/www/wasm-bindgen-cli/Makefile index 773388ad0e3e..c0f9efef3fae 100644 --- a/www/wasm-bindgen-cli/Makefile +++ b/www/wasm-bindgen-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= wasm-bindgen-cli DISTVERSION= 0.2.95 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= aokblast@FreeBSD.org diff --git a/www/wasm-pack/Makefile b/www/wasm-pack/Makefile index 6323436c4d3a..084992803fd2 100644 --- a/www/wasm-pack/Makefile +++ b/www/wasm-pack/Makefile @@ -1,7 +1,7 @@ PORTNAME= wasm-pack DISTVERSIONPREFIX= v DISTVERSION= 0.13.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/waterfox/Makefile b/www/waterfox/Makefile index 56a457d2614f..abb3805240ba 100644 --- a/www/waterfox/Makefile +++ b/www/waterfox/Makefile @@ -1,6 +1,6 @@ PORTNAME= waterfox DISTVERSION= 6.5.9 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www diff --git a/www/websocat/Makefile b/www/websocat/Makefile index 40f2bbf1acf3..35330756049c 100644 --- a/www/websocat/Makefile +++ b/www/websocat/Makefile @@ -1,7 +1,7 @@ PORTNAME= websocat DISTVERSIONPREFIX= v DISTVERSION= 1.14.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MAINTAINER= osa@FreeBSD.org diff --git a/www/wiki-tui/Makefile b/www/wiki-tui/Makefile index b0d183879840..6d4754a68bab 100644 --- a/www/wiki-tui/Makefile +++ b/www/wiki-tui/Makefile @@ -1,7 +1,7 @@ PORTNAME= wiki-tui DISTVERSIONPREFIX= v DISTVERSION= 0.9.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MAINTAINER= eduardo@FreeBSD.org diff --git a/www/xh/Makefile b/www/xh/Makefile index 238105f88586..9ed1ee76c9ca 100644 --- a/www/xh/Makefile +++ b/www/xh/Makefile @@ -1,7 +1,7 @@ PORTNAME= xh DISTVERSIONPREFIX= v DISTVERSION= 0.24.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= lcook@FreeBSD.org diff --git a/www/zola/Makefile b/www/zola/Makefile index 4ffe9755b2aa..7004e265bbca 100644 --- a/www/zola/Makefile +++ b/www/zola/Makefile @@ -1,7 +1,7 @@ PORTNAME= zola DISTVERSIONPREFIX= v DISTVERSION= 0.20.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= bofh@FreeBSD.org diff --git a/x11-clocks/kteatime/distinfo b/x11-clocks/kteatime/distinfo index f641fe156967..b9d28e72026c 100644 --- a/x11-clocks/kteatime/distinfo +++ b/x11-clocks/kteatime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749037000 -SHA256 (KDE/release-service/25.04.2/kteatime-25.04.2.tar.xz) = 310bc80d19f4a2d5572e00d5117886209bcbab188620b130a5b246ce157af5ac -SIZE (KDE/release-service/25.04.2/kteatime-25.04.2.tar.xz) = 311668 +TIMESTAMP = 1751381702 +SHA256 (KDE/release-service/25.04.3/kteatime-25.04.3.tar.xz) = 6129cab14e22483620179c4bd18bcc57efe81833616b60453261b549582b916c +SIZE (KDE/release-service/25.04.3/kteatime-25.04.3.tar.xz) = 311688 diff --git a/x11-clocks/ktimer/distinfo b/x11-clocks/ktimer/distinfo index 8fe273ad8714..8148af24cf96 100644 --- a/x11-clocks/ktimer/distinfo +++ b/x11-clocks/ktimer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749037002 -SHA256 (KDE/release-service/25.04.2/ktimer-25.04.2.tar.xz) = d7451332ad66391471f1e7bb92cf8bc1352c7e91deb47a4c34cf82ed40d28c6c -SIZE (KDE/release-service/25.04.2/ktimer-25.04.2.tar.xz) = 454564 +TIMESTAMP = 1751381705 +SHA256 (KDE/release-service/25.04.3/ktimer-25.04.3.tar.xz) = f582b442a956284b56d15b8139da248e76701e0caa725e6e65175cd92dd45d94 +SIZE (KDE/release-service/25.04.3/ktimer-25.04.3.tar.xz) = 454584 diff --git a/x11-fm/dolphin/distinfo b/x11-fm/dolphin/distinfo index 006cc56c8119..4802fc95b18c 100644 --- a/x11-fm/dolphin/distinfo +++ b/x11-fm/dolphin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749037005 -SHA256 (KDE/release-service/25.04.2/dolphin-25.04.2.tar.xz) = 8c83c4937b7b47935b778ecd01a7d41da0626e7813da63345157d57d087297f0 -SIZE (KDE/release-service/25.04.2/dolphin-25.04.2.tar.xz) = 5741176 +TIMESTAMP = 1751381707 +SHA256 (KDE/release-service/25.04.3/dolphin-25.04.3.tar.xz) = e822faf02d3d727faf14789eacd331288cb8a74bb9b9881f1e7cd1789752c3f1 +SIZE (KDE/release-service/25.04.3/dolphin-25.04.3.tar.xz) = 5741148 diff --git a/x11-fm/konqueror/distinfo b/x11-fm/konqueror/distinfo index b378fd98dd42..1fb8fb88c1cf 100644 --- a/x11-fm/konqueror/distinfo +++ b/x11-fm/konqueror/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749037007 -SHA256 (KDE/release-service/25.04.2/konqueror-25.04.2.tar.xz) = 73d9a0bc70b028e4f274b04f7e8bf095fa5a90b342a4c6424b3769f92d532e5d -SIZE (KDE/release-service/25.04.2/konqueror-25.04.2.tar.xz) = 9814272 +TIMESTAMP = 1751381710 +SHA256 (KDE/release-service/25.04.3/konqueror-25.04.3.tar.xz) = 27daae200ecb441669d0cfd269372256e183b28401ca9b4986b6e862dc2a6ad0 +SIZE (KDE/release-service/25.04.3/konqueror-25.04.3.tar.xz) = 9812936 diff --git a/x11-fonts/py-shaperglot/Makefile b/x11-fonts/py-shaperglot/Makefile index c511f6cd74e3..9f2d87fecf31 100644 --- a/x11-fonts/py-shaperglot/Makefile +++ b/x11-fonts/py-shaperglot/Makefile @@ -1,6 +1,6 @@ PORTNAME= shaperglot PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fonts python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/x11-toolkits/gtkd/Makefile b/x11-toolkits/gtkd/Makefile index 90c3db9466b8..9964ab17e2e0 100644 --- a/x11-toolkits/gtkd/Makefile +++ b/x11-toolkits/gtkd/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtkd PORTVERSION= 3.10.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits MASTER_SITES= https://gtkd.org/Downloads/sources/ DISTNAME= GtkD-${PORTVERSION} @@ -17,6 +17,8 @@ BUILD_DEPENDS= ldc2:lang/ldc USES= gmake zip WRKSRC= ${WRKDIR} MAKEFILE= GNUmakefile +# avoid building demos +ALL_TARGET= libs shared-libs SSP_UNSAFE= ldc2 does not support -fstack-protector-strong diff --git a/x11-wm/cosmic-comp/Makefile b/x11-wm/cosmic-comp/Makefile index 48c6e213b8ef..0e000ba2b831 100644 --- a/x11-wm/cosmic-comp/Makefile +++ b/x11-wm/cosmic-comp/Makefile @@ -1,7 +1,7 @@ PORTNAME= cosmic-comp DISTVERSIONPREFIX= epoch- DISTVERSION= 1.0.0-alpha.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11-wm/leftwm/Makefile b/x11-wm/leftwm/Makefile index 59ea22dc6ee6..5c10224b78f8 100644 --- a/x11-wm/leftwm/Makefile +++ b/x11-wm/leftwm/Makefile @@ -1,6 +1,6 @@ PORTNAME= leftwm DISTVERSION= 0.5.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-wm MAINTAINER= bofh@FreeBSD.org diff --git a/x11-wm/niri/Makefile b/x11-wm/niri/Makefile index b612e2d3b662..13183d723078 100644 --- a/x11-wm/niri/Makefile +++ b/x11-wm/niri/Makefile @@ -1,7 +1,7 @@ PORTNAME= niri DISTVERSIONPREFIX= v DISTVERSION= 25.05.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/admiral/Makefile b/x11/admiral/Makefile index 98ce024e4755..0455e6930bf1 100644 --- a/x11/admiral/Makefile +++ b/x11/admiral/Makefile @@ -2,7 +2,7 @@ PORTNAME= admiral DISTVERSIONPREFIX= v DISTVERSION= 1.0.0-7 DISTVERSIONSUFFIX= -g5a9f33b -PORTREVISION= 67 +PORTREVISION= 68 CATEGORIES= x11 MAINTAINER= ports@FreeBSD.org diff --git a/x11/alacritty/Makefile b/x11/alacritty/Makefile index 09a90a03324d..b5a857729e76 100644 --- a/x11/alacritty/Makefile +++ b/x11/alacritty/Makefile @@ -1,7 +1,7 @@ PORTNAME= alacritty DISTVERSIONPREFIX= v DISTVERSION= 0.15.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 wayland MAINTAINER= vishwin@FreeBSD.org diff --git a/x11/clipcat/Makefile b/x11/clipcat/Makefile index 632698e4360b..55f73f2e2cf2 100644 --- a/x11/clipcat/Makefile +++ b/x11/clipcat/Makefile @@ -1,7 +1,7 @@ PORTNAME= clipcat DISTVERSIONPREFIX= v DISTVERSION= 0.21.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MAINTAINER= yuri@FreeBSD.org diff --git a/x11/eww/Makefile b/x11/eww/Makefile index deb3848978cf..9bb53faf0942 100644 --- a/x11/eww/Makefile +++ b/x11/eww/Makefile @@ -1,7 +1,7 @@ PORTNAME= eww DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 wayland PKGNAMESUFFIX= -${FLAVOR} diff --git a/x11/hybrid-bar/Makefile b/x11/hybrid-bar/Makefile index bba5a29dff7d..cf9ccec43bbd 100644 --- a/x11/hybrid-bar/Makefile +++ b/x11/hybrid-bar/Makefile @@ -1,6 +1,6 @@ PORTNAME= hybrid-bar DISTVERSION= 0.4.9 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/i3bar-river/Makefile b/x11/i3bar-river/Makefile index 8755e343e6a4..10d5cf5544be 100644 --- a/x11/i3bar-river/Makefile +++ b/x11/i3bar-river/Makefile @@ -1,7 +1,7 @@ PORTNAME= i3bar-river DISTVERSIONPREFIX= v DISTVERSION= 1.1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/inputplug/Makefile b/x11/inputplug/Makefile index 8516971df349..8f4e94ffcd58 100644 --- a/x11/inputplug/Makefile +++ b/x11/inputplug/Makefile @@ -1,6 +1,6 @@ PORTNAME= inputplug DISTVERSION= 0.4.0 -PORTREVISION= 34 +PORTREVISION= 35 CATEGORIES= x11 MAINTAINER= 0mp@FreeBSD.org diff --git a/x11/kde-baseapps/Makefile b/x11/kde-baseapps/Makefile index 38313977e642..7bfce2964804 100644 --- a/x11/kde-baseapps/Makefile +++ b/x11/kde-baseapps/Makefile @@ -1,6 +1,5 @@ PORTNAME= kde-baseapps DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= x11 kde MAINTAINER= kde@FreeBSD.org diff --git a/x11/kickoff/Makefile b/x11/kickoff/Makefile index f498d7a280a1..1a05a7ed40a4 100644 --- a/x11/kickoff/Makefile +++ b/x11/kickoff/Makefile @@ -1,7 +1,7 @@ PORTNAME= kickoff DISTVERSIONPREFIX= v DISTVERSION= 0.7.0 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= x11 wayland MAINTAINER= ports@FreeBSD.org diff --git a/x11/konsole/distinfo b/x11/konsole/distinfo index 29893b4e02ee..9a14d283d960 100644 --- a/x11/konsole/distinfo +++ b/x11/konsole/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749037009 -SHA256 (KDE/release-service/25.04.2/konsole-25.04.2.tar.xz) = 69cd6c7e84cbcb3df41227cd3115498a5aaddca6641802898d79e5b4e467bbfb -SIZE (KDE/release-service/25.04.2/konsole-25.04.2.tar.xz) = 1848068 +TIMESTAMP = 1751381712 +SHA256 (KDE/release-service/25.04.3/konsole-25.04.3.tar.xz) = 2f6833e22a71f4191e7ee45f3dce37e22a3be36d0fa592fdfffce207acac3939 +SIZE (KDE/release-service/25.04.3/konsole-25.04.3.tar.xz) = 1848092 diff --git a/x11/linux-nvidia-libs-devel/Makefile b/x11/linux-nvidia-libs-devel/Makefile index f0dfe2201ec7..89d730f3a4c8 100644 --- a/x11/linux-nvidia-libs-devel/Makefile +++ b/x11/linux-nvidia-libs-devel/Makefile @@ -1,4 +1,4 @@ -DISTVERSION= 575.64 +DISTVERSION= 575.64.03 # Explicitly set PORTREVISION as it can be overridden by the master port PORTREVISION= 0 diff --git a/x11/linux-nvidia-libs-devel/distinfo b/x11/linux-nvidia-libs-devel/distinfo index 8fd4df607603..fd5f4aac32a3 100644 --- a/x11/linux-nvidia-libs-devel/distinfo +++ b/x11/linux-nvidia-libs-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750496375 -SHA256 (NVIDIA-Linux-x86_64-575.64.run) = eb01bcfe73b06c7d24b6083c27e6414f6979542f06e65601421b64ccc0ad68b1 -SIZE (NVIDIA-Linux-x86_64-575.64.run) = 387052180 +TIMESTAMP = 1751449830 +SHA256 (NVIDIA-Linux-x86_64-575.64.03.run) = 4bb7aa86004b2ed299c7d430a0622c5c90327ce3aca4f6e9a531d4c41d3a0ca0 +SIZE (NVIDIA-Linux-x86_64-575.64.03.run) = 387655074 diff --git a/x11/nvidia-driver-devel/Makefile b/x11/nvidia-driver-devel/Makefile index d3e7258c8852..82483c12030b 100644 --- a/x11/nvidia-driver-devel/Makefile +++ b/x11/nvidia-driver-devel/Makefile @@ -1,4 +1,4 @@ -DISTVERSION= 575.64 +DISTVERSION= 575.64.03 # Explicitly set PORTREVISION as it can be overridden by the master port PORTREVISION= 0 diff --git a/x11/nvidia-driver-devel/distinfo b/x11/nvidia-driver-devel/distinfo index 28b3f5dc73eb..8f130be3a8e0 100644 --- a/x11/nvidia-driver-devel/distinfo +++ b/x11/nvidia-driver-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750495890 -SHA256 (NVIDIA-FreeBSD-x86_64-575.64.tar.xz) = 8b1392a796ac04738b11d8f74713d1c8be3ecbd1af8363ba8ba3599204b56057 -SIZE (NVIDIA-FreeBSD-x86_64-575.64.tar.xz) = 287791452 +TIMESTAMP = 1751449665 +SHA256 (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 1fa676e43bb2da5f4458ad8feb969d7dac3438adb2f3294ca15b2c3e95522363 +SIZE (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 287548092 diff --git a/x11/rio/Makefile b/x11/rio/Makefile index 2f43f5d17937..62245e643ba5 100644 --- a/x11/rio/Makefile +++ b/x11/rio/Makefile @@ -1,6 +1,7 @@ PORTNAME= rio DISTVERSIONPREFIX= v DISTVERSION= 0.2.20 +PORTREVISION= 1 CATEGORIES= x11 wayland PKGNAMESUFFIX= -terminal-emulator diff --git a/x11/rlaunch/Makefile b/x11/rlaunch/Makefile index d905a1fc907c..ab415af6b38a 100644 --- a/x11/rlaunch/Makefile +++ b/x11/rlaunch/Makefile @@ -1,6 +1,6 @@ PORTNAME= rlaunch DISTVERSION= 1.3.14 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= x11 MAINTAINER= yuri@FreeBSD.org diff --git a/x11/salut/Makefile b/x11/salut/Makefile index 2a3d72eefa5a..08bef05512b1 100644 --- a/x11/salut/Makefile +++ b/x11/salut/Makefile @@ -1,7 +1,7 @@ PORTNAME= salut DISTVERSIONPREFIX= v DISTVERSION= 0.3.1 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/shikane/Makefile b/x11/shikane/Makefile index 08f4d1bf95c6..9e47da1ef607 100644 --- a/x11/shikane/Makefile +++ b/x11/shikane/Makefile @@ -1,7 +1,7 @@ PORTNAME= shikane DISTVERSIONPREFIX= v DISTVERSION= 1.0.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= x11 wayland MAINTAINER= ports@FreeBSD.org diff --git a/x11/shotman/Makefile b/x11/shotman/Makefile index 5703dfdc94e4..5dff13170e30 100644 --- a/x11/shotman/Makefile +++ b/x11/shotman/Makefile @@ -1,7 +1,7 @@ PORTNAME= shotman DISTVERSIONPREFIX= v DISTVERSION= 0.4.7 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11 wayland MASTER_SITES= https://git.sr.ht/~whynothugo/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ # XXX Teach USES=cargo to not override default DISTFILES diff --git a/x11/sirula/Makefile b/x11/sirula/Makefile index 2ad152d21781..d249f2fc139c 100644 --- a/x11/sirula/Makefile +++ b/x11/sirula/Makefile @@ -1,7 +1,7 @@ PORTNAME= sirula DISTVERSIONPREFIX= v DISTVERSION= 1.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 wayland MAINTAINER= ports@FreeBSD.org diff --git a/x11/squeekboard/Makefile b/x11/squeekboard/Makefile index 9de55102c3d3..3263641305f2 100644 --- a/x11/squeekboard/Makefile +++ b/x11/squeekboard/Makefile @@ -1,7 +1,7 @@ PORTNAME= squeekboard DISTVERSIONPREFIX= v DISTVERSION= 1.43.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11 wayland PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/ diff --git a/x11/swayr/Makefile b/x11/swayr/Makefile index 82d05bfb3f9e..40ef7a0f0b02 100644 --- a/x11/swayr/Makefile +++ b/x11/swayr/Makefile @@ -1,6 +1,6 @@ PORTNAME= swayr DISTVERSION= 0.28.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default diff --git a/x11/swayrbar/Makefile b/x11/swayrbar/Makefile index 0e93f831bd43..d3b749cc81c1 100644 --- a/x11/swayrbar/Makefile +++ b/x11/swayrbar/Makefile @@ -1,6 +1,6 @@ PORTNAME= swayrbar DISTVERSION= 0.4.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11 MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default diff --git a/x11/swww/Makefile b/x11/swww/Makefile index 88b4cddfd448..e0b3d2e27100 100644 --- a/x11/swww/Makefile +++ b/x11/swww/Makefile @@ -1,7 +1,7 @@ PORTNAME= swww DISTVERSIONPREFIX= v DISTVERSION= 0.10.3 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= nivit@FreeBSD.org diff --git a/x11/tilix/Makefile b/x11/tilix/Makefile index aaa45a20042d..b60333b5b88b 100644 --- a/x11/tilix/Makefile +++ b/x11/tilix/Makefile @@ -1,6 +1,6 @@ PORTNAME= tilix PORTVERSION= 1.9.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MAINTAINER= romain@FreeBSD.org diff --git a/x11/watershot/Makefile b/x11/watershot/Makefile index fe1168aa4142..fa553f474884 100644 --- a/x11/watershot/Makefile +++ b/x11/watershot/Makefile @@ -1,7 +1,7 @@ PORTNAME= watershot DISTVERSIONPREFIX= v DISTVERSION= 0.2.2 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/wayidle/Makefile b/x11/wayidle/Makefile index 3fdb7d124c4c..0cfc56b17c03 100644 --- a/x11/wayidle/Makefile +++ b/x11/wayidle/Makefile @@ -1,7 +1,7 @@ PORTNAME= wayidle DISTVERSIONPREFIX= v DISTVERSION= 1.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 wayland MASTER_SITES= https://git.sr.ht/~whynothugo/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ # XXX Teach USES=cargo to not override default DISTFILES diff --git a/x11/wayout/Makefile b/x11/wayout/Makefile index ba3d8687f810..e5052914c8c0 100644 --- a/x11/wayout/Makefile +++ b/x11/wayout/Makefile @@ -1,6 +1,6 @@ PORTNAME= wayout DISTVERSION= 1.1.3 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= x11 wayland MASTER_SITES= https://git.sr.ht/~shinyzenith/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ # XXX Teach USES=cargo to not override default DISTFILES diff --git a/x11/wezterm/Makefile b/x11/wezterm/Makefile index 2ceef3eacbbb..668f9e796d10 100644 --- a/x11/wezterm/Makefile +++ b/x11/wezterm/Makefile @@ -1,7 +1,7 @@ PORTNAME= wezterm DISTVERSION= 20250213-133349 DISTVERSIONSUFFIX= -ee0c04e7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 wayland MAINTAINER= vladislav.movchan@gmail.com diff --git a/x11/windowtolayer/Makefile b/x11/windowtolayer/Makefile index 87c7e2cfef09..1db9b1b4c0ce 100644 --- a/x11/windowtolayer/Makefile +++ b/x11/windowtolayer/Makefile @@ -1,7 +1,7 @@ PORTNAME= windowtolayer DISTVERSIONPREFIX= v PORTVERSION= 0.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/wlr-which-key/Makefile b/x11/wlr-which-key/Makefile index bddb529561ae..f34266039fa5 100644 --- a/x11/wlr-which-key/Makefile +++ b/x11/wlr-which-key/Makefile @@ -1,6 +1,7 @@ PORTNAME= wlr-which-key DISTVERSIONPREFIX= v DISTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= x11 wayland MAINTAINER= nivit@FreeBSD.org diff --git a/x11/wmfocus/Makefile b/x11/wmfocus/Makefile index 949025d66e93..c57f6e2a12bd 100644 --- a/x11/wmfocus/Makefile +++ b/x11/wmfocus/Makefile @@ -1,7 +1,7 @@ PORTNAME= wmfocus DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= x11 MAINTAINER= eduardo@FreeBSD.org diff --git a/x11/xdg-desktop-portal-luminous/Makefile b/x11/xdg-desktop-portal-luminous/Makefile index 489e93f169ea..c2f324bc59ee 100644 --- a/x11/xdg-desktop-portal-luminous/Makefile +++ b/x11/xdg-desktop-portal-luminous/Makefile @@ -1,6 +1,7 @@ PORTNAME= xdg-desktop-portal-luminous DISTVERSIONPREFIX= v DISTVERSION= 0.1.11 +PORTREVISION= 1 CATEGORIES= x11 wayland MAINTAINER= ports@FreeBSD.org diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index e6cc609d420d..01e7080e3bac 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -1,5 +1,5 @@ PORTNAME= xterm -DISTVERSION= 400 +DISTVERSION= 401 CATEGORIES= x11 MASTER_SITES= https://invisible-island.net/archives/xterm/:src1 \ https://invisible-mirror.net/archives/xterm/:src1 \ diff --git a/x11/xterm/distinfo b/x11/xterm/distinfo index 83150174e95f..d79bb0f01e4e 100644 --- a/x11/xterm/distinfo +++ b/x11/xterm/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750070118 -SHA256 (xterm-400.tgz) = eed84ecc05efa63d589c5a2a3f5a947e14b798d03b5342cc6883710f648f1a06 -SIZE (xterm-400.tgz) = 1606572 +TIMESTAMP = 1751549917 +SHA256 (xterm-401.tgz) = 3da2b5e64cb49b03aa13057d85e62e1f2e64f7c744719c00d338d11cd3e6ca1a +SIZE (xterm-401.tgz) = 1609360 SHA256 (bsd-xterm-icons-1.tgz) = fcf51dce0e23e9911a16ed7f2ce835bb6ff2ada65f023c29fdd8abda2795bf7c SIZE (bsd-xterm-icons-1.tgz) = 22718 diff --git a/x11/xwayland-satellite/Makefile b/x11/xwayland-satellite/Makefile index 4a70c0e8824a..dd4e622fedf1 100644 --- a/x11/xwayland-satellite/Makefile +++ b/x11/xwayland-satellite/Makefile @@ -1,7 +1,7 @@ PORTNAME= xwayland-satellite DISTVERSIONPREFIX= v DISTVERSION= 0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/yakuake/distinfo b/x11/yakuake/distinfo index ddfded4c94cc..10f88136a57a 100644 --- a/x11/yakuake/distinfo +++ b/x11/yakuake/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749037012 -SHA256 (KDE/release-service/25.04.2/yakuake-25.04.2.tar.xz) = 65fcec29c442c8b54527f7d06e125060bf39997413f561e146be4b5cbd0bb963 -SIZE (KDE/release-service/25.04.2/yakuake-25.04.2.tar.xz) = 404112 +TIMESTAMP = 1751381714 +SHA256 (KDE/release-service/25.04.3/yakuake-25.04.3.tar.xz) = b7abf57ed8e68d17bedf51d42dca3cb6a26b316b830476fedcdb41cb359d6c03 +SIZE (KDE/release-service/25.04.3/yakuake-25.04.3.tar.xz) = 403984 |