diff options
257 files changed, 5657 insertions, 3257 deletions
@@ -4765,3 +4765,4 @@ net-mgmt/nagcon||2025-09-02|Has expired: Obsolete, only supports legacy versions www/yarn-node18||2025-09-02|Has expired: Depeneds on expired www/node18. Node.js 18.* has reached its EoL on 2025-04-30 www/npm-node18||2025-09-03|Has expired: Depeneds on expired www/node18. Node.js 18.* has reached its EoL on 2025-04-30 www/node18||2025-09-03|Has expired: Node.js 18.* has reached its EoL on 2025-04-30. Use Node.js 22.* (www/node22) instead +textproc/cgrep|textproc/hs-cgrep|2025-09-04|Per the convention for Haskell ports diff --git a/audio/mac/Makefile b/audio/mac/Makefile index 90dceadc3f27..ab83ee650f67 100644 --- a/audio/mac/Makefile +++ b/audio/mac/Makefile @@ -1,5 +1,5 @@ PORTNAME= mac -PORTVERSION= 11.41 +PORTVERSION= 11.42 CATEGORIES= audio MASTER_SITES= https://www.monkeysaudio.com/files/ DISTNAME= ${PORTNAME:tu}_${PORTVERSION:S|.||}_SDK diff --git a/audio/mac/distinfo b/audio/mac/distinfo index cd2331c26aab..a91d96606b58 100644 --- a/audio/mac/distinfo +++ b/audio/mac/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756944953 -SHA256 (MAC_1141_SDK.zip) = e31329e426802ee5072ebfcc4ea746005dafd54a0ab2793056f50764378fd94f -SIZE (MAC_1141_SDK.zip) = 1708143 +TIMESTAMP = 1757127314 +SHA256 (MAC_1142_SDK.zip) = 36477de1a4312fa5f4541613e233f113636f06592c0f394a6594ec4ccf0b226d +SIZE (MAC_1142_SDK.zip) = 1707973 diff --git a/audio/mac/files/patch-CMakeLists.txt b/audio/mac/files/patch-CMakeLists.txt index b26b2cdbbbee..2c65e85200bd 100644 --- a/audio/mac/files/patch-CMakeLists.txt +++ b/audio/mac/files/patch-CMakeLists.txt @@ -1,9 +1,9 @@ Version 11.00 added multi-threading support, but we need to link to -lpthread to resolve symbols. -Version 11.41 renamed IO.h to IAPEIO.h, but they didn't update CMakeLists.txt +Fix typo in MAC_SHARED_HEADERS. ---- CMakeLists.txt.orig 2025-09-01 19:26:38 UTC +--- CMakeLists.txt.orig 2025-09-05 10:46:54 UTC +++ CMakeLists.txt @@ -6,6 +6,8 @@ option(BUILD_UTIL "Build the mac command line tool" ON option(BUILD_SHARED "Build libMAC as a shared library" ON) @@ -14,22 +14,12 @@ Version 11.41 renamed IO.h to IAPEIO.h, but they didn't update CMakeLists.txt # # Determine interface version # -@@ -74,7 +76,7 @@ set(MAC_PUBLIC_HEADERS - Shared/All.h - Shared/APETag.h - Shared/CharacterHelper.h -- Shared/IO.h -+ Shared/IAPEIO.h - Shared/MACDll.h - Shared/MACLib.h - Shared/NoWindows.h -@@ -91,8 +93,8 @@ set(MAC_SHARED_HEADERS - Source/Shared/CPUFeatures.h +@@ -92,7 +94,7 @@ set(MAC_SHARED_HEADERS Source/Shared/CRC.h Source/Shared/GlobalFunctions.h -+ Source/Shared/IAPEIO.h Source/Shared/ID3Genres.h -- Source/Shared/IO.h +- Source/Shared/IAPEIOO.h ++ Source/Shared/IAPEIO.h Source/Shared/MACDll.h Source/Shared/MemoryIO.h Source/Shared/MFCGlobals.h diff --git a/audio/py-librosa/Makefile b/audio/py-librosa/Makefile index 985b036dab4e..28bff152bc2a 100644 --- a/audio/py-librosa/Makefile +++ b/audio/py-librosa/Makefile @@ -1,12 +1,13 @@ PORTNAME= librosa -DISTVERSION= 0.10.2.post1 +DISTVERSION= 0.11.0 CATEGORIES= audio python #MASTER_SITES= PYPI # no tests PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Python module for audio and music processing -WWW= https://librosa.org/ +WWW= https://librosa.org/ \ + https://github.com/librosa/librosa LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE.md @@ -15,15 +16,15 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}audioread>=2.1.9:audio/py-audioread@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}decorator>=4.3.0:devel/py-decorator@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}joblib>=0.14:devel/py-joblib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}joblib>=1.0:devel/py-joblib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lazy_loader>=0.1:devel/py-lazy_loader@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}msgpack>=1.0:devel/py-msgpack@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numba>=0.51.0:devel/py-numba@${PY_FLAVOR} \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}packaging>=20.0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pooch>=1.1:devel/py-pooch@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.20.0:science/py-scikit-learn@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=1.2.0:science/py-scipy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scikit-learn>=1.1.0:science/py-scikit-learn@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>=1.6.0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}SoundFile>=0.12.1:audio/py-SoundFile@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}soxr>=0.3.2:audio/py-soxr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.1.1:devel/py-typing-extensions@${PY_FLAVOR} @@ -41,6 +42,13 @@ USE_PYTHON= pep517 autoplist pytest USE_GITHUB= yes GH_TUPLE= librosa:librosa-test-data:72bd79e:test_data/tests/data +TEST_ENV= ${MAKE_ENV} \ + PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} \ + DISPLAY=${DISPLAY} \ + XAUTHORITY=${XAUTHORITY} + NO_ARCH= yes +# tests as of 0.11.0: 48 failed, 13971 passed, 2 skipped, 523 xfailed, 388 warnings in 1196.60s (0:19:56), see https://github.com/librosa/librosa/issues/1978 + .include <bsd.port.mk> diff --git a/audio/py-librosa/distinfo b/audio/py-librosa/distinfo index a4cfa6b3a40b..63a907cda3f9 100644 --- a/audio/py-librosa/distinfo +++ b/audio/py-librosa/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1722878505 -SHA256 (librosa-librosa-0.10.2.post1_GH0.tar.gz) = 531269ad17a727616cc683bc718222328e7aa3b6c143c67ea0bc283d1a5b284b -SIZE (librosa-librosa-0.10.2.post1_GH0.tar.gz) = 2334630 +TIMESTAMP = 1757051248 +SHA256 (librosa-librosa-0.11.0_GH0.tar.gz) = 6af22600c52e5b844cf73c699b7c0905ed9fe0b9f17b230eec697bce3368dd15 +SIZE (librosa-librosa-0.11.0_GH0.tar.gz) = 2339589 SHA256 (librosa-librosa-test-data-72bd79e_GH0.tar.gz) = c8a05a81cf6f071319056818deff82b21736a13230b32c6bea64ab2e1fe23a06 SIZE (librosa-librosa-test-data-72bd79e_GH0.tar.gz) = 164601052 diff --git a/audio/py-music21/Makefile b/audio/py-music21/Makefile index efd5879951ac..b576967e6d4c 100644 --- a/audio/py-music21/Makefile +++ b/audio/py-music21/Makefile @@ -1,6 +1,5 @@ PORTNAME= music21 -DISTVERSION= 9.5.0 -PORTREVISION= 1 +DISTVERSION= 9.7.1 CATEGORIES= audio python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,12 +14,12 @@ LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} -RUN_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}chardet>0:textproc/py-chardet@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>0:textproc/py-chardet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}joblib>0:devel/py-joblib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonpickle>0:devel/py-jsonpickle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}more-itertools>0:devel/py-more-itertools@${PY_FLAVOR} \ + ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webcolors>=1.5:graphics/py-webcolors@${PY_FLAVOR} \ lilypond:print/lilypond \ @@ -39,6 +38,6 @@ post-patch: s|/usr/bin/xdg-open|${LOCALBASE}/bin/xdg-open|" \ ${WRKSRC}/music21/environment.py -# tests as of 9.5.0: 539 passed, 4 warnings in 359.14s (0:05:59) +# tests as of 9.7.1: 542 passed, 4 warnings in 79.82s (0:01:19) .include <bsd.port.mk> diff --git a/audio/py-music21/distinfo b/audio/py-music21/distinfo index ddcbdb495d7f..a02d5881f2fa 100644 --- a/audio/py-music21/distinfo +++ b/audio/py-music21/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743120820 -SHA256 (music21-9.5.0.tar.gz) = f888a84f7abfa6e727b7028cdbf7b7bd9fa746009b766ca604fb749a67078d1a -SIZE (music21-9.5.0.tar.gz) = 16713764 +TIMESTAMP = 1757089889 +SHA256 (music21-9.7.1.tar.gz) = b056cc41fb989f492e291882c13c02ebc13e8f5734c6aab9aeb9fe6cfd2c2550 +SIZE (music21-9.7.1.tar.gz) = 16732133 diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile index ae29096cd085..5f9375e8c8d3 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -1,5 +1,5 @@ PORTNAME= gmsh -DISTVERSION= 4.14.0 +DISTVERSION= 4.14.1 CATEGORIES= cad MASTER_SITES= http://gmsh.info/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source diff --git a/cad/gmsh/distinfo b/cad/gmsh/distinfo index 2c20a5dbf455..10e1f3114ff6 100644 --- a/cad/gmsh/distinfo +++ b/cad/gmsh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753978269 -SHA256 (gmsh/gmsh-4.14.0-source.tgz) = db4d7da2062e9a4356a820832138ab99f97af6388bfeb21599a2eadfb0b76a28 -SIZE (gmsh/gmsh-4.14.0-source.tgz) = 18458158 +TIMESTAMP = 1757006148 +SHA256 (gmsh/gmsh-4.14.1-source.tgz) = 300cbb74b6fb88062aba70b1f5f31a8980177a4af415221a16ec8c0aa1d72afd +SIZE (gmsh/gmsh-4.14.1-source.tgz) = 18458428 diff --git a/comms/fldigi/Makefile b/comms/fldigi/Makefile index f3ee38f4e8ec..4b4d8a669421 100644 --- a/comms/fldigi/Makefile +++ b/comms/fldigi/Makefile @@ -1,5 +1,5 @@ PORTNAME= fldigi -DISTVERSION= 4.2.07 +DISTVERSION= 4.2.08 CATEGORIES= comms hamradio MASTER_SITES= SF/fldigi/${PORTNAME} diff --git a/comms/fldigi/distinfo b/comms/fldigi/distinfo index 54d38b83682b..29c6c69f74a5 100644 --- a/comms/fldigi/distinfo +++ b/comms/fldigi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754565098 -SHA256 (fldigi-4.2.07.tar.gz) = f4aa538747c1aa2542f74d51d4f747d921326b7d888e5fa3931492a45ba1b3aa -SIZE (fldigi-4.2.07.tar.gz) = 5272322 +TIMESTAMP = 1757071479 +SHA256 (fldigi-4.2.08.tar.gz) = e2b33f88a71bca238b26d95977bcca0c63c2c03405aa8358dc232c33cb56973f +SIZE (fldigi-4.2.08.tar.gz) = 5297861 diff --git a/databases/gom/Makefile b/databases/gom/Makefile index 00195e91f5d1..86a3b5067f67 100644 --- a/databases/gom/Makefile +++ b/databases/gom/Makefile @@ -1,5 +1,5 @@ PORTNAME= gom -PORTVERSION= 0.5.3 +PORTVERSION= 0.5.4 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -15,5 +15,6 @@ USES= gnome meson pkgconfig python sqlite tar:xz USE_GNOME= gdkpixbuf glib20 introspection pygobject3 USE_LDCONFIG= yes +BINARY_ALIAS= python3=${PYTHON_CMD} .include <bsd.port.mk> diff --git a/databases/gom/distinfo b/databases/gom/distinfo index 5b1184385149..a0eb96282a43 100644 --- a/databases/gom/distinfo +++ b/databases/gom/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740925042 -SHA256 (gnome/gom-0.5.3.tar.xz) = 069d0909fbdc6b4d27edf7a879366194e3ab508b03548bf5b89ff63546d20177 -SIZE (gnome/gom-0.5.3.tar.xz) = 106204 +TIMESTAMP = 1756644772 +SHA256 (gnome/gom-0.5.4.tar.xz) = 57ba806fe080a937d5664178d21bad7653b2c561ea128187a7b10bc1762b7f65 +SIZE (gnome/gom-0.5.4.tar.xz) = 106308 diff --git a/deskutils/gnome-maps/Makefile b/deskutils/gnome-maps/Makefile index 222dd87ac143..4373399a79e6 100644 --- a/deskutils/gnome-maps/Makefile +++ b/deskutils/gnome-maps/Makefile @@ -1,6 +1,5 @@ PORTNAME= gnome-maps -DISTVERSION= 47.7 -PORTREVISION= 1 +DISTVERSION= 47.9 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -12,6 +11,8 @@ WWW= https://apps.gnome.org/Maps/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +PORTSCOUT= limit:^47\. + BUILD_DEPENDS= geoclue>=0:net/geoclue LIB_DEPENDS= libgeocode-glib-2.so:net/geocode-glib2 \ libgjs.so:lang/gjs \ diff --git a/deskutils/gnome-maps/distinfo b/deskutils/gnome-maps/distinfo index c625027031a1..4147c3896af0 100644 --- a/deskutils/gnome-maps/distinfo +++ b/deskutils/gnome-maps/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749285811 -SHA256 (gnome/gnome-maps-47.7.tar.xz) = 33499b35f7eb77eb835f9cb77cf7a8818f25db789c0591cf053060ebaf474ee5 -SIZE (gnome/gnome-maps-47.7.tar.xz) = 3272536 +TIMESTAMP = 1756644043 +SHA256 (gnome/gnome-maps-47.9.tar.xz) = 00a15c6abb3adad28eb7f8fbc9a79c8ab8ba63719dfa2feddd3ae25f5a75f8c5 +SIZE (gnome/gnome-maps-47.9.tar.xz) = 3272760 diff --git a/deskutils/readur/Makefile b/deskutils/readur/Makefile index 9c9f7bf9ae40..d62930d6a9cc 100644 --- a/deskutils/readur/Makefile +++ b/deskutils/readur/Makefile @@ -1,7 +1,6 @@ PORTNAME= readur DISTVERSIONPREFIX= v -DISTVERSION= 2.5.6 -PORTREVISION= 2 +DISTVERSION= 2.6.1 CATEGORIES= deskutils MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.frontend${EXTRACT_SUFX} \ diff --git a/deskutils/readur/Makefile.crates b/deskutils/readur/Makefile.crates index b349b91cf88b..2aa4c55e0b97 100644 --- a/deskutils/readur/Makefile.crates +++ b/deskutils/readur/Makefile.crates @@ -2,6 +2,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ ab_glyph_rasterizer-0.1.8 \ addr2line-0.24.2 \ adler2-2.0.1 \ + aes-0.8.4 \ aho-corasick-1.1.3 \ aligned-vec-0.6.4 \ allocator-api2-0.2.21 \ @@ -26,26 +27,26 @@ CARGO_CRATES= ab_glyph-0.2.29 \ autocfg-1.4.0 \ av1-grain-0.2.4 \ avif-serialize-0.8.3 \ - aws-config-1.8.5 \ - aws-credential-types-1.2.5 \ + aws-config-1.8.6 \ + aws-credential-types-1.2.6 \ aws-lc-rs-1.13.1 \ aws-lc-sys-0.29.0 \ aws-runtime-1.5.10 \ - aws-sdk-s3-1.103.0 \ - aws-sdk-sso-1.81.0 \ - aws-sdk-ssooidc-1.82.0 \ - aws-sdk-sts-1.83.0 \ + aws-sdk-s3-1.104.0 \ + aws-sdk-sso-1.83.0 \ + aws-sdk-ssooidc-1.84.0 \ + aws-sdk-sts-1.85.0 \ aws-sigv4-1.3.4 \ aws-smithy-async-1.2.5 \ - aws-smithy-checksums-0.63.7 \ - aws-smithy-eventstream-0.60.10 \ + aws-smithy-checksums-0.63.8 \ + aws-smithy-eventstream-0.60.11 \ aws-smithy-http-0.62.3 \ - aws-smithy-http-client-1.0.6 \ - aws-smithy-json-0.61.4 \ + aws-smithy-http-client-1.1.1 \ + aws-smithy-json-0.61.5 \ aws-smithy-observability-0.1.3 \ aws-smithy-query-0.60.7 \ - aws-smithy-runtime-1.8.6 \ - aws-smithy-runtime-api-1.8.7 \ + aws-smithy-runtime-1.9.1 \ + aws-smithy-runtime-api-1.9.0 \ aws-smithy-types-1.3.2 \ aws-smithy-xml-0.60.10 \ aws-types-1.3.8 \ @@ -76,6 +77,8 @@ CARGO_CRATES= ab_glyph-0.2.29 \ byteorder-lite-0.1.0 \ bytes-1.10.1 \ bytes-utils-0.1.4 \ + bzip2-0.4.4 \ + bzip2-sys-0.1.13+1.0.8 \ cc-1.2.27 \ cexpr-0.6.0 \ cfb-0.7.3 \ @@ -84,15 +87,16 @@ CARGO_CRATES= ab_glyph-0.2.29 \ chrono-0.4.41 \ cipher-0.4.4 \ clang-sys-1.8.1 \ - clap-4.5.45 \ - clap_builder-4.5.44 \ - clap_derive-4.5.45 \ + clap-4.5.47 \ + clap_builder-4.5.47 \ + clap_derive-4.5.47 \ clap_lex-0.7.5 \ cmake-0.1.54 \ color_quant-1.1.0 \ colorchoice-1.0.4 \ concurrent-queue-2.5.0 \ const-oid-0.9.6 \ + constant_time_eq-0.1.5 \ core-foundation-0.9.4 \ core-foundation-0.10.1 \ core-foundation-sys-0.8.7 \ @@ -168,7 +172,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ glob-0.3.2 \ group-0.12.1 \ h2-0.3.26 \ - h2-0.4.10 \ + h2-0.4.12 \ half-2.6.0 \ hashbrown-0.12.3 \ hashbrown-0.15.4 \ @@ -194,7 +198,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ hyper-rustls-0.24.2 \ hyper-rustls-0.27.7 \ hyper-tls-0.6.0 \ - hyper-util-0.1.14 \ + hyper-util-0.1.16 \ hyperlocal-0.9.1 \ iana-time-zone-0.1.63 \ iana-time-zone-haiku-0.1.2 \ @@ -250,7 +254,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ log-0.4.27 \ loop9-0.1.5 \ lru-0.12.5 \ - matchers-0.1.0 \ + matchers-0.2.0 \ matchit-0.8.4 \ matrixmultiply-0.3.10 \ maybe-rayon-0.1.1 \ @@ -270,7 +274,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ notify-8.2.0 \ notify-types-2.0.0 \ ntapi-0.4.1 \ - nu-ansi-term-0.46.0 \ + nu-ansi-term-0.50.1 \ num-0.4.3 \ num-bigint-0.4.6 \ num-bigint-dig-0.8.4 \ @@ -293,7 +297,6 @@ CARGO_CRATES= ab_glyph-0.2.29 \ openssl-probe-0.1.6 \ openssl-sys-0.9.109 \ outref-0.5.2 \ - overload-0.1.1 \ owned_ttf_parser-0.25.0 \ p256-0.11.1 \ parking-2.2.1 \ @@ -301,7 +304,9 @@ CARGO_CRATES= ab_glyph-0.2.29 \ parking_lot_core-0.9.11 \ parse-display-0.9.1 \ parse-display-derive-0.9.1 \ + password-hash-0.4.2 \ paste-1.0.15 \ + pbkdf2-0.11.0 \ peeking_take_while-0.1.2 \ pem-3.0.5 \ pem-rfc7468-0.7.0 \ @@ -343,10 +348,8 @@ CARGO_CRATES= ab_glyph-0.2.29 \ ref-cast-1.0.24 \ ref-cast-impl-1.0.24 \ regex-1.11.2 \ - regex-automata-0.1.10 \ regex-automata-0.4.9 \ regex-lite-0.1.6 \ - regex-syntax-0.6.29 \ regex-syntax-0.8.5 \ reqwest-0.11.27 \ reqwest-0.12.23 \ @@ -357,20 +360,21 @@ CARGO_CRATES= ab_glyph-0.2.29 \ rust-embed-8.7.2 \ rust-embed-impl-8.7.2 \ rust-embed-utils-8.7.2 \ + rust_xlsxwriter-0.80.0 \ rustc-demangle-0.1.25 \ rustc-hash-1.1.0 \ rustc_version-0.4.1 \ rustix-0.38.44 \ rustix-1.0.7 \ rustls-0.21.12 \ - rustls-0.23.27 \ + rustls-0.23.31 \ rustls-native-certs-0.6.3 \ rustls-native-certs-0.8.1 \ rustls-pemfile-1.0.4 \ rustls-pemfile-2.2.0 \ rustls-pki-types-1.12.0 \ rustls-webpki-0.101.7 \ - rustls-webpki-0.103.3 \ + rustls-webpki-0.103.4 \ rustversion-1.0.21 \ ryu-1.0.20 \ safe_arch-0.7.4 \ @@ -436,7 +440,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ system-configuration-sys-0.6.0 \ system-deps-6.2.2 \ target-lexicon-0.12.16 \ - tempfile-3.20.0 \ + tempfile-3.21.0 \ tesseract-0.15.2 \ tesseract-plumbing-0.11.1 \ tesseract-sys-0.6.3 \ @@ -475,7 +479,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ tracing-attributes-0.1.29 \ tracing-core-0.1.34 \ tracing-log-0.2.0 \ - tracing-subscriber-0.3.19 \ + tracing-subscriber-0.3.20 \ try-lock-0.2.5 \ ttf-parser-0.25.1 \ tungstenite-0.26.2 \ @@ -494,7 +498,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ utoipa-5.4.0 \ utoipa-gen-5.4.0 \ utoipa-swagger-ui-9.0.2 \ - uuid-1.18.0 \ + uuid-1.18.1 \ v_frame-0.3.9 \ valuable-0.1.1 \ vcpkg-0.2.15 \ @@ -583,9 +587,14 @@ CARGO_CRATES= ab_glyph-0.2.29 \ zerotrie-0.2.2 \ zerovec-0.11.2 \ zerovec-derive-0.11.1 \ + zip-0.6.6 \ + zip-2.4.2 \ zip-3.0.0 \ zlib-rs-0.5.1 \ zopfli-0.8.2 \ + 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 \ zune-core-0.4.12 \ zune-inflate-0.2.54 \ zune-jpeg-0.4.17 diff --git a/deskutils/readur/distinfo b/deskutils/readur/distinfo index d71b57da64d5..0c3924c60393 100644 --- a/deskutils/readur/distinfo +++ b/deskutils/readur/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1756485347 -SHA256 (readur-v2.5.6.frontend.tar.gz) = 76da8b4133d62d74ad3092683101931f2512292b7c97e7ba524710856e245544 -SIZE (readur-v2.5.6.frontend.tar.gz) = 2509920 +TIMESTAMP = 1757102963 +SHA256 (readur-v2.6.1.frontend.tar.gz) = d643842a516d31babe36d52364af2116c022ffb7aa8d0cb156b580f9f2ba5eda +SIZE (readur-v2.6.1.frontend.tar.gz) = 2509908 SHA256 (swagger-ui-v5.17.14.zip) = 481244d0812097b11fbaeef79f71d942b171617f9c9f9514e63acbe13e71ccdc SIZE (swagger-ui-v5.17.14.zip) = 4388280 SHA256 (rust/crates/ab_glyph-0.2.29.crate) = ec3672c180e71eeaaac3a541fbbc5f5ad4def8b747c595ad30d674e43049f7b0 @@ -11,6 +11,8 @@ SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b44 SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa SIZE (rust/crates/adler2-2.0.1.crate) = 13366 +SHA256 (rust/crates/aes-0.8.4.crate) = b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0 +SIZE (rust/crates/aes-0.8.4.crate) = 124812 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 SHA256 (rust/crates/aligned-vec-0.6.4.crate) = dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b @@ -59,46 +61,46 @@ SHA256 (rust/crates/av1-grain-0.2.4.crate) = 4f3efb2ca85bc610acfa917b5aaa36f3fcb SIZE (rust/crates/av1-grain-0.2.4.crate) = 37050 SHA256 (rust/crates/avif-serialize-0.8.3.crate) = 98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e SIZE (rust/crates/avif-serialize-0.8.3.crate) = 12696 -SHA256 (rust/crates/aws-config-1.8.5.crate) = c478f5b10ce55c9a33f87ca3404ca92768b144fc1bfdede7c0121214a8283a25 -SIZE (rust/crates/aws-config-1.8.5.crate) = 135841 -SHA256 (rust/crates/aws-credential-types-1.2.5.crate) = 1541072f81945fa1251f8795ef6c92c4282d74d59f88498ae7d4bf00f0ebdad9 -SIZE (rust/crates/aws-credential-types-1.2.5.crate) = 21764 +SHA256 (rust/crates/aws-config-1.8.6.crate) = 8bc1b40fb26027769f16960d2f4a6bc20c4bb755d403e552c8c1a73af433c246 +SIZE (rust/crates/aws-config-1.8.6.crate) = 135949 +SHA256 (rust/crates/aws-credential-types-1.2.6.crate) = d025db5d9f52cbc413b167136afb3d8aeea708c0d8884783cf6253be5e22f6f2 +SIZE (rust/crates/aws-credential-types-1.2.6.crate) = 21767 SHA256 (rust/crates/aws-lc-rs-1.13.1.crate) = 93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7 SIZE (rust/crates/aws-lc-rs-1.13.1.crate) = 202707 SHA256 (rust/crates/aws-lc-sys-0.29.0.crate) = 61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079 SIZE (rust/crates/aws-lc-sys-0.29.0.crate) = 9021128 SHA256 (rust/crates/aws-runtime-1.5.10.crate) = c034a1bc1d70e16e7f4e4caf7e9f7693e4c9c24cd91cf17c2a0b21abaebc7c8b SIZE (rust/crates/aws-runtime-1.5.10.crate) = 76518 -SHA256 (rust/crates/aws-sdk-s3-1.103.0.crate) = af040a86ae4378b7ed2f62c83b36be1848709bbbf5757ec850d0e08596a26be9 -SIZE (rust/crates/aws-sdk-s3-1.103.0.crate) = 1569271 -SHA256 (rust/crates/aws-sdk-sso-1.81.0.crate) = 79ede098271e3471036c46957cba2ba30888f53bda2515bf04b560614a30a36e -SIZE (rust/crates/aws-sdk-sso-1.81.0.crate) = 90688 -SHA256 (rust/crates/aws-sdk-ssooidc-1.82.0.crate) = 43326f724ba2cc957e6f3deac0ca1621a3e5d4146f5970c24c8a108dac33070f -SIZE (rust/crates/aws-sdk-ssooidc-1.82.0.crate) = 107066 -SHA256 (rust/crates/aws-sdk-sts-1.83.0.crate) = a5468593c47efc31fdbe6c902d1a5fde8d9c82f78a3f8ccfe907b1e9434748cb -SIZE (rust/crates/aws-sdk-sts-1.83.0.crate) = 176546 +SHA256 (rust/crates/aws-sdk-s3-1.104.0.crate) = 38c488cd6abb0ec9811c401894191932e941c5f91dc226043edacd0afa1634bc +SIZE (rust/crates/aws-sdk-s3-1.104.0.crate) = 1569533 +SHA256 (rust/crates/aws-sdk-sso-1.83.0.crate) = 643cd43af212d2a1c4dedff6f044d7e1961e5d9e7cfe773d70f31d9842413886 +SIZE (rust/crates/aws-sdk-sso-1.83.0.crate) = 91197 +SHA256 (rust/crates/aws-sdk-ssooidc-1.84.0.crate) = 20ec4a95bd48e0db7a424356a161f8d87bd6a4f0af37204775f0da03d9e39fc3 +SIZE (rust/crates/aws-sdk-ssooidc-1.84.0.crate) = 107558 +SHA256 (rust/crates/aws-sdk-sts-1.85.0.crate) = 410309ad0df4606bc721aff0d89c3407682845453247213a0ccc5ff8801ee107 +SIZE (rust/crates/aws-sdk-sts-1.85.0.crate) = 177008 SHA256 (rust/crates/aws-sigv4-1.3.4.crate) = 084c34162187d39e3740cb635acd73c4e3a551a36146ad6fe8883c929c9f876c SIZE (rust/crates/aws-sigv4-1.3.4.crate) = 94679 SHA256 (rust/crates/aws-smithy-async-1.2.5.crate) = 1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c SIZE (rust/crates/aws-smithy-async-1.2.5.crate) = 20847 -SHA256 (rust/crates/aws-smithy-checksums-0.63.7.crate) = 4dbef71cd3cf607deb5c407df52f7e589e6849b296874ee448977efbb6d0832b -SIZE (rust/crates/aws-smithy-checksums-0.63.7.crate) = 20216 -SHA256 (rust/crates/aws-smithy-eventstream-0.60.10.crate) = 604c7aec361252b8f1c871a7641d5e0ba3a7f5a586e51b66bc9510a5519594d9 -SIZE (rust/crates/aws-smithy-eventstream-0.60.10.crate) = 29461 +SHA256 (rust/crates/aws-smithy-checksums-0.63.8.crate) = 56d2df0314b8e307995a3b86d44565dfe9de41f876901a7d71886c756a25979f +SIZE (rust/crates/aws-smithy-checksums-0.63.8.crate) = 20239 +SHA256 (rust/crates/aws-smithy-eventstream-0.60.11.crate) = 182b03393e8c677347fb5705a04a9392695d47d20ef0a2f8cfe28c8e6b9b9778 +SIZE (rust/crates/aws-smithy-eventstream-0.60.11.crate) = 29478 SHA256 (rust/crates/aws-smithy-http-0.62.3.crate) = 7c4dacf2d38996cf729f55e7a762b30918229917eca115de45dfa8dfb97796c9 SIZE (rust/crates/aws-smithy-http-0.62.3.crate) = 31445 -SHA256 (rust/crates/aws-smithy-http-client-1.0.6.crate) = f108f1ca850f3feef3009bdcc977be201bca9a91058864d9de0684e64514bee0 -SIZE (rust/crates/aws-smithy-http-client-1.0.6.crate) = 73920 -SHA256 (rust/crates/aws-smithy-json-0.61.4.crate) = a16e040799d29c17412943bdbf488fd75db04112d0c0d4b9290bacf5ae0014b9 -SIZE (rust/crates/aws-smithy-json-0.61.4.crate) = 27786 +SHA256 (rust/crates/aws-smithy-http-client-1.1.1.crate) = 147e8eea63a40315d704b97bf9bc9b8c1402ae94f89d5ad6f7550d963309da1b +SIZE (rust/crates/aws-smithy-http-client-1.1.1.crate) = 90077 +SHA256 (rust/crates/aws-smithy-json-0.61.5.crate) = eaa31b350998e703e9826b2104dd6f63be0508666e1aba88137af060e8944047 +SIZE (rust/crates/aws-smithy-json-0.61.5.crate) = 27865 SHA256 (rust/crates/aws-smithy-observability-0.1.3.crate) = 9364d5989ac4dd918e5cc4c4bdcc61c9be17dcd2586ea7f69e348fc7c6cab393 SIZE (rust/crates/aws-smithy-observability-0.1.3.crate) = 10275 SHA256 (rust/crates/aws-smithy-query-0.60.7.crate) = f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb SIZE (rust/crates/aws-smithy-query-0.60.7.crate) = 7409 -SHA256 (rust/crates/aws-smithy-runtime-1.8.6.crate) = 9e107ce0783019dbff59b3a244aa0c114e4a8c9d93498af9162608cd5474e796 -SIZE (rust/crates/aws-smithy-runtime-1.8.6.crate) = 116375 -SHA256 (rust/crates/aws-smithy-runtime-api-1.8.7.crate) = 75d52251ed4b9776a3e8487b2a01ac915f73b2da3af8fc1e77e0fce697a550d4 -SIZE (rust/crates/aws-smithy-runtime-api-1.8.7.crate) = 80023 +SHA256 (rust/crates/aws-smithy-runtime-1.9.1.crate) = d3946acbe1ead1301ba6862e712c7903ca9bb230bdf1fbd1b5ac54158ef2ab1f +SIZE (rust/crates/aws-smithy-runtime-1.9.1.crate) = 118851 +SHA256 (rust/crates/aws-smithy-runtime-api-1.9.0.crate) = 07f5e0fc8a6b3f2303f331b94504bbf754d85488f402d6f1dd7a6080f99afe56 +SIZE (rust/crates/aws-smithy-runtime-api-1.9.0.crate) = 80174 SHA256 (rust/crates/aws-smithy-types-1.3.2.crate) = d498595448e43de7f4296b7b7a18a8a02c61ec9349128c80a368f7c3b4ab11a8 SIZE (rust/crates/aws-smithy-types-1.3.2.crate) = 92281 SHA256 (rust/crates/aws-smithy-xml-0.60.10.crate) = 3db87b96cb1b16c024980f133968d52882ca0daaee3a086c6decc500f6c99728 @@ -159,6 +161,10 @@ SHA256 (rust/crates/bytes-1.10.1.crate) = d71b6127be86fdcfddb610f7182ac57211d4b1 SIZE (rust/crates/bytes-1.10.1.crate) = 76779 SHA256 (rust/crates/bytes-utils-0.1.4.crate) = 7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35 SIZE (rust/crates/bytes-utils-0.1.4.crate) = 20703 +SHA256 (rust/crates/bzip2-0.4.4.crate) = bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8 +SIZE (rust/crates/bzip2-0.4.4.crate) = 34197 +SHA256 (rust/crates/bzip2-sys-0.1.13+1.0.8.crate) = 225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14 +SIZE (rust/crates/bzip2-sys-0.1.13+1.0.8.crate) = 633818 SHA256 (rust/crates/cc-1.2.27.crate) = d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc SIZE (rust/crates/cc-1.2.27.crate) = 107070 SHA256 (rust/crates/cexpr-0.6.0.crate) = 6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766 @@ -175,12 +181,12 @@ SHA256 (rust/crates/cipher-0.4.4.crate) = 773f3b9af64447d2ce9850330c473515014aa2 SIZE (rust/crates/cipher-0.4.4.crate) = 19073 SHA256 (rust/crates/clang-sys-1.8.1.crate) = 0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4 SIZE (rust/crates/clang-sys-1.8.1.crate) = 44009 -SHA256 (rust/crates/clap-4.5.45.crate) = 1fc0e74a703892159f5ae7d3aac52c8e6c392f5ae5f359c70b5881d60aaac318 -SIZE (rust/crates/clap-4.5.45.crate) = 58337 -SHA256 (rust/crates/clap_builder-4.5.44.crate) = b3e7f4214277f3c7aa526a59dd3fbe306a370daee1f8b7b8c987069cd8e888a8 -SIZE (rust/crates/clap_builder-4.5.44.crate) = 169799 -SHA256 (rust/crates/clap_derive-4.5.45.crate) = 14cb31bb0a7d536caef2639baa7fad459e15c3144efefa6dbd1c84562c4739f6 -SIZE (rust/crates/clap_derive-4.5.45.crate) = 33545 +SHA256 (rust/crates/clap-4.5.47.crate) = 7eac00902d9d136acd712710d71823fb8ac8004ca445a89e73a41d45aa712931 +SIZE (rust/crates/clap-4.5.47.crate) = 58354 +SHA256 (rust/crates/clap_builder-4.5.47.crate) = 2ad9bbf750e73b5884fb8a211a9424a1906c1e156724260fdae972f31d70e1d6 +SIZE (rust/crates/clap_builder-4.5.47.crate) = 170016 +SHA256 (rust/crates/clap_derive-4.5.47.crate) = bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c +SIZE (rust/crates/clap_derive-4.5.47.crate) = 33550 SHA256 (rust/crates/clap_lex-0.7.5.crate) = b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675 SIZE (rust/crates/clap_lex-0.7.5.crate) = 13469 SHA256 (rust/crates/cmake-0.1.54.crate) = e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0 @@ -193,6 +199,8 @@ SHA256 (rust/crates/concurrent-queue-2.5.0.crate) = 4ca0197aee26d1ae37445ee532fe SIZE (rust/crates/concurrent-queue-2.5.0.crate) = 22654 SHA256 (rust/crates/const-oid-0.9.6.crate) = c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8 SIZE (rust/crates/const-oid-0.9.6.crate) = 45382 +SHA256 (rust/crates/constant_time_eq-0.1.5.crate) = 245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc +SIZE (rust/crates/constant_time_eq-0.1.5.crate) = 4936 SHA256 (rust/crates/core-foundation-0.9.4.crate) = 91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f SIZE (rust/crates/core-foundation-0.9.4.crate) = 27743 SHA256 (rust/crates/core-foundation-0.10.1.crate) = b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6 @@ -343,8 +351,8 @@ SHA256 (rust/crates/group-0.12.1.crate) = 5dfbfb3a6cfbd390d5c9564ab283a0349b9b9f SIZE (rust/crates/group-0.12.1.crate) = 16516 SHA256 (rust/crates/h2-0.3.26.crate) = 81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8 SIZE (rust/crates/h2-0.3.26.crate) = 168315 -SHA256 (rust/crates/h2-0.4.10.crate) = a9421a676d1b147b16b82c9225157dc629087ef8ec4d5e2960f9437a90dac0a5 -SIZE (rust/crates/h2-0.4.10.crate) = 174800 +SHA256 (rust/crates/h2-0.4.12.crate) = f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386 +SIZE (rust/crates/h2-0.4.12.crate) = 176264 SHA256 (rust/crates/half-2.6.0.crate) = 459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9 SIZE (rust/crates/half-2.6.0.crate) = 59507 SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 @@ -395,8 +403,8 @@ SHA256 (rust/crates/hyper-rustls-0.27.7.crate) = e3c93eb611681b207e1fe55d5a71ecf SIZE (rust/crates/hyper-rustls-0.27.7.crate) = 35435 SHA256 (rust/crates/hyper-tls-0.6.0.crate) = 70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0 SIZE (rust/crates/hyper-tls-0.6.0.crate) = 15052 -SHA256 (rust/crates/hyper-util-0.1.14.crate) = dc2fdfdbff08affe55bb779f33b053aa1fe5dd5b54c257343c17edfa55711bdb -SIZE (rust/crates/hyper-util-0.1.14.crate) = 101462 +SHA256 (rust/crates/hyper-util-0.1.16.crate) = 8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e +SIZE (rust/crates/hyper-util-0.1.16.crate) = 101184 SHA256 (rust/crates/hyperlocal-0.9.1.crate) = 986c5ce3b994526b3cd75578e62554abd09f0899d6206de48b3e96ab34ccc8c7 SIZE (rust/crates/hyperlocal-0.9.1.crate) = 13733 SHA256 (rust/crates/iana-time-zone-0.1.63.crate) = b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8 @@ -507,8 +515,8 @@ SHA256 (rust/crates/loop9-0.1.5.crate) = 0fae87c125b03c1d2c0150c90365d7d6bcc53fb SIZE (rust/crates/loop9-0.1.5.crate) = 3406 SHA256 (rust/crates/lru-0.12.5.crate) = 234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38 SIZE (rust/crates/lru-0.12.5.crate) = 16047 -SHA256 (rust/crates/matchers-0.1.0.crate) = 8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558 -SIZE (rust/crates/matchers-0.1.0.crate) = 6948 +SHA256 (rust/crates/matchers-0.2.0.crate) = d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9 +SIZE (rust/crates/matchers-0.2.0.crate) = 7075 SHA256 (rust/crates/matchit-0.8.4.crate) = 47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3 SIZE (rust/crates/matchit-0.8.4.crate) = 33986 SHA256 (rust/crates/matrixmultiply-0.3.10.crate) = a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08 @@ -547,8 +555,8 @@ SHA256 (rust/crates/notify-types-2.0.0.crate) = 5e0826a989adedc2a244799e823aece0 SIZE (rust/crates/notify-types-2.0.0.crate) = 14495 SHA256 (rust/crates/ntapi-0.4.1.crate) = e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4 SIZE (rust/crates/ntapi-0.4.1.crate) = 126552 -SHA256 (rust/crates/nu-ansi-term-0.46.0.crate) = 77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84 -SIZE (rust/crates/nu-ansi-term-0.46.0.crate) = 24311 +SHA256 (rust/crates/nu-ansi-term-0.50.1.crate) = d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399 +SIZE (rust/crates/nu-ansi-term-0.50.1.crate) = 28536 SHA256 (rust/crates/num-0.4.3.crate) = 35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23 SIZE (rust/crates/num-0.4.3.crate) = 9575 SHA256 (rust/crates/num-bigint-0.4.6.crate) = a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9 @@ -593,8 +601,6 @@ SHA256 (rust/crates/openssl-sys-0.9.109.crate) = 90096e2e47630d78b7d1c20952dc621 SIZE (rust/crates/openssl-sys-0.9.109.crate) = 78247 SHA256 (rust/crates/outref-0.5.2.crate) = 1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e SIZE (rust/crates/outref-0.5.2.crate) = 5621 -SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 -SIZE (rust/crates/overload-0.1.1.crate) = 24439 SHA256 (rust/crates/owned_ttf_parser-0.25.0.crate) = 22ec719bbf3b2a81c109a4e20b1f129b5566b7dce654bc3872f6a05abf82b2c4 SIZE (rust/crates/owned_ttf_parser-0.25.0.crate) = 151164 SHA256 (rust/crates/p256-0.11.1.crate) = 51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594 @@ -609,8 +615,12 @@ SHA256 (rust/crates/parse-display-0.9.1.crate) = 914a1c2265c98e2446911282c6ac86d SIZE (rust/crates/parse-display-0.9.1.crate) = 9456 SHA256 (rust/crates/parse-display-derive-0.9.1.crate) = 2ae7800a4c974efd12df917266338e79a7a74415173caf7e70aa0a0707345281 SIZE (rust/crates/parse-display-derive-0.9.1.crate) = 17258 +SHA256 (rust/crates/password-hash-0.4.2.crate) = 7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700 +SIZE (rust/crates/password-hash-0.4.2.crate) = 26099 SHA256 (rust/crates/paste-1.0.15.crate) = 57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a SIZE (rust/crates/paste-1.0.15.crate) = 18374 +SHA256 (rust/crates/pbkdf2-0.11.0.crate) = 83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917 +SIZE (rust/crates/pbkdf2-0.11.0.crate) = 13229 SHA256 (rust/crates/peeking_take_while-0.1.2.crate) = 19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099 SIZE (rust/crates/peeking_take_while-0.1.2.crate) = 6697 SHA256 (rust/crates/pem-3.0.5.crate) = 38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3 @@ -693,14 +703,10 @@ SHA256 (rust/crates/ref-cast-impl-1.0.24.crate) = 1165225c21bff1f3bbce98f5a1f889 SIZE (rust/crates/ref-cast-impl-1.0.24.crate) = 9968 SHA256 (rust/crates/regex-1.11.2.crate) = 23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912 SIZE (rust/crates/regex-1.11.2.crate) = 166265 -SHA256 (rust/crates/regex-automata-0.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132 -SIZE (rust/crates/regex-automata-0.1.10.crate) = 114533 SHA256 (rust/crates/regex-automata-0.4.9.crate) = 809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908 SIZE (rust/crates/regex-automata-0.4.9.crate) = 618525 SHA256 (rust/crates/regex-lite-0.1.6.crate) = 53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a SIZE (rust/crates/regex-lite-0.1.6.crate) = 95278 -SHA256 (rust/crates/regex-syntax-0.6.29.crate) = f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1 -SIZE (rust/crates/regex-syntax-0.6.29.crate) = 299752 SHA256 (rust/crates/regex-syntax-0.8.5.crate) = 2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c SIZE (rust/crates/regex-syntax-0.8.5.crate) = 357541 SHA256 (rust/crates/reqwest-0.11.27.crate) = dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62 @@ -721,6 +727,8 @@ SHA256 (rust/crates/rust-embed-impl-8.7.2.crate) = 6065f1a4392b71819ec1ea1df1120 SIZE (rust/crates/rust-embed-impl-8.7.2.crate) = 9663 SHA256 (rust/crates/rust-embed-utils-8.7.2.crate) = f6cc0c81648b20b70c491ff8cce00c1c3b223bb8ed2b5d41f0e54c6c4c0a3594 SIZE (rust/crates/rust-embed-utils-8.7.2.crate) = 6123 +SHA256 (rust/crates/rust_xlsxwriter-0.80.0.crate) = 442eafa04d985ae671e027481e07a5b70fdb1b2cb5e46d9e074b67ca98e01a0a +SIZE (rust/crates/rust_xlsxwriter-0.80.0.crate) = 4112985 SHA256 (rust/crates/rustc-demangle-0.1.25.crate) = 989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f SIZE (rust/crates/rustc-demangle-0.1.25.crate) = 29590 SHA256 (rust/crates/rustc-hash-1.1.0.crate) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 @@ -733,8 +741,8 @@ SHA256 (rust/crates/rustix-1.0.7.crate) = c71e83d6afe7ff64890ec6b71d6a69bb8a610a SIZE (rust/crates/rustix-1.0.7.crate) = 414500 SHA256 (rust/crates/rustls-0.21.12.crate) = 3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e SIZE (rust/crates/rustls-0.21.12.crate) = 285674 -SHA256 (rust/crates/rustls-0.23.27.crate) = 730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321 -SIZE (rust/crates/rustls-0.23.27.crate) = 355915 +SHA256 (rust/crates/rustls-0.23.31.crate) = c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc +SIZE (rust/crates/rustls-0.23.31.crate) = 371259 SHA256 (rust/crates/rustls-native-certs-0.6.3.crate) = a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00 SIZE (rust/crates/rustls-native-certs-0.6.3.crate) = 24438 SHA256 (rust/crates/rustls-native-certs-0.8.1.crate) = 7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3 @@ -747,8 +755,8 @@ SHA256 (rust/crates/rustls-pki-types-1.12.0.crate) = 229a4a4c221013e7e1f1a043678 SIZE (rust/crates/rustls-pki-types-1.12.0.crate) = 64740 SHA256 (rust/crates/rustls-webpki-0.101.7.crate) = 8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765 SIZE (rust/crates/rustls-webpki-0.101.7.crate) = 168808 -SHA256 (rust/crates/rustls-webpki-0.103.3.crate) = e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435 -SIZE (rust/crates/rustls-webpki-0.103.3.crate) = 81840 +SHA256 (rust/crates/rustls-webpki-0.103.4.crate) = 0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc +SIZE (rust/crates/rustls-webpki-0.103.4.crate) = 84241 SHA256 (rust/crates/rustversion-1.0.21.crate) = 8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d SIZE (rust/crates/rustversion-1.0.21.crate) = 21001 SHA256 (rust/crates/ryu-1.0.20.crate) = 28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f @@ -879,8 +887,8 @@ SHA256 (rust/crates/system-deps-6.2.2.crate) = a3e535eb8dded36d55ec13eddacd30dec SIZE (rust/crates/system-deps-6.2.2.crate) = 25546 SHA256 (rust/crates/target-lexicon-0.12.16.crate) = 61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1 SIZE (rust/crates/target-lexicon-0.12.16.crate) = 26488 -SHA256 (rust/crates/tempfile-3.20.0.crate) = e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1 -SIZE (rust/crates/tempfile-3.20.0.crate) = 42306 +SHA256 (rust/crates/tempfile-3.21.0.crate) = 15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e +SIZE (rust/crates/tempfile-3.21.0.crate) = 42581 SHA256 (rust/crates/tesseract-0.15.2.crate) = 28e64963c0b5582cf02ed5d8b4798f8c48ea9812ed2b19ed653cb976e7daa351 SIZE (rust/crates/tesseract-0.15.2.crate) = 149439 SHA256 (rust/crates/tesseract-plumbing-0.11.1.crate) = 4ed025d755abb7f5af8d16cd5663742a08c8ae7c4032c8bf4b70c51d412fe378 @@ -957,8 +965,8 @@ SHA256 (rust/crates/tracing-core-0.1.34.crate) = b9d12581f227e93f094d3af2ae690a5 SIZE (rust/crates/tracing-core-0.1.34.crate) = 63760 SHA256 (rust/crates/tracing-log-0.2.0.crate) = ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3 SIZE (rust/crates/tracing-log-0.2.0.crate) = 17561 -SHA256 (rust/crates/tracing-subscriber-0.3.19.crate) = e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008 -SIZE (rust/crates/tracing-subscriber-0.3.19.crate) = 198345 +SHA256 (rust/crates/tracing-subscriber-0.3.20.crate) = 2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5 +SIZE (rust/crates/tracing-subscriber-0.3.20.crate) = 212274 SHA256 (rust/crates/try-lock-0.2.5.crate) = e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b SIZE (rust/crates/try-lock-0.2.5.crate) = 4314 SHA256 (rust/crates/ttf-parser-0.25.1.crate) = d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31 @@ -995,8 +1003,8 @@ SHA256 (rust/crates/utoipa-gen-5.4.0.crate) = 6d79d08d92ab8af4c5e8a6da20c47ae3f6 SIZE (rust/crates/utoipa-gen-5.4.0.crate) = 156086 SHA256 (rust/crates/utoipa-swagger-ui-9.0.2.crate) = d047458f1b5b65237c2f6dc6db136945667f40a7668627b3490b9513a3d43a55 SIZE (rust/crates/utoipa-swagger-ui-9.0.2.crate) = 52007 -SHA256 (rust/crates/uuid-1.18.0.crate) = f33196643e165781c20a5ead5582283a7dacbb87855d867fbc2df3f81eddc1be -SIZE (rust/crates/uuid-1.18.0.crate) = 59782 +SHA256 (rust/crates/uuid-1.18.1.crate) = 2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2 +SIZE (rust/crates/uuid-1.18.1.crate) = 60468 SHA256 (rust/crates/v_frame-0.3.9.crate) = 666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2 SIZE (rust/crates/v_frame-0.3.9.crate) = 20856 SHA256 (rust/crates/valuable-0.1.1.crate) = ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65 @@ -1173,17 +1181,27 @@ SHA256 (rust/crates/zerovec-0.11.2.crate) = 4a05eb080e015ba39cc9e23bbe5e7fb04d5f SIZE (rust/crates/zerovec-0.11.2.crate) = 124500 SHA256 (rust/crates/zerovec-derive-0.11.1.crate) = 5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f SIZE (rust/crates/zerovec-derive-0.11.1.crate) = 21294 +SHA256 (rust/crates/zip-0.6.6.crate) = 760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261 +SIZE (rust/crates/zip-0.6.6.crate) = 65789 +SHA256 (rust/crates/zip-2.4.2.crate) = fabe6324e908f85a1c52063ce7aa26b68dcb7eb6dbc83a2d148403c9bc3eba50 +SIZE (rust/crates/zip-2.4.2.crate) = 110773 SHA256 (rust/crates/zip-3.0.0.crate) = 12598812502ed0105f607f941c386f43d441e00148fce9dec3ca5ffb0bde9308 SIZE (rust/crates/zip-3.0.0.crate) = 112450 SHA256 (rust/crates/zlib-rs-0.5.1.crate) = 626bd9fa9734751fc50d6060752170984d7053f5a39061f524cda68023d4db8a SIZE (rust/crates/zlib-rs-0.5.1.crate) = 193055 SHA256 (rust/crates/zopfli-0.8.2.crate) = edfc5ee405f504cd4984ecc6f14d02d55cfda60fa4b689434ef4102aae150cd7 SIZE (rust/crates/zopfli-0.8.2.crate) = 51842 +SHA256 (rust/crates/zstd-0.11.2+zstd.1.5.2.crate) = 20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4 +SIZE (rust/crates/zstd-0.11.2+zstd.1.5.2.crate) = 28987 +SHA256 (rust/crates/zstd-safe-5.0.2+zstd.1.5.2.crate) = 1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db +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 (rust/crates/zune-core-0.4.12.crate) = 3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a SIZE (rust/crates/zune-core-0.4.12.crate) = 17355 SHA256 (rust/crates/zune-inflate-0.2.54.crate) = 73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02 SIZE (rust/crates/zune-inflate-0.2.54.crate) = 37973 SHA256 (rust/crates/zune-jpeg-0.4.17.crate) = 0f6fe2e33d02a98ee64423802e16df3de99c43e5cf5ff983767e1128b394c8ac SIZE (rust/crates/zune-jpeg-0.4.17.crate) = 65784 -SHA256 (readur-readur-v2.5.6_GH0.tar.gz) = af8aebef4a5e955cb46a1af0ac3e5f36e96d7d724dc342ee82c1383f7b855149 -SIZE (readur-readur-v2.5.6_GH0.tar.gz) = 12566666 +SHA256 (readur-readur-v2.6.1_GH0.tar.gz) = ee7eb9e12f0e1a492c8c718921d0704f4e113918ce336d6daa2d5e49992ae19d +SIZE (readur-readur-v2.6.1_GH0.tar.gz) = 12755337 diff --git a/devel/Makefile b/devel/Makefile index a43c0f742cae..a0ca7c9a0c7e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -500,6 +500,7 @@ SUBDIR += covtool SUBDIR += cpan-upload SUBDIR += cpan-upload-http + SUBDIR += cpp-codec SUBDIR += cpp-netlib SUBDIR += cpp-utilities SUBDIR += cpp2py @@ -1678,6 +1679,7 @@ SUBDIR += modd SUBDIR += mold SUBDIR += mongo-c-driver + SUBDIR += mongo-cxx-driver SUBDIR += mono-addins SUBDIR += mpatrol SUBDIR += mph diff --git a/devel/R-cran-googlesheets4/Makefile b/devel/R-cran-googlesheets4/Makefile index 2bc88805bb05..5514d64dc0de 100644 --- a/devel/R-cran-googlesheets4/Makefile +++ b/devel/R-cran-googlesheets4/Makefile @@ -1,5 +1,5 @@ PORTNAME= googlesheets4 -DISTVERSION= 1.1.1 +DISTVERSION= 1.1.2 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -9,10 +9,10 @@ WWW= https://googlesheets4.tidyverse.org/ LICENSE= MIT -CRAN_DEPENDS= R-cran-cellranger>0:textproc/R-cran-cellranger \ +RUN_DEPENDS= R-cran-cellranger>0:textproc/R-cran-cellranger \ R-cran-cli>=3.0.0:devel/R-cran-cli \ R-cran-curl>0:ftp/R-cran-curl \ - R-cran-gargle>=1.5.0:devel/R-cran-gargle \ + R-cran-gargle>=1.6.0:devel/R-cran-gargle \ R-cran-glue>=1.3.0:devel/R-cran-glue \ R-cran-googledrive>=2.1.0:devel/R-cran-googledrive \ R-cran-httr>0:www/R-cran-httr \ @@ -25,9 +25,10 @@ CRAN_DEPENDS= R-cran-cellranger>0:textproc/R-cran-cellranger \ R-cran-tibble>=2.1.1:devel/R-cran-tibble \ R-cran-vctrs>=0.2.3:devel/R-cran-vctrs \ R-cran-withr>0:devel/R-cran-withr -BUILD_DEPENDS= ${CRAN_DEPENDS} -RUN_DEPENDS= ${CRAN_DEPENDS} -TEST_DEPENDS= R-cran-testthat>0:devel/R-cran-testthat +TEST_DEPENDS= R-cran-readr>0:textproc/R-cran-readr \ + R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \ + R-cran-spelling>0:textproc/R-cran-spelling \ + R-cran-testthat>=3.1.7:devel/R-cran-testthat USES= cran:auto-plist diff --git a/devel/R-cran-googlesheets4/distinfo b/devel/R-cran-googlesheets4/distinfo index 01094fac05be..1d6e6fba3517 100644 --- a/devel/R-cran-googlesheets4/distinfo +++ b/devel/R-cran-googlesheets4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1706919190 -SHA256 (googlesheets4_1.1.1.tar.gz) = c5cc63348c54b9de8492e7b12b249245746ea1ff33e306f12431f4fc9386fccf -SIZE (googlesheets4_1.1.1.tar.gz) = 232584 +TIMESTAMP = 1757059849 +SHA256 (googlesheets4_1.1.2.tar.gz) = 7ba9d5dd051a405a7af6d41d5fc12bdec8474f9fb1482ef32eb79aa6914fadd9 +SIZE (googlesheets4_1.1.2.tar.gz) = 231280 diff --git a/devel/cirrus-cli/Makefile b/devel/cirrus-cli/Makefile index b5dc2eab9946..df7355f8b428 100644 --- a/devel/cirrus-cli/Makefile +++ b/devel/cirrus-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= cirrus-cli DISTVERSIONPREFIX= v -DISTVERSION= 0.151.0 +DISTVERSION= 0.152.0 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org diff --git a/devel/cirrus-cli/distinfo b/devel/cirrus-cli/distinfo index eb320249578a..abac26b91d50 100644 --- a/devel/cirrus-cli/distinfo +++ b/devel/cirrus-cli/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1756890036 -SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.151.0/v0.151.0.mod) = 5b89070c5674f24088d7df923d656cc8ad382fe4611507faf060d2b48b7ea3a6 -SIZE (go/devel_cirrus-cli/cirrus-cli-v0.151.0/v0.151.0.mod) = 10488 -SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.151.0/v0.151.0.zip) = 8f2bac554906c91caf9cb6002ef46f13313374113239e225c7b8f77f25813c9c -SIZE (go/devel_cirrus-cli/cirrus-cli-v0.151.0/v0.151.0.zip) = 1311295 +TIMESTAMP = 1757072969 +SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.152.0/v0.152.0.mod) = 5b89070c5674f24088d7df923d656cc8ad382fe4611507faf060d2b48b7ea3a6 +SIZE (go/devel_cirrus-cli/cirrus-cli-v0.152.0/v0.152.0.mod) = 10488 +SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.152.0/v0.152.0.zip) = 04e99814c1863b69ce973fa83e5499d5d273bce4e1dfd0cb7ee99d63dbb810f6 +SIZE (go/devel_cirrus-cli/cirrus-cli-v0.152.0/v0.152.0.zip) = 1311721 diff --git a/devel/cppcodec/Makefile b/devel/cppcodec/Makefile new file mode 100644 index 000000000000..b00a805bd5c6 --- /dev/null +++ b/devel/cppcodec/Makefile @@ -0,0 +1,19 @@ +PORTNAME= cppcodec +DISTVERSIONPREFIX= v +DISTVERSION= 0.2 +CATEGORIES= devel + +MAINTAINER= jwb@FreeBSD.org +COMMENT= Library to encode/decode base64, base64url, base32, base32hex and hex +WWW= https://github.com/tplgy/cppcodec + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= catch>0:devel/catch + +USES= cmake localbase +USE_GITHUB= yes +GH_ACCOUNT= tplgy + +.include <bsd.port.mk> diff --git a/devel/cppcodec/distinfo b/devel/cppcodec/distinfo new file mode 100644 index 000000000000..7636ad9bf3e9 --- /dev/null +++ b/devel/cppcodec/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1757103347 +SHA256 (tplgy-cppcodec-v0.2_GH0.tar.gz) = 0edaea2a9d9709d456aa99a1c3e17812ed130f9ef2b5c2d152c230a5cbc5c482 +SIZE (tplgy-cppcodec-v0.2_GH0.tar.gz) = 33984 diff --git a/devel/cppcodec/pkg-descr b/devel/cppcodec/pkg-descr new file mode 100644 index 000000000000..4867ff7505b7 --- /dev/null +++ b/devel/cppcodec/pkg-descr @@ -0,0 +1,8 @@ +Header-only C++11 library to encode/decode base64, base64url, base32, +base32hex and hex (a.k.a. base16) as specified in RFC 4648, plus +Crockford's base32. + +MIT licensed with consistent, flexible API. Supports raw pointers, +std::string and (templated) character vectors without unnecessary +allocations. Cross-platform with measured decent performance and +without compiler warnings. diff --git a/devel/cppcodec/pkg-plist b/devel/cppcodec/pkg-plist new file mode 100644 index 000000000000..27a8ebc96712 --- /dev/null +++ b/devel/cppcodec/pkg-plist @@ -0,0 +1,26 @@ +include/cppcodec/base32_crockford.hpp +include/cppcodec/base32_default_crockford.hpp +include/cppcodec/base32_default_hex.hpp +include/cppcodec/base32_default_rfc4648.hpp +include/cppcodec/base32_hex.hpp +include/cppcodec/base32_rfc4648.hpp +include/cppcodec/base64_default_rfc4648.hpp +include/cppcodec/base64_default_url.hpp +include/cppcodec/base64_default_url_unpadded.hpp +include/cppcodec/base64_rfc4648.hpp +include/cppcodec/base64_url.hpp +include/cppcodec/base64_url_unpadded.hpp +include/cppcodec/data/access.hpp +include/cppcodec/data/raw_result_buffer.hpp +include/cppcodec/detail/base32.hpp +include/cppcodec/detail/base64.hpp +include/cppcodec/detail/codec.hpp +include/cppcodec/detail/config.hpp +include/cppcodec/detail/hex.hpp +include/cppcodec/detail/stream_codec.hpp +include/cppcodec/hex_default_lower.hpp +include/cppcodec/hex_default_upper.hpp +include/cppcodec/hex_lower.hpp +include/cppcodec/hex_upper.hpp +include/cppcodec/parse_error.hpp +share/pkgconfig/cppcodec-1.pc diff --git a/devel/glab/Makefile b/devel/glab/Makefile index 9f882cd98c59..ae627848b1ba 100644 --- a/devel/glab/Makefile +++ b/devel/glab/Makefile @@ -1,7 +1,6 @@ PORTNAME= glab DISTVERSIONPREFIX= v -DISTVERSION= 1.67.0 -PORTREVISION= 1 +DISTVERSION= 1.68.0 CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org diff --git a/devel/glab/distinfo b/devel/glab/distinfo index a4cc068a071c..a133fbadd471 100644 --- a/devel/glab/distinfo +++ b/devel/glab/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1756013036 -SHA256 (go/devel_glab/glab-v1.67.0/v1.67.0.mod) = 00450940d7201f6d43c3b4a778e8adc3ce2562df559939eb1573c548f547a4fe -SIZE (go/devel_glab/glab-v1.67.0/v1.67.0.mod) = 5996 -SHA256 (go/devel_glab/glab-v1.67.0/v1.67.0.zip) = 64a312863a2ae7d1b3443595e83d6d1464673b4cbadd42a38ad7716e840d2b8d -SIZE (go/devel_glab/glab-v1.67.0/v1.67.0.zip) = 17446681 +TIMESTAMP = 1757134395 +SHA256 (go/devel_glab/glab-v1.68.0/v1.68.0.mod) = e670d55fa63cdd362986a5b068081fc0dde8462d6529cd699511bf714ac84dac +SIZE (go/devel_glab/glab-v1.68.0/v1.68.0.mod) = 6067 +SHA256 (go/devel_glab/glab-v1.68.0/v1.68.0.zip) = ae97f605a4e5bd86a3ef4430d07f27501f10c15b2c1f675cf0ab39574fce3472 +SIZE (go/devel_glab/glab-v1.68.0/v1.68.0.zip) = 17471254 diff --git a/devel/glab/pkg-plist b/devel/glab/pkg-plist index 5263aea2b43b..c50699f76eb4 100644 --- a/devel/glab/pkg-plist +++ b/devel/glab/pkg-plist @@ -9,6 +9,8 @@ %%MANPAGES%%share/man/man1/glab-auth-login.1.gz %%MANPAGES%%share/man/man1/glab-auth-logout.1.gz %%MANPAGES%%share/man/man1/glab-auth-status.1.gz +%%MANPAGES%%share/man/man1/glab-cluster-agent-token-list.1.gz +%%MANPAGES%%share/man/man1/glab-cluster-agent-token.1.gz %%MANPAGES%%share/man/man1/glab-auth.1.gz %%MANPAGES%%share/man/man1/glab-changelog-generate.1.gz %%MANPAGES%%share/man/man1/glab-changelog.1.gz @@ -50,6 +52,8 @@ %%MANPAGES%%share/man/man1/glab-deploy-key.1.gz %%MANPAGES%%share/man/man1/glab-duo-ask.1.gz %%MANPAGES%%share/man/man1/glab-duo.1.gz +%%MANPAGES%%share/man/man1/glab-duo-claude-token.1.gz +%%MANPAGES%%share/man/man1/glab-duo-claude.1.gz %%MANPAGES%%share/man/man1/glab-incident-close.1.gz %%MANPAGES%%share/man/man1/glab-incident-list.1.gz %%MANPAGES%%share/man/man1/glab-incident-note.1.gz diff --git a/devel/libccid/Makefile b/devel/libccid/Makefile index 8113bfa9a6de..25c001d4477a 100644 --- a/devel/libccid/Makefile +++ b/devel/libccid/Makefile @@ -17,14 +17,14 @@ LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite USES= meson perl5 pkgconfig tar:xz USE_PERL5= build -MESON_FALSE= class \ - composite-as-multislot \ - embedded \ - os_log \ - serial \ - zlp -MESON_TRUE= enable-extras \ - pcsclite +MESON_ARGS= -Dclass=false \ + -Dcomposite-as-multislot=false \ + -Dembedded=false \ + -Denable-extras=true \ + -Dos_log=false \ + -Dpcsclite=true \ + -Dserial=false \ + -Dzlp=false post-install: ${INSTALL_PROGRAM} ${WRKSRC}/_build/Kobil_mIDentity_switch ${STAGEDIR}${PREFIX}/bin diff --git a/devel/linux-pvs-studio/Makefile b/devel/linux-pvs-studio/Makefile index 5e42a8b45909..813bf20a9d27 100644 --- a/devel/linux-pvs-studio/Makefile +++ b/devel/linux-pvs-studio/Makefile @@ -1,6 +1,6 @@ PORTNAME= pvs-studio -PORTVERSION= 7.33 -DISTVERSIONSUFFIX= .85330.89 +PORTVERSION= 7.38 +DISTVERSIONSUFFIX= .97034.608 CATEGORIES= devel linux MASTER_SITES= https://cdn.pvs-studio.com/ PKGNAMEPREFIX= linux- @@ -26,7 +26,7 @@ NO_BUILD= yes PLIST_SUB= LINUXBASE=${LINUXBASE} STRIP= -PLIST_SUB+= QT=${DISTVERSIONFULL:R}.1088 VSCODE=${DISTVERSION}.85174 +PLIST_SUB+= QT=${DISTVERSIONFULL:R:R}.96564.1478 VSCODE=${DISTVERSIONFULL:R} do-install: ${INSTALL_PROGRAM} ${WRKDIR}/usr/bin/pvs-* ${STAGEDIR}${PREFIX}/bin/ diff --git a/devel/linux-pvs-studio/distinfo b/devel/linux-pvs-studio/distinfo index 9bb9fd851500..3fb7b1cc8265 100644 --- a/devel/linux-pvs-studio/distinfo +++ b/devel/linux-pvs-studio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731005067 -SHA256 (pvs-studio-7.33.85330.89-x86_64.rpm) = edcb55fcf095cd2cb4d43399f8954c85647eee503c8b7f5c244a91b0902da50d -SIZE (pvs-studio-7.33.85330.89-x86_64.rpm) = 14160838 +TIMESTAMP = 1757068721 +SHA256 (pvs-studio-7.38.97034.608-x86_64.rpm) = 38cda1798c1d362b67741dab7bb72bd2ae1e666ea88f079bebd85faaa86cd510 +SIZE (pvs-studio-7.38.97034.608-x86_64.rpm) = 32327257 diff --git a/devel/linux-pvs-studio/pkg-plist b/devel/linux-pvs-studio/pkg-plist index 30b65c3303bf..94ec711b66ec 100644 --- a/devel/linux-pvs-studio/pkg-plist +++ b/devel/linux-pvs-studio/pkg-plist @@ -1,11 +1,11 @@ bin/plog-converter bin/pvs-studio bin/pvs-studio-analyzer -lib/pvs-studio/plugins/libpvs-studio-qtcreator-10.0.x-%%QT%%.linux.zip -lib/pvs-studio/plugins/libpvs-studio-qtcreator-11.0.x-%%QT%%.linux.zip lib/pvs-studio/plugins/libpvs-studio-qtcreator-12.0.x-%%QT%%.linux.zip lib/pvs-studio/plugins/libpvs-studio-qtcreator-13.0.x-%%QT%%.linux.zip lib/pvs-studio/plugins/libpvs-studio-qtcreator-14.0.x-%%QT%%.linux.zip -lib/pvs-studio/plugins/libpvs-studio-qtcreator-6.0.x-qt5-kpda-%%QT%%.linux.zip -lib/pvs-studio/plugins/libpvs-studio-qtcreator-9.0.x-%%QT%%.linux.zip +lib/pvs-studio/plugins/libpvs-studio-qtcreator-15.0.x-%%QT%%.linux.zip +lib/pvs-studio/plugins/libpvs-studio-qtcreator-16.0.x-%%QT%%.linux.zip +lib/pvs-studio/plugins/libpvs-studio-qtcreator-17.0.x-%%QT%%.linux.zip +lib/pvs-studio/plugins/libpvs-studio-qtcreator-6.0.x-qt5-neutrino-%%QT%%.linux.zip lib/pvs-studio/plugins/pvs-studio-vscode-%%VSCODE%%.vsix diff --git a/devel/linux-rl9-devtools/Makefile b/devel/linux-rl9-devtools/Makefile index ae56e88ac4aa..3f9d4dea9ff8 100644 --- a/devel/linux-rl9-devtools/Makefile +++ b/devel/linux-rl9-devtools/Makefile @@ -1,5 +1,6 @@ PORTNAME= devtools PORTVERSION= ${LINUX_DIST_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= emulation@FreeBSD.org @@ -20,8 +21,8 @@ QA_ENV+= USESLIBTOOL=no BUVERSION= 2.35.2-63.el9 GCCVERSION= 11.5.0-5.el9_5 -GLIBCVERSION= 2.34-168.el9_6.19 -KERNELVERSION= 5.14.0-570.22.1.el9_6 +GLIBCVERSION= 2.34-168.el9_6.23 +KERNELVERSION= 5.14.0-570.37.1.el9_6 MPFRVERSION= 4.1.0-7.el9 LIBMPCVERSION= 1.2.1-4.el9 diff --git a/devel/linux-rl9-devtools/distinfo b/devel/linux-rl9-devtools/distinfo index 6f13b7be0aef..928a3be7ba7d 100644 --- a/devel/linux-rl9-devtools/distinfo +++ b/devel/linux-rl9-devtools/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1750634616 +TIMESTAMP = 1757067778 SHA256 (rocky/b/binutils-2.35.2-63.el9.aarch64.rpm) = dbf945a5882d8c571c4a17b32c67f3c5737319e2e9f0fdacc7f6f675aed4ae39 SIZE (rocky/b/binutils-2.35.2-63.el9.aarch64.rpm) = 4976336 SHA256 (rocky/b/binutils-2.35.2-63.el9.x86_64.rpm) = 2b0abd0203db5939bb5b32ba2a1576bd36dcd33c250786b7b2fa134d060a7370 @@ -29,18 +29,18 @@ SHA256 (rocky/g/gcc-gfortran-11.5.0-5.el9_5.aarch64.rpm) = ce2da122db9439111eca6 SIZE (rocky/g/gcc-gfortran-11.5.0-5.el9_5.aarch64.rpm) = 12831212 SHA256 (rocky/g/gcc-gfortran-11.5.0-5.el9_5.x86_64.rpm) = 99dccf59e5f52df2b6386dce7d2d2b62048014c9decd05bb81f9a958b09c1d13 SIZE (rocky/g/gcc-gfortran-11.5.0-5.el9_5.x86_64.rpm) = 13283781 -SHA256 (rocky/g/glibc-devel-2.34-168.el9_6.19.aarch64.rpm) = 74e4a1566c6589ec2f51f2f649d8328037b83c2763a071f8255ba8d564ec9aa1 -SIZE (rocky/g/glibc-devel-2.34-168.el9_6.19.aarch64.rpm) = 453649 -SHA256 (rocky/g/glibc-devel-2.34-168.el9_6.19.i686.rpm) = f396e2e1ec13fe70714486a95bac6d459cb35c29f8cae19d39cd6d4f1a074056 -SIZE (rocky/g/glibc-devel-2.34-168.el9_6.19.i686.rpm) = 33263 -SHA256 (rocky/g/glibc-devel-2.34-168.el9_6.19.x86_64.rpm) = f61941a35a6f31960205f49ad7d68f0b9f0c912266412d55c419d99daeb4eb59 -SIZE (rocky/g/glibc-devel-2.34-168.el9_6.19.x86_64.rpm) = 32750 -SHA256 (rocky/g/glibc-headers-2.34-168.el9_6.19.x86_64.rpm) = cf7cfa0b639909058eaac80e7aadf9680f928ebc6b341189d5abbcd3b2d73652 -SIZE (rocky/g/glibc-headers-2.34-168.el9_6.19.x86_64.rpm) = 447581 -SHA256 (rocky/k/kernel-headers-5.14.0-570.22.1.el9_6.aarch64.rpm) = ac88bfb6962d39b47e20cb8e99df8e87502c63e3f4bad73d077cae3eea8101f2 -SIZE (rocky/k/kernel-headers-5.14.0-570.22.1.el9_6.aarch64.rpm) = 3426593 -SHA256 (rocky/k/kernel-headers-5.14.0-570.22.1.el9_6.x86_64.rpm) = ee09614cf00133cf2e1d7304026984f28015dda7c8dea35680432e8f23b09f6a -SIZE (rocky/k/kernel-headers-5.14.0-570.22.1.el9_6.x86_64.rpm) = 3458645 +SHA256 (rocky/g/glibc-devel-2.34-168.el9_6.23.aarch64.rpm) = 0da5b701328408ae9e13d5ff02a69d1f4d29e526c4ee77dd7454bec2c61bcbe5 +SIZE (rocky/g/glibc-devel-2.34-168.el9_6.23.aarch64.rpm) = 453287 +SHA256 (rocky/g/glibc-devel-2.34-168.el9_6.23.i686.rpm) = ac614e4bb853a33e0195ddab3bd186d14cebeff83f91d281da6c6ca6f068a12f +SIZE (rocky/g/glibc-devel-2.34-168.el9_6.23.i686.rpm) = 32803 +SHA256 (rocky/g/glibc-devel-2.34-168.el9_6.23.x86_64.rpm) = 3983e85ea3cc6a0f06fa7f4381206a6c03a16948d97b1acb4dcbb6aa62995e28 +SIZE (rocky/g/glibc-devel-2.34-168.el9_6.23.x86_64.rpm) = 32287 +SHA256 (rocky/g/glibc-headers-2.34-168.el9_6.23.x86_64.rpm) = d2c4a0af7508b705e9b35e15676a950e906064cf57ea83204e4f10cf634a7978 +SIZE (rocky/g/glibc-headers-2.34-168.el9_6.23.x86_64.rpm) = 447229 +SHA256 (rocky/k/kernel-headers-5.14.0-570.37.1.el9_6.aarch64.rpm) = 7899ed91f7c5c550af4b3ed788c93f631d24a9503a3f92a9a7be74d8f24857fd +SIZE (rocky/k/kernel-headers-5.14.0-570.37.1.el9_6.aarch64.rpm) = 3448041 +SHA256 (rocky/k/kernel-headers-5.14.0-570.37.1.el9_6.x86_64.rpm) = 50576d583c07f5c4ebcc4a26a7dd01ef0fc96ffe34003d49d0b06d70316d031c +SIZE (rocky/k/kernel-headers-5.14.0-570.37.1.el9_6.x86_64.rpm) = 3480181 SHA256 (rocky/l/libatomic-11.5.0-5.el9_5.aarch64.rpm) = 22ec15677e92a91a1aa86c9083525083f4a53c75c159e5cce496a65172f47589 SIZE (rocky/l/libatomic-11.5.0-5.el9_5.aarch64.rpm) = 28359 SHA256 (rocky/l/libatomic-11.5.0-5.el9_5.i686.rpm) = 74f8d01153ae3052f968fc76e4d26d71e300d35335d4c5d9c7887676cf255b3c @@ -73,10 +73,10 @@ SHA256 (rocky/l/libstdc++-devel-11.5.0-5.el9_5.x86_64.rpm) = a9df7e426503b79954e SIZE (rocky/l/libstdc++-devel-11.5.0-5.el9_5.x86_64.rpm) = 2329962 SHA256 (rocky/b/binutils-2.35.2-63.el9.src.rpm) = 5ffeb70c08470b76a040f04d0539a91b3ace7ed83ea551e76605f5475dc658fa SIZE (rocky/b/binutils-2.35.2-63.el9.src.rpm) = 22404566 -SHA256 (rocky/g/glibc-2.34-168.el9_6.19.src.rpm) = 9a602a4f0a3d3c5d28df7a746421b29d5b5077ab1f971562eaa023a303b1b0ce -SIZE (rocky/g/glibc-2.34-168.el9_6.19.src.rpm) = 19642716 -SHA256 (rocky/k/kernel-5.14.0-570.22.1.el9_6.src.rpm) = 4e97bd514c6ee65c1e643680c4be4248658ddb7c08b3ecfec3e37ef2689c2e8e -SIZE (rocky/k/kernel-5.14.0-570.22.1.el9_6.src.rpm) = 149279250 +SHA256 (rocky/g/glibc-2.34-168.el9_6.23.src.rpm) = bbbd40672f67313745173e64d9e934238342e2eba16c3e42abdecb136d8fab66 +SIZE (rocky/g/glibc-2.34-168.el9_6.23.src.rpm) = 19652630 +SHA256 (rocky/k/kernel-5.14.0-570.37.1.el9_6.src.rpm) = 52c8636f2b33d2d8ec4f74f63db508b087c7a905388650c09257b1eb5cf39162 +SIZE (rocky/k/kernel-5.14.0-570.37.1.el9_6.src.rpm) = 149326757 SHA256 (rocky/l/libmpc-1.2.1-4.el9.src.rpm) = e0e1edc062c4d5565ebedeba87e13a661caa74d43c885c656eb5b75cf1ed3bcc SIZE (rocky/l/libmpc-1.2.1-4.el9.src.rpm) = 844729 SHA256 (rocky/g/gcc-11.5.0-5.el9_5.src.rpm) = 8656bacb48e097fec2c34a35460ff0338c021ac4b1b0cb3849e47f4256692095 diff --git a/devel/linux-rl9-elfutils-libelf/Makefile b/devel/linux-rl9-elfutils-libelf/Makefile index 6dc3d317b12d..c7b5e2cba5c5 100644 --- a/devel/linux-rl9-elfutils-libelf/Makefile +++ b/devel/linux-rl9-elfutils-libelf/Makefile @@ -1,6 +1,7 @@ PORTNAME= elfutils PORTVERSION= 0.192 -DISTVERSIONSUFFIX= -5.el9 +DISTVERSIONSUFFIX= -6.el9_6 +PORTREVISION= 1 CATEGORIES= devel linux PKGNAMESUFFIX= -libelf diff --git a/devel/linux-rl9-elfutils-libelf/distinfo b/devel/linux-rl9-elfutils-libelf/distinfo index c85f15f4c4c4..ffece3900035 100644 --- a/devel/linux-rl9-elfutils-libelf/distinfo +++ b/devel/linux-rl9-elfutils-libelf/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1750633560 -SHA256 (rocky/e/elfutils-libelf-0.192-5.el9.aarch64.rpm) = 31d83497538e68985de4f3dbc154b67a6dadb3ebb48d139125f3a97ca0625478 -SIZE (rocky/e/elfutils-libelf-0.192-5.el9.aarch64.rpm) = 207000 -SHA256 (rocky/e/elfutils-libelf-0.192-5.el9.i686.rpm) = 8a60f3749e6fd53f79953562a23da0f3c986bd438b0f7513a07b0d23326c23d6 -SIZE (rocky/e/elfutils-libelf-0.192-5.el9.i686.rpm) = 215574 -SHA256 (rocky/e/elfutils-libelf-0.192-5.el9.x86_64.rpm) = 0978be18b7a6e60d21ab747ab23c090a54942b7da21f46172f131ed673ecb1e1 -SIZE (rocky/e/elfutils-libelf-0.192-5.el9.x86_64.rpm) = 208010 -SHA256 (rocky/e/elfutils-0.192-5.el9.src.rpm) = 78994522ba0fc43263f259cbd920e1e2f8f2635b00918ffb07363217ecd2ecb3 -SIZE (rocky/e/elfutils-0.192-5.el9.src.rpm) = 11941002 +TIMESTAMP = 1757067977 +SHA256 (rocky/e/elfutils-libelf-0.192-6.el9_6.aarch64.rpm) = 16390df8c8720a964f089383c40d37b65fb0c4cb68d3ba0f3f9aebbd897072a8 +SIZE (rocky/e/elfutils-libelf-0.192-6.el9_6.aarch64.rpm) = 207271 +SHA256 (rocky/e/elfutils-libelf-0.192-6.el9_6.i686.rpm) = 6656b783dd2ba9772e19ad58dbb81778e0703545836686d4378d698e59a2d64a +SIZE (rocky/e/elfutils-libelf-0.192-6.el9_6.i686.rpm) = 215597 +SHA256 (rocky/e/elfutils-libelf-0.192-6.el9_6.x86_64.rpm) = b14358b0b6410f892a7cc23cc4e6abce2d44967a62b7b600c54e6103652d5693 +SIZE (rocky/e/elfutils-libelf-0.192-6.el9_6.x86_64.rpm) = 207835 +SHA256 (rocky/e/elfutils-0.192-6.el9_6.src.rpm) = 943a793d2bc93a6af738f1477c942eb8a2c9507a54d9e777a9808ca3081f0390 +SIZE (rocky/e/elfutils-0.192-6.el9_6.src.rpm) = 11941737 diff --git a/devel/linux-rl9-elfutils-libs/Makefile b/devel/linux-rl9-elfutils-libs/Makefile index e070f87f427e..165dbae66f71 100644 --- a/devel/linux-rl9-elfutils-libs/Makefile +++ b/devel/linux-rl9-elfutils-libs/Makefile @@ -1,6 +1,7 @@ PORTNAME= elfutils PORTVERSION= 0.192 -DISTVERSIONSUFFIX= -5.el9 +DISTVERSIONSUFFIX= -6.el9_6 +PORTREVISION= 1 CATEGORIES= devel linux PKGNAMESUFFIX= -libs diff --git a/devel/linux-rl9-elfutils-libs/distinfo b/devel/linux-rl9-elfutils-libs/distinfo index aaa46c87f017..f7bb3ad6ed16 100644 --- a/devel/linux-rl9-elfutils-libs/distinfo +++ b/devel/linux-rl9-elfutils-libs/distinfo @@ -1,15 +1,15 @@ -TIMESTAMP = 1750633620 -SHA256 (rocky/e/elfutils-debuginfod-client-0.192-5.el9.aarch64.rpm) = 006225608eae4283ab19078a4c5d0da0176dd5c3e8ef0bb22727cb5727fce30b -SIZE (rocky/e/elfutils-debuginfod-client-0.192-5.el9.aarch64.rpm) = 41988 -SHA256 (rocky/e/elfutils-debuginfod-client-0.192-5.el9.i686.rpm) = c8b74d735e018e125a9ef0029d9cb7a89a2bd790247cf3c0462b6ca2eea549d6 -SIZE (rocky/e/elfutils-debuginfod-client-0.192-5.el9.i686.rpm) = 44953 -SHA256 (rocky/e/elfutils-debuginfod-client-0.192-5.el9.x86_64.rpm) = 8abf95757232cadde228adf67b427ab4352bb9465163400da39a91996bfbe3dd -SIZE (rocky/e/elfutils-debuginfod-client-0.192-5.el9.x86_64.rpm) = 42935 -SHA256 (rocky/e/elfutils-libs-0.192-5.el9.aarch64.rpm) = e23d9871718bcab1b96f5eacd728bdfd16a1191041a72cc216c2013f115f95cd -SIZE (rocky/e/elfutils-libs-0.192-5.el9.aarch64.rpm) = 264556 -SHA256 (rocky/e/elfutils-libs-0.192-5.el9.i686.rpm) = e20d3bc1bdcab742b600c3d679bb18e1784a6f635c9321253f68aea3183f6d2d -SIZE (rocky/e/elfutils-libs-0.192-5.el9.i686.rpm) = 299362 -SHA256 (rocky/e/elfutils-libs-0.192-5.el9.x86_64.rpm) = a4795a2e73efe2bc1afd3151e8a102c24338e637e30688357ef2a3ba61198805 -SIZE (rocky/e/elfutils-libs-0.192-5.el9.x86_64.rpm) = 266558 -SHA256 (rocky/e/elfutils-0.192-5.el9.src.rpm) = 78994522ba0fc43263f259cbd920e1e2f8f2635b00918ffb07363217ecd2ecb3 -SIZE (rocky/e/elfutils-0.192-5.el9.src.rpm) = 11941002 +TIMESTAMP = 1757068031 +SHA256 (rocky/e/elfutils-debuginfod-client-0.192-6.el9_6.aarch64.rpm) = 4248dfa142f0f2ed3553880bb571c4fbd976c72bba9a08989da3dfab26d9a3eb +SIZE (rocky/e/elfutils-debuginfod-client-0.192-6.el9_6.aarch64.rpm) = 42157 +SHA256 (rocky/e/elfutils-debuginfod-client-0.192-6.el9_6.i686.rpm) = ce4c788aabb2b30f3f407dfd7af59dc8273ce3d68266f72214398f592d62d16f +SIZE (rocky/e/elfutils-debuginfod-client-0.192-6.el9_6.i686.rpm) = 44969 +SHA256 (rocky/e/elfutils-debuginfod-client-0.192-6.el9_6.x86_64.rpm) = 325257169d6dc48755160ae13aa1b7407ccc4ba973388927996ae77aa187cdd6 +SIZE (rocky/e/elfutils-debuginfod-client-0.192-6.el9_6.x86_64.rpm) = 43088 +SHA256 (rocky/e/elfutils-libs-0.192-6.el9_6.aarch64.rpm) = 641a97ceab1de3a45738139847570640225c063f4a2940da26ae9a28b84e62ec +SIZE (rocky/e/elfutils-libs-0.192-6.el9_6.aarch64.rpm) = 264036 +SHA256 (rocky/e/elfutils-libs-0.192-6.el9_6.i686.rpm) = 7de78e80835513f4f85bb00d96227c89add5a89a65b493a1b7c84279b5c027f1 +SIZE (rocky/e/elfutils-libs-0.192-6.el9_6.i686.rpm) = 299058 +SHA256 (rocky/e/elfutils-libs-0.192-6.el9_6.x86_64.rpm) = 34d2b850290468cc254cddd85d7af5c51187da3f0cb1b90ac8f39f2db1e4d90a +SIZE (rocky/e/elfutils-libs-0.192-6.el9_6.x86_64.rpm) = 266196 +SHA256 (rocky/e/elfutils-0.192-6.el9_6.src.rpm) = 943a793d2bc93a6af738f1477c942eb8a2c9507a54d9e777a9808ca3081f0390 +SIZE (rocky/e/elfutils-0.192-6.el9_6.src.rpm) = 11941737 diff --git a/devel/linux-rl9-highway/Makefile b/devel/linux-rl9-highway/Makefile index f5218168700f..4f6e731a8392 100644 --- a/devel/linux-rl9-highway/Makefile +++ b/devel/linux-rl9-highway/Makefile @@ -1,6 +1,7 @@ PORTNAME= highway PORTVERSION= 1.2.0 -DISTVERSIONSUFFIX= -2.el9 +DISTVERSIONSUFFIX= -7.el9 +PORTREVISION= 1 MASTER_SITES= EPEL9 CATEGORIES= devel linux diff --git a/devel/linux-rl9-highway/distinfo b/devel/linux-rl9-highway/distinfo index bad152995c9a..71617e79a162 100644 --- a/devel/linux-rl9-highway/distinfo +++ b/devel/linux-rl9-highway/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1732670657 -SHA256 (rocky/h/highway-1.2.0-2.el9.aarch64.rpm) = 0835bfdf0e36ea5ddbe3c5aecb1ae95651951e534ce75f1dd79b463bd66c9551 -SIZE (rocky/h/highway-1.2.0-2.el9.aarch64.rpm) = 33369 -SHA256 (rocky/h/highway-1.2.0-2.el9.x86_64.rpm) = a0a98ba337784a453e69abbc3a9465ededd70d379f6dbf86ec5ba786fd3b67ba -SIZE (rocky/h/highway-1.2.0-2.el9.x86_64.rpm) = 35652 -SHA256 (rocky/h/highway-1.2.0-2.el9.src.rpm) = ac400cbcebde5d6524fdb093e20cd0b74a6830d81c6fd407670294b775a4780d -SIZE (rocky/h/highway-1.2.0-2.el9.src.rpm) = 2247018 +TIMESTAMP = 1757068109 +SHA256 (rocky/h/highway-1.2.0-7.el9.aarch64.rpm) = baa0886f254e8095edea8b3a907a7ad1b86b908400055653a5969a32c40dde80 +SIZE (rocky/h/highway-1.2.0-7.el9.aarch64.rpm) = 734664 +SHA256 (rocky/h/highway-1.2.0-7.el9.x86_64.rpm) = 406f0a7920c63fc7ae15a7b8a116e22fd98a77da73186a95f557a40e8d2018ff +SIZE (rocky/h/highway-1.2.0-7.el9.x86_64.rpm) = 503788 +SHA256 (rocky/h/highway-1.2.0-7.el9.src.rpm) = cc5da7b6e49a8f08041971a192d14903995f8958d2d0c0de0e78fedcffde1356 +SIZE (rocky/h/highway-1.2.0-7.el9.src.rpm) = 2249070 diff --git a/devel/linux-rl9-highway/pkg-plist.aarch64 b/devel/linux-rl9-highway/pkg-plist.aarch64 index 3c5784c99a19..7ae5f29ff5f4 100644 --- a/devel/linux-rl9-highway/pkg-plist.aarch64 +++ b/devel/linux-rl9-highway/pkg-plist.aarch64 @@ -1,3 +1,7 @@ usr/lib64/libhwy.so.1 usr/lib64/libhwy.so.1.2.0 +usr/lib64/libhwy_contrib.so.1 +usr/lib64/libhwy_contrib.so.1.2.0 +usr/lib64/libhwy_test.so.1 +usr/lib64/libhwy_test.so.1.2.0 usr/share/licenses/highway/LICENSE diff --git a/devel/linux-rl9-highway/pkg-plist.amd64 b/devel/linux-rl9-highway/pkg-plist.amd64 index 3c5784c99a19..7ae5f29ff5f4 100644 --- a/devel/linux-rl9-highway/pkg-plist.amd64 +++ b/devel/linux-rl9-highway/pkg-plist.amd64 @@ -1,3 +1,7 @@ usr/lib64/libhwy.so.1 usr/lib64/libhwy.so.1.2.0 +usr/lib64/libhwy_contrib.so.1 +usr/lib64/libhwy_contrib.so.1.2.0 +usr/lib64/libhwy_test.so.1 +usr/lib64/libhwy_test.so.1.2.0 usr/share/licenses/highway/LICENSE diff --git a/devel/linux-rl9-icu/Makefile b/devel/linux-rl9-icu/Makefile index fd369a510e77..90f6551e0dea 100644 --- a/devel/linux-rl9-icu/Makefile +++ b/devel/linux-rl9-icu/Makefile @@ -1,7 +1,7 @@ PORTNAME= icu PORTVERSION= 67.1 -DISTVERSIONSUFFIX= -9.el9 -PORTREVISION= 1 +DISTVERSIONSUFFIX= -10.el9_6 +PORTREVISION= 2 CATEGORIES= devel linux MAINTAINER= emulation@FreeBSD.org diff --git a/devel/linux-rl9-icu/distinfo b/devel/linux-rl9-icu/distinfo index f58cbaf41603..1924fb953992 100644 --- a/devel/linux-rl9-icu/distinfo +++ b/devel/linux-rl9-icu/distinfo @@ -1,13 +1,13 @@ -TIMESTAMP = 1731421643 -SHA256 (rocky/i/icu-67.1-9.el9.aarch64.rpm) = aa01fcb0f8a13c6ae3ea6d352ab371ae60a30b950361b9b31fc817e6a21a5256 -SIZE (rocky/i/icu-67.1-9.el9.aarch64.rpm) = 225157 -SHA256 (rocky/i/icu-67.1-9.el9.x86_64.rpm) = e3caf7726874774401126f4828b39f73d8067a9dcaa2d1568df08189604ab644 -SIZE (rocky/i/icu-67.1-9.el9.x86_64.rpm) = 230028 -SHA256 (rocky/l/libicu-67.1-9.el9.aarch64.rpm) = 360fc8ba49687c886b2c044681878becf96349b9f5442fd6f787a1f3fb9ff90a -SIZE (rocky/l/libicu-67.1-9.el9.aarch64.rpm) = 9934126 -SHA256 (rocky/l/libicu-67.1-9.el9.i686.rpm) = aa10c41670d7ca86470b89b65771d98e44adb3ab9bec9779bc8d5e9d2a14b380 -SIZE (rocky/l/libicu-67.1-9.el9.i686.rpm) = 10191439 -SHA256 (rocky/l/libicu-67.1-9.el9.x86_64.rpm) = 380c7e0d8f802c5cde277376773d295cbbb2f8ec045f18fcb4ab452bff794a26 -SIZE (rocky/l/libicu-67.1-9.el9.x86_64.rpm) = 10044344 -SHA256 (rocky/i/icu-67.1-9.el9.src.rpm) = abbf21f245ed6f3bb21509048c0dfd0bf5d69f731a01cb42e5cee46db59b15c4 -SIZE (rocky/i/icu-67.1-9.el9.src.rpm) = 23179814 +TIMESTAMP = 1757068263 +SHA256 (rocky/i/icu-67.1-10.el9_6.aarch64.rpm) = a4e5464b0a1a194aecec590b1267d8c90d3261faeb91662bff2edacd884ca12e +SIZE (rocky/i/icu-67.1-10.el9_6.aarch64.rpm) = 223024 +SHA256 (rocky/i/icu-67.1-10.el9_6.x86_64.rpm) = bfd84f221c8db580aad975795c6b2459c807cc9ed3cdb6e5ef38d406a03c20ad +SIZE (rocky/i/icu-67.1-10.el9_6.x86_64.rpm) = 228715 +SHA256 (rocky/l/libicu-67.1-10.el9_6.aarch64.rpm) = 88b6b0b3b903042624beac2e0b904bab80d34b57e6d236f0f885304e54a8af4d +SIZE (rocky/l/libicu-67.1-10.el9_6.aarch64.rpm) = 9927160 +SHA256 (rocky/l/libicu-67.1-10.el9_6.i686.rpm) = 24a951651725dd355bb6f6ce1bb11ff308793a734d585dbb4c43f5247c577661 +SIZE (rocky/l/libicu-67.1-10.el9_6.i686.rpm) = 10180763 +SHA256 (rocky/l/libicu-67.1-10.el9_6.x86_64.rpm) = 14c314868326269c62498d149399888ce3c819efddaba79d50d2a5ac90c29b87 +SIZE (rocky/l/libicu-67.1-10.el9_6.x86_64.rpm) = 10034103 +SHA256 (rocky/i/icu-67.1-10.el9_6.src.rpm) = f54906b1d9469a82da2fa1684f76b7193b7984fe28b21a9cd8f05025b2844420 +SIZE (rocky/i/icu-67.1-10.el9_6.src.rpm) = 23180143 diff --git a/devel/linux-rl9-qt5-qtbase/Makefile b/devel/linux-rl9-qt5-qtbase/Makefile index efad7cc578fe..4ffccd9d4816 100644 --- a/devel/linux-rl9-qt5-qtbase/Makefile +++ b/devel/linux-rl9-qt5-qtbase/Makefile @@ -1,7 +1,7 @@ PORTNAME= qt5 PORTVERSION= 5.15.9 -DISTVERSIONSUFFIX= -10.el9_4 -PORTREVISION= 2 +DISTVERSIONSUFFIX= -11.el9_6 +PORTREVISION= 3 CATEGORIES= devel linux PKGNAMESUFFIX= -qtbase diff --git a/devel/linux-rl9-qt5-qtbase/distinfo b/devel/linux-rl9-qt5-qtbase/distinfo index c977758f0281..13cc0d53ac48 100644 --- a/devel/linux-rl9-qt5-qtbase/distinfo +++ b/devel/linux-rl9-qt5-qtbase/distinfo @@ -1,33 +1,33 @@ -TIMESTAMP = 1731450138 -SHA256 (rocky/q/qt5-qtbase-5.15.9-10.el9_4.aarch64.rpm) = 74372662c6f8475e757642b3941c30aef4691e99f1dc281493a2c70f1c4e4d2e -SIZE (rocky/q/qt5-qtbase-5.15.9-10.el9_4.aarch64.rpm) = 3626663 -SHA256 (rocky/q/qt5-qtbase-5.15.9-10.el9_4.x86_64.rpm) = 417f1b8d14840782eea6d725164b250561667ed09c17187f9a6681645dd069d0 -SIZE (rocky/q/qt5-qtbase-5.15.9-10.el9_4.x86_64.rpm) = 3701606 -SHA256 (rocky/q/qt5-qtbase-common-5.15.9-10.el9_4.noarch.rpm) = 0a00886aeb716a385de60c07c2d9f36e475bff80dc231a8fb6d572c4b551448b -SIZE (rocky/q/qt5-qtbase-common-5.15.9-10.el9_4.noarch.rpm) = 8626 -SHA256 (rocky/q/qt5-qtbase-gui-5.15.9-10.el9_4.aarch64.rpm) = 33a13157ac11184a958711c29b0eae0d5f5c6c4fc2cbc104efd74a6f2a99ce66 -SIZE (rocky/q/qt5-qtbase-gui-5.15.9-10.el9_4.aarch64.rpm) = 6538266 -SHA256 (rocky/q/qt5-qtbase-gui-5.15.9-10.el9_4.i686.rpm) = f5110b017cfa360ac3e3051cf64e1213de4f6d80958be403211731a71a137827 -SIZE (rocky/q/qt5-qtbase-gui-5.15.9-10.el9_4.i686.rpm) = 7426646 -SHA256 (rocky/q/qt5-qtbase-gui-5.15.9-10.el9_4.x86_64.rpm) = 4b2e4d7cafa6cc9762b6c890c774ca8fa1474fdffcb3513a316278e8cc29aaac -SIZE (rocky/q/qt5-qtbase-gui-5.15.9-10.el9_4.x86_64.rpm) = 6634187 -SHA256 (rocky/q/qt5-qtbase-mysql-5.15.9-10.el9_4.aarch64.rpm) = dc6ef422b33be9f9e95626f7bdb1daa6b289b77ea859349139b663aa3299015d -SIZE (rocky/q/qt5-qtbase-mysql-5.15.9-10.el9_4.aarch64.rpm) = 38847 -SHA256 (rocky/q/qt5-qtbase-mysql-5.15.9-10.el9_4.i686.rpm) = 5e8a9d6a677033b0d4b0f5bf85f11d54af70a68d3b02ae04c98cc28fc3b6c393 -SIZE (rocky/q/qt5-qtbase-mysql-5.15.9-10.el9_4.i686.rpm) = 42563 -SHA256 (rocky/q/qt5-qtbase-mysql-5.15.9-10.el9_4.x86_64.rpm) = cd76e2cd4dee064a5aa2d06d2073acad270ed958f5ff18f2168093d04e0724bd -SIZE (rocky/q/qt5-qtbase-mysql-5.15.9-10.el9_4.x86_64.rpm) = 39098 -SHA256 (rocky/q/qt5-qtbase-odbc-5.15.9-10.el9_4.aarch64.rpm) = 958023c202336f3dd79ecb76d784e49b3600154ee1ffd13f99fbc6d8fd6fceed -SIZE (rocky/q/qt5-qtbase-odbc-5.15.9-10.el9_4.aarch64.rpm) = 50010 -SHA256 (rocky/q/qt5-qtbase-odbc-5.15.9-10.el9_4.i686.rpm) = 1570e6e4baf8836e8f3ee2658e8d1079101382cffd9c30c4cbf26ba96e1c14dc -SIZE (rocky/q/qt5-qtbase-odbc-5.15.9-10.el9_4.i686.rpm) = 56248 -SHA256 (rocky/q/qt5-qtbase-odbc-5.15.9-10.el9_4.x86_64.rpm) = fd900c26bc4bc21df0f7c085a8b6735819b121d39946750f2adb0d7af47ec494 -SIZE (rocky/q/qt5-qtbase-odbc-5.15.9-10.el9_4.x86_64.rpm) = 50252 -SHA256 (rocky/q/qt5-qtbase-postgresql-5.15.9-10.el9_4.aarch64.rpm) = 1a3d49253e8a3e3b7d49602e07ee670a5c6e844c02d19dbd298f1a1de8f68fca -SIZE (rocky/q/qt5-qtbase-postgresql-5.15.9-10.el9_4.aarch64.rpm) = 43574 -SHA256 (rocky/q/qt5-qtbase-postgresql-5.15.9-10.el9_4.i686.rpm) = 26fe4b5289d50332f582fa01cff77062acfb547f1e99c3032a85e93bd314a42f -SIZE (rocky/q/qt5-qtbase-postgresql-5.15.9-10.el9_4.i686.rpm) = 48086 -SHA256 (rocky/q/qt5-qtbase-postgresql-5.15.9-10.el9_4.x86_64.rpm) = 0ad991f8fd5fe689d6aa197ec704f90554206bb99fe49598baad5f1a77a1f938 -SIZE (rocky/q/qt5-qtbase-postgresql-5.15.9-10.el9_4.x86_64.rpm) = 43956 -SHA256 (rocky/q/qt5-qtbase-5.15.9-10.el9_4.src.rpm) = 807ca36ef92d7bddb6e786750d6a037712a5d2bec01c2f2271c71c7971c42a0f -SIZE (rocky/q/qt5-qtbase-5.15.9-10.el9_4.src.rpm) = 51463417 +TIMESTAMP = 1757069726 +SHA256 (rocky/q/qt5-qtbase-5.15.9-11.el9_6.aarch64.rpm) = 13009bfd77953c40ce1e44d601219942ea93eafa389c311266d305e97c6da312 +SIZE (rocky/q/qt5-qtbase-5.15.9-11.el9_6.aarch64.rpm) = 3618743 +SHA256 (rocky/q/qt5-qtbase-5.15.9-11.el9_6.x86_64.rpm) = b88498f0b37fa8d6ede110e781abca32306d9316f9cd0c889fab6fded88a52b9 +SIZE (rocky/q/qt5-qtbase-5.15.9-11.el9_6.x86_64.rpm) = 3694896 +SHA256 (rocky/q/qt5-qtbase-common-5.15.9-11.el9_6.noarch.rpm) = 20e7ce9e6bf4335c1ac3bb2d28f85643a18c6392cea5670c4fdf7c739e77d78c +SIZE (rocky/q/qt5-qtbase-common-5.15.9-11.el9_6.noarch.rpm) = 7796 +SHA256 (rocky/q/qt5-qtbase-gui-5.15.9-11.el9_6.aarch64.rpm) = 481ffb9692ded5235127390f479ae7a7aa92e91d2395a4270c7cbd8eecae2f3f +SIZE (rocky/q/qt5-qtbase-gui-5.15.9-11.el9_6.aarch64.rpm) = 6518076 +SHA256 (rocky/q/qt5-qtbase-gui-5.15.9-11.el9_6.i686.rpm) = 556cd476866b5a84a8ce86c6a1817dec94758540c8046a1248df174f58f96029 +SIZE (rocky/q/qt5-qtbase-gui-5.15.9-11.el9_6.i686.rpm) = 7406356 +SHA256 (rocky/q/qt5-qtbase-gui-5.15.9-11.el9_6.x86_64.rpm) = 8869d9e1c48449b9bd89f915d27af13989134124b651b002edca35d6604bc830 +SIZE (rocky/q/qt5-qtbase-gui-5.15.9-11.el9_6.x86_64.rpm) = 6620622 +SHA256 (rocky/q/qt5-qtbase-mysql-5.15.9-11.el9_6.aarch64.rpm) = bf440ab086f49f0201fb62e54b3363ea802bfb7cbe505b9da7e6d32222f3f603 +SIZE (rocky/q/qt5-qtbase-mysql-5.15.9-11.el9_6.aarch64.rpm) = 37768 +SHA256 (rocky/q/qt5-qtbase-mysql-5.15.9-11.el9_6.i686.rpm) = c889bebd0e0b3c1a793e2eb0fd9026d9918ea01ab07bae5e45b9d0b9bc31cdf4 +SIZE (rocky/q/qt5-qtbase-mysql-5.15.9-11.el9_6.i686.rpm) = 41550 +SHA256 (rocky/q/qt5-qtbase-mysql-5.15.9-11.el9_6.x86_64.rpm) = 346105f68f78c3284a381c4102a712ad70f8d8800093c7d272523d7fc6b3f467 +SIZE (rocky/q/qt5-qtbase-mysql-5.15.9-11.el9_6.x86_64.rpm) = 38082 +SHA256 (rocky/q/qt5-qtbase-odbc-5.15.9-11.el9_6.aarch64.rpm) = 09ed61beff2841abe785d06923be24b7939f904d67b51d3961c6cf041d0c0bcf +SIZE (rocky/q/qt5-qtbase-odbc-5.15.9-11.el9_6.aarch64.rpm) = 48966 +SHA256 (rocky/q/qt5-qtbase-odbc-5.15.9-11.el9_6.i686.rpm) = 9aca7f26e7f9dd51f8e71fa7653a6155c856ab98cca44e0b9c544444e0744c58 +SIZE (rocky/q/qt5-qtbase-odbc-5.15.9-11.el9_6.i686.rpm) = 55224 +SHA256 (rocky/q/qt5-qtbase-odbc-5.15.9-11.el9_6.x86_64.rpm) = b3812af421ea49c97c152f5d0c10e2c1561ac420cb92cea0075a88617affe285 +SIZE (rocky/q/qt5-qtbase-odbc-5.15.9-11.el9_6.x86_64.rpm) = 49226 +SHA256 (rocky/q/qt5-qtbase-postgresql-5.15.9-11.el9_6.aarch64.rpm) = 31bff45e464bcac8d75be787bbdb2e026bbc2458b158a0a5d8b67ce08e8aef2f +SIZE (rocky/q/qt5-qtbase-postgresql-5.15.9-11.el9_6.aarch64.rpm) = 42482 +SHA256 (rocky/q/qt5-qtbase-postgresql-5.15.9-11.el9_6.i686.rpm) = b60aa44a3c268f32b2c1315b7cd3ae59e7d4da4d97a597500b9335b74cc6ea03 +SIZE (rocky/q/qt5-qtbase-postgresql-5.15.9-11.el9_6.i686.rpm) = 47160 +SHA256 (rocky/q/qt5-qtbase-postgresql-5.15.9-11.el9_6.x86_64.rpm) = 5e59459a3262cce083dc2e90e0a9ec201dcaf9c5747a3a9c2812d74c5ada9ef8 +SIZE (rocky/q/qt5-qtbase-postgresql-5.15.9-11.el9_6.x86_64.rpm) = 42931 +SHA256 (rocky/q/qt5-qtbase-5.15.9-11.el9_6.src.rpm) = 241d416272e4389e200229df2cf5382e3a6b7efc0087c9f57b9ab9da74bd7212 +SIZE (rocky/q/qt5-qtbase-5.15.9-11.el9_6.src.rpm) = 51463184 diff --git a/devel/linux-rl9-systemd-libs/Makefile b/devel/linux-rl9-systemd-libs/Makefile index 4bbf2349ef97..f854f4e3330f 100644 --- a/devel/linux-rl9-systemd-libs/Makefile +++ b/devel/linux-rl9-systemd-libs/Makefile @@ -1,7 +1,7 @@ PORTNAME= systemd PORTVERSION= 252 -DISTVERSIONSUFFIX= -51.el9 -PORTREVISION= 9 +DISTVERSIONSUFFIX= -51.el9_6.1 +PORTREVISION= 10 CATEGORIES= devel linux PKGNAMESUFFIX= -libs diff --git a/devel/linux-rl9-systemd-libs/distinfo b/devel/linux-rl9-systemd-libs/distinfo index b969b9aa4893..efff4a902bd6 100644 --- a/devel/linux-rl9-systemd-libs/distinfo +++ b/devel/linux-rl9-systemd-libs/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1750640941 -SHA256 (rocky/s/systemd-libs-252-51.el9.aarch64.rpm) = 290348dbffb6fa411e95db673cdeb1d955ec9a67d9e26aa9b002a5af9927846f -SIZE (rocky/s/systemd-libs-252-51.el9.aarch64.rpm) = 657055 -SHA256 (rocky/s/systemd-libs-252-51.el9.i686.rpm) = 13efacbcf1e1f1fbef08bb849166885a3ca177fc505401534c90156b211df5e4 -SIZE (rocky/s/systemd-libs-252-51.el9.i686.rpm) = 721681 -SHA256 (rocky/s/systemd-libs-252-51.el9.x86_64.rpm) = aaf874508c33c2cd5553c7d5cdd1ca93d1307b86c6448e04355e247c03623bb5 -SIZE (rocky/s/systemd-libs-252-51.el9.x86_64.rpm) = 690071 -SHA256 (rocky/s/systemd-252-51.el9.src.rpm) = c5ca5061a8d5223610a55099df1a676dfde16809a07b31752b247c951ad1324b -SIZE (rocky/s/systemd-252-51.el9.src.rpm) = 42963242 +TIMESTAMP = 1757068440 +SHA256 (rocky/s/systemd-libs-252-51.el9_6.1.aarch64.rpm) = 591da220b0d89036ea20921f14e1b8693ebff4dd412af26bc2c6ed7a84cced99 +SIZE (rocky/s/systemd-libs-252-51.el9_6.1.aarch64.rpm) = 656466 +SHA256 (rocky/s/systemd-libs-252-51.el9_6.1.i686.rpm) = 8a85cca025ec734b11f687667a50002ac4ba198230ec7aa98bcaf41520705bb6 +SIZE (rocky/s/systemd-libs-252-51.el9_6.1.i686.rpm) = 720889 +SHA256 (rocky/s/systemd-libs-252-51.el9_6.1.x86_64.rpm) = 5e500caaa3a32cfe228d6c264103b6584946ffa36812d127ce01ab482658660d +SIZE (rocky/s/systemd-libs-252-51.el9_6.1.x86_64.rpm) = 689588 +SHA256 (rocky/s/systemd-252-51.el9_6.1.src.rpm) = dc73eb80a1d69c815825abd075e0dfbf54b80ee0613ed737bcb90edf18b5d17a +SIZE (rocky/s/systemd-252-51.el9_6.1.src.rpm) = 42963094 diff --git a/devel/mongo-cxx-driver/Makefile b/devel/mongo-cxx-driver/Makefile new file mode 100644 index 000000000000..51ee62747571 --- /dev/null +++ b/devel/mongo-cxx-driver/Makefile @@ -0,0 +1,32 @@ +PORTNAME= mongo-cxx-driver +DISTVERSIONPREFIX= r +# Note: mongo-cxx-driver > 4.0.0 requires mongo-c-driver 2.x +DISTVERSION= 4.0.0 +CATEGORIES= devel databases + +MAINTAINER= jwb@FreeBSD.org +COMMENT= MongoDB C++ driver +WWW= https://github.com/mongodb/mongo-cxx-driver/ + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= mongo-c-driver>=1.29.0<2.0.0:devel/mongo-c-driver +LIB_DEPENDS= libmongoc-1.0.so:devel/mongo-c-driver \ + libbson-1.0.so:devel/libbson \ + libutf8proc.so:textproc/utf8proc + +USES= cmake compiler:c++17-lang pkgconfig ssl +USE_GITHUB= yes +USE_CXXSTD= c++17 +GH_ACCOUNT= mongodb + +CMAKE_ARGS= -DENABLE_ZLIB=SYSTEM \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_CXX_STANDARD=17 \ + -DBUILD_VERSION=${DISTVERSION} +CMAKE_OFF= BUILD_TESTING \ + ENABLE_TESTS \ + ENABLE_UNINSTALL + +.include <bsd.port.mk> diff --git a/devel/mongo-cxx-driver/distinfo b/devel/mongo-cxx-driver/distinfo new file mode 100644 index 000000000000..94d2b2c82053 --- /dev/null +++ b/devel/mongo-cxx-driver/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1757080161 +SHA256 (mongodb-mongo-cxx-driver-r4.0.0_GH0.tar.gz) = 966e46c14fc02162016a6a4b02d0707a722f296b403483f32e73592474f3f638 +SIZE (mongodb-mongo-cxx-driver-r4.0.0_GH0.tar.gz) = 1871635 diff --git a/devel/mongo-cxx-driver/files/patch-CMakeLists.txt b/devel/mongo-cxx-driver/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..d1b03975a928 --- /dev/null +++ b/devel/mongo-cxx-driver/files/patch-CMakeLists.txt @@ -0,0 +1,34 @@ +--- CMakeLists.txt.orig 2024-11-20 20:53:26 UTC ++++ CMakeLists.txt +@@ -206,31 +206,10 @@ if(BUILD_VERSION STREQUAL "0.0.0") + else() + find_package(PythonInterp) + +- if(PYTHONINTERP_FOUND) +- execute_process( +- COMMAND ${PYTHON_EXECUTABLE} etc/calc_release_version.py +- WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} +- OUTPUT_VARIABLE CALC_RELEASE_VERSION +- RESULT_VARIABLE CALC_RELEASE_VERSION_RESULT +- OUTPUT_STRIP_TRAILING_WHITESPACE +- ) +- +- if(NOT CALC_RELEASE_VERSION_RESULT STREQUAL 0) +- # If python failed above, stderr would tell the user about it +- message(FATAL_ERROR +- "BUILD_VERSION not specified and could not be calculated\ +- (script invocation failed); specify in CMake command, -DBUILD_VERSION=<version>" +- ) +- else() +- set(BUILD_VERSION ${CALC_RELEASE_VERSION}) +- file(WRITE ${CMAKE_BINARY_DIR}/VERSION_CURRENT ${CALC_RELEASE_VERSION}) +- endif() +- else() + message(FATAL_ERROR + "BUILD_VERSION not specified and could not be calculated\ + (Python was not found on the system); specify in CMake command, -DBUILD_VERSION=<version>" + ) +- endif() + endif() + endif() + diff --git a/devel/mongo-cxx-driver/pkg-descr b/devel/mongo-cxx-driver/pkg-descr new file mode 100644 index 000000000000..541f8e1ca43a --- /dev/null +++ b/devel/mongo-cxx-driver/pkg-descr @@ -0,0 +1,5 @@ +Official Mongo C++ Driver. + +Mongo (from "humongous") is a high-performance, open source, +schema-free, document-oriented database. A common name in the "NOSQL" +community. diff --git a/devel/mongo-cxx-driver/pkg-plist b/devel/mongo-cxx-driver/pkg-plist new file mode 100644 index 000000000000..757802af5199 --- /dev/null +++ b/devel/mongo-cxx-driver/pkg-plist @@ -0,0 +1,307 @@ +include/bsoncxx/v_noabi/bsoncxx/array/element-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/array/element.hpp +include/bsoncxx/v_noabi/bsoncxx/array/value-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/array/value.hpp +include/bsoncxx/v_noabi/bsoncxx/array/view-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/array/view.hpp +include/bsoncxx/v_noabi/bsoncxx/array/view_or_value.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/basic/array-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/basic/array.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/basic/document-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/basic/document.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/basic/helpers.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/basic/impl.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/basic/kvp.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/basic/sub_array-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/basic/sub_array.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/basic/sub_document-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/basic/sub_document.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/concatenate-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/concatenate.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/core-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/core.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/list-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/list.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/stream/array-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/stream/array.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/stream/array_context-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/stream/array_context.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/stream/closed_context-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/stream/closed_context.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/stream/document-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/stream/document.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/stream/helpers-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/stream/helpers.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/stream/key_context-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/stream/key_context.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/stream/single_context-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/stream/single_context.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/stream/value_context-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/stream/value_context.hpp +include/bsoncxx/v_noabi/bsoncxx/config/compiler.hpp +include/bsoncxx/v_noabi/bsoncxx/config/config.hpp +include/bsoncxx/v_noabi/bsoncxx/config/export.hpp +include/bsoncxx/v_noabi/bsoncxx/config/postlude.hpp +include/bsoncxx/v_noabi/bsoncxx/config/prelude.hpp +include/bsoncxx/v_noabi/bsoncxx/config/util.hpp +include/bsoncxx/v_noabi/bsoncxx/config/version.hpp +include/bsoncxx/v_noabi/bsoncxx/decimal128-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/decimal128.hpp +include/bsoncxx/v_noabi/bsoncxx/document/element-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/document/element.hpp +include/bsoncxx/v_noabi/bsoncxx/document/value-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/document/value.hpp +include/bsoncxx/v_noabi/bsoncxx/document/view-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/document/view.hpp +include/bsoncxx/v_noabi/bsoncxx/document/view_or_value.hpp +include/bsoncxx/v_noabi/bsoncxx/enums/binary_sub_type.hpp +include/bsoncxx/v_noabi/bsoncxx/enums/type.hpp +include/bsoncxx/v_noabi/bsoncxx/exception/error_code-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/exception/error_code.hpp +include/bsoncxx/v_noabi/bsoncxx/exception/exception-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/exception/exception.hpp +include/bsoncxx/v_noabi/bsoncxx/fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/json-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/json.hpp +include/bsoncxx/v_noabi/bsoncxx/oid-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/oid.hpp +include/bsoncxx/v_noabi/bsoncxx/stdx/operators.hpp +include/bsoncxx/v_noabi/bsoncxx/stdx/optional.hpp +include/bsoncxx/v_noabi/bsoncxx/stdx/string_view.hpp +include/bsoncxx/v_noabi/bsoncxx/stdx/type_traits.hpp +include/bsoncxx/v_noabi/bsoncxx/string/to_string.hpp +include/bsoncxx/v_noabi/bsoncxx/string/view_or_value-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/string/view_or_value.hpp +include/bsoncxx/v_noabi/bsoncxx/types-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/types.hpp +include/bsoncxx/v_noabi/bsoncxx/types/bson_value/make_value.hpp +include/bsoncxx/v_noabi/bsoncxx/types/bson_value/value-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/types/bson_value/value.hpp +include/bsoncxx/v_noabi/bsoncxx/types/bson_value/view-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/types/bson_value/view.hpp +include/bsoncxx/v_noabi/bsoncxx/types/bson_value/view_or_value.hpp +include/bsoncxx/v_noabi/bsoncxx/validate-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/validate.hpp +include/bsoncxx/v_noabi/bsoncxx/view_or_value-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/view_or_value.hpp +include/mongocxx/v_noabi/mongocxx/bulk_write-fwd.hpp +include/mongocxx/v_noabi/mongocxx/bulk_write.hpp +include/mongocxx/v_noabi/mongocxx/change_stream-fwd.hpp +include/mongocxx/v_noabi/mongocxx/change_stream.hpp +include/mongocxx/v_noabi/mongocxx/client-fwd.hpp +include/mongocxx/v_noabi/mongocxx/client.hpp +include/mongocxx/v_noabi/mongocxx/client_encryption-fwd.hpp +include/mongocxx/v_noabi/mongocxx/client_encryption.hpp +include/mongocxx/v_noabi/mongocxx/client_session-fwd.hpp +include/mongocxx/v_noabi/mongocxx/client_session.hpp +include/mongocxx/v_noabi/mongocxx/collection-fwd.hpp +include/mongocxx/v_noabi/mongocxx/collection.hpp +include/mongocxx/v_noabi/mongocxx/config/compiler.hpp +include/mongocxx/v_noabi/mongocxx/config/config.hpp +include/mongocxx/v_noabi/mongocxx/config/export.hpp +include/mongocxx/v_noabi/mongocxx/config/postlude.hpp +include/mongocxx/v_noabi/mongocxx/config/prelude.hpp +include/mongocxx/v_noabi/mongocxx/config/version.hpp +include/mongocxx/v_noabi/mongocxx/cursor-fwd.hpp +include/mongocxx/v_noabi/mongocxx/cursor.hpp +include/mongocxx/v_noabi/mongocxx/database-fwd.hpp +include/mongocxx/v_noabi/mongocxx/database.hpp +include/mongocxx/v_noabi/mongocxx/events/command_failed_event-fwd.hpp +include/mongocxx/v_noabi/mongocxx/events/command_failed_event.hpp +include/mongocxx/v_noabi/mongocxx/events/command_started_event-fwd.hpp +include/mongocxx/v_noabi/mongocxx/events/command_started_event.hpp +include/mongocxx/v_noabi/mongocxx/events/command_succeeded_event-fwd.hpp +include/mongocxx/v_noabi/mongocxx/events/command_succeeded_event.hpp +include/mongocxx/v_noabi/mongocxx/events/heartbeat_failed_event-fwd.hpp +include/mongocxx/v_noabi/mongocxx/events/heartbeat_failed_event.hpp +include/mongocxx/v_noabi/mongocxx/events/heartbeat_started_event-fwd.hpp +include/mongocxx/v_noabi/mongocxx/events/heartbeat_started_event.hpp +include/mongocxx/v_noabi/mongocxx/events/heartbeat_succeeded_event-fwd.hpp +include/mongocxx/v_noabi/mongocxx/events/heartbeat_succeeded_event.hpp +include/mongocxx/v_noabi/mongocxx/events/server_changed_event-fwd.hpp +include/mongocxx/v_noabi/mongocxx/events/server_changed_event.hpp +include/mongocxx/v_noabi/mongocxx/events/server_closed_event-fwd.hpp +include/mongocxx/v_noabi/mongocxx/events/server_closed_event.hpp +include/mongocxx/v_noabi/mongocxx/events/server_description-fwd.hpp +include/mongocxx/v_noabi/mongocxx/events/server_description.hpp +include/mongocxx/v_noabi/mongocxx/events/server_opening_event-fwd.hpp +include/mongocxx/v_noabi/mongocxx/events/server_opening_event.hpp +include/mongocxx/v_noabi/mongocxx/events/topology_changed_event-fwd.hpp +include/mongocxx/v_noabi/mongocxx/events/topology_changed_event.hpp +include/mongocxx/v_noabi/mongocxx/events/topology_closed_event-fwd.hpp +include/mongocxx/v_noabi/mongocxx/events/topology_closed_event.hpp +include/mongocxx/v_noabi/mongocxx/events/topology_description-fwd.hpp +include/mongocxx/v_noabi/mongocxx/events/topology_description.hpp +include/mongocxx/v_noabi/mongocxx/events/topology_opening_event-fwd.hpp +include/mongocxx/v_noabi/mongocxx/events/topology_opening_event.hpp +include/mongocxx/v_noabi/mongocxx/exception/authentication_exception-fwd.hpp +include/mongocxx/v_noabi/mongocxx/exception/authentication_exception.hpp +include/mongocxx/v_noabi/mongocxx/exception/bulk_write_exception-fwd.hpp +include/mongocxx/v_noabi/mongocxx/exception/bulk_write_exception.hpp +include/mongocxx/v_noabi/mongocxx/exception/error_code-fwd.hpp +include/mongocxx/v_noabi/mongocxx/exception/error_code.hpp +include/mongocxx/v_noabi/mongocxx/exception/exception-fwd.hpp +include/mongocxx/v_noabi/mongocxx/exception/exception.hpp +include/mongocxx/v_noabi/mongocxx/exception/gridfs_exception-fwd.hpp +include/mongocxx/v_noabi/mongocxx/exception/gridfs_exception.hpp +include/mongocxx/v_noabi/mongocxx/exception/logic_error-fwd.hpp +include/mongocxx/v_noabi/mongocxx/exception/logic_error.hpp +include/mongocxx/v_noabi/mongocxx/exception/operation_exception-fwd.hpp +include/mongocxx/v_noabi/mongocxx/exception/operation_exception.hpp +include/mongocxx/v_noabi/mongocxx/exception/query_exception-fwd.hpp +include/mongocxx/v_noabi/mongocxx/exception/query_exception.hpp +include/mongocxx/v_noabi/mongocxx/exception/server_error_code-fwd.hpp +include/mongocxx/v_noabi/mongocxx/exception/server_error_code.hpp +include/mongocxx/v_noabi/mongocxx/exception/write_exception-fwd.hpp +include/mongocxx/v_noabi/mongocxx/exception/write_exception.hpp +include/mongocxx/v_noabi/mongocxx/fwd.hpp +include/mongocxx/v_noabi/mongocxx/gridfs/bucket-fwd.hpp +include/mongocxx/v_noabi/mongocxx/gridfs/bucket.hpp +include/mongocxx/v_noabi/mongocxx/gridfs/downloader-fwd.hpp +include/mongocxx/v_noabi/mongocxx/gridfs/downloader.hpp +include/mongocxx/v_noabi/mongocxx/gridfs/uploader-fwd.hpp +include/mongocxx/v_noabi/mongocxx/gridfs/uploader.hpp +include/mongocxx/v_noabi/mongocxx/hint-fwd.hpp +include/mongocxx/v_noabi/mongocxx/hint.hpp +include/mongocxx/v_noabi/mongocxx/index_model-fwd.hpp +include/mongocxx/v_noabi/mongocxx/index_model.hpp +include/mongocxx/v_noabi/mongocxx/index_view-fwd.hpp +include/mongocxx/v_noabi/mongocxx/index_view.hpp +include/mongocxx/v_noabi/mongocxx/instance-fwd.hpp +include/mongocxx/v_noabi/mongocxx/instance.hpp +include/mongocxx/v_noabi/mongocxx/logger-fwd.hpp +include/mongocxx/v_noabi/mongocxx/logger.hpp +include/mongocxx/v_noabi/mongocxx/model/delete_many-fwd.hpp +include/mongocxx/v_noabi/mongocxx/model/delete_many.hpp +include/mongocxx/v_noabi/mongocxx/model/delete_one-fwd.hpp +include/mongocxx/v_noabi/mongocxx/model/delete_one.hpp +include/mongocxx/v_noabi/mongocxx/model/insert_one-fwd.hpp +include/mongocxx/v_noabi/mongocxx/model/insert_one.hpp +include/mongocxx/v_noabi/mongocxx/model/replace_one-fwd.hpp +include/mongocxx/v_noabi/mongocxx/model/replace_one.hpp +include/mongocxx/v_noabi/mongocxx/model/update_many-fwd.hpp +include/mongocxx/v_noabi/mongocxx/model/update_many.hpp +include/mongocxx/v_noabi/mongocxx/model/update_one-fwd.hpp +include/mongocxx/v_noabi/mongocxx/model/update_one.hpp +include/mongocxx/v_noabi/mongocxx/model/write-fwd.hpp +include/mongocxx/v_noabi/mongocxx/model/write.hpp +include/mongocxx/v_noabi/mongocxx/options/aggregate-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/aggregate.hpp +include/mongocxx/v_noabi/mongocxx/options/apm-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/apm.hpp +include/mongocxx/v_noabi/mongocxx/options/auto_encryption-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/auto_encryption.hpp +include/mongocxx/v_noabi/mongocxx/options/bulk_write-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/bulk_write.hpp +include/mongocxx/v_noabi/mongocxx/options/change_stream-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/change_stream.hpp +include/mongocxx/v_noabi/mongocxx/options/client-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/client.hpp +include/mongocxx/v_noabi/mongocxx/options/client_encryption-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/client_encryption.hpp +include/mongocxx/v_noabi/mongocxx/options/client_session-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/client_session.hpp +include/mongocxx/v_noabi/mongocxx/options/count-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/count.hpp +include/mongocxx/v_noabi/mongocxx/options/data_key-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/data_key.hpp +include/mongocxx/v_noabi/mongocxx/options/delete-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/delete.hpp +include/mongocxx/v_noabi/mongocxx/options/distinct-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/distinct.hpp +include/mongocxx/v_noabi/mongocxx/options/encrypt-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/encrypt.hpp +include/mongocxx/v_noabi/mongocxx/options/estimated_document_count-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/estimated_document_count.hpp +include/mongocxx/v_noabi/mongocxx/options/find-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/find.hpp +include/mongocxx/v_noabi/mongocxx/options/find_one_and_delete-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/find_one_and_delete.hpp +include/mongocxx/v_noabi/mongocxx/options/find_one_and_replace-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/find_one_and_replace.hpp +include/mongocxx/v_noabi/mongocxx/options/find_one_and_update-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/find_one_and_update.hpp +include/mongocxx/v_noabi/mongocxx/options/find_one_common_options-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/find_one_common_options.hpp +include/mongocxx/v_noabi/mongocxx/options/gridfs/bucket-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/gridfs/bucket.hpp +include/mongocxx/v_noabi/mongocxx/options/gridfs/upload-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/gridfs/upload.hpp +include/mongocxx/v_noabi/mongocxx/options/index-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/index.hpp +include/mongocxx/v_noabi/mongocxx/options/index_view-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/index_view.hpp +include/mongocxx/v_noabi/mongocxx/options/insert-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/insert.hpp +include/mongocxx/v_noabi/mongocxx/options/pool-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/pool.hpp +include/mongocxx/v_noabi/mongocxx/options/range-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/range.hpp +include/mongocxx/v_noabi/mongocxx/options/replace-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/replace.hpp +include/mongocxx/v_noabi/mongocxx/options/rewrap_many_datakey-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/rewrap_many_datakey.hpp +include/mongocxx/v_noabi/mongocxx/options/server_api-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/server_api.hpp +include/mongocxx/v_noabi/mongocxx/options/ssl.hpp +include/mongocxx/v_noabi/mongocxx/options/tls-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/tls.hpp +include/mongocxx/v_noabi/mongocxx/options/transaction-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/transaction.hpp +include/mongocxx/v_noabi/mongocxx/options/update-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/update.hpp +include/mongocxx/v_noabi/mongocxx/pipeline-fwd.hpp +include/mongocxx/v_noabi/mongocxx/pipeline.hpp +include/mongocxx/v_noabi/mongocxx/pool-fwd.hpp +include/mongocxx/v_noabi/mongocxx/pool.hpp +include/mongocxx/v_noabi/mongocxx/read_concern-fwd.hpp +include/mongocxx/v_noabi/mongocxx/read_concern.hpp +include/mongocxx/v_noabi/mongocxx/read_preference-fwd.hpp +include/mongocxx/v_noabi/mongocxx/read_preference.hpp +include/mongocxx/v_noabi/mongocxx/result/bulk_write-fwd.hpp +include/mongocxx/v_noabi/mongocxx/result/bulk_write.hpp +include/mongocxx/v_noabi/mongocxx/result/delete-fwd.hpp +include/mongocxx/v_noabi/mongocxx/result/delete.hpp +include/mongocxx/v_noabi/mongocxx/result/gridfs/upload-fwd.hpp +include/mongocxx/v_noabi/mongocxx/result/gridfs/upload.hpp +include/mongocxx/v_noabi/mongocxx/result/insert_many-fwd.hpp +include/mongocxx/v_noabi/mongocxx/result/insert_many.hpp +include/mongocxx/v_noabi/mongocxx/result/insert_one-fwd.hpp +include/mongocxx/v_noabi/mongocxx/result/insert_one.hpp +include/mongocxx/v_noabi/mongocxx/result/replace_one-fwd.hpp +include/mongocxx/v_noabi/mongocxx/result/replace_one.hpp +include/mongocxx/v_noabi/mongocxx/result/rewrap_many_datakey-fwd.hpp +include/mongocxx/v_noabi/mongocxx/result/rewrap_many_datakey.hpp +include/mongocxx/v_noabi/mongocxx/result/update-fwd.hpp +include/mongocxx/v_noabi/mongocxx/result/update.hpp +include/mongocxx/v_noabi/mongocxx/search_index_model-fwd.hpp +include/mongocxx/v_noabi/mongocxx/search_index_model.hpp +include/mongocxx/v_noabi/mongocxx/search_index_view-fwd.hpp +include/mongocxx/v_noabi/mongocxx/search_index_view.hpp +include/mongocxx/v_noabi/mongocxx/uri-fwd.hpp +include/mongocxx/v_noabi/mongocxx/uri.hpp +include/mongocxx/v_noabi/mongocxx/validation_criteria-fwd.hpp +include/mongocxx/v_noabi/mongocxx/validation_criteria.hpp +include/mongocxx/v_noabi/mongocxx/write_concern-fwd.hpp +include/mongocxx/v_noabi/mongocxx/write_concern.hpp +include/mongocxx/v_noabi/mongocxx/write_type-fwd.hpp +include/mongocxx/v_noabi/mongocxx/write_type.hpp +lib/cmake/bsoncxx-4.0.0/bsoncxx-config-version.cmake +lib/cmake/bsoncxx-4.0.0/bsoncxx-config.cmake +lib/cmake/bsoncxx-4.0.0/bsoncxx_targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/bsoncxx-4.0.0/bsoncxx_targets.cmake +lib/cmake/mongocxx-4.0.0/mongocxx-config-version.cmake +lib/cmake/mongocxx-4.0.0/mongocxx-config.cmake +lib/cmake/mongocxx-4.0.0/mongocxx_targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/mongocxx-4.0.0/mongocxx_targets.cmake +lib/libbsoncxx.so +lib/libbsoncxx.so.4.0.0 +lib/libbsoncxx.so._noabi +lib/libmongocxx.so +lib/libmongocxx.so.4.0.0 +lib/libmongocxx.so._noabi +libdata/pkgconfig/libbsoncxx.pc +libdata/pkgconfig/libmongocxx.pc +%%DATADIR%%/LICENSE +%%DATADIR%%/README.md +%%DATADIR%%/THIRD-PARTY-NOTICES diff --git a/devel/py-diff-cover/Makefile b/devel/py-diff-cover/Makefile index a4c8bf804cb4..c8c5361cb521 100644 --- a/devel/py-diff-cover/Makefile +++ b/devel/py-diff-cover/Makefile @@ -1,5 +1,5 @@ PORTNAME= diff-cover -DISTVERSION= 9.2.0 +DISTVERSION= 9.6.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,9 +17,10 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FL RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=3.0.0:textproc/py-chardet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7.1:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pluggy>=0.13.1:devel/py-pluggy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pygments>=2.9.0:textproc/py-pygments@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pygments>=2.19.1:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tomli>=1.2.1:textproc/py-tomli@${PY_FLAVOR} -TEST_DEPENDS= pylint${PYTHON_PKGNAMESUFFIX}>0:devel/pylint@${PY_FLAVOR} \ +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-docstring-description>0:devel/py-hatch-docstring-description@${PY_FLAVOR} \ + pylint${PYTHON_PKGNAMESUFFIX}>0:devel/pylint@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-datadir>=1.4.1:devel/py-pytest-datadir@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} @@ -32,4 +33,6 @@ TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} NO_ARCH= yes +# tests as of 9.6.0: 336 passed in 23.36s + .include <bsd.port.mk> diff --git a/devel/py-diff-cover/distinfo b/devel/py-diff-cover/distinfo index 6824ce016879..ed69c4524af6 100644 --- a/devel/py-diff-cover/distinfo +++ b/devel/py-diff-cover/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1725780005 -SHA256 (diff_cover-9.2.0.tar.gz) = 85a0b353ebbb678f9e87ea303f75b545bd0baca38f563219bb72f2ae862bba36 -SIZE (diff_cover-9.2.0.tar.gz) = 94857 +TIMESTAMP = 1757053159 +SHA256 (diff_cover-9.6.0.tar.gz) = 75e5bc056dcaa68c6c87c9fb4e07c9e60daef15b6e8d034d56d2da9e2c84a872 +SIZE (diff_cover-9.6.0.tar.gz) = 99756 diff --git a/devel/py-dill/Makefile b/devel/py-dill/Makefile index 501a1dd3a3df..1a2f0c381446 100644 --- a/devel/py-dill/Makefile +++ b/devel/py-dill/Makefile @@ -1,12 +1,13 @@ PORTNAME= dill -DISTVERSION= 0.3.9 +DISTVERSION= 0.4.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Serialize all of python -WWW= https://dill.readthedocs.io/en/latest/ +WWW= https://dill.readthedocs.io/en/latest/ \ + https://github.com/uqfoundation/dill LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/devel/py-dill/distinfo b/devel/py-dill/distinfo index 80efa8d7fc09..f21906e74f6d 100644 --- a/devel/py-dill/distinfo +++ b/devel/py-dill/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1727589358 -SHA256 (dill-0.3.9.tar.gz) = 81aa267dddf68cbfe8029c42ca9ec6a4ab3b22371d1c450abc54422577b4512c -SIZE (dill-0.3.9.tar.gz) = 187000 +TIMESTAMP = 1757064794 +SHA256 (dill-0.4.0.tar.gz) = 0633f1d2df477324f53a895b02c901fb961bdbf65a17122586ea7019292cbcf0 +SIZE (dill-0.4.0.tar.gz) = 186976 diff --git a/devel/py-jsonpickle/Makefile b/devel/py-jsonpickle/Makefile index b47d60e2128e..18d3a9a1c911 100644 --- a/devel/py-jsonpickle/Makefile +++ b/devel/py-jsonpickle/Makefile @@ -1,5 +1,5 @@ PORTNAME= jsonpickle -DISTVERSION= 3.4.0 +DISTVERSION= 4.1.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-jsonpickle/distinfo b/devel/py-jsonpickle/distinfo index 5a61aca5fa44..7bbe316af0ae 100644 --- a/devel/py-jsonpickle/distinfo +++ b/devel/py-jsonpickle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1730876182 -SHA256 (jsonpickle-3.4.0.tar.gz) = 83ca3836af4bfe00cbc45ac5965abdbe7853736696eb6f17f6473240b2172798 -SIZE (jsonpickle-3.4.0.tar.gz) = 313658 +TIMESTAMP = 1757052634 +SHA256 (jsonpickle-4.1.1.tar.gz) = f86e18f13e2b96c1c1eede0b7b90095bbb61d99fedc14813c44dc2f361dbbae1 +SIZE (jsonpickle-4.1.1.tar.gz) = 316885 diff --git a/devel/py-monty/Makefile b/devel/py-monty/Makefile index efa50ebf1605..856683534592 100644 --- a/devel/py-monty/Makefile +++ b/devel/py-monty/Makefile @@ -1,6 +1,6 @@ PORTNAME= monty DISTVERSIONPREFIX= v -DISTVERSION= 2025.1.9 +DISTVERSION= 2025.3.3 CATEGORIES= devel python #MASTER_SITES= PYPI # no tests PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +19,10 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>0:devel/py-ruamel.yaml@${PY_FLAVOR} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}invoke>0:devel/py-invoke@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}msgpack>0:devel/py-msgpack@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}orjson>=3.6.1:devel/py-orjson@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pydantic2>0:devel/py-pydantic2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} USES= python @@ -32,7 +35,6 @@ NO_ARCH= yes TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -# tests as of 2025.1.3: 2 failed, 193 passed, 9 skipped, 9 warnings in 83.57s (0:01:23), see https://github.com/materialsvirtuallab/monty/issues/736 -# 2025.1.9: error in tests: https://github.com/materialsvirtuallab/monty/issues/740 +# tests as of 2025.3.3: 3 failed, 197 passed, 4 skipped, 4 warnings in 34.20s, see https://github.com/materialsvirtuallab/monty/issues/765 .include <bsd.port.mk> diff --git a/devel/py-monty/distinfo b/devel/py-monty/distinfo index 36d672ce56df..fefee8d6be8c 100644 --- a/devel/py-monty/distinfo +++ b/devel/py-monty/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1736488371 -SHA256 (materialsvirtuallab-monty-v2025.1.9_GH0.tar.gz) = 4f1df3cb7d298763acda20ea0ea8a538f1a6e243dfb5b6c19dd10e09cd9b9419 -SIZE (materialsvirtuallab-monty-v2025.1.9_GH0.tar.gz) = 120448 +TIMESTAMP = 1757095647 +SHA256 (materialsvirtuallab-monty-v2025.3.3_GH0.tar.gz) = 2fabfcb6764419476c235be564f4a8805e9c46d41dc5af9068a6eaa30946dd93 +SIZE (materialsvirtuallab-monty-v2025.3.3_GH0.tar.gz) = 121622 diff --git a/devel/py-pytest-asyncio/Makefile b/devel/py-pytest-asyncio/Makefile index 14fd94ae7c33..9f02c32b083c 100644 --- a/devel/py-pytest-asyncio/Makefile +++ b/devel/py-pytest-asyncio/Makefile @@ -1,6 +1,5 @@ PORTNAME= pytest-asyncio -DISTVERSION= 0.23.8 -PORTREVISION= 1 +DISTVERSION= 1.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -8,21 +7,24 @@ DISTNAME= pytest_asyncio-${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Py.test plugin providing fixtures and markers for asyncio -WWW= https://pypi.org/project/pytest-asyncio/ +WWW= https://pytest-asyncio.readthedocs.io/en/stable/ \ + https://github.com/pytest-dev/pytest-asyncio LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -# note that the next version requires pytest 8.2.0, while ports still only have 8.1.1 ATOW -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=6.1.0:devel/py-pytest@${PY_FLAVOR} -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=6.1.0:devel/py-pytest@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>=5.7.1:devel/py-hypothesis@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=8.0:devel/py-pytest@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=6.2:devel/py-coverage@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hypothesis>=5.7.1:devel/py-hypothesis@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils pytest +USE_PYTHON= pep517 autoplist pytest + NO_ARCH= yes -post-patch: - @${ECHO_CMD} 'from setuptools import setup; setup()' > ${WRKSRC}/setup.py +# tests as of 1.1.0: 23 failed, 145 passed in 214.54s (0:03:34), see https://github.com/pytest-dev/pytest-asyncio/issues/1227 .include <bsd.port.mk> diff --git a/devel/py-pytest-asyncio/distinfo b/devel/py-pytest-asyncio/distinfo index 3954ac929c5e..9989f8ef730a 100644 --- a/devel/py-pytest-asyncio/distinfo +++ b/devel/py-pytest-asyncio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1721655462 -SHA256 (pytest_asyncio-0.23.8.tar.gz) = 759b10b33a6dc61cce40a8bd5205e302978bbbcc00e279a8b61d9a6a3c82e4d3 -SIZE (pytest_asyncio-0.23.8.tar.gz) = 46920 +TIMESTAMP = 1757057362 +SHA256 (pytest_asyncio-1.1.0.tar.gz) = 796aa822981e01b68c12e4827b8697108f7205020f24b5793b3c41555dab68ea +SIZE (pytest_asyncio-1.1.0.tar.gz) = 46652 diff --git a/devel/py-pytest-asyncio/files/patch-pyproject.toml b/devel/py-pytest-asyncio/files/patch-pyproject.toml new file mode 100644 index 000000000000..d0998d710688 --- /dev/null +++ b/devel/py-pytest-asyncio/files/patch-pyproject.toml @@ -0,0 +1,22 @@ +--- pyproject.toml.orig 2025-07-16 04:22:08 UTC ++++ pyproject.toml +@@ -1,7 +1,7 @@ requires = [ + [build-system] + build-backend = "setuptools.build_meta" + requires = [ +- "setuptools>=77", ++ "setuptools", + "setuptools-scm[toml]>=6.2", + ] + +@@ -10,10 +10,6 @@ readme.file = "README.rst" + description = "Pytest support for asyncio" + readme.content-type = "text/x-rst" + readme.file = "README.rst" +-license = "Apache-2.0" +-license-files = [ +- "LICENSE", +-] + maintainers = [ + { name = "Michael Seifert", email = "m.seifert@digitalernachschub.de" }, + ] diff --git a/devel/py-pytest-examples/Makefile b/devel/py-pytest-examples/Makefile index 0b0a4934b692..44da8aee1306 100644 --- a/devel/py-pytest-examples/Makefile +++ b/devel/py-pytest-examples/Makefile @@ -1,5 +1,5 @@ PORTNAME= pytest-examples -DISTVERSION= 0.0.13 +DISTVERSION= 0.0.18 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pytest-examples/distinfo b/devel/py-pytest-examples/distinfo index a44e941f7567..a681f7151f55 100644 --- a/devel/py-pytest-examples/distinfo +++ b/devel/py-pytest-examples/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1723624177 -SHA256 (pytest_examples-0.0.13.tar.gz) = 4d6fd78154953e84444f58f193eb6cc8d853bca7f0ee9f44ea75db043a2c19b5 -SIZE (pytest_examples-0.0.13.tar.gz) = 20445 +TIMESTAMP = 1756452701 +SHA256 (pytest_examples-0.0.18.tar.gz) = 9a464f007f805b113677a15e2f8942ebb92d7d3eb5312e9a405d018478ec9801 +SIZE (pytest_examples-0.0.18.tar.gz) = 21237 diff --git a/devel/py-pytest/Makefile b/devel/py-pytest/Makefile index f1998ed35cfd..5e704aab0c87 100644 --- a/devel/py-pytest/Makefile +++ b/devel/py-pytest/Makefile @@ -1,5 +1,5 @@ PORTNAME= pytest -PORTVERSION= 8.1.1 +PORTVERSION= 8.4.2 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= PYPI @@ -16,24 +16,24 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FL ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.2.3:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PY_EXCEPTIONGROUP} \ - ${PYTHON_PKGNAMEPREFIX}iniconfig>=0:devel/py-iniconfig@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pluggy>=1.4<2.0:devel/py-pluggy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}iniconfig>0:devel/py-iniconfig@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>=20:devel/py-packaging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pluggy>=1.5<2.0:devel/py-pluggy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pygments>=2.7.2:textproc/py-pygments@${PY_FLAVOR} \ ${PY_TOMLI} TEST_DEPENDS= bash:shells/bash \ lsof:sysutils/lsof \ - ${PYTHON_PKGNAMEPREFIX}argcomplete>=0:devel/py-argcomplete@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}asynctest>=0:devel/py-asynctest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}argcomplete>0:devel/py-argcomplete@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}attrs>=19.2:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}decorator>=0:devel/py-decorator@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hypothesis>=3.56:devel/py-hypothesis@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pexpect>=0:misc/py-pexpect@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=2.7.2:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=2.1.0,1:devel/py-pytest-xdist@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xmlschema>=0:textproc/py-xmlschema@${PY_FLAVOR} @@ -43,8 +43,9 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -# XXX: test_pdb_custom_cls_with_set_trace fails do-test: - cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs + @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs + +# tests as of 8.4.2: 1 failed, 3861 passed, 37 skipped, 12 xfailed, 7 xpassed in 652.09s (0:10:52), see https://github.com/pytest-dev/pytest/issues/13699 .include <bsd.port.mk> diff --git a/devel/py-pytest/distinfo b/devel/py-pytest/distinfo index aa049f11410b..429aa14b982a 100644 --- a/devel/py-pytest/distinfo +++ b/devel/py-pytest/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713775176 -SHA256 (pytest-8.1.1.tar.gz) = ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044 -SIZE (pytest-8.1.1.tar.gz) = 1409703 +TIMESTAMP = 1757060185 +SHA256 (pytest-8.4.2.tar.gz) = 86c0d0b93306b961d58d62a4db4879f27fe25513d4b969df351abdddb3c30e01 +SIZE (pytest-8.4.2.tar.gz) = 1519618 diff --git a/devel/tabby/Makefile b/devel/tabby/Makefile index c09dfa9e47cb..9d48c95ff3c1 100644 --- a/devel/tabby/Makefile +++ b/devel/tabby/Makefile @@ -1,648 +1,719 @@ PORTNAME= tabby DISTVERSIONPREFIX= v -DISTVERSION= 0.11.1 -PORTREVISION= 14 +DISTVERSION= 0.31.1 CATEGORIES= devel # machine-learning +MASTER_SITES= https://github.com/swagger-api/swagger-ui/archive/refs/tags/:swagger PKGNAMESUFFIX= -ai-coding-assistant +DISTFILES= v5.17.14.zip:swagger +DIST_SUBDIR= ${PORTNAME} MAINTAINER= yuri@FreeBSD.org COMMENT= Self-hosted AI coding assistant -WWW= https://tabby.tabbyml.com/ +WWW= https://www.tabbyml.com/ \ + https://github.com/TabbyML/tabby LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN= smartstring crate fails to compile https://github.com/bodil/smartstring/issues/54, also see https://github.com/graphql-rust/juniper/issues/1340 - BUILD_DEPENDS= cmake:devel/cmake-core LIB_DEPENDS= libgit2.so:devel/libgit2 \ - libllama.so:misc/llama-cpp \ libssh2.so:security/libssh2 \ libzstd.so:archivers/zstd +RUN_DEPENDS= llama-server:misc/llama-cpp -USES= cargo ssl +USES= cargo localbase ssl USE_GITHUB= yes GH_ACCOUNT= TabbyML -GH_TUPLE= ggerganov:llama.cpp:9aa6724:llama_cpp/crates/llama-cpp-bindings/llama.cpp +GH_TUPLE= ggerganov:llama.cpp:952a47f455fbd92e2659b98b9b6317a2dafeb532:llama_cpp/crates/llama-cpp-server/llama.cpp + +CARGO_TARGET_DIR?= ${WRKSRC}/target # fix bug that llama-cpp is copied here instead of the original target dir -CARGO_CRATES= addr2line-0.19.0 \ +CARGO_CRATES= addr2line-0.21.0 \ adler-1.0.2 \ ahash-0.8.11 \ - aho-corasick-1.1.2 \ - allocator-api2-0.2.16 \ + aho-corasick-1.1.3 \ + allocator-api2-0.2.18 \ android-tzdata-0.1.1 \ android_system_properties-0.1.5 \ - ansi_term-0.12.1 \ - anstream-0.6.4 \ - anstyle-1.0.0 \ - anstyle-parse-0.2.0 \ - anstyle-query-1.0.0 \ - anstyle-wincon-3.0.1 \ - anyhow-1.0.71 \ - arc-swap-1.6.0 \ - argon2-0.5.2 \ + anstream-0.6.14 \ + anstyle-1.0.7 \ + anstyle-parse-0.2.4 \ + anstyle-query-1.0.3 \ + anstyle-wincon-3.0.3 \ + anyhow-1.0.86 \ + arbitrary-1.4.1 \ + arc-swap-1.7.1 \ + argon2-0.5.3 \ ascii-0.9.3 \ assert-json-diff-2.0.2 \ assert_matches-1.5.0 \ async-convert-1.0.0 \ - async-oneshot-0.5.9 \ - async-openai-0.20.0 \ + async-openai-alt-0.26.2 \ async-stream-0.3.5 \ async-stream-impl-0.3.5 \ async-trait-0.1.80 \ atoi-2.0.0 \ + atomic-waker-1.1.2 \ + atomic-write-file-0.1.4 \ auto_enums-0.8.5 \ - autocfg-1.1.0 \ + autocfg-1.3.0 \ axum-0.7.5 \ + axum-0.8.3 \ axum-core-0.4.3 \ - axum-extra-0.9.3 \ + axum-core-0.5.2 \ + axum-extra-0.10.1 \ axum-prometheus-0.6.1 \ backoff-0.4.0 \ - backtrace-0.3.67 \ - base64-0.13.1 \ - base64-0.21.5 \ - base64-0.22.0 \ + backtrace-0.3.71 \ + base64-0.21.7 \ + base64-0.22.1 \ base64ct-1.6.0 \ bincode-1.3.3 \ bitflags-1.3.2 \ - bitflags-2.4.0 \ - bitpacking-0.8.4 \ + bitflags-2.6.0 \ + bitpacking-0.9.2 \ blake2-0.10.6 \ block-buffer-0.10.4 \ - bstr-1.7.0 \ - bumpalo-3.13.0 \ - byteorder-1.4.3 \ - bytes-1.5.0 \ + bstr-1.9.1 \ + build-target-0.4.0 \ + bumpalo-3.17.0 \ + byteorder-1.5.0 \ + bytes-1.10.1 \ cached-0.49.3 \ cached_proc_macro-0.20.0 \ cached_proc_macro_types-0.1.1 \ - cargo-lock-9.0.0 \ - cc-1.0.83 \ - census-0.4.1 \ + cc-1.0.98 \ + census-0.4.2 \ cfg-if-1.0.0 \ - chrono-0.4.31 \ + cfg_aliases-0.1.1 \ + chrono-0.4.38 \ chumsky-0.9.3 \ - clap-4.4.11 \ - clap_builder-4.4.11 \ - clap_derive-4.4.7 \ - clap_lex-0.6.0 \ + clap-4.5.4 \ + clap_builder-4.5.2 \ + clap_derive-4.5.4 \ + clap_lex-0.7.0 \ + clocksource-0.8.1 \ cmake-0.1.50 \ - codespan-reporting-0.11.1 \ - colorchoice-1.0.0 \ + color-eyre-0.6.3 \ + color-spantrace-0.2.1 \ + colorchoice-1.0.1 \ combine-3.8.1 \ - combine-4.6.7 \ - console-0.15.7 \ + console-0.15.8 \ const-oid-0.9.6 \ - core-foundation-0.9.3 \ - core-foundation-sys-0.8.4 \ - cpufeatures-0.2.11 \ - crc-3.0.1 \ + convert_case-0.4.0 \ + core-foundation-0.9.4 \ + core-foundation-0.10.0 \ + core-foundation-sys-0.8.7 \ + cpufeatures-0.2.12 \ + crc-3.2.1 \ crc-catalog-2.4.0 \ - crc32fast-1.3.2 \ + crc32fast-1.4.2 \ cron-0.12.1 \ - crossbeam-channel-0.5.8 \ - crossbeam-deque-0.8.3 \ - crossbeam-epoch-0.9.14 \ + crossbeam-channel-0.5.13 \ + crossbeam-deque-0.8.5 \ + crossbeam-epoch-0.9.18 \ crossbeam-queue-0.3.11 \ - crossbeam-utils-0.8.19 \ + crossbeam-utils-0.8.21 \ crunchy-0.2.2 \ crypto-common-0.1.6 \ + cssparser-0.27.2 \ + cssparser-macros-0.6.1 \ custom_error-1.9.2 \ - cxx-1.0.95 \ - cxx-build-1.0.95 \ - cxxbridge-flags-1.0.95 \ - cxxbridge-macro-1.0.95 \ - darling-0.10.2 \ darling-0.14.4 \ - darling-0.20.8 \ - darling_core-0.10.2 \ + darling-0.20.9 \ darling_core-0.14.4 \ - darling_core-0.20.8 \ - darling_macro-0.10.2 \ + darling_core-0.20.9 \ darling_macro-0.14.4 \ - darling_macro-0.20.8 \ + darling_macro-0.20.9 \ dashmap-5.5.3 \ - data-encoding-2.4.0 \ - der-0.7.8 \ + data-encoding-2.6.0 \ + der-0.7.9 \ deranged-0.3.11 \ - derive_builder-0.11.2 \ - derive_builder-0.12.0 \ + derive_arbitrary-1.4.1 \ derive_builder-0.20.0 \ - derive_builder_core-0.11.2 \ - derive_builder_core-0.12.0 \ derive_builder_core-0.20.0 \ - derive_builder_macro-0.11.2 \ - derive_builder_macro-0.12.0 \ derive_builder_macro-0.20.0 \ + derive_more-0.99.17 \ derive_utils-0.14.1 \ digest-0.10.7 \ dotenvy-0.15.7 \ - downcast-rs-1.2.0 \ - either-1.11.0 \ - email-encoding-0.2.0 \ + downcast-rs-1.2.1 \ + dtoa-1.0.9 \ + dtoa-short-0.3.4 \ + either-1.12.0 \ + email-encoding-0.3.0 \ email_address-0.2.4 \ encode_unicode-0.3.6 \ - encoding_rs-0.8.32 \ + encoder-0.2.4 \ + encoder-ryu-1.0.16 \ + encoding_rs-0.8.34 \ + encoding_rs_io-0.1.7 \ equivalent-1.0.1 \ - errno-0.3.1 \ - errno-dragonfly-0.1.2 \ + errno-0.3.9 \ etcetera-0.8.0 \ event-listener-2.5.3 \ eventsource-stream-0.2.3 \ - fastdivide-0.4.0 \ - fastrand-1.9.0 \ - fastrand-2.0.1 \ + eyre-0.6.12 \ + fastdivide-0.4.1 \ + fastrand-2.1.0 \ fid-rs-0.1.1 \ - file-rotate-0.7.5 \ - finl_unicode-1.2.0 \ - fixedbitset-0.4.2 \ - flate2-1.0.26 \ + flate2-1.0.30 \ + float-cmp-0.9.0 \ flume-0.11.0 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ form_urlencoded-1.2.1 \ - fs2-0.4.3 \ - fs4-0.6.6 \ + fs4-0.8.3 \ fs_extra-1.3.0 \ - futures-0.3.28 \ - futures-channel-0.3.29 \ - futures-core-0.3.29 \ - futures-executor-0.3.28 \ + fslock-0.2.1 \ + futf-0.1.5 \ + futures-0.3.30 \ + futures-channel-0.3.30 \ + futures-core-0.3.30 \ + futures-executor-0.3.30 \ futures-intrusive-0.5.0 \ - futures-io-0.3.29 \ - futures-lite-2.3.0 \ - futures-macro-0.3.29 \ - futures-micro-0.5.0 \ - futures-sink-0.3.29 \ - futures-task-0.3.29 \ - futures-timer-3.0.2 \ - futures-util-0.3.29 \ + futures-io-0.3.30 \ + futures-macro-0.3.30 \ + futures-sink-0.3.30 \ + futures-task-0.3.30 \ + futures-timer-3.0.3 \ + futures-util-0.3.30 \ fxhash-0.2.1 \ - generator-0.7.4 \ + generator-0.7.5 \ generic-array-0.14.7 \ - getrandom-0.2.11 \ - gimli-0.27.2 \ + getrandom-0.1.16 \ + getrandom-0.2.15 \ + getrandom-0.3.2 \ + gimli-0.28.1 \ git2-0.18.3 \ - gitlab-0.1610.0 \ + gitlab-0.1700.1 \ glob-0.3.1 \ globset-0.4.14 \ - globwalk-0.7.3 \ graphql-introspection-query-0.2.0 \ graphql-parser-0.4.0 \ - graphql_client-0.11.0 \ - graphql_client_codegen-0.11.0 \ - graphql_query_derive-0.11.0 \ - h2-0.3.19 \ - h2-0.4.4 \ - hash-ids-0.2.1 \ + graphql_client-0.14.0 \ + graphql_client_codegen-0.14.0 \ + graphql_query_derive-0.14.0 \ + grep-0.3.1 \ + grep-cli-0.1.10 \ + grep-matcher-0.1.7 \ + grep-printer-0.2.1 \ + grep-regex-0.1.12 \ + grep-searcher-0.1.13 \ + h2-0.4.5 \ + halfbrown-0.2.5 \ hashbrown-0.12.3 \ - hashbrown-0.14.3 \ + hashbrown-0.14.5 \ hashlink-0.8.4 \ headers-0.4.0 \ headers-core-0.3.0 \ heck-0.4.1 \ - hermit-abi-0.2.6 \ - hermit-abi-0.3.1 \ + heck-0.5.0 \ + hermit-abi-0.3.9 \ hex-0.4.3 \ hkdf-0.12.4 \ hmac-0.12.1 \ - home-0.5.5 \ - hostname-0.3.1 \ + home-0.5.9 \ + hostname-0.4.0 \ + htmd-0.1.0 \ + html5ever-0.25.2 \ + html5ever-0.27.0 \ htmlescape-0.3.1 \ - http-0.2.11 \ + http-0.2.12 \ http-1.1.0 \ - http-body-0.4.5 \ + http-body-0.4.6 \ http-body-1.0.0 \ http-body-util-0.1.1 \ - http-range-header-0.4.0 \ + http-range-header-0.4.2 \ httparse-1.8.0 \ - httpdate-1.0.2 \ - humantime-2.1.0 \ - hyper-0.14.27 \ + httpdate-1.0.3 \ + humantime-2.2.0 \ + hyper-0.14.28 \ hyper-1.3.1 \ - hyper-rustls-0.24.2 \ hyper-rustls-0.26.0 \ + hyper-rustls-0.27.3 \ hyper-timeout-0.5.1 \ hyper-tls-0.6.0 \ - hyper-util-0.1.3 \ - iana-time-zone-0.1.57 \ + hyper-util-0.1.5 \ + iana-time-zone-0.1.60 \ iana-time-zone-haiku-0.1.2 \ ident_case-1.0.1 \ - idna-0.4.0 \ idna-0.5.0 \ - if_chain-1.0.2 \ ignore-0.4.22 \ + indenter-0.3.3 \ indexmap-1.9.3 \ indexmap-2.2.6 \ - indicatif-0.17.7 \ - insta-1.34.0 \ - instant-0.1.12 \ - io-lifetimes-1.0.11 \ - ipnet-2.7.2 \ + indicatif-0.17.8 \ + insta-1.39.0 \ + instant-0.1.13 \ + ipnet-2.9.0 \ iri-string-0.7.2 \ - itertools-0.10.5 \ - itertools-0.11.0 \ + is_terminal_polyfill-1.70.0 \ itertools-0.12.1 \ - itoa-1.0.6 \ - jobserver-0.1.26 \ - js-sys-0.3.64 \ - jsonwebtoken-9.1.0 \ + itertools-0.13.0 \ + itoa-0.4.8 \ + itoa-1.0.11 \ + jobserver-0.1.31 \ + js-sys-0.3.69 \ + jsonwebtoken-9.3.0 \ juniper-0.16.1 \ - juniper_axum-0.1.0 \ + juniper_axum-0.2.0 \ juniper_codegen-0.16.0 \ juniper_graphql_ws-0.4.0 \ juniper_subscriptions-0.17.0 \ - kdam-0.5.0 \ - kv-0.24.0 \ + kuchiki-0.8.1 \ lazy_static-1.4.0 \ - lettre-0.11.3 \ + lber-0.4.2 \ + ldap3-0.11.5 \ + leaky-bucket-1.1.2 \ + lettre-0.11.7 \ levenshtein_automata-0.2.1 \ - libc-0.2.149 \ + lexical-core-0.8.5 \ + lexical-parse-float-0.8.5 \ + lexical-parse-integer-0.8.6 \ + lexical-util-0.8.5 \ + lexical-write-float-0.8.5 \ + lexical-write-integer-0.8.5 \ + libc-0.2.169 \ libgit2-sys-0.16.2+1.7.2 \ libloading-0.7.4 \ libm-0.2.8 \ libsqlite3-sys-0.27.0 \ libssh2-sys-0.3.0 \ - libz-sys-1.1.16 \ - link-cplusplus-1.0.8 \ + libz-sys-1.1.18 \ linked-hash-map-0.5.6 \ - linux-raw-sys-0.3.8 \ - linux-raw-sys-0.4.10 \ - lock_api-0.4.10 \ - log-0.4.20 \ + linux-raw-sys-0.4.14 \ + lock_api-0.4.12 \ + log-0.4.27 \ + logkit-0.3.5 \ loom-0.5.6 \ louds-rs-0.4.0 \ - lru-0.11.1 \ - lz4_flex-0.11.1 \ - match_cfg-0.1.0 \ - matchers-0.0.1 \ + lru-0.12.3 \ + lz4_flex-0.11.3 \ + mac-0.1.1 \ + maplit-1.0.2 \ + markup5ever-0.10.1 \ + markup5ever-0.12.1 \ + markup5ever_rcdom-0.3.0 \ matchers-0.1.0 \ - matchit-0.7.0 \ + matches-0.1.10 \ + matchit-0.7.3 \ + matchit-0.8.4 \ md-5-0.10.6 \ - measure_time-0.8.2 \ + measure_time-0.8.3 \ memchr-2.7.2 \ - memmap2-0.7.1 \ - memo-map-0.3.2 \ - memoffset-0.8.0 \ + memmap2-0.9.4 \ metrics-0.22.3 \ metrics-exporter-prometheus-0.13.1 \ metrics-util-0.16.3 \ mime-0.3.17 \ mime_guess-2.0.4 \ - minijinja-1.0.8 \ minimal-lexical-0.2.1 \ - miniz_oxide-0.6.2 \ - miniz_oxide-0.7.1 \ - mio-0.8.10 \ - murmurhash32-0.3.0 \ - native-tls-0.2.11 \ + miniz_oxide-0.7.3 \ + mio-1.0.3 \ + murmurhash32-0.3.1 \ + native-tls-0.2.12 \ netrc-0.4.1 \ + new_debug_unreachable-1.0.6 \ + nix-0.28.0 \ + nodrop-0.1.14 \ nom-7.1.3 \ - npm-package-json-0.1.3 \ ntapi-0.4.1 \ nu-ansi-term-0.46.0 \ nucleo-0.5.0 \ nucleo-matcher-0.3.1 \ - num-bigint-0.4.4 \ + num-bigint-0.4.5 \ num-bigint-dig-0.8.4 \ num-conv-0.1.0 \ - num-derive-0.3.3 \ - num-integer-0.1.45 \ - num-iter-0.1.43 \ - num-traits-0.2.17 \ - num_cpus-1.15.0 \ - num_threads-0.1.6 \ + num-integer-0.1.46 \ + num-iter-0.1.45 \ + num-traits-0.2.19 \ + num_cpus-1.16.0 \ + num_threads-0.1.7 \ number_prefix-0.4.0 \ nvml-wrapper-0.9.0 \ nvml-wrapper-sys-0.7.0 \ - object-0.30.3 \ - octocrab-0.38.0 \ + object-0.32.2 \ + octocrab-0.42.1 \ + omnicopy_to_output-0.1.1 \ once_cell-1.19.0 \ - oneshot-0.1.5 \ - openssl-0.10.61 \ + openssl-0.10.64 \ openssl-macros-0.1.1 \ openssl-probe-0.1.5 \ - openssl-src-300.2.1+3.2.0 \ - openssl-sys-0.9.97 \ + openssl-src-300.3.0+3.3.0 \ + openssl-sys-0.9.102 \ opentelemetry-0.18.0 \ + opentelemetry-0.27.1 \ + opentelemetry-otlp-0.27.0 \ + opentelemetry-proto-0.27.0 \ + opentelemetry-semantic-conventions-0.27.0 \ opentelemetry_api-0.18.0 \ opentelemetry_sdk-0.18.0 \ + opentelemetry_sdk-0.27.1 \ overload-0.1.1 \ - ownedbytes-0.6.0 \ - package-lock-json-parser-0.4.0 \ - parking-2.2.0 \ - parking_lot-0.11.2 \ - parking_lot-0.12.1 \ - parking_lot_core-0.8.6 \ - parking_lot_core-0.9.8 \ + owo-colors-3.5.0 \ + parking_lot-0.12.3 \ + parking_lot_core-0.9.10 \ parse-git-url-0.5.1 \ password-hash-0.5.0 \ - paste-1.0.12 \ - pem-3.0.2 \ + paste-1.0.15 \ + pem-3.0.4 \ pem-rfc7468-0.7.0 \ percent-encoding-2.3.1 \ - pest-2.7.5 \ - pest_derive-2.7.5 \ - pest_generator-2.7.5 \ - pest_meta-2.7.5 \ - petgraph-0.6.3 \ - pin-project-1.1.3 \ - pin-project-internal-1.1.3 \ - pin-project-lite-0.2.13 \ + pest-2.7.10 \ + pest_derive-2.7.10 \ + pest_generator-2.7.10 \ + pest_meta-2.7.10 \ + phf-0.8.0 \ + phf-0.11.2 \ + phf_codegen-0.8.0 \ + phf_codegen-0.11.2 \ + phf_generator-0.8.0 \ + phf_generator-0.10.0 \ + phf_generator-0.11.2 \ + phf_macros-0.8.0 \ + phf_shared-0.8.0 \ + phf_shared-0.10.0 \ + phf_shared-0.11.2 \ + pin-project-1.1.5 \ + pin-project-internal-1.1.5 \ + pin-project-lite-0.2.14 \ pin-utils-0.1.0 \ pkcs1-0.7.5 \ pkcs8-0.10.2 \ - pkg-config-0.3.27 \ - portable-atomic-1.3.2 \ + pkg-config-0.3.30 \ + portable-atomic-1.6.0 \ powerfmt-0.2.0 \ ppv-lite86-0.2.17 \ + precomputed-hash-0.1.1 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ - proc-macro2-1.0.78 \ + proc-macro-hack-0.5.20+deprecated \ + proc-macro2-1.0.95 \ + project-root-0.2.2 \ + prost-0.13.4 \ + prost-derive-0.13.4 \ psm-0.1.21 \ quanta-0.12.3 \ querystring-1.1.0 \ - quote-1.0.35 \ + quote-1.0.36 \ quoted_printable-0.5.0 \ + r-efi-5.2.0 \ + rand-0.7.3 \ rand-0.8.5 \ + rand-0.9.1 \ + rand_chacha-0.2.2 \ rand_chacha-0.3.1 \ + rand_chacha-0.9.0 \ + rand_core-0.5.1 \ rand_core-0.6.4 \ + rand_core-0.9.3 \ + rand_distr-0.4.3 \ + rand_hc-0.2.0 \ + rand_pcg-0.2.1 \ + ratelimit-0.10.0 \ raw-cpuid-11.0.2 \ - rayon-1.7.0 \ - rayon-core-1.11.0 \ - redis-0.25.3 \ - redox_syscall-0.2.16 \ - redox_syscall-0.3.5 \ + rayon-1.10.0 \ + rayon-core-1.12.1 \ + readable-readability-0.4.0 \ + redox_syscall-0.4.1 \ + redox_syscall-0.5.1 \ + ref-cast-1.0.23 \ + ref-cast-impl-1.0.23 \ regex-1.10.4 \ regex-automata-0.1.10 \ regex-automata-0.4.6 \ regex-syntax-0.6.29 \ - regex-syntax-0.8.2 \ - requirements-0.3.0 \ - reqwest-0.11.22 \ + regex-syntax-0.8.3 \ reqwest-0.12.4 \ reqwest-eventsource-0.6.0 \ - ring-0.17.5 \ - rmp-0.8.11 \ - rmp-serde-1.1.1 \ + ring-0.16.20 \ + ring-0.17.8 \ + rmp-0.8.14 \ + rmp-serde-1.3.0 \ rsa-0.9.6 \ - rust-embed-8.0.0 \ - rust-embed-impl-8.0.0 \ - rust-embed-utils-8.0.0 \ + rust-embed-8.4.0 \ + rust-embed-impl-8.4.0 \ + rust-embed-utils-8.4.0 \ rust-stemmers-1.2.0 \ - rustc-demangle-0.1.23 \ + rustc-demangle-0.1.24 \ rustc-hash-1.1.0 \ - rustix-0.37.19 \ - rustix-0.38.17 \ - rustls-0.21.10 \ + rustc_version-0.4.0 \ + rustix-0.38.34 \ + rustls-0.20.9 \ rustls-0.22.4 \ + rustls-0.23.20 \ rustls-native-certs-0.7.0 \ - rustls-pemfile-1.0.4 \ + rustls-native-certs-0.8.1 \ rustls-pemfile-2.1.2 \ - rustls-pki-types-1.5.0 \ - rustls-webpki-0.101.7 \ - rustls-webpki-0.102.3 \ - rustversion-1.0.14 \ - ryu-1.0.13 \ + rustls-pki-types-1.10.0 \ + rustls-webpki-0.102.8 \ + rustversion-1.0.17 \ + ryu-1.0.18 \ same-file-1.0.6 \ - schannel-0.1.21 \ + scc-2.1.1 \ + schannel-0.1.23 \ scoped-tls-1.0.1 \ - scopeguard-1.1.0 \ - scratch-1.0.5 \ + scopeguard-1.2.0 \ sct-0.7.1 \ + sdd-0.2.0 \ secrecy-0.8.0 \ - security-framework-2.9.2 \ - security-framework-sys-2.9.1 \ - self_cell-1.0.1 \ - semver-1.0.20 \ - serde-1.0.199 \ - serde-jsonlines-0.4.0 \ + secrecy-0.10.3 \ + security-framework-2.11.0 \ + security-framework-3.0.1 \ + security-framework-sys-2.12.1 \ + selectors-0.22.0 \ + semver-1.0.23 \ + serde-1.0.203 \ serde-jsonlines-0.5.0 \ - serde_derive-1.0.199 \ - serde_json-1.0.116 \ - serde_path_to_error-0.1.11 \ - serde_spanned-0.6.2 \ + serde_derive-1.0.203 \ + serde_json-1.0.117 \ + serde_path_to_error-0.1.16 \ + serde_spanned-0.6.6 \ serde_urlencoded-0.7.1 \ serdeconv-0.4.1 \ serial_test-2.0.0 \ - serial_test-3.0.0 \ + serial_test-3.1.1 \ serial_test_derive-2.0.0 \ - serial_test_derive-3.0.0 \ + serial_test_derive-3.1.1 \ + servo_arc-0.1.1 \ sha1-0.10.6 \ - sha1_smol-1.0.0 \ sha2-0.10.8 \ - sha256-1.4.0 \ - sharded-slab-0.1.4 \ - signal-hook-registry-1.4.1 \ + sharded-slab-0.1.7 \ + signal-hook-registry-1.4.2 \ signature-2.2.0 \ - similar-2.3.0 \ + simd-adler32-0.3.7 \ + simd-json-0.13.10 \ + simdutf8-0.1.4 \ + similar-2.5.0 \ simple_asn1-0.6.2 \ - sketches-ddsketch-0.2.1 \ - slab-0.4.8 \ - sled-0.34.7 \ + siphasher-0.3.11 \ + sketches-ddsketch-0.2.2 \ + slab-0.4.9 \ smallvec-1.13.2 \ smartstring-1.0.1 \ - snafu-0.8.2 \ - snafu-derive-0.8.2 \ - socket2-0.4.9 \ - socket2-0.5.5 \ + snafu-0.8.3 \ + snafu-derive-0.8.3 \ + socket2-0.5.7 \ spin-0.5.2 \ spin-0.9.8 \ + spinners-4.1.1 \ spki-0.7.3 \ - sql_query_builder-2.1.0 \ + sql_query_builder-2.2.0 \ sqlformat-0.2.3 \ - sqlx-0.7.4 \ - sqlx-core-0.7.4 \ - sqlx-macros-0.7.4 \ - sqlx-macros-core-0.7.4 \ - sqlx-mysql-0.7.4 \ - sqlx-postgres-0.7.4 \ - sqlx-sqlite-0.7.4 \ + sqlx-rt-0.6.3 \ stable_deref_trait-1.2.0 \ stacker-0.1.15 \ static_assertions-1.1.0 \ strfmt-0.2.4 \ - stringprep-0.1.4 \ - strsim-0.9.3 \ + string_cache-0.8.7 \ + string_cache_codegen-0.5.2 \ + stringprep-0.1.5 \ strsim-0.10.0 \ + strsim-0.11.1 \ strum-0.24.1 \ + strum-0.26.2 \ strum_macros-0.24.3 \ + strum_macros-0.26.2 \ subtle-2.5.0 \ syn-1.0.109 \ - syn-2.0.52 \ + syn-2.0.100 \ sync_wrapper-0.1.2 \ sync_wrapper-1.0.1 \ - sysinfo-0.29.8 \ + sysinfo-0.33.0 \ system-configuration-0.5.1 \ system-configuration-sys-0.5.0 \ - tantivy-0.21.0 \ - tantivy-bitpacker-0.5.0 \ - tantivy-columnar-0.2.0 \ - tantivy-common-0.6.0 \ - tantivy-fst-0.4.0 \ - tantivy-query-grammar-0.21.0 \ - tantivy-sstable-0.2.0 \ - tantivy-stacker-0.2.0 \ - tantivy-tokenizer-api-0.2.0 \ + tantivy-fst-0.5.0 \ tarpc-0.33.0 \ tarpc-plugins-0.12.0 \ temp_testdir-0.2.3 \ - tempfile-3.5.0 \ - termcolor-1.2.0 \ - terminal_size-0.3.0 \ - text-splitter-0.10.0 \ - textdistance-1.0.2 \ - thiserror-1.0.59 \ - thiserror-impl-1.0.59 \ - thread_local-1.1.7 \ + tempfile-3.10.1 \ + tendril-0.4.3 \ + termcolor-1.4.1 \ + text-splitter-0.13.3 \ + thin-slice-0.1.1 \ + thiserror-1.0.61 \ + thiserror-2.0.12 \ + thiserror-impl-1.0.61 \ + thiserror-impl-2.0.12 \ + thread_local-1.1.8 \ time-0.3.36 \ time-core-0.1.2 \ time-macros-0.2.18 \ tinyvec-1.6.0 \ tinyvec_macros-0.1.1 \ - tokio-1.35.0 \ - tokio-cron-scheduler-0.9.4 \ - tokio-macros-2.2.0 \ + tokio-1.42.0 \ + tokio-macros-2.4.0 \ tokio-native-tls-0.3.1 \ tokio-retry-0.3.0 \ - tokio-rustls-0.24.1 \ + tokio-rustls-0.23.4 \ tokio-rustls-0.25.0 \ + tokio-rustls-0.26.1 \ tokio-serde-0.8.0 \ - tokio-stream-0.1.14 \ + tokio-stream-0.1.17 \ tokio-tungstenite-0.21.0 \ - tokio-util-0.7.10 \ - toml-0.5.11 \ - toml-0.7.4 \ - toml_datetime-0.6.2 \ - toml_edit-0.19.10 \ + tokio-tungstenite-0.26.2 \ + tokio-util-0.7.11 \ + toml-0.7.8 \ + toml_datetime-0.6.6 \ + toml_edit-0.19.15 \ + tonic-0.12.3 \ tower-0.4.13 \ + tower-0.5.2 \ tower-http-0.5.2 \ - tower-layer-0.3.2 \ - tower-service-0.3.2 \ - tracing-0.1.37 \ - tracing-attributes-0.1.24 \ - tracing-core-0.1.31 \ - tracing-futures-0.2.5 \ - tracing-log-0.1.3 \ + tower-http-0.6.2 \ + tower-layer-0.3.3 \ + tower-service-0.3.3 \ + tracing-0.1.40 \ + tracing-attributes-0.1.27 \ + tracing-core-0.1.32 \ + tracing-error-0.2.0 \ + tracing-log-0.2.0 \ tracing-opentelemetry-0.18.0 \ - tracing-serde-0.1.3 \ - tracing-subscriber-0.2.25 \ - tracing-subscriber-0.3.17 \ - tracing-test-0.1.0 \ - tracing-test-macro-0.1.0 \ + tracing-opentelemetry-0.28.0 \ + tracing-subscriber-0.3.18 \ + tracing-test-0.2.4 \ + tracing-test-macro-0.2.4 \ trackable-1.3.0 \ trackable_derive-1.0.0 \ - tree-sitter-0.20.10 \ - tree-sitter-c-sharp-0.20.0 \ - tree-sitter-go-0.20.0 \ - tree-sitter-java-0.20.2 \ - tree-sitter-kotlin-0.3.1 \ - tree-sitter-python-0.20.2 \ - tree-sitter-ruby-0.20.0 \ - tree-sitter-rust-0.20.3 \ - tree-sitter-tags-0.20.2 \ - tree-sitter-typescript-0.20.3 \ + tree-sitter-0.22.6 \ + tree-sitter-c-sharp-0.21.2 \ + tree-sitter-elixir-0.2.0 \ + tree-sitter-go-0.21.0 \ + tree-sitter-java-0.21.0 \ + tree-sitter-kotlin-0.3.6 \ + tree-sitter-lua-0.1.0 \ + tree-sitter-python-0.21.0 \ + tree-sitter-ruby-0.21.0 \ + tree-sitter-rust-0.21.2 \ + tree-sitter-scala-0.22.1 \ + tree-sitter-tags-0.22.6 \ + tree-sitter-typescript-0.21.1 \ trie-rs-0.1.1 \ - try-lock-0.2.4 \ + try-lock-0.2.5 \ tungstenite-0.21.0 \ - typenum-1.16.0 \ + tungstenite-0.26.2 \ + typenum-1.17.0 \ ucd-trie-0.1.6 \ - ulid-1.1.2 \ unicase-2.7.0 \ - unicode-bidi-0.3.13 \ - unicode-ident-1.0.9 \ - unicode-normalization-0.1.22 \ + unicode-bidi-0.3.15 \ + unicode-ident-1.0.12 \ + unicode-normalization-0.1.23 \ + unicode-properties-0.1.1 \ unicode-segmentation-1.11.0 \ - unicode-width-0.1.10 \ + unicode-width-0.1.12 \ unicode_categories-0.1.1 \ unreachable-1.0.0 \ + untrusted-0.7.1 \ untrusted-0.9.0 \ url-2.5.0 \ - url-parse-1.0.7 \ + url-parse-1.0.8 \ urlencoding-2.1.3 \ utf-8-0.7.6 \ utf8-ranges-1.0.5 \ utf8parse-0.2.1 \ - utoipa-4.2.0 \ - utoipa-gen-4.2.0 \ - utoipa-swagger-ui-6.0.0 \ - uuid-1.6.1 \ - uuid-macro-internal-1.6.1 \ - validator-0.16.1 \ - validator_derive-0.16.0 \ - validator_types-0.16.0 \ + utoipa-5.3.1 \ + utoipa-gen-5.3.1 \ + utoipa-swagger-ui-9.0.1 \ + uuid-1.8.0 \ + uuid-macro-internal-1.8.0 \ + validator-0.18.1 \ + validator_derive-0.18.1 \ valuable-0.1.0 \ + value-trait-0.8.1 \ vcpkg-0.2.15 \ - vergen-8.2.4 \ + vergen-8.3.1 \ version_check-0.9.4 \ void-1.0.2 \ walkdir-2.5.0 \ - want-0.3.0 \ + want-0.3.1 \ + wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.11.0+wasi-snapshot-preview1 \ - wasm-bindgen-0.2.87 \ - wasm-bindgen-backend-0.2.87 \ - wasm-bindgen-futures-0.4.37 \ - wasm-bindgen-macro-0.2.87 \ - wasm-bindgen-macro-support-0.2.87 \ - wasm-bindgen-shared-0.2.87 \ + wasi-0.14.2+wasi-0.2.4 \ + wasite-0.1.0 \ + wasm-bindgen-0.2.92 \ + wasm-bindgen-backend-0.2.92 \ + wasm-bindgen-futures-0.4.42 \ + wasm-bindgen-macro-0.2.92 \ + wasm-bindgen-macro-support-0.2.92 \ + wasm-bindgen-shared-0.2.92 \ wasm-streams-0.4.0 \ - web-sys-0.3.64 \ + web-sys-0.3.69 \ web-time-1.1.0 \ - webpki-roots-0.25.4 \ - whoami-1.4.1 \ + webpki-0.22.4 \ + webpki-roots-0.26.3 \ + which-6.0.1 \ + whoami-1.5.1 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ - winapi-util-0.1.5 \ + winapi-util-0.1.8 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ windows-0.48.0 \ - windows-sys-0.42.0 \ - windows-sys-0.45.0 \ + windows-0.52.0 \ + windows-0.57.0 \ + windows-core-0.52.0 \ + windows-core-0.57.0 \ + windows-implement-0.57.0 \ + windows-interface-0.57.0 \ + windows-result-0.1.2 \ windows-sys-0.48.0 \ - windows-targets-0.42.2 \ - windows-targets-0.48.0 \ - windows_aarch64_gnullvm-0.42.2 \ - windows_aarch64_gnullvm-0.48.0 \ - windows_aarch64_msvc-0.42.2 \ - windows_aarch64_msvc-0.48.0 \ - windows_i686_gnu-0.42.2 \ - windows_i686_gnu-0.48.0 \ - windows_i686_msvc-0.42.2 \ - windows_i686_msvc-0.48.0 \ - windows_x86_64_gnu-0.42.2 \ - windows_x86_64_gnu-0.48.0 \ - windows_x86_64_gnullvm-0.42.2 \ - windows_x86_64_gnullvm-0.48.0 \ - windows_x86_64_msvc-0.42.2 \ - windows_x86_64_msvc-0.48.0 \ - winnow-0.4.6 \ - winreg-0.50.0 \ + windows-sys-0.52.0 \ + windows-targets-0.48.5 \ + windows-targets-0.52.5 \ + windows_aarch64_gnullvm-0.48.5 \ + windows_aarch64_gnullvm-0.52.5 \ + windows_aarch64_msvc-0.48.5 \ + windows_aarch64_msvc-0.52.5 \ + windows_i686_gnu-0.48.5 \ + windows_i686_gnu-0.52.5 \ + windows_i686_gnullvm-0.52.5 \ + windows_i686_msvc-0.48.5 \ + windows_i686_msvc-0.52.5 \ + windows_x86_64_gnu-0.48.5 \ + windows_x86_64_gnu-0.52.5 \ + windows_x86_64_gnullvm-0.48.5 \ + windows_x86_64_gnullvm-0.52.5 \ + windows_x86_64_msvc-0.48.5 \ + windows_x86_64_msvc-0.52.5 \ + winnow-0.5.40 \ winreg-0.52.0 \ - wrapcenum-derive-0.4.0 \ - yaml-rust-0.4.5 \ - yarn-lock-parser-0.7.0 \ - zerocopy-0.7.32 \ - zerocopy-derive-0.7.32 \ - zeroize-1.7.0 \ - zip-0.6.6 \ - zstd-0.12.4 \ - zstd-safe-6.0.6 \ - zstd-sys-2.0.8+zstd.1.5.5 \ - tree-sitter-cpp@git+https://github.com/tree-sitter/tree-sitter-cpp?rev=a714740\#a71474021410973b29bfe99440d57bcd750246b1 \ - apalis,apalis-core,apalis-cron,apalis-redis,apalis-sql@git+https://github.com/wsxiaoys/apalis?rev=91526e8\#91526e811607ec72ab83583547c0e8005c24d394 \ - tree-sitter-c@git+https://github.com/tree-sitter/tree-sitter-c/?rev=212a80f\#212a80f86452bb1316324fa0db730cf52f29e05a \ - tree-sitter-solidity@git+https://github.com/JoranHonig/tree-sitter-solidity?rev=b239a95\#b239a95f94cfcc6e7b3e961bc73a28d55e214f02 + winsafe-0.0.19 \ + wit-bindgen-rt-0.39.0 \ + wrapcenum-derive-0.4.1 \ + xml5ever-0.18.0 \ + zerocopy-0.7.34 \ + zerocopy-derive-0.7.34 \ + zeroize-1.8.1 \ + zip-2.6.1 \ + zopfli-0.8.2 \ + zstd-0.13.1 \ + zstd-safe-7.1.0 \ + zstd-sys-2.0.10+zstd.1.5.6 \ + tree-sitter-cpp@git+https://github.com/tree-sitter/tree-sitter-cpp?rev=d29fbff\#d29fbff09a8c9ff4f3074de2595dfca12cb33da9 \ + ownedbytes,tantivy,tantivy-bitpacker,tantivy-columnar,tantivy-common,tantivy-query-grammar,tantivy-sstable,tantivy-stacker,tantivy-tokenizer-api@git+https://github.com/quickwit-oss/tantivy?rev=4143d31\#4143d31865cbae9a9a7a286b0420a95814408ec7 \ + tree-sitter-c@git+https://github.com/tree-sitter/tree-sitter-c/?rev=00ed08f\#00ed08f1a6c18141bfd7a81638e4d239a0bb55cc \ + oneshot@git+https://github.com/fulmicoton/oneshot.git?rev=b208f49\#b208f493e505f5f37e180b5cdec4c22b6f99abaa \ + tree-sitter-gdscript@git+https://github.com/faceCutWall/tree-sitter-gdscript?rev=8a8c067899d734840e8ce86fdeeeadbe8088446b\#8a8c067899d734840e8ce86fdeeeadbe8088446b \ + ollama-rs@git+https://github.com/pepperoni21/ollama-rs.git?rev=56e8157d98d4185bc171fe9468d3d09bc56e9dd3\#56e8157d98d4185bc171fe9468d3d09bc56e9dd3 \ + sqlx,sqlx-core,sqlx-macros,sqlx-macros-core,sqlx-mysql,sqlx-postgres,sqlx-sqlite@git+https://github.com/wsxiaoys/sqlx?rev=77eb94d\#77eb94dd672531bf1fec190aadf2f742cfb5a8db \ + tree-sitter-solidity@git+https://github.com/JoranHonig/tree-sitter-solidity?rev=0e86ae647bda22c9bee00ec59752df7b3d3b000b\#0e86ae647bda22c9bee00ec59752df7b3d3b000b OPENSSLINC= /usr/include OPENSSLLIB= /usr/lib PLIST_FILES= bin/${PORTNAME} +post-patch: + @${REINPLACE_CMD} \ + -e "s|https://github.com/swagger-api/swagger-ui/archive/refs/tags/v5.17.14.zip|file://${DISTDIR}/${DIST_SUBDIR}/v5.17.14.zip|" \ + ${WRKSRC}/cargo-crates/utoipa-swagger-ui-9.0.1/build.rs + do-install: # binaries (workaround for error: found a virtual manifest at `xx` instead of a package manifest) ${INSTALL_PROGRAM} \ - ${WRKDIR}/target/release/${PORTNAME} \ + ${CARGO_TARGET_DIR}/release/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> diff --git a/devel/tabby/distinfo b/devel/tabby/distinfo index 22c24d48df4e..d6fbdd80cdbb 100644 --- a/devel/tabby/distinfo +++ b/devel/tabby/distinfo @@ -1,1219 +1,1347 @@ -TIMESTAMP = 1715913948 -SHA256 (rust/crates/addr2line-0.19.0.crate) = a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97 -SIZE (rust/crates/addr2line-0.19.0.crate) = 33210 -SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe -SIZE (rust/crates/adler-1.0.2.crate) = 12778 -SHA256 (rust/crates/ahash-0.8.11.crate) = e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011 -SIZE (rust/crates/ahash-0.8.11.crate) = 43607 -SHA256 (rust/crates/aho-corasick-1.1.2.crate) = b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0 -SIZE (rust/crates/aho-corasick-1.1.2.crate) = 183136 -SHA256 (rust/crates/allocator-api2-0.2.16.crate) = 0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5 -SIZE (rust/crates/allocator-api2-0.2.16.crate) = 59025 -SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0 -SIZE (rust/crates/android-tzdata-0.1.1.crate) = 7674 -SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 -SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243 -SHA256 (rust/crates/ansi_term-0.12.1.crate) = d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2 -SIZE (rust/crates/ansi_term-0.12.1.crate) = 24838 -SHA256 (rust/crates/anstream-0.6.4.crate) = 2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44 -SIZE (rust/crates/anstream-0.6.4.crate) = 20593 -SHA256 (rust/crates/anstyle-1.0.0.crate) = 41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d -SIZE (rust/crates/anstyle-1.0.0.crate) = 13972 -SHA256 (rust/crates/anstyle-parse-0.2.0.crate) = e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee -SIZE (rust/crates/anstyle-parse-0.2.0.crate) = 24361 -SHA256 (rust/crates/anstyle-query-1.0.0.crate) = 5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b -SIZE (rust/crates/anstyle-query-1.0.0.crate) = 8620 -SHA256 (rust/crates/anstyle-wincon-3.0.1.crate) = f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628 -SIZE (rust/crates/anstyle-wincon-3.0.1.crate) = 11279 -SHA256 (rust/crates/anyhow-1.0.71.crate) = 9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8 -SIZE (rust/crates/anyhow-1.0.71.crate) = 43808 -SHA256 (rust/crates/arc-swap-1.6.0.crate) = bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6 -SIZE (rust/crates/arc-swap-1.6.0.crate) = 67342 -SHA256 (rust/crates/argon2-0.5.2.crate) = 17ba4cac0a46bc1d2912652a751c47f2a9f3a7fe89bcae2275d418f5270402f9 -SIZE (rust/crates/argon2-0.5.2.crate) = 28471 -SHA256 (rust/crates/ascii-0.9.3.crate) = eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e -SIZE (rust/crates/ascii-0.9.3.crate) = 28283 -SHA256 (rust/crates/assert-json-diff-2.0.2.crate) = 47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12 -SIZE (rust/crates/assert-json-diff-2.0.2.crate) = 10874 -SHA256 (rust/crates/assert_matches-1.5.0.crate) = 9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9 -SIZE (rust/crates/assert_matches-1.5.0.crate) = 7761 -SHA256 (rust/crates/async-convert-1.0.0.crate) = 6d416feee97712e43152cd42874de162b8f9b77295b1c85e5d92725cc8310bae -SIZE (rust/crates/async-convert-1.0.0.crate) = 10396 -SHA256 (rust/crates/async-oneshot-0.5.9.crate) = ae47de2a02d543205f3f5457a90b6ecbc9494db70557bd29590ec8f1ddff5463 -SIZE (rust/crates/async-oneshot-0.5.9.crate) = 11457 -SHA256 (rust/crates/async-openai-0.20.0.crate) = 11e97f9c5e0ee3260caee9700ba1bb61a6fdc34d2b6786a31e018c5de5198491 -SIZE (rust/crates/async-openai-0.20.0.crate) = 41371 -SHA256 (rust/crates/async-stream-0.3.5.crate) = cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51 -SIZE (rust/crates/async-stream-0.3.5.crate) = 11916 -SHA256 (rust/crates/async-stream-impl-0.3.5.crate) = 16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193 -SIZE (rust/crates/async-stream-impl-0.3.5.crate) = 4173 -SHA256 (rust/crates/async-trait-0.1.80.crate) = c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca -SIZE (rust/crates/async-trait-0.1.80.crate) = 28775 -SHA256 (rust/crates/atoi-2.0.0.crate) = f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528 -SIZE (rust/crates/atoi-2.0.0.crate) = 7785 -SHA256 (rust/crates/auto_enums-0.8.5.crate) = 1899bfcfd9340ceea3533ea157360ba8fa864354eccbceab58e1006ecab35393 -SIZE (rust/crates/auto_enums-0.8.5.crate) = 53818 -SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa -SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 -SHA256 (rust/crates/axum-0.7.5.crate) = 3a6c9af12842a67734c9a2e355436e5d03b22383ed60cf13cd0c18fbfe3dcbcf -SIZE (rust/crates/axum-0.7.5.crate) = 151429 -SHA256 (rust/crates/axum-core-0.4.3.crate) = a15c63fd72d41492dc4f497196f5da1fb04fb7529e631d73630d1b491e47a2e3 -SIZE (rust/crates/axum-core-0.4.3.crate) = 21877 -SHA256 (rust/crates/axum-extra-0.9.3.crate) = 0be6ea09c9b96cb5076af0de2e383bd2bc0c18f827cf1967bdd353e0b910d733 -SIZE (rust/crates/axum-extra-0.9.3.crate) = 42641 -SHA256 (rust/crates/axum-prometheus-0.6.1.crate) = b683cbc43010e9a3d72c2f31ca464155ff4f95819e88a32924b0f47a43898978 -SIZE (rust/crates/axum-prometheus-0.6.1.crate) = 18699 -SHA256 (rust/crates/backoff-0.4.0.crate) = b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1 -SIZE (rust/crates/backoff-0.4.0.crate) = 26738 -SHA256 (rust/crates/backtrace-0.3.67.crate) = 233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca -SIZE (rust/crates/backtrace-0.3.67.crate) = 78564 -SHA256 (rust/crates/base64-0.13.1.crate) = 9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8 -SIZE (rust/crates/base64-0.13.1.crate) = 61002 -SHA256 (rust/crates/base64-0.21.5.crate) = 35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9 -SIZE (rust/crates/base64-0.21.5.crate) = 77134 -SHA256 (rust/crates/base64-0.22.0.crate) = 9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51 -SIZE (rust/crates/base64-0.22.0.crate) = 81568 -SHA256 (rust/crates/base64ct-1.6.0.crate) = 8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b -SIZE (rust/crates/base64ct-1.6.0.crate) = 28870 -SHA256 (rust/crates/bincode-1.3.3.crate) = b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad -SIZE (rust/crates/bincode-1.3.3.crate) = 28958 -SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a -SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 -SHA256 (rust/crates/bitflags-2.4.0.crate) = b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635 -SIZE (rust/crates/bitflags-2.4.0.crate) = 36954 -SHA256 (rust/crates/bitpacking-0.8.4.crate) = a8c7d2ac73c167c06af4a5f37e6e59d84148d57ccbe4480b76f0273eefea82d7 -SIZE (rust/crates/bitpacking-0.8.4.crate) = 20354 -SHA256 (rust/crates/blake2-0.10.6.crate) = 46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe -SIZE (rust/crates/blake2-0.10.6.crate) = 47234 -SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 -SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 -SHA256 (rust/crates/bstr-1.7.0.crate) = c79ad7fb2dd38f3dabd76b09c6a5a20c038fc0213ef1e9afd30eb777f120f019 -SIZE (rust/crates/bstr-1.7.0.crate) = 380090 -SHA256 (rust/crates/bumpalo-3.13.0.crate) = a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1 -SIZE (rust/crates/bumpalo-3.13.0.crate) = 82114 -SHA256 (rust/crates/byteorder-1.4.3.crate) = 14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610 -SIZE (rust/crates/byteorder-1.4.3.crate) = 22512 -SHA256 (rust/crates/bytes-1.5.0.crate) = a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223 -SIZE (rust/crates/bytes-1.5.0.crate) = 58909 -SHA256 (rust/crates/cached-0.49.3.crate) = 8e8e463fceca5674287f32d252fb1d94083758b8709c160efae66d263e5f4eba -SIZE (rust/crates/cached-0.49.3.crate) = 60987 -SHA256 (rust/crates/cached_proc_macro-0.20.0.crate) = ad9f16c0d84de31a2ab7fdf5f7783c14631f7075cf464eb3bb43119f61c9cb2a -SIZE (rust/crates/cached_proc_macro-0.20.0.crate) = 10235 -SHA256 (rust/crates/cached_proc_macro_types-0.1.1.crate) = ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0 -SIZE (rust/crates/cached_proc_macro_types-0.1.1.crate) = 1813 -SHA256 (rust/crates/cargo-lock-9.0.0.crate) = e11c675378efb449ed3ce8de78d75d0d80542fc98487c26aba28eb3b82feac72 -SIZE (rust/crates/cargo-lock-9.0.0.crate) = 40465 -SHA256 (rust/crates/cc-1.0.83.crate) = f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0 -SIZE (rust/crates/cc-1.0.83.crate) = 68343 -SHA256 (rust/crates/census-0.4.1.crate) = 0fafee10a5dd1cffcb5cc560e0d0df8803d7355a2b12272e3557dee57314cb6e -SIZE (rust/crates/census-0.4.1.crate) = 6859 -SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd -SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 -SHA256 (rust/crates/chrono-0.4.31.crate) = 7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38 -SIZE (rust/crates/chrono-0.4.31.crate) = 214513 -SHA256 (rust/crates/chumsky-0.9.3.crate) = 8eebd66744a15ded14960ab4ccdbfb51ad3b81f51f3f04a80adac98c985396c9 -SIZE (rust/crates/chumsky-0.9.3.crate) = 75112 -SHA256 (rust/crates/clap-4.4.11.crate) = bfaff671f6b22ca62406885ece523383b9b64022e341e53e009a62ebc47a45f2 -SIZE (rust/crates/clap-4.4.11.crate) = 54782 -SHA256 (rust/crates/clap_builder-4.4.11.crate) = a216b506622bb1d316cd51328dce24e07bdff4a6128a47c7e7fad11878d5adbb -SIZE (rust/crates/clap_builder-4.4.11.crate) = 163317 -SHA256 (rust/crates/clap_derive-4.4.7.crate) = cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442 -SIZE (rust/crates/clap_derive-4.4.7.crate) = 29046 -SHA256 (rust/crates/clap_lex-0.6.0.crate) = 702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1 -SIZE (rust/crates/clap_lex-0.6.0.crate) = 12272 -SHA256 (rust/crates/cmake-0.1.50.crate) = a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130 -SIZE (rust/crates/cmake-0.1.50.crate) = 16748 -SHA256 (rust/crates/codespan-reporting-0.11.1.crate) = 3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e -SIZE (rust/crates/codespan-reporting-0.11.1.crate) = 48963 -SHA256 (rust/crates/colorchoice-1.0.0.crate) = acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7 -SIZE (rust/crates/colorchoice-1.0.0.crate) = 6857 -SHA256 (rust/crates/combine-3.8.1.crate) = da3da6baa321ec19e1cc41d31bf599f00c783d0517095cdaf0332e3fe8d20680 -SIZE (rust/crates/combine-3.8.1.crate) = 103773 -SHA256 (rust/crates/combine-4.6.7.crate) = ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd -SIZE (rust/crates/combine-4.6.7.crate) = 134808 -SHA256 (rust/crates/console-0.15.7.crate) = c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8 -SIZE (rust/crates/console-0.15.7.crate) = 35409 -SHA256 (rust/crates/const-oid-0.9.6.crate) = c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8 -SIZE (rust/crates/const-oid-0.9.6.crate) = 45382 -SHA256 (rust/crates/core-foundation-0.9.3.crate) = 194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146 -SIZE (rust/crates/core-foundation-0.9.3.crate) = 27059 -SHA256 (rust/crates/core-foundation-sys-0.8.4.crate) = e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa -SIZE (rust/crates/core-foundation-sys-0.8.4.crate) = 17725 -SHA256 (rust/crates/cpufeatures-0.2.11.crate) = ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0 -SIZE (rust/crates/cpufeatures-0.2.11.crate) = 12727 -SHA256 (rust/crates/crc-3.0.1.crate) = 86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe -SIZE (rust/crates/crc-3.0.1.crate) = 9950 -SHA256 (rust/crates/crc-catalog-2.4.0.crate) = 19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5 -SIZE (rust/crates/crc-catalog-2.4.0.crate) = 10155 -SHA256 (rust/crates/crc32fast-1.3.2.crate) = b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d -SIZE (rust/crates/crc32fast-1.3.2.crate) = 38661 -SHA256 (rust/crates/cron-0.12.1.crate) = 6f8c3e73077b4b4a6ab1ea5047c37c57aee77657bc8ecd6f29b0af082d0b0c07 -SIZE (rust/crates/cron-0.12.1.crate) = 18702 -SHA256 (rust/crates/crossbeam-channel-0.5.8.crate) = a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200 -SIZE (rust/crates/crossbeam-channel-0.5.8.crate) = 90455 -SHA256 (rust/crates/crossbeam-deque-0.8.3.crate) = ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef -SIZE (rust/crates/crossbeam-deque-0.8.3.crate) = 21746 -SHA256 (rust/crates/crossbeam-epoch-0.9.14.crate) = 46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695 -SIZE (rust/crates/crossbeam-epoch-0.9.14.crate) = 48524 -SHA256 (rust/crates/crossbeam-queue-0.3.11.crate) = df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35 -SIZE (rust/crates/crossbeam-queue-0.3.11.crate) = 15581 -SHA256 (rust/crates/crossbeam-utils-0.8.19.crate) = 248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345 -SIZE (rust/crates/crossbeam-utils-0.8.19.crate) = 42328 -SHA256 (rust/crates/crunchy-0.2.2.crate) = 7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7 -SIZE (rust/crates/crunchy-0.2.2.crate) = 2995 -SHA256 (rust/crates/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3 -SIZE (rust/crates/crypto-common-0.1.6.crate) = 8760 -SHA256 (rust/crates/custom_error-1.9.2.crate) = 4f8a51dd197fa6ba5b4dc98a990a43cc13693c23eb0089ebb0fcc1f04152bca6 -SIZE (rust/crates/custom_error-1.9.2.crate) = 10826 -SHA256 (rust/crates/cxx-1.0.95.crate) = 109308c20e8445959c2792e81871054c6a17e6976489a93d2769641a2ba5839c -SIZE (rust/crates/cxx-1.0.95.crate) = 196484 -SHA256 (rust/crates/cxx-build-1.0.95.crate) = daf4c6755cdf10798b97510e0e2b3edb9573032bd9379de8fffa59d68165494f -SIZE (rust/crates/cxx-build-1.0.95.crate) = 84842 -SHA256 (rust/crates/cxxbridge-flags-1.0.95.crate) = 882074421238e84fe3b4c65d0081de34e5b323bf64555d3e61991f76eb64a7bb -SIZE (rust/crates/cxxbridge-flags-1.0.95.crate) = 5252 -SHA256 (rust/crates/cxxbridge-macro-1.0.95.crate) = 4a076022ece33e7686fb76513518e219cca4fce5750a8ae6d1ce6c0f48fd1af9 -SIZE (rust/crates/cxxbridge-macro-1.0.95.crate) = 59873 -SHA256 (rust/crates/darling-0.10.2.crate) = 0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858 -SIZE (rust/crates/darling-0.10.2.crate) = 17620 -SHA256 (rust/crates/darling-0.14.4.crate) = 7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850 -SIZE (rust/crates/darling-0.14.4.crate) = 25168 -SHA256 (rust/crates/darling-0.20.8.crate) = 54e36fcd13ed84ffdfda6f5be89b31287cbb80c439841fe69e04841435464391 -SIZE (rust/crates/darling-0.20.8.crate) = 31234 -SHA256 (rust/crates/darling_core-0.10.2.crate) = f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b -SIZE (rust/crates/darling_core-0.10.2.crate) = 44339 -SHA256 (rust/crates/darling_core-0.14.4.crate) = 109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0 -SIZE (rust/crates/darling_core-0.14.4.crate) = 57485 -SHA256 (rust/crates/darling_core-0.20.8.crate) = 9c2cf1c23a687a1feeb728783b993c4e1ad83d99f351801977dd809b48d0a70f -SIZE (rust/crates/darling_core-0.20.8.crate) = 64442 -SHA256 (rust/crates/darling_macro-0.10.2.crate) = d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72 -SIZE (rust/crates/darling_macro-0.10.2.crate) = 1919 -SHA256 (rust/crates/darling_macro-0.14.4.crate) = a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e -SIZE (rust/crates/darling_macro-0.14.4.crate) = 1896 -SHA256 (rust/crates/darling_macro-0.20.8.crate) = a668eda54683121533a393014d8692171709ff57a7d61f187b6e782719f8933f -SIZE (rust/crates/darling_macro-0.20.8.crate) = 1856 -SHA256 (rust/crates/dashmap-5.5.3.crate) = 978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856 -SIZE (rust/crates/dashmap-5.5.3.crate) = 24061 -SHA256 (rust/crates/data-encoding-2.4.0.crate) = c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308 -SIZE (rust/crates/data-encoding-2.4.0.crate) = 19165 -SHA256 (rust/crates/der-0.7.8.crate) = fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c -SIZE (rust/crates/der-0.7.8.crate) = 85085 -SHA256 (rust/crates/deranged-0.3.11.crate) = b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4 -SIZE (rust/crates/deranged-0.3.11.crate) = 18043 -SHA256 (rust/crates/derive_builder-0.11.2.crate) = d07adf7be193b71cc36b193d0f5fe60b918a3a9db4dad0449f57bcfd519704a3 -SIZE (rust/crates/derive_builder-0.11.2.crate) = 34316 -SHA256 (rust/crates/derive_builder-0.12.0.crate) = 8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8 -SIZE (rust/crates/derive_builder-0.12.0.crate) = 35456 -SHA256 (rust/crates/derive_builder-0.20.0.crate) = 0350b5cb0331628a5916d6c5c0b72e97393b8b6b03b47a9284f4e7f5a405ffd7 -SIZE (rust/crates/derive_builder-0.20.0.crate) = 36563 -SHA256 (rust/crates/derive_builder_core-0.11.2.crate) = 1f91d4cfa921f1c05904dc3c57b4a32c38aed3340cce209f3a6fd1478babafc4 -SIZE (rust/crates/derive_builder_core-0.11.2.crate) = 29831 -SHA256 (rust/crates/derive_builder_core-0.12.0.crate) = c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f -SIZE (rust/crates/derive_builder_core-0.12.0.crate) = 31438 -SHA256 (rust/crates/derive_builder_core-0.20.0.crate) = d48cda787f839151732d396ac69e3473923d54312c070ee21e9effcaa8ca0b1d -SIZE (rust/crates/derive_builder_core-0.20.0.crate) = 32579 -SHA256 (rust/crates/derive_builder_macro-0.11.2.crate) = 8f0314b72bed045f3a68671b3c86328386762c93f82d98c65c3cb5e5f573dd68 -SIZE (rust/crates/derive_builder_macro-0.11.2.crate) = 6222 -SHA256 (rust/crates/derive_builder_macro-0.12.0.crate) = ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e -SIZE (rust/crates/derive_builder_macro-0.12.0.crate) = 6288 -SHA256 (rust/crates/derive_builder_macro-0.20.0.crate) = 206868b8242f27cecce124c19fd88157fbd0dd334df2587f36417bafbc85097b -SIZE (rust/crates/derive_builder_macro-0.20.0.crate) = 6308 -SHA256 (rust/crates/derive_utils-0.14.1.crate) = 61bb5a1014ce6dfc2a378578509abe775a5aa06bff584a547555d9efdb81b926 -SIZE (rust/crates/derive_utils-0.14.1.crate) = 15117 -SHA256 (rust/crates/digest-0.10.7.crate) = 9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292 -SIZE (rust/crates/digest-0.10.7.crate) = 19557 -SHA256 (rust/crates/dotenvy-0.15.7.crate) = 1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b -SIZE (rust/crates/dotenvy-0.15.7.crate) = 20293 -SHA256 (rust/crates/downcast-rs-1.2.0.crate) = 9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650 -SIZE (rust/crates/downcast-rs-1.2.0.crate) = 11670 -SHA256 (rust/crates/either-1.11.0.crate) = a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2 -SIZE (rust/crates/either-1.11.0.crate) = 18973 -SHA256 (rust/crates/email-encoding-0.2.0.crate) = dbfb21b9878cf7a348dcb8559109aabc0ec40d69924bd706fa5149846c4fef75 -SIZE (rust/crates/email-encoding-0.2.0.crate) = 15588 -SHA256 (rust/crates/email_address-0.2.4.crate) = e2153bd83ebc09db15bcbdc3e2194d901804952e3dc96967e1cd3b0c5c32d112 -SIZE (rust/crates/email_address-0.2.4.crate) = 12772 -SHA256 (rust/crates/encode_unicode-0.3.6.crate) = a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f -SIZE (rust/crates/encode_unicode-0.3.6.crate) = 45741 -SHA256 (rust/crates/encoding_rs-0.8.32.crate) = 071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394 -SIZE (rust/crates/encoding_rs-0.8.32.crate) = 1370046 -SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 -SIZE (rust/crates/equivalent-1.0.1.crate) = 6615 -SHA256 (rust/crates/errno-0.3.1.crate) = 4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a -SIZE (rust/crates/errno-0.3.1.crate) = 10348 -SHA256 (rust/crates/errno-dragonfly-0.1.2.crate) = aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf -SIZE (rust/crates/errno-dragonfly-0.1.2.crate) = 1810 -SHA256 (rust/crates/etcetera-0.8.0.crate) = 136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943 -SIZE (rust/crates/etcetera-0.8.0.crate) = 13295 -SHA256 (rust/crates/event-listener-2.5.3.crate) = 0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0 -SIZE (rust/crates/event-listener-2.5.3.crate) = 15392 -SHA256 (rust/crates/eventsource-stream-0.2.3.crate) = 74fef4569247a5f429d9156b9d0a2599914385dd189c539334c625d8099d90ab -SIZE (rust/crates/eventsource-stream-0.2.3.crate) = 15033 -SHA256 (rust/crates/fastdivide-0.4.0.crate) = 25c7df09945d65ea8d70b3321547ed414bbc540aad5bac6883d021b970f35b04 -SIZE (rust/crates/fastdivide-0.4.0.crate) = 5883 -SHA256 (rust/crates/fastrand-1.9.0.crate) = e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be -SIZE (rust/crates/fastrand-1.9.0.crate) = 11910 -SHA256 (rust/crates/fastrand-2.0.1.crate) = 25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5 -SIZE (rust/crates/fastrand-2.0.1.crate) = 14664 -SHA256 (rust/crates/fid-rs-0.1.1.crate) = 6c28658c0c3420305705adde833a0d2d614207507d013a5f25707553fb2ae2cd -SIZE (rust/crates/fid-rs-0.1.1.crate) = 24779 -SHA256 (rust/crates/file-rotate-0.7.5.crate) = ddf221ceec4517f3cb764dae3541b2bd87666fc8832e51322fbb97250b468c71 -SIZE (rust/crates/file-rotate-0.7.5.crate) = 21556 -SHA256 (rust/crates/finl_unicode-1.2.0.crate) = 8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6 -SIZE (rust/crates/finl_unicode-1.2.0.crate) = 687752 -SHA256 (rust/crates/fixedbitset-0.4.2.crate) = 0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80 -SIZE (rust/crates/fixedbitset-0.4.2.crate) = 15954 -SHA256 (rust/crates/flate2-1.0.26.crate) = 3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743 -SIZE (rust/crates/flate2-1.0.26.crate) = 70832 -SHA256 (rust/crates/flume-0.11.0.crate) = 55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181 -SIZE (rust/crates/flume-0.11.0.crate) = 67502 -SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 -SIZE (rust/crates/fnv-1.0.7.crate) = 11266 -SHA256 (rust/crates/foreign-types-0.3.2.crate) = f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1 -SIZE (rust/crates/foreign-types-0.3.2.crate) = 7504 -SHA256 (rust/crates/foreign-types-shared-0.1.1.crate) = 00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b -SIZE (rust/crates/foreign-types-shared-0.1.1.crate) = 5672 -SHA256 (rust/crates/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 -SIZE (rust/crates/form_urlencoded-1.2.1.crate) = 8969 -SHA256 (rust/crates/fs2-0.4.3.crate) = 9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213 -SIZE (rust/crates/fs2-0.4.3.crate) = 13138 -SHA256 (rust/crates/fs4-0.6.6.crate) = 2eeb4ed9e12f43b7fa0baae3f9cdda28352770132ef2e09a23760c29cae8bd47 -SIZE (rust/crates/fs4-0.6.6.crate) = 17750 -SHA256 (rust/crates/fs_extra-1.3.0.crate) = 42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c -SIZE (rust/crates/fs_extra-1.3.0.crate) = 31298 -SHA256 (rust/crates/futures-0.3.28.crate) = 23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40 -SIZE (rust/crates/futures-0.3.28.crate) = 53229 -SHA256 (rust/crates/futures-channel-0.3.29.crate) = ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb -SIZE (rust/crates/futures-channel-0.3.29.crate) = 32432 -SHA256 (rust/crates/futures-core-0.3.29.crate) = eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c -SIZE (rust/crates/futures-core-0.3.29.crate) = 14808 -SHA256 (rust/crates/futures-executor-0.3.28.crate) = ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0 -SIZE (rust/crates/futures-executor-0.3.28.crate) = 17743 -SHA256 (rust/crates/futures-intrusive-0.5.0.crate) = 1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f -SIZE (rust/crates/futures-intrusive-0.5.0.crate) = 85563 -SHA256 (rust/crates/futures-io-0.3.29.crate) = 8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa -SIZE (rust/crates/futures-io-0.3.29.crate) = 8908 -SHA256 (rust/crates/futures-lite-2.3.0.crate) = 52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5 -SIZE (rust/crates/futures-lite-2.3.0.crate) = 39181 -SHA256 (rust/crates/futures-macro-0.3.29.crate) = 53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb -SIZE (rust/crates/futures-macro-0.3.29.crate) = 11278 -SHA256 (rust/crates/futures-micro-0.5.0.crate) = b460264b3593d68b16a7bc35f7bc226ddfebdf9a1c8db1ed95d5cc6b7168c826 -SIZE (rust/crates/futures-micro-0.5.0.crate) = 9302 -SHA256 (rust/crates/futures-sink-0.3.29.crate) = e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817 -SIZE (rust/crates/futures-sink-0.3.29.crate) = 7853 -SHA256 (rust/crates/futures-task-0.3.29.crate) = efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2 -SIZE (rust/crates/futures-task-0.3.29.crate) = 11853 -SHA256 (rust/crates/futures-timer-3.0.2.crate) = e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c -SIZE (rust/crates/futures-timer-3.0.2.crate) = 19879 -SHA256 (rust/crates/futures-util-0.3.29.crate) = a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104 -SIZE (rust/crates/futures-util-0.3.29.crate) = 160207 -SHA256 (rust/crates/fxhash-0.2.1.crate) = c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c -SIZE (rust/crates/fxhash-0.2.1.crate) = 4102 -SHA256 (rust/crates/generator-0.7.4.crate) = f3e123d9ae7c02966b4d892e550bdc32164f05853cd40ab570650ad600596a8a -SIZE (rust/crates/generator-0.7.4.crate) = 29919 -SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a -SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 -SHA256 (rust/crates/getrandom-0.2.11.crate) = fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f -SIZE (rust/crates/getrandom-0.2.11.crate) = 35391 -SHA256 (rust/crates/gimli-0.27.2.crate) = ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4 -SIZE (rust/crates/gimli-0.27.2.crate) = 721636 -SHA256 (rust/crates/git2-0.18.3.crate) = 232e6a7bfe35766bf715e55a88b39a700596c0ccfd88cd3680b4cdb40d66ef70 -SIZE (rust/crates/git2-0.18.3.crate) = 213009 -SHA256 (rust/crates/gitlab-0.1610.0.crate) = d6c802fc7eb82ff5ba2e4447c5acd0f18ec1b7bb95dbe95b6d77639e25be7cbe -SIZE (rust/crates/gitlab-0.1610.0.crate) = 236981 -SHA256 (rust/crates/glob-0.3.1.crate) = d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b -SIZE (rust/crates/glob-0.3.1.crate) = 18880 -SHA256 (rust/crates/globset-0.4.14.crate) = 57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1 -SIZE (rust/crates/globset-0.4.14.crate) = 25090 -SHA256 (rust/crates/globwalk-0.7.3.crate) = d9db17aec586697a93219b19726b5b68307eba92898c34b170857343fe67c99d -SIZE (rust/crates/globwalk-0.7.3.crate) = 12714 -SHA256 (rust/crates/graphql-introspection-query-0.2.0.crate) = 7f2a4732cf5140bd6c082434494f785a19cfb566ab07d1382c3671f5812fed6d -SIZE (rust/crates/graphql-introspection-query-0.2.0.crate) = 2664 -SHA256 (rust/crates/graphql-parser-0.4.0.crate) = d2ebc8013b4426d5b81a4364c419a95ed0b404af2b82e2457de52d9348f0e474 -SIZE (rust/crates/graphql-parser-0.4.0.crate) = 33100 -SHA256 (rust/crates/graphql_client-0.11.0.crate) = 7fc16d75d169fddb720d8f1c7aed6413e329e1584079b9734ff07266a193f5bc -SIZE (rust/crates/graphql_client-0.11.0.crate) = 29369 -SHA256 (rust/crates/graphql_client_codegen-0.11.0.crate) = f290ecfa3bea3e8a157899dc8a1d96ee7dd6405c18c8ddd213fc58939d18a0e9 -SIZE (rust/crates/graphql_client_codegen-0.11.0.crate) = 121430 -SHA256 (rust/crates/graphql_query_derive-0.11.0.crate) = a755cc59cda2641ea3037b4f9f7ef40471c329f55c1fa2db6fa0bb7ae6c1f7ce -SIZE (rust/crates/graphql_query_derive-0.11.0.crate) = 3325 -SHA256 (rust/crates/h2-0.3.19.crate) = d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782 -SIZE (rust/crates/h2-0.3.19.crate) = 164681 -SHA256 (rust/crates/h2-0.4.4.crate) = 816ec7294445779408f36fe57bc5b7fc1cf59664059096c65f905c1c61f58069 -SIZE (rust/crates/h2-0.4.4.crate) = 168905 -SHA256 (rust/crates/hash-ids-0.2.1.crate) = 9289cbc8064a1c2f505c92d4d17f7fe5050d487728c19cee7936bd204069bc9d -SIZE (rust/crates/hash-ids-0.2.1.crate) = 5198 -SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 -SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968 -SHA256 (rust/crates/hashbrown-0.14.3.crate) = 290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604 -SIZE (rust/crates/hashbrown-0.14.3.crate) = 141425 -SHA256 (rust/crates/hashlink-0.8.4.crate) = e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7 -SIZE (rust/crates/hashlink-0.8.4.crate) = 26514 -SHA256 (rust/crates/headers-0.4.0.crate) = 322106e6bd0cba2d5ead589ddb8150a13d7c4217cf80d7c4f682ca994ccc6aa9 -SIZE (rust/crates/headers-0.4.0.crate) = 68864 -SHA256 (rust/crates/headers-core-0.3.0.crate) = 54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4 -SIZE (rust/crates/headers-core-0.3.0.crate) = 2333 -SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 -SIZE (rust/crates/heck-0.4.1.crate) = 11567 -SHA256 (rust/crates/hermit-abi-0.2.6.crate) = ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7 -SIZE (rust/crates/hermit-abi-0.2.6.crate) = 13027 -SHA256 (rust/crates/hermit-abi-0.3.1.crate) = fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286 -SIZE (rust/crates/hermit-abi-0.3.1.crate) = 13793 -SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 -SIZE (rust/crates/hex-0.4.3.crate) = 13299 -SHA256 (rust/crates/hkdf-0.12.4.crate) = 7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7 -SIZE (rust/crates/hkdf-0.12.4.crate) = 171163 -SHA256 (rust/crates/hmac-0.12.1.crate) = 6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e -SIZE (rust/crates/hmac-0.12.1.crate) = 42657 -SHA256 (rust/crates/home-0.5.5.crate) = 5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb -SIZE (rust/crates/home-0.5.5.crate) = 8557 -SHA256 (rust/crates/hostname-0.3.1.crate) = 3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867 -SIZE (rust/crates/hostname-0.3.1.crate) = 9272 -SHA256 (rust/crates/htmlescape-0.3.1.crate) = e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163 -SIZE (rust/crates/htmlescape-0.3.1.crate) = 53226 -SHA256 (rust/crates/http-0.2.11.crate) = 8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb -SIZE (rust/crates/http-0.2.11.crate) = 100478 -SHA256 (rust/crates/http-1.1.0.crate) = 21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258 -SIZE (rust/crates/http-1.1.0.crate) = 103144 -SHA256 (rust/crates/http-body-0.4.5.crate) = d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1 -SIZE (rust/crates/http-body-0.4.5.crate) = 9242 -SHA256 (rust/crates/http-body-1.0.0.crate) = 1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643 -SIZE (rust/crates/http-body-1.0.0.crate) = 5411 -SHA256 (rust/crates/http-body-util-0.1.1.crate) = 0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d -SIZE (rust/crates/http-body-util-0.1.1.crate) = 11930 -SHA256 (rust/crates/http-range-header-0.4.0.crate) = 3ce4ef31cda248bbdb6e6820603b82dfcd9e833db65a43e997a0ccec777d11fe -SIZE (rust/crates/http-range-header-0.4.0.crate) = 8016 -SHA256 (rust/crates/httparse-1.8.0.crate) = d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904 -SIZE (rust/crates/httparse-1.8.0.crate) = 29954 -SHA256 (rust/crates/httpdate-1.0.2.crate) = c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421 -SIZE (rust/crates/httpdate-1.0.2.crate) = 10673 -SHA256 (rust/crates/humantime-2.1.0.crate) = 9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4 -SIZE (rust/crates/humantime-2.1.0.crate) = 16749 -SHA256 (rust/crates/hyper-0.14.27.crate) = ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468 -SIZE (rust/crates/hyper-0.14.27.crate) = 195700 -SHA256 (rust/crates/hyper-1.3.1.crate) = fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d -SIZE (rust/crates/hyper-1.3.1.crate) = 148763 -SHA256 (rust/crates/hyper-rustls-0.24.2.crate) = ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590 -SIZE (rust/crates/hyper-rustls-0.24.2.crate) = 30195 -SHA256 (rust/crates/hyper-rustls-0.26.0.crate) = a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c -SIZE (rust/crates/hyper-rustls-0.26.0.crate) = 29538 -SHA256 (rust/crates/hyper-timeout-0.5.1.crate) = 3203a961e5c83b6f5498933e78b6b263e208c197b63e9c6c53cc82ffd3f63793 -SIZE (rust/crates/hyper-timeout-0.5.1.crate) = 17727 -SHA256 (rust/crates/hyper-tls-0.6.0.crate) = 70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0 -SIZE (rust/crates/hyper-tls-0.6.0.crate) = 15052 -SHA256 (rust/crates/hyper-util-0.1.3.crate) = ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa -SIZE (rust/crates/hyper-util-0.1.3.crate) = 61647 -SHA256 (rust/crates/iana-time-zone-0.1.57.crate) = 2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613 -SIZE (rust/crates/iana-time-zone-0.1.57.crate) = 19785 -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/ident_case-1.0.1.crate) = b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39 -SIZE (rust/crates/ident_case-1.0.1.crate) = 3492 -SHA256 (rust/crates/idna-0.4.0.crate) = 7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c -SIZE (rust/crates/idna-0.4.0.crate) = 271429 -SHA256 (rust/crates/idna-0.5.0.crate) = 634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6 -SIZE (rust/crates/idna-0.5.0.crate) = 271940 -SHA256 (rust/crates/if_chain-1.0.2.crate) = cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed -SIZE (rust/crates/if_chain-1.0.2.crate) = 8062 -SHA256 (rust/crates/ignore-0.4.22.crate) = b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1 -SIZE (rust/crates/ignore-0.4.22.crate) = 55462 -SHA256 (rust/crates/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 -SIZE (rust/crates/indexmap-1.9.3.crate) = 54653 -SHA256 (rust/crates/indexmap-2.2.6.crate) = 168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26 -SIZE (rust/crates/indexmap-2.2.6.crate) = 82420 -SHA256 (rust/crates/indicatif-0.17.7.crate) = fb28741c9db9a713d93deb3bb9515c20788cef5815265bee4980e87bde7e0f25 -SIZE (rust/crates/indicatif-0.17.7.crate) = 63108 -SHA256 (rust/crates/insta-1.34.0.crate) = 5d64600be34b2fcfc267740a243fa7744441bb4947a619ac4e5bb6507f35fbfc -SIZE (rust/crates/insta-1.34.0.crate) = 550760 -SHA256 (rust/crates/instant-0.1.12.crate) = 7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c -SIZE (rust/crates/instant-0.1.12.crate) = 6128 -SHA256 (rust/crates/io-lifetimes-1.0.11.crate) = eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2 -SIZE (rust/crates/io-lifetimes-1.0.11.crate) = 37346 -SHA256 (rust/crates/ipnet-2.7.2.crate) = 12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f -SIZE (rust/crates/ipnet-2.7.2.crate) = 27044 -SHA256 (rust/crates/iri-string-0.7.2.crate) = 7f5f6c2df22c009ac44f6f1499308e7a3ac7ba42cd2378475cc691510e1eef1b -SIZE (rust/crates/iri-string-0.7.2.crate) = 134381 -SHA256 (rust/crates/itertools-0.10.5.crate) = b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473 -SIZE (rust/crates/itertools-0.10.5.crate) = 115354 -SHA256 (rust/crates/itertools-0.11.0.crate) = b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57 -SIZE (rust/crates/itertools-0.11.0.crate) = 125074 -SHA256 (rust/crates/itertools-0.12.1.crate) = ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569 -SIZE (rust/crates/itertools-0.12.1.crate) = 137761 -SHA256 (rust/crates/itoa-1.0.6.crate) = 453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6 -SIZE (rust/crates/itoa-1.0.6.crate) = 10410 -SHA256 (rust/crates/jobserver-0.1.26.crate) = 936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2 -SIZE (rust/crates/jobserver-0.1.26.crate) = 22645 -SHA256 (rust/crates/js-sys-0.3.64.crate) = c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a -SIZE (rust/crates/js-sys-0.3.64.crate) = 80313 -SHA256 (rust/crates/jsonwebtoken-9.1.0.crate) = 155c4d7e39ad04c172c5e3a99c434ea3b4a7ba7960b38ecd562b270b097cce09 -SIZE (rust/crates/jsonwebtoken-9.1.0.crate) = 47868 -SHA256 (rust/crates/juniper-0.16.1.crate) = 943306315b1a7a03d27af9dfb0c288d9f4da8830c17df4bceb7d50a47da0982c -SIZE (rust/crates/juniper-0.16.1.crate) = 185292 -SHA256 (rust/crates/juniper_axum-0.1.0.crate) = 1f81e883bc6ffb2e5a3cc7276bfe9519c49108bdc1330d5aab1b79cb088f2f26 -SIZE (rust/crates/juniper_axum-0.1.0.crate) = 22381 -SHA256 (rust/crates/juniper_codegen-0.16.0.crate) = 760dbe46660494d469023d661e8d268f413b2cb68c999975dcc237407096a693 -SIZE (rust/crates/juniper_codegen-0.16.0.crate) = 82979 -SHA256 (rust/crates/juniper_graphql_ws-0.4.0.crate) = 709eb11c716072f5c9fcbfa705dd684bd3c070943102f9fc56ccb812a36ba017 -SIZE (rust/crates/juniper_graphql_ws-0.4.0.crate) = 21720 -SHA256 (rust/crates/juniper_subscriptions-0.17.0.crate) = e6208a839bd4ca2131924a238311d088d6604ea267c0917903392bad7b70a92c -SIZE (rust/crates/juniper_subscriptions-0.17.0.crate) = 9908 -SHA256 (rust/crates/kdam-0.5.0.crate) = e352f4e1acc6a3d0919eaeb014ca63e5da9450a12ef7106fe2936a07a1648d44 -SIZE (rust/crates/kdam-0.5.0.crate) = 39331 -SHA256 (rust/crates/kv-0.24.0.crate) = 620727085ac39ee9650b373fe6d8073a0aee6f99e52a9c72b25f7671078039ab -SIZE (rust/crates/kv-0.24.0.crate) = 11138 -SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 -SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 -SHA256 (rust/crates/lettre-0.11.3.crate) = f5aaf628956b6b0852e12ac3505d20d7a12ecc1e32d5ea921f002af4a74036a5 -SIZE (rust/crates/lettre-0.11.3.crate) = 143332 -SHA256 (rust/crates/levenshtein_automata-0.2.1.crate) = 0c2cdeb66e45e9f36bfad5bbdb4d2384e70936afbee843c6f6543f0c551ebb25 -SIZE (rust/crates/levenshtein_automata-0.2.1.crate) = 13549 -SHA256 (rust/crates/libc-0.2.149.crate) = a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b -SIZE (rust/crates/libc-0.2.149.crate) = 715592 -SHA256 (rust/crates/libgit2-sys-0.16.2+1.7.2.crate) = ee4126d8b4ee5c9d9ea891dd875cfdc1e9d0950437179104b183d7d8a74d24e8 -SIZE (rust/crates/libgit2-sys-0.16.2+1.7.2.crate) = 1773674 -SHA256 (rust/crates/libloading-0.7.4.crate) = b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f -SIZE (rust/crates/libloading-0.7.4.crate) = 27580 -SHA256 (rust/crates/libm-0.2.8.crate) = 4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058 -SIZE (rust/crates/libm-0.2.8.crate) = 113450 -SHA256 (rust/crates/libsqlite3-sys-0.27.0.crate) = cf4e226dcd58b4be396f7bd3c20da8fdee2911400705297ba7d2d7cc2c30f716 -SIZE (rust/crates/libsqlite3-sys-0.27.0.crate) = 4948458 -SHA256 (rust/crates/libssh2-sys-0.3.0.crate) = 2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee -SIZE (rust/crates/libssh2-sys-0.3.0.crate) = 514550 -SHA256 (rust/crates/libz-sys-1.1.16.crate) = 5e143b5e666b2695d28f6bca6497720813f699c9602dd7f5cac91008b8ada7f9 -SIZE (rust/crates/libz-sys-1.1.16.crate) = 3958920 -SHA256 (rust/crates/link-cplusplus-1.0.8.crate) = ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5 -SIZE (rust/crates/link-cplusplus-1.0.8.crate) = 7674 -SHA256 (rust/crates/linked-hash-map-0.5.6.crate) = 0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f -SIZE (rust/crates/linked-hash-map-0.5.6.crate) = 15049 -SHA256 (rust/crates/linux-raw-sys-0.3.8.crate) = ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519 -SIZE (rust/crates/linux-raw-sys-0.3.8.crate) = 1013776 -SHA256 (rust/crates/linux-raw-sys-0.4.10.crate) = da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f -SIZE (rust/crates/linux-raw-sys-0.4.10.crate) = 1407767 -SHA256 (rust/crates/lock_api-0.4.10.crate) = c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16 -SIZE (rust/crates/lock_api-0.4.10.crate) = 26713 -SHA256 (rust/crates/log-0.4.20.crate) = b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f -SIZE (rust/crates/log-0.4.20.crate) = 38307 -SHA256 (rust/crates/loom-0.5.6.crate) = ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5 -SIZE (rust/crates/loom-0.5.6.crate) = 72186 -SHA256 (rust/crates/louds-rs-0.4.0.crate) = e16a91fb20f74b6d9a758a0103a2884af525a2fa34fbfe19f4b3c5482a4a54e9 -SIZE (rust/crates/louds-rs-0.4.0.crate) = 14937 -SHA256 (rust/crates/lru-0.11.1.crate) = a4a83fb7698b3643a0e34f9ae6f2e8f0178c0fd42f8b59d493aa271ff3a5bf21 -SIZE (rust/crates/lru-0.11.1.crate) = 14351 -SHA256 (rust/crates/lz4_flex-0.11.1.crate) = 3ea9b256699eda7b0387ffbc776dd625e28bde3918446381781245b7a50349d8 -SIZE (rust/crates/lz4_flex-0.11.1.crate) = 40041 -SHA256 (rust/crates/match_cfg-0.1.0.crate) = ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4 -SIZE (rust/crates/match_cfg-0.1.0.crate) = 7153 -SHA256 (rust/crates/matchers-0.0.1.crate) = f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1 -SIZE (rust/crates/matchers-0.0.1.crate) = 5039 -SHA256 (rust/crates/matchers-0.1.0.crate) = 8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558 -SIZE (rust/crates/matchers-0.1.0.crate) = 6948 -SHA256 (rust/crates/matchit-0.7.0.crate) = b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40 -SIZE (rust/crates/matchit-0.7.0.crate) = 19113 -SHA256 (rust/crates/md-5-0.10.6.crate) = d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf -SIZE (rust/crates/md-5-0.10.6.crate) = 16161 -SHA256 (rust/crates/measure_time-0.8.2.crate) = 56220900f1a0923789ecd6bf25fbae8af3b2f1ff3e9e297fc9b6b8674dd4d852 -SIZE (rust/crates/measure_time-0.8.2.crate) = 4754 -SHA256 (rust/crates/memchr-2.7.2.crate) = 6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d -SIZE (rust/crates/memchr-2.7.2.crate) = 96220 -SHA256 (rust/crates/memmap2-0.7.1.crate) = f49388d20533534cd19360ad3d6a7dadc885944aa802ba3995040c5ec11288c6 -SIZE (rust/crates/memmap2-0.7.1.crate) = 30741 -SHA256 (rust/crates/memo-map-0.3.2.crate) = 374c335b2df19e62d4cb323103473cbc6510980253119180de862d89184f6a83 -SIZE (rust/crates/memo-map-0.3.2.crate) = 9795 -SHA256 (rust/crates/memoffset-0.8.0.crate) = d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1 -SIZE (rust/crates/memoffset-0.8.0.crate) = 8912 -SHA256 (rust/crates/metrics-0.22.3.crate) = 2be3cbd384d4e955b231c895ce10685e3d8260c5ccffae898c96c723b0772835 -SIZE (rust/crates/metrics-0.22.3.crate) = 43089 -SHA256 (rust/crates/metrics-exporter-prometheus-0.13.1.crate) = 9bf4e7146e30ad172c42c39b3246864bd2d3c6396780711a1baf749cfe423e21 -SIZE (rust/crates/metrics-exporter-prometheus-0.13.1.crate) = 34684 -SHA256 (rust/crates/metrics-util-0.16.3.crate) = 8b07a5eb561b8cbc16be2d216faf7757f9baf3bfb94dbb0fae3df8387a5bb47f -SIZE (rust/crates/metrics-util-0.16.3.crate) = 50697 -SHA256 (rust/crates/mime-0.3.17.crate) = 6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a -SIZE (rust/crates/mime-0.3.17.crate) = 15712 -SHA256 (rust/crates/mime_guess-2.0.4.crate) = 4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef -SIZE (rust/crates/mime_guess-2.0.4.crate) = 26399 -SHA256 (rust/crates/minijinja-1.0.8.crate) = 80084fa3099f58b7afab51e5f92e24c2c2c68dcad26e96ad104bd6011570461d -SIZE (rust/crates/minijinja-1.0.8.crate) = 133962 -SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a -SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841 -SHA256 (rust/crates/miniz_oxide-0.6.2.crate) = b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa -SIZE (rust/crates/miniz_oxide-0.6.2.crate) = 54536 -SHA256 (rust/crates/miniz_oxide-0.7.1.crate) = e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7 -SIZE (rust/crates/miniz_oxide-0.7.1.crate) = 55194 -SHA256 (rust/crates/mio-0.8.10.crate) = 8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09 -SIZE (rust/crates/mio-0.8.10.crate) = 102345 -SHA256 (rust/crates/murmurhash32-0.3.0.crate) = d9380db4c04d219ac5c51d14996bbf2c2e9a15229771b53f8671eb6c83cf44df -SIZE (rust/crates/murmurhash32-0.3.0.crate) = 2804 -SHA256 (rust/crates/native-tls-0.2.11.crate) = 07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e -SIZE (rust/crates/native-tls-0.2.11.crate) = 29008 -SHA256 (rust/crates/netrc-0.4.1.crate) = c9a91b326434fca226707ed8ec1fd22d4e1c96801abdf10c412afdc7d97116e0 -SIZE (rust/crates/netrc-0.4.1.crate) = 3676 -SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a -SIZE (rust/crates/nom-7.1.3.crate) = 117570 -SHA256 (rust/crates/npm-package-json-0.1.3.crate) = df163f89771bd6654d5e116952b9ab2d0b952cd8e3315ddaa615f6d2bfbb1fde -SIZE (rust/crates/npm-package-json-0.1.3.crate) = 9880 -SHA256 (rust/crates/ntapi-0.4.1.crate) = e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4 -SIZE (rust/crates/ntapi-0.4.1.crate) = 126552 -SHA256 (rust/crates/nu-ansi-term-0.46.0.crate) = 77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84 -SIZE (rust/crates/nu-ansi-term-0.46.0.crate) = 24311 -SHA256 (rust/crates/nucleo-0.5.0.crate) = 5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4 -SIZE (rust/crates/nucleo-0.5.0.crate) = 35547 -SHA256 (rust/crates/nucleo-matcher-0.3.1.crate) = bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85 -SIZE (rust/crates/nucleo-matcher-0.3.1.crate) = 50501 -SHA256 (rust/crates/num-bigint-0.4.4.crate) = 608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0 -SIZE (rust/crates/num-bigint-0.4.4.crate) = 99369 -SHA256 (rust/crates/num-bigint-dig-0.8.4.crate) = dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151 -SIZE (rust/crates/num-bigint-dig-0.8.4.crate) = 123825 -SHA256 (rust/crates/num-conv-0.1.0.crate) = 51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9 -SIZE (rust/crates/num-conv-0.1.0.crate) = 7444 -SHA256 (rust/crates/num-derive-0.3.3.crate) = 876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d -SIZE (rust/crates/num-derive-0.3.3.crate) = 14545 -SHA256 (rust/crates/num-integer-0.1.45.crate) = 225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9 -SIZE (rust/crates/num-integer-0.1.45.crate) = 22529 -SHA256 (rust/crates/num-iter-0.1.43.crate) = 7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252 -SIZE (rust/crates/num-iter-0.1.43.crate) = 10655 -SHA256 (rust/crates/num-traits-0.2.17.crate) = 39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c -SIZE (rust/crates/num-traits-0.2.17.crate) = 50190 -SHA256 (rust/crates/num_cpus-1.15.0.crate) = 0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b -SIZE (rust/crates/num_cpus-1.15.0.crate) = 15680 -SHA256 (rust/crates/num_threads-0.1.6.crate) = 2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44 -SIZE (rust/crates/num_threads-0.1.6.crate) = 7334 -SHA256 (rust/crates/number_prefix-0.4.0.crate) = 830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3 -SIZE (rust/crates/number_prefix-0.4.0.crate) = 6922 -SHA256 (rust/crates/nvml-wrapper-0.9.0.crate) = 7cd21b9f5a1cce3c3515c9ffa85f5c7443e07162dae0ccf4339bb7ca38ad3454 -SIZE (rust/crates/nvml-wrapper-0.9.0.crate) = 74530 -SHA256 (rust/crates/nvml-wrapper-sys-0.7.0.crate) = c961a2ea9e91c59a69b78e69090f6f5b867bb46c0c56de9482da232437c4987e -SIZE (rust/crates/nvml-wrapper-sys-0.7.0.crate) = 33783 -SHA256 (rust/crates/object-0.30.3.crate) = ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439 -SIZE (rust/crates/object-0.30.3.crate) = 258901 -SHA256 (rust/crates/octocrab-0.38.0.crate) = 68a8a3df00728324ad654ecd1ed449a60157c55b7ff8c109af3a35989687c367 -SIZE (rust/crates/octocrab-0.38.0.crate) = 374375 -SHA256 (rust/crates/once_cell-1.19.0.crate) = 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 -SIZE (rust/crates/once_cell-1.19.0.crate) = 33046 -SHA256 (rust/crates/oneshot-0.1.5.crate) = fc22d22931513428ea6cc089e942d38600e3d00976eef8c86de6b8a3aadec6eb -SIZE (rust/crates/oneshot-0.1.5.crate) = 31182 -SHA256 (rust/crates/openssl-0.10.61.crate) = 6b8419dc8cc6d866deb801274bba2e6f8f6108c1bb7fcc10ee5ab864931dbb45 -SIZE (rust/crates/openssl-0.10.61.crate) = 268171 -SHA256 (rust/crates/openssl-macros-0.1.1.crate) = a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c -SIZE (rust/crates/openssl-macros-0.1.1.crate) = 5601 -SHA256 (rust/crates/openssl-probe-0.1.5.crate) = ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf -SIZE (rust/crates/openssl-probe-0.1.5.crate) = 7227 -SHA256 (rust/crates/openssl-src-300.2.1+3.2.0.crate) = 3fe476c29791a5ca0d1273c697e96085bbabbbea2ef7afd5617e78a4b40332d3 -SIZE (rust/crates/openssl-src-300.2.1+3.2.0.crate) = 9571211 -SHA256 (rust/crates/openssl-sys-0.9.97.crate) = c3eaad34cdd97d81de97964fc7f29e2d104f483840d906ef56daa1912338460b -SIZE (rust/crates/openssl-sys-0.9.97.crate) = 67910 -SHA256 (rust/crates/opentelemetry-0.18.0.crate) = 69d6c3d7288a106c0a363e4b0e8d308058d56902adefb16f4936f417ffef086e -SIZE (rust/crates/opentelemetry-0.18.0.crate) = 15120 -SHA256 (rust/crates/opentelemetry_api-0.18.0.crate) = c24f96e21e7acc813c7a8394ee94978929db2bcc46cf6b5014fc612bf7760c22 -SIZE (rust/crates/opentelemetry_api-0.18.0.crate) = 53945 -SHA256 (rust/crates/opentelemetry_sdk-0.18.0.crate) = 1ca41c4933371b61c2a2f214bf16931499af4ec90543604ec828f7a625c09113 -SIZE (rust/crates/opentelemetry_sdk-0.18.0.crate) = 95038 -SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 -SIZE (rust/crates/overload-0.1.1.crate) = 24439 -SHA256 (rust/crates/ownedbytes-0.6.0.crate) = 6e8a72b918ae8198abb3a18c190288123e1d442b6b9a7d709305fd194688b4b7 -SIZE (rust/crates/ownedbytes-0.6.0.crate) = 3328 -SHA256 (rust/crates/package-lock-json-parser-0.4.0.crate) = 8707d34f4a67f9c733970b8afc7b82d8623bc0746ff17b460aa6f2ea5ef487d3 -SIZE (rust/crates/package-lock-json-parser-0.4.0.crate) = 6411 -SHA256 (rust/crates/parking-2.2.0.crate) = bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae -SIZE (rust/crates/parking-2.2.0.crate) = 9730 -SHA256 (rust/crates/parking_lot-0.11.2.crate) = 7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99 -SIZE (rust/crates/parking_lot-0.11.2.crate) = 39869 -SHA256 (rust/crates/parking_lot-0.12.1.crate) = 3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f -SIZE (rust/crates/parking_lot-0.12.1.crate) = 40967 -SHA256 (rust/crates/parking_lot_core-0.8.6.crate) = 60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc -SIZE (rust/crates/parking_lot_core-0.8.6.crate) = 32567 -SHA256 (rust/crates/parking_lot_core-0.9.8.crate) = 93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447 -SIZE (rust/crates/parking_lot_core-0.9.8.crate) = 32383 -SHA256 (rust/crates/parse-git-url-0.5.1.crate) = 9cd626725d3855a68fdede6483fae43429129bf246f42d8db598911c8036cf47 -SIZE (rust/crates/parse-git-url-0.5.1.crate) = 13615 -SHA256 (rust/crates/password-hash-0.5.0.crate) = 346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166 -SIZE (rust/crates/password-hash-0.5.0.crate) = 26884 -SHA256 (rust/crates/paste-1.0.12.crate) = 9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79 -SIZE (rust/crates/paste-1.0.12.crate) = 18156 -SHA256 (rust/crates/pem-3.0.2.crate) = 3163d2912b7c3b52d651a055f2c7eec9ba5cd22d26ef75b8dd3a59980b185923 -SIZE (rust/crates/pem-3.0.2.crate) = 12900 -SHA256 (rust/crates/pem-rfc7468-0.7.0.crate) = 88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412 -SIZE (rust/crates/pem-rfc7468-0.7.0.crate) = 24159 -SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e -SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 -SHA256 (rust/crates/pest-2.7.5.crate) = ae9cee2a55a544be8b89dc6848072af97a20f2422603c10865be2a42b580fff5 -SIZE (rust/crates/pest-2.7.5.crate) = 117583 -SHA256 (rust/crates/pest_derive-2.7.5.crate) = 81d78524685f5ef2a3b3bd1cafbc9fcabb036253d9b1463e726a91cd16e2dfc2 -SIZE (rust/crates/pest_derive-2.7.5.crate) = 35415 -SHA256 (rust/crates/pest_generator-2.7.5.crate) = 68bd1206e71118b5356dae5ddc61c8b11e28b09ef6a31acbd15ea48a28e0c227 -SIZE (rust/crates/pest_generator-2.7.5.crate) = 17709 -SHA256 (rust/crates/pest_meta-2.7.5.crate) = 7c747191d4ad9e4a4ab9c8798f1e82a39affe7ef9648390b7e5548d18e099de6 -SIZE (rust/crates/pest_meta-2.7.5.crate) = 40969 -SHA256 (rust/crates/petgraph-0.6.3.crate) = 4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4 -SIZE (rust/crates/petgraph-0.6.3.crate) = 185740 -SHA256 (rust/crates/pin-project-1.1.3.crate) = fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422 -SIZE (rust/crates/pin-project-1.1.3.crate) = 57740 -SHA256 (rust/crates/pin-project-internal-1.1.3.crate) = 4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405 -SIZE (rust/crates/pin-project-internal-1.1.3.crate) = 27824 -SHA256 (rust/crates/pin-project-lite-0.2.13.crate) = 8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58 -SIZE (rust/crates/pin-project-lite-0.2.13.crate) = 29141 -SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 -SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 -SHA256 (rust/crates/pkcs1-0.7.5.crate) = c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f -SIZE (rust/crates/pkcs1-0.7.5.crate) = 35790 -SHA256 (rust/crates/pkcs8-0.10.2.crate) = f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7 -SIZE (rust/crates/pkcs8-0.10.2.crate) = 26360 -SHA256 (rust/crates/pkg-config-0.3.27.crate) = 26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964 -SIZE (rust/crates/pkg-config-0.3.27.crate) = 18838 -SHA256 (rust/crates/portable-atomic-1.3.2.crate) = dc59d1bcc64fc5d021d67521f818db868368028108d37f0e98d74e33f68297b5 -SIZE (rust/crates/portable-atomic-1.3.2.crate) = 124372 -SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 -SIZE (rust/crates/powerfmt-0.2.0.crate) = 15165 -SHA256 (rust/crates/ppv-lite86-0.2.17.crate) = 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de -SIZE (rust/crates/ppv-lite86-0.2.17.crate) = 22242 -SHA256 (rust/crates/proc-macro-error-1.0.4.crate) = da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c -SIZE (rust/crates/proc-macro-error-1.0.4.crate) = 25293 -SHA256 (rust/crates/proc-macro-error-attr-1.0.4.crate) = a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869 -SIZE (rust/crates/proc-macro-error-attr-1.0.4.crate) = 7971 -SHA256 (rust/crates/proc-macro2-1.0.78.crate) = e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae -SIZE (rust/crates/proc-macro2-1.0.78.crate) = 47158 -SHA256 (rust/crates/psm-0.1.21.crate) = 5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874 -SIZE (rust/crates/psm-0.1.21.crate) = 23126 -SHA256 (rust/crates/quanta-0.12.3.crate) = 8e5167a477619228a0b284fac2674e3c388cba90631d7b7de620e6f1fcd08da5 -SIZE (rust/crates/quanta-0.12.3.crate) = 28306 -SHA256 (rust/crates/querystring-1.1.0.crate) = 9318ead08c799aad12a55a3e78b82e0b6167271ffd1f627b758891282f739187 -SIZE (rust/crates/querystring-1.1.0.crate) = 1710 -SHA256 (rust/crates/quote-1.0.35.crate) = 291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef -SIZE (rust/crates/quote-1.0.35.crate) = 28136 -SHA256 (rust/crates/quoted_printable-0.5.0.crate) = 79ec282e887b434b68c18fe5c121d38e72a5cf35119b59e54ec5b992ea9c8eb0 -SIZE (rust/crates/quoted_printable-0.5.0.crate) = 7604 -SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 -SIZE (rust/crates/rand-0.8.5.crate) = 87113 -SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 -SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251 -SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c -SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 -SHA256 (rust/crates/raw-cpuid-11.0.2.crate) = e29830cbb1290e404f24c73af91c5d8d631ce7e128691e9477556b540cd01ecd -SIZE (rust/crates/raw-cpuid-11.0.2.crate) = 108794 -SHA256 (rust/crates/rayon-1.7.0.crate) = 1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b -SIZE (rust/crates/rayon-1.7.0.crate) = 169488 -SHA256 (rust/crates/rayon-core-1.11.0.crate) = 4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d -SIZE (rust/crates/rayon-core-1.11.0.crate) = 73118 -SHA256 (rust/crates/redis-0.25.3.crate) = 6472825949c09872e8f2c50bde59fcefc17748b6be5c90fd67cd8b4daca73bfd -SIZE (rust/crates/redis-0.25.3.crate) = 222206 -SHA256 (rust/crates/redox_syscall-0.2.16.crate) = fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a -SIZE (rust/crates/redox_syscall-0.2.16.crate) = 24012 -SHA256 (rust/crates/redox_syscall-0.3.5.crate) = 567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29 -SIZE (rust/crates/redox_syscall-0.3.5.crate) = 23404 -SHA256 (rust/crates/regex-1.10.4.crate) = c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c -SIZE (rust/crates/regex-1.10.4.crate) = 253191 -SHA256 (rust/crates/regex-automata-0.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132 -SIZE (rust/crates/regex-automata-0.1.10.crate) = 114533 -SHA256 (rust/crates/regex-automata-0.4.6.crate) = 86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea -SIZE (rust/crates/regex-automata-0.4.6.crate) = 617565 -SHA256 (rust/crates/regex-syntax-0.6.29.crate) = f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1 -SIZE (rust/crates/regex-syntax-0.6.29.crate) = 299752 -SHA256 (rust/crates/regex-syntax-0.8.2.crate) = c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f -SIZE (rust/crates/regex-syntax-0.8.2.crate) = 347228 -SHA256 (rust/crates/requirements-0.3.0.crate) = 2643e903f79d8e6bc310ee0def974d12a33561d14e0728511b6ba5e8be0791c3 -SIZE (rust/crates/requirements-0.3.0.crate) = 8763 -SHA256 (rust/crates/reqwest-0.11.22.crate) = 046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b -SIZE (rust/crates/reqwest-0.11.22.crate) = 156932 -SHA256 (rust/crates/reqwest-0.12.4.crate) = 566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10 -SIZE (rust/crates/reqwest-0.12.4.crate) = 170627 -SHA256 (rust/crates/reqwest-eventsource-0.6.0.crate) = 632c55746dbb44275691640e7b40c907c16a2dc1a5842aa98aaec90da6ec6bde -SIZE (rust/crates/reqwest-eventsource-0.6.0.crate) = 19822 -SHA256 (rust/crates/ring-0.17.5.crate) = fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b -SIZE (rust/crates/ring-0.17.5.crate) = 4147790 -SHA256 (rust/crates/rmp-0.8.11.crate) = 44519172358fd6d58656c86ab8e7fbc9e1490c3e8f14d35ed78ca0dd07403c9f -SIZE (rust/crates/rmp-0.8.11.crate) = 28829 -SHA256 (rust/crates/rmp-serde-1.1.1.crate) = c5b13be192e0220b8afb7222aa5813cb62cc269ebb5cac346ca6487681d2913e -SIZE (rust/crates/rmp-serde-1.1.1.crate) = 30360 -SHA256 (rust/crates/rsa-0.9.6.crate) = 5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc -SIZE (rust/crates/rsa-0.9.6.crate) = 80048 -SHA256 (rust/crates/rust-embed-8.0.0.crate) = b1e7d90385b59f0a6bf3d3b757f3ca4ece2048265d70db20a2016043d4509a40 -SIZE (rust/crates/rust-embed-8.0.0.crate) = 901433 -SHA256 (rust/crates/rust-embed-impl-8.0.0.crate) = 3c3d8c6fd84090ae348e63a84336b112b5c3918b3bf0493a581f7bd8ee623c29 -SIZE (rust/crates/rust-embed-impl-8.0.0.crate) = 5175 -SHA256 (rust/crates/rust-embed-utils-8.0.0.crate) = 873feff8cb7bf86fdf0a71bb21c95159f4e4a37dd7a4bd1855a940909b583ada -SIZE (rust/crates/rust-embed-utils-8.0.0.crate) = 3346 -SHA256 (rust/crates/rust-stemmers-1.2.0.crate) = e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54 -SIZE (rust/crates/rust-stemmers-1.2.0.crate) = 2351301 -SHA256 (rust/crates/rustc-demangle-0.1.23.crate) = d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76 -SIZE (rust/crates/rustc-demangle-0.1.23.crate) = 28970 -SHA256 (rust/crates/rustc-hash-1.1.0.crate) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 -SIZE (rust/crates/rustc-hash-1.1.0.crate) = 9331 -SHA256 (rust/crates/rustix-0.37.19.crate) = acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d -SIZE (rust/crates/rustix-0.37.19.crate) = 323809 -SHA256 (rust/crates/rustix-0.38.17.crate) = f25469e9ae0f3d0047ca8b93fc56843f38e6774f0914a107ff8b41be8be8e0b7 -SIZE (rust/crates/rustix-0.38.17.crate) = 353766 -SHA256 (rust/crates/rustls-0.21.10.crate) = f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba -SIZE (rust/crates/rustls-0.21.10.crate) = 284920 -SHA256 (rust/crates/rustls-0.22.4.crate) = bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432 -SIZE (rust/crates/rustls-0.22.4.crate) = 333681 -SHA256 (rust/crates/rustls-native-certs-0.7.0.crate) = 8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792 -SIZE (rust/crates/rustls-native-certs-0.7.0.crate) = 25071 -SHA256 (rust/crates/rustls-pemfile-1.0.4.crate) = 1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c -SIZE (rust/crates/rustls-pemfile-1.0.4.crate) = 22092 -SHA256 (rust/crates/rustls-pemfile-2.1.2.crate) = 29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d -SIZE (rust/crates/rustls-pemfile-2.1.2.crate) = 25928 -SHA256 (rust/crates/rustls-pki-types-1.5.0.crate) = beb461507cee2c2ff151784c52762cf4d9ff6a61f3e80968600ed24fa837fa54 -SIZE (rust/crates/rustls-pki-types-1.5.0.crate) = 29362 -SHA256 (rust/crates/rustls-webpki-0.101.7.crate) = 8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765 -SIZE (rust/crates/rustls-webpki-0.101.7.crate) = 168808 -SHA256 (rust/crates/rustls-webpki-0.102.3.crate) = f3bce581c0dd41bce533ce695a1437fa16a7ab5ac3ccfa99fe1a620a7885eabf -SIZE (rust/crates/rustls-webpki-0.102.3.crate) = 197543 -SHA256 (rust/crates/rustversion-1.0.14.crate) = 7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4 -SIZE (rust/crates/rustversion-1.0.14.crate) = 17261 -SHA256 (rust/crates/ryu-1.0.13.crate) = f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041 -SIZE (rust/crates/ryu-1.0.13.crate) = 46823 -SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 -SIZE (rust/crates/same-file-1.0.6.crate) = 10183 -SHA256 (rust/crates/schannel-0.1.21.crate) = 713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3 -SIZE (rust/crates/schannel-0.1.21.crate) = 41719 -SHA256 (rust/crates/scoped-tls-1.0.1.crate) = e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294 -SIZE (rust/crates/scoped-tls-1.0.1.crate) = 8202 -SHA256 (rust/crates/scopeguard-1.1.0.crate) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd -SIZE (rust/crates/scopeguard-1.1.0.crate) = 11470 -SHA256 (rust/crates/scratch-1.0.5.crate) = 1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1 -SIZE (rust/crates/scratch-1.0.5.crate) = 8013 -SHA256 (rust/crates/sct-0.7.1.crate) = da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414 -SIZE (rust/crates/sct-0.7.1.crate) = 27501 -SHA256 (rust/crates/secrecy-0.8.0.crate) = 9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e -SIZE (rust/crates/secrecy-0.8.0.crate) = 11916 -SHA256 (rust/crates/security-framework-2.9.2.crate) = 05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de -SIZE (rust/crates/security-framework-2.9.2.crate) = 79295 -SHA256 (rust/crates/security-framework-sys-2.9.1.crate) = e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a -SIZE (rust/crates/security-framework-sys-2.9.1.crate) = 18284 -SHA256 (rust/crates/self_cell-1.0.1.crate) = 4c309e515543e67811222dbc9e3dd7e1056279b782e1dacffe4242b718734fb6 -SIZE (rust/crates/self_cell-1.0.1.crate) = 15124 -SHA256 (rust/crates/semver-1.0.20.crate) = 836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090 -SIZE (rust/crates/semver-1.0.20.crate) = 30451 -SHA256 (rust/crates/serde-1.0.199.crate) = 0c9f6e76df036c77cd94996771fb40db98187f096dd0b9af39c6c6e452ba966a -SIZE (rust/crates/serde-1.0.199.crate) = 77598 -SHA256 (rust/crates/serde-jsonlines-0.4.0.crate) = 4684abdec99c1de7e507a3516c82385ff74d54c385973846b079bfd9f5920d35 -SIZE (rust/crates/serde-jsonlines-0.4.0.crate) = 11734 -SHA256 (rust/crates/serde-jsonlines-0.5.0.crate) = e228faf5f94badfe42723177b62cfb9b187351994cb4e852cd4a6a4c96dbeea8 -SIZE (rust/crates/serde-jsonlines-0.5.0.crate) = 14442 -SHA256 (rust/crates/serde_derive-1.0.199.crate) = 11bd257a6541e141e42ca6d24ae26f7714887b47e89aa739099104c7e4d3b7fc -SIZE (rust/crates/serde_derive-1.0.199.crate) = 55793 -SHA256 (rust/crates/serde_json-1.0.116.crate) = 3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813 -SIZE (rust/crates/serde_json-1.0.116.crate) = 146790 -SHA256 (rust/crates/serde_path_to_error-0.1.11.crate) = f7f05c1d5476066defcdfacce1f52fc3cae3af1d3089727100c02ae92e5abbe0 -SIZE (rust/crates/serde_path_to_error-0.1.11.crate) = 16485 -SHA256 (rust/crates/serde_spanned-0.6.2.crate) = 93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d -SIZE (rust/crates/serde_spanned-0.6.2.crate) = 7749 -SHA256 (rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd -SIZE (rust/crates/serde_urlencoded-0.7.1.crate) = 12822 -SHA256 (rust/crates/serdeconv-0.4.1.crate) = 8897696def1d25e554294b168e0e8e77c860483666eeb8d3d33ae58b06f47221 -SIZE (rust/crates/serdeconv-0.4.1.crate) = 4824 -SHA256 (rust/crates/serial_test-2.0.0.crate) = 0e56dd856803e253c8f298af3f4d7eb0ae5e23a737252cd90bb4f3b435033b2d -SIZE (rust/crates/serial_test-2.0.0.crate) = 7946 -SHA256 (rust/crates/serial_test-3.0.0.crate) = 953ad9342b3aaca7cb43c45c097dd008d4907070394bd0751a0aa8817e5a018d -SIZE (rust/crates/serial_test-3.0.0.crate) = 8483 -SHA256 (rust/crates/serial_test_derive-2.0.0.crate) = 91d129178576168c589c9ec973feedf7d3126c01ac2bf08795109aa35b69fb8f -SIZE (rust/crates/serial_test_derive-2.0.0.crate) = 5638 -SHA256 (rust/crates/serial_test_derive-3.0.0.crate) = b93fb4adc70021ac1b47f7d45e8cc4169baaa7ea58483bc5b721d19a26202212 -SIZE (rust/crates/serial_test_derive-3.0.0.crate) = 6588 -SHA256 (rust/crates/sha1-0.10.6.crate) = e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba -SIZE (rust/crates/sha1-0.10.6.crate) = 13517 -SHA256 (rust/crates/sha1_smol-1.0.0.crate) = ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012 -SIZE (rust/crates/sha1_smol-1.0.0.crate) = 9782 -SHA256 (rust/crates/sha2-0.10.8.crate) = 793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8 -SIZE (rust/crates/sha2-0.10.8.crate) = 26357 -SHA256 (rust/crates/sha256-1.4.0.crate) = 7895c8ae88588ccead14ff438b939b0c569cd619116f14b4d13fdff7b8333386 -SIZE (rust/crates/sha256-1.4.0.crate) = 9209 -SHA256 (rust/crates/sharded-slab-0.1.4.crate) = 900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31 -SIZE (rust/crates/sharded-slab-0.1.4.crate) = 52479 -SHA256 (rust/crates/signal-hook-registry-1.4.1.crate) = d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1 -SIZE (rust/crates/signal-hook-registry-1.4.1.crate) = 17987 -SHA256 (rust/crates/signature-2.2.0.crate) = 77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de -SIZE (rust/crates/signature-2.2.0.crate) = 15531 -SHA256 (rust/crates/similar-2.3.0.crate) = 2aeaf503862c419d66959f5d7ca015337d864e9c49485d771b732e2a20453597 -SIZE (rust/crates/similar-2.3.0.crate) = 51082 -SHA256 (rust/crates/simple_asn1-0.6.2.crate) = adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085 -SIZE (rust/crates/simple_asn1-0.6.2.crate) = 15992 -SHA256 (rust/crates/sketches-ddsketch-0.2.1.crate) = 68a406c1882ed7f29cd5e248c9848a80e7cb6ae0fea82346d2746f2f941c07e1 -SIZE (rust/crates/sketches-ddsketch-0.2.1.crate) = 13121 -SHA256 (rust/crates/slab-0.4.8.crate) = 6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d -SIZE (rust/crates/slab-0.4.8.crate) = 16928 -SHA256 (rust/crates/sled-0.34.7.crate) = 7f96b4737c2ce5987354855aed3797279def4ebf734436c6aa4552cf8e169935 -SIZE (rust/crates/sled-0.34.7.crate) = 485296 -SHA256 (rust/crates/smallvec-1.13.2.crate) = 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67 -SIZE (rust/crates/smallvec-1.13.2.crate) = 35216 -SHA256 (rust/crates/smartstring-1.0.1.crate) = 3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29 -SIZE (rust/crates/smartstring-1.0.1.crate) = 29555 -SHA256 (rust/crates/snafu-0.8.2.crate) = 75976f4748ab44f6e5332102be424e7c2dc18daeaf7e725f2040c3ebb133512e -SIZE (rust/crates/snafu-0.8.2.crate) = 68478 -SHA256 (rust/crates/snafu-derive-0.8.2.crate) = b4b19911debfb8c2fb1107bc6cb2d61868aaf53a988449213959bb1b5b1ed95f -SIZE (rust/crates/snafu-derive-0.8.2.crate) = 28462 -SHA256 (rust/crates/socket2-0.4.9.crate) = 64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662 -SIZE (rust/crates/socket2-0.4.9.crate) = 45421 -SHA256 (rust/crates/socket2-0.5.5.crate) = 7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9 -SIZE (rust/crates/socket2-0.5.5.crate) = 54863 -SHA256 (rust/crates/spin-0.5.2.crate) = 6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d -SIZE (rust/crates/spin-0.5.2.crate) = 12004 -SHA256 (rust/crates/spin-0.9.8.crate) = 6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67 -SIZE (rust/crates/spin-0.9.8.crate) = 38958 -SHA256 (rust/crates/spki-0.7.3.crate) = d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d -SIZE (rust/crates/spki-0.7.3.crate) = 16409 -SHA256 (rust/crates/sql_query_builder-2.1.0.crate) = b371e496dc275fae413896ef31160eaeb949df66a942245cf3f37fb741389611 -SIZE (rust/crates/sql_query_builder-2.1.0.crate) = 33803 -SHA256 (rust/crates/sqlformat-0.2.3.crate) = ce81b7bd7c4493975347ef60d8c7e8b742d4694f4c49f93e0a12ea263938176c -SIZE (rust/crates/sqlformat-0.2.3.crate) = 21878 -SHA256 (rust/crates/sqlx-0.7.4.crate) = c9a2ccff1a000a5a59cd33da541d9f2fdcd9e6e8229cc200565942bff36d0aaa -SIZE (rust/crates/sqlx-0.7.4.crate) = 160206 -SHA256 (rust/crates/sqlx-core-0.7.4.crate) = 24ba59a9342a3d9bab6c56c118be528b27c9b60e490080e9711a04dccac83ef6 -SIZE (rust/crates/sqlx-core-0.7.4.crate) = 107183 -SHA256 (rust/crates/sqlx-macros-0.7.4.crate) = 4ea40e2345eb2faa9e1e5e326db8c34711317d2b5e08d0d5741619048a803127 -SIZE (rust/crates/sqlx-macros-0.7.4.crate) = 1859 -SHA256 (rust/crates/sqlx-macros-core-0.7.4.crate) = 5833ef53aaa16d860e92123292f1f6a3d53c34ba8b1969f152ef1a7bb803f3c8 -SIZE (rust/crates/sqlx-macros-core-0.7.4.crate) = 26613 -SHA256 (rust/crates/sqlx-mysql-0.7.4.crate) = 1ed31390216d20e538e447a7a9b959e06ed9fc51c37b514b46eb758016ecd418 -SIZE (rust/crates/sqlx-mysql-0.7.4.crate) = 57157 -SHA256 (rust/crates/sqlx-postgres-0.7.4.crate) = 7c824eb80b894f926f89a0b9da0c7f435d27cdd35b8c655b114e58223918577e -SIZE (rust/crates/sqlx-postgres-0.7.4.crate) = 107488 -SHA256 (rust/crates/sqlx-sqlite-0.7.4.crate) = b244ef0a8414da0bed4bb1910426e890b19e5e9bccc27ada6b797d05c55ae0aa -SIZE (rust/crates/sqlx-sqlite-0.7.4.crate) = 62113 -SHA256 (rust/crates/stable_deref_trait-1.2.0.crate) = a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3 -SIZE (rust/crates/stable_deref_trait-1.2.0.crate) = 8054 -SHA256 (rust/crates/stacker-0.1.15.crate) = c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce -SIZE (rust/crates/stacker-0.1.15.crate) = 14656 -SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f -SIZE (rust/crates/static_assertions-1.1.0.crate) = 18480 -SHA256 (rust/crates/strfmt-0.2.4.crate) = 7a8348af2d9fc3258c8733b8d9d8db2e56f54b2363a4b5b81585c7875ed65e65 -SIZE (rust/crates/strfmt-0.2.4.crate) = 15194 -SHA256 (rust/crates/stringprep-0.1.4.crate) = bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6 -SIZE (rust/crates/stringprep-0.1.4.crate) = 23551 -SHA256 (rust/crates/strsim-0.9.3.crate) = 6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c -SIZE (rust/crates/strsim-0.9.3.crate) = 10266 -SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623 -SIZE (rust/crates/strsim-0.10.0.crate) = 11355 -SHA256 (rust/crates/strum-0.24.1.crate) = 063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f -SIZE (rust/crates/strum-0.24.1.crate) = 5636 -SHA256 (rust/crates/strum_macros-0.24.3.crate) = 1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59 -SIZE (rust/crates/strum_macros-0.24.3.crate) = 20696 -SHA256 (rust/crates/subtle-2.5.0.crate) = 81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc -SIZE (rust/crates/subtle-2.5.0.crate) = 13909 -SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 -SIZE (rust/crates/syn-1.0.109.crate) = 237611 -SHA256 (rust/crates/syn-2.0.52.crate) = b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07 -SIZE (rust/crates/syn-2.0.52.crate) = 254728 -SHA256 (rust/crates/sync_wrapper-0.1.2.crate) = 2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160 -SIZE (rust/crates/sync_wrapper-0.1.2.crate) = 6933 -SHA256 (rust/crates/sync_wrapper-1.0.1.crate) = a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394 -SIZE (rust/crates/sync_wrapper-1.0.1.crate) = 6939 -SHA256 (rust/crates/sysinfo-0.29.8.crate) = d10ed79c22663a35a255d289a7fdcb43559fc77ff15df5ce6c341809e7867528 -SIZE (rust/crates/sysinfo-0.29.8.crate) = 156454 -SHA256 (rust/crates/system-configuration-0.5.1.crate) = ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7 -SIZE (rust/crates/system-configuration-0.5.1.crate) = 12618 -SHA256 (rust/crates/system-configuration-sys-0.5.0.crate) = a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9 -SIZE (rust/crates/system-configuration-sys-0.5.0.crate) = 6730 -SHA256 (rust/crates/tantivy-0.21.0.crate) = c1d4675fed6fe2218ce11445374e181e864a8ffd0f28e7e0591ccfc38cd000ae -SIZE (rust/crates/tantivy-0.21.0.crate) = 1349963 -SHA256 (rust/crates/tantivy-bitpacker-0.5.0.crate) = cecb164321482301f514dd582264fa67f70da2d7eb01872ccd71e35e0d96655a -SIZE (rust/crates/tantivy-bitpacker-0.5.0.crate) = 10973 -SHA256 (rust/crates/tantivy-columnar-0.2.0.crate) = 8d85f8019af9a78b3118c11298b36ffd21c2314bd76bbcd9d12e00124cbb7e70 -SIZE (rust/crates/tantivy-columnar-0.2.0.crate) = 88231 -SHA256 (rust/crates/tantivy-common-0.6.0.crate) = af4a3a975e604a2aba6b1106a04505e1e7a025e6def477fab6e410b4126471e1 -SIZE (rust/crates/tantivy-common-0.6.0.crate) = 18203 -SHA256 (rust/crates/tantivy-fst-0.4.0.crate) = fc3c506b1a8443a3a65352df6382a1fb6a7afe1a02e871cee0d25e2c3d5f3944 -SIZE (rust/crates/tantivy-fst-0.4.0.crate) = 1561256 -SHA256 (rust/crates/tantivy-query-grammar-0.21.0.crate) = 1d39c5a03100ac10c96e0c8b07538e2ab8b17da56434ab348309b31f23fada77 -SIZE (rust/crates/tantivy-query-grammar-0.21.0.crate) = 16924 -SHA256 (rust/crates/tantivy-sstable-0.2.0.crate) = fc0c1bb43e5e8b8e05eb8009610344dbf285f06066c844032fbb3e546b3c71df -SIZE (rust/crates/tantivy-sstable-0.2.0.crate) = 22537 -SHA256 (rust/crates/tantivy-stacker-0.2.0.crate) = b2c078595413f13f218cf6f97b23dcfd48936838f1d3d13a1016e05acd64ed6c -SIZE (rust/crates/tantivy-stacker-0.2.0.crate) = 17030 -SHA256 (rust/crates/tantivy-tokenizer-api-0.2.0.crate) = 347b6fb212b26d3505d224f438e3c4b827ab8bd847fe9953ad5ac6b8f9443b66 -SIZE (rust/crates/tantivy-tokenizer-api-0.2.0.crate) = 2601 -SHA256 (rust/crates/tarpc-0.33.0.crate) = 6f41bce44d290df0598ae4b9cd6ea7f58f651fd3aa4af1b26060c4fa32b08af7 -SIZE (rust/crates/tarpc-0.33.0.crate) = 66640 -SHA256 (rust/crates/tarpc-plugins-0.12.0.crate) = 0ee42b4e559f17bce0385ebf511a7beb67d5cc33c12c96b7f4e9789919d9c10f -SIZE (rust/crates/tarpc-plugins-0.12.0.crate) = 8128 -SHA256 (rust/crates/temp_testdir-0.2.3.crate) = 921f1e9c427802414907a48b21a6504ff6b3a15a1a3cf37e699590949ad9befc -SIZE (rust/crates/temp_testdir-0.2.3.crate) = 3314 -SHA256 (rust/crates/tempfile-3.5.0.crate) = b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998 -SIZE (rust/crates/tempfile-3.5.0.crate) = 31129 -SHA256 (rust/crates/termcolor-1.2.0.crate) = be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6 -SIZE (rust/crates/termcolor-1.2.0.crate) = 17917 -SHA256 (rust/crates/terminal_size-0.3.0.crate) = 21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7 -SIZE (rust/crates/terminal_size-0.3.0.crate) = 10096 -SHA256 (rust/crates/text-splitter-0.10.0.crate) = 8d5315f993b00372fd909fcf8587535e65f03ac5fd9400f49dd72ce1f6be23cf -SIZE (rust/crates/text-splitter-0.10.0.crate) = 28208 -SHA256 (rust/crates/textdistance-1.0.2.crate) = d321c8576c2b47e43953e9cce236550d4cd6af0a6ce518fe084340082ca6037b -SIZE (rust/crates/textdistance-1.0.2.crate) = 38295 -SHA256 (rust/crates/thiserror-1.0.59.crate) = f0126ad08bff79f29fc3ae6a55cc72352056dfff61e3ff8bb7129476d44b23aa -SIZE (rust/crates/thiserror-1.0.59.crate) = 21040 -SHA256 (rust/crates/thiserror-impl-1.0.59.crate) = d1cd413b5d558b4c5bf3680e324a6fa5014e7b7c067a51e69dbdf47eb7148b66 -SIZE (rust/crates/thiserror-impl-1.0.59.crate) = 15726 -SHA256 (rust/crates/thread_local-1.1.7.crate) = 3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152 -SIZE (rust/crates/thread_local-1.1.7.crate) = 13585 -SHA256 (rust/crates/time-0.3.36.crate) = 5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885 -SIZE (rust/crates/time-0.3.36.crate) = 119805 -SHA256 (rust/crates/time-core-0.1.2.crate) = ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3 -SIZE (rust/crates/time-core-0.1.2.crate) = 7191 -SHA256 (rust/crates/time-macros-0.2.18.crate) = 3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf -SIZE (rust/crates/time-macros-0.2.18.crate) = 24361 -SHA256 (rust/crates/tinyvec-1.6.0.crate) = 87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50 -SIZE (rust/crates/tinyvec-1.6.0.crate) = 45991 -SHA256 (rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 -SIZE (rust/crates/tinyvec_macros-0.1.1.crate) = 5865 -SHA256 (rust/crates/tokio-1.35.0.crate) = 841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c -SIZE (rust/crates/tokio-1.35.0.crate) = 743314 -SHA256 (rust/crates/tokio-cron-scheduler-0.9.4.crate) = de2c1fd54a857b29c6cd1846f31903d0ae8e28175615c14a277aed45c58d8e27 -SIZE (rust/crates/tokio-cron-scheduler-0.9.4.crate) = 68074 -SHA256 (rust/crates/tokio-macros-2.2.0.crate) = 5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b -SIZE (rust/crates/tokio-macros-2.2.0.crate) = 11520 -SHA256 (rust/crates/tokio-native-tls-0.3.1.crate) = bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2 -SIZE (rust/crates/tokio-native-tls-0.3.1.crate) = 20676 -SHA256 (rust/crates/tokio-retry-0.3.0.crate) = 7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f -SIZE (rust/crates/tokio-retry-0.3.0.crate) = 6146 -SHA256 (rust/crates/tokio-rustls-0.24.1.crate) = c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081 -SIZE (rust/crates/tokio-rustls-0.24.1.crate) = 33049 -SHA256 (rust/crates/tokio-rustls-0.25.0.crate) = 775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f -SIZE (rust/crates/tokio-rustls-0.25.0.crate) = 30541 -SHA256 (rust/crates/tokio-serde-0.8.0.crate) = 911a61637386b789af998ee23f50aa30d5fd7edcec8d6d3dedae5e5815205466 -SIZE (rust/crates/tokio-serde-0.8.0.crate) = 15720 -SHA256 (rust/crates/tokio-stream-0.1.14.crate) = 397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842 -SIZE (rust/crates/tokio-stream-0.1.14.crate) = 35881 -SHA256 (rust/crates/tokio-tungstenite-0.21.0.crate) = c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38 -SIZE (rust/crates/tokio-tungstenite-0.21.0.crate) = 28159 -SHA256 (rust/crates/tokio-util-0.7.10.crate) = 5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15 -SIZE (rust/crates/tokio-util-0.7.10.crate) = 110508 -SHA256 (rust/crates/toml-0.5.11.crate) = f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234 -SIZE (rust/crates/toml-0.5.11.crate) = 54910 -SHA256 (rust/crates/toml-0.7.4.crate) = d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec -SIZE (rust/crates/toml-0.7.4.crate) = 49003 -SHA256 (rust/crates/toml_datetime-0.6.2.crate) = 5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f -SIZE (rust/crates/toml_datetime-0.6.2.crate) = 10768 -SHA256 (rust/crates/toml_edit-0.19.10.crate) = 2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739 -SIZE (rust/crates/toml_edit-0.19.10.crate) = 95594 -SHA256 (rust/crates/tower-0.4.13.crate) = b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c -SIZE (rust/crates/tower-0.4.13.crate) = 106906 -SHA256 (rust/crates/tower-http-0.5.2.crate) = 1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5 -SIZE (rust/crates/tower-http-0.5.2.crate) = 118675 -SHA256 (rust/crates/tower-layer-0.3.2.crate) = c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0 -SIZE (rust/crates/tower-layer-0.3.2.crate) = 6023 -SHA256 (rust/crates/tower-service-0.3.2.crate) = b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52 -SIZE (rust/crates/tower-service-0.3.2.crate) = 6847 -SHA256 (rust/crates/tracing-0.1.37.crate) = 8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8 -SIZE (rust/crates/tracing-0.1.37.crate) = 73888 -SHA256 (rust/crates/tracing-attributes-0.1.24.crate) = 0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74 -SIZE (rust/crates/tracing-attributes-0.1.24.crate) = 31841 -SHA256 (rust/crates/tracing-core-0.1.31.crate) = 0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a -SIZE (rust/crates/tracing-core-0.1.31.crate) = 61263 -SHA256 (rust/crates/tracing-futures-0.2.5.crate) = 97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2 -SIZE (rust/crates/tracing-futures-0.2.5.crate) = 11637 -SHA256 (rust/crates/tracing-log-0.1.3.crate) = 78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922 -SIZE (rust/crates/tracing-log-0.1.3.crate) = 20549 -SHA256 (rust/crates/tracing-opentelemetry-0.18.0.crate) = 21ebb87a95ea13271332df069020513ab70bdb5637ca42d6e492dc3bbbad48de -SIZE (rust/crates/tracing-opentelemetry-0.18.0.crate) = 109052 -SHA256 (rust/crates/tracing-serde-0.1.3.crate) = bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1 -SIZE (rust/crates/tracing-serde-0.1.3.crate) = 7329 -SHA256 (rust/crates/tracing-subscriber-0.2.25.crate) = 0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71 -SIZE (rust/crates/tracing-subscriber-0.2.25.crate) = 149469 -SHA256 (rust/crates/tracing-subscriber-0.3.17.crate) = 30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77 -SIZE (rust/crates/tracing-subscriber-0.3.17.crate) = 191711 -SHA256 (rust/crates/tracing-test-0.1.0.crate) = a3b48778c2d401c6a7fcf38a0e3c55dc8e8e753cbd381044a8cdb6fd69a29f53 -SIZE (rust/crates/tracing-test-0.1.0.crate) = 3532 -SHA256 (rust/crates/tracing-test-macro-0.1.0.crate) = c49adbab879d2e0dd7f75edace5f0ac2156939ecb7e6a1e8fa14e53728328c48 -SIZE (rust/crates/tracing-test-macro-0.1.0.crate) = 2705 -SHA256 (rust/crates/trackable-1.3.0.crate) = b15bd114abb99ef8cee977e517c8f37aee63f184f2d08e3e6ceca092373369ae -SIZE (rust/crates/trackable-1.3.0.crate) = 12404 -SHA256 (rust/crates/trackable_derive-1.0.0.crate) = ebeb235c5847e2f82cfe0f07eb971d1e5f6804b18dac2ae16349cc604380f82f -SIZE (rust/crates/trackable_derive-1.0.0.crate) = 3488 -SHA256 (rust/crates/tree-sitter-0.20.10.crate) = e747b1f9b7b931ed39a548c1fae149101497de3c1fc8d9e18c62c1a66c683d3d -SIZE (rust/crates/tree-sitter-0.20.10.crate) = 134502 -SHA256 (rust/crates/tree-sitter-c-sharp-0.20.0.crate) = b9ab3dc608f34924fa9e10533a95f62dbc14b6de0ddd7107722eba66fe19ae31 -SIZE (rust/crates/tree-sitter-c-sharp-0.20.0.crate) = 908546 -SHA256 (rust/crates/tree-sitter-go-0.20.0.crate) = 1ad6d11f19441b961af2fda7f12f5d0dac325f6d6de83836a1d3750018cc5114 -SIZE (rust/crates/tree-sitter-go-0.20.0.crate) = 114150 -SHA256 (rust/crates/tree-sitter-java-0.20.2.crate) = 2adc5696bf5abf761081d7457d2bb82d0e3b28964f4214f63fd7e720ef462653 -SIZE (rust/crates/tree-sitter-java-0.20.2.crate) = 159025 -SHA256 (rust/crates/tree-sitter-kotlin-0.3.1.crate) = 1b5f367466210220a194a2d8831fc12d15aa13305e7bcdf2dba47714aa328e86 -SIZE (rust/crates/tree-sitter-kotlin-0.3.1.crate) = 1267171 -SHA256 (rust/crates/tree-sitter-python-0.20.2.crate) = dda114f58048f5059dcf158aff691dffb8e113e6d2b50d94263fd68711975287 -SIZE (rust/crates/tree-sitter-python-0.20.2.crate) = 133017 -SHA256 (rust/crates/tree-sitter-ruby-0.20.0.crate) = 0ac30cbb1560363ae76e1ccde543d6d99087421e228cc47afcec004b86bb711a -SIZE (rust/crates/tree-sitter-ruby-0.20.0.crate) = 475855 -SHA256 (rust/crates/tree-sitter-rust-0.20.3.crate) = 797842733e252dc11ae5d403a18060bf337b822fc2ae5ddfaa6ff4d9cc20bda6 -SIZE (rust/crates/tree-sitter-rust-0.20.3.crate) = 265179 -SHA256 (rust/crates/tree-sitter-tags-0.20.2.crate) = ccb3f1376219530a37a809751ecf65aa35fd8b9c1c4ab6d4faf5f6a9eeda2c05 -SIZE (rust/crates/tree-sitter-tags-0.20.2.crate) = 9445 -SHA256 (rust/crates/tree-sitter-typescript-0.20.3.crate) = a75049f0aafabb2aac205d7bb24da162b53dcd0cfb326785f25a2f32efa8071a -SIZE (rust/crates/tree-sitter-typescript-0.20.3.crate) = 712981 -SHA256 (rust/crates/trie-rs-0.1.1.crate) = 5096c019d49566aff57593a06e401c7f588da84e9a575d0ed2ac0913f51928c0 -SIZE (rust/crates/trie-rs-0.1.1.crate) = 917350 -SHA256 (rust/crates/try-lock-0.2.4.crate) = 3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed -SIZE (rust/crates/try-lock-0.2.4.crate) = 4467 -SHA256 (rust/crates/tungstenite-0.21.0.crate) = 9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1 -SIZE (rust/crates/tungstenite-0.21.0.crate) = 59858 -SHA256 (rust/crates/typenum-1.16.0.crate) = 497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba -SIZE (rust/crates/typenum-1.16.0.crate) = 42477 -SHA256 (rust/crates/ucd-trie-0.1.6.crate) = ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9 -SIZE (rust/crates/ucd-trie-0.1.6.crate) = 45790 -SHA256 (rust/crates/ulid-1.1.2.crate) = 34778c17965aa2a08913b57e1f34db9b4a63f5de31768b55bf20d2795f921259 -SIZE (rust/crates/ulid-1.1.2.crate) = 11517 -SHA256 (rust/crates/unicase-2.7.0.crate) = f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89 -SIZE (rust/crates/unicase-2.7.0.crate) = 23783 -SHA256 (rust/crates/unicode-bidi-0.3.13.crate) = 92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460 -SIZE (rust/crates/unicode-bidi-0.3.13.crate) = 44477 -SHA256 (rust/crates/unicode-ident-1.0.9.crate) = b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0 -SIZE (rust/crates/unicode-ident-1.0.9.crate) = 41978 -SHA256 (rust/crates/unicode-normalization-0.1.22.crate) = 5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921 -SIZE (rust/crates/unicode-normalization-0.1.22.crate) = 122604 -SHA256 (rust/crates/unicode-segmentation-1.11.0.crate) = d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202 -SIZE (rust/crates/unicode-segmentation-1.11.0.crate) = 102740 -SHA256 (rust/crates/unicode-width-0.1.10.crate) = c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b -SIZE (rust/crates/unicode-width-0.1.10.crate) = 18968 -SHA256 (rust/crates/unicode_categories-0.1.1.crate) = 39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e -SIZE (rust/crates/unicode_categories-0.1.1.crate) = 87298 -SHA256 (rust/crates/unreachable-1.0.0.crate) = 382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56 -SIZE (rust/crates/unreachable-1.0.0.crate) = 6355 -SHA256 (rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 -SIZE (rust/crates/untrusted-0.9.0.crate) = 14447 -SHA256 (rust/crates/url-2.5.0.crate) = 31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633 -SIZE (rust/crates/url-2.5.0.crate) = 78605 -SHA256 (rust/crates/url-parse-1.0.7.crate) = 0d375da66174ba9b3697f36468fb6b9a981074537569a87ad2dc43de2a598063 -SIZE (rust/crates/url-parse-1.0.7.crate) = 11284 -SHA256 (rust/crates/urlencoding-2.1.3.crate) = daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da -SIZE (rust/crates/urlencoding-2.1.3.crate) = 6538 -SHA256 (rust/crates/utf-8-0.7.6.crate) = 09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9 -SIZE (rust/crates/utf-8-0.7.6.crate) = 10422 -SHA256 (rust/crates/utf8-ranges-1.0.5.crate) = 7fcfc827f90e53a02eaef5e535ee14266c1d569214c6aa70133a624d8a3164ba -SIZE (rust/crates/utf8-ranges-1.0.5.crate) = 8497 -SHA256 (rust/crates/utf8parse-0.2.1.crate) = 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a -SIZE (rust/crates/utf8parse-0.2.1.crate) = 13435 -SHA256 (rust/crates/utoipa-4.2.0.crate) = 272ebdfbc99111033031d2f10e018836056e4d2c8e2acda76450ec7974269fa7 -SIZE (rust/crates/utoipa-4.2.0.crate) = 54574 -SHA256 (rust/crates/utoipa-gen-4.2.0.crate) = d3c9f4d08338c1bfa70dde39412a040a884c6f318b3d09aaaf3437a1e52027fc -SIZE (rust/crates/utoipa-gen-4.2.0.crate) = 142537 -SHA256 (rust/crates/utoipa-swagger-ui-6.0.0.crate) = 0b39868d43c011961e04b41623e050aedf2cc93652562ff7935ce0f819aaf2da -SIZE (rust/crates/utoipa-swagger-ui-6.0.0.crate) = 4372387 -SHA256 (rust/crates/uuid-1.6.1.crate) = 5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560 -SIZE (rust/crates/uuid-1.6.1.crate) = 55554 -SHA256 (rust/crates/uuid-macro-internal-1.6.1.crate) = f49e7f3f3db8040a100710a11932239fd30697115e2ba4107080d8252939845e -SIZE (rust/crates/uuid-macro-internal-1.6.1.crate) = 9137 -SHA256 (rust/crates/validator-0.16.1.crate) = b92f40481c04ff1f4f61f304d61793c7b56ff76ac1469f1beb199b1445b253bd -SIZE (rust/crates/validator-0.16.1.crate) = 13718 -SHA256 (rust/crates/validator_derive-0.16.0.crate) = bc44ca3088bb3ba384d9aecf40c6a23a676ce23e09bdaca2073d99c207f864af -SIZE (rust/crates/validator_derive-0.16.0.crate) = 12759 -SHA256 (rust/crates/validator_types-0.16.0.crate) = 111abfe30072511849c5910134e8baf8dc05de4c0e5903d681cbd5c9c4d611e3 -SIZE (rust/crates/validator_types-0.16.0.crate) = 2145 -SHA256 (rust/crates/valuable-0.1.0.crate) = 830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d -SIZE (rust/crates/valuable-0.1.0.crate) = 27718 -SHA256 (rust/crates/vcpkg-0.2.15.crate) = accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426 -SIZE (rust/crates/vcpkg-0.2.15.crate) = 228735 -SHA256 (rust/crates/vergen-8.2.4.crate) = bbc5ad0d9d26b2c49a5ab7da76c3e79d3ee37e7821799f8223fcb8f2f391a2e7 -SIZE (rust/crates/vergen-8.2.4.crate) = 40562 -SHA256 (rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f -SIZE (rust/crates/version_check-0.9.4.crate) = 14895 -SHA256 (rust/crates/void-1.0.2.crate) = 6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d -SIZE (rust/crates/void-1.0.2.crate) = 2356 -SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b -SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 -SHA256 (rust/crates/want-0.3.0.crate) = 1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0 -SIZE (rust/crates/want-0.3.0.crate) = 6550 -SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 -SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 -SHA256 (rust/crates/wasm-bindgen-0.2.87.crate) = 7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342 -SIZE (rust/crates/wasm-bindgen-0.2.87.crate) = 175052 -SHA256 (rust/crates/wasm-bindgen-backend-0.2.87.crate) = 5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd -SIZE (rust/crates/wasm-bindgen-backend-0.2.87.crate) = 26821 -SHA256 (rust/crates/wasm-bindgen-futures-0.4.37.crate) = c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03 -SIZE (rust/crates/wasm-bindgen-futures-0.4.37.crate) = 15193 -SHA256 (rust/crates/wasm-bindgen-macro-0.2.87.crate) = dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d -SIZE (rust/crates/wasm-bindgen-macro-0.2.87.crate) = 13897 -SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.87.crate) = 54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b -SIZE (rust/crates/wasm-bindgen-macro-support-0.2.87.crate) = 20006 -SHA256 (rust/crates/wasm-bindgen-shared-0.2.87.crate) = ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1 -SIZE (rust/crates/wasm-bindgen-shared-0.2.87.crate) = 7248 -SHA256 (rust/crates/wasm-streams-0.4.0.crate) = b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129 -SIZE (rust/crates/wasm-streams-0.4.0.crate) = 34328 -SHA256 (rust/crates/web-sys-0.3.64.crate) = 9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b -SIZE (rust/crates/web-sys-0.3.64.crate) = 725584 -SHA256 (rust/crates/web-time-1.1.0.crate) = 5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb -SIZE (rust/crates/web-time-1.1.0.crate) = 18026 -SHA256 (rust/crates/webpki-roots-0.25.4.crate) = 5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1 -SIZE (rust/crates/webpki-roots-0.25.4.crate) = 253559 -SHA256 (rust/crates/whoami-1.4.1.crate) = 22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50 -SIZE (rust/crates/whoami-1.4.1.crate) = 19677 -SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 -SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 -SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 -SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 -SHA256 (rust/crates/winapi-util-0.1.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178 -SIZE (rust/crates/winapi-util-0.1.5.crate) = 10164 -SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f -SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 -SHA256 (rust/crates/windows-0.48.0.crate) = e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f -SIZE (rust/crates/windows-0.48.0.crate) = 11864177 -SHA256 (rust/crates/windows-sys-0.42.0.crate) = 5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7 -SIZE (rust/crates/windows-sys-0.42.0.crate) = 3006791 -SHA256 (rust/crates/windows-sys-0.45.0.crate) = 75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0 -SIZE (rust/crates/windows-sys-0.45.0.crate) = 2568659 -SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 -SIZE (rust/crates/windows-sys-0.48.0.crate) = 2628884 -SHA256 (rust/crates/windows-targets-0.42.2.crate) = 8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071 -SIZE (rust/crates/windows-targets-0.42.2.crate) = 5492 -SHA256 (rust/crates/windows-targets-0.48.0.crate) = 7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5 -SIZE (rust/crates/windows-targets-0.48.0.crate) = 7466 -SHA256 (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8 -SIZE (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 364071 -SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.0.crate) = 91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc -SIZE (rust/crates/windows_aarch64_gnullvm-0.48.0.crate) = 366543 -SHA256 (rust/crates/windows_aarch64_msvc-0.42.2.crate) = e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43 -SIZE (rust/crates/windows_aarch64_msvc-0.42.2.crate) = 666981 -SHA256 (rust/crates/windows_aarch64_msvc-0.48.0.crate) = b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3 -SIZE (rust/crates/windows_aarch64_msvc-0.48.0.crate) = 671479 -SHA256 (rust/crates/windows_i686_gnu-0.42.2.crate) = c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f -SIZE (rust/crates/windows_i686_gnu-0.42.2.crate) = 736236 -SHA256 (rust/crates/windows_i686_gnu-0.48.0.crate) = 622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241 -SIZE (rust/crates/windows_i686_gnu-0.48.0.crate) = 741490 -SHA256 (rust/crates/windows_i686_msvc-0.42.2.crate) = 44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060 -SIZE (rust/crates/windows_i686_msvc-0.42.2.crate) = 724951 -SHA256 (rust/crates/windows_i686_msvc-0.48.0.crate) = 4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00 -SIZE (rust/crates/windows_i686_msvc-0.48.0.crate) = 730056 -SHA256 (rust/crates/windows_x86_64_gnu-0.42.2.crate) = 8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36 -SIZE (rust/crates/windows_x86_64_gnu-0.42.2.crate) = 699373 -SHA256 (rust/crates/windows_x86_64_gnu-0.48.0.crate) = ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1 -SIZE (rust/crates/windows_x86_64_gnu-0.48.0.crate) = 703595 -SHA256 (rust/crates/windows_x86_64_gnullvm-0.42.2.crate) = 26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3 -SIZE (rust/crates/windows_x86_64_gnullvm-0.42.2.crate) = 364068 -SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.0.crate) = 7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953 -SIZE (rust/crates/windows_x86_64_gnullvm-0.48.0.crate) = 366536 -SHA256 (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0 -SIZE (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 666936 -SHA256 (rust/crates/windows_x86_64_msvc-0.48.0.crate) = 1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a -SIZE (rust/crates/windows_x86_64_msvc-0.48.0.crate) = 671422 -SHA256 (rust/crates/winnow-0.4.6.crate) = 61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699 -SIZE (rust/crates/winnow-0.4.6.crate) = 142565 -SHA256 (rust/crates/winreg-0.50.0.crate) = 524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1 -SIZE (rust/crates/winreg-0.50.0.crate) = 29703 -SHA256 (rust/crates/winreg-0.52.0.crate) = a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5 -SIZE (rust/crates/winreg-0.52.0.crate) = 30148 -SHA256 (rust/crates/wrapcenum-derive-0.4.0.crate) = 6bcc065c85ad2c3bd12aa4118bf164835712e25080c392557801a13292c60aec -SIZE (rust/crates/wrapcenum-derive-0.4.0.crate) = 7281 -SHA256 (rust/crates/yaml-rust-0.4.5.crate) = 56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85 -SIZE (rust/crates/yaml-rust-0.4.5.crate) = 47783 -SHA256 (rust/crates/yarn-lock-parser-0.7.0.crate) = 7d0603904f8482a1a2a038c9f89c75b0e435392513c3abd3d284123381bbe51f -SIZE (rust/crates/yarn-lock-parser-0.7.0.crate) = 9416 -SHA256 (rust/crates/zerocopy-0.7.32.crate) = 74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be -SIZE (rust/crates/zerocopy-0.7.32.crate) = 151096 -SHA256 (rust/crates/zerocopy-derive-0.7.32.crate) = 9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6 -SIZE (rust/crates/zerocopy-derive-0.7.32.crate) = 37623 -SHA256 (rust/crates/zeroize-1.7.0.crate) = 525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d -SIZE (rust/crates/zeroize-1.7.0.crate) = 19039 -SHA256 (rust/crates/zip-0.6.6.crate) = 760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261 -SIZE (rust/crates/zip-0.6.6.crate) = 65789 -SHA256 (rust/crates/zstd-0.12.4.crate) = 1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c -SIZE (rust/crates/zstd-0.12.4.crate) = 30434 -SHA256 (rust/crates/zstd-safe-6.0.6.crate) = ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581 -SIZE (rust/crates/zstd-safe-6.0.6.crate) = 20828 -SHA256 (rust/crates/zstd-sys-2.0.8+zstd.1.5.5.crate) = 5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c -SIZE (rust/crates/zstd-sys-2.0.8+zstd.1.5.5.crate) = 736270 -SHA256 (tree-sitter-tree-sitter-cpp-a71474021410973b29bfe99440d57bcd750246b1_GH0.tar.gz) = dbb423572f2ab96c868450afffa1804c6d718c69e407d2d372f94f32e477341d -SIZE (tree-sitter-tree-sitter-cpp-a71474021410973b29bfe99440d57bcd750246b1_GH0.tar.gz) = 1058667 -SHA256 (wsxiaoys-apalis-91526e811607ec72ab83583547c0e8005c24d394_GH0.tar.gz) = d8336fe1c971c9195623390420cc6155c89537980db6626b73051917d2f9bae7 -SIZE (wsxiaoys-apalis-91526e811607ec72ab83583547c0e8005c24d394_GH0.tar.gz) = 80019 -SHA256 (tree-sitter-tree-sitter-c-212a80f86452bb1316324fa0db730cf52f29e05a_GH0.tar.gz) = b01f1f35fbac8c2f724e5ae2cdbda6b9f0f340fbc16a34c90be7b017d6b006a0 -SIZE (tree-sitter-tree-sitter-c-212a80f86452bb1316324fa0db730cf52f29e05a_GH0.tar.gz) = 356793 -SHA256 (JoranHonig-tree-sitter-solidity-b239a95f94cfcc6e7b3e961bc73a28d55e214f02_GH0.tar.gz) = 8fa25700b1db18045a034200c7cbff7e4ef9af49d546d5a0b8ba4ff5e68af103 -SIZE (JoranHonig-tree-sitter-solidity-b239a95f94cfcc6e7b3e961bc73a28d55e214f02_GH0.tar.gz) = 193598 -SHA256 (TabbyML-tabby-v0.11.1_GH0.tar.gz) = de9f63b2685abd382ace82de950051f4fca9c2b2dbcbcbece364876cafb39b4b -SIZE (TabbyML-tabby-v0.11.1_GH0.tar.gz) = 5254485 -SHA256 (ggerganov-llama.cpp-9aa6724_GH0.tar.gz) = 203753b4b7e9077df55100b457a3c1bda59ed4c5219c6babc3431a29cf07b837 -SIZE (ggerganov-llama.cpp-9aa6724_GH0.tar.gz) = 20102183 +TIMESTAMP = 1757090186 +SHA256 (tabby/v5.17.14.zip) = 481244d0812097b11fbaeef79f71d942b171617f9c9f9514e63acbe13e71ccdc +SIZE (tabby/v5.17.14.zip) = 4388280 +SHA256 (tabby/rust/crates/addr2line-0.21.0.crate) = 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb +SIZE (tabby/rust/crates/addr2line-0.21.0.crate) = 40807 +SHA256 (tabby/rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe +SIZE (tabby/rust/crates/adler-1.0.2.crate) = 12778 +SHA256 (tabby/rust/crates/ahash-0.8.11.crate) = e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011 +SIZE (tabby/rust/crates/ahash-0.8.11.crate) = 43607 +SHA256 (tabby/rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 +SIZE (tabby/rust/crates/aho-corasick-1.1.3.crate) = 183311 +SHA256 (tabby/rust/crates/allocator-api2-0.2.18.crate) = 5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f +SIZE (tabby/rust/crates/allocator-api2-0.2.18.crate) = 62504 +SHA256 (tabby/rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0 +SIZE (tabby/rust/crates/android-tzdata-0.1.1.crate) = 7674 +SHA256 (tabby/rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 +SIZE (tabby/rust/crates/android_system_properties-0.1.5.crate) = 5243 +SHA256 (tabby/rust/crates/anstream-0.6.14.crate) = 418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b +SIZE (tabby/rust/crates/anstream-0.6.14.crate) = 29160 +SHA256 (tabby/rust/crates/anstyle-1.0.7.crate) = 038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b +SIZE (tabby/rust/crates/anstyle-1.0.7.crate) = 15709 +SHA256 (tabby/rust/crates/anstyle-parse-0.2.4.crate) = c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4 +SIZE (tabby/rust/crates/anstyle-parse-0.2.4.crate) = 23069 +SHA256 (tabby/rust/crates/anstyle-query-1.0.3.crate) = a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5 +SIZE (tabby/rust/crates/anstyle-query-1.0.3.crate) = 9742 +SHA256 (tabby/rust/crates/anstyle-wincon-3.0.3.crate) = 61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19 +SIZE (tabby/rust/crates/anstyle-wincon-3.0.3.crate) = 12179 +SHA256 (tabby/rust/crates/anyhow-1.0.86.crate) = b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da +SIZE (tabby/rust/crates/anyhow-1.0.86.crate) = 46741 +SHA256 (tabby/rust/crates/arbitrary-1.4.1.crate) = dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223 +SIZE (tabby/rust/crates/arbitrary-1.4.1.crate) = 36816 +SHA256 (tabby/rust/crates/arc-swap-1.7.1.crate) = 69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457 +SIZE (tabby/rust/crates/arc-swap-1.7.1.crate) = 68512 +SHA256 (tabby/rust/crates/argon2-0.5.3.crate) = 3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072 +SIZE (tabby/rust/crates/argon2-0.5.3.crate) = 28795 +SHA256 (tabby/rust/crates/ascii-0.9.3.crate) = eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e +SIZE (tabby/rust/crates/ascii-0.9.3.crate) = 28283 +SHA256 (tabby/rust/crates/assert-json-diff-2.0.2.crate) = 47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12 +SIZE (tabby/rust/crates/assert-json-diff-2.0.2.crate) = 10874 +SHA256 (tabby/rust/crates/assert_matches-1.5.0.crate) = 9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9 +SIZE (tabby/rust/crates/assert_matches-1.5.0.crate) = 7761 +SHA256 (tabby/rust/crates/async-convert-1.0.0.crate) = 6d416feee97712e43152cd42874de162b8f9b77295b1c85e5d92725cc8310bae +SIZE (tabby/rust/crates/async-convert-1.0.0.crate) = 10396 +SHA256 (tabby/rust/crates/async-openai-alt-0.26.2.crate) = 76ec478b16393f68acab53c252f3de7d8e7047c4ef63e8f17315f4e6afc08d9c +SIZE (tabby/rust/crates/async-openai-alt-0.26.2.crate) = 71597 +SHA256 (tabby/rust/crates/async-stream-0.3.5.crate) = cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51 +SIZE (tabby/rust/crates/async-stream-0.3.5.crate) = 11916 +SHA256 (tabby/rust/crates/async-stream-impl-0.3.5.crate) = 16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193 +SIZE (tabby/rust/crates/async-stream-impl-0.3.5.crate) = 4173 +SHA256 (tabby/rust/crates/async-trait-0.1.80.crate) = c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca +SIZE (tabby/rust/crates/async-trait-0.1.80.crate) = 28775 +SHA256 (tabby/rust/crates/atoi-2.0.0.crate) = f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528 +SIZE (tabby/rust/crates/atoi-2.0.0.crate) = 7785 +SHA256 (tabby/rust/crates/atomic-waker-1.1.2.crate) = 1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0 +SIZE (tabby/rust/crates/atomic-waker-1.1.2.crate) = 12422 +SHA256 (tabby/rust/crates/atomic-write-file-0.1.4.crate) = cbf54d4588732bdfc5ebc3eb9f74f20e027112fc31de412fc7ff0cd1c6896dae +SIZE (tabby/rust/crates/atomic-write-file-0.1.4.crate) = 16462 +SHA256 (tabby/rust/crates/auto_enums-0.8.5.crate) = 1899bfcfd9340ceea3533ea157360ba8fa864354eccbceab58e1006ecab35393 +SIZE (tabby/rust/crates/auto_enums-0.8.5.crate) = 53818 +SHA256 (tabby/rust/crates/autocfg-1.3.0.crate) = 0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0 +SIZE (tabby/rust/crates/autocfg-1.3.0.crate) = 16524 +SHA256 (tabby/rust/crates/axum-0.7.5.crate) = 3a6c9af12842a67734c9a2e355436e5d03b22383ed60cf13cd0c18fbfe3dcbcf +SIZE (tabby/rust/crates/axum-0.7.5.crate) = 151429 +SHA256 (tabby/rust/crates/axum-0.8.3.crate) = de45108900e1f9b9242f7f2e254aa3e2c029c921c258fe9e6b4217eeebd54288 +SIZE (tabby/rust/crates/axum-0.8.3.crate) = 173592 +SHA256 (tabby/rust/crates/axum-core-0.4.3.crate) = a15c63fd72d41492dc4f497196f5da1fb04fb7529e631d73630d1b491e47a2e3 +SIZE (tabby/rust/crates/axum-core-0.4.3.crate) = 21877 +SHA256 (tabby/rust/crates/axum-core-0.5.2.crate) = 68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6 +SIZE (tabby/rust/crates/axum-core-0.5.2.crate) = 26212 +SHA256 (tabby/rust/crates/axum-extra-0.10.1.crate) = 45bf463831f5131b7d3c756525b305d40f1185b688565648a92e1392ca35713d +SIZE (tabby/rust/crates/axum-extra-0.10.1.crate) = 66375 +SHA256 (tabby/rust/crates/axum-prometheus-0.6.1.crate) = b683cbc43010e9a3d72c2f31ca464155ff4f95819e88a32924b0f47a43898978 +SIZE (tabby/rust/crates/axum-prometheus-0.6.1.crate) = 18699 +SHA256 (tabby/rust/crates/backoff-0.4.0.crate) = b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1 +SIZE (tabby/rust/crates/backoff-0.4.0.crate) = 26738 +SHA256 (tabby/rust/crates/backtrace-0.3.71.crate) = 26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d +SIZE (tabby/rust/crates/backtrace-0.3.71.crate) = 86553 +SHA256 (tabby/rust/crates/base64-0.21.7.crate) = 9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567 +SIZE (tabby/rust/crates/base64-0.21.7.crate) = 82576 +SHA256 (tabby/rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 +SIZE (tabby/rust/crates/base64-0.22.1.crate) = 81597 +SHA256 (tabby/rust/crates/base64ct-1.6.0.crate) = 8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b +SIZE (tabby/rust/crates/base64ct-1.6.0.crate) = 28870 +SHA256 (tabby/rust/crates/bincode-1.3.3.crate) = b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad +SIZE (tabby/rust/crates/bincode-1.3.3.crate) = 28958 +SHA256 (tabby/rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a +SIZE (tabby/rust/crates/bitflags-1.3.2.crate) = 23021 +SHA256 (tabby/rust/crates/bitflags-2.6.0.crate) = b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de +SIZE (tabby/rust/crates/bitflags-2.6.0.crate) = 45357 +SHA256 (tabby/rust/crates/bitpacking-0.9.2.crate) = 4c1d3e2bfd8d06048a179f7b17afc3188effa10385e7b00dc65af6aae732ea92 +SIZE (tabby/rust/crates/bitpacking-0.9.2.crate) = 23049 +SHA256 (tabby/rust/crates/blake2-0.10.6.crate) = 46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe +SIZE (tabby/rust/crates/blake2-0.10.6.crate) = 47234 +SHA256 (tabby/rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 +SIZE (tabby/rust/crates/block-buffer-0.10.4.crate) = 10538 +SHA256 (tabby/rust/crates/bstr-1.9.1.crate) = 05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706 +SIZE (tabby/rust/crates/bstr-1.9.1.crate) = 380305 +SHA256 (tabby/rust/crates/build-target-0.4.0.crate) = 832133bbabbbaa9fbdba793456a2827627a7d2b8fb96032fa1e7666d7895832b +SIZE (tabby/rust/crates/build-target-0.4.0.crate) = 7460 +SHA256 (tabby/rust/crates/bumpalo-3.17.0.crate) = 1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf +SIZE (tabby/rust/crates/bumpalo-3.17.0.crate) = 91975 +SHA256 (tabby/rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b +SIZE (tabby/rust/crates/byteorder-1.5.0.crate) = 23288 +SHA256 (tabby/rust/crates/bytes-1.10.1.crate) = d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a +SIZE (tabby/rust/crates/bytes-1.10.1.crate) = 76779 +SHA256 (tabby/rust/crates/cached-0.49.3.crate) = 8e8e463fceca5674287f32d252fb1d94083758b8709c160efae66d263e5f4eba +SIZE (tabby/rust/crates/cached-0.49.3.crate) = 60987 +SHA256 (tabby/rust/crates/cached_proc_macro-0.20.0.crate) = ad9f16c0d84de31a2ab7fdf5f7783c14631f7075cf464eb3bb43119f61c9cb2a +SIZE (tabby/rust/crates/cached_proc_macro-0.20.0.crate) = 10235 +SHA256 (tabby/rust/crates/cached_proc_macro_types-0.1.1.crate) = ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0 +SIZE (tabby/rust/crates/cached_proc_macro_types-0.1.1.crate) = 1813 +SHA256 (tabby/rust/crates/cc-1.0.98.crate) = 41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f +SIZE (tabby/rust/crates/cc-1.0.98.crate) = 76780 +SHA256 (tabby/rust/crates/census-0.4.2.crate) = 4f4c707c6a209cbe82d10abd08e1ea8995e9ea937d2550646e02798948992be0 +SIZE (tabby/rust/crates/census-0.4.2.crate) = 6883 +SHA256 (tabby/rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd +SIZE (tabby/rust/crates/cfg-if-1.0.0.crate) = 7934 +SHA256 (tabby/rust/crates/cfg_aliases-0.1.1.crate) = fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e +SIZE (tabby/rust/crates/cfg_aliases-0.1.1.crate) = 6009 +SHA256 (tabby/rust/crates/chrono-0.4.38.crate) = a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401 +SIZE (tabby/rust/crates/chrono-0.4.38.crate) = 220559 +SHA256 (tabby/rust/crates/chumsky-0.9.3.crate) = 8eebd66744a15ded14960ab4ccdbfb51ad3b81f51f3f04a80adac98c985396c9 +SIZE (tabby/rust/crates/chumsky-0.9.3.crate) = 75112 +SHA256 (tabby/rust/crates/clap-4.5.4.crate) = 90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0 +SIZE (tabby/rust/crates/clap-4.5.4.crate) = 55401 +SHA256 (tabby/rust/crates/clap_builder-4.5.2.crate) = ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4 +SIZE (tabby/rust/crates/clap_builder-4.5.2.crate) = 163566 +SHA256 (tabby/rust/crates/clap_derive-4.5.4.crate) = 528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64 +SIZE (tabby/rust/crates/clap_derive-4.5.4.crate) = 29159 +SHA256 (tabby/rust/crates/clap_lex-0.7.0.crate) = 98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce +SIZE (tabby/rust/crates/clap_lex-0.7.0.crate) = 11915 +SHA256 (tabby/rust/crates/clocksource-0.8.1.crate) = 129026dd5a8a9592d96916258f3a5379589e513ea5e86aeb0bd2530286e44e9e +SIZE (tabby/rust/crates/clocksource-0.8.1.crate) = 14937 +SHA256 (tabby/rust/crates/cmake-0.1.50.crate) = a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130 +SIZE (tabby/rust/crates/cmake-0.1.50.crate) = 16748 +SHA256 (tabby/rust/crates/color-eyre-0.6.3.crate) = 55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5 +SIZE (tabby/rust/crates/color-eyre-0.6.3.crate) = 636041 +SHA256 (tabby/rust/crates/color-spantrace-0.2.1.crate) = cd6be1b2a7e382e2b98b43b2adcca6bb0e465af0bdd38123873ae61eb17a72c2 +SIZE (tabby/rust/crates/color-spantrace-0.2.1.crate) = 189095 +SHA256 (tabby/rust/crates/colorchoice-1.0.1.crate) = 0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422 +SIZE (tabby/rust/crates/colorchoice-1.0.1.crate) = 7895 +SHA256 (tabby/rust/crates/combine-3.8.1.crate) = da3da6baa321ec19e1cc41d31bf599f00c783d0517095cdaf0332e3fe8d20680 +SIZE (tabby/rust/crates/combine-3.8.1.crate) = 103773 +SHA256 (tabby/rust/crates/console-0.15.8.crate) = 0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb +SIZE (tabby/rust/crates/console-0.15.8.crate) = 36364 +SHA256 (tabby/rust/crates/const-oid-0.9.6.crate) = c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8 +SIZE (tabby/rust/crates/const-oid-0.9.6.crate) = 45382 +SHA256 (tabby/rust/crates/convert_case-0.4.0.crate) = 6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e +SIZE (tabby/rust/crates/convert_case-0.4.0.crate) = 8098 +SHA256 (tabby/rust/crates/core-foundation-0.9.4.crate) = 91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f +SIZE (tabby/rust/crates/core-foundation-0.9.4.crate) = 27743 +SHA256 (tabby/rust/crates/core-foundation-0.10.0.crate) = b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63 +SIZE (tabby/rust/crates/core-foundation-0.10.0.crate) = 27023 +SHA256 (tabby/rust/crates/core-foundation-sys-0.8.7.crate) = 773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b +SIZE (tabby/rust/crates/core-foundation-sys-0.8.7.crate) = 37712 +SHA256 (tabby/rust/crates/cpufeatures-0.2.12.crate) = 53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504 +SIZE (tabby/rust/crates/cpufeatures-0.2.12.crate) = 12837 +SHA256 (tabby/rust/crates/crc-3.2.1.crate) = 69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636 +SIZE (tabby/rust/crates/crc-3.2.1.crate) = 15070 +SHA256 (tabby/rust/crates/crc-catalog-2.4.0.crate) = 19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5 +SIZE (tabby/rust/crates/crc-catalog-2.4.0.crate) = 10155 +SHA256 (tabby/rust/crates/crc32fast-1.4.2.crate) = a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3 +SIZE (tabby/rust/crates/crc32fast-1.4.2.crate) = 38491 +SHA256 (tabby/rust/crates/cron-0.12.1.crate) = 6f8c3e73077b4b4a6ab1ea5047c37c57aee77657bc8ecd6f29b0af082d0b0c07 +SIZE (tabby/rust/crates/cron-0.12.1.crate) = 18702 +SHA256 (tabby/rust/crates/crossbeam-channel-0.5.13.crate) = 33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2 +SIZE (tabby/rust/crates/crossbeam-channel-0.5.13.crate) = 91174 +SHA256 (tabby/rust/crates/crossbeam-deque-0.8.5.crate) = 613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d +SIZE (tabby/rust/crates/crossbeam-deque-0.8.5.crate) = 21726 +SHA256 (tabby/rust/crates/crossbeam-epoch-0.9.18.crate) = 5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e +SIZE (tabby/rust/crates/crossbeam-epoch-0.9.18.crate) = 46875 +SHA256 (tabby/rust/crates/crossbeam-queue-0.3.11.crate) = df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35 +SIZE (tabby/rust/crates/crossbeam-queue-0.3.11.crate) = 15581 +SHA256 (tabby/rust/crates/crossbeam-utils-0.8.21.crate) = d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28 +SIZE (tabby/rust/crates/crossbeam-utils-0.8.21.crate) = 42691 +SHA256 (tabby/rust/crates/crunchy-0.2.2.crate) = 7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7 +SIZE (tabby/rust/crates/crunchy-0.2.2.crate) = 2995 +SHA256 (tabby/rust/crates/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3 +SIZE (tabby/rust/crates/crypto-common-0.1.6.crate) = 8760 +SHA256 (tabby/rust/crates/cssparser-0.27.2.crate) = 754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a +SIZE (tabby/rust/crates/cssparser-0.27.2.crate) = 56792 +SHA256 (tabby/rust/crates/cssparser-macros-0.6.1.crate) = 13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331 +SIZE (tabby/rust/crates/cssparser-macros-0.6.1.crate) = 7914 +SHA256 (tabby/rust/crates/custom_error-1.9.2.crate) = 4f8a51dd197fa6ba5b4dc98a990a43cc13693c23eb0089ebb0fcc1f04152bca6 +SIZE (tabby/rust/crates/custom_error-1.9.2.crate) = 10826 +SHA256 (tabby/rust/crates/darling-0.14.4.crate) = 7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850 +SIZE (tabby/rust/crates/darling-0.14.4.crate) = 25168 +SHA256 (tabby/rust/crates/darling-0.20.9.crate) = 83b2eb4d90d12bdda5ed17de686c2acb4c57914f8f921b8da7e112b5a36f3fe1 +SIZE (tabby/rust/crates/darling-0.20.9.crate) = 31777 +SHA256 (tabby/rust/crates/darling_core-0.14.4.crate) = 109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0 +SIZE (tabby/rust/crates/darling_core-0.14.4.crate) = 57485 +SHA256 (tabby/rust/crates/darling_core-0.20.9.crate) = 622687fe0bac72a04e5599029151f5796111b90f1baaa9b544d807a5e31cd120 +SIZE (tabby/rust/crates/darling_core-0.20.9.crate) = 65014 +SHA256 (tabby/rust/crates/darling_macro-0.14.4.crate) = a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e +SIZE (tabby/rust/crates/darling_macro-0.14.4.crate) = 1896 +SHA256 (tabby/rust/crates/darling_macro-0.20.9.crate) = 733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178 +SIZE (tabby/rust/crates/darling_macro-0.20.9.crate) = 1875 +SHA256 (tabby/rust/crates/dashmap-5.5.3.crate) = 978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856 +SIZE (tabby/rust/crates/dashmap-5.5.3.crate) = 24061 +SHA256 (tabby/rust/crates/data-encoding-2.6.0.crate) = e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2 +SIZE (tabby/rust/crates/data-encoding-2.6.0.crate) = 20769 +SHA256 (tabby/rust/crates/der-0.7.9.crate) = f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0 +SIZE (tabby/rust/crates/der-0.7.9.crate) = 85173 +SHA256 (tabby/rust/crates/deranged-0.3.11.crate) = b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4 +SIZE (tabby/rust/crates/deranged-0.3.11.crate) = 18043 +SHA256 (tabby/rust/crates/derive_arbitrary-1.4.1.crate) = 30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800 +SIZE (tabby/rust/crates/derive_arbitrary-1.4.1.crate) = 11521 +SHA256 (tabby/rust/crates/derive_builder-0.20.0.crate) = 0350b5cb0331628a5916d6c5c0b72e97393b8b6b03b47a9284f4e7f5a405ffd7 +SIZE (tabby/rust/crates/derive_builder-0.20.0.crate) = 36563 +SHA256 (tabby/rust/crates/derive_builder_core-0.20.0.crate) = d48cda787f839151732d396ac69e3473923d54312c070ee21e9effcaa8ca0b1d +SIZE (tabby/rust/crates/derive_builder_core-0.20.0.crate) = 32579 +SHA256 (tabby/rust/crates/derive_builder_macro-0.20.0.crate) = 206868b8242f27cecce124c19fd88157fbd0dd334df2587f36417bafbc85097b +SIZE (tabby/rust/crates/derive_builder_macro-0.20.0.crate) = 6308 +SHA256 (tabby/rust/crates/derive_more-0.99.17.crate) = 4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321 +SIZE (tabby/rust/crates/derive_more-0.99.17.crate) = 55771 +SHA256 (tabby/rust/crates/derive_utils-0.14.1.crate) = 61bb5a1014ce6dfc2a378578509abe775a5aa06bff584a547555d9efdb81b926 +SIZE (tabby/rust/crates/derive_utils-0.14.1.crate) = 15117 +SHA256 (tabby/rust/crates/digest-0.10.7.crate) = 9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292 +SIZE (tabby/rust/crates/digest-0.10.7.crate) = 19557 +SHA256 (tabby/rust/crates/dotenvy-0.15.7.crate) = 1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b +SIZE (tabby/rust/crates/dotenvy-0.15.7.crate) = 20293 +SHA256 (tabby/rust/crates/downcast-rs-1.2.1.crate) = 75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2 +SIZE (tabby/rust/crates/downcast-rs-1.2.1.crate) = 11821 +SHA256 (tabby/rust/crates/dtoa-1.0.9.crate) = dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653 +SIZE (tabby/rust/crates/dtoa-1.0.9.crate) = 17002 +SHA256 (tabby/rust/crates/dtoa-short-0.3.4.crate) = dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74 +SIZE (tabby/rust/crates/dtoa-short-0.3.4.crate) = 8276 +SHA256 (tabby/rust/crates/either-1.12.0.crate) = 3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b +SIZE (tabby/rust/crates/either-1.12.0.crate) = 18974 +SHA256 (tabby/rust/crates/email-encoding-0.3.0.crate) = 60d1d33cdaede7e24091f039632eb5d3c7469fe5b066a985281a34fc70fa317f +SIZE (tabby/rust/crates/email-encoding-0.3.0.crate) = 15601 +SHA256 (tabby/rust/crates/email_address-0.2.4.crate) = e2153bd83ebc09db15bcbdc3e2194d901804952e3dc96967e1cd3b0c5c32d112 +SIZE (tabby/rust/crates/email_address-0.2.4.crate) = 12772 +SHA256 (tabby/rust/crates/encode_unicode-0.3.6.crate) = a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f +SIZE (tabby/rust/crates/encode_unicode-0.3.6.crate) = 45741 +SHA256 (tabby/rust/crates/encoder-0.2.4.crate) = 03f6928ad5c6efcdae42eb068dff8a555ef2f057c92bbd491ddf5610f6444987 +SIZE (tabby/rust/crates/encoder-0.2.4.crate) = 15278 +SHA256 (tabby/rust/crates/encoder-ryu-1.0.16.crate) = 5e27addc39f5f73c85604bfe21b59fe93717f9765194015d92bde1db11e8ccef +SIZE (tabby/rust/crates/encoder-ryu-1.0.16.crate) = 47390 +SHA256 (tabby/rust/crates/encoding_rs-0.8.34.crate) = b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59 +SIZE (tabby/rust/crates/encoding_rs-0.8.34.crate) = 1378166 +SHA256 (tabby/rust/crates/encoding_rs_io-0.1.7.crate) = 1cc3c5651fb62ab8aa3103998dade57efdd028544bd300516baa31840c252a83 +SIZE (tabby/rust/crates/encoding_rs_io-0.1.7.crate) = 16969 +SHA256 (tabby/rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 +SIZE (tabby/rust/crates/equivalent-1.0.1.crate) = 6615 +SHA256 (tabby/rust/crates/errno-0.3.9.crate) = 534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba +SIZE (tabby/rust/crates/errno-0.3.9.crate) = 10690 +SHA256 (tabby/rust/crates/etcetera-0.8.0.crate) = 136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943 +SIZE (tabby/rust/crates/etcetera-0.8.0.crate) = 13295 +SHA256 (tabby/rust/crates/event-listener-2.5.3.crate) = 0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0 +SIZE (tabby/rust/crates/event-listener-2.5.3.crate) = 15392 +SHA256 (tabby/rust/crates/eventsource-stream-0.2.3.crate) = 74fef4569247a5f429d9156b9d0a2599914385dd189c539334c625d8099d90ab +SIZE (tabby/rust/crates/eventsource-stream-0.2.3.crate) = 15033 +SHA256 (tabby/rust/crates/eyre-0.6.12.crate) = 7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec +SIZE (tabby/rust/crates/eyre-0.6.12.crate) = 45330 +SHA256 (tabby/rust/crates/fastdivide-0.4.1.crate) = 59668941c55e5c186b8b58c391629af56774ec768f73c08bbcd56f09348eb00b +SIZE (tabby/rust/crates/fastdivide-0.4.1.crate) = 6118 +SHA256 (tabby/rust/crates/fastrand-2.1.0.crate) = 9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a +SIZE (tabby/rust/crates/fastrand-2.1.0.crate) = 14907 +SHA256 (tabby/rust/crates/fid-rs-0.1.1.crate) = 6c28658c0c3420305705adde833a0d2d614207507d013a5f25707553fb2ae2cd +SIZE (tabby/rust/crates/fid-rs-0.1.1.crate) = 24779 +SHA256 (tabby/rust/crates/flate2-1.0.30.crate) = 5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae +SIZE (tabby/rust/crates/flate2-1.0.30.crate) = 75511 +SHA256 (tabby/rust/crates/float-cmp-0.9.0.crate) = 98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4 +SIZE (tabby/rust/crates/float-cmp-0.9.0.crate) = 10102 +SHA256 (tabby/rust/crates/flume-0.11.0.crate) = 55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181 +SIZE (tabby/rust/crates/flume-0.11.0.crate) = 67502 +SHA256 (tabby/rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 +SIZE (tabby/rust/crates/fnv-1.0.7.crate) = 11266 +SHA256 (tabby/rust/crates/foreign-types-0.3.2.crate) = f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1 +SIZE (tabby/rust/crates/foreign-types-0.3.2.crate) = 7504 +SHA256 (tabby/rust/crates/foreign-types-shared-0.1.1.crate) = 00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b +SIZE (tabby/rust/crates/foreign-types-shared-0.1.1.crate) = 5672 +SHA256 (tabby/rust/crates/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 +SIZE (tabby/rust/crates/form_urlencoded-1.2.1.crate) = 8969 +SHA256 (tabby/rust/crates/fs4-0.8.3.crate) = 73969b81e8bc90a3828d913dd3973d80771bfb9d7fbe1a78a79122aad456af15 +SIZE (tabby/rust/crates/fs4-0.8.3.crate) = 18502 +SHA256 (tabby/rust/crates/fs_extra-1.3.0.crate) = 42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c +SIZE (tabby/rust/crates/fs_extra-1.3.0.crate) = 31298 +SHA256 (tabby/rust/crates/fslock-0.2.1.crate) = 04412b8935272e3a9bae6f48c7bfff74c2911f60525404edfdd28e49884c3bfb +SIZE (tabby/rust/crates/fslock-0.2.1.crate) = 13463 +SHA256 (tabby/rust/crates/futf-0.1.5.crate) = df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843 +SIZE (tabby/rust/crates/futf-0.1.5.crate) = 11344 +SHA256 (tabby/rust/crates/futures-0.3.30.crate) = 645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0 +SIZE (tabby/rust/crates/futures-0.3.30.crate) = 53828 +SHA256 (tabby/rust/crates/futures-channel-0.3.30.crate) = eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78 +SIZE (tabby/rust/crates/futures-channel-0.3.30.crate) = 31736 +SHA256 (tabby/rust/crates/futures-core-0.3.30.crate) = dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d +SIZE (tabby/rust/crates/futures-core-0.3.30.crate) = 14071 +SHA256 (tabby/rust/crates/futures-executor-0.3.30.crate) = a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d +SIZE (tabby/rust/crates/futures-executor-0.3.30.crate) = 17744 +SHA256 (tabby/rust/crates/futures-intrusive-0.5.0.crate) = 1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f +SIZE (tabby/rust/crates/futures-intrusive-0.5.0.crate) = 85563 +SHA256 (tabby/rust/crates/futures-io-0.3.30.crate) = a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1 +SIZE (tabby/rust/crates/futures-io-0.3.30.crate) = 8910 +SHA256 (tabby/rust/crates/futures-macro-0.3.30.crate) = 87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac +SIZE (tabby/rust/crates/futures-macro-0.3.30.crate) = 11278 +SHA256 (tabby/rust/crates/futures-sink-0.3.30.crate) = 9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5 +SIZE (tabby/rust/crates/futures-sink-0.3.30.crate) = 7852 +SHA256 (tabby/rust/crates/futures-task-0.3.30.crate) = 38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004 +SIZE (tabby/rust/crates/futures-task-0.3.30.crate) = 11126 +SHA256 (tabby/rust/crates/futures-timer-3.0.3.crate) = f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24 +SIZE (tabby/rust/crates/futures-timer-3.0.3.crate) = 19739 +SHA256 (tabby/rust/crates/futures-util-0.3.30.crate) = 3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48 +SIZE (tabby/rust/crates/futures-util-0.3.30.crate) = 159977 +SHA256 (tabby/rust/crates/fxhash-0.2.1.crate) = c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c +SIZE (tabby/rust/crates/fxhash-0.2.1.crate) = 4102 +SHA256 (tabby/rust/crates/generator-0.7.5.crate) = 5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e +SIZE (tabby/rust/crates/generator-0.7.5.crate) = 29947 +SHA256 (tabby/rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a +SIZE (tabby/rust/crates/generic-array-0.14.7.crate) = 15950 +SHA256 (tabby/rust/crates/getrandom-0.1.16.crate) = 8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce +SIZE (tabby/rust/crates/getrandom-0.1.16.crate) = 25077 +SHA256 (tabby/rust/crates/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 +SIZE (tabby/rust/crates/getrandom-0.2.15.crate) = 37163 +SHA256 (tabby/rust/crates/getrandom-0.3.2.crate) = 73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0 +SIZE (tabby/rust/crates/getrandom-0.3.2.crate) = 49140 +SHA256 (tabby/rust/crates/gimli-0.28.1.crate) = 4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253 +SIZE (tabby/rust/crates/gimli-0.28.1.crate) = 270497 +SHA256 (tabby/rust/crates/git2-0.18.3.crate) = 232e6a7bfe35766bf715e55a88b39a700596c0ccfd88cd3680b4cdb40d66ef70 +SIZE (tabby/rust/crates/git2-0.18.3.crate) = 213009 +SHA256 (tabby/rust/crates/gitlab-0.1700.1.crate) = 65f36adc608cffeec1cc08ecf1977c038cbb1af9184b2174ca006ebeb817991c +SIZE (tabby/rust/crates/gitlab-0.1700.1.crate) = 243352 +SHA256 (tabby/rust/crates/glob-0.3.1.crate) = d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b +SIZE (tabby/rust/crates/glob-0.3.1.crate) = 18880 +SHA256 (tabby/rust/crates/globset-0.4.14.crate) = 57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1 +SIZE (tabby/rust/crates/globset-0.4.14.crate) = 25090 +SHA256 (tabby/rust/crates/graphql-introspection-query-0.2.0.crate) = 7f2a4732cf5140bd6c082434494f785a19cfb566ab07d1382c3671f5812fed6d +SIZE (tabby/rust/crates/graphql-introspection-query-0.2.0.crate) = 2664 +SHA256 (tabby/rust/crates/graphql-parser-0.4.0.crate) = d2ebc8013b4426d5b81a4364c419a95ed0b404af2b82e2457de52d9348f0e474 +SIZE (tabby/rust/crates/graphql-parser-0.4.0.crate) = 33100 +SHA256 (tabby/rust/crates/graphql_client-0.14.0.crate) = a50cfdc7f34b7f01909d55c2dcb71d4c13cbcbb4a1605d6c8bd760d654c1144b +SIZE (tabby/rust/crates/graphql_client-0.14.0.crate) = 33497 +SHA256 (tabby/rust/crates/graphql_client_codegen-0.14.0.crate) = 5e27ed0c2cf0c0cc52c6bcf3b45c907f433015e580879d14005386251842fb0a +SIZE (tabby/rust/crates/graphql_client_codegen-0.14.0.crate) = 126059 +SHA256 (tabby/rust/crates/graphql_query_derive-0.14.0.crate) = 83febfa838f898cfa73dfaa7a8eb69ff3409021ac06ee94cfb3d622f6eeb1a97 +SIZE (tabby/rust/crates/graphql_query_derive-0.14.0.crate) = 3500 +SHA256 (tabby/rust/crates/grep-0.3.1.crate) = 6e2b024ec1e686cb64d78beb852030b0e632af93817f1ed25be0173af0e94939 +SIZE (tabby/rust/crates/grep-0.3.1.crate) = 6715 +SHA256 (tabby/rust/crates/grep-cli-0.1.10.crate) = ea40788c059ab8b622c4d074732750bfb3bd2912e2dd58eabc11798a4d5ad725 +SIZE (tabby/rust/crates/grep-cli-0.1.10.crate) = 19376 +SHA256 (tabby/rust/crates/grep-matcher-0.1.7.crate) = 47a3141a10a43acfedc7c98a60a834d7ba00dfe7bec9071cbfc19b55b292ac02 +SIZE (tabby/rust/crates/grep-matcher-0.1.7.crate) = 15609 +SHA256 (tabby/rust/crates/grep-printer-0.2.1.crate) = 743c12a03c8aee38b6e5bd0168d8ebb09345751323df4a01c56e792b1f38ceb2 +SIZE (tabby/rust/crates/grep-printer-0.2.1.crate) = 61272 +SHA256 (tabby/rust/crates/grep-regex-0.1.12.crate) = f748bb135ca835da5cbc67ca0e6955f968db9c5df74ca4f56b18e1ddbc68230d +SIZE (tabby/rust/crates/grep-regex-0.1.12.crate) = 27844 +SHA256 (tabby/rust/crates/grep-searcher-0.1.13.crate) = ba536ae4f69bec62d8839584dd3153d3028ef31bb229f04e09fb5a9e5a193c54 +SIZE (tabby/rust/crates/grep-searcher-0.1.13.crate) = 45303 +SHA256 (tabby/rust/crates/h2-0.4.5.crate) = fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab +SIZE (tabby/rust/crates/h2-0.4.5.crate) = 174166 +SHA256 (tabby/rust/crates/halfbrown-0.2.5.crate) = 8588661a8607108a5ca69cab034063441a0413a0b041c13618a7dd348021ef6f +SIZE (tabby/rust/crates/halfbrown-0.2.5.crate) = 29010 +SHA256 (tabby/rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 +SIZE (tabby/rust/crates/hashbrown-0.12.3.crate) = 102968 +SHA256 (tabby/rust/crates/hashbrown-0.14.5.crate) = e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 +SIZE (tabby/rust/crates/hashbrown-0.14.5.crate) = 141498 +SHA256 (tabby/rust/crates/hashlink-0.8.4.crate) = e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7 +SIZE (tabby/rust/crates/hashlink-0.8.4.crate) = 26514 +SHA256 (tabby/rust/crates/headers-0.4.0.crate) = 322106e6bd0cba2d5ead589ddb8150a13d7c4217cf80d7c4f682ca994ccc6aa9 +SIZE (tabby/rust/crates/headers-0.4.0.crate) = 68864 +SHA256 (tabby/rust/crates/headers-core-0.3.0.crate) = 54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4 +SIZE (tabby/rust/crates/headers-core-0.3.0.crate) = 2333 +SHA256 (tabby/rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 +SIZE (tabby/rust/crates/heck-0.4.1.crate) = 11567 +SHA256 (tabby/rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea +SIZE (tabby/rust/crates/heck-0.5.0.crate) = 11517 +SHA256 (tabby/rust/crates/hermit-abi-0.3.9.crate) = d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024 +SIZE (tabby/rust/crates/hermit-abi-0.3.9.crate) = 16165 +SHA256 (tabby/rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 +SIZE (tabby/rust/crates/hex-0.4.3.crate) = 13299 +SHA256 (tabby/rust/crates/hkdf-0.12.4.crate) = 7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7 +SIZE (tabby/rust/crates/hkdf-0.12.4.crate) = 171163 +SHA256 (tabby/rust/crates/hmac-0.12.1.crate) = 6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e +SIZE (tabby/rust/crates/hmac-0.12.1.crate) = 42657 +SHA256 (tabby/rust/crates/home-0.5.9.crate) = e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5 +SIZE (tabby/rust/crates/home-0.5.9.crate) = 8760 +SHA256 (tabby/rust/crates/hostname-0.4.0.crate) = f9c7c7c8ac16c798734b8a24560c1362120597c40d5e1459f09498f8f6c8f2ba +SIZE (tabby/rust/crates/hostname-0.4.0.crate) = 10632 +SHA256 (tabby/rust/crates/htmd-0.1.0.crate) = 53fff09744b11deed5946dd1b61c806bb9a94ded93cf28da819935599b69b987 +SIZE (tabby/rust/crates/htmd-0.1.0.crate) = 274428 +SHA256 (tabby/rust/crates/html5ever-0.25.2.crate) = e5c13fb08e5d4dfc151ee5e88bae63f7773d61852f3bdc73c9f4b9e1bde03148 +SIZE (tabby/rust/crates/html5ever-0.25.2.crate) = 72780 +SHA256 (tabby/rust/crates/html5ever-0.27.0.crate) = c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4 +SIZE (tabby/rust/crates/html5ever-0.27.0.crate) = 72913 +SHA256 (tabby/rust/crates/htmlescape-0.3.1.crate) = e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163 +SIZE (tabby/rust/crates/htmlescape-0.3.1.crate) = 53226 +SHA256 (tabby/rust/crates/http-0.2.12.crate) = 601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1 +SIZE (tabby/rust/crates/http-0.2.12.crate) = 101964 +SHA256 (tabby/rust/crates/http-1.1.0.crate) = 21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258 +SIZE (tabby/rust/crates/http-1.1.0.crate) = 103144 +SHA256 (tabby/rust/crates/http-body-0.4.6.crate) = 7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2 +SIZE (tabby/rust/crates/http-body-0.4.6.crate) = 10773 +SHA256 (tabby/rust/crates/http-body-1.0.0.crate) = 1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643 +SIZE (tabby/rust/crates/http-body-1.0.0.crate) = 5411 +SHA256 (tabby/rust/crates/http-body-util-0.1.1.crate) = 0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d +SIZE (tabby/rust/crates/http-body-util-0.1.1.crate) = 11930 +SHA256 (tabby/rust/crates/http-range-header-0.4.2.crate) = 9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c +SIZE (tabby/rust/crates/http-range-header-0.4.2.crate) = 8545 +SHA256 (tabby/rust/crates/httparse-1.8.0.crate) = d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904 +SIZE (tabby/rust/crates/httparse-1.8.0.crate) = 29954 +SHA256 (tabby/rust/crates/httpdate-1.0.3.crate) = df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9 +SIZE (tabby/rust/crates/httpdate-1.0.3.crate) = 10639 +SHA256 (tabby/rust/crates/humantime-2.2.0.crate) = 9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f +SIZE (tabby/rust/crates/humantime-2.2.0.crate) = 20646 +SHA256 (tabby/rust/crates/hyper-0.14.28.crate) = bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80 +SIZE (tabby/rust/crates/hyper-0.14.28.crate) = 197204 +SHA256 (tabby/rust/crates/hyper-1.3.1.crate) = fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d +SIZE (tabby/rust/crates/hyper-1.3.1.crate) = 148763 +SHA256 (tabby/rust/crates/hyper-rustls-0.26.0.crate) = a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c +SIZE (tabby/rust/crates/hyper-rustls-0.26.0.crate) = 29538 +SHA256 (tabby/rust/crates/hyper-rustls-0.27.3.crate) = 08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333 +SIZE (tabby/rust/crates/hyper-rustls-0.27.3.crate) = 34834 +SHA256 (tabby/rust/crates/hyper-timeout-0.5.1.crate) = 3203a961e5c83b6f5498933e78b6b263e208c197b63e9c6c53cc82ffd3f63793 +SIZE (tabby/rust/crates/hyper-timeout-0.5.1.crate) = 17727 +SHA256 (tabby/rust/crates/hyper-tls-0.6.0.crate) = 70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0 +SIZE (tabby/rust/crates/hyper-tls-0.6.0.crate) = 15052 +SHA256 (tabby/rust/crates/hyper-util-0.1.5.crate) = 7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56 +SIZE (tabby/rust/crates/hyper-util-0.1.5.crate) = 69740 +SHA256 (tabby/rust/crates/iana-time-zone-0.1.60.crate) = e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141 +SIZE (tabby/rust/crates/iana-time-zone-0.1.60.crate) = 27074 +SHA256 (tabby/rust/crates/iana-time-zone-haiku-0.1.2.crate) = f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f +SIZE (tabby/rust/crates/iana-time-zone-haiku-0.1.2.crate) = 7185 +SHA256 (tabby/rust/crates/ident_case-1.0.1.crate) = b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39 +SIZE (tabby/rust/crates/ident_case-1.0.1.crate) = 3492 +SHA256 (tabby/rust/crates/idna-0.5.0.crate) = 634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6 +SIZE (tabby/rust/crates/idna-0.5.0.crate) = 271940 +SHA256 (tabby/rust/crates/ignore-0.4.22.crate) = b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1 +SIZE (tabby/rust/crates/ignore-0.4.22.crate) = 55462 +SHA256 (tabby/rust/crates/indenter-0.3.3.crate) = ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683 +SIZE (tabby/rust/crates/indenter-0.3.3.crate) = 6587 +SHA256 (tabby/rust/crates/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 +SIZE (tabby/rust/crates/indexmap-1.9.3.crate) = 54653 +SHA256 (tabby/rust/crates/indexmap-2.2.6.crate) = 168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26 +SIZE (tabby/rust/crates/indexmap-2.2.6.crate) = 82420 +SHA256 (tabby/rust/crates/indicatif-0.17.8.crate) = 763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3 +SIZE (tabby/rust/crates/indicatif-0.17.8.crate) = 64869 +SHA256 (tabby/rust/crates/insta-1.39.0.crate) = 810ae6042d48e2c9e9215043563a58a80b877bc863228a74cf10c49d4620a6f5 +SIZE (tabby/rust/crates/insta-1.39.0.crate) = 87049 +SHA256 (tabby/rust/crates/instant-0.1.13.crate) = e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222 +SIZE (tabby/rust/crates/instant-0.1.13.crate) = 6305 +SHA256 (tabby/rust/crates/ipnet-2.9.0.crate) = 8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3 +SIZE (tabby/rust/crates/ipnet-2.9.0.crate) = 27627 +SHA256 (tabby/rust/crates/iri-string-0.7.2.crate) = 7f5f6c2df22c009ac44f6f1499308e7a3ac7ba42cd2378475cc691510e1eef1b +SIZE (tabby/rust/crates/iri-string-0.7.2.crate) = 134381 +SHA256 (tabby/rust/crates/is_terminal_polyfill-1.70.0.crate) = f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800 +SIZE (tabby/rust/crates/is_terminal_polyfill-1.70.0.crate) = 7451 +SHA256 (tabby/rust/crates/itertools-0.12.1.crate) = ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569 +SIZE (tabby/rust/crates/itertools-0.12.1.crate) = 137761 +SHA256 (tabby/rust/crates/itertools-0.13.0.crate) = 413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186 +SIZE (tabby/rust/crates/itertools-0.13.0.crate) = 146261 +SHA256 (tabby/rust/crates/itoa-0.4.8.crate) = b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4 +SIZE (tabby/rust/crates/itoa-0.4.8.crate) = 11926 +SHA256 (tabby/rust/crates/itoa-1.0.11.crate) = 49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b +SIZE (tabby/rust/crates/itoa-1.0.11.crate) = 10563 +SHA256 (tabby/rust/crates/jobserver-0.1.31.crate) = d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e +SIZE (tabby/rust/crates/jobserver-0.1.31.crate) = 27306 +SHA256 (tabby/rust/crates/js-sys-0.3.69.crate) = 29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d +SIZE (tabby/rust/crates/js-sys-0.3.69.crate) = 81083 +SHA256 (tabby/rust/crates/jsonwebtoken-9.3.0.crate) = b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f +SIZE (tabby/rust/crates/jsonwebtoken-9.3.0.crate) = 48987 +SHA256 (tabby/rust/crates/juniper-0.16.1.crate) = 943306315b1a7a03d27af9dfb0c288d9f4da8830c17df4bceb7d50a47da0982c +SIZE (tabby/rust/crates/juniper-0.16.1.crate) = 185292 +SHA256 (tabby/rust/crates/juniper_axum-0.2.0.crate) = f63fb283e7f51b7f8ed9c012f3b4c4d4c8c9423e277d06162ceb1c3bc9628aa8 +SIZE (tabby/rust/crates/juniper_axum-0.2.0.crate) = 23544 +SHA256 (tabby/rust/crates/juniper_codegen-0.16.0.crate) = 760dbe46660494d469023d661e8d268f413b2cb68c999975dcc237407096a693 +SIZE (tabby/rust/crates/juniper_codegen-0.16.0.crate) = 82979 +SHA256 (tabby/rust/crates/juniper_graphql_ws-0.4.0.crate) = 709eb11c716072f5c9fcbfa705dd684bd3c070943102f9fc56ccb812a36ba017 +SIZE (tabby/rust/crates/juniper_graphql_ws-0.4.0.crate) = 21720 +SHA256 (tabby/rust/crates/juniper_subscriptions-0.17.0.crate) = e6208a839bd4ca2131924a238311d088d6604ea267c0917903392bad7b70a92c +SIZE (tabby/rust/crates/juniper_subscriptions-0.17.0.crate) = 9908 +SHA256 (tabby/rust/crates/kuchiki-0.8.1.crate) = 1ea8e9c6e031377cff82ee3001dc8026cdf431ed4e2e6b51f98ab8c73484a358 +SIZE (tabby/rust/crates/kuchiki-0.8.1.crate) = 22153 +SHA256 (tabby/rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 +SIZE (tabby/rust/crates/lazy_static-1.4.0.crate) = 10443 +SHA256 (tabby/rust/crates/lber-0.4.2.crate) = 2df7f9fd9f64cf8f59e1a4a0753fe7d575a5b38d3d7ac5758dcee9357d83ef0a +SIZE (tabby/rust/crates/lber-0.4.2.crate) = 8107 +SHA256 (tabby/rust/crates/ldap3-0.11.5.crate) = 166199a8207874a275144c8a94ff6eed5fcbf5c52303e4d9b4d53a0c7ac76554 +SIZE (tabby/rust/crates/ldap3-0.11.5.crate) = 118725 +SHA256 (tabby/rust/crates/leaky-bucket-1.1.2.crate) = 0a396bb213c2d09ed6c5495fd082c991b6ab39c9daf4fff59e6727f85c73e4c5 +SIZE (tabby/rust/crates/leaky-bucket-1.1.2.crate) = 29556 +SHA256 (tabby/rust/crates/lettre-0.11.7.crate) = 1a62049a808f1c4e2356a2a380bd5f2aca3b011b0b482cf3b914ba1731426969 +SIZE (tabby/rust/crates/lettre-0.11.7.crate) = 144138 +SHA256 (tabby/rust/crates/levenshtein_automata-0.2.1.crate) = 0c2cdeb66e45e9f36bfad5bbdb4d2384e70936afbee843c6f6543f0c551ebb25 +SIZE (tabby/rust/crates/levenshtein_automata-0.2.1.crate) = 13549 +SHA256 (tabby/rust/crates/lexical-core-0.8.5.crate) = 2cde5de06e8d4c2faabc400238f9ae1c74d5412d03a7bd067645ccbc47070e46 +SIZE (tabby/rust/crates/lexical-core-0.8.5.crate) = 26680 +SHA256 (tabby/rust/crates/lexical-parse-float-0.8.5.crate) = 683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f +SIZE (tabby/rust/crates/lexical-parse-float-0.8.5.crate) = 180161 +SHA256 (tabby/rust/crates/lexical-parse-integer-0.8.6.crate) = 6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9 +SIZE (tabby/rust/crates/lexical-parse-integer-0.8.6.crate) = 33647 +SHA256 (tabby/rust/crates/lexical-util-0.8.5.crate) = 5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc +SIZE (tabby/rust/crates/lexical-util-0.8.5.crate) = 85152 +SHA256 (tabby/rust/crates/lexical-write-float-0.8.5.crate) = accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e766b0668116862 +SIZE (tabby/rust/crates/lexical-write-float-0.8.5.crate) = 100281 +SHA256 (tabby/rust/crates/lexical-write-integer-0.8.5.crate) = e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446 +SIZE (tabby/rust/crates/lexical-write-integer-0.8.5.crate) = 55427 +SHA256 (tabby/rust/crates/libc-0.2.169.crate) = b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a +SIZE (tabby/rust/crates/libc-0.2.169.crate) = 757901 +SHA256 (tabby/rust/crates/libgit2-sys-0.16.2+1.7.2.crate) = ee4126d8b4ee5c9d9ea891dd875cfdc1e9d0950437179104b183d7d8a74d24e8 +SIZE (tabby/rust/crates/libgit2-sys-0.16.2+1.7.2.crate) = 1773674 +SHA256 (tabby/rust/crates/libloading-0.7.4.crate) = b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f +SIZE (tabby/rust/crates/libloading-0.7.4.crate) = 27580 +SHA256 (tabby/rust/crates/libm-0.2.8.crate) = 4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058 +SIZE (tabby/rust/crates/libm-0.2.8.crate) = 113450 +SHA256 (tabby/rust/crates/libsqlite3-sys-0.27.0.crate) = cf4e226dcd58b4be396f7bd3c20da8fdee2911400705297ba7d2d7cc2c30f716 +SIZE (tabby/rust/crates/libsqlite3-sys-0.27.0.crate) = 4948458 +SHA256 (tabby/rust/crates/libssh2-sys-0.3.0.crate) = 2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee +SIZE (tabby/rust/crates/libssh2-sys-0.3.0.crate) = 514550 +SHA256 (tabby/rust/crates/libz-sys-1.1.18.crate) = c15da26e5af7e25c90b37a2d75cdbf940cf4a55316de9d84c679c9b8bfabf82e +SIZE (tabby/rust/crates/libz-sys-1.1.18.crate) = 817891 +SHA256 (tabby/rust/crates/linked-hash-map-0.5.6.crate) = 0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f +SIZE (tabby/rust/crates/linked-hash-map-0.5.6.crate) = 15049 +SHA256 (tabby/rust/crates/linux-raw-sys-0.4.14.crate) = 78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89 +SIZE (tabby/rust/crates/linux-raw-sys-0.4.14.crate) = 1826665 +SHA256 (tabby/rust/crates/lock_api-0.4.12.crate) = 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 +SIZE (tabby/rust/crates/lock_api-0.4.12.crate) = 27591 +SHA256 (tabby/rust/crates/log-0.4.27.crate) = 13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94 +SIZE (tabby/rust/crates/log-0.4.27.crate) = 48120 +SHA256 (tabby/rust/crates/logkit-0.3.5.crate) = b517d00135d2ea552dc1f6cbc5da9d8953f895c91db680c288d53c50ca309767 +SIZE (tabby/rust/crates/logkit-0.3.5.crate) = 22817 +SHA256 (tabby/rust/crates/loom-0.5.6.crate) = ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5 +SIZE (tabby/rust/crates/loom-0.5.6.crate) = 72186 +SHA256 (tabby/rust/crates/louds-rs-0.4.0.crate) = e16a91fb20f74b6d9a758a0103a2884af525a2fa34fbfe19f4b3c5482a4a54e9 +SIZE (tabby/rust/crates/louds-rs-0.4.0.crate) = 14937 +SHA256 (tabby/rust/crates/lru-0.12.3.crate) = d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc +SIZE (tabby/rust/crates/lru-0.12.3.crate) = 15009 +SHA256 (tabby/rust/crates/lz4_flex-0.11.3.crate) = 75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5 +SIZE (tabby/rust/crates/lz4_flex-0.11.3.crate) = 40633 +SHA256 (tabby/rust/crates/mac-0.1.1.crate) = c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4 +SIZE (tabby/rust/crates/mac-0.1.1.crate) = 4838 +SHA256 (tabby/rust/crates/maplit-1.0.2.crate) = 3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d +SIZE (tabby/rust/crates/maplit-1.0.2.crate) = 8871 +SHA256 (tabby/rust/crates/markup5ever-0.10.1.crate) = a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd +SIZE (tabby/rust/crates/markup5ever-0.10.1.crate) = 34668 +SHA256 (tabby/rust/crates/markup5ever-0.12.1.crate) = 16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45 +SIZE (tabby/rust/crates/markup5ever-0.12.1.crate) = 34763 +SHA256 (tabby/rust/crates/markup5ever_rcdom-0.3.0.crate) = edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18 +SIZE (tabby/rust/crates/markup5ever_rcdom-0.3.0.crate) = 18284 +SHA256 (tabby/rust/crates/matchers-0.1.0.crate) = 8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558 +SIZE (tabby/rust/crates/matchers-0.1.0.crate) = 6948 +SHA256 (tabby/rust/crates/matches-0.1.10.crate) = 2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5 +SIZE (tabby/rust/crates/matches-0.1.10.crate) = 2592 +SHA256 (tabby/rust/crates/matchit-0.7.3.crate) = 0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94 +SIZE (tabby/rust/crates/matchit-0.7.3.crate) = 30372 +SHA256 (tabby/rust/crates/matchit-0.8.4.crate) = 47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3 +SIZE (tabby/rust/crates/matchit-0.8.4.crate) = 33986 +SHA256 (tabby/rust/crates/md-5-0.10.6.crate) = d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf +SIZE (tabby/rust/crates/md-5-0.10.6.crate) = 16161 +SHA256 (tabby/rust/crates/measure_time-0.8.3.crate) = dbefd235b0aadd181626f281e1d684e116972988c14c264e42069d5e8a5775cc +SIZE (tabby/rust/crates/measure_time-0.8.3.crate) = 4773 +SHA256 (tabby/rust/crates/memchr-2.7.2.crate) = 6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d +SIZE (tabby/rust/crates/memchr-2.7.2.crate) = 96220 +SHA256 (tabby/rust/crates/memmap2-0.9.4.crate) = fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322 +SIZE (tabby/rust/crates/memmap2-0.9.4.crate) = 32752 +SHA256 (tabby/rust/crates/metrics-0.22.3.crate) = 2be3cbd384d4e955b231c895ce10685e3d8260c5ccffae898c96c723b0772835 +SIZE (tabby/rust/crates/metrics-0.22.3.crate) = 43089 +SHA256 (tabby/rust/crates/metrics-exporter-prometheus-0.13.1.crate) = 9bf4e7146e30ad172c42c39b3246864bd2d3c6396780711a1baf749cfe423e21 +SIZE (tabby/rust/crates/metrics-exporter-prometheus-0.13.1.crate) = 34684 +SHA256 (tabby/rust/crates/metrics-util-0.16.3.crate) = 8b07a5eb561b8cbc16be2d216faf7757f9baf3bfb94dbb0fae3df8387a5bb47f +SIZE (tabby/rust/crates/metrics-util-0.16.3.crate) = 50697 +SHA256 (tabby/rust/crates/mime-0.3.17.crate) = 6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a +SIZE (tabby/rust/crates/mime-0.3.17.crate) = 15712 +SHA256 (tabby/rust/crates/mime_guess-2.0.4.crate) = 4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef +SIZE (tabby/rust/crates/mime_guess-2.0.4.crate) = 26399 +SHA256 (tabby/rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a +SIZE (tabby/rust/crates/minimal-lexical-0.2.1.crate) = 94841 +SHA256 (tabby/rust/crates/miniz_oxide-0.7.3.crate) = 87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae +SIZE (tabby/rust/crates/miniz_oxide-0.7.3.crate) = 55774 +SHA256 (tabby/rust/crates/mio-1.0.3.crate) = 2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd +SIZE (tabby/rust/crates/mio-1.0.3.crate) = 103703 +SHA256 (tabby/rust/crates/murmurhash32-0.3.1.crate) = 2195bf6aa996a481483b29d62a7663eed3fe39600c460e323f8ff41e90bdd89b +SIZE (tabby/rust/crates/murmurhash32-0.3.1.crate) = 3457 +SHA256 (tabby/rust/crates/native-tls-0.2.12.crate) = a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466 +SIZE (tabby/rust/crates/native-tls-0.2.12.crate) = 29517 +SHA256 (tabby/rust/crates/netrc-0.4.1.crate) = c9a91b326434fca226707ed8ec1fd22d4e1c96801abdf10c412afdc7d97116e0 +SIZE (tabby/rust/crates/netrc-0.4.1.crate) = 3676 +SHA256 (tabby/rust/crates/new_debug_unreachable-1.0.6.crate) = 650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086 +SIZE (tabby/rust/crates/new_debug_unreachable-1.0.6.crate) = 2582 +SHA256 (tabby/rust/crates/nix-0.28.0.crate) = ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4 +SIZE (tabby/rust/crates/nix-0.28.0.crate) = 311086 +SHA256 (tabby/rust/crates/nodrop-0.1.14.crate) = 72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb +SIZE (tabby/rust/crates/nodrop-0.1.14.crate) = 7667 +SHA256 (tabby/rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a +SIZE (tabby/rust/crates/nom-7.1.3.crate) = 117570 +SHA256 (tabby/rust/crates/ntapi-0.4.1.crate) = e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4 +SIZE (tabby/rust/crates/ntapi-0.4.1.crate) = 126552 +SHA256 (tabby/rust/crates/nu-ansi-term-0.46.0.crate) = 77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84 +SIZE (tabby/rust/crates/nu-ansi-term-0.46.0.crate) = 24311 +SHA256 (tabby/rust/crates/nucleo-0.5.0.crate) = 5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4 +SIZE (tabby/rust/crates/nucleo-0.5.0.crate) = 35547 +SHA256 (tabby/rust/crates/nucleo-matcher-0.3.1.crate) = bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85 +SIZE (tabby/rust/crates/nucleo-matcher-0.3.1.crate) = 50501 +SHA256 (tabby/rust/crates/num-bigint-0.4.5.crate) = c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7 +SIZE (tabby/rust/crates/num-bigint-0.4.5.crate) = 102281 +SHA256 (tabby/rust/crates/num-bigint-dig-0.8.4.crate) = dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151 +SIZE (tabby/rust/crates/num-bigint-dig-0.8.4.crate) = 123825 +SHA256 (tabby/rust/crates/num-conv-0.1.0.crate) = 51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9 +SIZE (tabby/rust/crates/num-conv-0.1.0.crate) = 7444 +SHA256 (tabby/rust/crates/num-integer-0.1.46.crate) = 7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f +SIZE (tabby/rust/crates/num-integer-0.1.46.crate) = 22331 +SHA256 (tabby/rust/crates/num-iter-0.1.45.crate) = 1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf +SIZE (tabby/rust/crates/num-iter-0.1.45.crate) = 10320 +SHA256 (tabby/rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 +SIZE (tabby/rust/crates/num-traits-0.2.19.crate) = 51631 +SHA256 (tabby/rust/crates/num_cpus-1.16.0.crate) = 4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43 +SIZE (tabby/rust/crates/num_cpus-1.16.0.crate) = 15713 +SHA256 (tabby/rust/crates/num_threads-0.1.7.crate) = 5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9 +SIZE (tabby/rust/crates/num_threads-0.1.7.crate) = 7455 +SHA256 (tabby/rust/crates/number_prefix-0.4.0.crate) = 830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3 +SIZE (tabby/rust/crates/number_prefix-0.4.0.crate) = 6922 +SHA256 (tabby/rust/crates/nvml-wrapper-0.9.0.crate) = 7cd21b9f5a1cce3c3515c9ffa85f5c7443e07162dae0ccf4339bb7ca38ad3454 +SIZE (tabby/rust/crates/nvml-wrapper-0.9.0.crate) = 74530 +SHA256 (tabby/rust/crates/nvml-wrapper-sys-0.7.0.crate) = c961a2ea9e91c59a69b78e69090f6f5b867bb46c0c56de9482da232437c4987e +SIZE (tabby/rust/crates/nvml-wrapper-sys-0.7.0.crate) = 33783 +SHA256 (tabby/rust/crates/object-0.32.2.crate) = a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441 +SIZE (tabby/rust/crates/object-0.32.2.crate) = 286994 +SHA256 (tabby/rust/crates/octocrab-0.42.1.crate) = 7b97f949a7cb04608441c2ddb28e15a377e8b5142c2d1835ad2686d434de8558 +SIZE (tabby/rust/crates/octocrab-0.42.1.crate) = 436781 +SHA256 (tabby/rust/crates/omnicopy_to_output-0.1.1.crate) = 10aff4d07c3656c416a997301d51ed83be62cbb256b421f86b014931217f2393 +SIZE (tabby/rust/crates/omnicopy_to_output-0.1.1.crate) = 12947 +SHA256 (tabby/rust/crates/once_cell-1.19.0.crate) = 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 +SIZE (tabby/rust/crates/once_cell-1.19.0.crate) = 33046 +SHA256 (tabby/rust/crates/openssl-0.10.64.crate) = 95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f +SIZE (tabby/rust/crates/openssl-0.10.64.crate) = 272306 +SHA256 (tabby/rust/crates/openssl-macros-0.1.1.crate) = a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c +SIZE (tabby/rust/crates/openssl-macros-0.1.1.crate) = 5601 +SHA256 (tabby/rust/crates/openssl-probe-0.1.5.crate) = ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf +SIZE (tabby/rust/crates/openssl-probe-0.1.5.crate) = 7227 +SHA256 (tabby/rust/crates/openssl-src-300.3.0+3.3.0.crate) = eba8804a1c5765b18c4b3f907e6897ebabeedebc9830e1a0046c4a4cf44663e1 +SIZE (tabby/rust/crates/openssl-src-300.3.0+3.3.0.crate) = 9773409 +SHA256 (tabby/rust/crates/openssl-sys-0.9.102.crate) = c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2 +SIZE (tabby/rust/crates/openssl-sys-0.9.102.crate) = 68622 +SHA256 (tabby/rust/crates/opentelemetry-0.18.0.crate) = 69d6c3d7288a106c0a363e4b0e8d308058d56902adefb16f4936f417ffef086e +SIZE (tabby/rust/crates/opentelemetry-0.18.0.crate) = 15120 +SHA256 (tabby/rust/crates/opentelemetry-0.27.1.crate) = ab70038c28ed37b97d8ed414b6429d343a8bbf44c9f79ec854f3a643029ba6d7 +SIZE (tabby/rust/crates/opentelemetry-0.27.1.crate) = 73806 +SHA256 (tabby/rust/crates/opentelemetry-otlp-0.27.0.crate) = 91cf61a1868dacc576bf2b2a1c3e9ab150af7272909e80085c3173384fe11f76 +SIZE (tabby/rust/crates/opentelemetry-otlp-0.27.0.crate) = 32033 +SHA256 (tabby/rust/crates/opentelemetry-proto-0.27.0.crate) = a6e05acbfada5ec79023c85368af14abd0b307c015e9064d249b2a950ef459a6 +SIZE (tabby/rust/crates/opentelemetry-proto-0.27.0.crate) = 164521 +SHA256 (tabby/rust/crates/opentelemetry-semantic-conventions-0.27.0.crate) = bc1b6902ff63b32ef6c489e8048c5e253e2e4a803ea3ea7e783914536eb15c52 +SIZE (tabby/rust/crates/opentelemetry-semantic-conventions-0.27.0.crate) = 71701 +SHA256 (tabby/rust/crates/opentelemetry_api-0.18.0.crate) = c24f96e21e7acc813c7a8394ee94978929db2bcc46cf6b5014fc612bf7760c22 +SIZE (tabby/rust/crates/opentelemetry_api-0.18.0.crate) = 53945 +SHA256 (tabby/rust/crates/opentelemetry_sdk-0.18.0.crate) = 1ca41c4933371b61c2a2f214bf16931499af4ec90543604ec828f7a625c09113 +SIZE (tabby/rust/crates/opentelemetry_sdk-0.18.0.crate) = 95038 +SHA256 (tabby/rust/crates/opentelemetry_sdk-0.27.1.crate) = 231e9d6ceef9b0b2546ddf52335785ce41252bc7474ee8ba05bfad277be13ab8 +SIZE (tabby/rust/crates/opentelemetry_sdk-0.27.1.crate) = 170850 +SHA256 (tabby/rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 +SIZE (tabby/rust/crates/overload-0.1.1.crate) = 24439 +SHA256 (tabby/rust/crates/owo-colors-3.5.0.crate) = c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f +SIZE (tabby/rust/crates/owo-colors-3.5.0.crate) = 30310 +SHA256 (tabby/rust/crates/parking_lot-0.12.3.crate) = f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27 +SIZE (tabby/rust/crates/parking_lot-0.12.3.crate) = 41860 +SHA256 (tabby/rust/crates/parking_lot_core-0.9.10.crate) = 1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8 +SIZE (tabby/rust/crates/parking_lot_core-0.9.10.crate) = 32406 +SHA256 (tabby/rust/crates/parse-git-url-0.5.1.crate) = 9cd626725d3855a68fdede6483fae43429129bf246f42d8db598911c8036cf47 +SIZE (tabby/rust/crates/parse-git-url-0.5.1.crate) = 13615 +SHA256 (tabby/rust/crates/password-hash-0.5.0.crate) = 346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166 +SIZE (tabby/rust/crates/password-hash-0.5.0.crate) = 26884 +SHA256 (tabby/rust/crates/paste-1.0.15.crate) = 57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a +SIZE (tabby/rust/crates/paste-1.0.15.crate) = 18374 +SHA256 (tabby/rust/crates/pem-3.0.4.crate) = 8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae +SIZE (tabby/rust/crates/pem-3.0.4.crate) = 13040 +SHA256 (tabby/rust/crates/pem-rfc7468-0.7.0.crate) = 88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412 +SIZE (tabby/rust/crates/pem-rfc7468-0.7.0.crate) = 24159 +SHA256 (tabby/rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e +SIZE (tabby/rust/crates/percent-encoding-2.3.1.crate) = 10235 +SHA256 (tabby/rust/crates/pest-2.7.10.crate) = 560131c633294438da9f7c4b08189194b20946c8274c6b9e38881a7874dc8ee8 +SIZE (tabby/rust/crates/pest-2.7.10.crate) = 123707 +SHA256 (tabby/rust/crates/pest_derive-2.7.10.crate) = 26293c9193fbca7b1a3bf9b79dc1e388e927e6cacaa78b4a3ab705a1d3d41459 +SIZE (tabby/rust/crates/pest_derive-2.7.10.crate) = 36221 +SHA256 (tabby/rust/crates/pest_generator-2.7.10.crate) = 3ec22af7d3fb470a85dd2ca96b7c577a1eb4ef6f1683a9fe9a8c16e136c04687 +SIZE (tabby/rust/crates/pest_generator-2.7.10.crate) = 18411 +SHA256 (tabby/rust/crates/pest_meta-2.7.10.crate) = d7a240022f37c361ec1878d646fc5b7d7c4d28d5946e1a80ad5a7a4f4ca0bdcd +SIZE (tabby/rust/crates/pest_meta-2.7.10.crate) = 41550 +SHA256 (tabby/rust/crates/phf-0.8.0.crate) = 3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12 +SIZE (tabby/rust/crates/phf-0.8.0.crate) = 3902 +SHA256 (tabby/rust/crates/phf-0.11.2.crate) = ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc +SIZE (tabby/rust/crates/phf-0.11.2.crate) = 21569 +SHA256 (tabby/rust/crates/phf_codegen-0.8.0.crate) = cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815 +SIZE (tabby/rust/crates/phf_codegen-0.8.0.crate) = 3192 +SHA256 (tabby/rust/crates/phf_codegen-0.11.2.crate) = e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a +SIZE (tabby/rust/crates/phf_codegen-0.11.2.crate) = 12977 +SHA256 (tabby/rust/crates/phf_generator-0.8.0.crate) = 17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526 +SIZE (tabby/rust/crates/phf_generator-0.8.0.crate) = 7604 +SHA256 (tabby/rust/crates/phf_generator-0.10.0.crate) = 5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6 +SIZE (tabby/rust/crates/phf_generator-0.10.0.crate) = 7525 +SHA256 (tabby/rust/crates/phf_generator-0.11.2.crate) = 48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0 +SIZE (tabby/rust/crates/phf_generator-0.11.2.crate) = 14190 +SHA256 (tabby/rust/crates/phf_macros-0.8.0.crate) = 7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c +SIZE (tabby/rust/crates/phf_macros-0.8.0.crate) = 5814 +SHA256 (tabby/rust/crates/phf_shared-0.8.0.crate) = c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7 +SIZE (tabby/rust/crates/phf_shared-0.8.0.crate) = 2860 +SHA256 (tabby/rust/crates/phf_shared-0.10.0.crate) = b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096 +SIZE (tabby/rust/crates/phf_shared-0.10.0.crate) = 4095 +SHA256 (tabby/rust/crates/phf_shared-0.11.2.crate) = 90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b +SIZE (tabby/rust/crates/phf_shared-0.11.2.crate) = 14284 +SHA256 (tabby/rust/crates/pin-project-1.1.5.crate) = b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3 +SIZE (tabby/rust/crates/pin-project-1.1.5.crate) = 54214 +SHA256 (tabby/rust/crates/pin-project-internal-1.1.5.crate) = 2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965 +SIZE (tabby/rust/crates/pin-project-internal-1.1.5.crate) = 28280 +SHA256 (tabby/rust/crates/pin-project-lite-0.2.14.crate) = bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02 +SIZE (tabby/rust/crates/pin-project-lite-0.2.14.crate) = 28817 +SHA256 (tabby/rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 +SIZE (tabby/rust/crates/pin-utils-0.1.0.crate) = 7580 +SHA256 (tabby/rust/crates/pkcs1-0.7.5.crate) = c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f +SIZE (tabby/rust/crates/pkcs1-0.7.5.crate) = 35790 +SHA256 (tabby/rust/crates/pkcs8-0.10.2.crate) = f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7 +SIZE (tabby/rust/crates/pkcs8-0.10.2.crate) = 26360 +SHA256 (tabby/rust/crates/pkg-config-0.3.30.crate) = d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec +SIZE (tabby/rust/crates/pkg-config-0.3.30.crate) = 20613 +SHA256 (tabby/rust/crates/portable-atomic-1.6.0.crate) = 7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0 +SIZE (tabby/rust/crates/portable-atomic-1.6.0.crate) = 140689 +SHA256 (tabby/rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 +SIZE (tabby/rust/crates/powerfmt-0.2.0.crate) = 15165 +SHA256 (tabby/rust/crates/ppv-lite86-0.2.17.crate) = 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de +SIZE (tabby/rust/crates/ppv-lite86-0.2.17.crate) = 22242 +SHA256 (tabby/rust/crates/precomputed-hash-0.1.1.crate) = 925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c +SIZE (tabby/rust/crates/precomputed-hash-0.1.1.crate) = 1640 +SHA256 (tabby/rust/crates/proc-macro-error-1.0.4.crate) = da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c +SIZE (tabby/rust/crates/proc-macro-error-1.0.4.crate) = 25293 +SHA256 (tabby/rust/crates/proc-macro-error-attr-1.0.4.crate) = a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869 +SIZE (tabby/rust/crates/proc-macro-error-attr-1.0.4.crate) = 7971 +SHA256 (tabby/rust/crates/proc-macro-hack-0.5.20+deprecated.crate) = dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068 +SIZE (tabby/rust/crates/proc-macro-hack-0.5.20+deprecated.crate) = 15045 +SHA256 (tabby/rust/crates/proc-macro2-1.0.95.crate) = 02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778 +SIZE (tabby/rust/crates/proc-macro2-1.0.95.crate) = 51820 +SHA256 (tabby/rust/crates/project-root-0.2.2.crate) = 8bccbff07d5ed689c4087d20d7307a52ab6141edeedf487c3876a55b86cf63df +SIZE (tabby/rust/crates/project-root-0.2.2.crate) = 1917 +SHA256 (tabby/rust/crates/prost-0.13.4.crate) = 2c0fef6c4230e4ccf618a35c59d7ede15dea37de8427500f50aff708806e42ec +SIZE (tabby/rust/crates/prost-0.13.4.crate) = 31812 +SHA256 (tabby/rust/crates/prost-derive-0.13.4.crate) = 157c5a9d7ea5c2ed2d9fb8f495b64759f7816c7eaea54ba3978f0d63000162e3 +SIZE (tabby/rust/crates/prost-derive-0.13.4.crate) = 20592 +SHA256 (tabby/rust/crates/psm-0.1.21.crate) = 5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874 +SIZE (tabby/rust/crates/psm-0.1.21.crate) = 23126 +SHA256 (tabby/rust/crates/quanta-0.12.3.crate) = 8e5167a477619228a0b284fac2674e3c388cba90631d7b7de620e6f1fcd08da5 +SIZE (tabby/rust/crates/quanta-0.12.3.crate) = 28306 +SHA256 (tabby/rust/crates/querystring-1.1.0.crate) = 9318ead08c799aad12a55a3e78b82e0b6167271ffd1f627b758891282f739187 +SIZE (tabby/rust/crates/querystring-1.1.0.crate) = 1710 +SHA256 (tabby/rust/crates/quote-1.0.36.crate) = 0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7 +SIZE (tabby/rust/crates/quote-1.0.36.crate) = 28507 +SHA256 (tabby/rust/crates/quoted_printable-0.5.0.crate) = 79ec282e887b434b68c18fe5c121d38e72a5cf35119b59e54ec5b992ea9c8eb0 +SIZE (tabby/rust/crates/quoted_printable-0.5.0.crate) = 7604 +SHA256 (tabby/rust/crates/r-efi-5.2.0.crate) = 74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5 +SIZE (tabby/rust/crates/r-efi-5.2.0.crate) = 64764 +SHA256 (tabby/rust/crates/rand-0.7.3.crate) = 6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03 +SIZE (tabby/rust/crates/rand-0.7.3.crate) = 112246 +SHA256 (tabby/rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 +SIZE (tabby/rust/crates/rand-0.8.5.crate) = 87113 +SHA256 (tabby/rust/crates/rand-0.9.1.crate) = 9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97 +SIZE (tabby/rust/crates/rand-0.9.1.crate) = 97986 +SHA256 (tabby/rust/crates/rand_chacha-0.2.2.crate) = f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402 +SIZE (tabby/rust/crates/rand_chacha-0.2.2.crate) = 13267 +SHA256 (tabby/rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 +SIZE (tabby/rust/crates/rand_chacha-0.3.1.crate) = 15251 +SHA256 (tabby/rust/crates/rand_chacha-0.9.0.crate) = d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb +SIZE (tabby/rust/crates/rand_chacha-0.9.0.crate) = 18258 +SHA256 (tabby/rust/crates/rand_core-0.5.1.crate) = 90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19 +SIZE (tabby/rust/crates/rand_core-0.5.1.crate) = 21116 +SHA256 (tabby/rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c +SIZE (tabby/rust/crates/rand_core-0.6.4.crate) = 22666 +SHA256 (tabby/rust/crates/rand_core-0.9.3.crate) = 99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38 +SIZE (tabby/rust/crates/rand_core-0.9.3.crate) = 24543 +SHA256 (tabby/rust/crates/rand_distr-0.4.3.crate) = 32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31 +SIZE (tabby/rust/crates/rand_distr-0.4.3.crate) = 58255 +SHA256 (tabby/rust/crates/rand_hc-0.2.0.crate) = ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c +SIZE (tabby/rust/crates/rand_hc-0.2.0.crate) = 11670 +SHA256 (tabby/rust/crates/rand_pcg-0.2.1.crate) = 16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429 +SIZE (tabby/rust/crates/rand_pcg-0.2.1.crate) = 11291 +SHA256 (tabby/rust/crates/ratelimit-0.10.0.crate) = 36ea961700fd7260e7fa3701c8287d901b2172c51f9c1421fa0f21d7f7e184b7 +SIZE (tabby/rust/crates/ratelimit-0.10.0.crate) = 10384 +SHA256 (tabby/rust/crates/raw-cpuid-11.0.2.crate) = e29830cbb1290e404f24c73af91c5d8d631ce7e128691e9477556b540cd01ecd +SIZE (tabby/rust/crates/raw-cpuid-11.0.2.crate) = 108794 +SHA256 (tabby/rust/crates/rayon-1.10.0.crate) = b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa +SIZE (tabby/rust/crates/rayon-1.10.0.crate) = 180155 +SHA256 (tabby/rust/crates/rayon-core-1.12.1.crate) = 1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2 +SIZE (tabby/rust/crates/rayon-core-1.12.1.crate) = 70701 +SHA256 (tabby/rust/crates/readable-readability-0.4.0.crate) = c17015928a25bff296b0471dfa7a784e406664e1d091781db66e885b18708a8d +SIZE (tabby/rust/crates/readable-readability-0.4.0.crate) = 762755 +SHA256 (tabby/rust/crates/redox_syscall-0.4.1.crate) = 4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa +SIZE (tabby/rust/crates/redox_syscall-0.4.1.crate) = 24858 +SHA256 (tabby/rust/crates/redox_syscall-0.5.1.crate) = 469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e +SIZE (tabby/rust/crates/redox_syscall-0.5.1.crate) = 22536 +SHA256 (tabby/rust/crates/ref-cast-1.0.23.crate) = ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931 +SIZE (tabby/rust/crates/ref-cast-1.0.23.crate) = 12795 +SHA256 (tabby/rust/crates/ref-cast-impl-1.0.23.crate) = bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6 +SIZE (tabby/rust/crates/ref-cast-impl-1.0.23.crate) = 9360 +SHA256 (tabby/rust/crates/regex-1.10.4.crate) = c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c +SIZE (tabby/rust/crates/regex-1.10.4.crate) = 253191 +SHA256 (tabby/rust/crates/regex-automata-0.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132 +SIZE (tabby/rust/crates/regex-automata-0.1.10.crate) = 114533 +SHA256 (tabby/rust/crates/regex-automata-0.4.6.crate) = 86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea +SIZE (tabby/rust/crates/regex-automata-0.4.6.crate) = 617565 +SHA256 (tabby/rust/crates/regex-syntax-0.6.29.crate) = f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1 +SIZE (tabby/rust/crates/regex-syntax-0.6.29.crate) = 299752 +SHA256 (tabby/rust/crates/regex-syntax-0.8.3.crate) = adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56 +SIZE (tabby/rust/crates/regex-syntax-0.8.3.crate) = 347497 +SHA256 (tabby/rust/crates/reqwest-0.12.4.crate) = 566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10 +SIZE (tabby/rust/crates/reqwest-0.12.4.crate) = 170627 +SHA256 (tabby/rust/crates/reqwest-eventsource-0.6.0.crate) = 632c55746dbb44275691640e7b40c907c16a2dc1a5842aa98aaec90da6ec6bde +SIZE (tabby/rust/crates/reqwest-eventsource-0.6.0.crate) = 19822 +SHA256 (tabby/rust/crates/ring-0.16.20.crate) = 3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc +SIZE (tabby/rust/crates/ring-0.16.20.crate) = 5082615 +SHA256 (tabby/rust/crates/ring-0.17.8.crate) = c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d +SIZE (tabby/rust/crates/ring-0.17.8.crate) = 4188554 +SHA256 (tabby/rust/crates/rmp-0.8.14.crate) = 228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4 +SIZE (tabby/rust/crates/rmp-0.8.14.crate) = 29687 +SHA256 (tabby/rust/crates/rmp-serde-1.3.0.crate) = 52e599a477cf9840e92f2cde9a7189e67b42c57532749bf90aea6ec10facd4db +SIZE (tabby/rust/crates/rmp-serde-1.3.0.crate) = 33025 +SHA256 (tabby/rust/crates/rsa-0.9.6.crate) = 5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc +SIZE (tabby/rust/crates/rsa-0.9.6.crate) = 80048 +SHA256 (tabby/rust/crates/rust-embed-8.4.0.crate) = 19549741604902eb99a7ed0ee177a0663ee1eda51a29f71401f166e47e77806a +SIZE (tabby/rust/crates/rust-embed-8.4.0.crate) = 903547 +SHA256 (tabby/rust/crates/rust-embed-impl-8.4.0.crate) = cb9f96e283ec64401f30d3df8ee2aaeb2561f34c824381efa24a35f79bf40ee4 +SIZE (tabby/rust/crates/rust-embed-impl-8.4.0.crate) = 5927 +SHA256 (tabby/rust/crates/rust-embed-utils-8.4.0.crate) = 38c74a686185620830701348de757fd36bef4aa9680fd23c49fc539ddcc1af32 +SIZE (tabby/rust/crates/rust-embed-utils-8.4.0.crate) = 3446 +SHA256 (tabby/rust/crates/rust-stemmers-1.2.0.crate) = e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54 +SIZE (tabby/rust/crates/rust-stemmers-1.2.0.crate) = 2351301 +SHA256 (tabby/rust/crates/rustc-demangle-0.1.24.crate) = 719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f +SIZE (tabby/rust/crates/rustc-demangle-0.1.24.crate) = 29047 +SHA256 (tabby/rust/crates/rustc-hash-1.1.0.crate) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 +SIZE (tabby/rust/crates/rustc-hash-1.1.0.crate) = 9331 +SHA256 (tabby/rust/crates/rustc_version-0.4.0.crate) = bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366 +SIZE (tabby/rust/crates/rustc_version-0.4.0.crate) = 12175 +SHA256 (tabby/rust/crates/rustix-0.38.34.crate) = 70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f +SIZE (tabby/rust/crates/rustix-0.38.34.crate) = 365160 +SHA256 (tabby/rust/crates/rustls-0.20.9.crate) = 1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99 +SIZE (tabby/rust/crates/rustls-0.20.9.crate) = 270582 +SHA256 (tabby/rust/crates/rustls-0.22.4.crate) = bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432 +SIZE (tabby/rust/crates/rustls-0.22.4.crate) = 333681 +SHA256 (tabby/rust/crates/rustls-0.23.20.crate) = 5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b +SIZE (tabby/rust/crates/rustls-0.23.20.crate) = 335933 +SHA256 (tabby/rust/crates/rustls-native-certs-0.7.0.crate) = 8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792 +SIZE (tabby/rust/crates/rustls-native-certs-0.7.0.crate) = 25071 +SHA256 (tabby/rust/crates/rustls-native-certs-0.8.1.crate) = 7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3 +SIZE (tabby/rust/crates/rustls-native-certs-0.8.1.crate) = 31129 +SHA256 (tabby/rust/crates/rustls-pemfile-2.1.2.crate) = 29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d +SIZE (tabby/rust/crates/rustls-pemfile-2.1.2.crate) = 25928 +SHA256 (tabby/rust/crates/rustls-pki-types-1.10.0.crate) = 16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b +SIZE (tabby/rust/crates/rustls-pki-types-1.10.0.crate) = 55134 +SHA256 (tabby/rust/crates/rustls-webpki-0.102.8.crate) = 64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9 +SIZE (tabby/rust/crates/rustls-webpki-0.102.8.crate) = 204327 +SHA256 (tabby/rust/crates/rustversion-1.0.17.crate) = 955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6 +SIZE (tabby/rust/crates/rustversion-1.0.17.crate) = 17621 +SHA256 (tabby/rust/crates/ryu-1.0.18.crate) = f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f +SIZE (tabby/rust/crates/ryu-1.0.18.crate) = 47713 +SHA256 (tabby/rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 +SIZE (tabby/rust/crates/same-file-1.0.6.crate) = 10183 +SHA256 (tabby/rust/crates/scc-2.1.1.crate) = 76ad2bbb0ae5100a07b7a6f2ed7ab5fd0045551a4c507989b7a620046ea3efdc +SIZE (tabby/rust/crates/scc-2.1.1.crate) = 122923 +SHA256 (tabby/rust/crates/schannel-0.1.23.crate) = fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534 +SIZE (tabby/rust/crates/schannel-0.1.23.crate) = 41667 +SHA256 (tabby/rust/crates/scoped-tls-1.0.1.crate) = e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294 +SIZE (tabby/rust/crates/scoped-tls-1.0.1.crate) = 8202 +SHA256 (tabby/rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 +SIZE (tabby/rust/crates/scopeguard-1.2.0.crate) = 11619 +SHA256 (tabby/rust/crates/sct-0.7.1.crate) = da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414 +SIZE (tabby/rust/crates/sct-0.7.1.crate) = 27501 +SHA256 (tabby/rust/crates/sdd-0.2.0.crate) = b84345e4c9bd703274a082fb80caaa99b7612be48dfaa1dd9266577ec412309d +SIZE (tabby/rust/crates/sdd-0.2.0.crate) = 23494 +SHA256 (tabby/rust/crates/secrecy-0.8.0.crate) = 9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e +SIZE (tabby/rust/crates/secrecy-0.8.0.crate) = 11916 +SHA256 (tabby/rust/crates/secrecy-0.10.3.crate) = e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a +SIZE (tabby/rust/crates/secrecy-0.10.3.crate) = 11303 +SHA256 (tabby/rust/crates/security-framework-2.11.0.crate) = c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0 +SIZE (tabby/rust/crates/security-framework-2.11.0.crate) = 80191 +SHA256 (tabby/rust/crates/security-framework-3.0.1.crate) = e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8 +SIZE (tabby/rust/crates/security-framework-3.0.1.crate) = 84749 +SHA256 (tabby/rust/crates/security-framework-sys-2.12.1.crate) = fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2 +SIZE (tabby/rust/crates/security-framework-sys-2.12.1.crate) = 20112 +SHA256 (tabby/rust/crates/selectors-0.22.0.crate) = df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe +SIZE (tabby/rust/crates/selectors-0.22.0.crate) = 44199 +SHA256 (tabby/rust/crates/semver-1.0.23.crate) = 61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b +SIZE (tabby/rust/crates/semver-1.0.23.crate) = 30622 +SHA256 (tabby/rust/crates/serde-1.0.203.crate) = 7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094 +SIZE (tabby/rust/crates/serde-1.0.203.crate) = 77935 +SHA256 (tabby/rust/crates/serde-jsonlines-0.5.0.crate) = e228faf5f94badfe42723177b62cfb9b187351994cb4e852cd4a6a4c96dbeea8 +SIZE (tabby/rust/crates/serde-jsonlines-0.5.0.crate) = 14442 +SHA256 (tabby/rust/crates/serde_derive-1.0.203.crate) = 500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba +SIZE (tabby/rust/crates/serde_derive-1.0.203.crate) = 55867 +SHA256 (tabby/rust/crates/serde_json-1.0.117.crate) = 455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3 +SIZE (tabby/rust/crates/serde_json-1.0.117.crate) = 146921 +SHA256 (tabby/rust/crates/serde_path_to_error-0.1.16.crate) = af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6 +SIZE (tabby/rust/crates/serde_path_to_error-0.1.16.crate) = 16657 +SHA256 (tabby/rust/crates/serde_spanned-0.6.6.crate) = 79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0 +SIZE (tabby/rust/crates/serde_spanned-0.6.6.crate) = 9120 +SHA256 (tabby/rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd +SIZE (tabby/rust/crates/serde_urlencoded-0.7.1.crate) = 12822 +SHA256 (tabby/rust/crates/serdeconv-0.4.1.crate) = 8897696def1d25e554294b168e0e8e77c860483666eeb8d3d33ae58b06f47221 +SIZE (tabby/rust/crates/serdeconv-0.4.1.crate) = 4824 +SHA256 (tabby/rust/crates/serial_test-2.0.0.crate) = 0e56dd856803e253c8f298af3f4d7eb0ae5e23a737252cd90bb4f3b435033b2d +SIZE (tabby/rust/crates/serial_test-2.0.0.crate) = 7946 +SHA256 (tabby/rust/crates/serial_test-3.1.1.crate) = 4b4b487fe2acf240a021cf57c6b2b4903b1e78ca0ecd862a71b71d2a51fed77d +SIZE (tabby/rust/crates/serial_test-3.1.1.crate) = 8660 +SHA256 (tabby/rust/crates/serial_test_derive-2.0.0.crate) = 91d129178576168c589c9ec973feedf7d3126c01ac2bf08795109aa35b69fb8f +SIZE (tabby/rust/crates/serial_test_derive-2.0.0.crate) = 5638 +SHA256 (tabby/rust/crates/serial_test_derive-3.1.1.crate) = 82fe9db325bcef1fbcde82e078a5cc4efdf787e96b3b9cf45b50b529f2083d67 +SIZE (tabby/rust/crates/serial_test_derive-3.1.1.crate) = 6881 +SHA256 (tabby/rust/crates/servo_arc-0.1.1.crate) = d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432 +SIZE (tabby/rust/crates/servo_arc-0.1.1.crate) = 9817 +SHA256 (tabby/rust/crates/sha1-0.10.6.crate) = e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba +SIZE (tabby/rust/crates/sha1-0.10.6.crate) = 13517 +SHA256 (tabby/rust/crates/sha2-0.10.8.crate) = 793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8 +SIZE (tabby/rust/crates/sha2-0.10.8.crate) = 26357 +SHA256 (tabby/rust/crates/sharded-slab-0.1.7.crate) = f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6 +SIZE (tabby/rust/crates/sharded-slab-0.1.7.crate) = 58227 +SHA256 (tabby/rust/crates/signal-hook-registry-1.4.2.crate) = a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1 +SIZE (tabby/rust/crates/signal-hook-registry-1.4.2.crate) = 18064 +SHA256 (tabby/rust/crates/signature-2.2.0.crate) = 77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de +SIZE (tabby/rust/crates/signature-2.2.0.crate) = 15531 +SHA256 (tabby/rust/crates/simd-adler32-0.3.7.crate) = d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe +SIZE (tabby/rust/crates/simd-adler32-0.3.7.crate) = 12086 +SHA256 (tabby/rust/crates/simd-json-0.13.10.crate) = 570c430b3d902ea083097e853263ae782dfe40857d93db019a12356c8e8143fa +SIZE (tabby/rust/crates/simd-json-0.13.10.crate) = 157556 +SHA256 (tabby/rust/crates/simdutf8-0.1.4.crate) = f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a +SIZE (tabby/rust/crates/simdutf8-0.1.4.crate) = 28621 +SHA256 (tabby/rust/crates/similar-2.5.0.crate) = fa42c91313f1d05da9b26f267f931cf178d4aba455b4c4622dd7355eb80c6640 +SIZE (tabby/rust/crates/similar-2.5.0.crate) = 51648 +SHA256 (tabby/rust/crates/simple_asn1-0.6.2.crate) = adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085 +SIZE (tabby/rust/crates/simple_asn1-0.6.2.crate) = 15992 +SHA256 (tabby/rust/crates/siphasher-0.3.11.crate) = 38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d +SIZE (tabby/rust/crates/siphasher-0.3.11.crate) = 10442 +SHA256 (tabby/rust/crates/sketches-ddsketch-0.2.2.crate) = 85636c14b73d81f541e525f585c0a2109e6744e1565b5c1668e31c70c10ed65c +SIZE (tabby/rust/crates/sketches-ddsketch-0.2.2.crate) = 13137 +SHA256 (tabby/rust/crates/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 +SIZE (tabby/rust/crates/slab-0.4.9.crate) = 17108 +SHA256 (tabby/rust/crates/smallvec-1.13.2.crate) = 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67 +SIZE (tabby/rust/crates/smallvec-1.13.2.crate) = 35216 +SHA256 (tabby/rust/crates/smartstring-1.0.1.crate) = 3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29 +SIZE (tabby/rust/crates/smartstring-1.0.1.crate) = 29555 +SHA256 (tabby/rust/crates/snafu-0.8.3.crate) = 418b8136fec49956eba89be7da2847ec1909df92a9ae4178b5ff0ff092c8d95e +SIZE (tabby/rust/crates/snafu-0.8.3.crate) = 68764 +SHA256 (tabby/rust/crates/snafu-derive-0.8.3.crate) = 1a4812a669da00d17d8266a0439eddcacbc88b17f732f927e52eeb9d196f7fb5 +SIZE (tabby/rust/crates/snafu-derive-0.8.3.crate) = 28493 +SHA256 (tabby/rust/crates/socket2-0.5.7.crate) = ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c +SIZE (tabby/rust/crates/socket2-0.5.7.crate) = 55758 +SHA256 (tabby/rust/crates/spin-0.5.2.crate) = 6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d +SIZE (tabby/rust/crates/spin-0.5.2.crate) = 12004 +SHA256 (tabby/rust/crates/spin-0.9.8.crate) = 6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67 +SIZE (tabby/rust/crates/spin-0.9.8.crate) = 38958 +SHA256 (tabby/rust/crates/spinners-4.1.1.crate) = a0ef947f358b9c238923f764c72a4a9d42f2d637c46e059dbd319d6e7cfb4f82 +SIZE (tabby/rust/crates/spinners-4.1.1.crate) = 9238 +SHA256 (tabby/rust/crates/spki-0.7.3.crate) = d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d +SIZE (tabby/rust/crates/spki-0.7.3.crate) = 16409 +SHA256 (tabby/rust/crates/sql_query_builder-2.2.0.crate) = a85dbaf3c8d08abe8a95a51860550236a07bd6fc097e2bff054ad8c2bf9a0df5 +SIZE (tabby/rust/crates/sql_query_builder-2.2.0.crate) = 38029 +SHA256 (tabby/rust/crates/sqlformat-0.2.3.crate) = ce81b7bd7c4493975347ef60d8c7e8b742d4694f4c49f93e0a12ea263938176c +SIZE (tabby/rust/crates/sqlformat-0.2.3.crate) = 21878 +SHA256 (tabby/rust/crates/sqlx-rt-0.6.3.crate) = 804d3f245f894e61b1e6263c84b23ca675d96753b5abfd5cc8597d86806e8024 +SIZE (tabby/rust/crates/sqlx-rt-0.6.3.crate) = 2327 +SHA256 (tabby/rust/crates/stable_deref_trait-1.2.0.crate) = a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3 +SIZE (tabby/rust/crates/stable_deref_trait-1.2.0.crate) = 8054 +SHA256 (tabby/rust/crates/stacker-0.1.15.crate) = c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce +SIZE (tabby/rust/crates/stacker-0.1.15.crate) = 14656 +SHA256 (tabby/rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f +SIZE (tabby/rust/crates/static_assertions-1.1.0.crate) = 18480 +SHA256 (tabby/rust/crates/strfmt-0.2.4.crate) = 7a8348af2d9fc3258c8733b8d9d8db2e56f54b2363a4b5b81585c7875ed65e65 +SIZE (tabby/rust/crates/strfmt-0.2.4.crate) = 15194 +SHA256 (tabby/rust/crates/string_cache-0.8.7.crate) = f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b +SIZE (tabby/rust/crates/string_cache-0.8.7.crate) = 16655 +SHA256 (tabby/rust/crates/string_cache_codegen-0.5.2.crate) = 6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988 +SIZE (tabby/rust/crates/string_cache_codegen-0.5.2.crate) = 8156 +SHA256 (tabby/rust/crates/stringprep-0.1.5.crate) = 7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1 +SIZE (tabby/rust/crates/stringprep-0.1.5.crate) = 23573 +SHA256 (tabby/rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623 +SIZE (tabby/rust/crates/strsim-0.10.0.crate) = 11355 +SHA256 (tabby/rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f +SIZE (tabby/rust/crates/strsim-0.11.1.crate) = 14266 +SHA256 (tabby/rust/crates/strum-0.24.1.crate) = 063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f +SIZE (tabby/rust/crates/strum-0.24.1.crate) = 5636 +SHA256 (tabby/rust/crates/strum-0.26.2.crate) = 5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29 +SIZE (tabby/rust/crates/strum-0.26.2.crate) = 7189 +SHA256 (tabby/rust/crates/strum_macros-0.24.3.crate) = 1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59 +SIZE (tabby/rust/crates/strum_macros-0.24.3.crate) = 20696 +SHA256 (tabby/rust/crates/strum_macros-0.26.2.crate) = c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946 +SIZE (tabby/rust/crates/strum_macros-0.26.2.crate) = 27056 +SHA256 (tabby/rust/crates/subtle-2.5.0.crate) = 81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc +SIZE (tabby/rust/crates/subtle-2.5.0.crate) = 13909 +SHA256 (tabby/rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 +SIZE (tabby/rust/crates/syn-1.0.109.crate) = 237611 +SHA256 (tabby/rust/crates/syn-2.0.100.crate) = b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0 +SIZE (tabby/rust/crates/syn-2.0.100.crate) = 297947 +SHA256 (tabby/rust/crates/sync_wrapper-0.1.2.crate) = 2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160 +SIZE (tabby/rust/crates/sync_wrapper-0.1.2.crate) = 6933 +SHA256 (tabby/rust/crates/sync_wrapper-1.0.1.crate) = a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394 +SIZE (tabby/rust/crates/sync_wrapper-1.0.1.crate) = 6939 +SHA256 (tabby/rust/crates/sysinfo-0.33.0.crate) = 948512566b1895f93b1592c7574baeb2de842f224f2aab158799ecadb8ebbb46 +SIZE (tabby/rust/crates/sysinfo-0.33.0.crate) = 196459 +SHA256 (tabby/rust/crates/system-configuration-0.5.1.crate) = ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7 +SIZE (tabby/rust/crates/system-configuration-0.5.1.crate) = 12618 +SHA256 (tabby/rust/crates/system-configuration-sys-0.5.0.crate) = a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9 +SIZE (tabby/rust/crates/system-configuration-sys-0.5.0.crate) = 6730 +SHA256 (tabby/rust/crates/tantivy-fst-0.5.0.crate) = d60769b80ad7953d8a7b2c70cdfe722bbcdcac6bccc8ac934c40c034d866fc18 +SIZE (tabby/rust/crates/tantivy-fst-0.5.0.crate) = 1561221 +SHA256 (tabby/rust/crates/tarpc-0.33.0.crate) = 6f41bce44d290df0598ae4b9cd6ea7f58f651fd3aa4af1b26060c4fa32b08af7 +SIZE (tabby/rust/crates/tarpc-0.33.0.crate) = 66640 +SHA256 (tabby/rust/crates/tarpc-plugins-0.12.0.crate) = 0ee42b4e559f17bce0385ebf511a7beb67d5cc33c12c96b7f4e9789919d9c10f +SIZE (tabby/rust/crates/tarpc-plugins-0.12.0.crate) = 8128 +SHA256 (tabby/rust/crates/temp_testdir-0.2.3.crate) = 921f1e9c427802414907a48b21a6504ff6b3a15a1a3cf37e699590949ad9befc +SIZE (tabby/rust/crates/temp_testdir-0.2.3.crate) = 3314 +SHA256 (tabby/rust/crates/tempfile-3.10.1.crate) = 85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1 +SIZE (tabby/rust/crates/tempfile-3.10.1.crate) = 33653 +SHA256 (tabby/rust/crates/tendril-0.4.3.crate) = d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0 +SIZE (tabby/rust/crates/tendril-0.4.3.crate) = 37210 +SHA256 (tabby/rust/crates/termcolor-1.4.1.crate) = 06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755 +SIZE (tabby/rust/crates/termcolor-1.4.1.crate) = 18773 +SHA256 (tabby/rust/crates/text-splitter-0.13.3.crate) = 2ab9dc04b7cf08eb01c07c272bf699fa55679a326ddf7dd075e14094efc80fb9 +SIZE (tabby/rust/crates/text-splitter-0.13.3.crate) = 41620 +SHA256 (tabby/rust/crates/thin-slice-0.1.1.crate) = 8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c +SIZE (tabby/rust/crates/thin-slice-0.1.1.crate) = 4484 +SHA256 (tabby/rust/crates/thiserror-1.0.61.crate) = c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709 +SIZE (tabby/rust/crates/thiserror-1.0.61.crate) = 21264 +SHA256 (tabby/rust/crates/thiserror-2.0.12.crate) = 567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708 +SIZE (tabby/rust/crates/thiserror-2.0.12.crate) = 28693 +SHA256 (tabby/rust/crates/thiserror-impl-1.0.61.crate) = 46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533 +SIZE (tabby/rust/crates/thiserror-impl-1.0.61.crate) = 15786 +SHA256 (tabby/rust/crates/thiserror-impl-2.0.12.crate) = 7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d +SIZE (tabby/rust/crates/thiserror-impl-2.0.12.crate) = 21141 +SHA256 (tabby/rust/crates/thread_local-1.1.8.crate) = 8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c +SIZE (tabby/rust/crates/thread_local-1.1.8.crate) = 13962 +SHA256 (tabby/rust/crates/time-0.3.36.crate) = 5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885 +SIZE (tabby/rust/crates/time-0.3.36.crate) = 119805 +SHA256 (tabby/rust/crates/time-core-0.1.2.crate) = ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3 +SIZE (tabby/rust/crates/time-core-0.1.2.crate) = 7191 +SHA256 (tabby/rust/crates/time-macros-0.2.18.crate) = 3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf +SIZE (tabby/rust/crates/time-macros-0.2.18.crate) = 24361 +SHA256 (tabby/rust/crates/tinyvec-1.6.0.crate) = 87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50 +SIZE (tabby/rust/crates/tinyvec-1.6.0.crate) = 45991 +SHA256 (tabby/rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 +SIZE (tabby/rust/crates/tinyvec_macros-0.1.1.crate) = 5865 +SHA256 (tabby/rust/crates/tokio-1.42.0.crate) = 5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551 +SIZE (tabby/rust/crates/tokio-1.42.0.crate) = 806998 +SHA256 (tabby/rust/crates/tokio-macros-2.4.0.crate) = 693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752 +SIZE (tabby/rust/crates/tokio-macros-2.4.0.crate) = 12501 +SHA256 (tabby/rust/crates/tokio-native-tls-0.3.1.crate) = bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2 +SIZE (tabby/rust/crates/tokio-native-tls-0.3.1.crate) = 20676 +SHA256 (tabby/rust/crates/tokio-retry-0.3.0.crate) = 7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f +SIZE (tabby/rust/crates/tokio-retry-0.3.0.crate) = 6146 +SHA256 (tabby/rust/crates/tokio-rustls-0.23.4.crate) = c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59 +SIZE (tabby/rust/crates/tokio-rustls-0.23.4.crate) = 27024 +SHA256 (tabby/rust/crates/tokio-rustls-0.25.0.crate) = 775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f +SIZE (tabby/rust/crates/tokio-rustls-0.25.0.crate) = 30541 +SHA256 (tabby/rust/crates/tokio-rustls-0.26.1.crate) = 5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37 +SIZE (tabby/rust/crates/tokio-rustls-0.26.1.crate) = 31214 +SHA256 (tabby/rust/crates/tokio-serde-0.8.0.crate) = 911a61637386b789af998ee23f50aa30d5fd7edcec8d6d3dedae5e5815205466 +SIZE (tabby/rust/crates/tokio-serde-0.8.0.crate) = 15720 +SHA256 (tabby/rust/crates/tokio-stream-0.1.17.crate) = eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047 +SIZE (tabby/rust/crates/tokio-stream-0.1.17.crate) = 38477 +SHA256 (tabby/rust/crates/tokio-tungstenite-0.21.0.crate) = c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38 +SIZE (tabby/rust/crates/tokio-tungstenite-0.21.0.crate) = 28159 +SHA256 (tabby/rust/crates/tokio-tungstenite-0.26.2.crate) = 7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084 +SIZE (tabby/rust/crates/tokio-tungstenite-0.26.2.crate) = 29868 +SHA256 (tabby/rust/crates/tokio-util-0.7.11.crate) = 9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1 +SIZE (tabby/rust/crates/tokio-util-0.7.11.crate) = 113421 +SHA256 (tabby/rust/crates/toml-0.7.8.crate) = dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257 +SIZE (tabby/rust/crates/toml-0.7.8.crate) = 49671 +SHA256 (tabby/rust/crates/toml_datetime-0.6.6.crate) = 4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf +SIZE (tabby/rust/crates/toml_datetime-0.6.6.crate) = 11698 +SHA256 (tabby/rust/crates/toml_edit-0.19.15.crate) = 1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421 +SIZE (tabby/rust/crates/toml_edit-0.19.15.crate) = 95324 +SHA256 (tabby/rust/crates/tonic-0.12.3.crate) = 877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52 +SIZE (tabby/rust/crates/tonic-0.12.3.crate) = 99380 +SHA256 (tabby/rust/crates/tower-0.4.13.crate) = b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c +SIZE (tabby/rust/crates/tower-0.4.13.crate) = 106906 +SHA256 (tabby/rust/crates/tower-0.5.2.crate) = d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9 +SIZE (tabby/rust/crates/tower-0.5.2.crate) = 109417 +SHA256 (tabby/rust/crates/tower-http-0.5.2.crate) = 1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5 +SIZE (tabby/rust/crates/tower-http-0.5.2.crate) = 118675 +SHA256 (tabby/rust/crates/tower-http-0.6.2.crate) = 403fa3b783d4b626a8ad51d766ab03cb6d2dbfc46b1c5d4448395e6628dc9697 +SIZE (tabby/rust/crates/tower-http-0.6.2.crate) = 129672 +SHA256 (tabby/rust/crates/tower-layer-0.3.3.crate) = 121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e +SIZE (tabby/rust/crates/tower-layer-0.3.3.crate) = 6180 +SHA256 (tabby/rust/crates/tower-service-0.3.3.crate) = 8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3 +SIZE (tabby/rust/crates/tower-service-0.3.3.crate) = 6950 +SHA256 (tabby/rust/crates/tracing-0.1.40.crate) = c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef +SIZE (tabby/rust/crates/tracing-0.1.40.crate) = 79459 +SHA256 (tabby/rust/crates/tracing-attributes-0.1.27.crate) = 34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7 +SIZE (tabby/rust/crates/tracing-attributes-0.1.27.crate) = 32241 +SHA256 (tabby/rust/crates/tracing-core-0.1.32.crate) = c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54 +SIZE (tabby/rust/crates/tracing-core-0.1.32.crate) = 61221 +SHA256 (tabby/rust/crates/tracing-error-0.2.0.crate) = d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e +SIZE (tabby/rust/crates/tracing-error-0.2.0.crate) = 13938 +SHA256 (tabby/rust/crates/tracing-log-0.2.0.crate) = ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3 +SIZE (tabby/rust/crates/tracing-log-0.2.0.crate) = 17561 +SHA256 (tabby/rust/crates/tracing-opentelemetry-0.18.0.crate) = 21ebb87a95ea13271332df069020513ab70bdb5637ca42d6e492dc3bbbad48de +SIZE (tabby/rust/crates/tracing-opentelemetry-0.18.0.crate) = 109052 +SHA256 (tabby/rust/crates/tracing-opentelemetry-0.28.0.crate) = 97a971f6058498b5c0f1affa23e7ea202057a7301dbff68e968b2d578bcbd053 +SIZE (tabby/rust/crates/tracing-opentelemetry-0.28.0.crate) = 139552 +SHA256 (tabby/rust/crates/tracing-subscriber-0.3.18.crate) = ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b +SIZE (tabby/rust/crates/tracing-subscriber-0.3.18.crate) = 196312 +SHA256 (tabby/rust/crates/tracing-test-0.2.4.crate) = 3a2c0ff408fe918a94c428a3f2ad04e4afd5c95bbc08fcf868eff750c15728a4 +SIZE (tabby/rust/crates/tracing-test-0.2.4.crate) = 5229 +SHA256 (tabby/rust/crates/tracing-test-macro-0.2.4.crate) = 258bc1c4f8e2e73a977812ab339d503e6feeb92700f6d07a6de4d321522d5c08 +SIZE (tabby/rust/crates/tracing-test-macro-0.2.4.crate) = 3785 +SHA256 (tabby/rust/crates/trackable-1.3.0.crate) = b15bd114abb99ef8cee977e517c8f37aee63f184f2d08e3e6ceca092373369ae +SIZE (tabby/rust/crates/trackable-1.3.0.crate) = 12404 +SHA256 (tabby/rust/crates/trackable_derive-1.0.0.crate) = ebeb235c5847e2f82cfe0f07eb971d1e5f6804b18dac2ae16349cc604380f82f +SIZE (tabby/rust/crates/trackable_derive-1.0.0.crate) = 3488 +SHA256 (tabby/rust/crates/tree-sitter-0.22.6.crate) = df7cc499ceadd4dcdf7ec6d4cbc34ece92c3fa07821e287aedecd4416c516dca +SIZE (tabby/rust/crates/tree-sitter-0.22.6.crate) = 173157 +SHA256 (tabby/rust/crates/tree-sitter-c-sharp-0.21.2.crate) = ff899037068a1ffbb891891b7e94db1400ddf12c3d934b85b8c9e30be5cd18da +SIZE (tabby/rust/crates/tree-sitter-c-sharp-0.21.2.crate) = 1370850 +SHA256 (tabby/rust/crates/tree-sitter-elixir-0.2.0.crate) = df94bf7f057768b1cab2ee1f14812ed4ae33f9e04d09254043eeaa797db4ef70 +SIZE (tabby/rust/crates/tree-sitter-elixir-0.2.0.crate) = 503935 +SHA256 (tabby/rust/crates/tree-sitter-go-0.21.0.crate) = 55cb318be5ccf75f44e054acf6898a5c95d59b53443eed578e16be0cd7ec037f +SIZE (tabby/rust/crates/tree-sitter-go-0.21.0.crate) = 112581 +SHA256 (tabby/rust/crates/tree-sitter-java-0.21.0.crate) = 33bc21adf831a773c075d9d00107ab43965e6a6ea7607b47fd9ec6f3db4b481b +SIZE (tabby/rust/crates/tree-sitter-java-0.21.0.crate) = 167873 +SHA256 (tabby/rust/crates/tree-sitter-kotlin-0.3.6.crate) = c88dfbb22333118a5d5c5c10b19f93d115a6fa3c8a69dd0e6a260a64f9f5a79b +SIZE (tabby/rust/crates/tree-sitter-kotlin-0.3.6.crate) = 1307228 +SHA256 (tabby/rust/crates/tree-sitter-lua-0.1.0.crate) = 3b9fe6fc87bd480e1943fc1fcb02453fb2da050e4e8ce0daa67d801544046856 +SIZE (tabby/rust/crates/tree-sitter-lua-0.1.0.crate) = 40446 +SHA256 (tabby/rust/crates/tree-sitter-python-0.21.0.crate) = b4066c6cf678f962f8c2c4561f205945c84834cce73d981e71392624fdc390a9 +SIZE (tabby/rust/crates/tree-sitter-python-0.21.0.crate) = 181729 +SHA256 (tabby/rust/crates/tree-sitter-ruby-0.21.0.crate) = c0031f687c0772f2dad7b77104c43428611099a1804c81244ada21560f41f0b1 +SIZE (tabby/rust/crates/tree-sitter-ruby-0.21.0.crate) = 506613 +SHA256 (tabby/rust/crates/tree-sitter-rust-0.21.2.crate) = 277690f420bf90741dea984f3da038ace46c4fe6047cba57a66822226cde1c93 +SIZE (tabby/rust/crates/tree-sitter-rust-0.21.2.crate) = 339433 +SHA256 (tabby/rust/crates/tree-sitter-scala-0.22.1.crate) = a464d8e2e1837cf20b34204c51c369da3483e55c3ea013c6db81a04439e17895 +SIZE (tabby/rust/crates/tree-sitter-scala-0.22.1.crate) = 1097538 +SHA256 (tabby/rust/crates/tree-sitter-tags-0.22.6.crate) = 34380416097ab36d1b4cd83f887d9e150ea4feaeb6ee9a5ecfe53d26839acc69 +SIZE (tabby/rust/crates/tree-sitter-tags-0.22.6.crate) = 10170 +SHA256 (tabby/rust/crates/tree-sitter-typescript-0.21.1.crate) = f07523e51e3b88529360a89038c0cca7ee877db40a40141514eece8b4cddcbb4 +SIZE (tabby/rust/crates/tree-sitter-typescript-0.21.1.crate) = 1309132 +SHA256 (tabby/rust/crates/trie-rs-0.1.1.crate) = 5096c019d49566aff57593a06e401c7f588da84e9a575d0ed2ac0913f51928c0 +SIZE (tabby/rust/crates/trie-rs-0.1.1.crate) = 917350 +SHA256 (tabby/rust/crates/try-lock-0.2.5.crate) = e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b +SIZE (tabby/rust/crates/try-lock-0.2.5.crate) = 4314 +SHA256 (tabby/rust/crates/tungstenite-0.21.0.crate) = 9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1 +SIZE (tabby/rust/crates/tungstenite-0.21.0.crate) = 59858 +SHA256 (tabby/rust/crates/tungstenite-0.26.2.crate) = 4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13 +SIZE (tabby/rust/crates/tungstenite-0.26.2.crate) = 65315 +SHA256 (tabby/rust/crates/typenum-1.17.0.crate) = 42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825 +SIZE (tabby/rust/crates/typenum-1.17.0.crate) = 42849 +SHA256 (tabby/rust/crates/ucd-trie-0.1.6.crate) = ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9 +SIZE (tabby/rust/crates/ucd-trie-0.1.6.crate) = 45790 +SHA256 (tabby/rust/crates/unicase-2.7.0.crate) = f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89 +SIZE (tabby/rust/crates/unicase-2.7.0.crate) = 23783 +SHA256 (tabby/rust/crates/unicode-bidi-0.3.15.crate) = 08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75 +SIZE (tabby/rust/crates/unicode-bidi-0.3.15.crate) = 56811 +SHA256 (tabby/rust/crates/unicode-ident-1.0.12.crate) = 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b +SIZE (tabby/rust/crates/unicode-ident-1.0.12.crate) = 42168 +SHA256 (tabby/rust/crates/unicode-normalization-0.1.23.crate) = a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5 +SIZE (tabby/rust/crates/unicode-normalization-0.1.23.crate) = 122649 +SHA256 (tabby/rust/crates/unicode-properties-0.1.1.crate) = e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291 +SIZE (tabby/rust/crates/unicode-properties-0.1.1.crate) = 41088 +SHA256 (tabby/rust/crates/unicode-segmentation-1.11.0.crate) = d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202 +SIZE (tabby/rust/crates/unicode-segmentation-1.11.0.crate) = 102740 +SHA256 (tabby/rust/crates/unicode-width-0.1.12.crate) = 68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6 +SIZE (tabby/rust/crates/unicode-width-0.1.12.crate) = 24062 +SHA256 (tabby/rust/crates/unicode_categories-0.1.1.crate) = 39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e +SIZE (tabby/rust/crates/unicode_categories-0.1.1.crate) = 87298 +SHA256 (tabby/rust/crates/unreachable-1.0.0.crate) = 382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56 +SIZE (tabby/rust/crates/unreachable-1.0.0.crate) = 6355 +SHA256 (tabby/rust/crates/untrusted-0.7.1.crate) = a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a +SIZE (tabby/rust/crates/untrusted-0.7.1.crate) = 7924 +SHA256 (tabby/rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 +SIZE (tabby/rust/crates/untrusted-0.9.0.crate) = 14447 +SHA256 (tabby/rust/crates/url-2.5.0.crate) = 31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633 +SIZE (tabby/rust/crates/url-2.5.0.crate) = 78605 +SHA256 (tabby/rust/crates/url-parse-1.0.8.crate) = 865ece61c15cae30f180636ae551daa25c318c181938da07f3ab3ed06750bdd2 +SIZE (tabby/rust/crates/url-parse-1.0.8.crate) = 11376 +SHA256 (tabby/rust/crates/urlencoding-2.1.3.crate) = daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da +SIZE (tabby/rust/crates/urlencoding-2.1.3.crate) = 6538 +SHA256 (tabby/rust/crates/utf-8-0.7.6.crate) = 09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9 +SIZE (tabby/rust/crates/utf-8-0.7.6.crate) = 10422 +SHA256 (tabby/rust/crates/utf8-ranges-1.0.5.crate) = 7fcfc827f90e53a02eaef5e535ee14266c1d569214c6aa70133a624d8a3164ba +SIZE (tabby/rust/crates/utf8-ranges-1.0.5.crate) = 8497 +SHA256 (tabby/rust/crates/utf8parse-0.2.1.crate) = 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a +SIZE (tabby/rust/crates/utf8parse-0.2.1.crate) = 13435 +SHA256 (tabby/rust/crates/utoipa-5.3.1.crate) = 435c6f69ef38c9017b4b4eea965dfb91e71e53d869e896db40d1cf2441dd75c0 +SIZE (tabby/rust/crates/utoipa-5.3.1.crate) = 73405 +SHA256 (tabby/rust/crates/utoipa-gen-5.3.1.crate) = a77d306bc75294fd52f3e99b13ece67c02c1a2789190a6f31d32f736624326f7 +SIZE (tabby/rust/crates/utoipa-gen-5.3.1.crate) = 196460 +SHA256 (tabby/rust/crates/utoipa-swagger-ui-9.0.1.crate) = d29519b3c485df6b13f4478ac909a491387e9ef70204487c3b64b53749aec0be +SIZE (tabby/rust/crates/utoipa-swagger-ui-9.0.1.crate) = 51917 +SHA256 (tabby/rust/crates/uuid-1.8.0.crate) = a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0 +SIZE (tabby/rust/crates/uuid-1.8.0.crate) = 44043 +SHA256 (tabby/rust/crates/uuid-macro-internal-1.8.0.crate) = 9881bea7cbe687e36c9ab3b778c36cd0487402e270304e8b1296d5085303c1a2 +SIZE (tabby/rust/crates/uuid-macro-internal-1.8.0.crate) = 9135 +SHA256 (tabby/rust/crates/validator-0.18.1.crate) = db79c75af171630a3148bd3e6d7c4f42b6a9a014c2945bc5ed0020cbb8d9478e +SIZE (tabby/rust/crates/validator-0.18.1.crate) = 15702 +SHA256 (tabby/rust/crates/validator_derive-0.18.1.crate) = 55591299b7007f551ed1eb79a684af7672c19c3193fb9e0a31936987bb2438ec +SIZE (tabby/rust/crates/validator_derive-0.18.1.crate) = 12788 +SHA256 (tabby/rust/crates/valuable-0.1.0.crate) = 830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d +SIZE (tabby/rust/crates/valuable-0.1.0.crate) = 27718 +SHA256 (tabby/rust/crates/value-trait-0.8.1.crate) = dad8db98c1e677797df21ba03fca7d3bf9bec3ca38db930954e4fe6e1ea27eb4 +SIZE (tabby/rust/crates/value-trait-0.8.1.crate) = 24610 +SHA256 (tabby/rust/crates/vcpkg-0.2.15.crate) = accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426 +SIZE (tabby/rust/crates/vcpkg-0.2.15.crate) = 228735 +SHA256 (tabby/rust/crates/vergen-8.3.1.crate) = e27d6bdd219887a9eadd19e1c34f32e47fa332301184935c6d9bca26f3cca525 +SIZE (tabby/rust/crates/vergen-8.3.1.crate) = 44665 +SHA256 (tabby/rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f +SIZE (tabby/rust/crates/version_check-0.9.4.crate) = 14895 +SHA256 (tabby/rust/crates/void-1.0.2.crate) = 6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d +SIZE (tabby/rust/crates/void-1.0.2.crate) = 2356 +SHA256 (tabby/rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b +SIZE (tabby/rust/crates/walkdir-2.5.0.crate) = 23951 +SHA256 (tabby/rust/crates/want-0.3.1.crate) = bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e +SIZE (tabby/rust/crates/want-0.3.1.crate) = 6398 +SHA256 (tabby/rust/crates/wasi-0.9.0+wasi-snapshot-preview1.crate) = cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519 +SIZE (tabby/rust/crates/wasi-0.9.0+wasi-snapshot-preview1.crate) = 31521 +SHA256 (tabby/rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 +SIZE (tabby/rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 +SHA256 (tabby/rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3 +SIZE (tabby/rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 140921 +SHA256 (tabby/rust/crates/wasite-0.1.0.crate) = b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b +SIZE (tabby/rust/crates/wasite-0.1.0.crate) = 2346 +SHA256 (tabby/rust/crates/wasm-bindgen-0.2.92.crate) = 4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8 +SIZE (tabby/rust/crates/wasm-bindgen-0.2.92.crate) = 184119 +SHA256 (tabby/rust/crates/wasm-bindgen-backend-0.2.92.crate) = 614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da +SIZE (tabby/rust/crates/wasm-bindgen-backend-0.2.92.crate) = 28348 +SHA256 (tabby/rust/crates/wasm-bindgen-futures-0.4.42.crate) = 76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0 +SIZE (tabby/rust/crates/wasm-bindgen-futures-0.4.42.crate) = 15380 +SHA256 (tabby/rust/crates/wasm-bindgen-macro-0.2.92.crate) = a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726 +SIZE (tabby/rust/crates/wasm-bindgen-macro-0.2.92.crate) = 13835 +SHA256 (tabby/rust/crates/wasm-bindgen-macro-support-0.2.92.crate) = e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7 +SIZE (tabby/rust/crates/wasm-bindgen-macro-support-0.2.92.crate) = 20092 +SHA256 (tabby/rust/crates/wasm-bindgen-shared-0.2.92.crate) = af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96 +SIZE (tabby/rust/crates/wasm-bindgen-shared-0.2.92.crate) = 7263 +SHA256 (tabby/rust/crates/wasm-streams-0.4.0.crate) = b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129 +SIZE (tabby/rust/crates/wasm-streams-0.4.0.crate) = 34328 +SHA256 (tabby/rust/crates/web-sys-0.3.69.crate) = 77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef +SIZE (tabby/rust/crates/web-sys-0.3.69.crate) = 728877 +SHA256 (tabby/rust/crates/web-time-1.1.0.crate) = 5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb +SIZE (tabby/rust/crates/web-time-1.1.0.crate) = 18026 +SHA256 (tabby/rust/crates/webpki-0.22.4.crate) = ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53 +SIZE (tabby/rust/crates/webpki-0.22.4.crate) = 63472 +SHA256 (tabby/rust/crates/webpki-roots-0.26.3.crate) = bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd +SIZE (tabby/rust/crates/webpki-roots-0.26.3.crate) = 248438 +SHA256 (tabby/rust/crates/which-6.0.1.crate) = 8211e4f58a2b2805adfbefbc07bab82958fc91e3836339b1ab7ae32465dce0d7 +SIZE (tabby/rust/crates/which-6.0.1.crate) = 16542 +SHA256 (tabby/rust/crates/whoami-1.5.1.crate) = a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9 +SIZE (tabby/rust/crates/whoami-1.5.1.crate) = 24026 +SHA256 (tabby/rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 +SIZE (tabby/rust/crates/winapi-0.3.9.crate) = 1200382 +SHA256 (tabby/rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 +SIZE (tabby/rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 +SHA256 (tabby/rust/crates/winapi-util-0.1.8.crate) = 4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b +SIZE (tabby/rust/crates/winapi-util-0.1.8.crate) = 12416 +SHA256 (tabby/rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f +SIZE (tabby/rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 +SHA256 (tabby/rust/crates/windows-0.48.0.crate) = e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f +SIZE (tabby/rust/crates/windows-0.48.0.crate) = 11864177 +SHA256 (tabby/rust/crates/windows-0.52.0.crate) = e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be +SIZE (tabby/rust/crates/windows-0.52.0.crate) = 11843715 +SHA256 (tabby/rust/crates/windows-0.57.0.crate) = 12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143 +SIZE (tabby/rust/crates/windows-0.57.0.crate) = 9694564 +SHA256 (tabby/rust/crates/windows-core-0.52.0.crate) = 33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9 +SIZE (tabby/rust/crates/windows-core-0.52.0.crate) = 42154 +SHA256 (tabby/rust/crates/windows-core-0.57.0.crate) = d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d +SIZE (tabby/rust/crates/windows-core-0.57.0.crate) = 53695 +SHA256 (tabby/rust/crates/windows-implement-0.57.0.crate) = 9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7 +SIZE (tabby/rust/crates/windows-implement-0.57.0.crate) = 10470 +SHA256 (tabby/rust/crates/windows-interface-0.57.0.crate) = 29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7 +SIZE (tabby/rust/crates/windows-interface-0.57.0.crate) = 10931 +SHA256 (tabby/rust/crates/windows-result-0.1.2.crate) = 5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8 +SIZE (tabby/rust/crates/windows-result-0.1.2.crate) = 10601 +SHA256 (tabby/rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 +SIZE (tabby/rust/crates/windows-sys-0.48.0.crate) = 2628884 +SHA256 (tabby/rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d +SIZE (tabby/rust/crates/windows-sys-0.52.0.crate) = 2576877 +SHA256 (tabby/rust/crates/windows-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c +SIZE (tabby/rust/crates/windows-targets-0.48.5.crate) = 6904 +SHA256 (tabby/rust/crates/windows-targets-0.52.5.crate) = 6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb +SIZE (tabby/rust/crates/windows-targets-0.52.5.crate) = 6376 +SHA256 (tabby/rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 +SIZE (tabby/rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 418492 +SHA256 (tabby/rust/crates/windows_aarch64_gnullvm-0.52.5.crate) = 7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263 +SIZE (tabby/rust/crates/windows_aarch64_gnullvm-0.52.5.crate) = 433266 +SHA256 (tabby/rust/crates/windows_aarch64_msvc-0.48.5.crate) = dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc +SIZE (tabby/rust/crates/windows_aarch64_msvc-0.48.5.crate) = 798483 +SHA256 (tabby/rust/crates/windows_aarch64_msvc-0.52.5.crate) = 9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6 +SIZE (tabby/rust/crates/windows_aarch64_msvc-0.52.5.crate) = 827944 +SHA256 (tabby/rust/crates/windows_i686_gnu-0.48.5.crate) = a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e +SIZE (tabby/rust/crates/windows_i686_gnu-0.48.5.crate) = 844891 +SHA256 (tabby/rust/crates/windows_i686_gnu-0.52.5.crate) = 88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670 +SIZE (tabby/rust/crates/windows_i686_gnu-0.52.5.crate) = 875699 +SHA256 (tabby/rust/crates/windows_i686_gnullvm-0.52.5.crate) = 87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9 +SIZE (tabby/rust/crates/windows_i686_gnullvm-0.52.5.crate) = 473064 +SHA256 (tabby/rust/crates/windows_i686_msvc-0.48.5.crate) = 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406 +SIZE (tabby/rust/crates/windows_i686_msvc-0.48.5.crate) = 864300 +SHA256 (tabby/rust/crates/windows_i686_msvc-0.52.5.crate) = db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf +SIZE (tabby/rust/crates/windows_i686_msvc-0.52.5.crate) = 895404 +SHA256 (tabby/rust/crates/windows_x86_64_gnu-0.48.5.crate) = 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e +SIZE (tabby/rust/crates/windows_x86_64_gnu-0.48.5.crate) = 801619 +SHA256 (tabby/rust/crates/windows_x86_64_gnu-0.52.5.crate) = 4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9 +SIZE (tabby/rust/crates/windows_x86_64_gnu-0.52.5.crate) = 831539 +SHA256 (tabby/rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc +SIZE (tabby/rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 418486 +SHA256 (tabby/rust/crates/windows_x86_64_gnullvm-0.52.5.crate) = 852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596 +SIZE (tabby/rust/crates/windows_x86_64_gnullvm-0.52.5.crate) = 433246 +SHA256 (tabby/rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 +SIZE (tabby/rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 +SHA256 (tabby/rust/crates/windows_x86_64_msvc-0.52.5.crate) = bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0 +SIZE (tabby/rust/crates/windows_x86_64_msvc-0.52.5.crate) = 827905 +SHA256 (tabby/rust/crates/winnow-0.5.40.crate) = f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876 +SIZE (tabby/rust/crates/winnow-0.5.40.crate) = 159316 +SHA256 (tabby/rust/crates/winreg-0.52.0.crate) = a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5 +SIZE (tabby/rust/crates/winreg-0.52.0.crate) = 30148 +SHA256 (tabby/rust/crates/winsafe-0.0.19.crate) = d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904 +SIZE (tabby/rust/crates/winsafe-0.0.19.crate) = 492820 +SHA256 (tabby/rust/crates/wit-bindgen-rt-0.39.0.crate) = 6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1 +SIZE (tabby/rust/crates/wit-bindgen-rt-0.39.0.crate) = 12241 +SHA256 (tabby/rust/crates/wrapcenum-derive-0.4.1.crate) = a76ff259533532054cfbaefb115c613203c73707017459206380f03b3b3f266e +SIZE (tabby/rust/crates/wrapcenum-derive-0.4.1.crate) = 7400 +SHA256 (tabby/rust/crates/xml5ever-0.18.0.crate) = 7c376f76ed09df711203e20c3ef5ce556f0166fa03d39590016c0fd625437fad +SIZE (tabby/rust/crates/xml5ever-0.18.0.crate) = 40964 +SHA256 (tabby/rust/crates/zerocopy-0.7.34.crate) = ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087 +SIZE (tabby/rust/crates/zerocopy-0.7.34.crate) = 151177 +SHA256 (tabby/rust/crates/zerocopy-derive-0.7.34.crate) = 15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b +SIZE (tabby/rust/crates/zerocopy-derive-0.7.34.crate) = 37907 +SHA256 (tabby/rust/crates/zeroize-1.8.1.crate) = ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde +SIZE (tabby/rust/crates/zeroize-1.8.1.crate) = 20029 +SHA256 (tabby/rust/crates/zip-2.6.1.crate) = 1dcb24d0152526ae49b9b96c1dcf71850ca1e0b882e4e28ed898a93c41334744 +SIZE (tabby/rust/crates/zip-2.6.1.crate) = 112133 +SHA256 (tabby/rust/crates/zopfli-0.8.2.crate) = edfc5ee405f504cd4984ecc6f14d02d55cfda60fa4b689434ef4102aae150cd7 +SIZE (tabby/rust/crates/zopfli-0.8.2.crate) = 51842 +SHA256 (tabby/rust/crates/zstd-0.13.1.crate) = 2d789b1514203a1120ad2429eae43a7bd32b90976a7bb8a05f7ec02fa88cc23a +SIZE (tabby/rust/crates/zstd-0.13.1.crate) = 29805 +SHA256 (tabby/rust/crates/zstd-safe-7.1.0.crate) = 1cd99b45c6bc03a018c8b8a86025678c87e55526064e38f9df301989dce7ec0a +SIZE (tabby/rust/crates/zstd-safe-7.1.0.crate) = 20792 +SHA256 (tabby/rust/crates/zstd-sys-2.0.10+zstd.1.5.6.crate) = c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa +SIZE (tabby/rust/crates/zstd-sys-2.0.10+zstd.1.5.6.crate) = 749088 +SHA256 (tabby/tree-sitter-tree-sitter-cpp-d29fbff09a8c9ff4f3074de2595dfca12cb33da9_GH0.tar.gz) = 0513bc228947ecffb8ce935d0e13007e59680cf6316b7faadbf6f06484632cf3 +SIZE (tabby/tree-sitter-tree-sitter-cpp-d29fbff09a8c9ff4f3074de2595dfca12cb33da9_GH0.tar.gz) = 1041527 +SHA256 (tabby/quickwit-oss-tantivy-4143d31865cbae9a9a7a286b0420a95814408ec7_GH0.tar.gz) = 32fe145baafaa6bc79ac718423518533114b1bdb8b006da77f5714ee0dfbf6ad +SIZE (tabby/quickwit-oss-tantivy-4143d31865cbae9a9a7a286b0420a95814408ec7_GH0.tar.gz) = 4452933 +SHA256 (tabby/tree-sitter-tree-sitter-c-00ed08f1a6c18141bfd7a81638e4d239a0bb55cc_GH0.tar.gz) = 967eb26e58e3df2d216e73f9b007a0ef8247b69a8a5f308974879f241b8db315 +SIZE (tabby/tree-sitter-tree-sitter-c-00ed08f1a6c18141bfd7a81638e4d239a0bb55cc_GH0.tar.gz) = 367206 +SHA256 (tabby/fulmicoton-oneshot-b208f493e505f5f37e180b5cdec4c22b6f99abaa_GH0.tar.gz) = 2643e78dff653585005fc46841f8cfa1e423acc03d9d55714aea2d4dfdab8e7a +SIZE (tabby/fulmicoton-oneshot-b208f493e505f5f37e180b5cdec4c22b6f99abaa_GH0.tar.gz) = 34910 +SHA256 (tabby/faceCutWall-tree-sitter-gdscript-8a8c067899d734840e8ce86fdeeeadbe8088446b_GH0.tar.gz) = 2c3105f8362630bc66835da049e8171522fae7c498081d8446bdd25538245714 +SIZE (tabby/faceCutWall-tree-sitter-gdscript-8a8c067899d734840e8ce86fdeeeadbe8088446b_GH0.tar.gz) = 112503 +SHA256 (tabby/pepperoni21-ollama-rs-56e8157d98d4185bc171fe9468d3d09bc56e9dd3_GH0.tar.gz) = 54ec33f6d472337472fdc6a8233ae739119a61b56bf33a79e946859d7dcfea9b +SIZE (tabby/pepperoni21-ollama-rs-56e8157d98d4185bc171fe9468d3d09bc56e9dd3_GH0.tar.gz) = 24107 +SHA256 (tabby/wsxiaoys-sqlx-77eb94dd672531bf1fec190aadf2f742cfb5a8db_GH0.tar.gz) = 16b69e603ff997d1e16d3249a9866eeb5e4655b77d7fbe66c97ad4d441cc6f62 +SIZE (tabby/wsxiaoys-sqlx-77eb94dd672531bf1fec190aadf2f742cfb5a8db_GH0.tar.gz) = 893791 +SHA256 (tabby/JoranHonig-tree-sitter-solidity-0e86ae647bda22c9bee00ec59752df7b3d3b000b_GH0.tar.gz) = e326121389ba67b2b1cf25c8b5f504ee14c31ce2451c4d68a665aad65fcd6579 +SIZE (tabby/JoranHonig-tree-sitter-solidity-0e86ae647bda22c9bee00ec59752df7b3d3b000b_GH0.tar.gz) = 210673 +SHA256 (tabby/TabbyML-tabby-v0.31.1_GH0.tar.gz) = 07af88ee62ec4851cb6747e24607267c4b41d0842ff44f694c1424140c75422b +SIZE (tabby/TabbyML-tabby-v0.31.1_GH0.tar.gz) = 15199514 +SHA256 (tabby/ggerganov-llama.cpp-952a47f455fbd92e2659b98b9b6317a2dafeb532_GH0.tar.gz) = 93d2c19c16adb7d5bbad04b4bfde9dfa0e3c5f6540fc1f6693cf02db6bd3ccd4 +SIZE (tabby/ggerganov-llama.cpp-952a47f455fbd92e2659b98b9b6317a2dafeb532_GH0.tar.gz) = 25404809 diff --git a/dns/amass/Makefile b/dns/amass/Makefile index 1165768d02d8..aa76e1659394 100644 --- a/dns/amass/Makefile +++ b/dns/amass/Makefile @@ -1,7 +1,6 @@ PORTNAME= amass DISTVERSIONPREFIX= v -DISTVERSION= 5.0.0 -PORTREVISION= 1 +DISTVERSION= 5.0.1 CATEGORIES= dns MAINTAINER= yuri@FreeBSD.org diff --git a/dns/amass/distinfo b/dns/amass/distinfo index 72dd7833c740..1983af89c4da 100644 --- a/dns/amass/distinfo +++ b/dns/amass/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1756087281 -SHA256 (go/dns_amass/amass-v5.0.0/v5.0.0.mod) = 78c946e3b3e7228ff2c9af8a68b28c0cf1727c0ebf4c303fa766370bed0296a2 -SIZE (go/dns_amass/amass-v5.0.0/v5.0.0.mod) = 4935 -SHA256 (go/dns_amass/amass-v5.0.0/v5.0.0.zip) = b4410134d2a5a779923fb812f7874d460c99f916abcc9beebe7b88e10f134979 -SIZE (go/dns_amass/amass-v5.0.0/v5.0.0.zip) = 430738 +TIMESTAMP = 1757057821 +SHA256 (go/dns_amass/amass-v5.0.1/v5.0.1.mod) = 9754d732e871f8f1071d161f72a05622a4cd83ad61262e57e1500af2878978b8 +SIZE (go/dns_amass/amass-v5.0.1/v5.0.1.mod) = 5046 +SHA256 (go/dns_amass/amass-v5.0.1/v5.0.1.zip) = a53635de92a8f49501004bffdfd12cccd51d5699568edce64ae84878aadd2241 +SIZE (go/dns_amass/amass-v5.0.1/v5.0.1.zip) = 431180 diff --git a/dns/dnscontrol/Makefile b/dns/dnscontrol/Makefile index e2ca8ec3e23d..c27e199dcb4f 100644 --- a/dns/dnscontrol/Makefile +++ b/dns/dnscontrol/Makefile @@ -1,7 +1,6 @@ PORTNAME= dnscontrol DISTVERSIONPREFIX=v -DISTVERSION= 4.23.0 -PORTREVISION= 1 +DISTVERSION= 4.24.0 CATEGORIES= dns MAINTAINER= decke@FreeBSD.org diff --git a/dns/dnscontrol/distinfo b/dns/dnscontrol/distinfo index 06ab1a6ad6ce..56ba9bc798d8 100644 --- a/dns/dnscontrol/distinfo +++ b/dns/dnscontrol/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1755411314 -SHA256 (go/dns_dnscontrol/dnscontrol-v4.23.0/v4.23.0.mod) = 7ecba866f7c6790165189e2d3f2ad5c3af8a031b966e17f23c265586a3900b92 -SIZE (go/dns_dnscontrol/dnscontrol-v4.23.0/v4.23.0.mod) = 7537 -SHA256 (go/dns_dnscontrol/dnscontrol-v4.23.0/v4.23.0.zip) = ef7d267b993bcedd5af46d5ba3980c11c0e65ecdbada6391b279f03f13be2c7e -SIZE (go/dns_dnscontrol/dnscontrol-v4.23.0/v4.23.0.zip) = 5552104 +TIMESTAMP = 1757064759 +SHA256 (go/dns_dnscontrol/dnscontrol-v4.24.0/v4.24.0.mod) = 1584a90fa4a12902da38c6e9fe178a451967d7576cea641c92dd113837d7d2d7 +SIZE (go/dns_dnscontrol/dnscontrol-v4.24.0/v4.24.0.mod) = 7535 +SHA256 (go/dns_dnscontrol/dnscontrol-v4.24.0/v4.24.0.zip) = 3aaed3970d90027b861f8760aa1ebce18527652b5d94376676b2718feec69da3 +SIZE (go/dns_dnscontrol/dnscontrol-v4.24.0/v4.24.0.zip) = 5560788 diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index a37a569ab628..a67e9f7bb13d 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -1,5 +1,5 @@ PORTNAME= powerdns -DISTVERSION= 4.9.8 +DISTVERSION= 5.0.0 CATEGORIES= dns MASTER_SITES= https://downloads.powerdns.com/releases/ DISTNAME= pdns-${DISTVERSION} diff --git a/dns/powerdns/distinfo b/dns/powerdns/distinfo index 29ad512c09c1..1fcc8a85a098 100644 --- a/dns/powerdns/distinfo +++ b/dns/powerdns/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754983765 -SHA256 (pdns-4.9.8.tar.bz2) = 180b66ae332d3166968e013bff7cbf6f0c72869d6be697db74a02df3ac6e8a91 -SIZE (pdns-4.9.8.tar.bz2) = 1363358 +TIMESTAMP = 1755867970 +SHA256 (pdns-5.0.0.tar.bz2) = 0dcce355d97a99acefc1d45d63c117d952149867dc7983236f7efc9e041b0a30 +SIZE (pdns-5.0.0.tar.bz2) = 1432702 diff --git a/dns/powerdns/files/patch-m4_pdns__check__libcrypto.m4 b/dns/powerdns/files/patch-m4_pdns__check__libcrypto.m4 index 6bd1ed29d7ef..93d52cf80054 100644 --- a/dns/powerdns/files/patch-m4_pdns__check__libcrypto.m4 +++ b/dns/powerdns/files/patch-m4_pdns__check__libcrypto.m4 @@ -1,4 +1,4 @@ ---- m4/pdns_check_libcrypto.m4.orig 2023-06-01 06:54:16 UTC +--- m4/pdns_check_libcrypto.m4.orig 2025-08-22 07:51:37 UTC +++ m4/pdns_check_libcrypto.m4 @@ -75,8 +75,10 @@ AC_DEFUN([PDNS_CHECK_LIBCRYPTO], [ for ssldir in $ssldirs; do @@ -12,3 +12,4 @@ + fi LIBCRYPTO_LIBS="-lcrypto" found=true + AC_MSG_RESULT([yes]) diff --git a/dns/powerdns/files/patch-m4_pdns__with__lua.m4 b/dns/powerdns/files/patch-m4_pdns__with__lua.m4 index ca71a8619a53..bafc55a676d8 100644 --- a/dns/powerdns/files/patch-m4_pdns__with__lua.m4 +++ b/dns/powerdns/files/patch-m4_pdns__with__lua.m4 @@ -1,11 +1,11 @@ ---- m4/pdns_with_lua.m4.orig 2020-09-30 10:42:53 UTC +--- m4/pdns_with_lua.m4.orig 2025-09-05 09:28:15 UTC +++ m4/pdns_with_lua.m4 -@@ -41,7 +41,7 @@ AC_DEFUN([PDNS_WITH_LUA],[ - ], [ : ]) - AS_IF([test -z "$LUAPC"], [ - found_lua=n -- m4_foreach_w([luapc], [lua5.3 lua-5.3 lua53 lua5.2 lua-5.2 lua52 lua5.1 lua-5.1 lua51 lua], [ -+ m4_foreach_w([luapc], [lua5.4 lua-5.4 lua54 lua5.3 lua-5.3 lua53 lua5.2 lua-5.2 lua52 lua5.1 lua-5.1 lua51 lua], [ - AS_IF([test "$found_lua" != "y"], [ - PKG_CHECK_MODULES([LUA], [luapc >= ${lua_min_version}], [ - AC_DEFINE([HAVE_LUA], [1], [Define to 1 if you have lua]) +@@ -40,7 +40,7 @@ AC_DEFUN([PDNS_WITH_LUA],[ + ], [ : ]) + AS_IF([test -z "$LUAPC"], [ + found_lua=n +- m4_foreach_w([luapc], [lua5.3 lua-5.3 lua53 lua5.2 lua-5.2 lua52 lua5.1 lua-5.1 lua51 lua], [ ++ m4_foreach_w([luapc], [lua5.4 lua5.3 lua-5.4 lua-5.3 lua54 lua53 lua5.2 lua-5.2 lua52 lua5.1 lua-5.1 lua51 lua], [ + AS_IF([test "$found_lua" != "y"], [ + PKG_CHECK_MODULES([LUA], [luapc >= ${lua_min_version}], [ + AC_DEFINE([HAVE_LUA], [1], [Define to 1 if you have lua]) diff --git a/dns/powerdns/files/patch-pdns_auth-main.cc b/dns/powerdns/files/patch-pdns_auth-main.cc index 38c715a46e17..e3b3fe86fe2a 100644 --- a/dns/powerdns/files/patch-pdns_auth-main.cc +++ b/dns/powerdns/files/patch-pdns_auth-main.cc @@ -1,6 +1,6 @@ ---- pdns/auth-main.cc.orig 2023-06-01 06:54:16 UTC +--- pdns/auth-main.cc.orig 2025-08-22 07:51:37 UTC +++ pdns/auth-main.cc -@@ -278,8 +278,8 @@ static void declareArguments() +@@ -282,8 +282,8 @@ static void declareArguments() ::arg().setSwitch("no-shuffle", "Set this to prevent random shuffling of answers - for regression testing") = "off"; diff --git a/dns/powerdns/files/pdns.in b/dns/powerdns/files/pdns.in index 1326371c92dc..f3865623b017 100644 --- a/dns/powerdns/files/pdns.in +++ b/dns/powerdns/files/pdns.in @@ -26,7 +26,7 @@ pdns_conf=${pdns_conf:-"%%PREFIX%%/etc/pdns/pdns.conf"} required_files=${pdns_conf} -pidfile=/var/run/pdns/${name}.pid +pidfile=/var/run/${name}/${name}.pid command=%%PREFIX%%/sbin/pdns_server command_args="${pdns_flags} --daemon --guardian" diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile index 0ce4f3d59805..9dbf077b45c6 100644 --- a/editors/ghex/Makefile +++ b/editors/ghex/Makefile @@ -1,22 +1,21 @@ PORTNAME= ghex -PORTVERSION= 46.2 +PORTVERSION= 46.3 CATEGORIES= editors gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME hex editor -WWW= https://wiki.gnome.org/Apps/Ghex +WWW= https://gitlab.gnome.org/GNOME/ghex LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= itstool:textproc/itstool -USES= gettext desktop-file-utils gnome meson pkgconfig tar:xz -USE_GNOME= glib20 gtk40 libadwaita introspection:build +USES= desktop-file-utils gettext-tools gnome meson pkgconfig tar:xz +USE_GNOME= cairo glib20 gtk40 introspection:build libadwaita USE_LDCONFIG= yes -INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.GHex.gschema.xml @@ -24,5 +23,4 @@ GLIB_SCHEMAS= org.gnome.GHex.gschema.xml MESON_ARGS= -Dmmap-buffer-backend=false \ -Ddirect-buffer-backend=false - .include <bsd.port.mk> diff --git a/editors/ghex/distinfo b/editors/ghex/distinfo index 82c33d3b8f00..5fe0c5457457 100644 --- a/editors/ghex/distinfo +++ b/editors/ghex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741872246 -SHA256 (gnome/ghex-46.2.tar.xz) = a8f276a36397a70d20b862ff7c664243d9cf2891deb9be06d745a4f1ac661f31 -SIZE (gnome/ghex-46.2.tar.xz) = 920680 +TIMESTAMP = 1753117059 +SHA256 (gnome/ghex-46.3.tar.xz) = ea16595dfba0a97b55dd106305d56ba2baee95de0b13b75e75966cc31f9b3ec9 +SIZE (gnome/ghex-46.3.tar.xz) = 922460 diff --git a/editors/ghex/pkg-plist b/editors/ghex/pkg-plist index dea77d553d76..6201f4bf6946 100644 --- a/editors/ghex/pkg-plist +++ b/editors/ghex/pkg-plist @@ -6,7 +6,7 @@ include/gtkhex-4/hex-document.h lib/girepository-1.0/Hex-4.typelib lib/libgtkhex-4.so lib/libgtkhex-4.so.1 -lib/libgtkhex-4.so.1.8.0 +lib/libgtkhex-4.so.1.8.1 libdata/pkgconfig/gtkhex-4.pc share/applications/org.gnome.GHex.desktop share/gir-1.0/Hex-4.gir diff --git a/editors/linux-r7-office/Makefile b/editors/linux-r7-office/Makefile index f4f587cc556c..f5fae8b7fe90 100644 --- a/editors/linux-r7-office/Makefile +++ b/editors/linux-r7-office/Makefile @@ -1,6 +1,6 @@ PORTNAME= r7-office -PORTVERSION= 2025.2.2 -DISTVERSIONSUFFIX= -831.el8 +PORTVERSION= 2025.3.1 +DISTVERSIONSUFFIX= -923.el8 CATEGORIES= editors linux russian MASTER_SITES= https://download.r7-office.ru/centos/ PKGNAMEPREFIX= linux- @@ -30,7 +30,8 @@ STRIP= post-patch: ${REINPLACE_CMD} -i '' -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKDIR}/usr/bin/r7-office-* ${REINPLACE_CMD} -i '' -e 's|/usr/bin/|${PREFIX}/bin/|' -e 's|P7|Ð 7|' \ - ${WRKDIR}/usr/share/applications/*.desktop + ${WRKDIR}/usr/share/applications/*.desktop \ + ${WRKDIR}/opt/r7-office/desktopeditors/app/*.desktop ${REINPLACE_CMD} -i '' -e 's|/bin/bash|/bin/sh|' \ ${WRKDIR}/opt/r7-office/desktopeditors/testbird.sh diff --git a/editors/linux-r7-office/distinfo b/editors/linux-r7-office/distinfo index 9518b27f7c09..14284676f809 100644 --- a/editors/linux-r7-office/distinfo +++ b/editors/linux-r7-office/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753711196 -SHA256 (r7-office-2025.2.2-831.el8.x86_64.rpm) = 2f831200fa4c550ee5265f3e79ec76d87e196c9c253974d52e990671ab28bc16 -SIZE (r7-office-2025.2.2-831.el8.x86_64.rpm) = 386995761 +TIMESTAMP = 1755694682 +SHA256 (r7-office-2025.3.1-923.el8.x86_64.rpm) = 5b6495e4eb4def7a6d4a6e3861c54000a38c54726115991a20a79cd70df4dac0 +SIZE (r7-office-2025.3.1-923.el8.x86_64.rpm) = 390603188 diff --git a/editors/linux-r7-office/pkg-plist b/editors/linux-r7-office/pkg-plist index 96f4e35c587d..f79e1a4d13c2 100644 --- a/editors/linux-r7-office/pkg-plist +++ b/editors/linux-r7-office/pkg-plist @@ -48,6 +48,9 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/R7Modules/model/ivector/global_cmvn.stats %%DATADIR%%/desktopeditors/R7Modules/model/ivector/online_cmvn.conf %%DATADIR%%/desktopeditors/R7Modules/model/ivector/splice.conf +%%DATADIR%%/desktopeditors/app/r7-office-desktopeditors.desktop +%%DATADIR%%/desktopeditors/app/r7-office-imageviewer.desktop +%%DATADIR%%/desktopeditors/app/r7-office-videoplayer.desktop %%DATADIR%%/desktopeditors/asc-de-128.png %%DATADIR%%/desktopeditors/asc-de-16.png %%DATADIR%%/desktopeditors/asc-de-24.png @@ -553,6 +556,383 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/spectrum/spectrum.js %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/xml-formatter/LICENSE %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/xml-formatter/xml-formatter.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/3rd-Party.txt +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/README.md +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/config.json +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/deploy/userfunctions.plugin +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/index.html +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/libs/cell/api.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/licenses/Ace.license +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/licenses/jQuery.license +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/licenses/tern.ace.license +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/licenses/tern.license +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/resources/css/style.css +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/resources/dark/icon.svg +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/resources/light/icon.svg +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/resources/store/icons/icon.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/resources/store/icons/icon.svg +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/resources/store/icons/icon@1.25x.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/resources/store/icons/icon@1.5x.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/resources/store/icons/icon@1.75x.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/resources/store/icons/icon@2x.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/scripts/code.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/translations/langs.json +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/translations/ru-RU.json +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ace.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/custom/readme.txt +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/custom/worker-html.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-beautify.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-chromevox.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-elastic_tabstops_lite.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-emmet.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-error_marker.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-html_beautify.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-keybinding_menu.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-language_tools.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-linking.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-modelist.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-old_ie.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-searchbox.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-settings_menu.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-spellcheck.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-split.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-static_highlight.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-statusbar.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-tern.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-textarea.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-themelist.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-whitespace.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/keybinding-emacs.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/keybinding-vim.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-abap.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-abc.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-actionscript.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-ada.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-apache_conf.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-applescript.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-asciidoc.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-assembly_x86.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-autohotkey.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-batchfile.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-bro.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-c9search.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-c_cpp.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-cirru.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-clojure.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-cobol.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-coffee.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-coldfusion.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-csharp.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-css.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-curly.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-d.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-dart.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-diff.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-django.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-dockerfile.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-dot.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-drools.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-eiffel.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-ejs.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-elixir.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-elm.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-erlang.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-forth.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-fortran.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-ftl.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-gcode.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-gherkin.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-gitignore.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-glsl.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-gobstones.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-golang.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-groovy.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-haml.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-handlebars.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-haskell.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-haskell_cabal.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-haxe.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-hjson.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-html.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-html_elixir.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-html_ruby.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-ini.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-io.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-jack.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-jade.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-java.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-javascript.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-json.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-jsoniq.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-jsp.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-jsx.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-julia.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-kotlin.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-latex.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-lean.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-less.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-liquid.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-lisp.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-live_script.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-livescript.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-logiql.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-lsl.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-lua.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-luapage.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-lucene.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-makefile.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-markdown.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-mask.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-matlab.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-maze.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-mel.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-mips_assembler.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-mipsassembler.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-mushcode.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-mysql.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-nix.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-nsis.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-objectivec.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-ocaml.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-pascal.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-perl.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-pgsql.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-php.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-plain_text.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-powershell.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-praat.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-prolog.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-properties.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-protobuf.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-python.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-r.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-razor.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-rdoc.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-rhtml.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-rst.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-ruby.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-rust.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-sass.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-scad.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-scala.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-scheme.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-scss.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-sh.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-sjs.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-smarty.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-snippets.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-soy_template.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-space.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-sql.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-sqlserver.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-stylus.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-svg.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-swift.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-tcl.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-tex.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-text.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-textile.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-toml.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-tsx.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-twig.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-typescript.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-vala.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-vbscript.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-velocity.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-verilog.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-vhdl.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-wollok.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-xml.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-xquery.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-yaml.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/abap.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/abc.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/actionscript.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/ada.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/apache_conf.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/applescript.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/asciidoc.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/assembly_x86.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/autohotkey.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/batchfile.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/bro.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/c9search.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/c_cpp.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/cirru.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/clojure.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/cobol.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/coffee.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/coldfusion.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/csharp.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/css.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/curly.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/d.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/dart.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/diff.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/django.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/dockerfile.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/dot.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/drools.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/eiffel.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/ejs.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/elixir.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/elm.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/erlang.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/forth.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/fortran.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/ftl.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/gcode.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/gherkin.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/gitignore.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/glsl.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/gobstones.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/golang.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/groovy.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/haml.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/handlebars.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/haskell.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/haskell_cabal.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/haxe.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/hjson.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/html.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/html_elixir.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/html_ruby.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/ini.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/io.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/jack.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/jade.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/java.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/javascript.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/json.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/jsoniq.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/jsp.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/jsx.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/julia.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/kotlin.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/latex.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/lean.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/less.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/liquid.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/lisp.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/live_script.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/livescript.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/logiql.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/lsl.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/lua.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/luapage.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/lucene.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/makefile.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/markdown.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/mask.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/matlab.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/maze.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/mel.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/mips_assembler.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/mipsassembler.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/mushcode.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/mysql.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/nix.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/nsis.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/objectivec.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/ocaml.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/pascal.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/perl.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/pgsql.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/php.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/plain_text.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/powershell.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/praat.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/prolog.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/properties.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/protobuf.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/python.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/r.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/razor.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/rdoc.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/rhtml.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/rst.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/ruby.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/rust.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/sass.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/scad.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/scala.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/scheme.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/scss.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/sh.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/sjs.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/smarty.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/snippets.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/soy_template.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/space.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/sql.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/sqlserver.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/stylus.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/svg.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/swift.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/tcl.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/tex.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/text.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/textile.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/toml.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/tsx.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/twig.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/typescript.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/vala.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/vbscript.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/velocity.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/verilog.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/vhdl.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/wollok.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/xml.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/xquery.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/yaml.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-ambiance.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-chaos.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-chrome.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-clouds.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-clouds_midnight.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-cobalt.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-crimson_editor.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-dawn.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-dreamweaver.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-eclipse.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-github.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-idle_fingers.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-iplastic.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-katzenmilch.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-kr_theme.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-kuroir.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-merbivore.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-merbivore_soft.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-mono_industrial.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-monokai.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-pastel_on_dark.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-solarized_dark.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-solarized_light.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-sqlserver.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-terminal.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-textmate.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-tomorrow.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-tomorrow_night.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-tomorrow_night_blue.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-tomorrow_night_bright.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-tomorrow_night_eighties.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-twilight.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-vibrant_ink.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-vs-dark.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-vs-light.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-xcode.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/worker-coffee.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/worker-css.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/worker-html.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/worker-javascript.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/worker-json.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/worker-lua.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/worker-php.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/worker-tern.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/worker-xml.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/worker-xquery.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/jquery-v2.2.2-min.js %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/3rd-Party.txt %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/CHANGELOG.md %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/README.md @@ -1007,6 +1387,8 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/grabbing.svg %%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/grabbing_2x.cur %%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/grabbing_2x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/header.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/header.svg %%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/marker-format.cur %%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/marker-format.png %%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/marker-format.svg @@ -1176,6 +1558,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/sdkjs/common/zlib/engine/zlib.js %%DATADIR%%/desktopeditors/editors/sdkjs/common/zlib/engine/zlib.wasm %%DATADIR%%/desktopeditors/editors/sdkjs/common/zlib/engine/zlib_ie.js +%%DATADIR%%/desktopeditors/editors/sdkjs/embed.js %%DATADIR%%/desktopeditors/editors/sdkjs/pdf/src/engine/cmap.bin %%DATADIR%%/desktopeditors/editors/sdkjs/pdf/src/engine/drawingfile.js %%DATADIR%%/desktopeditors/editors/sdkjs/pdf/src/engine/drawingfile.wasm @@ -6469,6 +6852,6 @@ share/pixmaps/r7-office.png @dir %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme7/media @dir %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme9/media @dir(,,777) %%LINUXBASE%%/%%ETCDIR%% -@dir /compat/linux/etc -@dir /compat/linux +@dir %%LINUXBASE%%/etc +@dir %%LINUXBASE%% @dir /compat diff --git a/emulators/linux_base-rl9/Makefile b/emulators/linux_base-rl9/Makefile index 628b300ba9f9..55acab6ff73d 100644 --- a/emulators/linux_base-rl9/Makefile +++ b/emulators/linux_base-rl9/Makefile @@ -1,5 +1,6 @@ PORTNAME= rl9 PORTVERSION= ${LINUX_DIST_VER} +PORTREVISION= 1 CATEGORIES= emulators linux PKGNAMEPREFIX= linux_base- EXTRACT_ONLY= ${DISTFILES:N*${SRC_SUFX}*:Nf/filesystem-*:C/:[^:]+$//} diff --git a/emulators/linux_base-rl9/Makefile.version b/emulators/linux_base-rl9/Makefile.version index 6bc9e8c58232..a10b745a1ed1 100644 --- a/emulators/linux_base-rl9/Makefile.version +++ b/emulators/linux_base-rl9/Makefile.version @@ -13,20 +13,20 @@ gcc_ver= 11.5.0-5.el9_5 gdbm_ver= 1.23-1.el9 geocode-glib_ver= 3.26.2-5.el9 glib-networking_ver= 2.68.3-3.el9 -glib2_ver= 2.68.4-16.el9 -glibc_ver= 2.34-168.el9_6.19 +glib2_ver= 2.68.4-16.el9_6.2 +glibc_ver= 2.34-168.el9_6.23 gmp_ver= 6.2.0-13.el9 grep_ver= 3.6-5.el9 info_ver= 6.7-15.el9 json-glib_ver= 1.6.6-1.el9 keyutils_ver= 1.6.3-1.el9 -krb5_ver= 1.21.1-6.el9 +krb5_ver= 1.21.1-8.el9_6 less_ver= 590-5.el9 libacl_ver= 2.3.1-4.el9 libattr_ver= 2.5.1-3.el9 libcap_ver= 2.48-9.el9_2 libdatrie_ver= 0.2.13-4.el9 -libdb_ver= 5.3.28-55.el9 +libdb_ver= 5.3.28-57.el9_6 libedit_ver= 3.1-38.20210216cvs.el9 libevdev_ver= 1.11.0-3.el9 libffi_ver= 3.4.2-8.el9 @@ -42,22 +42,22 @@ libverto_ver= 0.3.2-3.el9 libxcrypt_ver= 4.4.18-3.el9 mpfr_ver= 4.1.0-7.el9 mtdev_ver= 1.1.5-22.el9 -ncurses_ver= 6.2-10.20210508.el9 +ncurses_ver= 6.2-10.20210508.el9_6.2 openssl_ver= 3.2.2-6.el9_5.1 pcre_ver= 8.44-4.el9 pcre2_ver= 10.40-6.el9 popt_ver= 1.18-8.el9 readline_ver= 8.1-4.el9 -rocky-release_ver= 9.5-1.2.el9 +rocky-release_ver= 9.6-1.3.el9 sed_ver= 4.8-9.el9 selinux_ver= 3.6-3.el9 sepol_ver= 3.6-2.el9 setserial_ver= 2.17-54.el9 setup_ver= 2.13.7-10.el9 slang_ver= 2.3.2-11.el9 -sqlite_ver= 3.34.1-7.el9_3 +sqlite_ver= 3.34.1-8.el9_6 util_ver= 2.37.4-21.el9 -which_ver= 2.21-29.el9 +which_ver= 2.21-30.el9_6 xz_ver= 5.2.5-8.el9_0 zlib_ver= 1.2.11-40.el9 zstd_ver= 1.5.5-1.el9 diff --git a/emulators/linux_base-rl9/distinfo b/emulators/linux_base-rl9/distinfo index a187221c7d0c..63554a10da85 100644 --- a/emulators/linux_base-rl9/distinfo +++ b/emulators/linux_base-rl9/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1750633076 +TIMESTAMP = 1757087033 SHA256 (rocky/b/basesystem-11-13.el9.0.1.noarch.rpm) = 9f707e8d1046381c9b4a4df6a6674327df6ffe0298d48e1750972212c97aafad SIZE (rocky/b/basesystem-11-13.el9.0.1.noarch.rpm) = 6565 SHA256 (rocky/b/bash-5.1.8-9.el9.aarch64.rpm) = f6b8bbdbd96ecb8d240a4d3c4a038f58faeab170015b07c7096d02157838279d @@ -73,32 +73,32 @@ SHA256 (rocky/g/glib-networking-2.68.3-3.el9.i686.rpm) = 2a7824f80e9ef343a8467da SIZE (rocky/g/glib-networking-2.68.3-3.el9.i686.rpm) = 180304 SHA256 (rocky/g/glib-networking-2.68.3-3.el9.x86_64.rpm) = fa9bec5c45cd1d4123f3e5e9793c592312d95dc50369740226969e69bd0e0ab0 SIZE (rocky/g/glib-networking-2.68.3-3.el9.x86_64.rpm) = 173019 -SHA256 (rocky/g/glib2-2.68.4-16.el9.aarch64.rpm) = 541e7161b729d7ca7697420c11c910cc76b14a621385a3635388c7e2ebeba769 -SIZE (rocky/g/glib2-2.68.4-16.el9.aarch64.rpm) = 2704830 -SHA256 (rocky/g/glib2-2.68.4-16.el9.i686.rpm) = ef4ab5a8ef717fb418930105447e6974809b2f380ffac61538e95a19b60f6a51 -SIZE (rocky/g/glib2-2.68.4-16.el9.i686.rpm) = 2823474 -SHA256 (rocky/g/glib2-2.68.4-16.el9.x86_64.rpm) = 4830c7ff22fd986efb3b5802d08029cbdc33a6dbbad55fb6c272c55218e51211 -SIZE (rocky/g/glib2-2.68.4-16.el9.x86_64.rpm) = 2737173 -SHA256 (rocky/g/glibc-2.34-168.el9_6.19.aarch64.rpm) = 2acd8162d1e26f0c6eaf81e5f95b2c380e9c9d0ab8585ca7f21ce2d0bb1fecf5 -SIZE (rocky/g/glibc-2.34-168.el9_6.19.aarch64.rpm) = 1768161 -SHA256 (rocky/g/glibc-2.34-168.el9_6.19.i686.rpm) = eb383ff671bbca2657ba373645448effc4207fc5f8382c4aca6f96ffda7c01d5 -SIZE (rocky/g/glibc-2.34-168.el9_6.19.i686.rpm) = 1978180 -SHA256 (rocky/g/glibc-2.34-168.el9_6.19.x86_64.rpm) = 9c51750fa82466b52c66f1dc1b86ada5ace1b4197eb12189843f2061556cad04 -SIZE (rocky/g/glibc-2.34-168.el9_6.19.x86_64.rpm) = 2030908 -SHA256 (rocky/g/glibc-all-langpacks-2.34-168.el9_6.19.aarch64.rpm) = 9f9abef6ee86b90a3f7ce97285a02d127795d1a15e90af240ad24bf8da7b6296 -SIZE (rocky/g/glibc-all-langpacks-2.34-168.el9_6.19.aarch64.rpm) = 18717407 -SHA256 (rocky/g/glibc-all-langpacks-2.34-168.el9_6.19.x86_64.rpm) = 001e936bfb8621c0152322ad29f7c913311856c84449482fbf26c3086b69c66e -SIZE (rocky/g/glibc-all-langpacks-2.34-168.el9_6.19.x86_64.rpm) = 18717415 -SHA256 (rocky/g/glibc-common-2.34-168.el9_6.19.aarch64.rpm) = 8e6b5ab2d6a95051efb5e8e7e1241d0feaad178d15af41b40903bdc898e4b09e -SIZE (rocky/g/glibc-common-2.34-168.el9_6.19.aarch64.rpm) = 292320 -SHA256 (rocky/g/glibc-common-2.34-168.el9_6.19.x86_64.rpm) = 136530d214a30424970457d573dd36f0fb574d40f7ee42c790e6d344efe27734 -SIZE (rocky/g/glibc-common-2.34-168.el9_6.19.x86_64.rpm) = 302086 -SHA256 (rocky/g/glibc-gconv-extra-2.34-168.el9_6.19.aarch64.rpm) = e3fa2c7ea577941866340331ba481691ab4e5966b55f9825d21d8a8ef0c33d40 -SIZE (rocky/g/glibc-gconv-extra-2.34-168.el9_6.19.aarch64.rpm) = 1679013 -SHA256 (rocky/g/glibc-gconv-extra-2.34-168.el9_6.19.i686.rpm) = 028ec1e9626ef03acc25e29ce1c0b10147085b638e7bd075cfe081db43b53a26 -SIZE (rocky/g/glibc-gconv-extra-2.34-168.el9_6.19.i686.rpm) = 1642987 -SHA256 (rocky/g/glibc-gconv-extra-2.34-168.el9_6.19.x86_64.rpm) = 3e8a0692ee91644568ce89bbbf092ed4ee9512a072a8a627f44730e248f6d587 -SIZE (rocky/g/glibc-gconv-extra-2.34-168.el9_6.19.x86_64.rpm) = 1615301 +SHA256 (rocky/g/glib2-2.68.4-16.el9_6.2.aarch64.rpm) = b9df97235e651696e928a354e3c7884074418e9a835c91e7b2a81f17f42cd815 +SIZE (rocky/g/glib2-2.68.4-16.el9_6.2.aarch64.rpm) = 2704046 +SHA256 (rocky/g/glib2-2.68.4-16.el9_6.2.i686.rpm) = 2d85f3e0fbc525c37c55e3da95cbc0a6eb90039c92402bab8e06430a66a28ab5 +SIZE (rocky/g/glib2-2.68.4-16.el9_6.2.i686.rpm) = 2817478 +SHA256 (rocky/g/glib2-2.68.4-16.el9_6.2.x86_64.rpm) = e6bae00763402605677da74eb6c5219957be5498470f8ca52f3461f47dd996c5 +SIZE (rocky/g/glib2-2.68.4-16.el9_6.2.x86_64.rpm) = 2735255 +SHA256 (rocky/g/glibc-2.34-168.el9_6.23.aarch64.rpm) = 347e06f1ef9856f113cb8804874976d70dcc8a34f37a4254285c7758ae02d2e4 +SIZE (rocky/g/glibc-2.34-168.el9_6.23.aarch64.rpm) = 1767353 +SHA256 (rocky/g/glibc-2.34-168.el9_6.23.i686.rpm) = ca567d11898e0b0eed51e75c74657600115d3628d5a4d153674f3a8a7e280002 +SIZE (rocky/g/glibc-2.34-168.el9_6.23.i686.rpm) = 1977861 +SHA256 (rocky/g/glibc-2.34-168.el9_6.23.x86_64.rpm) = fbbe0880acb782840ae03838564444687f0e53e6c6c21abfbc2170a35051b9bd +SIZE (rocky/g/glibc-2.34-168.el9_6.23.x86_64.rpm) = 2030428 +SHA256 (rocky/g/glibc-all-langpacks-2.34-168.el9_6.23.aarch64.rpm) = 4ff56c59c13cb76eda0dfec447e4ab9dfb1199a57c55d4b76c727c6962cff08c +SIZE (rocky/g/glibc-all-langpacks-2.34-168.el9_6.23.aarch64.rpm) = 18716854 +SHA256 (rocky/g/glibc-all-langpacks-2.34-168.el9_6.23.x86_64.rpm) = 31d5b87f948df133dddd5cd6c4ad9c46ebc3872a538a52f44b1593fa818782b1 +SIZE (rocky/g/glibc-all-langpacks-2.34-168.el9_6.23.x86_64.rpm) = 18717081 +SHA256 (rocky/g/glibc-common-2.34-168.el9_6.23.aarch64.rpm) = a99ffdd917b2698d555e642c3b6b9347c099b263dc6f886309f89537e2180acd +SIZE (rocky/g/glibc-common-2.34-168.el9_6.23.aarch64.rpm) = 292170 +SHA256 (rocky/g/glibc-common-2.34-168.el9_6.23.x86_64.rpm) = ca426308c23b0efbad9d970f5fc666a1d858459ff37999a8bb47d8ab16ace689 +SIZE (rocky/g/glibc-common-2.34-168.el9_6.23.x86_64.rpm) = 302100 +SHA256 (rocky/g/glibc-gconv-extra-2.34-168.el9_6.23.aarch64.rpm) = fd4aa6a0ef78b890b358c8a3b9a1f99ab179250b17efd7de8f25d3bcf9c09a38 +SIZE (rocky/g/glibc-gconv-extra-2.34-168.el9_6.23.aarch64.rpm) = 1678571 +SHA256 (rocky/g/glibc-gconv-extra-2.34-168.el9_6.23.i686.rpm) = c9464f3d777b1ac2368bc0d52dc918eda41cd0bc6e6f760147bde2af9fb4f36f +SIZE (rocky/g/glibc-gconv-extra-2.34-168.el9_6.23.i686.rpm) = 1642627 +SHA256 (rocky/g/glibc-gconv-extra-2.34-168.el9_6.23.x86_64.rpm) = df8ad6f70f0b36454cd66a96b4cdb5667cfbcbcd8dd4341888e2bfb4151e4d70 +SIZE (rocky/g/glibc-gconv-extra-2.34-168.el9_6.23.x86_64.rpm) = 1616928 SHA256 (rocky/g/gmp-6.2.0-13.el9.aarch64.rpm) = 54f5999feb6a26c57616d64cc880dccb5e44723911f52b06a36311e389a568ce SIZE (rocky/g/gmp-6.2.0-13.el9.aarch64.rpm) = 270794 SHA256 (rocky/g/gmp-6.2.0-13.el9.i686.rpm) = 186f9821881081e526d4a8a6e34240e55db8830380bf4d1303e4e1d5d6e9f755 @@ -129,12 +129,12 @@ SHA256 (rocky/k/keyutils-libs-1.6.3-1.el9.i686.rpm) = 1921ffd05b1bd783c199ba0306 SIZE (rocky/k/keyutils-libs-1.6.3-1.el9.i686.rpm) = 31963 SHA256 (rocky/k/keyutils-libs-1.6.3-1.el9.x86_64.rpm) = 347a9d44e0271c1ff6f511fe493e736b3d36fde683360ccc51c852ab91810b16 SIZE (rocky/k/keyutils-libs-1.6.3-1.el9.x86_64.rpm) = 31595 -SHA256 (rocky/k/krb5-libs-1.21.1-6.el9.aarch64.rpm) = 1c6205f377fc9cbf0cbbeee71aa38d851e94988d15ded5a393819a0cc7de9e21 -SIZE (rocky/k/krb5-libs-1.21.1-6.el9.aarch64.rpm) = 776066 -SHA256 (rocky/k/krb5-libs-1.21.1-6.el9.i686.rpm) = 4751680ff8b8e5ea728ef0b3609290044e8e2761f069ef9c7fbc458d64ab9d00 -SIZE (rocky/k/krb5-libs-1.21.1-6.el9.i686.rpm) = 822506 -SHA256 (rocky/k/krb5-libs-1.21.1-6.el9.x86_64.rpm) = 143365a2e51654b7c80350b975749d3b61a300ab4718f817b49f9aaa4951982d -SIZE (rocky/k/krb5-libs-1.21.1-6.el9.x86_64.rpm) = 772433 +SHA256 (rocky/k/krb5-libs-1.21.1-8.el9_6.aarch64.rpm) = 84c606ff5ca341c9e1cc447f34e3d7700f0573d693852e5c9804007b7a626e9d +SIZE (rocky/k/krb5-libs-1.21.1-8.el9_6.aarch64.rpm) = 775678 +SHA256 (rocky/k/krb5-libs-1.21.1-8.el9_6.i686.rpm) = 20cbafff2050cd8f1560add1b9badb081e043176caeb5ad9c073168dac606a1a +SIZE (rocky/k/krb5-libs-1.21.1-8.el9_6.i686.rpm) = 822868 +SHA256 (rocky/k/krb5-libs-1.21.1-8.el9_6.x86_64.rpm) = e2af0561153514432fcd5cc35a31b03c05b00ae9cfa1fb6cdb1972fa5b19c38d +SIZE (rocky/k/krb5-libs-1.21.1-8.el9_6.x86_64.rpm) = 772837 SHA256 (rocky/l/less-590-5.el9.aarch64.rpm) = d80cae3c354ae8417b77f1205c1da5175a79b1663e342b73094d874c9aa41066 SIZE (rocky/l/less-590-5.el9.aarch64.rpm) = 163430 SHA256 (rocky/l/less-590-5.el9.x86_64.rpm) = b6ec3819b307d9a65eb269c8b2737479444267ead009c99ca474db7ad8907052 @@ -181,12 +181,12 @@ SHA256 (rocky/l/libdatrie-0.2.13-4.el9.i686.rpm) = fd1e5f28c41e4123ee3beb34cf13e SIZE (rocky/l/libdatrie-0.2.13-4.el9.i686.rpm) = 33322 SHA256 (rocky/l/libdatrie-0.2.13-4.el9.x86_64.rpm) = 820f090a87181c921892fdb5744c53cb935eca5e303d4adbaba0d04ae35a4a61 SIZE (rocky/l/libdatrie-0.2.13-4.el9.x86_64.rpm) = 32491 -SHA256 (rocky/l/libdb-5.3.28-55.el9.aarch64.rpm) = c8afbf7d987ef6ad8cbfebe5394f141f048ee8320f33e6262bc1148e230e7670 -SIZE (rocky/l/libdb-5.3.28-55.el9.aarch64.rpm) = 724197 -SHA256 (rocky/l/libdb-5.3.28-55.el9.i686.rpm) = 66cbe56c6f0b4fcca411712b7d0c6995a8eddb60295180e6bb09cf762c3828f5 -SIZE (rocky/l/libdb-5.3.28-55.el9.i686.rpm) = 822965 -SHA256 (rocky/l/libdb-5.3.28-55.el9.x86_64.rpm) = 4a1b890fbb02c7a84fe0473e086317d2956ef39f32721434ead04efea1f77c4b -SIZE (rocky/l/libdb-5.3.28-55.el9.x86_64.rpm) = 753520 +SHA256 (rocky/l/libdb-5.3.28-57.el9_6.aarch64.rpm) = a0836667624d91dfa719a171625f8e8360981d736d1d76f3090db58ce8f00687 +SIZE (rocky/l/libdb-5.3.28-57.el9_6.aarch64.rpm) = 724114 +SHA256 (rocky/l/libdb-5.3.28-57.el9_6.i686.rpm) = 3aa183d7c9645603305b481febd42eb86ec482e7950424c281c97f3f91238361 +SIZE (rocky/l/libdb-5.3.28-57.el9_6.i686.rpm) = 823536 +SHA256 (rocky/l/libdb-5.3.28-57.el9_6.x86_64.rpm) = d1eddd3b0bbbc9ff5e0b6e985093ae0f09f9b4a11257d871e83542654d5400bc +SIZE (rocky/l/libdb-5.3.28-57.el9_6.x86_64.rpm) = 753972 SHA256 (rocky/l/libedit-3.1-38.20210216cvs.el9.aarch64.rpm) = 7f5937f4debf7eaa0f7a92e321d6d35bee089f42c7d7529c1ad4fbd7c270ea4b SIZE (rocky/l/libedit-3.1-38.20210216cvs.el9.aarch64.rpm) = 103897 SHA256 (rocky/l/libedit-3.1-38.20210216cvs.el9.i686.rpm) = 657f0a7d99887b7cde2a241ecfde72973747486ac056a19b27c92c59fc0a3b02 @@ -235,12 +235,12 @@ SHA256 (rocky/l/libmount-2.37.4-21.el9.i686.rpm) = 8867477dbc4772e19144e45342eb7 SIZE (rocky/l/libmount-2.37.4-21.el9.i686.rpm) = 144706 SHA256 (rocky/l/libmount-2.37.4-21.el9.x86_64.rpm) = 13de9f8ae01cdb98b0928b33325613a97dc917d1b1b5adb5d83f11ee05415e80 SIZE (rocky/l/libmount-2.37.4-21.el9.x86_64.rpm) = 136970 -SHA256 (rocky/l/libnsl-2.34-168.el9_6.19.aarch64.rpm) = 15e5fb181bda91b70af4591523c90264e30ab8967685903a9075e8d3ed8b3895 -SIZE (rocky/l/libnsl-2.34-168.el9_6.19.aarch64.rpm) = 63734 -SHA256 (rocky/l/libnsl-2.34-168.el9_6.19.i686.rpm) = d595fc273ea5a3b1f2b5da203d3c8e54e7d5cc7b67ef7f2ee43ba4773128b033 -SIZE (rocky/l/libnsl-2.34-168.el9_6.19.i686.rpm) = 68936 -SHA256 (rocky/l/libnsl-2.34-168.el9_6.19.x86_64.rpm) = 9071af2a30152346263858ce67bd19dc9a5d5b7710936979bc7eda698826a7f1 -SIZE (rocky/l/libnsl-2.34-168.el9_6.19.x86_64.rpm) = 64403 +SHA256 (rocky/l/libnsl-2.34-168.el9_6.23.aarch64.rpm) = 9ac0b905ae966e208fc60710e31b8c309efd6fac1a805515eb72e3a72dc7e125 +SIZE (rocky/l/libnsl-2.34-168.el9_6.23.aarch64.rpm) = 63723 +SHA256 (rocky/l/libnsl-2.34-168.el9_6.23.i686.rpm) = 3ee33a0786b9bb0bfe7cd21ce6df3e5adc88c09e276a4f45763797beaaa33599 +SIZE (rocky/l/libnsl-2.34-168.el9_6.23.i686.rpm) = 68402 +SHA256 (rocky/l/libnsl-2.34-168.el9_6.23.x86_64.rpm) = c2970b78da2bfe52c1b0f13a7854d6fb6d1d9b6c7a4703f2da6f35f8270a70fe +SIZE (rocky/l/libnsl-2.34-168.el9_6.23.x86_64.rpm) = 63935 SHA256 (rocky/l/libproxy-0.4.15-35.el9.aarch64.rpm) = 31daa01dfa6eb8e0ae100cbdc20f0d73320598a934f0eabad830b0060027f2d2 SIZE (rocky/l/libproxy-0.4.15-35.el9.aarch64.rpm) = 71753 SHA256 (rocky/l/libproxy-0.4.15-35.el9.i686.rpm) = 44c7d66545b791a88f1faf63dc6d686ddfaa8154aa45899cd1469dd7aed9f657 @@ -331,18 +331,18 @@ SHA256 (rocky/m/mtdev-1.1.5-22.el9.i686.rpm) = a0bcf811abe4c46e53f9d829a86d5bbe0 SIZE (rocky/m/mtdev-1.1.5-22.el9.i686.rpm) = 21585 SHA256 (rocky/m/mtdev-1.1.5-22.el9.x86_64.rpm) = c359a327063719ca24169d600b4c53693d89a881079b9820fab7b8f8e211cff9 SIZE (rocky/m/mtdev-1.1.5-22.el9.x86_64.rpm) = 21042 -SHA256 (rocky/n/ncurses-6.2-10.20210508.el9.aarch64.rpm) = 8992a5742e623e7fc1f6c905eea9e6fc48febd17b984dd9ad20f6b4ea6cef76c -SIZE (rocky/n/ncurses-6.2-10.20210508.el9.aarch64.rpm) = 407361 -SHA256 (rocky/n/ncurses-6.2-10.20210508.el9.x86_64.rpm) = cccccb18028576e2d022b0816386b6f288c816ca4ee1ac43602d79ceedc1dc42 -SIZE (rocky/n/ncurses-6.2-10.20210508.el9.x86_64.rpm) = 408131 -SHA256 (rocky/n/ncurses-base-6.2-10.20210508.el9.noarch.rpm) = 88a506c88f2964c71d7eafbef76f57870d799c041560bd929608c5853e632d98 -SIZE (rocky/n/ncurses-base-6.2-10.20210508.el9.noarch.rpm) = 61298 -SHA256 (rocky/n/ncurses-libs-6.2-10.20210508.el9.aarch64.rpm) = 4a4dfaff385ec7d1bcef1a0d1ef644d5a08ac844dd333594170b460c9f5b9ffb -SIZE (rocky/n/ncurses-libs-6.2-10.20210508.el9.aarch64.rpm) = 316916 -SHA256 (rocky/n/ncurses-libs-6.2-10.20210508.el9.i686.rpm) = c71458876b47767931eb706f6a43e0114b6bd4641c87372002aa6be7282dc230 -SIZE (rocky/n/ncurses-libs-6.2-10.20210508.el9.i686.rpm) = 353074 -SHA256 (rocky/n/ncurses-libs-6.2-10.20210508.el9.x86_64.rpm) = ea2d4bd41eb314ea7537dc47d6952091700a5ba82f44ac98b767d5ac3efa94f6 -SIZE (rocky/n/ncurses-libs-6.2-10.20210508.el9.x86_64.rpm) = 328739 +SHA256 (rocky/n/ncurses-6.2-10.20210508.el9_6.2.aarch64.rpm) = 90bec4f1a9d024c40afac3264096912fcb1cc7af303cdd49f4aaa0dead16a678 +SIZE (rocky/n/ncurses-6.2-10.20210508.el9_6.2.aarch64.rpm) = 407084 +SHA256 (rocky/n/ncurses-6.2-10.20210508.el9_6.2.x86_64.rpm) = 44a2d507ca2c70e7250b0e1201c5d6c7a3d7d3daa07be2de1e3d25fa822562d3 +SIZE (rocky/n/ncurses-6.2-10.20210508.el9_6.2.x86_64.rpm) = 408527 +SHA256 (rocky/n/ncurses-base-6.2-10.20210508.el9_6.2.noarch.rpm) = 5f87c3e5d8cb9d4ff803195cc7f120ef13eb4870567d992fd0d87727fc8b5513 +SIZE (rocky/n/ncurses-base-6.2-10.20210508.el9_6.2.noarch.rpm) = 61586 +SHA256 (rocky/n/ncurses-libs-6.2-10.20210508.el9_6.2.aarch64.rpm) = 8f56c88432fa2307de4ec7732be827feba638c93edf696d30e365d184a360e17 +SIZE (rocky/n/ncurses-libs-6.2-10.20210508.el9_6.2.aarch64.rpm) = 317353 +SHA256 (rocky/n/ncurses-libs-6.2-10.20210508.el9_6.2.i686.rpm) = 3797339502a61fee35a17d9e9e2339a9a82752d62c2660a582a285ddfaa5b299 +SIZE (rocky/n/ncurses-libs-6.2-10.20210508.el9_6.2.i686.rpm) = 353141 +SHA256 (rocky/n/ncurses-libs-6.2-10.20210508.el9_6.2.x86_64.rpm) = f0bdc15e788ea339be88c20f67ce9f709e75b6764dcc2b85210cbdd408e0364d +SIZE (rocky/n/ncurses-libs-6.2-10.20210508.el9_6.2.x86_64.rpm) = 329704 SHA256 (rocky/o/openssl-libs-3.2.2-6.el9_5.1.aarch64.rpm) = 455defc551a7c15697ea2c7585f8aae6c69c52ecad1b602d36943f7c173a12fe SIZE (rocky/o/openssl-libs-3.2.2-6.el9_5.1.aarch64.rpm) = 2339207 SHA256 (rocky/o/openssl-libs-3.2.2-6.el9_5.1.i686.rpm) = ea41ab1ea853bf0cfbec1162b9282b91c3e694177beed6d76605bc9941fa041f @@ -397,8 +397,8 @@ SHA256 (rocky/r/readline-8.1-4.el9.i686.rpm) = 53e86bd8f3976db6424135b4e35a5b3f4 SIZE (rocky/r/readline-8.1-4.el9.i686.rpm) = 220901 SHA256 (rocky/r/readline-8.1-4.el9.x86_64.rpm) = b85f5cffef627afe640cf7405845cb45956d66ef5a06e7c48dc7da47a7191674 SIZE (rocky/r/readline-8.1-4.el9.x86_64.rpm) = 215258 -SHA256 (rocky/r/rocky-release-9.5-1.2.el9.noarch.rpm) = 9fb0b2aa0deac07c8a5c6d77e2a1bb8f69ad91fcb2aba95a7ab712e657ac5604 -SIZE (rocky/r/rocky-release-9.5-1.2.el9.noarch.rpm) = 24122 +SHA256 (rocky/r/rocky-release-9.6-1.3.el9.noarch.rpm) = dd5ebe088551e88f80688898aea1cbd9977ee2ad0bf13c6c68f749c2961fcae0 +SIZE (rocky/r/rocky-release-9.6-1.3.el9.noarch.rpm) = 22573 SHA256 (rocky/s/sed-4.8-9.el9.aarch64.rpm) = b48959916662d4d20a6207e02f7e243408987d99621963d450d0bec185cffbfe SIZE (rocky/s/sed-4.8-9.el9.aarch64.rpm) = 301224 SHA256 (rocky/s/sed-4.8-9.el9.x86_64.rpm) = 005c959166838b0e45f02e699c35ec5449025e2463751c56b7e614bbd9514732 @@ -415,16 +415,16 @@ SHA256 (rocky/s/slang-2.3.2-11.el9.i686.rpm) = 012839622f868a21a6e9340636e10068b SIZE (rocky/s/slang-2.3.2-11.el9.i686.rpm) = 406583 SHA256 (rocky/s/slang-2.3.2-11.el9.x86_64.rpm) = ce9de0b6765d6bc5a13dc0d70649c60f99b5566b8b779bc9d715170375192947 SIZE (rocky/s/slang-2.3.2-11.el9.x86_64.rpm) = 382399 -SHA256 (rocky/s/sqlite-3.34.1-7.el9_3.aarch64.rpm) = c28b24e8614c96b50bc91de6c54a7b931dcc842759d7864328287d8cfbfe5bf2 -SIZE (rocky/s/sqlite-3.34.1-7.el9_3.aarch64.rpm) = 753848 -SHA256 (rocky/s/sqlite-3.34.1-7.el9_3.x86_64.rpm) = 3db7e0a7937231a5b23a8537bec0ee58ab03e16dad01564ccfc7d0b844fcfc39 -SIZE (rocky/s/sqlite-3.34.1-7.el9_3.x86_64.rpm) = 764919 -SHA256 (rocky/s/sqlite-libs-3.34.1-7.el9_3.aarch64.rpm) = 2cb657f0cbcac497228fec8d29621f7e093af3a0b59a7d78703eb59032fb40a8 -SIZE (rocky/s/sqlite-libs-3.34.1-7.el9_3.aarch64.rpm) = 628618 -SHA256 (rocky/s/sqlite-libs-3.34.1-7.el9_3.i686.rpm) = 5003ec7b55f0d6e7ef97f157a012f004fa87a99f41a1f134995a0522b967fcb4 -SIZE (rocky/s/sqlite-libs-3.34.1-7.el9_3.i686.rpm) = 678995 -SHA256 (rocky/s/sqlite-libs-3.34.1-7.el9_3.x86_64.rpm) = 9e9b58febeff10765c104ecebc8af189507ecd6c2a600f9b0d9207394117a063 -SIZE (rocky/s/sqlite-libs-3.34.1-7.el9_3.x86_64.rpm) = 633300 +SHA256 (rocky/s/sqlite-3.34.1-8.el9_6.aarch64.rpm) = e1d6edfa66b477d192b44dac8eb30fe6c4755364c6fcd256dcde95b4c57d8b3d +SIZE (rocky/s/sqlite-3.34.1-8.el9_6.aarch64.rpm) = 755046 +SHA256 (rocky/s/sqlite-3.34.1-8.el9_6.x86_64.rpm) = d34118d36ccb0b1c046648ac7b3267063bd48fb153cb0fab86ccf009c1abd95c +SIZE (rocky/s/sqlite-3.34.1-8.el9_6.x86_64.rpm) = 764108 +SHA256 (rocky/s/sqlite-libs-3.34.1-8.el9_6.aarch64.rpm) = 4c82cc374ec24ae409c8e28de9c49a69db3dcf69d321c98b347fed88d76a2711 +SIZE (rocky/s/sqlite-libs-3.34.1-8.el9_6.aarch64.rpm) = 628091 +SHA256 (rocky/s/sqlite-libs-3.34.1-8.el9_6.i686.rpm) = 42367f0fd044f1997e8da0f923ab1c39d0df4386d03a1e69bcc1846d5222e287 +SIZE (rocky/s/sqlite-libs-3.34.1-8.el9_6.i686.rpm) = 678911 +SHA256 (rocky/s/sqlite-libs-3.34.1-8.el9_6.x86_64.rpm) = 17e50e8451957a766eaf8100dcd8039221cdd96237a9a8d5fa257e71a5b49ef8 +SIZE (rocky/s/sqlite-libs-3.34.1-8.el9_6.x86_64.rpm) = 632435 SHA256 (rocky/u/util-linux-2.37.4-21.el9.aarch64.rpm) = 6fb40a221bb130387888bc15116b7ff68e1ce87c4ed4458e1e53757aedcda2c8 SIZE (rocky/u/util-linux-2.37.4-21.el9.aarch64.rpm) = 2291649 SHA256 (rocky/u/util-linux-2.37.4-21.el9.x86_64.rpm) = d91647847d0bf984ca668a4464d876fef0e40805d6d73864ad7c3a0b3aa6fdee @@ -433,10 +433,10 @@ SHA256 (rocky/u/util-linux-core-2.37.4-21.el9.aarch64.rpm) = d4ba6df41a32aff02ee SIZE (rocky/u/util-linux-core-2.37.4-21.el9.aarch64.rpm) = 440263 SHA256 (rocky/u/util-linux-core-2.37.4-21.el9.x86_64.rpm) = 98b481d78be2a3e3c4d604c0e3913f34d3d73a8a567efd991ef6df754337f2c2 SIZE (rocky/u/util-linux-core-2.37.4-21.el9.x86_64.rpm) = 441105 -SHA256 (rocky/w/which-2.21-29.el9.aarch64.rpm) = e9351855af75aac7fb5c53173f262e4f87f400d7a96d48ec100a8d35269a1367 -SIZE (rocky/w/which-2.21-29.el9.aarch64.rpm) = 40717 -SHA256 (rocky/w/which-2.21-29.el9.x86_64.rpm) = c54b2c55264430eee2786fad79bd26c7a7c62204b1f7b568e5f097d850db9688 -SIZE (rocky/w/which-2.21-29.el9.x86_64.rpm) = 41260 +SHA256 (rocky/w/which-2.21-30.el9_6.aarch64.rpm) = 25a4472324067f89da2435f43cadb115b1024bb1cdbab4cc54c8ecd9e57e5690 +SIZE (rocky/w/which-2.21-30.el9_6.aarch64.rpm) = 40476 +SHA256 (rocky/w/which-2.21-30.el9_6.x86_64.rpm) = ad1681c574bb2765e0f8ba1decb89513aa61568339db6e286c6816f944ba9532 +SIZE (rocky/w/which-2.21-30.el9_6.x86_64.rpm) = 40971 SHA256 (rocky/x/xz-libs-5.2.5-8.el9_0.aarch64.rpm) = 854a20a02aff28f4d116accb8833d9ce9e5acb0e682c8a43f65d786c4d154fca SIZE (rocky/x/xz-libs-5.2.5-8.el9_0.aarch64.rpm) = 91794 SHA256 (rocky/x/xz-libs-5.2.5-8.el9_0.i686.rpm) = 034f360f3c2d05d978f2c9e671af3ec2b4ab24c8f2440d7e24caf6f4eac087cd @@ -481,10 +481,10 @@ SHA256 (rocky/g/geocode-glib-3.26.2-5.el9.src.rpm) = cd4902dafb8f4479356f17d53e4 SIZE (rocky/g/geocode-glib-3.26.2-5.el9.src.rpm) = 83267 SHA256 (rocky/g/glib-networking-2.68.3-3.el9.src.rpm) = aa6bb6cb4406d2b1aa6d75611cc2f90eaba5f556596e79d046c42f26a9e0278d SIZE (rocky/g/glib-networking-2.68.3-3.el9.src.rpm) = 254741 -SHA256 (rocky/g/glib2-2.68.4-16.el9.src.rpm) = 777801aa08ed9a92a1e8d0114394a7fabbcf44937344d0a4751752c72594125e -SIZE (rocky/g/glib2-2.68.4-16.el9.src.rpm) = 5069608 -SHA256 (rocky/g/glibc-2.34-168.el9_6.19.src.rpm) = 9a602a4f0a3d3c5d28df7a746421b29d5b5077ab1f971562eaa023a303b1b0ce -SIZE (rocky/g/glibc-2.34-168.el9_6.19.src.rpm) = 19642716 +SHA256 (rocky/g/glib2-2.68.4-16.el9_6.2.src.rpm) = 455d0cdace7700f675c470b95b31def96973a7fdab2afedcdff2ea7d0f54b5a9 +SIZE (rocky/g/glib2-2.68.4-16.el9_6.2.src.rpm) = 5073842 +SHA256 (rocky/g/glibc-2.34-168.el9_6.23.src.rpm) = bbbd40672f67313745173e64d9e934238342e2eba16c3e42abdecb136d8fab66 +SIZE (rocky/g/glibc-2.34-168.el9_6.23.src.rpm) = 19652630 SHA256 (rocky/g/gmp-6.2.0-13.el9.src.rpm) = 8297b96da5460fd78d81e38c3ac1559a35eb51bea3c3d398efaacd62868d20d4 SIZE (rocky/g/gmp-6.2.0-13.el9.src.rpm) = 2500190 SHA256 (rocky/g/grep-3.6-5.el9.src.rpm) = d7e0368575da276796d79537cb4897092988285541a2ede0b5688ba42215f34b @@ -493,16 +493,16 @@ SHA256 (rocky/j/json-glib-1.6.6-1.el9.src.rpm) = ba95317ff8dad227b304364ca50ec85 SIZE (rocky/j/json-glib-1.6.6-1.el9.src.rpm) = 1317772 SHA256 (rocky/k/keyutils-1.6.3-1.el9.src.rpm) = 49c8af3cf9a7164242d8d457dc17d57eaaf97af07859d584b091e9e39f0bede7 SIZE (rocky/k/keyutils-1.6.3-1.el9.src.rpm) = 149203 -SHA256 (rocky/k/krb5-1.21.1-6.el9.src.rpm) = 170406a8b6d2f3becf1afe4bcea0e08c4f44adcb3ac470037266cdb36b0b41d2 -SIZE (rocky/k/krb5-1.21.1-6.el9.src.rpm) = 8916347 +SHA256 (rocky/k/krb5-1.21.1-8.el9_6.src.rpm) = a08cf534309b959600b5c56d6f804d41394f5c0bef405b89638982de47ed24ef +SIZE (rocky/k/krb5-1.21.1-8.el9_6.src.rpm) = 8933556 SHA256 (rocky/l/less-590-5.el9.src.rpm) = 9354552d15d43d789de3b4f9561a5ee464d75f9309a2092218d546ad1b5ce9f2 SIZE (rocky/l/less-590-5.el9.src.rpm) = 380068 SHA256 (rocky/l/libcap-2.48-9.el9_2.src.rpm) = 54f35d6b547033d86b9fed8247c80306fffbb3c316a286586ab37bee660d275c SIZE (rocky/l/libcap-2.48-9.el9_2.src.rpm) = 198929 SHA256 (rocky/l/libdatrie-0.2.13-4.el9.src.rpm) = ef54036ffe2f890f13b6208cc2b5531583d69d492688ecc03e8dee3d62b07b1c SIZE (rocky/l/libdatrie-0.2.13-4.el9.src.rpm) = 324214 -SHA256 (rocky/l/libdb-5.3.28-55.el9.src.rpm) = 6633b628cc424c5ddd513687ca8b85228c01d27df60543bca7e1442f59d38ddc -SIZE (rocky/l/libdb-5.3.28-55.el9.src.rpm) = 35282456 +SHA256 (rocky/l/libdb-5.3.28-57.el9_6.src.rpm) = a4f69f05dd8328a332ee3b8adb7e9bd56eeb47f46d5e46ca56a43c25b2bc7c4d +SIZE (rocky/l/libdb-5.3.28-57.el9_6.src.rpm) = 35282723 SHA256 (rocky/l/libedit-3.1-38.20210216cvs.el9.src.rpm) = 865cc64b0049617e1aa2e784520cc3f7c4d68813aefc98dffd71d3353f9e37cd SIZE (rocky/l/libedit-3.1-38.20210216cvs.el9.src.rpm) = 529753 SHA256 (rocky/l/libevdev-1.11.0-3.el9.src.rpm) = 2edb9205f23b2659b10d2710efc5512a5f0681bfc337fbfb75bd888131be46bb @@ -529,8 +529,8 @@ SHA256 (rocky/m/mpfr-4.1.0-7.el9.src.rpm) = 94cb2af3328fd57d3c4f1f56f8ae856dd8ae SIZE (rocky/m/mpfr-4.1.0-7.el9.src.rpm) = 1554505 SHA256 (rocky/m/mtdev-1.1.5-22.el9.src.rpm) = 6c5c7d9595a3accbc75aa61d8a43847a53b893540b1c6766621cce875fb9b6e5 SIZE (rocky/m/mtdev-1.1.5-22.el9.src.rpm) = 284409 -SHA256 (rocky/n/ncurses-6.2-10.20210508.el9.src.rpm) = eab1c0ac71e76feadba9acd0dfb4e7edf8ee12a1d526580e74fe644878f684bf -SIZE (rocky/n/ncurses-6.2-10.20210508.el9.src.rpm) = 3584239 +SHA256 (rocky/n/ncurses-6.2-10.20210508.el9_6.2.src.rpm) = c66cd2666cf74befbeca0b0477c2e29ef1412d82d652ba65e98e6e82cf3260bf +SIZE (rocky/n/ncurses-6.2-10.20210508.el9_6.2.src.rpm) = 3585848 SHA256 (rocky/o/openssl-3.2.2-6.el9_5.1.src.rpm) = 239bd2dc5226b021437f1bfff3b70e24a63c2cb6fe4773365a4d1ed0ae7eccef SIZE (rocky/o/openssl-3.2.2-6.el9_5.1.src.rpm) = 17967534 SHA256 (rocky/p/pcre-8.44-4.el9.src.rpm) = 7e228c7eb2aa94de0544d5156114ab01063c939b0ea8b41fe0208e004a61c8e8 @@ -541,8 +541,8 @@ SHA256 (rocky/p/popt-1.18-8.el9.src.rpm) = 8266495d0508509dc5292604d6c78fa96d1ae SIZE (rocky/p/popt-1.18-8.el9.src.rpm) = 593926 SHA256 (rocky/r/readline-8.1-4.el9.src.rpm) = d4d0321fb8a3d22fbf8b7d9c80364ac4478db835bcafde003ac04b2df19a6e25 SIZE (rocky/r/readline-8.1-4.el9.src.rpm) = 3007997 -SHA256 (rocky/r/rocky-release-9.5-1.2.el9.src.rpm) = 975db6f5e89fc5538a5a4b296d66d3fe1fe6a0f1e557dfb95183dec148d8ca79 -SIZE (rocky/r/rocky-release-9.5-1.2.el9.src.rpm) = 62628 +SHA256 (rocky/r/rocky-release-9.6-1.3.el9.src.rpm) = 94fcfad44834514515713db83ff52c5a857a1505751f38e3c4a4e223a6f23071 +SIZE (rocky/r/rocky-release-9.6-1.3.el9.src.rpm) = 62783 SHA256 (rocky/s/sed-4.8-9.el9.src.rpm) = ad9772fc0d8bf2479246aa9b1ab04506d5c25eb64a5abffe2195304198b77c80 SIZE (rocky/s/sed-4.8-9.el9.src.rpm) = 1422083 SHA256 (rocky/s/setserial-2.17-54.el9.src.rpm) = 4a508744b8d70f58bced990450cfb53d3d37d9f96ae01fabfd6d5a3807c12253 @@ -555,8 +555,8 @@ SHA256 (rocky/t/texinfo-6.7-15.el9.src.rpm) = beb821fc1b42f83852ed93eb8563be8f84 SIZE (rocky/t/texinfo-6.7-15.el9.src.rpm) = 4364617 SHA256 (rocky/u/util-linux-2.37.4-21.el9.src.rpm) = f629469f0eb787619c3fd1bb156910d55cdd0d5ef0004ce719cfc5440cd2f28a SIZE (rocky/u/util-linux-2.37.4-21.el9.src.rpm) = 6258692 -SHA256 (rocky/w/which-2.21-29.el9.src.rpm) = 2417f4282c349795befae1c8cbc357906b47fd1a9ea5eeea5f92c69430c084d5 -SIZE (rocky/w/which-2.21-29.el9.src.rpm) = 162444 +SHA256 (rocky/w/which-2.21-30.el9_6.src.rpm) = cd95a0f74ecc18a89c905cd2c26ffb596a9c22e379904e994776c72c1cd0ddaf +SIZE (rocky/w/which-2.21-30.el9_6.src.rpm) = 162257 SHA256 (rocky/x/xz-5.2.5-8.el9_0.src.rpm) = b7cef2fb719b09209740b5be7fcd6e766b069e9a5177a51bd74894e3fe5959b6 SIZE (rocky/x/xz-5.2.5-8.el9_0.src.rpm) = 1165795 SHA256 (rocky/z/zlib-1.2.11-40.el9.src.rpm) = 0902a850988d0051410218305303ffb76c090a2606113078c73a0c1f73adee7d diff --git a/ftp/linux-rl9-curl/Makefile b/ftp/linux-rl9-curl/Makefile index 772fc1b6b61e..fa4be7ebf960 100644 --- a/ftp/linux-rl9-curl/Makefile +++ b/ftp/linux-rl9-curl/Makefile @@ -1,7 +1,7 @@ PORTNAME= curl DISTVERSION= 7.76.1 -DISTVERSIONSUFFIX= -31.el9 -PORTREVISION= 10 +DISTVERSIONSUFFIX= -31.el9_6.1 +PORTREVISION= 11 CATEGORIES= ftp linux MAINTAINER= emulation@FreeBSD.org diff --git a/ftp/linux-rl9-curl/distinfo b/ftp/linux-rl9-curl/distinfo index ea2395d36a65..c936ece92411 100644 --- a/ftp/linux-rl9-curl/distinfo +++ b/ftp/linux-rl9-curl/distinfo @@ -1,13 +1,13 @@ -TIMESTAMP = 1732657595 -SHA256 (rocky/c/curl-7.76.1-31.el9.aarch64.rpm) = c7be94a07ac08cec21cac135d406e59d6a690a55a29232b11bc89575c38fd1e4 -SIZE (rocky/c/curl-7.76.1-31.el9.aarch64.rpm) = 296618 -SHA256 (rocky/c/curl-7.76.1-31.el9.x86_64.rpm) = 52128925505fbcc8969c04e3bb5d240fea550a23279243bb0b4dac716ac55fc6 -SIZE (rocky/c/curl-7.76.1-31.el9.x86_64.rpm) = 299729 -SHA256 (rocky/l/libcurl-7.76.1-31.el9.aarch64.rpm) = d55a0dde7a230cdc2e4c932cab00f749f2b8f8812681fecebb3f88c5bb776d7e -SIZE (rocky/l/libcurl-7.76.1-31.el9.aarch64.rpm) = 284953 -SHA256 (rocky/l/libcurl-7.76.1-31.el9.i686.rpm) = 7dc31467a0d9d93e0077f4efaf9c9078f1b7d73ac9f84c745c7c891f2f73cd43 -SIZE (rocky/l/libcurl-7.76.1-31.el9.i686.rpm) = 316988 -SHA256 (rocky/l/libcurl-7.76.1-31.el9.x86_64.rpm) = 4bc9295d49de1d28f7c0103055a8d0cd3f20e74d1df82085ea737fc6978a3731 -SIZE (rocky/l/libcurl-7.76.1-31.el9.x86_64.rpm) = 289943 -SHA256 (rocky/c/curl-7.76.1-31.el9.src.rpm) = 18047bcbf3d7ecfaa5c80f1018d55e11fab49ff612c09cbfb1868c47dac9d6d9 -SIZE (rocky/c/curl-7.76.1-31.el9.src.rpm) = 2541214 +TIMESTAMP = 1757067595 +SHA256 (rocky/c/curl-7.76.1-31.el9_6.1.aarch64.rpm) = 3d1a17a5267145e611814b00a19261d0a2048d45e8e7234819e632d62e2e80b0 +SIZE (rocky/c/curl-7.76.1-31.el9_6.1.aarch64.rpm) = 296429 +SHA256 (rocky/c/curl-7.76.1-31.el9_6.1.x86_64.rpm) = 16473923d0fcca073fb2bf93b0d932ca6e8452ceef594f40d834d996452f371d +SIZE (rocky/c/curl-7.76.1-31.el9_6.1.x86_64.rpm) = 299529 +SHA256 (rocky/l/libcurl-7.76.1-31.el9_6.1.aarch64.rpm) = 24eb04c4c7130673bb2e5a093393fc5ae3befdab78bca7b062d04e78866b4f97 +SIZE (rocky/l/libcurl-7.76.1-31.el9_6.1.aarch64.rpm) = 284725 +SHA256 (rocky/l/libcurl-7.76.1-31.el9_6.1.i686.rpm) = ddeff6595b74152d91d4ef7ff6548fa411b8ef8fb30b14fca31490b8654bc5bd +SIZE (rocky/l/libcurl-7.76.1-31.el9_6.1.i686.rpm) = 316827 +SHA256 (rocky/l/libcurl-7.76.1-31.el9_6.1.x86_64.rpm) = 3ca30637e54912be0b302cda374147a391aa681d6a879deea5b2329916cef3d1 +SIZE (rocky/l/libcurl-7.76.1-31.el9_6.1.x86_64.rpm) = 289607 +SHA256 (rocky/c/curl-7.76.1-31.el9_6.1.src.rpm) = 6e1f5822b5b0d5821d94ae48b4f7c7b24dd231cae1d8613391dca7ffcda4ee20 +SIZE (rocky/c/curl-7.76.1-31.el9_6.1.src.rpm) = 2541796 diff --git a/graphics/ipe/Makefile b/graphics/ipe/Makefile index 31be9c2e93cc..5f057407021c 100644 --- a/graphics/ipe/Makefile +++ b/graphics/ipe/Makefile @@ -1,5 +1,5 @@ PORTNAME= ipe -DISTVERSION= 7.2.25 +DISTVERSION= 7.2.26 DISTVERSIONSUFFIX= -src CATEGORIES= graphics MASTER_SITES= https://github.com/otfried/old-ipe-releases/releases/download/v${DISTVERSION}/ diff --git a/graphics/ipe/distinfo b/graphics/ipe/distinfo index 9abccea4d2f0..2c041980f702 100644 --- a/graphics/ipe/distinfo +++ b/graphics/ipe/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756889132 -SHA256 (ipe-7.2.25-src.tar.gz) = bfca2bfbd2119e4c0a310f361077bc2efb1f5b95e34275d1a02b8ade7aba21fc -SIZE (ipe-7.2.25-src.tar.gz) = 1039024 +TIMESTAMP = 1757072891 +SHA256 (ipe-7.2.26-src.tar.gz) = e49d0057913a4a516b2017f00d9adb267903528559d1f0c7ebaf6cd914350aa5 +SIZE (ipe-7.2.26-src.tar.gz) = 1034821 diff --git a/graphics/linux-rl9-gdk-pixbuf2/Makefile b/graphics/linux-rl9-gdk-pixbuf2/Makefile index 360955a6473f..b9f1b47768b9 100644 --- a/graphics/linux-rl9-gdk-pixbuf2/Makefile +++ b/graphics/linux-rl9-gdk-pixbuf2/Makefile @@ -1,7 +1,7 @@ PORTNAME= gdk-pixbuf2 PORTVERSION= 2.42.6 -DISTVERSIONSUFFIX= -4.el9_4 -PORTREVISION= 7 +DISTVERSIONSUFFIX= -6.el9_6 +PORTREVISION= 8 CATEGORIES= graphics linux MAINTAINER= emulation@FreeBSD.org diff --git a/graphics/linux-rl9-gdk-pixbuf2/distinfo b/graphics/linux-rl9-gdk-pixbuf2/distinfo index acb0deebff0d..9214bc00c9e6 100644 --- a/graphics/linux-rl9-gdk-pixbuf2/distinfo +++ b/graphics/linux-rl9-gdk-pixbuf2/distinfo @@ -1,15 +1,15 @@ -TIMESTAMP = 1731666780 -SHA256 (rocky/g/gdk-pixbuf2-2.42.6-4.el9_4.aarch64.rpm) = eb5898b0d08f98f5ee79adf959a35134eae2217db0d85a0318f9875d44ee2b44 -SIZE (rocky/g/gdk-pixbuf2-2.42.6-4.el9_4.aarch64.rpm) = 474872 -SHA256 (rocky/g/gdk-pixbuf2-2.42.6-4.el9_4.i686.rpm) = 85ac80964283b7e88f0e442f5c89e0009a5376f55d4b186f88a6409a059c16c8 -SIZE (rocky/g/gdk-pixbuf2-2.42.6-4.el9_4.i686.rpm) = 485091 -SHA256 (rocky/g/gdk-pixbuf2-2.42.6-4.el9_4.x86_64.rpm) = 9f23d0f41ae83f45da6048ce309783355091cac0b4c76851cefe805c445ac549 -SIZE (rocky/g/gdk-pixbuf2-2.42.6-4.el9_4.x86_64.rpm) = 477160 -SHA256 (rocky/g/gdk-pixbuf2-modules-2.42.6-4.el9_4.aarch64.rpm) = a783282f8d82b08c07d993605641f24061e58f499093deac1f9e9f1632ad0d5d -SIZE (rocky/g/gdk-pixbuf2-modules-2.42.6-4.el9_4.aarch64.rpm) = 85139 -SHA256 (rocky/g/gdk-pixbuf2-modules-2.42.6-4.el9_4.i686.rpm) = 6b40e0101e2cec7ef3a6a69ad552332d430e44c42d4019589af272b749bd95c8 -SIZE (rocky/g/gdk-pixbuf2-modules-2.42.6-4.el9_4.i686.rpm) = 91668 -SHA256 (rocky/g/gdk-pixbuf2-modules-2.42.6-4.el9_4.x86_64.rpm) = d24bd8a516d13628e1d58b3cb6c79c8ee7e93afefa09c4a9a040209c5dfc0a3c -SIZE (rocky/g/gdk-pixbuf2-modules-2.42.6-4.el9_4.x86_64.rpm) = 86593 -SHA256 (rocky/g/gdk-pixbuf2-2.42.6-4.el9_4.src.rpm) = 9e598722f5349cca08ac4dde4baa0d1b35b2227ab625e606185d965be63aad83 -SIZE (rocky/g/gdk-pixbuf2-2.42.6-4.el9_4.src.rpm) = 7735313 +TIMESTAMP = 1757069475 +SHA256 (rocky/g/gdk-pixbuf2-2.42.6-6.el9_6.aarch64.rpm) = f15502d4bcd1bcd696b5c2e044c3522d38fbe4812a310e09183d61d32ee7d012 +SIZE (rocky/g/gdk-pixbuf2-2.42.6-6.el9_6.aarch64.rpm) = 474741 +SHA256 (rocky/g/gdk-pixbuf2-2.42.6-6.el9_6.i686.rpm) = 69c13a62661f25cc6cd1abd9420f41a2acecf9fe1688669f8a939728e728d8ec +SIZE (rocky/g/gdk-pixbuf2-2.42.6-6.el9_6.i686.rpm) = 484011 +SHA256 (rocky/g/gdk-pixbuf2-2.42.6-6.el9_6.x86_64.rpm) = 45a809fb972eab8cec05fa036649ce53d1f68b48b0107b7ac9595facf387e8ee +SIZE (rocky/g/gdk-pixbuf2-2.42.6-6.el9_6.x86_64.rpm) = 476463 +SHA256 (rocky/g/gdk-pixbuf2-modules-2.42.6-6.el9_6.aarch64.rpm) = 37d7c57ad554f30fee3252da7ab7b4a6a63a490671a40c72cf6afab2285c57ab +SIZE (rocky/g/gdk-pixbuf2-modules-2.42.6-6.el9_6.aarch64.rpm) = 83851 +SHA256 (rocky/g/gdk-pixbuf2-modules-2.42.6-6.el9_6.i686.rpm) = 2d354aff28a900919e92a33c941666073c4400af13d368ee74cfae619a95280a +SIZE (rocky/g/gdk-pixbuf2-modules-2.42.6-6.el9_6.i686.rpm) = 90061 +SHA256 (rocky/g/gdk-pixbuf2-modules-2.42.6-6.el9_6.x86_64.rpm) = d2e4f4c553ac47fd16cd245eb764397086f0763db580b6f50b52ff75eb5b5940 +SIZE (rocky/g/gdk-pixbuf2-modules-2.42.6-6.el9_6.x86_64.rpm) = 85356 +SHA256 (rocky/g/gdk-pixbuf2-2.42.6-6.el9_6.src.rpm) = a723b560f7edd78efcb7fdfce62a9e95c5e09b504b159c725924341ef4bd7658 +SIZE (rocky/g/gdk-pixbuf2-2.42.6-6.el9_6.src.rpm) = 7736449 diff --git a/graphics/linux-rl9-libjxl/Makefile b/graphics/linux-rl9-libjxl/Makefile index b07cccc4d6e6..1d9f44a36db9 100644 --- a/graphics/linux-rl9-libjxl/Makefile +++ b/graphics/linux-rl9-libjxl/Makefile @@ -1,7 +1,6 @@ PORTNAME= libjxl -PORTVERSION= 0.7.0 -DISTVERSIONSUFFIX= -1.el9 -PORTREVISION= 2 +PORTVERSION= 0.7.2 +DISTVERSIONSUFFIX= -2.el9 MASTER_SITES= EPEL9 CATEGORIES= graphics linux diff --git a/graphics/linux-rl9-libjxl/distinfo b/graphics/linux-rl9-libjxl/distinfo index dccda889d2c6..054bf02fbf82 100644 --- a/graphics/linux-rl9-libjxl/distinfo +++ b/graphics/linux-rl9-libjxl/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1708415374 -SHA256 (rocky/l/libjxl-0.7.0-1.el9.aarch64.rpm) = 312b2570c0a272067e7da24fe15b203cd3797975435aeac81181d74067644402 -SIZE (rocky/l/libjxl-0.7.0-1.el9.aarch64.rpm) = 695267 -SHA256 (rocky/l/libjxl-0.7.0-1.el9.x86_64.rpm) = 22549884ba9f6f69c6e31955c77bf1d47b3b00cad86aeeed745933788b9bd0fd -SIZE (rocky/l/libjxl-0.7.0-1.el9.x86_64.rpm) = 980251 -SHA256 (rocky/j/jpegxl-0.7.0-1.el9.src.rpm) = a07df3df5cc31d0af5e53b846ab5a27128368b9985bf587c9a08fb4b81d64fae -SIZE (rocky/j/jpegxl-0.7.0-1.el9.src.rpm) = 4081635 +TIMESTAMP = 1757068323 +SHA256 (rocky/l/libjxl-0.7.2-2.el9.aarch64.rpm) = 64b84ac3293cd16c2f25e9f7e7addee1d69d09a4b6938c53e6ebca50dcd570ab +SIZE (rocky/l/libjxl-0.7.2-2.el9.aarch64.rpm) = 739985 +SHA256 (rocky/l/libjxl-0.7.2-2.el9.x86_64.rpm) = feadf9606256e182301aef0c53fac0f7b240391766eb41a331d4d2e1cbe2e087 +SIZE (rocky/l/libjxl-0.7.2-2.el9.x86_64.rpm) = 1005187 +SHA256 (rocky/j/jpegxl-0.7.2-2.el9.src.rpm) = fdf7668acba37236cf0a2810a96af8a5f97962f53e3afa1b13b40fb1e60511c3 +SIZE (rocky/j/jpegxl-0.7.2-2.el9.src.rpm) = 4080459 diff --git a/graphics/linux-rl9-libjxl/pkg-plist.aarch64 b/graphics/linux-rl9-libjxl/pkg-plist.aarch64 index 3749f2a255bb..e4f14450a147 100644 --- a/graphics/linux-rl9-libjxl/pkg-plist.aarch64 +++ b/graphics/linux-rl9-libjxl/pkg-plist.aarch64 @@ -1,7 +1,7 @@ usr/lib64/libjxl.so.0.7 -usr/lib64/libjxl.so.0.7.0 +usr/lib64/libjxl.so.0.7.2 usr/lib64/libjxl_threads.so.0.7 -usr/lib64/libjxl_threads.so.0.7.0 +usr/lib64/libjxl_threads.so.0.7.2 usr/share/licenses/libjxl/LICENSE usr/share/mime/packages/image-jxl.xml usr/share/thumbnailers/jxl.thumbnailer diff --git a/graphics/linux-rl9-libjxl/pkg-plist.amd64 b/graphics/linux-rl9-libjxl/pkg-plist.amd64 index 3749f2a255bb..e4f14450a147 100644 --- a/graphics/linux-rl9-libjxl/pkg-plist.amd64 +++ b/graphics/linux-rl9-libjxl/pkg-plist.amd64 @@ -1,7 +1,7 @@ usr/lib64/libjxl.so.0.7 -usr/lib64/libjxl.so.0.7.0 +usr/lib64/libjxl.so.0.7.2 usr/lib64/libjxl_threads.so.0.7 -usr/lib64/libjxl_threads.so.0.7.0 +usr/lib64/libjxl_threads.so.0.7.2 usr/share/licenses/libjxl/LICENSE usr/share/mime/packages/image-jxl.xml usr/share/thumbnailers/jxl.thumbnailer diff --git a/graphics/linux-rl9-qt5-qt3d/Makefile b/graphics/linux-rl9-qt5-qt3d/Makefile index d678decdd09b..12cdd7206515 100644 --- a/graphics/linux-rl9-qt5-qt3d/Makefile +++ b/graphics/linux-rl9-qt5-qt3d/Makefile @@ -1,7 +1,7 @@ PORTNAME= qt5 PORTVERSION= 5.15.9 -DISTVERSIONSUFFIX= -1.el9 -PORTREVISION= 2 +DISTVERSIONSUFFIX= -2.el9_6 +PORTREVISION= 3 CATEGORIES= graphics linux PKGNAMESUFFIX= -qt3d diff --git a/graphics/linux-rl9-qt5-qt3d/distinfo b/graphics/linux-rl9-qt5-qt3d/distinfo index 07e3acaefb12..8b1db2f863f0 100644 --- a/graphics/linux-rl9-qt5-qt3d/distinfo +++ b/graphics/linux-rl9-qt5-qt3d/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1731449910 -SHA256 (rocky/q/qt5-qt3d-5.15.9-1.el9.aarch64.rpm) = b2dd0a4ae5f639c08f024c39872b51fe4ad1ea01dd2a727b76deb8c21c829cb6 -SIZE (rocky/q/qt5-qt3d-5.15.9-1.el9.aarch64.rpm) = 3104842 -SHA256 (rocky/q/qt5-qt3d-5.15.9-1.el9.i686.rpm) = 0a56d2109e8049115481509e756477060cacff2e8a44abb13115d8d5013e53e1 -SIZE (rocky/q/qt5-qt3d-5.15.9-1.el9.i686.rpm) = 3496582 -SHA256 (rocky/q/qt5-qt3d-5.15.9-1.el9.x86_64.rpm) = 30e7d0dc9ce716c3de2fa05d50ca7258123dbbbccd4cba1bf4dc47541b257f5d -SIZE (rocky/q/qt5-qt3d-5.15.9-1.el9.x86_64.rpm) = 3172050 -SHA256 (rocky/q/qt5-qt3d-5.15.9-1.el9.src.rpm) = 9775a725ba3a3f8595cf6bd4590bb9988957ddbb5a10d923a2833208713291e7 -SIZE (rocky/q/qt5-qt3d-5.15.9-1.el9.src.rpm) = 118354829 +TIMESTAMP = 1757069605 +SHA256 (rocky/q/qt5-qt3d-5.15.9-2.el9_6.aarch64.rpm) = 64e73a013fcdd31710bfd3b08dd0c14ef1a6830127278c117c636450fb2a6b9c +SIZE (rocky/q/qt5-qt3d-5.15.9-2.el9_6.aarch64.rpm) = 3103458 +SHA256 (rocky/q/qt5-qt3d-5.15.9-2.el9_6.i686.rpm) = b9bd6c3d2ff4faddb31b8926da16f2153fb15c98ded00f5906210dc6785f333f +SIZE (rocky/q/qt5-qt3d-5.15.9-2.el9_6.i686.rpm) = 3495621 +SHA256 (rocky/q/qt5-qt3d-5.15.9-2.el9_6.x86_64.rpm) = a90a835f8cde587b32fa90be5239602c1d2494a505062aa2d4bb80389b144ebe +SIZE (rocky/q/qt5-qt3d-5.15.9-2.el9_6.x86_64.rpm) = 3169159 +SHA256 (rocky/q/qt5-qt3d-5.15.9-2.el9_6.src.rpm) = 94a4efd17e8f39747a4ef978855cb816bab4fdb7e114c26eadbee32f1cd68233 +SIZE (rocky/q/qt5-qt3d-5.15.9-2.el9_6.src.rpm) = 118355895 diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index 154c286245a0..0df78bdbaf29 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= mesa -DISTVERSION= 25.2-branchpoint-2680 -DISTVERSIONSUFFIX= -gb4bac915f0d +DISTVERSION= 25.2-branchpoint-2843 +DISTVERSIONSUFFIX= -g29fb897c0a0 CATEGORIES= graphics PKGNAMESUFFIX= -devel diff --git a/graphics/mesa-devel/distinfo b/graphics/mesa-devel/distinfo index 4e286e98eb1d..5d5c6db73f30 100644 --- a/graphics/mesa-devel/distinfo +++ b/graphics/mesa-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1756937246 -SHA256 (mesa-25.2-branchpoint-2680-gb4bac915f0d.tar.bz2) = 6c44b70830a637e39ba1f6238c7c6d75c268dfcc1d5c6c001dddbdecc396716f -SIZE (mesa-25.2-branchpoint-2680-gb4bac915f0d.tar.bz2) = 58679512 +TIMESTAMP = 1757116992 +SHA256 (mesa-25.2-branchpoint-2843-g29fb897c0a0.tar.bz2) = b8966418b84424137736187ed8884dac3dfcd0ce4e845f889bde4b784f16835a +SIZE (mesa-25.2-branchpoint-2843-g29fb897c0a0.tar.bz2) = 58741659 SHA256 (700efacda59c.patch) = 0d567fe737ad1404e1f12d7cd018826d9095c23835f1ed5aaa1c81cb58d3d008 SIZE (700efacda59c.patch) = 983 SHA256 (de5cf0a44b50.patch) = c9e02e5eb1fb4e3aa2bc7a7e0a70f28f3ee609835ff0b59e827893a821983851 diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index 9d3cb8bc425c..21b0804b230d 100644 --- a/java/eclipse/Makefile +++ b/java/eclipse/Makefile @@ -1,5 +1,5 @@ PORTNAME= eclipse -DISTVERSION= 4.36 +DISTVERSION= 4.37 PORTREVISION= 1 CATEGORIES= java devel ECLIPSE_TAG= R${DISTVERSION:S|.|_|g} diff --git a/java/eclipse/Makefile.plugins b/java/eclipse/Makefile.plugins index 2d54cbe0aa77..54814b3ef0ec 100644 --- a/java/eclipse/Makefile.plugins +++ b/java/eclipse/Makefile.plugins @@ -1,6 +1,6 @@ NO_BUILD= yes USES+= java -JAVA_VERSION= 17+ +JAVA_VERSION= 21+ REPO_DIRS?= features plugins diff --git a/java/eclipse/distinfo b/java/eclipse/distinfo index 5408ac479ff0..f0a6818536a2 100644 --- a/java/eclipse/distinfo +++ b/java/eclipse/distinfo @@ -1,29 +1,29 @@ -TIMESTAMP = 1752913239 -SHA256 (eclipse/chirontt-eclipse.platform.releng.aggregator-4.36-R4_36_maintenance_GH0.tar.gz) = 58d6734c7dd334d416b7d0255b3d71b11ee20cb7b790c0c7c6679727d0fd3611 -SIZE (eclipse/chirontt-eclipse.platform.releng.aggregator-4.36-R4_36_maintenance_GH0.tar.gz) = 26211750 -SHA256 (eclipse/eclipse-jdt-eclipse.jdt-R4_36_GH0.tar.gz) = d537c10f1f7bd9159e1877c6fe8ebeafea7132e98ff5ebe6b9b09717203c5677 -SIZE (eclipse/eclipse-jdt-eclipse.jdt-R4_36_GH0.tar.gz) = 39974 -SHA256 (eclipse/eclipse-jdt-eclipse.jdt.core-R4_36_GH0.tar.gz) = c2e292fd897bf6987c2f5828b3efd6a61634837f7c973842bf6fb8c11acee28f -SIZE (eclipse/eclipse-jdt-eclipse.jdt.core-R4_36_GH0.tar.gz) = 15673901 -SHA256 (eclipse/eclipse-jdt-eclipse.jdt.core.binaries-R4_36_GH0.tar.gz) = c191bc12667e600f63844dea12b01f821094773e8bf02e5eb0ec981aaf97c2bc -SIZE (eclipse/eclipse-jdt-eclipse.jdt.core.binaries-R4_36_GH0.tar.gz) = 34885784 -SHA256 (eclipse/eclipse-jdt-eclipse.jdt.debug-R4_36_GH0.tar.gz) = 705d965e1941593f58eb03bf4287f220a285ff7d6f9edc2d0d7e033f4e314946 -SIZE (eclipse/eclipse-jdt-eclipse.jdt.debug-R4_36_GH0.tar.gz) = 2377734 -SHA256 (eclipse/eclipse-jdt-eclipse.jdt.ui-R4_36_GH0.tar.gz) = 034ab6325f5d4c30129d89dcb89d1ee3a7a2554a4ad6d5af5a4e7d17d8cc7a7c -SIZE (eclipse/eclipse-jdt-eclipse.jdt.ui-R4_36_GH0.tar.gz) = 25031173 -SHA256 (eclipse/chirontt-eclipse.pde-R4_36_maintenance_GH0.tar.gz) = f0bd123252afe25b730d1cd56a5e2e134914b2199846cb9f10402a5e0a373fef -SIZE (eclipse/chirontt-eclipse.pde-R4_36_maintenance_GH0.tar.gz) = 36060538 -SHA256 (eclipse/chirontt-eclipse.platform-R4_36_maintenance_GH0.tar.gz) = 582f5eb27de0316b228fc3fa0d962a18ed2c2cd320644a575e95139f63de9a35 -SIZE (eclipse/chirontt-eclipse.platform-R4_36_maintenance_GH0.tar.gz) = 16630323 -SHA256 (eclipse/chirontt-eclipse.platform.swt-R4_36_maintenance_GH0.tar.gz) = 011eba684af94e73f26dd878c941a59845ab899cdba33f45d2976c2560fd0fb0 -SIZE (eclipse/chirontt-eclipse.platform.swt-R4_36_maintenance_GH0.tar.gz) = 10658980 -SHA256 (eclipse/chirontt-eclipse.platform.ui-R4_36_maintenance_GH0.tar.gz) = c66604fb01f6d5614cb67b201c1f94273e5ea3721fe6e115ba1b24a766bc6477 -SIZE (eclipse/chirontt-eclipse.platform.ui-R4_36_maintenance_GH0.tar.gz) = 16572318 -SHA256 (eclipse/chirontt-equinox-R4_36_maintenance_GH0.tar.gz) = f6f276d6d8d69fa0cc4c9fdd1693d8bb8be98074fc9b8ce86cf2e709ab627118 -SIZE (eclipse/chirontt-equinox-R4_36_maintenance_GH0.tar.gz) = 3634382 -SHA256 (eclipse/chirontt-equinox.binaries-R4_36_maintenance_GH0.tar.gz) = 40d14c0ce3963220c21df37274348dd014973ffd20c4cc1a17ceb2ae9c7990d7 -SIZE (eclipse/chirontt-equinox.binaries-R4_36_maintenance_GH0.tar.gz) = 1620956 -SHA256 (eclipse/chirontt-p2-R4_36_maintenance_GH0.tar.gz) = 74ec993e52abb83641e12e0438bc4a9f0075a2476a17fb1c6bde4f05ff872eac -SIZE (eclipse/chirontt-p2-R4_36_maintenance_GH0.tar.gz) = 54033925 -SHA256 (eclipse/NorbertXYZ-eclipse-maven-4.36_GH0.tar.gz) = 0d26e1f29db214bcf8f842eca5c352f947ca9cd0906ce6d0df9b0b44bc9f9c7d -SIZE (eclipse/NorbertXYZ-eclipse-maven-4.36_GH0.tar.gz) = 531877628 +TIMESTAMP = 1757121212 +SHA256 (eclipse/chirontt-eclipse.platform.releng.aggregator-4.37-R4_37_maintenance_GH0.tar.gz) = 51213dce946191fd381736d26a53bd54aad6222570848983194de278b27f94c3 +SIZE (eclipse/chirontt-eclipse.platform.releng.aggregator-4.37-R4_37_maintenance_GH0.tar.gz) = 26193143 +SHA256 (eclipse/eclipse-jdt-eclipse.jdt-R4_37_GH0.tar.gz) = 84c45a5314f877f3c032353d49c2cb44190e3c5245b08ebb08d5b317458b37f3 +SIZE (eclipse/eclipse-jdt-eclipse.jdt-R4_37_GH0.tar.gz) = 39942 +SHA256 (eclipse/eclipse-jdt-eclipse.jdt.core-R4_37_GH0.tar.gz) = a3351fe6a1748ff4d26729dd0654dfe8837125a1c42aa63091bdf76f59b30cdb +SIZE (eclipse/eclipse-jdt-eclipse.jdt.core-R4_37_GH0.tar.gz) = 15796506 +SHA256 (eclipse/eclipse-jdt-eclipse.jdt.core.binaries-R4_37_GH0.tar.gz) = 62b940d68e6eae3a1176248be27546982afd26e5a7b09b7db8a63585e0cf29e5 +SIZE (eclipse/eclipse-jdt-eclipse.jdt.core.binaries-R4_37_GH0.tar.gz) = 34885781 +SHA256 (eclipse/eclipse-jdt-eclipse.jdt.debug-R4_37_GH0.tar.gz) = 3f7f3cb0152ee3d61d0aa1cf633529fe1fd2fc7fc7af4e305c64acc537b2c670 +SIZE (eclipse/eclipse-jdt-eclipse.jdt.debug-R4_37_GH0.tar.gz) = 2394844 +SHA256 (eclipse/eclipse-jdt-eclipse.jdt.ui-R4_37_GH0.tar.gz) = ef8b92920c7aa656898c2c01024d0cdc6c72e38ea766c7a5cb3f761aea393732 +SIZE (eclipse/eclipse-jdt-eclipse.jdt.ui-R4_37_GH0.tar.gz) = 25051681 +SHA256 (eclipse/chirontt-eclipse.pde-R4_37_maintenance_GH0.tar.gz) = 200d64c686fd736991aaeafee02e9350864ee366cafcc1e13c39a4e874311c3f +SIZE (eclipse/chirontt-eclipse.pde-R4_37_maintenance_GH0.tar.gz) = 36078994 +SHA256 (eclipse/chirontt-eclipse.platform-R4_37_maintenance_GH0.tar.gz) = 9692198c828991aed417dcc32a1a8976a22282ea93a664121ce9e8dd02a907a2 +SIZE (eclipse/chirontt-eclipse.platform-R4_37_maintenance_GH0.tar.gz) = 17332711 +SHA256 (eclipse/chirontt-eclipse.platform.swt-R4_37_maintenance_GH0.tar.gz) = 8e6bf85d8c21c50e82391cdc5a5beb2f4a7f284c3e9625f035296b6d634e8f54 +SIZE (eclipse/chirontt-eclipse.platform.swt-R4_37_maintenance_GH0.tar.gz) = 10645986 +SHA256 (eclipse/chirontt-eclipse.platform.ui-R4_37_maintenance_GH0.tar.gz) = aff77305b6ac126e4f400ba587f5adf2a6147b42528d10a1b68a006b2237131a +SIZE (eclipse/chirontt-eclipse.platform.ui-R4_37_maintenance_GH0.tar.gz) = 16512282 +SHA256 (eclipse/chirontt-equinox-R4_37_maintenance_GH0.tar.gz) = 45b4d50f87ebd96e32470c03c0380f971768bf77f8638a8689856fd4b913f625 +SIZE (eclipse/chirontt-equinox-R4_37_maintenance_GH0.tar.gz) = 3914151 +SHA256 (eclipse/chirontt-equinox.binaries-R4_37_maintenance_GH0.tar.gz) = cdab9d2feefe24d15fff628220ce2c4f60ea890e5d7abb6894b8c8efe42dd533 +SIZE (eclipse/chirontt-equinox.binaries-R4_37_maintenance_GH0.tar.gz) = 1611408 +SHA256 (eclipse/chirontt-p2-R4_37_maintenance_GH0.tar.gz) = 04f7bd83a6b4ddb91f7b58947ec647ccf8d1cb8e036d4f5270a5b6d7036059b4 +SIZE (eclipse/chirontt-p2-R4_37_maintenance_GH0.tar.gz) = 54032020 +SHA256 (eclipse/NorbertXYZ-eclipse-maven-4.37_GH0.tar.gz) = 71a59125c518fbf96d82655b03bcae173772449dc5a334b970d1103a99d7688b +SIZE (eclipse/NorbertXYZ-eclipse-maven-4.37_GH0.tar.gz) = 528936178 diff --git a/lang/gcc13-devel/Makefile b/lang/gcc13-devel/Makefile index 7aa002426e78..24cc3998eb53 100644 --- a/lang/gcc13-devel/Makefile +++ b/lang/gcc13-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= gcc -PORTVERSION= 13.4.1.s20250814 +PORTVERSION= 13.4.1.s20250828 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel diff --git a/lang/gcc13-devel/distinfo b/lang/gcc13-devel/distinfo index df10e7aab71c..f56691160d8f 100644 --- a/lang/gcc13-devel/distinfo +++ b/lang/gcc13-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755249395 -SHA256 (gcc-13-20250814.tar.xz) = 84e4b221a5fb257b58dba14e6ec6838fcdecbc0b2a198a71eb7d851adecd3f1f -SIZE (gcc-13-20250814.tar.xz) = 84576520 +TIMESTAMP = 1756456800 +SHA256 (gcc-13-20250828.tar.xz) = 54322d4375c3a255782afc17841d8fbb3d7ecc1162aeec74722b20c0140753a5 +SIZE (gcc-13-20250828.tar.xz) = 84598544 diff --git a/lang/gcc14-devel/Makefile b/lang/gcc14-devel/Makefile index 0b7f59771429..12619aff774d 100644 --- a/lang/gcc14-devel/Makefile +++ b/lang/gcc14-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= gcc -PORTVERSION= 14.3.1.s20250815 +PORTVERSION= 14.3.1.s20250829 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} @@ -50,8 +50,8 @@ OPTIONS_DEFAULT_i386= STANDARD_BOOTSTRAP OPTIONS_DEFAULT_powerpc=LTO_BOOTSTRAP OPTIONS_DEFAULT_powerpc64=LTO_BOOTSTRAP OPTIONS_DEFAULT_powerpc64le=LTO_BOOTSTRAP -OPTIONS_SINGLE= BOOTSTRAP -OPTIONS_SINGLE_BOOTSTRAP= LTO_BOOTSTRAP STANDARD_BOOTSTRAP +OPTIONS_RADIO= BOOTSTRAP +OPTIONS_RADIO_BOOTSTRAP= LTO_BOOTSTRAP STANDARD_BOOTSTRAP LTO_BOOTSTRAP_DESC= Build using a full LTO bootstrap STANDARD_BOOTSTRAP_DESC= Build using a full bootstrap without LTO GRAPHITE_DESC= Support for Graphite loop optimizations @@ -84,18 +84,20 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} CONFIGURE_ARGS+= --with-abi=elfv2 .endif -.if ${ARCH} == i386 -LANGUAGES:= c,c++,objc,fortran -.else -LANGUAGES:= c,c++,objc,fortran,jit +LANGUAGES= c,c++,objc,fortran +.if ${ARCH} != i386 && !empty(PORT_OPTIONS:M*BOOTSTRAP) +LANGUAGES:= ${LANGUAGES},jit .endif + TARGLIB= ${PREFIX}/lib/gcc${SUFFIX} TARGLIB32= ${PREFIX}/lib32 # The version information is added later LIBEXEC= ${PREFIX}/libexec/gcc${SUFFIX} GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_OUTSOURCE= yes -.if ${PORT_OPTIONS:MLTO_BOOTSTRAP} +.if empty(PORT_OPTIONS:M*BOOTSTRAP) +CONFIGURE_ARGS+=--disable-bootstrap +.elif ${PORT_OPTIONS:MLTO_BOOTSTRAP} CONFIGURE_ARGS+=--with-build-config=bootstrap-lto-noplugin ALL_TARGET= bootstrap-lean PIE_UNSAFE= yes diff --git a/lang/gcc14-devel/distinfo b/lang/gcc14-devel/distinfo index f824b0e4402f..fcdb8f253ed5 100644 --- a/lang/gcc14-devel/distinfo +++ b/lang/gcc14-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755334243 -SHA256 (gcc-14-20250815.tar.xz) = f3004177ad4de989e19cfe0a1f4e7ad3fcf3eed9f398e6914c6ed3c4a3da7b50 -SIZE (gcc-14-20250815.tar.xz) = 88321100 +TIMESTAMP = 1756543273 +SHA256 (gcc-14-20250829.tar.xz) = 872fbeb615f349066de09948aeccfb996bd4f5e6e1f6c7630d0f2d3f302b5481 +SIZE (gcc-14-20250829.tar.xz) = 88313104 diff --git a/lang/gcc14-devel/pkg-help b/lang/gcc14-devel/pkg-help index 9030bbb28d3f..632e1c65f816 100644 --- a/lang/gcc14-devel/pkg-help +++ b/lang/gcc14-devel/pkg-help @@ -1,3 +1,6 @@ Building this port with LTO_BOOTSTRAP enabled requires significant amounts of memory and time. Consider disabling LTO_BOOTSTRAP in favor of STANDARD_BOOTSTRAP -(or disabling BOOTSTRAP altogether) in case that is a problem. +in case that is a problem. + +Note that disabling bootstrap altogether is possible, but not recommended: some +features (e.g. jit) requires you to choose a bootstrap option to be enabled. diff --git a/lang/gcc15-devel/Makefile b/lang/gcc15-devel/Makefile index 49b1a0d0b2f1..b180557683be 100644 --- a/lang/gcc15-devel/Makefile +++ b/lang/gcc15-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= gcc -PORTVERSION= 15.2.1.s20250816 +PORTVERSION= 15.2.1.s20250830 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel @@ -49,8 +49,8 @@ OPTIONS_DEFAULT_i386= STANDARD_BOOTSTRAP OPTIONS_DEFAULT_powerpc=LTO_BOOTSTRAP OPTIONS_DEFAULT_powerpc64=LTO_BOOTSTRAP OPTIONS_DEFAULT_powerpc64le=LTO_BOOTSTRAP -OPTIONS_SINGLE= BOOTSTRAP -OPTIONS_SINGLE_BOOTSTRAP= LTO_BOOTSTRAP STANDARD_BOOTSTRAP +OPTIONS_RADIO= BOOTSTRAP +OPTIONS_RADIO_BOOTSTRAP= LTO_BOOTSTRAP STANDARD_BOOTSTRAP LTO_BOOTSTRAP_DESC= Build using a full LTO bootstrap STANDARD_BOOTSTRAP_DESC= Build using a full bootstrap without LTO GRAPHITE_DESC= Support for Graphite loop optimizations @@ -83,18 +83,20 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} CONFIGURE_ARGS+= --with-abi=elfv2 .endif -.if ${ARCH} == i386 -LANGUAGES:= c,c++,objc,fortran -.else -LANGUAGES:= c,c++,objc,fortran,jit +LANGUAGES= c,c++,objc,fortran +.if ${ARCH} != i386 && !empty(PORT_OPTIONS:M*BOOTSTRAP) +LANGUAGES:= ${LANGUAGES},jit .endif + TARGLIB= ${PREFIX}/lib/gcc${SUFFIX} TARGLIB32= ${PREFIX}/lib32 # The version information is added later LIBEXEC= ${PREFIX}/libexec/gcc${SUFFIX} GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_OUTSOURCE= yes -.if ${PORT_OPTIONS:MLTO_BOOTSTRAP} +.if empty(PORT_OPTIONS:M*BOOTSTRAP) +CONFIGURE_ARGS+=--disable-bootstrap +.elif ${PORT_OPTIONS:MLTO_BOOTSTRAP} CONFIGURE_ARGS+=--with-build-config=bootstrap-lto-noplugin ALL_TARGET= bootstrap-lean PIE_UNSAFE= yes diff --git a/lang/gcc15-devel/distinfo b/lang/gcc15-devel/distinfo index 8cea4ded02d2..7e228de70fda 100644 --- a/lang/gcc15-devel/distinfo +++ b/lang/gcc15-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755426934 -SHA256 (gcc-15-20250816.tar.xz) = 298b63ee0d9d244c2742438369e936b55d1caf931cc538470135123fb2b88a36 -SIZE (gcc-15-20250816.tar.xz) = 92325240 +TIMESTAMP = 1756646163 +SHA256 (gcc-15-20250830.tar.xz) = ff984d2584184a57353c8ba5023c32963a4f9ee65a0d6362c04cef4854643ff9 +SIZE (gcc-15-20250830.tar.xz) = 92318400 diff --git a/lang/gcc15-devel/pkg-help b/lang/gcc15-devel/pkg-help index 9030bbb28d3f..632e1c65f816 100644 --- a/lang/gcc15-devel/pkg-help +++ b/lang/gcc15-devel/pkg-help @@ -1,3 +1,6 @@ Building this port with LTO_BOOTSTRAP enabled requires significant amounts of memory and time. Consider disabling LTO_BOOTSTRAP in favor of STANDARD_BOOTSTRAP -(or disabling BOOTSTRAP altogether) in case that is a problem. +in case that is a problem. + +Note that disabling bootstrap altogether is possible, but not recommended: some +features (e.g. jit) requires you to choose a bootstrap option to be enabled. diff --git a/lang/gcc16-devel/Makefile b/lang/gcc16-devel/Makefile index 1aaaabaca202..853b997dfaed 100644 --- a/lang/gcc16-devel/Makefile +++ b/lang/gcc16-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= gcc -PORTVERSION= 16.0.0.s20250817 +PORTVERSION= 16.0.0.s20250831 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel @@ -49,8 +49,8 @@ OPTIONS_DEFAULT_i386= STANDARD_BOOTSTRAP OPTIONS_DEFAULT_powerpc=LTO_BOOTSTRAP OPTIONS_DEFAULT_powerpc64=LTO_BOOTSTRAP OPTIONS_DEFAULT_powerpc64le=LTO_BOOTSTRAP -OPTIONS_SINGLE= BOOTSTRAP -OPTIONS_SINGLE_BOOTSTRAP= LTO_BOOTSTRAP STANDARD_BOOTSTRAP +OPTIONS_RADIO= BOOTSTRAP +OPTIONS_RADIO_BOOTSTRAP= LTO_BOOTSTRAP STANDARD_BOOTSTRAP LTO_BOOTSTRAP_DESC= Build using a full LTO bootstrap STANDARD_BOOTSTRAP_DESC= Build using a full bootstrap without LTO GRAPHITE_DESC= Support for Graphite loop optimizations @@ -83,18 +83,20 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} CONFIGURE_ARGS+= --with-abi=elfv2 .endif -.if ${ARCH} == i386 -LANGUAGES:= c,c++,objc,fortran -.else -LANGUAGES:= c,c++,objc,fortran,jit +LANGUAGES= c,c++,objc,fortran +.if ${ARCH} != i386 && !empty(PORT_OPTIONS:M*BOOTSTRAP) +LANGUAGES:= ${LANGUAGES},jit .endif + TARGLIB= ${PREFIX}/lib/gcc${SUFFIX} TARGLIB32= ${PREFIX}/lib32 # The version information is added later LIBEXEC= ${PREFIX}/libexec/gcc${SUFFIX} GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_OUTSOURCE= yes -.if ${PORT_OPTIONS:MLTO_BOOTSTRAP} +.if empty(PORT_OPTIONS:M*BOOTSTRAP) +CONFIGURE_ARGS+=--disable-bootstrap +.elif ${PORT_OPTIONS:MLTO_BOOTSTRAP} CONFIGURE_ARGS+=--with-build-config=bootstrap-lto-noplugin ALL_TARGET= bootstrap-lean PIE_UNSAFE= yes diff --git a/lang/gcc16-devel/distinfo b/lang/gcc16-devel/distinfo index 6bf89a92cf48..1fa7165385f0 100644 --- a/lang/gcc16-devel/distinfo +++ b/lang/gcc16-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755592857 -SHA256 (gcc-16-20250817.tar.xz) = e321396b6b18996f7a87f7c6b296f3e5b0a6c0cd763cc8b7773cde7fd1ff3ff4 -SIZE (gcc-16-20250817.tar.xz) = 95454224 +TIMESTAMP = 1756891264 +SHA256 (gcc-16-20250831.tar.xz) = 186e0e8e07870edf43b7230faa082d5c51022431462bca4db4d35fb84f3fbc6b +SIZE (gcc-16-20250831.tar.xz) = 95517600 diff --git a/lang/gcc16-devel/pkg-help b/lang/gcc16-devel/pkg-help index 9030bbb28d3f..632e1c65f816 100644 --- a/lang/gcc16-devel/pkg-help +++ b/lang/gcc16-devel/pkg-help @@ -1,3 +1,6 @@ Building this port with LTO_BOOTSTRAP enabled requires significant amounts of memory and time. Consider disabling LTO_BOOTSTRAP in favor of STANDARD_BOOTSTRAP -(or disabling BOOTSTRAP altogether) in case that is a problem. +in case that is a problem. + +Note that disabling bootstrap altogether is possible, but not recommended: some +features (e.g. jit) requires you to choose a bootstrap option to be enabled. diff --git a/lang/linux-rl9-python3/Makefile b/lang/linux-rl9-python3/Makefile index 235722e22012..3cab01671e7b 100644 --- a/lang/linux-rl9-python3/Makefile +++ b/lang/linux-rl9-python3/Makefile @@ -1,7 +1,7 @@ PORTNAME= python3 PORTVERSION= 3.9.21 -DISTVERSIONSUFFIX= -2.el9 -PORTREVISION= 1 +DISTVERSIONSUFFIX= -2.el9_6.1 +PORTREVISION= 2 CATEGORIES= lang linux PKGNAMESUFFIX= 9 diff --git a/lang/linux-rl9-python3/distinfo b/lang/linux-rl9-python3/distinfo index 799ff668d23e..9a97d8487bb7 100644 --- a/lang/linux-rl9-python3/distinfo +++ b/lang/linux-rl9-python3/distinfo @@ -1,13 +1,13 @@ -TIMESTAMP = 1750640625 -SHA256 (rocky/p/python3-3.9.21-2.el9.aarch64.rpm) = a7e061232b16cd2d6ffb6d902bc10bb7e53be3a051ced7ac94815571d22bedb6 -SIZE (rocky/p/python3-3.9.21-2.el9.aarch64.rpm) = 26187 -SHA256 (rocky/p/python3-3.9.21-2.el9.x86_64.rpm) = 0728042f556da40ee04616877639c727c9643f4d6ce7d2f7bf90975f3c2f3d84 -SIZE (rocky/p/python3-3.9.21-2.el9.x86_64.rpm) = 26254 -SHA256 (rocky/p/python3-libs-3.9.21-2.el9.aarch64.rpm) = 3b6e9de7ef5cc02824ce5855deb401c3ffc059a8507ecf23cfa12f7b6e8dc268 -SIZE (rocky/p/python3-libs-3.9.21-2.el9.aarch64.rpm) = 7889784 -SHA256 (rocky/p/python3-libs-3.9.21-2.el9.i686.rpm) = b68900155bb18aed595209e97b5cb5d0edf5f72432b32f39ce9372daf320ea1b -SIZE (rocky/p/python3-libs-3.9.21-2.el9.i686.rpm) = 7964987 -SHA256 (rocky/p/python3-libs-3.9.21-2.el9.x86_64.rpm) = 019e21c4dd18b8ce92fa8f68e1004e0c799aa148014666fff6e28694fbdc8018 -SIZE (rocky/p/python3-libs-3.9.21-2.el9.x86_64.rpm) = 7905127 -SHA256 (rocky/p/python3.9-3.9.21-2.el9.src.rpm) = 80d39b394b67a3a57c33b78c5c4ddd10a8e961ea7179d0e7d7e3901e34fa6784 -SIZE (rocky/p/python3.9-3.9.21-2.el9.src.rpm) = 20270312 +TIMESTAMP = 1757067491 +SHA256 (rocky/p/python3-3.9.21-2.el9_6.1.aarch64.rpm) = e93ccc1f095b2cf3259b6449683790ac85b98c82730287687dc7048a3e9c4896 +SIZE (rocky/p/python3-3.9.21-2.el9_6.1.aarch64.rpm) = 26199 +SHA256 (rocky/p/python3-3.9.21-2.el9_6.1.x86_64.rpm) = 08db1a2cfeb75bfad962806e8a95d73ab496850b7265133310b1987b56e7a2ea +SIZE (rocky/p/python3-3.9.21-2.el9_6.1.x86_64.rpm) = 26250 +SHA256 (rocky/p/python3-libs-3.9.21-2.el9_6.1.aarch64.rpm) = 47fb45aa9f1d52c3b487ae73cf61563872855866866d4dca00d4a4007030c2ef +SIZE (rocky/p/python3-libs-3.9.21-2.el9_6.1.aarch64.rpm) = 7892558 +SHA256 (rocky/p/python3-libs-3.9.21-2.el9_6.1.i686.rpm) = 9413005501eb0658b90a605d9c252d8bcbf8d4eb0ef91655dcb5ee299d21ee6b +SIZE (rocky/p/python3-libs-3.9.21-2.el9_6.1.i686.rpm) = 7961752 +SHA256 (rocky/p/python3-libs-3.9.21-2.el9_6.1.x86_64.rpm) = 6ad0692c0f1fb38b0f19488c94bbe563bd7a549371263713302f1b9dd37ef464 +SIZE (rocky/p/python3-libs-3.9.21-2.el9_6.1.x86_64.rpm) = 7900788 +SHA256 (rocky/p/python3.9-3.9.21-2.el9_6.1.src.rpm) = f64dcf1ab6e645b2469af6e0fd2eb8be09fa6ac1eeed947d7d8e16e4830a2576 +SIZE (rocky/p/python3.9-3.9.21-2.el9_6.1.src.rpm) = 20290999 diff --git a/mail/postfix/files/patch-makedefs b/mail/postfix/files/patch-makedefs index 3ad33514b02f..85e9b9d00c67 100644 --- a/mail/postfix/files/patch-makedefs +++ b/mail/postfix/files/patch-makedefs @@ -1,6 +1,6 @@ ---- makedefs.orig 2023-04-14 13:37:45 UTC +--- makedefs.orig 2025-02-17 17:41:56 UTC +++ makedefs -@@ -343,6 +343,15 @@ case "$SYSTEM.$RELEASE" in +@@ -351,6 +351,24 @@ case "$SYSTEM.$RELEASE" in : ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"} : ${PLUGIN_LD="${CC} -shared"} ;; @@ -13,6 +13,15 @@ + : ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"} + : ${PLUGIN_LD="${CC} -shared"} + ;; ++ FreeBSD.16*) SYSTYPE=FREEBSD16 ++ : ${CC=cc} ++ : ${SHLIB_SUFFIX=.so} ++ : ${SHLIB_CFLAGS=-fPIC} ++ : ${SHLIB_LD="${CC} -shared"' -Wl,-soname,${LIB}'} ++ : ${SHLIB_RPATH='-Wl,-rpath,${SHLIB_DIR}'} ++ : ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"} ++ : ${PLUGIN_LD="${CC} -shared"} ++ ;; DragonFly.*) SYSTYPE=DRAGONFLY ;; OpenBSD.2*) SYSTYPE=OPENBSD2 diff --git a/mail/postfix/files/patch-src_util_sys__defs.h b/mail/postfix/files/patch-src_util_sys__defs.h index 5c2e64e824c3..04f42490eb5f 100644 --- a/mail/postfix/files/patch-src_util_sys__defs.h +++ b/mail/postfix/files/patch-src_util_sys__defs.h @@ -1,11 +1,11 @@ ---- src/util/sys_defs.h.orig 2023-02-13 19:36:27 UTC +--- src/util/sys_defs.h.orig 2025-01-03 18:19:26 UTC +++ src/util/sys_defs.h @@ -31,7 +31,7 @@ || defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) \ || defined(FREEBSD8) || defined(FREEBSD9) || defined(FREEBSD10) \ || defined(FREEBSD11) || defined(FREEBSD12) || defined(FREEBSD13) \ - || defined(FREEBSD14) \ -+ || defined(FREEBSD14) || defined(FREEBSD15) \ ++ || defined(FREEBSD14) || defined(FREEBSD15) || defined(FREEBSD16) \ || defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \ || defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \ || defined(OPENBSD5) || defined(OPENBSD6) || defined(OPENBSD7) \ diff --git a/math/R-cran-spdep/Makefile b/math/R-cran-spdep/Makefile index 37edf97fc657..c078d1c9e9d1 100644 --- a/math/R-cran-spdep/Makefile +++ b/math/R-cran-spdep/Makefile @@ -1,5 +1,5 @@ PORTNAME= spdep -DISTVERSION= 1.3-13 +DISTVERSION= 1.4-1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-spdep/distinfo b/math/R-cran-spdep/distinfo index 7bca8b88f681..2b493d53faea 100644 --- a/math/R-cran-spdep/distinfo +++ b/math/R-cran-spdep/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749634372 -SHA256 (spdep_1.3-13.tar.gz) = 7ac5905c126899f88fdf5c1f2bbedc7609e0c3ca210d40abaa5da2d2a9a2685a -SIZE (spdep_1.3-13.tar.gz) = 4695720 +TIMESTAMP = 1756892699 +SHA256 (spdep_1.4-1.tar.gz) = 4d0beca3b8b696373a74670f916cca3e77cbe97d002f3be62f172815774f5588 +SIZE (spdep_1.4-1.tar.gz) = 4694107 diff --git a/math/algae/Makefile b/math/algae/Makefile index 385a737f6ad6..3042e6816d32 100644 --- a/math/algae/Makefile +++ b/math/algae/Makefile @@ -15,13 +15,12 @@ BROKEN_aarch64= does not build: checking for proper floating point exception ha BROKEN_armv6= does not build: checking for proper floating point exception handling... no BROKEN_armv7= does not build: checking for proper floating point exception handling... no -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -USES= fortran +USES= fortran:gfortran +GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dlmalloc --without-fftw --without-blas \ --without-lapack --without-bcslib --without-npsol -FFLAGS+= -std=legacy +FFLAGS= -std=legacy PLIST_SUB= ALGAE_VERSION=${PORTVERSION} INFO= ${PORTNAME} diff --git a/math/blacs/Makefile b/math/blacs/Makefile index 8e696c89704d..f550f55ff9a4 100644 --- a/math/blacs/Makefile +++ b/math/blacs/Makefile @@ -1,6 +1,6 @@ PORTNAME= blacs PORTVERSION= 1.7 -PORTREVISION= 40 +PORTREVISION= 41 CATEGORIES= math MASTER_SITES= NETLIB/blacs DISTNAME= BLACS @@ -36,7 +36,7 @@ MPICH_EXTRA_PATCHES= ${FILESDIR}/Bmake.inc-mpich.diff .include <bsd.port.pre.mk> F77EXTRAFLAGS= #-w -fno-globals -fugly-complex -.if ${GCC_DEFAULT} >= 10 +.if ${FORTRAN_DEFAULT} == gfortran && ${GCC_DEFAULT} >= 10 # workaround for Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) F77EXTRAFLAGS+= -fallow-argument-mismatch .endif diff --git a/math/blacs/files/Bmake.inc-mpich.diff b/math/blacs/files/Bmake.inc-mpich.diff index 5224616e5cc8..3e30b122de6f 100644 --- a/math/blacs/files/Bmake.inc-mpich.diff +++ b/math/blacs/files/Bmake.inc-mpich.diff @@ -35,7 +35,7 @@ MPILIBdir = $(MPIdir)/lib/ MPIINCdir = $(MPIdir)/include - MPILIB = $(MPILIBdir)/libmpich.a -+ MPILIB = -lmpi -lmpifort -pthread ++ MPILIB = -lmpi -lmpifort -pthread -L$(MPILIBdir) # ------------------------------------- # All libraries required by the tester. diff --git a/math/blacs/files/patch-SRC_MPI_Bdef.h b/math/blacs/files/patch-SRC_MPI_Bdef.h index 75a6acbe5696..adcdd43918c2 100644 --- a/math/blacs/files/patch-SRC_MPI_Bdef.h +++ b/math/blacs/files/patch-SRC_MPI_Bdef.h @@ -1,6 +1,22 @@ ---- SRC/MPI/Bdef.h.orig 2020-04-21 20:22:36 UTC +--- SRC/MPI/Bdef.h.orig 1998-03-13 20:14:33 UTC +++ SRC/MPI/Bdef.h -@@ -1605,9 +1605,9 @@ int BI_ContxtNum(); +@@ -322,6 +322,15 @@ int BI_ContxtNum(BLACSCONTEXT *ctxt); + void BI_BlacsWarn(int ConTxt, int line, char *file, char *form, ...); + void BI_BlacsErr(int ConTxt, int line, char *file, char *form, ...); + int BI_ContxtNum(BLACSCONTEXT *ctxt); ++void BI_TransDist(BLACSCONTEXT *ctxt, char scope, int m, int n, int *rA, ++ int *cA, int ldrc, BI_DistType *dist, int rdest, int cdest); ++void BI_dmvcopy(int m, int n, double *A, int lda, double *buff); ++void BI_dvmcopy(int m, int n, double *A, int lda, double *buff); ++void BI_imvcopy(int m, int n, int *A, int lda, int *buff); ++void BI_ivmcopy(int m, int n, int *A, int lda, int *buff); ++void BI_smvcopy(int m, int n, float *A, int lda, float *buff); ++void BI_svmcopy(int m, int n, float *A, int lda, float *buff); ++void Cblacs_pinfo(int *mypnum, int *nprocs); + #else + void BI_BlacsWarn(); + void BI_BlacsErr(); +@@ -1605,9 +1614,9 @@ int BI_ContxtNum(); #else #define BI_MPI_Type_struct(count_, lens_, disps_, types_, newtype_, ierr_) \ { \ diff --git a/math/blacs/files/patch-SRC_MPI_blacs__get__.c b/math/blacs/files/patch-SRC_MPI_blacs__get__.c new file mode 100644 index 000000000000..02f1b33c989e --- /dev/null +++ b/math/blacs/files/patch-SRC_MPI_blacs__get__.c @@ -0,0 +1,11 @@ +--- SRC/MPI/blacs_get_.c.orig 2006-01-18 21:36:03 UTC ++++ SRC/MPI/blacs_get_.c +@@ -12,6 +12,8 @@ F_VOID_FUNC blacs_get_(int *ConTxt, int *what, int *va + #else + int comm; + #endif ++ void BI_MPI_C_to_f77_trans_comm(MPI_Comm, int *); ++ void BI_MPI_F77_to_c_trans_comm(int F77comm, MPI_Comm *Ccomm); + BLACSCONTEXT *ctxt; + + switch( Mpval(what) ) diff --git a/math/blacs/files/patch-SRC_MPI_blacs__gridinit__.c b/math/blacs/files/patch-SRC_MPI_blacs__gridinit__.c new file mode 100644 index 000000000000..6c102072a27b --- /dev/null +++ b/math/blacs/files/patch-SRC_MPI_blacs__gridinit__.c @@ -0,0 +1,15 @@ +--- SRC/MPI/blacs_gridinit_.c.orig 2006-01-18 21:36:03 UTC ++++ SRC/MPI/blacs_gridinit_.c +@@ -6,7 +6,12 @@ F_VOID_FUNC blacs_gridinit_(int *ConTxt, F_CHAR order, + F_VOID_FUNC blacs_gridinit_(int *ConTxt, F_CHAR order, int *nprow, int *npcol) + #endif + { ++#if (INTFACE == C_CALL) + void Cblacs_gridmap(int *, int *, int, int, int); ++#else ++ F_VOID_FUNC blacs_gridmap_(int *ConTxt, int *usermap, int *ldup, int *nprow0, ++ int *npcol0); ++#endif + int *tmpgrid, *iptr; + int i, j; + diff --git a/math/blacs/files/patch-SRC_MPI_blacs__pinfo__.c b/math/blacs/files/patch-SRC_MPI_blacs__pinfo__.c new file mode 100644 index 000000000000..5d6f5111549a --- /dev/null +++ b/math/blacs/files/patch-SRC_MPI_blacs__pinfo__.c @@ -0,0 +1,11 @@ +--- SRC/MPI/blacs_pinfo_.c.orig 1998-03-13 20:16:27 UTC ++++ SRC/MPI/blacs_pinfo_.c +@@ -1,5 +1,8 @@ + #include "Bdef.h" + ++void bi_f77_init_(void); ++void bi_f77_get_constants_(int*, int*, int*); ++ + #if (INTFACE == C_CALL) + void Cblacs_pinfo(int *mypnum, int *nprocs) + #else diff --git a/math/octave-forge-image/Makefile b/math/octave-forge-image/Makefile index f9abe718eec9..d8000dbcbe8c 100644 --- a/math/octave-forge-image/Makefile +++ b/math/octave-forge-image/Makefile @@ -1,5 +1,5 @@ PORTNAME= octave-forge-image -PORTVERSION= 2.18.0 +PORTVERSION= 2.18.1 CATEGORIES= math MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL} diff --git a/math/octave-forge-image/distinfo b/math/octave-forge-image/distinfo index 5188034df013..c816ce3b8a9a 100644 --- a/math/octave-forge-image/distinfo +++ b/math/octave-forge-image/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755636185 -SHA256 (octave-forge/image-2.18.0.tar.gz) = d87af2b098a03b3fe78d05fe623cff49765f87251c0090769e214bbbc6569a00 -SIZE (octave-forge/image-2.18.0.tar.gz) = 477488 +TIMESTAMP = 1757075144 +SHA256 (octave-forge/image-2.18.1.tar.gz) = d4eed0579782c2efaa0818de2f20f13b276eb3d4b4b3d63347c7317d84e29531 +SIZE (octave-forge/image-2.18.1.tar.gz) = 477118 diff --git a/math/scalapack/Makefile b/math/scalapack/Makefile index 0a5668a213eb..c9020ac6731d 100644 --- a/math/scalapack/Makefile +++ b/math/scalapack/Makefile @@ -1,5 +1,6 @@ PORTNAME= scalapack PORTVERSION= 2.2.2 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= math @@ -60,7 +61,7 @@ FFLAGS+= ${FPIC} LDFLAGS+= ${MPI_LIBS} SVERSION= ${PORTVERSION:R:R} -.if ${GCC_DEFAULT} >= 10 +.if ${FORTRAN_DEFAULT} == gfortran && ${GCC_DEFAULT} >= 10 # workaround for Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) FFLAGS+= -fallow-argument-mismatch .endif diff --git a/math/scalapack/files/patch-BLACS_SRC_Bdef.h b/math/scalapack/files/patch-BLACS_SRC_Bdef.h new file mode 100644 index 000000000000..7845091f1e18 --- /dev/null +++ b/math/scalapack/files/patch-BLACS_SRC_Bdef.h @@ -0,0 +1,18 @@ +--- BLACS/SRC/Bdef.h.orig 2024-08-06 11:44:11 UTC ++++ BLACS/SRC/Bdef.h +@@ -129,6 +129,15 @@ Int BI_ContxtNum(BLACSCONTEXT *ctxt); + void BI_BlacsWarn(Int ConTxt, Int line, char *file, char *form, ...); + void BI_BlacsErr(Int ConTxt, Int line, char *file, char *form, ...); + Int BI_ContxtNum(BLACSCONTEXT *ctxt); ++void BI_TransDist(BLACSCONTEXT *ctxt, char scope, Int m, Int n, Int *rA, ++ Int *cA, Int ldrc, BI_DistType *dist, Int rdest, Int cdest); ++void BI_dmvcopy(Int m, Int n, double *A, Int lda, double *buff); ++void BI_dvmcopy(Int m, Int n, double *A, Int lda, double *buff); ++void BI_imvcopy(Int m, Int n, Int *A, Int lda, Int *buff); ++void BI_ivmcopy(Int m, Int n, Int *A, Int lda, Int *buff); ++void BI_smvcopy(Int m, Int n, float *A, Int lda, float *buff); ++void BI_svmcopy(Int m, Int n, float *A, Int lda, float *buff); ++void Cblacs_pinfo(Int *mypnum, Int *nprocs); + + /* + * If we've got an ANSI standard C compiler, we can use void pointers... diff --git a/math/scalapack/files/patch-BLACS_SRC_blacs__init__.c b/math/scalapack/files/patch-BLACS_SRC_blacs__init__.c new file mode 100644 index 000000000000..642edde152d9 --- /dev/null +++ b/math/scalapack/files/patch-BLACS_SRC_blacs__init__.c @@ -0,0 +1,15 @@ +--- BLACS/SRC/blacs_init_.c.orig 2024-08-06 11:44:11 UTC ++++ BLACS/SRC/blacs_init_.c +@@ -6,7 +6,12 @@ F_VOID_FUNC blacs_gridinit_(Int *ConTxt, F_CHAR order, + F_VOID_FUNC blacs_gridinit_(Int *ConTxt, F_CHAR order, Int *nprow, Int *npcol) + #endif + { ++#if (INTFACE == C_CALL) + void Cblacs_gridmap(Int *, Int *, Int, Int, Int); ++#else ++ F_VOID_FUNC blacs_gridmap_(Int *ConTxt, Int *usermap, Int *ldup, Int *nprow0, ++ Int *npcol0); ++#endif + Int *tmpgrid, *iptr; + Int i, j; + diff --git a/math/scalapack/files/patch-CMakeLists.txt b/math/scalapack/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..133cf6b18859 --- /dev/null +++ b/math/scalapack/files/patch-CMakeLists.txt @@ -0,0 +1,10 @@ +--- CMakeLists.txt.orig 2025-09-05 14:39:41 UTC ++++ CMakeLists.txt +@@ -239,6 +239,7 @@ if (NOT MSVC) + append_subdir_files(src-C "SRC") + + if (NOT MSVC) ++ set_source_files_properties(TOOLS/SL_gridreshape.c PROPERTIES COMPILE_OPTIONS "-Wno-error=implicit-function-declaration") + add_library(scalapack ${blacs} ${tools} ${tools-C} ${extra_lapack} ${pblas} ${pblas-F} ${ptzblas} ${ptools} ${pbblas} ${redist} ${src} ${src-C}) + set_target_properties(scalapack PROPERTIES + VERSION ${SCALAPACK_VERSION} diff --git a/math/scalapack/files/patch-gridmap b/math/scalapack/files/patch-gridmap new file mode 100644 index 000000000000..f442271f2045 --- /dev/null +++ b/math/scalapack/files/patch-gridmap @@ -0,0 +1,120 @@ +--- REDIST/SRC/pcgemr.c.orig 2024-08-06 11:44:11 UTC ++++ REDIST/SRC/pcgemr.c +@@ -194,6 +194,7 @@ extern void Cblacs_gridinit(); + extern void Cblacs_pinfo(); + extern void Cblacs_gridinfo(); + extern void Cblacs_gridinit(); ++extern void Cblacs_gridmap(); + extern void Cblacs_exit(); + extern void Cblacs_gridexit(); + extern void Cblacs_setup(); +--- REDIST/SRC/pctrmr.c.orig 2024-08-06 11:44:11 UTC ++++ REDIST/SRC/pctrmr.c +@@ -209,6 +209,7 @@ extern void Cblacs_gridinit(); + extern void Cblacs_pinfo(); + extern void Cblacs_gridinfo(); + extern void Cblacs_gridinit(); ++extern void Cblacs_gridmap(); + extern void Cblacs_exit(); + extern void Cblacs_gridexit(); + extern void Cblacs_setup(); +--- REDIST/SRC/pdgemr.c.orig 2024-08-06 11:44:11 UTC ++++ REDIST/SRC/pdgemr.c +@@ -191,6 +191,7 @@ extern void Cblacs_gridinit(); + extern void Cblacs_pinfo(); + extern void Cblacs_gridinfo(); + extern void Cblacs_gridinit(); ++extern void Cblacs_gridmap(); + extern void Cblacs_exit(); + extern void Cblacs_gridexit(); + extern void Cblacs_setup(); +--- REDIST/SRC/pdtrmr.c.orig 2024-08-06 11:44:11 UTC ++++ REDIST/SRC/pdtrmr.c +@@ -206,6 +206,7 @@ extern void Cblacs_gridinit(); + extern void Cblacs_pinfo(); + extern void Cblacs_gridinfo(); + extern void Cblacs_gridinit(); ++extern void Cblacs_gridmap(); + extern void Cblacs_exit(); + extern void Cblacs_gridexit(); + extern void Cblacs_setup(); +--- REDIST/SRC/pigemr.c.orig 2024-08-06 11:44:11 UTC ++++ REDIST/SRC/pigemr.c +@@ -191,6 +191,7 @@ extern void Cblacs_gridinit(); + extern void Cblacs_pinfo(); + extern void Cblacs_gridinfo(); + extern void Cblacs_gridinit(); ++extern void Cblacs_gridmap(); + extern void Cblacs_exit(); + extern void Cblacs_gridexit(); + extern void Cblacs_setup(); +--- REDIST/SRC/pitrmr.c.orig 2024-08-06 11:44:11 UTC ++++ REDIST/SRC/pitrmr.c +@@ -206,6 +206,7 @@ extern void Cblacs_gridinit(); + extern void Cblacs_pinfo(); + extern void Cblacs_gridinfo(); + extern void Cblacs_gridinit(); ++extern void Cblacs_gridmap(); + extern void Cblacs_exit(); + extern void Cblacs_gridexit(); + extern void Cblacs_setup(); +--- REDIST/SRC/psgemr.c.orig 2024-08-06 11:44:11 UTC ++++ REDIST/SRC/psgemr.c +@@ -191,6 +191,7 @@ extern void Cblacs_gridinit(); + extern void Cblacs_pinfo(); + extern void Cblacs_gridinfo(); + extern void Cblacs_gridinit(); ++extern void Cblacs_gridmap(); + extern void Cblacs_exit(); + extern void Cblacs_gridexit(); + extern void Cblacs_setup(); +--- REDIST/SRC/pstrmr.c.orig 2024-08-06 11:44:11 UTC ++++ REDIST/SRC/pstrmr.c +@@ -206,6 +206,7 @@ extern void Cblacs_gridinit(); + extern void Cblacs_pinfo(); + extern void Cblacs_gridinfo(); + extern void Cblacs_gridinit(); ++extern void Cblacs_gridmap(); + extern void Cblacs_exit(); + extern void Cblacs_gridexit(); + extern void Cblacs_setup(); +--- REDIST/SRC/pzgemr.c.orig 2024-08-06 11:44:11 UTC ++++ REDIST/SRC/pzgemr.c +@@ -194,6 +194,7 @@ extern void Cblacs_gridinit(); + extern void Cblacs_pinfo(); + extern void Cblacs_gridinfo(); + extern void Cblacs_gridinit(); ++extern void Cblacs_gridmap(); + extern void Cblacs_exit(); + extern void Cblacs_gridexit(); + extern void Cblacs_setup(); +--- REDIST/SRC/pztrmr.c.orig 2024-08-06 11:44:11 UTC ++++ REDIST/SRC/pztrmr.c +@@ -209,6 +209,7 @@ extern void Cblacs_gridinit(); + extern void Cblacs_pinfo(); + extern void Cblacs_gridinfo(); + extern void Cblacs_gridinit(); ++extern void Cblacs_gridmap(); + extern void Cblacs_exit(); + extern void Cblacs_gridexit(); + extern void Cblacs_setup(); +--- SRC/pcrot.c.orig 2024-08-06 11:44:11 UTC ++++ SRC/pcrot.c +@@ -190,6 +190,7 @@ void pcrot_( Int *n, complex X[], Int *ix, Int *jx, In + F_INTG_FCT pbctrnv_(); + F_INTG_FCT crot_(); + F_INTG_FCT ilcm_(); ++ Int numroc_( Int*, Int*, Int*, Int*, Int* ); + /* .. + * .. Executable Statements .. + * +--- SRC/pzrot.c.orig 2024-08-06 11:44:11 UTC ++++ SRC/pzrot.c +@@ -190,6 +190,7 @@ void pzrot_( Int *n, complex16 X[], Int *ix, Int *jx, + F_INTG_FCT pbztrnv_(); + F_INTG_FCT zrot_(); + F_INTG_FCT ilcm_(); ++ Int numroc_( Int*, Int*, Int*, Int*, Int* ); + /* .. + * .. Executable Statements .. + * diff --git a/misc/p5-Business-ISBN-Data/Makefile b/misc/p5-Business-ISBN-Data/Makefile index 972f675dc682..d7c340323ff6 100644 --- a/misc/p5-Business-ISBN-Data/Makefile +++ b/misc/p5-Business-ISBN-Data/Makefile @@ -1,5 +1,5 @@ PORTNAME= Business-ISBN-Data -PORTVERSION= 20250902.001 +PORTVERSION= 20250904.001 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/misc/p5-Business-ISBN-Data/distinfo b/misc/p5-Business-ISBN-Data/distinfo index 84b87a68822e..6e1db3611829 100644 --- a/misc/p5-Business-ISBN-Data/distinfo +++ b/misc/p5-Business-ISBN-Data/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756967750 -SHA256 (Business-ISBN-Data-20250902.001.tar.gz) = 4d1f2ae50c30e2bd284682bef9ba921de37da3f8287675f254c502919a6c792b -SIZE (Business-ISBN-Data-20250902.001.tar.gz) = 37199 +TIMESTAMP = 1757081456 +SHA256 (Business-ISBN-Data-20250904.001.tar.gz) = c8a11532b3d4167fadfe7fa6babb0ad7829b40d0483289ad9ffd4a0f3cbcb5c9 +SIZE (Business-ISBN-Data-20250904.001.tar.gz) = 37210 diff --git a/misc/py-cmap/Makefile b/misc/py-cmap/Makefile index efa8e2ad4a62..ad3b89423bcb 100644 --- a/misc/py-cmap/Makefile +++ b/misc/py-cmap/Makefile @@ -1,5 +1,5 @@ PORTNAME= cmap -DISTVERSION= 0.6.0 +DISTVERSION= 0.6.2 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,6 +23,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bokeh>0:www/py-bokeh@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pydantic2>0:devel/py-pydantic2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyqtgraph>0:graphics/py-pyqtgraph@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-qt>0:devel/py-pytest-qt@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}QtPy>0:devel/py-QtPy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rich>0:textproc/py-rich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}vispy>=0.14:graphics/py-vispy@${PY_FLAVOR} # TEST_DEPENDS also needs napari, pygfx, viscm @@ -38,5 +39,6 @@ TEST_ENV= ${MAKE_ENV} \ XAUTHORITY=${XAUTHORITY} # tests as of 0.5.0: 217 passed, 3 skipped in 109.38s (0:01:49) +# tests as of 0.6.2: 3 failed, 214 passed, 3 skipped in 54.50s (3 failures due to deprecation warnings in the Pillow module) .include <bsd.port.mk> diff --git a/misc/py-cmap/distinfo b/misc/py-cmap/distinfo index da53c08e432b..a1b8a2da733b 100644 --- a/misc/py-cmap/distinfo +++ b/misc/py-cmap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745440018 -SHA256 (cmap-0.6.0.tar.gz) = 26b305847e7d722f1be42c2b339417222711da13852f9a123a57a0d100827197 -SIZE (cmap-0.6.0.tar.gz) = 910503 +TIMESTAMP = 1757064976 +SHA256 (cmap-0.6.2.tar.gz) = a511cb0ab349d2ecb7c03f0bb050f5feff5e6fc18d1a503d930b01e3fd80459e +SIZE (cmap-0.6.2.tar.gz) = 911209 diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile index f8c18e699d69..97ea96d7d03f 100644 --- a/misc/tellico/Makefile +++ b/misc/tellico/Makefile @@ -1,6 +1,5 @@ PORTNAME= tellico -DISTVERSION= 4.1.2 -PORTREVISION= 1 +DISTVERSION= 4.1.3 CATEGORIES= misc kde MASTER_SITES= http://tellico-project.org/files/ diff --git a/misc/tellico/distinfo b/misc/tellico/distinfo index 637da85a7277..c05424d33b93 100644 --- a/misc/tellico/distinfo +++ b/misc/tellico/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747072931 -SHA256 (tellico-4.1.2.tar.xz) = 3c00d5213d36fb6faa16d57dba42568e801505f25846e41b342c159c1b3b66a5 -SIZE (tellico-4.1.2.tar.xz) = 6789616 +TIMESTAMP = 1756822107 +SHA256 (tellico-4.1.3.tar.xz) = 6cac452bc10480d50fb0e33c74829aec1ce9880aef39d8b7fdf63bc5a85b3a4f +SIZE (tellico-4.1.3.tar.xz) = 6849524 diff --git a/multimedia/minisatip/Makefile b/multimedia/minisatip/Makefile index 0382728c18ed..90d0605de40d 100644 --- a/multimedia/minisatip/Makefile +++ b/multimedia/minisatip/Makefile @@ -1,5 +1,5 @@ PORTNAME= minisatip -PORTVERSION= 2.0.20 +PORTVERSION= 2.0.27 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= multimedia diff --git a/multimedia/minisatip/distinfo b/multimedia/minisatip/distinfo index d31b2a4b16e0..0b3a8abbd76d 100644 --- a/multimedia/minisatip/distinfo +++ b/multimedia/minisatip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755411441 -SHA256 (catalinii-minisatip-v2.0.20_GH0.tar.gz) = 6f85f1b8f4b90a6c4ffd94bcd0aa0132920053dae74c2aceee82fd636649101f -SIZE (catalinii-minisatip-v2.0.20_GH0.tar.gz) = 1652207 +TIMESTAMP = 1757064554 +SHA256 (catalinii-minisatip-v2.0.27_GH0.tar.gz) = 589c5f4c9f74464504b79748cd92337549d1f9179802dd291104b84898aceddc +SIZE (catalinii-minisatip-v2.0.27_GH0.tar.gz) = 1647537 diff --git a/multimedia/wl-screenrec/Makefile b/multimedia/wl-screenrec/Makefile index fee78f556c5d..980f94bfd6b2 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= 10 +DISTVERSION= 0.1.5 # see PORTSCOUT comment below +PORTREVISION= 11 CATEGORIES= multimedia wayland MAINTAINER= ports@FreeBSD.org @@ -10,6 +10,8 @@ WWW= https://github.com/russelltg/wl-screenrec LICENSE= APACHE20 +BROKEN_i386= https://github.com/zmwangx/rust-ffmpeg-sys/issues/96 + LIB_DEPENDS= libdrm.so:graphics/libdrm \ libavformat.so:multimedia/ffmpeg @@ -22,7 +24,6 @@ PLIST_FILES= bin/${PORTNAME} \ share/zsh/site-functions/_${PORTNAME} # https://github.com/russelltg/wl-screenrec/issues/99 -# https://github.com/zmwangx/rust-ffmpeg-sys/issues/96 PORTSCOUT= ignore:1 post-patch: diff --git a/multimedia/wl-screenrec/Makefile.crates b/multimedia/wl-screenrec/Makefile.crates index 8d51f274deaa..4ca098ac4160 100644 --- a/multimedia/wl-screenrec/Makefile.crates +++ b/multimedia/wl-screenrec/Makefile.crates @@ -5,9 +5,9 @@ CARGO_CRATES= aho-corasick-1.1.3 \ anstyle-query-1.1.1 \ anstyle-wincon-3.0.4 \ anyhow-1.0.86 \ - bindgen-0.69.4 \ - bitflags-2.6.0 \ - cc-1.1.7 \ + bindgen-0.72.1 \ + bitflags-2.9.4 \ + cc-1.2.36 \ cexpr-0.6.0 \ cfg-if-1.0.0 \ cfg_aliases-0.2.1 \ @@ -24,11 +24,12 @@ CARGO_CRATES= aho-corasick-1.1.3 \ drm-fourcc-2.2.0 \ either-1.13.0 \ errno-0.3.9 \ - ffmpeg-next-7.0.4 \ - ffmpeg-sys-next-7.0.2 \ + ffmpeg-next-8.0.0 \ + ffmpeg-sys-next-8.0.1 \ + find-msvc-tools-0.1.1 \ glob-0.3.1 \ heck-0.5.0 \ - hermit-abi-0.3.9 \ + hermit-abi-0.5.2 \ human-size-0.4.3 \ is_terminal_polyfill-1.70.1 \ itertools-0.12.1 \ @@ -44,7 +45,7 @@ CARGO_CRATES= aho-corasick-1.1.3 \ nix-0.29.0 \ nom-7.1.3 \ num-conv-0.1.0 \ - num_cpus-1.16.0 \ + num_cpus-1.17.0 \ num_threads-0.1.7 \ pkg-config-0.3.30 \ powerfmt-0.2.0 \ @@ -54,7 +55,7 @@ CARGO_CRATES= aho-corasick-1.1.3 \ regex-1.10.6 \ regex-automata-0.4.7 \ regex-syntax-0.8.4 \ - rustc-hash-1.1.0 \ + rustc-hash-2.1.1 \ rustix-0.38.34 \ ryu-1.0.18 \ scoped-tls-1.0.1 \ diff --git a/multimedia/wl-screenrec/distinfo b/multimedia/wl-screenrec/distinfo index f88585d6d3d3..5e7b791f8a0e 100644 --- a/multimedia/wl-screenrec/distinfo +++ b/multimedia/wl-screenrec/distinfo @@ -13,12 +13,12 @@ SHA256 (rust/crates/anstyle-wincon-3.0.4.crate) = 5bf74e1b6e971609db8ca7a9ce79fd SIZE (rust/crates/anstyle-wincon-3.0.4.crate) = 12234 SHA256 (rust/crates/anyhow-1.0.86.crate) = b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da SIZE (rust/crates/anyhow-1.0.86.crate) = 46741 -SHA256 (rust/crates/bindgen-0.69.4.crate) = a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0 -SIZE (rust/crates/bindgen-0.69.4.crate) = 221092 -SHA256 (rust/crates/bitflags-2.6.0.crate) = b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de -SIZE (rust/crates/bitflags-2.6.0.crate) = 45357 -SHA256 (rust/crates/cc-1.1.7.crate) = 26a5c3fd7bfa1ce3897a3a3501d362b2d87b7f2583ebcb4a949ec25911025cbc -SIZE (rust/crates/cc-1.1.7.crate) = 81694 +SHA256 (rust/crates/bindgen-0.72.1.crate) = 993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895 +SIZE (rust/crates/bindgen-0.72.1.crate) = 246071 +SHA256 (rust/crates/bitflags-2.9.4.crate) = 2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394 +SIZE (rust/crates/bitflags-2.9.4.crate) = 47950 +SHA256 (rust/crates/cc-1.2.36.crate) = 5252b3d2648e5eedbc1a6f501e3c795e07025c1e93bbf8bbdd6eef7f447a6d54 +SIZE (rust/crates/cc-1.2.36.crate) = 90198 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 @@ -51,16 +51,18 @@ SHA256 (rust/crates/either-1.13.0.crate) = 60b1af1c220855b6ceac025d3f6ecdd2b7c48 SIZE (rust/crates/either-1.13.0.crate) = 19169 SHA256 (rust/crates/errno-0.3.9.crate) = 534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba SIZE (rust/crates/errno-0.3.9.crate) = 10690 -SHA256 (rust/crates/ffmpeg-next-7.0.4.crate) = 19a340e3d664ad5f530147cd6d4a86ece739a829fe2d81c369389ef903bd96f6 -SIZE (rust/crates/ffmpeg-next-7.0.4.crate) = 97098 -SHA256 (rust/crates/ffmpeg-sys-next-7.0.2.crate) = db1b7546e70609ead8c06b2b4c618a1ba352364675f81608f431dd4f321fe3f1 -SIZE (rust/crates/ffmpeg-sys-next-7.0.2.crate) = 16174 +SHA256 (rust/crates/ffmpeg-next-8.0.0.crate) = d658424d233cbd993a972dd73a66ca733acd12a494c68995c9ac32ae1fe65b40 +SIZE (rust/crates/ffmpeg-next-8.0.0.crate) = 99824 +SHA256 (rust/crates/ffmpeg-sys-next-8.0.1.crate) = 9bca20aa4ee774fe384c2490096c122b0b23cf524a9910add0686691003d797b +SIZE (rust/crates/ffmpeg-sys-next-8.0.1.crate) = 23272 +SHA256 (rust/crates/find-msvc-tools-0.1.1.crate) = 7fd99930f64d146689264c637b5af2f0233a933bef0d8570e2526bf9e083192d +SIZE (rust/crates/find-msvc-tools-0.1.1.crate) = 30228 SHA256 (rust/crates/glob-0.3.1.crate) = d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b SIZE (rust/crates/glob-0.3.1.crate) = 18880 SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea SIZE (rust/crates/heck-0.5.0.crate) = 11517 -SHA256 (rust/crates/hermit-abi-0.3.9.crate) = d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024 -SIZE (rust/crates/hermit-abi-0.3.9.crate) = 16165 +SHA256 (rust/crates/hermit-abi-0.5.2.crate) = fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c +SIZE (rust/crates/hermit-abi-0.5.2.crate) = 17435 SHA256 (rust/crates/human-size-0.4.3.crate) = 9994b79e8c1a39b3166c63ae7823bb2b00831e2a96a31399c50fe69df408eaeb SIZE (rust/crates/human-size-0.4.3.crate) = 14757 SHA256 (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf @@ -91,8 +93,8 @@ SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b SIZE (rust/crates/nom-7.1.3.crate) = 117570 SHA256 (rust/crates/num-conv-0.1.0.crate) = 51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9 SIZE (rust/crates/num-conv-0.1.0.crate) = 7444 -SHA256 (rust/crates/num_cpus-1.16.0.crate) = 4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43 -SIZE (rust/crates/num_cpus-1.16.0.crate) = 15713 +SHA256 (rust/crates/num_cpus-1.17.0.crate) = 91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b +SIZE (rust/crates/num_cpus-1.17.0.crate) = 15874 SHA256 (rust/crates/num_threads-0.1.7.crate) = 5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9 SIZE (rust/crates/num_threads-0.1.7.crate) = 7455 SHA256 (rust/crates/pkg-config-0.3.30.crate) = d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec @@ -111,8 +113,8 @@ SHA256 (rust/crates/regex-automata-0.4.7.crate) = 38caf58cc5ef2fed281f89292ef23f SIZE (rust/crates/regex-automata-0.4.7.crate) = 617582 SHA256 (rust/crates/regex-syntax-0.8.4.crate) = 7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b SIZE (rust/crates/regex-syntax-0.8.4.crate) = 347577 -SHA256 (rust/crates/rustc-hash-1.1.0.crate) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 -SIZE (rust/crates/rustc-hash-1.1.0.crate) = 9331 +SHA256 (rust/crates/rustc-hash-2.1.1.crate) = 357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d +SIZE (rust/crates/rustc-hash-2.1.1.crate) = 14154 SHA256 (rust/crates/rustix-0.38.34.crate) = 70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f SIZE (rust/crates/rustix-0.38.34.crate) = 365160 SHA256 (rust/crates/ryu-1.0.18.crate) = f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f diff --git a/multimedia/wl-screenrec/files/patch-ffmpeg71 b/multimedia/wl-screenrec/files/patch-ffmpeg71 new file mode 100644 index 000000000000..f51c41547bf0 --- /dev/null +++ b/multimedia/wl-screenrec/files/patch-ffmpeg71 @@ -0,0 +1,80 @@ +https://github.com/russelltg/wl-screenrec/commit/36b2c6f570f6 + +$ wl-screenrec +Opening libva device from DRM device /dev/dri/renderD128 +[in @ 0x4909a9ab5400] Setting BufferSourceContext.pix_fmt to a HW format requires hw_frames_ctx to be non-NULL! + +thread 'main' panicked at src/main.rs:1741:6: +called `Result::unwrap()` on an `Err` value: ffmpeg::Error(22: Invalid argument) + +--- src/main.rs.orig 2024-08-04 17:10:34 UTC ++++ src/main.rs +@@ -27,8 +27,8 @@ use ffmpeg::{ + ffi::{ + av_buffer_ref, av_buffersrc_parameters_alloc, av_buffersrc_parameters_set, + av_dict_parse_string, av_free, av_get_pix_fmt_name, av_hwframe_map, avcodec_alloc_context3, +- avformat_query_codec, AVDRMFrameDescriptor, AVPixelFormat, AV_HWFRAME_MAP_WRITE, +- FF_COMPLIANCE_STRICT, ++ avfilter_graph_alloc_filter, avfilter_init_dict, avformat_query_codec, ++ AVDRMFrameDescriptor, AVPixelFormat, AV_HWFRAME_MAP_WRITE, FF_COMPLIANCE_STRICT, + }, + filter, + format::{self, Pixel}, +@@ -1728,19 +1728,19 @@ fn video_filter( + transform: Transform, + ) -> (filter::Graph, Rational) { + let mut g = ffmpeg::filter::graph::Graph::new(); +- g.add( +- &filter::find("buffer").unwrap(), +- "in", +- // format is bogus, will be replaced below, as we need to pass +- // hw_frames_ctx which isn't possible with args= +- &format!( +- "video_size=2840x2160:pix_fmt={}:time_base=1/1000000000", +- AVPixelFormat::AV_PIX_FMT_VAAPI as c_int +- ), +- ) +- .unwrap(); + ++ ++ // src + unsafe { ++ let buffersrc_ctx = avfilter_graph_alloc_filter( ++ g.as_mut_ptr(), ++ filter::find("buffer").unwrap().as_mut_ptr(), ++ c"in".as_ptr() as _, ++ ); ++ if buffersrc_ctx.is_null() { ++ panic!("faield to alloc buffersrc filter"); ++ } ++ + let p = &mut *av_buffersrc_parameters_alloc(); + + p.width = capture_width; +@@ -1750,21 +1750,17 @@ fn video_filter( + p.time_base.den = 1_000_000_000; + p.hw_frames_ctx = inctx.as_mut_ptr(); + +- let sts = av_buffersrc_parameters_set(g.get("in").unwrap().as_mut_ptr(), p as *mut _); ++ let sts = av_buffersrc_parameters_set(buffersrc_ctx, p as *mut _); + assert_eq!(sts, 0); +- + av_free(p as *mut _ as *mut _); ++ ++ let sts = avfilter_init_dict(buffersrc_ctx, null_mut()); ++ assert_eq!(sts, 0); + } + ++ // sink + g.add(&filter::find("buffersink").unwrap(), "out", "") + .unwrap(); +- +- let mut out = g.get("out").unwrap(); +- +- out.set_pixel_format(match pix_fmt { +- EncodePixelFormat::Vaapi(_) => Pixel::VAAPI, +- EncodePixelFormat::Sw(sw) => sw, +- }); + + let output_real_pixfmt_name = unsafe { + from_utf8_unchecked( diff --git a/multimedia/wl-screenrec/files/patch-ffmpeg8 b/multimedia/wl-screenrec/files/patch-ffmpeg8 new file mode 100644 index 000000000000..63ee59c399d4 --- /dev/null +++ b/multimedia/wl-screenrec/files/patch-ffmpeg8 @@ -0,0 +1,126 @@ +https://github.com/russelltg/wl-screenrec/commit/1017db6ffa0d + +--- Cargo.lock.orig 2024-08-04 17:10:34 UTC ++++ Cargo.lock +@@ -68,9 +68,9 @@ name = "bindgen" + + [[package]] + name = "bindgen" +-version = "0.69.4" ++version = "0.72.1" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0" ++checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895" + dependencies = [ + "bitflags", + "cexpr", +@@ -88,15 +88,19 @@ name = "bitflags" + + [[package]] + name = "bitflags" +-version = "2.6.0" ++version = "2.9.4" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" ++checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" + + [[package]] + name = "cc" +-version = "1.1.7" ++version = "1.2.36" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "26a5c3fd7bfa1ce3897a3a3501d362b2d87b7f2583ebcb4a949ec25911025cbc" ++checksum = "5252b3d2648e5eedbc1a6f501e3c795e07025c1e93bbf8bbdd6eef7f447a6d54" ++dependencies = [ ++ "find-msvc-tools", ++ "shlex", ++] + + [[package]] + name = "cexpr" +@@ -233,9 +237,9 @@ name = "ffmpeg-next" + + [[package]] + name = "ffmpeg-next" +-version = "7.0.4" ++version = "8.0.0" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "19a340e3d664ad5f530147cd6d4a86ece739a829fe2d81c369389ef903bd96f6" ++checksum = "d658424d233cbd993a972dd73a66ca733acd12a494c68995c9ac32ae1fe65b40" + dependencies = [ + "bitflags", + "ffmpeg-sys-next", +@@ -244,9 +248,9 @@ name = "ffmpeg-sys-next" + + [[package]] + name = "ffmpeg-sys-next" +-version = "7.0.2" ++version = "8.0.1" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "db1b7546e70609ead8c06b2b4c618a1ba352364675f81608f431dd4f321fe3f1" ++checksum = "9bca20aa4ee774fe384c2490096c122b0b23cf524a9910add0686691003d797b" + dependencies = [ + "bindgen", + "cc", +@@ -257,6 +261,12 @@ dependencies = [ + ] + + [[package]] ++name = "find-msvc-tools" ++version = "0.1.1" ++source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "7fd99930f64d146689264c637b5af2f0233a933bef0d8570e2526bf9e083192d" ++ ++[[package]] + name = "glob" + version = "0.3.1" + source = "registry+https://github.com/rust-lang/crates.io-index" +@@ -270,9 +280,9 @@ name = "hermit-abi" + + [[package]] + name = "hermit-abi" +-version = "0.3.9" ++version = "0.5.2" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" ++checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" + + [[package]] + name = "human-size" +@@ -383,9 +393,9 @@ name = "num_cpus" + + [[package]] + name = "num_cpus" +-version = "1.16.0" ++version = "1.17.0" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" ++checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" + dependencies = [ + "hermit-abi", + "libc", +@@ -470,9 +480,9 @@ name = "rustc-hash" + + [[package]] + name = "rustc-hash" +-version = "1.1.0" ++version = "2.1.1" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" ++checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" + + [[package]] + name = "rustix" +--- Cargo.toml.orig 2024-08-04 17:10:34 UTC ++++ Cargo.toml +@@ -27,8 +27,8 @@ wayland-protocols-wlr = { version = "0.3", features = + "staging", + ] } + wayland-protocols-wlr = { version = "0.3", features = ["client"] } +-ffmpeg-next = "7.0.1" +-ffmpeg-sys-next = "7.0.0" # need direct dep on -sys to get metadata to consume in build.rs ++ffmpeg-next = "8.0.0" ++ffmpeg-sys-next = "8.0.1" # need direct dep on -sys to get metadata to consume in build.rs + thiserror = "1.0.38" + drm-fourcc = "2.2.0" + human-size = "0.4.2" diff --git a/net-im/telegram-desktop/Makefile b/net-im/telegram-desktop/Makefile index 1d8867d40271..424c1c568688 100644 --- a/net-im/telegram-desktop/Makefile +++ b/net-im/telegram-desktop/Makefile @@ -1,5 +1,5 @@ PORTNAME= telegram-desktop -DISTVERSION= 6.1.1 +DISTVERSION= 6.1.2 CATEGORIES= net-im MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/ DISTNAME= tdesktop-${DISTVERSION}-full diff --git a/net-im/telegram-desktop/distinfo b/net-im/telegram-desktop/distinfo index 389036e58202..2b48eb066d94 100644 --- a/net-im/telegram-desktop/distinfo +++ b/net-im/telegram-desktop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756811881 -SHA256 (tdesktop-6.1.1-full.tar.gz) = 07274d7b0038e5e6d127fb6568283594d8a735ea086c662eeee73713bd73ca04 -SIZE (tdesktop-6.1.1-full.tar.gz) = 75255431 +TIMESTAMP = 1757077918 +SHA256 (tdesktop-6.1.2-full.tar.gz) = efb92b09d7531ca7e29f27adef472e5207fe2b66e18499fa74d1b693211cfcce +SIZE (tdesktop-6.1.2-full.tar.gz) = 75265146 diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index a7e943abb5f7..5aebf555281d 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -296,6 +296,7 @@ SUBDIR += pandorafms_agent SUBDIR += pandorafms_console SUBDIR += pandorafms_server + SUBDIR += peering-manager SUBDIR += pftabled SUBDIR += php-fpm_exporter SUBDIR += php81-snmp @@ -343,6 +344,7 @@ SUBDIR += py-pyIOSXR SUBDIR += py-pyang SUBDIR += py-pyeapi + SUBDIR += py-pyixapi SUBDIR += py-pynetbox SUBDIR += py-pynxos SUBDIR += py-pypowerwall diff --git a/net-mgmt/peering-manager/Makefile b/net-mgmt/peering-manager/Makefile new file mode 100644 index 000000000000..527e3d99d9dd --- /dev/null +++ b/net-mgmt/peering-manager/Makefile @@ -0,0 +1,93 @@ +PORTNAME= peering-manager +DISTVERSIONPREFIX= v +DISTVERSION= 1.9.7 +CATEGORIES= net-mgmt python + +MAINTAINER= bofh@FreeBSD.org +COMMENT= BGP sessions management tool +WWW= https://peering-manager.net/ + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>=3.1:devel/py-Jinja2@${PY_FLAVOR} \ + bgpq4>0:net-mgmt/bgpq4 \ + ${PYTHON_PKGNAMEPREFIX}django51>=5.1<5.2:www/py-django51@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj51-djangorestframework>=3.15:www/py-dj51-djangorestframework@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj51-django-debug-toolbar>=5.0:www/py-dj51-django-debug-toolbar@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj51-django-filter>=25.1:www/py-dj51-django-filter@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj51-django-netfields>=1.3:www/py-dj51-django-netfields@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj51-django-prometheus>=2.3:www/py-dj51-django-prometheus@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj51-django-redis>=5.4:www/py-dj51-django-redis@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj51-django-rq>=2.10:devel/py-dj51-django-rq@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj51-django-tables2>=2.7:www/py-dj51-django-tables2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj51-django-taggit>=6.1:www/py-dj51-django-taggit@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj51-drf-spectacular>=0.28:www/py-dj51-drf-spectacular@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj51-drf-spectacular-sidecar>=2025:www/py-dj51-drf-spectacular-sidecar@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj51-social-auth-app-django>=5.4:www/py-dj51-social-auth-app-django@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dulwich>=0.22:devel/py-dulwich@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}gunicorn>=23.0.0:www/py-gunicorn@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}markdown>=3.7:textproc/py-markdown@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}napalm>=5.0:net-mgmt/py-napalm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>=23.2:devel/py-packaging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}psycopg>=3.1:databases/py-psycopg@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}psycopg-pool>=3.1:databases/py-psycopg-pool@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyixapi>=0.2:net-mgmt/py-pyixapi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pynetbox>=7.3:net-mgmt/py-pynetbox@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyyaml>=6.0:devel/py-pyyaml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.32:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}social-auth-core>=4.5.4:security/py-social-auth-core@${PY_FLAVOR} + +USES= cpe pgsql:13+ python:3.10-3.12 +CPE_VENDOR= ${PORTNAME} +CPE_PRODUCT= ${PORTNAME:S/-/_/} +USE_GITHUB= yes +USE_RC_SUBR= peering_manager_rq + +NO_ARCH= yes +NO_BUILD= yes +SUB_FILES= gunicorn.conf.py 850.peeringmanager-housekeeping +SUB_LIST= WWWDIR=${WWWDIR} PORTNAME=${PORTNAME} WSGI_APP=peering_manager.wsgi PYTHON_CMD=${PYTHON_CMD} PYTHON_VER=${PYTHON_VER} + +PORTDOCS= * + +OPTIONS_DEFINE= DOCS +OPTIONS_DEFAULT=REDIS +OPTIONS_RADIO= KVBACKENDS +OPTIONS_RADIO_KVBACKENDS= REDIS VALKEY + +KVBACKENDS_DESC=Key Value Storage Backends +REDIS_DESC= Redis Key Value Backend support +VALKEY_DESC= Valkey Key Value Backend support + +REDIS_RUN_DEPENDS= redis>=8.2.1:databases/redis +VALKEY_RUN_DEPENDS= valkey>=1.0:databases/valkey + +FIND_EXPR= "! -name *.orig ! -name .gitattributes ! -name .gitignore ! -name .gitattributes ! -name .isort.cfg ! -name .pre-commit-config.yaml ! -name .readthedocs.yaml ! -name CHANGELOG.md ! -name LICENSE ! -name README.md ! -name mkdocs.yaml ! -name poetry.lock ! -name pyproject.toml ! -name requirements.txt ! -name configuration.example.py ! -path */.github ! -path */.github/* ! -path */docs ! -path */docs/* -prune" + +do-install: + ${MKDIR} ${STAGEDIR}${WWWDIR} + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily + ${ECHO} "@owner www" >> ${TMPPLIST} + ${ECHO} "@group www" >> ${TMPPLIST} + (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} ${FIND_EXPR}) + ${FIND} -s ${STAGEDIR}${PREFIX}/www/${PORTNAME} -not -type d | ${SORT} | \ + ${SED} -e 's|^${STAGEDIR}${PREFIX}/||' >> ${TMPPLIST} + ${FIND} -s ${STAGEDIR}${PREFIX}/www/${PORTNAME} -type d -empty | ${SORT} -r | \ + ${SED} -e 's|^${STAGEDIR}${PREFIX}/|@dir |' >> ${TMPPLIST} + ${INSTALL_DATA} ${WRKDIR}/gunicorn.conf.py ${STAGEDIR}${WWWDIR}/gunicorn.conf.py.sample + ${INSTALL_DATA} ${WRKSRC}/peering_manager/configuration.example.py ${STAGEDIR}${WWWDIR}/peering_manager/configuration.py.sample + ${INSTALL_DATA} ${WRKDIR}/850.peeringmanager-housekeeping ${STAGEDIR}${PREFIX}/etc/periodic/daily/850.peeringmanager-housekeeping + ${ECHO} "@sample ${WWWDIR}/gunicorn.conf.py.sample" >> ${TMPPLIST} + ${ECHO} "@sample ${WWWDIR}/peering_manager/configuration.py.sample" >> ${TMPPLIST} + ${ECHO} "etc/periodic/daily/850.peeringmanager-housekeeping" >> ${TMPPLIST} + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} +.for f in CHANGELOG.md README.md + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} +.endfor + +.include <bsd.port.mk> diff --git a/net-mgmt/peering-manager/distinfo b/net-mgmt/peering-manager/distinfo new file mode 100644 index 000000000000..95bbe9b48822 --- /dev/null +++ b/net-mgmt/peering-manager/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1756827986 +SHA256 (peering-manager-peering-manager-v1.9.7_GH0.tar.gz) = fa272abe40fec06d3f0c541d771d560f9a93f8940dea96b8538785a9cef32afd +SIZE (peering-manager-peering-manager-v1.9.7_GH0.tar.gz) = 8349343 diff --git a/net-mgmt/peering-manager/files/850.peeringmanager-housekeeping.in b/net-mgmt/peering-manager/files/850.peeringmanager-housekeeping.in new file mode 100755 index 000000000000..675f0f2aef63 --- /dev/null +++ b/net-mgmt/peering-manager/files/850.peeringmanager-housekeeping.in @@ -0,0 +1,32 @@ +#!/bin/sh +# This shell script invokes Peering Manager's housekeeping management command, +# which intended to be run nightly. +# +# If you want to enable this script, copy it to %%PREFIX%%/etc/periodic/daily +# and place the following into /etc/periodic.conf: +# +# daily_peeringmanager_housekeeping_enable="YES" +# +# If Peering Manager has been installed into a nonstandard location, update the +# paths below. +command="%%PYTHON_CMD%%" +peeringmanager_root="%%WWWDIR%%" + +# If there is a global system configuration file, suck it in. +# +if [ -r /etc/defaults/periodic.conf ]; then + . /etc/defaults/periodic.conf + source_periodic_confs +fi + +rc=0 + +case "$daily_peeringmanager_housekeeping_enable" in + [Yy][Ee][Ss]) + echo "" + echo "Running Peering Manager housekeeping:" + $command "$peeringmanager_root/manage.py" housekeeping + rc=$? +esac + +exit $rc diff --git a/net-mgmt/peering-manager/files/gunicorn.conf.py.in b/net-mgmt/peering-manager/files/gunicorn.conf.py.in new file mode 100644 index 000000000000..0477e5bf9f64 --- /dev/null +++ b/net-mgmt/peering-manager/files/gunicorn.conf.py.in @@ -0,0 +1,245 @@ +# Sample Gunicorn configuration file. +import multiprocessing +# +# Server socket +# +# bind - The socket to bind. +# +# A string of the form: 'HOST', 'HOST:PORT', 'unix:PATH'. +# An IP is a valid HOST. +# +# backlog - The number of pending connections. This refers +# to the number of clients that can be waiting to be +# served. Exceeding this number results in the client +# getting an error when attempting to connect. It should +# only affect servers under significant load. +# +# Must be a positive integer. Generally set in the 64-2048 +# range. +# + +bind = ['127.0.0.1:8001','[::1]:8001'] +backlog = 2048 + +# +# Worker processes +# +# workers - The number of worker processes that this server +# should keep alive for handling requests. +# +# A positive integer generally in the 2-4 x $(NUM_CORES) +# range. You'll want to vary this a bit to find the best +# for your particular application's work load. +# +# worker_class - The type of workers to use. The default +# sync class should handle most 'normal' types of work +# loads. You'll want to read +# http://docs.gunicorn.org/en/latest/design.html#choosing-a-worker-type +# for information on when you might want to choose one +# of the other worker classes. +# +# A string referring to a Python path to a subclass of +# gunicorn.workers.base.Worker. The default provided values +# can be seen at +# http://docs.gunicorn.org/en/latest/settings.html#worker-class +# +# worker_connections - For the eventlet and gevent worker classes +# this limits the maximum number of simultaneous clients that +# a single process can handle. +# +# A positive integer generally set to around 1000. +# +# timeout - If a worker does not notify the master process in this +# number of seconds it is killed and a new worker is spawned +# to replace it. +# +# Generally set to thirty seconds. Only set this noticeably +# higher if you're sure of the repercussions for sync workers. +# For the non sync workers it just means that the worker +# process is still communicating and is not tied to the length +# of time required to handle a single request. +# +# keepalive - The number of seconds to wait for the next request +# on a Keep-Alive HTTP connection. +# +# A positive integer. Generally set in the 1-5 seconds range. +# + +#workers = 5 +workers = multiprocessing.cpu_count() * 2 + 1 +worker_class = 'sync' +worker_connections = 1000 +timeout = 300 +keepalive = 2 +threads = 3 +max_requests = 5000 +max_requests_jitter = 500 + +# +# spew - Install a trace function that spews every line of Python +# that is executed when running the server. This is the +# nuclear option. +# +# True or False +# + +spew = False + +# +# Server mechanics +# +# daemon - Detach the main Gunicorn process from the controlling +# terminal with a standard fork/fork sequence. +# +# True or False +# +# raw_env - Pass environment variables to the execution environment. +# +# pidfile - The path to a pid file to write +# +# A path string or None to not write a pid file. +# +# user - Switch worker processes to run as this user. +# +# A valid user id (as an integer) or the name of a user that +# can be retrieved with a call to pwd.getpwnam(value) or None +# to not change the worker process user. +# +# group - Switch worker process to run as this group. +# +# A valid group id (as an integer) or the name of a user that +# can be retrieved with a call to pwd.getgrnam(value) or None +# to change the worker processes group. +# +# umask - A mask for file permissions written by Gunicorn. Note that +# this affects unix socket permissions. +# +# A valid value for the os.umask(mode) call or a string +# compatible with int(value, 0) (0 means Python guesses +# the base, so values like "0", "0xFF", "0022" are valid +# for decimal, hex, and octal representations) +# +# tmp_upload_dir - A directory to store temporary request data when +# requests are read. This will most likely be disappearing soon. +# +# A path to a directory where the process owner can write. Or +# None to signal that Python should choose one on its own. +# + +daemon = False +umask = 0 +user = None +tmp_upload_dir = None +pythonpath = '%%WWWDIR%%' +chdir = '%%WWWDIR%%' +wsgi_app = '%%WSGI_APP%%' + +# +# Logging +# +# logfile - The path to a log file to write to. +# +# A path string. "-" means log to stdout. +# +# loglevel - The granularity of log output +# +# A string of "debug", "info", "warning", "error", "critical" +# + +syslog = True +syslog_prefix = '%%PORTNAME%%' +syslog_addr = 'unix:///var/run/log#dgram' +disable_redirect_access_to_syslog = True +errorlog = '-' +loglevel = 'info' +accesslog = '-' +access_log_format = '%(h)s %(l)s %(u)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s" "%(a)s"' + +# +# Process naming +# +# proc_name - A base to use with setproctitle to change the way +# that Gunicorn processes are reported in the system process +# table. This affects things like 'ps' and 'top'. If you're +# going to be running more than one instance of Gunicorn you'll +# probably want to set a name to tell them apart. This requires +# that you install the setproctitle module. +# +# A string or None to choose a default of something like 'gunicorn'. +# + +proc_name = '%%PORTNAME%%' + +# +# Server hooks +# +# post_fork - Called just after a worker has been forked. +# +# A callable that takes a server and worker instance +# as arguments. +# +# pre_fork - Called just prior to forking the worker subprocess. +# +# A callable that accepts the same arguments as post_fork +# +# pre_exec - Called just prior to forking off a secondary +# master process during things like config reloading. +# +# A callable that takes a server instance as the sole argument. +# + +def post_fork(server, worker): + server.log.info("Worker spawned (pid: %s)", worker.pid) + +def pre_fork(server, worker): + pass + +def pre_exec(server): + server.log.info("Forked child, re-executing.") + +def when_ready(server): + server.log.info("Server is ready. Spawning workers") + +def worker_int(worker): + worker.log.info("worker received INT or QUIT signal") + + ## get traceback info + import threading, sys, traceback + id2name = {th.ident: th.name for th in threading.enumerate()} + code = [] + for threadId, stack in sys._current_frames().items(): + code.append("\n# Thread: %s(%d)" % (id2name.get(threadId,""), + threadId)) + for filename, lineno, name, line in traceback.extract_stack(stack): + code.append('File: "%s", line %d, in %s' % (filename, + lineno, name)) + if line: + code.append(" %s" % (line.strip())) + worker.log.debug("\n".join(code)) + +def worker_abort(worker): + worker.log.info("worker received SIGABRT signal") + +def ssl_context(conf, default_ssl_context_factory): + import ssl + + # The default SSLContext returned by the factory function is initialized + # with the TLS parameters from config, including TLS certificates and other + # parameters. + context = default_ssl_context_factory() + + # The SSLContext can be further customized, for example by enforcing + # minimum TLS version. + context.minimum_version = ssl.TLSVersion.TLSv1_3 + + # Server can also return different server certificate depending which + # hostname the client uses. Requires Python 3.7 or later. + def sni_callback(socket, server_hostname, context): + if server_hostname == "foo.127.0.0.1.nip.io": + new_context = default_ssl_context_factory() + new_context.load_cert_chain(certfile="foo.pem", keyfile="foo-key.pem") + socket.context = new_context + + context.sni_callback = sni_callback + + return context diff --git a/net-mgmt/peering-manager/files/patch-peering__manager_configuration.example.py b/net-mgmt/peering-manager/files/patch-peering__manager_configuration.example.py new file mode 100644 index 000000000000..1865973e0e30 --- /dev/null +++ b/net-mgmt/peering-manager/files/patch-peering__manager_configuration.example.py @@ -0,0 +1,11 @@ +--- peering_manager/configuration.example.py.orig 2025-09-05 10:59:41 UTC ++++ peering_manager/configuration.example.py +@@ -9,7 +9,7 @@ ALLOWED_HOSTS = ["*"] + # A random one can be generated with Python in the Peering Manager venv with + # from django.core.management.utils import get_random_secret_key + # get_random_secret_key() +-SECRET_KEY = "ef7npku*djrj_r4jt4cojo8^j@2($$@05e(eq_mn!ywx*jg0vy" ++#SECRET_KEY = "<GENERATE A KEY>" + + # Base URL path if accessing Peering Manager within a directory. + BASE_PATH = "" diff --git a/net-mgmt/peering-manager/files/peering_manager_rq.in b/net-mgmt/peering-manager/files/peering_manager_rq.in new file mode 100755 index 000000000000..6b12856dfa9b --- /dev/null +++ b/net-mgmt/peering-manager/files/peering_manager_rq.in @@ -0,0 +1,50 @@ +#!/bin/sh + +# This sample rc script starts the RQ worker background service which is +# required for Webhooks and various automation tasks. + +# +# PROVIDE: peering_manager_rq +# REQUIRE: DAEMON +# KEYWORD: shutdown +# +# Add the following line to /etc/rc.conf.local or /etc/rc.conf +# to enable peering_manager-rq: +# +# peering_manager_rq_enable (bool): Set to NO by default. +# Set it to YES to enable peering_manager_rq. +# +# peering_manager_rq_user (str): User to run worker as. +# Defaults to www. + +. /etc/rc.subr + +name=peering_manager_rq +rcvar=peering_manager_rq_enable + +load_rc_config $name + +: ${peering_manager_rq_enable:=NO} +: ${peering_manager_rq_user:=www} +: ${peering_manager_rq_workers:=1} + +start_cmd="peering_manager_rq_start" +start_precmd="peering_manager_rq_precmd" +command="%%PYTHON_CMD%%" +command_args="%%WWWDIR%%/manage.py rqworker" +_pidprefix="/var/run/%%PORTNAME%%" + +peering_manager_rq_precmd() +{ + install -d -o ${peering_manager_rq_user} ${_pidprefix} +} + +peering_manager_rq_start() +{ + echo "Starting peering_manager_rq." + for i in `jot - 1 $peering_manager_rq_workers`; do + /usr/sbin/daemon -cf -p ${_pidprefix}/${name}-${i}.pid -u ${peering_manager_rq_user} ${command} ${command_args} --name peering-manager@${i} + done +} + +run_rc_command "$1" diff --git a/net-mgmt/peering-manager/files/pkg-message.in b/net-mgmt/peering-manager/files/pkg-message.in new file mode 100644 index 000000000000..13913edb961b --- /dev/null +++ b/net-mgmt/peering-manager/files/pkg-message.in @@ -0,0 +1,9 @@ +[ +{ type: install + message: <<EOD +For installation instructions please refer to the related wiki page: + +- https://wiki.freebsd.org/Ports/net-mgmt/peering-manager +EOD +} +] diff --git a/net-mgmt/peering-manager/pkg-descr b/net-mgmt/peering-manager/pkg-descr new file mode 100644 index 000000000000..ae00708cbbd6 --- /dev/null +++ b/net-mgmt/peering-manager/pkg-descr @@ -0,0 +1,24 @@ +Peering Manager was originally and still is developed by its lead + maintainer, Guillaume Mazoyer in 2017 as part of an effort to automate + BGP peering provisionning. + +Since then, many organisations around the world have used Peering + Manager as their central network source of truth to empower both + network operators and automation. + +Key Features +Peering Manager was built specifically to serve the needs of network + engineers and operators operating BGP networks. Below is a very brief + overview of the core features it provides. + +- Autonomous system management +- BGP groups +- Internet Exchange Points +- BGP sessions with with differences between classic ones and IXP ones +- BGP communities and routing policies +- Devices and configuration rendering leveraging Jinja2 +- Configuration installation for NAPALM supported platforms +- Detailed, automatic change logging +- Global search engine +- Event-driven webhooks +- Interoperability with other tools such as PeeringDB, IX-API, and more diff --git a/net-mgmt/py-pyixapi/Makefile b/net-mgmt/py-pyixapi/Makefile new file mode 100644 index 000000000000..b1c57adfe523 --- /dev/null +++ b/net-mgmt/py-pyixapi/Makefile @@ -0,0 +1,23 @@ +PORTNAME= pyixapi +DISTVERSION= 0.2.6 +CATEGORIES= net-mgmt python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= bofh@FreeBSD.org +COMMENT= Python API client library for IX-API +WWW= https://ix-api.net/ + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyjwt>=2.4.0:www/py-pyjwt@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.20.0:www/py-requests@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/net-mgmt/py-pyixapi/distinfo b/net-mgmt/py-pyixapi/distinfo new file mode 100644 index 000000000000..108271427920 --- /dev/null +++ b/net-mgmt/py-pyixapi/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1756893360 +SHA256 (pyixapi-0.2.6.tar.gz) = 864ef41255f62613db3161127b4c7c7bb36c776fb675cb3cdea3f7deee8a9732 +SIZE (pyixapi-0.2.6.tar.gz) = 14614 diff --git a/net-mgmt/py-pyixapi/pkg-descr b/net-mgmt/py-pyixapi/pkg-descr new file mode 100644 index 000000000000..41fcb40e2774 --- /dev/null +++ b/net-mgmt/py-pyixapi/pkg-descr @@ -0,0 +1,3 @@ +Python API client library for IX-API. + +Currently Supported API versions are version 1 and version 2. diff --git a/net-p2p/c-lightning/Makefile b/net-p2p/c-lightning/Makefile index 1a9241a377f2..383d8505eb94 100644 --- a/net-p2p/c-lightning/Makefile +++ b/net-p2p/c-lightning/Makefile @@ -1,8 +1,7 @@ PORTNAME= c-lightning # To build from an arbitrary git commit comment PORTVERSION and PORTREVISION (if present) -PORTVERSION= 25.02.2 +PORTVERSION= 25.09 DISTVERSIONPREFIX= v -PORTREVISION= 3 # and uncomment the following two lines (use for example -git-HEAD or -git-f8d8348c) #PORTVERSION= 0 #PKGNAMESUFFIX= -git-f8d8348c @@ -18,8 +17,7 @@ BUILD_DEPENDS= bash:shells/bash \ gsed:textproc/gsed \ lowdown:textproc/lowdown \ jq:textproc/jq \ - ${PYTHON_PKGNAMEPREFIX}mako>=1.0.14:textproc/py-mako@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mrkd>=0.2.0_1:devel/py-mrkd@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}mako>=1.0.14:textproc/py-mako@${PY_FLAVOR} LIB_DEPENDS= libsodium.so:security/libsodium RUN_DEPENDS= bitcoin-cli:net-p2p/bitcoin-utils @@ -29,14 +27,14 @@ USES= autoreconf:build \ gettext-tools:build \ gmake \ libtool \ + python:build \ shebangfix CPE_VENDOR= elementsproject -BINARY_ALIAS= python=${PYTHON_CMD} python3=${PYTHON_CMD} sed=${LOCALBASE}/bin/gsed +BINARY_ALIAS= python3=${PYTHON_CMD} sed=${LOCALBASE}/bin/gsed ALL_TARGET= default -SHEBANG_FILES= plugins/wss-proxy/wss-proxy.py \ - tools/reckless +SHEBANG_FILES= tools/reckless -OPTIONS_DEFINE= COMPATIBILITY DEBUG RUST WSSPROXYDEPS +OPTIONS_DEFINE= COMPATIBILITY DEBUG RUST OPTIONS_MULTI= STORAGE OPTIONS_MULTI_STORAGE= POSTGRESQL SQLITE OPTIONS_RADIO= TESTING @@ -61,33 +59,11 @@ ASAN_CONFIGURE_ENABLE= address-sanitizer ASAN_DESC= Compile with address-sanitizer VALGRIND_CONFIGURE_ENABLE= valgrind VALGRIND_DESC= Run tests with Valgrind -WSSPROXYDEPS_DESC= Install and depend on packages required by the wss-proxy plugin -# run files/check_python_plugins_deps.sh to verify the list below -WSSPROXYDEPS_RUN_DEPENDS=\ - ${PYTHON_PKGNAMEPREFIX}asn1crypto>0:devel/py-asn1crypto@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}base58>0:security/py-base58@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}bitarray>0:devel/py-bitarray@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}bitstring>0:devel/py-bitstring@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}coincurve>0:security/py-coincurve@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pycparser>0:devel/py-pycparser@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyln-bolt7>0:net-p2p/pyln-bolt7@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyln-client>0:net-p2p/pyln-client@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyln-proto>0:net-p2p/pyln-proto@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pysocks>0:net/py-pysocks@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}websockets>0:devel/py-websockets@${PY_FLAVOR} OPTIONS_DEFAULT=COMPATIBILITY RUST SQLITE .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MWSSPROXYDEPS} -USES+= python:3.9+ -USE_PYTHON+= cryptography -.else -USES+= python:build -.endif - HAS_CONFIGURE= yes # Print the compilation commands (verbose). @@ -100,9 +76,9 @@ GIT_COMMIT= ${PKGNAMESUFFIX:C/-git-//} GIT_COMMIT= ${DISTVERSIONPREFIX}${PORTVERSION} .endif GH_TUPLE= ElementsProject:lightning:${GIT_COMMIT} \ - ElementsProject:libwally-core:11e1bf6d60a13:ext1/external/libwally-core \ - BlockstreamResearch:secp256k1-zkp:1e04d3244:ext2/external/libwally-core/src/secp256k1 \ - ianlancetaylor:libbacktrace:2446c66076480ce:ext3/external/libbacktrace \ + ElementsProject:libwally-core:12f5ac4ccf0e2:ext1/external/libwally-core \ + BlockstreamResearch:secp256k1-zkp:615262261:ext2/external/libwally-core/src/secp256k1 \ + ianlancetaylor:libbacktrace:793921876c981ce:ext3/external/libbacktrace \ zserge:jsmn:18e9fe42cbfe21d65076f5c77ae2be3:ext4/external/jsmn \ valyala:gheap:67fc83bc953324f4759e52951921d:ext5/external/gheap @@ -117,10 +93,6 @@ PLIST_SUB+= U="${USERS}" G="${GROUPS}" .include <bsd.port.pre.mk> -post-patch: - ${REINPLACE_CMD} -e "s|python3|${PYTHON_CMD}|" \ - ${WRKSRC}/plugins/wss-proxy/wss-proxy - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lightning-cli ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lightning-hsmtool @@ -154,8 +126,12 @@ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/c-lightning/plugins/topology ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/c-lightning/plugins/txprepare .if ${PORT_OPTIONS:MRUST} + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/c-lightning/plugins/cln-bip353 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/c-lightning/plugins/cln-grpc + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/c-lightning/plugins/cln-lsps-client + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/c-lightning/plugins/cln-lsps-service ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/c-lightning/plugins/clnrest + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/c-lightning/plugins/wss-proxy .endif ${INSTALL_DATA} \ ${WRKDIR}/lightningd-bitcoin.conf.sample \ diff --git a/net-p2p/c-lightning/Makefile.crates b/net-p2p/c-lightning/Makefile.crates index 2da1eb462d02..e92bdd18b7f8 100644 --- a/net-p2p/c-lightning/Makefile.crates +++ b/net-p2p/c-lightning/Makefile.crates @@ -1,280 +1,355 @@ -CARGO_CRATES+= addr2line-0.24.2 -CARGO_CRATES+= adler2-2.0.0 -CARGO_CRATES+= aho-corasick-1.1.3 -CARGO_CRATES+= anyhow-1.0.95 -CARGO_CRATES+= arbitrary-1.4.1 -CARGO_CRATES+= arc-swap-1.7.1 -CARGO_CRATES+= asn1-rs-0.6.2 -CARGO_CRATES+= asn1-rs-derive-0.5.1 -CARGO_CRATES+= asn1-rs-impl-0.2.0 -CARGO_CRATES+= async-stream-0.3.6 -CARGO_CRATES+= async-stream-impl-0.3.6 -CARGO_CRATES+= async-trait-0.1.85 -CARGO_CRATES+= atomic-waker-1.1.2 -CARGO_CRATES+= autocfg-1.4.0 -CARGO_CRATES+= axum-0.6.20 -CARGO_CRATES+= axum-0.8.1 -CARGO_CRATES+= axum-core-0.3.4 -CARGO_CRATES+= axum-core-0.5.0 -CARGO_CRATES+= axum-server-0.6.0 -CARGO_CRATES+= backtrace-0.3.74 -CARGO_CRATES+= base64-0.21.7 -CARGO_CRATES+= base64-0.22.1 -CARGO_CRATES+= bech32-0.10.0-beta -CARGO_CRATES+= bitcoin-0.31.2 -CARGO_CRATES+= bitcoin-internals-0.2.0 -CARGO_CRATES+= bitcoin_hashes-0.13.0 -CARGO_CRATES+= bitflags-1.3.2 -CARGO_CRATES+= bitflags-2.8.0 -CARGO_CRATES+= block-buffer-0.10.4 -CARGO_CRATES+= bumpalo-3.17.0 -CARGO_CRATES+= byteorder-1.5.0 -CARGO_CRATES+= bytes-1.9.0 -CARGO_CRATES+= cc-1.2.9 -CARGO_CRATES+= cfg-if-1.0.0 -CARGO_CRATES+= cln-plugin-0.3.0 -CARGO_CRATES+= cpufeatures-0.2.16 -CARGO_CRATES+= crc32fast-1.4.2 -CARGO_CRATES+= crossbeam-utils-0.8.21 -CARGO_CRATES+= crypto-common-0.1.6 -CARGO_CRATES+= data-encoding-2.7.0 -CARGO_CRATES+= der-parser-9.0.0 -CARGO_CRATES+= deranged-0.3.11 -CARGO_CRATES+= derive_arbitrary-1.4.1 -CARGO_CRATES+= digest-0.10.7 -CARGO_CRATES+= displaydoc-0.2.5 -CARGO_CRATES+= either-1.13.0 -CARGO_CRATES+= engineioxide-0.15.1 -CARGO_CRATES+= env_logger-0.10.2 -CARGO_CRATES+= equivalent-1.0.1 -CARGO_CRATES+= errno-0.3.10 -CARGO_CRATES+= fastrand-2.3.0 -CARGO_CRATES+= fixedbitset-0.4.2 -CARGO_CRATES+= flate2-1.0.35 -CARGO_CRATES+= fnv-1.0.7 -CARGO_CRATES+= form_urlencoded-1.2.1 -CARGO_CRATES+= futures-0.3.31 -CARGO_CRATES+= futures-channel-0.3.31 -CARGO_CRATES+= futures-core-0.3.31 -CARGO_CRATES+= futures-executor-0.3.31 -CARGO_CRATES+= futures-io-0.3.31 -CARGO_CRATES+= futures-macro-0.3.31 -CARGO_CRATES+= futures-sink-0.3.31 -CARGO_CRATES+= futures-task-0.3.31 -CARGO_CRATES+= futures-util-0.3.31 -CARGO_CRATES+= generic-array-0.14.7 -CARGO_CRATES+= getrandom-0.2.15 -CARGO_CRATES+= gimli-0.31.1 -CARGO_CRATES+= h2-0.3.26 -CARGO_CRATES+= h2-0.4.7 -CARGO_CRATES+= hashbrown-0.12.3 -CARGO_CRATES+= hashbrown-0.15.2 -CARGO_CRATES+= heck-0.5.0 -CARGO_CRATES+= hermit-abi-0.4.0 -CARGO_CRATES+= hex-0.4.3 -CARGO_CRATES+= hex-conservative-0.1.2 -CARGO_CRATES+= hex_lit-0.1.1 -CARGO_CRATES+= http-0.2.12 -CARGO_CRATES+= http-1.2.0 -CARGO_CRATES+= http-body-0.4.6 -CARGO_CRATES+= http-body-1.0.1 -CARGO_CRATES+= http-body-util-0.1.2 -CARGO_CRATES+= httparse-1.9.5 -CARGO_CRATES+= httpdate-1.0.3 -CARGO_CRATES+= humantime-2.1.0 -CARGO_CRATES+= hyper-0.14.32 -CARGO_CRATES+= hyper-1.5.2 -CARGO_CRATES+= hyper-timeout-0.4.1 -CARGO_CRATES+= hyper-util-0.1.10 -CARGO_CRATES+= icu_collections-1.5.0 -CARGO_CRATES+= icu_locid-1.5.0 -CARGO_CRATES+= icu_locid_transform-1.5.0 -CARGO_CRATES+= icu_locid_transform_data-1.5.0 -CARGO_CRATES+= icu_normalizer-1.5.0 -CARGO_CRATES+= icu_normalizer_data-1.5.0 -CARGO_CRATES+= icu_properties-1.5.1 -CARGO_CRATES+= icu_properties_data-1.5.0 -CARGO_CRATES+= icu_provider-1.5.0 -CARGO_CRATES+= icu_provider_macros-1.5.0 -CARGO_CRATES+= idna-1.0.3 -CARGO_CRATES+= idna_adapter-1.2.0 -CARGO_CRATES+= indexmap-1.9.3 -CARGO_CRATES+= indexmap-2.7.0 -CARGO_CRATES+= is-terminal-0.4.13 -CARGO_CRATES+= itertools-0.12.1 -CARGO_CRATES+= itoa-1.0.14 -CARGO_CRATES+= lazy_static-1.5.0 -CARGO_CRATES+= libc-0.2.169 -CARGO_CRATES+= linux-raw-sys-0.4.15 -CARGO_CRATES+= litemap-0.7.4 -CARGO_CRATES+= lockfree-object-pool-0.1.6 -CARGO_CRATES+= log-0.4.25 -CARGO_CRATES+= log-panics-2.1.0 -CARGO_CRATES+= matchers-0.1.0 -CARGO_CRATES+= matchit-0.7.3 -CARGO_CRATES+= matchit-0.8.4 -CARGO_CRATES+= memchr-2.7.4 -CARGO_CRATES+= mime-0.3.17 -CARGO_CRATES+= mime_guess-2.0.5 -CARGO_CRATES+= minimal-lexical-0.2.1 -CARGO_CRATES+= miniz_oxide-0.8.3 -CARGO_CRATES+= mio-1.0.3 -CARGO_CRATES+= multimap-0.10.0 -CARGO_CRATES+= nom-7.1.3 -CARGO_CRATES+= nu-ansi-term-0.46.0 -CARGO_CRATES+= num-bigint-0.4.6 -CARGO_CRATES+= num-conv-0.1.0 -CARGO_CRATES+= num-integer-0.1.46 -CARGO_CRATES+= num-traits-0.2.19 -CARGO_CRATES+= object-0.36.7 -CARGO_CRATES+= oid-registry-0.7.1 -CARGO_CRATES+= once_cell-1.20.2 -CARGO_CRATES+= overload-0.1.1 -CARGO_CRATES+= pem-3.0.4 -CARGO_CRATES+= percent-encoding-2.3.1 -CARGO_CRATES+= petgraph-0.6.5 -CARGO_CRATES+= pin-project-1.1.8 -CARGO_CRATES+= pin-project-internal-1.1.8 -CARGO_CRATES+= pin-project-lite-0.2.16 -CARGO_CRATES+= pin-utils-0.1.0 -CARGO_CRATES+= powerfmt-0.2.0 -CARGO_CRATES+= ppv-lite86-0.2.20 -CARGO_CRATES+= prettyplease-0.2.29 -CARGO_CRATES+= proc-macro2-1.0.93 -CARGO_CRATES+= prost-0.12.6 -CARGO_CRATES+= prost-build-0.12.6 -CARGO_CRATES+= prost-derive-0.12.6 -CARGO_CRATES+= prost-types-0.12.6 -CARGO_CRATES+= quote-1.0.38 -CARGO_CRATES+= rand-0.8.5 -CARGO_CRATES+= rand_chacha-0.3.1 -CARGO_CRATES+= rand_core-0.6.4 -CARGO_CRATES+= rcgen-0.13.2 -CARGO_CRATES+= regex-1.11.1 -CARGO_CRATES+= regex-automata-0.1.10 -CARGO_CRATES+= regex-automata-0.4.9 -CARGO_CRATES+= regex-syntax-0.6.29 -CARGO_CRATES+= regex-syntax-0.8.5 -CARGO_CRATES+= ring-0.17.8 -CARGO_CRATES+= rust-embed-8.5.0 -CARGO_CRATES+= rust-embed-impl-8.5.0 -CARGO_CRATES+= rust-embed-utils-8.5.0 -CARGO_CRATES+= rustc-demangle-0.1.24 -CARGO_CRATES+= rusticata-macros-4.1.0 -CARGO_CRATES+= rustix-0.38.43 -CARGO_CRATES+= rustls-0.21.12 -CARGO_CRATES+= rustls-0.22.4 -CARGO_CRATES+= rustls-pemfile-2.2.0 -CARGO_CRATES+= rustls-pki-types-1.10.1 -CARGO_CRATES+= rustls-webpki-0.101.7 -CARGO_CRATES+= rustls-webpki-0.102.8 -CARGO_CRATES+= rustversion-1.0.19 -CARGO_CRATES+= ryu-1.0.18 -CARGO_CRATES+= same-file-1.0.6 -CARGO_CRATES+= sct-0.7.1 -CARGO_CRATES+= secp256k1-0.28.2 -CARGO_CRATES+= secp256k1-sys-0.9.2 -CARGO_CRATES+= serde-1.0.217 -CARGO_CRATES+= serde_derive-1.0.217 -CARGO_CRATES+= serde_json-1.0.135 -CARGO_CRATES+= serde_path_to_error-0.1.16 -CARGO_CRATES+= serde_urlencoded-0.7.1 -CARGO_CRATES+= sha1-0.10.6 -CARGO_CRATES+= sha2-0.10.8 -CARGO_CRATES+= sharded-slab-0.1.7 -CARGO_CRATES+= shlex-1.3.0 -CARGO_CRATES+= simd-adler32-0.3.7 -CARGO_CRATES+= slab-0.4.9 -CARGO_CRATES+= smallvec-1.13.2 -CARGO_CRATES+= socket2-0.5.8 -CARGO_CRATES+= socketioxide-0.15.1 -CARGO_CRATES+= socketioxide-core-0.15.1 -CARGO_CRATES+= socketioxide-parser-common-0.15.1 -CARGO_CRATES+= spin-0.9.8 -CARGO_CRATES+= stable_deref_trait-1.2.0 -CARGO_CRATES+= subtle-2.6.1 -CARGO_CRATES+= syn-2.0.96 -CARGO_CRATES+= sync_wrapper-0.1.2 -CARGO_CRATES+= sync_wrapper-1.0.2 -CARGO_CRATES+= synstructure-0.13.1 -CARGO_CRATES+= tempfile-3.15.0 -CARGO_CRATES+= termcolor-1.4.1 -CARGO_CRATES+= thiserror-1.0.69 -CARGO_CRATES+= thiserror-2.0.11 -CARGO_CRATES+= thiserror-impl-1.0.69 -CARGO_CRATES+= thiserror-impl-2.0.11 -CARGO_CRATES+= thread_local-1.1.8 -CARGO_CRATES+= time-0.3.37 -CARGO_CRATES+= time-core-0.1.2 -CARGO_CRATES+= time-macros-0.2.19 -CARGO_CRATES+= tinystr-0.7.6 -CARGO_CRATES+= tokio-1.43.0 -CARGO_CRATES+= tokio-io-timeout-1.2.0 -CARGO_CRATES+= tokio-macros-2.5.0 -CARGO_CRATES+= tokio-rustls-0.24.1 -CARGO_CRATES+= tokio-rustls-0.25.0 -CARGO_CRATES+= tokio-stream-0.1.17 -CARGO_CRATES+= tokio-test-0.4.4 -CARGO_CRATES+= tokio-tungstenite-0.24.0 -CARGO_CRATES+= tokio-util-0.7.13 -CARGO_CRATES+= tonic-0.11.0 -CARGO_CRATES+= tonic-build-0.11.0 -CARGO_CRATES+= tower-0.4.13 -CARGO_CRATES+= tower-0.5.2 -CARGO_CRATES+= tower-http-0.6.2 -CARGO_CRATES+= tower-layer-0.3.3 -CARGO_CRATES+= tower-service-0.3.3 -CARGO_CRATES+= tracing-0.1.41 -CARGO_CRATES+= tracing-attributes-0.1.28 -CARGO_CRATES+= tracing-core-0.1.33 -CARGO_CRATES+= tracing-log-0.2.0 -CARGO_CRATES+= tracing-subscriber-0.3.19 -CARGO_CRATES+= try-lock-0.2.5 -CARGO_CRATES+= tungstenite-0.24.0 -CARGO_CRATES+= typenum-1.17.0 -CARGO_CRATES+= unicase-2.8.1 -CARGO_CRATES+= unicode-ident-1.0.14 -CARGO_CRATES+= untrusted-0.9.0 -CARGO_CRATES+= url-2.5.4 -CARGO_CRATES+= utf-8-0.7.6 -CARGO_CRATES+= utf16_iter-1.0.5 -CARGO_CRATES+= utf8_iter-1.0.4 -CARGO_CRATES+= utoipa-5.3.1 -CARGO_CRATES+= utoipa-gen-5.3.1 -CARGO_CRATES+= utoipa-swagger-ui-9.0.0 -CARGO_CRATES+= utoipa-swagger-ui-vendored-0.1.2 -CARGO_CRATES+= valuable-0.1.0 -CARGO_CRATES+= version_check-0.9.5 -CARGO_CRATES+= walkdir-2.5.0 -CARGO_CRATES+= want-0.3.1 -CARGO_CRATES+= wasi-0.11.0+wasi-snapshot-preview1 -CARGO_CRATES+= winapi-0.3.9 -CARGO_CRATES+= winapi-i686-pc-windows-gnu-0.4.0 -CARGO_CRATES+= winapi-util-0.1.9 -CARGO_CRATES+= winapi-x86_64-pc-windows-gnu-0.4.0 -CARGO_CRATES+= windows-sys-0.52.0 -CARGO_CRATES+= windows-sys-0.59.0 -CARGO_CRATES+= windows-targets-0.52.6 -CARGO_CRATES+= windows_aarch64_gnullvm-0.52.6 -CARGO_CRATES+= windows_aarch64_msvc-0.52.6 -CARGO_CRATES+= windows_i686_gnu-0.52.6 -CARGO_CRATES+= windows_i686_gnullvm-0.52.6 -CARGO_CRATES+= windows_i686_msvc-0.52.6 -CARGO_CRATES+= windows_x86_64_gnu-0.52.6 -CARGO_CRATES+= windows_x86_64_gnullvm-0.52.6 -CARGO_CRATES+= windows_x86_64_msvc-0.52.6 -CARGO_CRATES+= write16-1.0.0 -CARGO_CRATES+= writeable-0.5.5 -CARGO_CRATES+= x509-parser-0.16.0 -CARGO_CRATES+= yasna-0.5.2 -CARGO_CRATES+= yoke-0.7.5 -CARGO_CRATES+= yoke-derive-0.7.5 -CARGO_CRATES+= zerocopy-0.7.35 -CARGO_CRATES+= zerocopy-derive-0.7.35 -CARGO_CRATES+= zerofrom-0.1.5 -CARGO_CRATES+= zerofrom-derive-0.1.5 -CARGO_CRATES+= zeroize-1.8.1 -CARGO_CRATES+= zerovec-0.10.4 -CARGO_CRATES+= zerovec-derive-0.10.3 -CARGO_CRATES+= zip-2.2.2 -CARGO_CRATES+= zopfli-0.8.1 +CARGO_CRATES= addr2line-0.24.2 \ + adler2-2.0.1 \ + aho-corasick-1.1.3 \ + anyhow-1.0.99 \ + arbitrary-1.4.2 \ + arc-swap-1.7.1 \ + arrayvec-0.7.6 \ + asn1-rs-0.6.2 \ + asn1-rs-derive-0.5.1 \ + asn1-rs-impl-0.2.0 \ + async-stream-0.3.6 \ + async-stream-impl-0.3.6 \ + async-trait-0.1.89 \ + atomic-waker-1.1.2 \ + autocfg-1.5.0 \ + axum-0.6.20 \ + axum-0.8.4 \ + axum-core-0.3.4 \ + axum-core-0.5.2 \ + axum-server-0.6.0 \ + backtrace-0.3.75 \ + base58ck-0.1.0 \ + base64-0.21.7 \ + base64-0.22.1 \ + bech32-0.10.0-beta \ + bech32-0.11.0 \ + bitcoin-0.31.2 \ + bitcoin-0.32.7 \ + bitcoin-internals-0.2.0 \ + bitcoin-internals-0.3.0 \ + bitcoin-io-0.1.3 \ + bitcoin-units-0.1.2 \ + bitcoin_hashes-0.13.0 \ + bitcoin_hashes-0.14.0 \ + bitflags-1.3.2 \ + bitflags-2.9.4 \ + block-buffer-0.10.4 \ + bumpalo-3.19.0 \ + byteorder-1.5.0 \ + bytes-1.10.1 \ + cc-1.2.35 \ + cfg-if-1.0.3 \ + core-foundation-0.9.4 \ + core-foundation-sys-0.8.7 \ + cpufeatures-0.2.17 \ + crc32fast-1.5.0 \ + crypto-common-0.1.6 \ + data-encoding-2.9.0 \ + der-parser-9.0.0 \ + deranged-0.5.3 \ + derive_arbitrary-1.4.2 \ + digest-0.10.7 \ + displaydoc-0.2.5 \ + dnssec-prover-0.6.8 \ + either-1.15.0 \ + encoding_rs-0.8.35 \ + engineioxide-0.15.2 \ + env_logger-0.10.2 \ + equivalent-1.0.2 \ + errno-0.3.13 \ + fastrand-2.3.0 \ + find-msvc-tools-0.1.0 \ + fixedbitset-0.4.2 \ + flate2-1.1.2 \ + fnv-1.0.7 \ + form_urlencoded-1.2.2 \ + futures-0.3.31 \ + futures-channel-0.3.31 \ + futures-core-0.3.31 \ + futures-executor-0.3.31 \ + futures-io-0.3.31 \ + futures-macro-0.3.31 \ + futures-sink-0.3.31 \ + futures-task-0.3.31 \ + futures-util-0.3.31 \ + generic-array-0.14.7 \ + getrandom-0.2.16 \ + getrandom-0.3.3 \ + gimli-0.31.1 \ + h2-0.3.27 \ + h2-0.4.12 \ + hashbrown-0.12.3 \ + hashbrown-0.13.2 \ + hashbrown-0.15.5 \ + heck-0.5.0 \ + hermit-abi-0.5.2 \ + hex-0.4.3 \ + hex-conservative-0.1.2 \ + hex-conservative-0.2.1 \ + hex_lit-0.1.1 \ + http-0.2.12 \ + http-1.3.1 \ + http-body-0.4.6 \ + http-body-1.0.1 \ + http-body-util-0.1.3 \ + httparse-1.10.1 \ + httpdate-1.0.3 \ + humantime-2.2.0 \ + hyper-0.14.32 \ + hyper-1.7.0 \ + hyper-rustls-0.24.2 \ + hyper-timeout-0.4.1 \ + hyper-util-0.1.16 \ + icu_collections-2.0.0 \ + icu_locale_core-2.0.0 \ + icu_normalizer-2.0.0 \ + icu_normalizer_data-2.0.0 \ + icu_properties-2.0.1 \ + icu_properties_data-2.0.1 \ + icu_provider-2.0.0 \ + idna-1.1.0 \ + idna_adapter-1.2.1 \ + indexmap-1.9.3 \ + indexmap-2.11.0 \ + io-uring-0.7.10 \ + ipnet-2.11.0 \ + is-terminal-0.4.16 \ + itertools-0.12.1 \ + itoa-1.0.15 \ + js-sys-0.3.78 \ + lazy_static-1.5.0 \ + libc-0.2.175 \ + libm-0.2.15 \ + libyml-0.0.5 \ + libz-rs-sys-0.5.2 \ + lightning-0.1.5 \ + lightning-invoice-0.33.2 \ + lightning-types-0.2.0 \ + linux-raw-sys-0.9.4 \ + litemap-0.8.0 \ + lock_api-0.4.13 \ + log-0.4.28 \ + log-panics-2.1.0 \ + matchers-0.2.0 \ + matchit-0.7.3 \ + matchit-0.8.4 \ + memchr-2.7.5 \ + mime-0.3.17 \ + mime_guess-2.0.5 \ + minimal-lexical-0.2.1 \ + miniz_oxide-0.8.9 \ + mio-1.0.4 \ + multimap-0.10.1 \ + nom-7.1.3 \ + nu-ansi-term-0.50.1 \ + num-bigint-0.4.6 \ + num-conv-0.1.0 \ + num-integer-0.1.46 \ + num-traits-0.2.19 \ + object-0.36.7 \ + oid-registry-0.7.1 \ + once_cell-1.21.3 \ + parking_lot-0.12.4 \ + parking_lot_core-0.9.11 \ + pem-3.0.5 \ + percent-encoding-2.3.2 \ + petgraph-0.6.5 \ + pin-project-1.1.10 \ + pin-project-internal-1.1.10 \ + pin-project-lite-0.2.16 \ + pin-utils-0.1.0 \ + possiblyrandom-0.2.0 \ + potential_utf-0.1.3 \ + powerfmt-0.2.0 \ + ppv-lite86-0.2.21 \ + prettyplease-0.2.37 \ + proc-macro2-1.0.101 \ + prost-0.12.6 \ + prost-build-0.12.6 \ + prost-derive-0.12.6 \ + prost-types-0.12.6 \ + quick-xml-0.37.5 \ + quote-1.0.40 \ + r-efi-5.3.0 \ + rand-0.8.5 \ + rand-0.9.2 \ + rand_chacha-0.3.1 \ + rand_chacha-0.9.0 \ + rand_core-0.6.4 \ + rand_core-0.9.3 \ + rcgen-0.13.2 \ + redox_syscall-0.5.17 \ + regex-1.11.2 \ + regex-automata-0.4.10 \ + regex-syntax-0.8.6 \ + reqwest-0.11.27 \ + ring-0.17.14 \ + roxmltree-0.20.0 \ + roxmltree_to_serde-0.6.2 \ + rust-embed-8.7.2 \ + rust-embed-impl-8.7.2 \ + rust-embed-utils-8.7.2 \ + rustc-demangle-0.1.26 \ + rusticata-macros-4.1.0 \ + rustix-1.0.8 \ + rustls-0.21.12 \ + rustls-0.22.4 \ + rustls-0.23.31 \ + rustls-pemfile-1.0.4 \ + rustls-pemfile-2.2.0 \ + rustls-pki-types-1.12.0 \ + rustls-webpki-0.101.7 \ + rustls-webpki-0.102.8 \ + rustls-webpki-0.103.4 \ + rustversion-1.0.22 \ + ryu-1.0.20 \ + same-file-1.0.6 \ + scopeguard-1.2.0 \ + sct-0.7.1 \ + secp256k1-0.28.2 \ + secp256k1-0.29.1 \ + secp256k1-sys-0.9.2 \ + secp256k1-sys-0.10.1 \ + serde-1.0.219 \ + serde_derive-1.0.219 \ + serde_json-1.0.143 \ + serde_path_to_error-0.1.17 \ + serde_qs-0.15.0 \ + serde_urlencoded-0.7.1 \ + serde_yml-0.0.12 \ + sha1-0.10.6 \ + sha2-0.10.9 \ + sharded-slab-0.1.7 \ + shlex-1.3.0 \ + signal-hook-registry-1.4.6 \ + simd-adler32-0.3.7 \ + slab-0.4.11 \ + smallvec-1.15.1 \ + socket2-0.5.10 \ + socket2-0.6.0 \ + socketioxide-0.15.2 \ + socketioxide-core-0.15.2 \ + socketioxide-parser-common-0.15.2 \ + stable_deref_trait-1.2.0 \ + subtle-2.6.1 \ + syn-2.0.106 \ + sync_wrapper-0.1.2 \ + sync_wrapper-1.0.2 \ + synstructure-0.13.2 \ + system-configuration-0.5.1 \ + system-configuration-sys-0.5.0 \ + tempfile-3.21.0 \ + termcolor-1.4.1 \ + thiserror-1.0.69 \ + thiserror-2.0.16 \ + thiserror-impl-1.0.69 \ + thiserror-impl-2.0.16 \ + thread_local-1.1.9 \ + time-0.3.43 \ + time-core-0.1.6 \ + time-macros-0.2.24 \ + tinystr-0.8.1 \ + tokio-1.47.1 \ + tokio-io-timeout-1.2.1 \ + tokio-macros-2.5.0 \ + tokio-rustls-0.24.1 \ + tokio-rustls-0.25.0 \ + tokio-rustls-0.26.2 \ + tokio-socks-0.5.2 \ + tokio-stream-0.1.17 \ + tokio-test-0.4.4 \ + tokio-tungstenite-0.24.0 \ + tokio-tungstenite-0.26.2 \ + tokio-util-0.7.16 \ + tonic-0.11.0 \ + tonic-build-0.11.0 \ + tower-0.4.13 \ + tower-0.5.2 \ + tower-http-0.6.6 \ + tower-layer-0.3.3 \ + tower-service-0.3.3 \ + tracing-0.1.41 \ + tracing-attributes-0.1.30 \ + tracing-core-0.1.34 \ + tracing-log-0.2.0 \ + tracing-subscriber-0.3.20 \ + try-lock-0.2.5 \ + tungstenite-0.24.0 \ + tungstenite-0.26.2 \ + typenum-1.18.0 \ + unicase-2.8.1 \ + unicode-ident-1.0.18 \ + untrusted-0.9.0 \ + url-2.5.7 \ + utf-8-0.7.6 \ + utf8_iter-1.0.4 \ + utoipa-5.4.0 \ + utoipa-gen-5.4.0 \ + utoipa-swagger-ui-9.0.2 \ + utoipa-swagger-ui-vendored-0.1.2 \ + valuable-0.1.1 \ + version_check-0.9.5 \ + walkdir-2.5.0 \ + want-0.3.1 \ + wasi-0.11.1+wasi-snapshot-preview1 \ + wasi-0.14.3+wasi-0.2.4 \ + wasm-bindgen-0.2.101 \ + wasm-bindgen-backend-0.2.101 \ + wasm-bindgen-futures-0.4.51 \ + wasm-bindgen-macro-0.2.101 \ + wasm-bindgen-macro-support-0.2.101 \ + wasm-bindgen-shared-0.2.101 \ + web-sys-0.3.78 \ + webpki-roots-0.25.4 \ + winapi-util-0.1.10 \ + windows-link-0.1.3 \ + windows-sys-0.48.0 \ + windows-sys-0.52.0 \ + windows-sys-0.59.0 \ + windows-sys-0.60.2 \ + windows-targets-0.48.5 \ + windows-targets-0.52.6 \ + windows-targets-0.53.3 \ + windows_aarch64_gnullvm-0.48.5 \ + windows_aarch64_gnullvm-0.52.6 \ + windows_aarch64_gnullvm-0.53.0 \ + windows_aarch64_msvc-0.48.5 \ + windows_aarch64_msvc-0.52.6 \ + windows_aarch64_msvc-0.53.0 \ + windows_i686_gnu-0.48.5 \ + windows_i686_gnu-0.52.6 \ + windows_i686_gnu-0.53.0 \ + windows_i686_gnullvm-0.52.6 \ + windows_i686_gnullvm-0.53.0 \ + windows_i686_msvc-0.48.5 \ + windows_i686_msvc-0.52.6 \ + windows_i686_msvc-0.53.0 \ + windows_x86_64_gnu-0.48.5 \ + windows_x86_64_gnu-0.52.6 \ + windows_x86_64_gnu-0.53.0 \ + windows_x86_64_gnullvm-0.48.5 \ + windows_x86_64_gnullvm-0.52.6 \ + windows_x86_64_gnullvm-0.53.0 \ + windows_x86_64_msvc-0.48.5 \ + windows_x86_64_msvc-0.52.6 \ + windows_x86_64_msvc-0.53.0 \ + winreg-0.50.0 \ + wit-bindgen-0.45.0 \ + writeable-0.6.1 \ + x509-parser-0.16.0 \ + yasna-0.5.2 \ + yoke-0.8.0 \ + yoke-derive-0.8.0 \ + zerocopy-0.8.26 \ + zerocopy-derive-0.8.26 \ + zerofrom-0.1.6 \ + zerofrom-derive-0.1.6 \ + zeroize-1.8.1 \ + zerotrie-0.2.2 \ + zerovec-0.11.4 \ + zerovec-derive-0.11.1 \ + zip-3.0.0 \ + zlib-rs-0.5.2 \ + zopfli-0.8.2 \ + bitcoin-payment-instructions@git+https://github.com/rust-bitcoin/bitcoin-payment-instructions.git?rev=d071ce27734ca13be2471f81abf8699d902c3a10\#d071ce27734ca13be2471f81abf8699d902c3a10 diff --git a/net-p2p/c-lightning/distinfo b/net-p2p/c-lightning/distinfo index 6913c4098a2f..83fc65ce69c3 100644 --- a/net-p2p/c-lightning/distinfo +++ b/net-p2p/c-lightning/distinfo @@ -1,16 +1,18 @@ -TIMESTAMP = 1742137390 +TIMESTAMP = 1757062898 SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 -SHA256 (rust/crates/adler2-2.0.0.crate) = 512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627 -SIZE (rust/crates/adler2-2.0.0.crate) = 13529 +SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa +SIZE (rust/crates/adler2-2.0.1.crate) = 13366 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 -SHA256 (rust/crates/anyhow-1.0.95.crate) = 34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04 -SIZE (rust/crates/anyhow-1.0.95.crate) = 52155 -SHA256 (rust/crates/arbitrary-1.4.1.crate) = dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223 -SIZE (rust/crates/arbitrary-1.4.1.crate) = 36816 +SHA256 (rust/crates/anyhow-1.0.99.crate) = b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100 +SIZE (rust/crates/anyhow-1.0.99.crate) = 53809 +SHA256 (rust/crates/arbitrary-1.4.2.crate) = c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1 +SIZE (rust/crates/arbitrary-1.4.2.crate) = 38307 SHA256 (rust/crates/arc-swap-1.7.1.crate) = 69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457 SIZE (rust/crates/arc-swap-1.7.1.crate) = 68512 +SHA256 (rust/crates/arrayvec-0.7.6.crate) = 7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50 +SIZE (rust/crates/arrayvec-0.7.6.crate) = 31237 SHA256 (rust/crates/asn1-rs-0.6.2.crate) = 5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048 SIZE (rust/crates/asn1-rs-0.6.2.crate) = 90647 SHA256 (rust/crates/asn1-rs-derive-0.5.1.crate) = 965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490 @@ -21,94 +23,114 @@ SHA256 (rust/crates/async-stream-0.3.6.crate) = 0b5a71a6f37880a80d1d7f19efd781e4 SIZE (rust/crates/async-stream-0.3.6.crate) = 13823 SHA256 (rust/crates/async-stream-impl-0.3.6.crate) = c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d SIZE (rust/crates/async-stream-impl-0.3.6.crate) = 4312 -SHA256 (rust/crates/async-trait-0.1.85.crate) = 3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056 -SIZE (rust/crates/async-trait-0.1.85.crate) = 33251 +SHA256 (rust/crates/async-trait-0.1.89.crate) = 9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb +SIZE (rust/crates/async-trait-0.1.89.crate) = 32171 SHA256 (rust/crates/atomic-waker-1.1.2.crate) = 1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0 SIZE (rust/crates/atomic-waker-1.1.2.crate) = 12422 -SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 -SIZE (rust/crates/autocfg-1.4.0.crate) = 17712 +SHA256 (rust/crates/autocfg-1.5.0.crate) = c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8 +SIZE (rust/crates/autocfg-1.5.0.crate) = 18729 SHA256 (rust/crates/axum-0.6.20.crate) = 3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf SIZE (rust/crates/axum-0.6.20.crate) = 146227 -SHA256 (rust/crates/axum-0.8.1.crate) = 6d6fd624c75e18b3b4c6b9caf42b1afe24437daaee904069137d8bab077be8b8 -SIZE (rust/crates/axum-0.8.1.crate) = 172586 +SHA256 (rust/crates/axum-0.8.4.crate) = 021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5 +SIZE (rust/crates/axum-0.8.4.crate) = 175159 SHA256 (rust/crates/axum-core-0.3.4.crate) = 759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c SIZE (rust/crates/axum-core-0.3.4.crate) = 21088 -SHA256 (rust/crates/axum-core-0.5.0.crate) = df1362f362fd16024ae199c1970ce98f9661bf5ef94b9808fee734bc3698b733 -SIZE (rust/crates/axum-core-0.5.0.crate) = 26187 +SHA256 (rust/crates/axum-core-0.5.2.crate) = 68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6 +SIZE (rust/crates/axum-core-0.5.2.crate) = 26212 SHA256 (rust/crates/axum-server-0.6.0.crate) = c1ad46c3ec4e12f4a4b6835e173ba21c25e484c9d02b49770bf006ce5367c036 SIZE (rust/crates/axum-server-0.6.0.crate) = 36772 -SHA256 (rust/crates/backtrace-0.3.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/base58ck-0.1.0.crate) = 2c8d66485a3a2ea485c1913c4572ce0256067a5377ac8c75c4960e1cda98605f +SIZE (rust/crates/base58ck-0.1.0.crate) = 6188 SHA256 (rust/crates/base64-0.21.7.crate) = 9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567 SIZE (rust/crates/base64-0.21.7.crate) = 82576 SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 SIZE (rust/crates/base64-0.22.1.crate) = 81597 SHA256 (rust/crates/bech32-0.10.0-beta.crate) = 98f7eed2b2781a6f0b5c903471d48e15f56fb4e1165df8a9a2337fd1a59d45ea SIZE (rust/crates/bech32-0.10.0-beta.crate) = 40408 +SHA256 (rust/crates/bech32-0.11.0.crate) = d965446196e3b7decd44aa7ee49e31d630118f90ef12f97900f262eb915c951d +SIZE (rust/crates/bech32-0.11.0.crate) = 67018 SHA256 (rust/crates/bitcoin-0.31.2.crate) = 6c85783c2fe40083ea54a33aa2f0ba58831d90fcd190f5bdc47e74e84d2a96ae SIZE (rust/crates/bitcoin-0.31.2.crate) = 366930 +SHA256 (rust/crates/bitcoin-0.32.7.crate) = 0fda569d741b895131a88ee5589a467e73e9c4718e958ac9308e4f7dc44b6945 +SIZE (rust/crates/bitcoin-0.32.7.crate) = 370633 SHA256 (rust/crates/bitcoin-internals-0.2.0.crate) = 9425c3bf7089c983facbae04de54513cce73b41c7f9ff8c845b54e7bc64ebbfb SIZE (rust/crates/bitcoin-internals-0.2.0.crate) = 13128 +SHA256 (rust/crates/bitcoin-internals-0.3.0.crate) = 30bdbe14aa07b06e6cfeffc529a1f099e5fbe249524f8125358604df99a4bed2 +SIZE (rust/crates/bitcoin-internals-0.3.0.crate) = 9799 +SHA256 (rust/crates/bitcoin-io-0.1.3.crate) = 0b47c4ab7a93edb0c7198c5535ed9b52b63095f4e9b45279c6736cec4b856baf +SIZE (rust/crates/bitcoin-io-0.1.3.crate) = 9145 +SHA256 (rust/crates/bitcoin-units-0.1.2.crate) = 5285c8bcaa25876d07f37e3d30c303f2609179716e11d688f51e8f1fe70063e2 +SIZE (rust/crates/bitcoin-units-0.1.2.crate) = 32105 SHA256 (rust/crates/bitcoin_hashes-0.13.0.crate) = 1930a4dabfebb8d7d9992db18ebe3ae2876f0a305fab206fd168df931ede293b SIZE (rust/crates/bitcoin_hashes-0.13.0.crate) = 47308 +SHA256 (rust/crates/bitcoin_hashes-0.14.0.crate) = bb18c03d0db0247e147a21a6faafd5a7eb851c743db062de72018b6b7e8e4d16 +SIZE (rust/crates/bitcoin_hashes-0.14.0.crate) = 48535 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 -SHA256 (rust/crates/bitflags-2.8.0.crate) = 8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36 -SIZE (rust/crates/bitflags-2.8.0.crate) = 47482 +SHA256 (rust/crates/bitflags-2.9.4.crate) = 2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394 +SIZE (rust/crates/bitflags-2.9.4.crate) = 47950 SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 -SHA256 (rust/crates/bumpalo-3.17.0.crate) = 1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf -SIZE (rust/crates/bumpalo-3.17.0.crate) = 91975 +SHA256 (rust/crates/bumpalo-3.19.0.crate) = 46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43 +SIZE (rust/crates/bumpalo-3.19.0.crate) = 96414 SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 -SHA256 (rust/crates/bytes-1.9.0.crate) = 325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b -SIZE (rust/crates/bytes-1.9.0.crate) = 67320 -SHA256 (rust/crates/cc-1.2.9.crate) = c8293772165d9345bdaaa39b45b2109591e63fe5e6fbc23c6ff930a048aa310b -SIZE (rust/crates/cc-1.2.9.crate) = 101156 -SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd -SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 -SHA256 (rust/crates/cln-plugin-0.3.0.crate) = 55eefc811f7d5280586dec7342824a84ab81f1d7e0cdb4cd579c1470e3e236cc -SIZE (rust/crates/cln-plugin-0.3.0.crate) = 613587 -SHA256 (rust/crates/cpufeatures-0.2.16.crate) = 16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3 -SIZE (rust/crates/cpufeatures-0.2.16.crate) = 13405 -SHA256 (rust/crates/crc32fast-1.4.2.crate) = a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3 -SIZE (rust/crates/crc32fast-1.4.2.crate) = 38491 -SHA256 (rust/crates/crossbeam-utils-0.8.21.crate) = d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28 -SIZE (rust/crates/crossbeam-utils-0.8.21.crate) = 42691 +SHA256 (rust/crates/bytes-1.10.1.crate) = d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a +SIZE (rust/crates/bytes-1.10.1.crate) = 76779 +SHA256 (rust/crates/cc-1.2.35.crate) = 590f9024a68a8c40351881787f1934dc11afd69090f5edb6831464694d836ea3 +SIZE (rust/crates/cc-1.2.35.crate) = 89972 +SHA256 (rust/crates/cfg-if-1.0.3.crate) = 2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9 +SIZE (rust/crates/cfg-if-1.0.3.crate) = 8719 +SHA256 (rust/crates/core-foundation-0.9.4.crate) = 91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f +SIZE (rust/crates/core-foundation-0.9.4.crate) = 27743 +SHA256 (rust/crates/core-foundation-sys-0.8.7.crate) = 773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b +SIZE (rust/crates/core-foundation-sys-0.8.7.crate) = 37712 +SHA256 (rust/crates/cpufeatures-0.2.17.crate) = 59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280 +SIZE (rust/crates/cpufeatures-0.2.17.crate) = 13466 +SHA256 (rust/crates/crc32fast-1.5.0.crate) = 9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511 +SIZE (rust/crates/crc32fast-1.5.0.crate) = 40723 SHA256 (rust/crates/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3 SIZE (rust/crates/crypto-common-0.1.6.crate) = 8760 -SHA256 (rust/crates/data-encoding-2.7.0.crate) = 0e60eed09d8c01d3cee5b7d30acb059b76614c918fa0f992e0dd6eeb10daad6f -SIZE (rust/crates/data-encoding-2.7.0.crate) = 21086 +SHA256 (rust/crates/data-encoding-2.9.0.crate) = 2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476 +SIZE (rust/crates/data-encoding-2.9.0.crate) = 21564 SHA256 (rust/crates/der-parser-9.0.0.crate) = 5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553 SIZE (rust/crates/der-parser-9.0.0.crate) = 63191 -SHA256 (rust/crates/deranged-0.3.11.crate) = b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4 -SIZE (rust/crates/deranged-0.3.11.crate) = 18043 -SHA256 (rust/crates/derive_arbitrary-1.4.1.crate) = 30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800 -SIZE (rust/crates/derive_arbitrary-1.4.1.crate) = 11521 +SHA256 (rust/crates/deranged-0.5.3.crate) = d630bccd429a5bb5a64b5e94f693bfc48c9f8566418fda4c494cc94f911f87cc +SIZE (rust/crates/deranged-0.5.3.crate) = 24353 +SHA256 (rust/crates/derive_arbitrary-1.4.2.crate) = 1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a +SIZE (rust/crates/derive_arbitrary-1.4.2.crate) = 12290 SHA256 (rust/crates/digest-0.10.7.crate) = 9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292 SIZE (rust/crates/digest-0.10.7.crate) = 19557 SHA256 (rust/crates/displaydoc-0.2.5.crate) = 97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0 SIZE (rust/crates/displaydoc-0.2.5.crate) = 24219 -SHA256 (rust/crates/either-1.13.0.crate) = 60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0 -SIZE (rust/crates/either-1.13.0.crate) = 19169 -SHA256 (rust/crates/engineioxide-0.15.1.crate) = ec84aea019c24ae0cae29a6306b1b9b6bd91a4c950542d804b742435ed797f0c -SIZE (rust/crates/engineioxide-0.15.1.crate) = 36865 +SHA256 (rust/crates/dnssec-prover-0.6.8.crate) = ec4f825369fc7134da70ca4040fddc8e03b80a46d249ae38d9c1c39b7b4476bf +SIZE (rust/crates/dnssec-prover-0.6.8.crate) = 939961 +SHA256 (rust/crates/either-1.15.0.crate) = 48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719 +SIZE (rust/crates/either-1.15.0.crate) = 20114 +SHA256 (rust/crates/encoding_rs-0.8.35.crate) = 75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3 +SIZE (rust/crates/encoding_rs-0.8.35.crate) = 1381050 +SHA256 (rust/crates/engineioxide-0.15.2.crate) = f2b48069eef4227bde0e5a8e0601ddabfbdef887c05b831cd314d2990726a461 +SIZE (rust/crates/engineioxide-0.15.2.crate) = 46726 SHA256 (rust/crates/env_logger-0.10.2.crate) = 4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580 SIZE (rust/crates/env_logger-0.10.2.crate) = 36402 -SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 -SIZE (rust/crates/equivalent-1.0.1.crate) = 6615 -SHA256 (rust/crates/errno-0.3.10.crate) = 33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d -SIZE (rust/crates/errno-0.3.10.crate) = 11824 +SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f +SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 +SHA256 (rust/crates/errno-0.3.13.crate) = 778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad +SIZE (rust/crates/errno-0.3.13.crate) = 12449 SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be SIZE (rust/crates/fastrand-2.3.0.crate) = 15076 +SHA256 (rust/crates/find-msvc-tools-0.1.0.crate) = e178e4fba8a2726903f6ba98a6d221e76f9c12c650d5dc0e6afdc50677b49650 +SIZE (rust/crates/find-msvc-tools-0.1.0.crate) = 29903 SHA256 (rust/crates/fixedbitset-0.4.2.crate) = 0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80 SIZE (rust/crates/fixedbitset-0.4.2.crate) = 15954 -SHA256 (rust/crates/flate2-1.0.35.crate) = c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c -SIZE (rust/crates/flate2-1.0.35.crate) = 109188 +SHA256 (rust/crates/flate2-1.1.2.crate) = 4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d +SIZE (rust/crates/flate2-1.1.2.crate) = 76495 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 SIZE (rust/crates/fnv-1.0.7.crate) = 11266 -SHA256 (rust/crates/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 -SIZE (rust/crates/form_urlencoded-1.2.1.crate) = 8969 +SHA256 (rust/crates/form_urlencoded-1.2.2.crate) = cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf +SIZE (rust/crates/form_urlencoded-1.2.2.crate) = 9347 SHA256 (rust/crates/futures-0.3.31.crate) = 65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876 SIZE (rust/crates/futures-0.3.31.crate) = 54953 SHA256 (rust/crates/futures-channel-0.3.31.crate) = 2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10 @@ -129,124 +151,144 @@ SHA256 (rust/crates/futures-util-0.3.31.crate) = 9fa08315bb612088cc391249efdc3bc SIZE (rust/crates/futures-util-0.3.31.crate) = 162124 SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 -SHA256 (rust/crates/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 -SIZE (rust/crates/getrandom-0.2.15.crate) = 37163 +SHA256 (rust/crates/getrandom-0.2.16.crate) = 335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592 +SIZE (rust/crates/getrandom-0.2.16.crate) = 40163 +SHA256 (rust/crates/getrandom-0.3.3.crate) = 26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4 +SIZE (rust/crates/getrandom-0.3.3.crate) = 49493 SHA256 (rust/crates/gimli-0.31.1.crate) = 07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f SIZE (rust/crates/gimli-0.31.1.crate) = 279515 -SHA256 (rust/crates/h2-0.3.26.crate) = 81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8 -SIZE (rust/crates/h2-0.3.26.crate) = 168315 -SHA256 (rust/crates/h2-0.4.7.crate) = ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e -SIZE (rust/crates/h2-0.4.7.crate) = 174114 +SHA256 (rust/crates/h2-0.3.27.crate) = 0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d +SIZE (rust/crates/h2-0.3.27.crate) = 169180 +SHA256 (rust/crates/h2-0.4.12.crate) = f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386 +SIZE (rust/crates/h2-0.4.12.crate) = 176264 SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968 -SHA256 (rust/crates/hashbrown-0.15.2.crate) = bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289 -SIZE (rust/crates/hashbrown-0.15.2.crate) = 138478 +SHA256 (rust/crates/hashbrown-0.13.2.crate) = 43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e +SIZE (rust/crates/hashbrown-0.13.2.crate) = 105265 +SHA256 (rust/crates/hashbrown-0.15.5.crate) = 9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1 +SIZE (rust/crates/hashbrown-0.15.5.crate) = 140908 SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea SIZE (rust/crates/heck-0.5.0.crate) = 11517 -SHA256 (rust/crates/hermit-abi-0.4.0.crate) = fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc -SIZE (rust/crates/hermit-abi-0.4.0.crate) = 16310 +SHA256 (rust/crates/hermit-abi-0.5.2.crate) = fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c +SIZE (rust/crates/hermit-abi-0.5.2.crate) = 17435 SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 SIZE (rust/crates/hex-0.4.3.crate) = 13299 SHA256 (rust/crates/hex-conservative-0.1.2.crate) = 212ab92002354b4819390025006c897e8140934349e8635c9b077f47b4dcbd20 SIZE (rust/crates/hex-conservative-0.1.2.crate) = 21833 +SHA256 (rust/crates/hex-conservative-0.2.1.crate) = 5313b072ce3c597065a808dbf612c4c8e8590bdbf8b579508bf7a762c5eae6cd +SIZE (rust/crates/hex-conservative-0.2.1.crate) = 25440 SHA256 (rust/crates/hex_lit-0.1.1.crate) = 3011d1213f159867b13cfd6ac92d2cd5f1345762c63be3554e84092d85a50bbd SIZE (rust/crates/hex_lit-0.1.1.crate) = 4579 SHA256 (rust/crates/http-0.2.12.crate) = 601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1 SIZE (rust/crates/http-0.2.12.crate) = 101964 -SHA256 (rust/crates/http-1.2.0.crate) = f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea -SIZE (rust/crates/http-1.2.0.crate) = 105932 +SHA256 (rust/crates/http-1.3.1.crate) = f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565 +SIZE (rust/crates/http-1.3.1.crate) = 106063 SHA256 (rust/crates/http-body-0.4.6.crate) = 7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2 SIZE (rust/crates/http-body-0.4.6.crate) = 10773 SHA256 (rust/crates/http-body-1.0.1.crate) = 1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184 SIZE (rust/crates/http-body-1.0.1.crate) = 6125 -SHA256 (rust/crates/http-body-util-0.1.2.crate) = 793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f -SIZE (rust/crates/http-body-util-0.1.2.crate) = 12821 -SHA256 (rust/crates/httparse-1.9.5.crate) = 7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946 -SIZE (rust/crates/httparse-1.9.5.crate) = 39029 +SHA256 (rust/crates/http-body-util-0.1.3.crate) = b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a +SIZE (rust/crates/http-body-util-0.1.3.crate) = 16975 +SHA256 (rust/crates/httparse-1.10.1.crate) = 6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87 +SIZE (rust/crates/httparse-1.10.1.crate) = 45190 SHA256 (rust/crates/httpdate-1.0.3.crate) = df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9 SIZE (rust/crates/httpdate-1.0.3.crate) = 10639 -SHA256 (rust/crates/humantime-2.1.0.crate) = 9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4 -SIZE (rust/crates/humantime-2.1.0.crate) = 16749 +SHA256 (rust/crates/humantime-2.2.0.crate) = 9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f +SIZE (rust/crates/humantime-2.2.0.crate) = 20646 SHA256 (rust/crates/hyper-0.14.32.crate) = 41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7 SIZE (rust/crates/hyper-0.14.32.crate) = 199622 -SHA256 (rust/crates/hyper-1.5.2.crate) = 256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0 -SIZE (rust/crates/hyper-1.5.2.crate) = 152817 +SHA256 (rust/crates/hyper-1.7.0.crate) = eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e +SIZE (rust/crates/hyper-1.7.0.crate) = 157006 +SHA256 (rust/crates/hyper-rustls-0.24.2.crate) = ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590 +SIZE (rust/crates/hyper-rustls-0.24.2.crate) = 30195 SHA256 (rust/crates/hyper-timeout-0.4.1.crate) = bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1 SIZE (rust/crates/hyper-timeout-0.4.1.crate) = 13805 -SHA256 (rust/crates/hyper-util-0.1.10.crate) = df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4 -SIZE (rust/crates/hyper-util-0.1.10.crate) = 72887 -SHA256 (rust/crates/icu_collections-1.5.0.crate) = db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526 -SIZE (rust/crates/icu_collections-1.5.0.crate) = 82762 -SHA256 (rust/crates/icu_locid-1.5.0.crate) = 13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637 -SIZE (rust/crates/icu_locid-1.5.0.crate) = 55131 -SHA256 (rust/crates/icu_locid_transform-1.5.0.crate) = 01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e -SIZE (rust/crates/icu_locid_transform-1.5.0.crate) = 29094 -SHA256 (rust/crates/icu_locid_transform_data-1.5.0.crate) = fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e -SIZE (rust/crates/icu_locid_transform_data-1.5.0.crate) = 44727 -SHA256 (rust/crates/icu_normalizer-1.5.0.crate) = 19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f -SIZE (rust/crates/icu_normalizer-1.5.0.crate) = 53113 -SHA256 (rust/crates/icu_normalizer_data-1.5.0.crate) = f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516 -SIZE (rust/crates/icu_normalizer_data-1.5.0.crate) = 50561 -SHA256 (rust/crates/icu_properties-1.5.1.crate) = 93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5 -SIZE (rust/crates/icu_properties-1.5.1.crate) = 64479 -SHA256 (rust/crates/icu_properties_data-1.5.0.crate) = 67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569 -SIZE (rust/crates/icu_properties_data-1.5.0.crate) = 227993 -SHA256 (rust/crates/icu_provider-1.5.0.crate) = 6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9 -SIZE (rust/crates/icu_provider-1.5.0.crate) = 52722 -SHA256 (rust/crates/icu_provider_macros-1.5.0.crate) = 1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6 -SIZE (rust/crates/icu_provider_macros-1.5.0.crate) = 6436 -SHA256 (rust/crates/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/hyper-util-0.1.16.crate) = 8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e +SIZE (rust/crates/hyper-util-0.1.16.crate) = 101184 +SHA256 (rust/crates/icu_collections-2.0.0.crate) = 200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47 +SIZE (rust/crates/icu_collections-2.0.0.crate) = 83033 +SHA256 (rust/crates/icu_locale_core-2.0.0.crate) = 0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a +SIZE (rust/crates/icu_locale_core-2.0.0.crate) = 74430 +SHA256 (rust/crates/icu_normalizer-2.0.0.crate) = 436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979 +SIZE (rust/crates/icu_normalizer-2.0.0.crate) = 61543 +SHA256 (rust/crates/icu_normalizer_data-2.0.0.crate) = 00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3 +SIZE (rust/crates/icu_normalizer_data-2.0.0.crate) = 68101 +SHA256 (rust/crates/icu_properties-2.0.1.crate) = 016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b +SIZE (rust/crates/icu_properties-2.0.1.crate) = 58165 +SHA256 (rust/crates/icu_properties_data-2.0.1.crate) = 298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632 +SIZE (rust/crates/icu_properties_data-2.0.1.crate) = 159735 +SHA256 (rust/crates/icu_provider-2.0.0.crate) = 03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af +SIZE (rust/crates/icu_provider-2.0.0.crate) = 50966 +SHA256 (rust/crates/idna-1.1.0.crate) = 3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de +SIZE (rust/crates/idna-1.1.0.crate) = 148747 +SHA256 (rust/crates/idna_adapter-1.2.1.crate) = 3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344 +SIZE (rust/crates/idna_adapter-1.2.1.crate) = 10389 SHA256 (rust/crates/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 SIZE (rust/crates/indexmap-1.9.3.crate) = 54653 -SHA256 (rust/crates/indexmap-2.7.0.crate) = 62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f -SIZE (rust/crates/indexmap-2.7.0.crate) = 85335 -SHA256 (rust/crates/is-terminal-0.4.13.crate) = 261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b -SIZE (rust/crates/is-terminal-0.4.13.crate) = 7665 +SHA256 (rust/crates/indexmap-2.11.0.crate) = f2481980430f9f78649238835720ddccc57e52df14ffce1c6f37391d61b563e9 +SIZE (rust/crates/indexmap-2.11.0.crate) = 99851 +SHA256 (rust/crates/io-uring-0.7.10.crate) = 046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b +SIZE (rust/crates/io-uring-0.7.10.crate) = 103070 +SHA256 (rust/crates/ipnet-2.11.0.crate) = 469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130 +SIZE (rust/crates/ipnet-2.11.0.crate) = 29718 +SHA256 (rust/crates/is-terminal-0.4.16.crate) = e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9 +SIZE (rust/crates/is-terminal-0.4.16.crate) = 7811 SHA256 (rust/crates/itertools-0.12.1.crate) = ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569 SIZE (rust/crates/itertools-0.12.1.crate) = 137761 -SHA256 (rust/crates/itoa-1.0.14.crate) = d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674 -SIZE (rust/crates/itoa-1.0.14.crate) = 11210 +SHA256 (rust/crates/itoa-1.0.15.crate) = 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c +SIZE (rust/crates/itoa-1.0.15.crate) = 11231 +SHA256 (rust/crates/js-sys-0.3.78.crate) = 0c0b063578492ceec17683ef2f8c5e89121fbd0b172cbc280635ab7567db2738 +SIZE (rust/crates/js-sys-0.3.78.crate) = 56010 SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe SIZE (rust/crates/lazy_static-1.5.0.crate) = 14025 -SHA256 (rust/crates/libc-0.2.169.crate) = b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a -SIZE (rust/crates/libc-0.2.169.crate) = 757901 -SHA256 (rust/crates/linux-raw-sys-0.4.15.crate) = d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab -SIZE (rust/crates/linux-raw-sys-0.4.15.crate) = 2150898 -SHA256 (rust/crates/litemap-0.7.4.crate) = 4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104 -SIZE (rust/crates/litemap-0.7.4.crate) = 28257 -SHA256 (rust/crates/lockfree-object-pool-0.1.6.crate) = 9374ef4228402d4b7e403e5838cb880d9ee663314b0a900d5a6aabf0c213552e -SIZE (rust/crates/lockfree-object-pool-0.1.6.crate) = 12309 -SHA256 (rust/crates/log-0.4.25.crate) = 04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f -SIZE (rust/crates/log-0.4.25.crate) = 44876 +SHA256 (rust/crates/libc-0.2.175.crate) = 6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543 +SIZE (rust/crates/libc-0.2.175.crate) = 788728 +SHA256 (rust/crates/libm-0.2.15.crate) = f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de +SIZE (rust/crates/libm-0.2.15.crate) = 156108 +SHA256 (rust/crates/libyml-0.0.5.crate) = 3302702afa434ffa30847a83305f0a69d6abd74293b6554c18ec85c7ef30c980 +SIZE (rust/crates/libyml-0.0.5.crate) = 97931 +SHA256 (rust/crates/libz-rs-sys-0.5.2.crate) = 840db8cf39d9ec4dd794376f38acc40d0fc65eec2a8f484f7fd375b84602becd +SIZE (rust/crates/libz-rs-sys-0.5.2.crate) = 46524 +SHA256 (rust/crates/lightning-0.1.5.crate) = e540fcb289a76826c9c0b078d3dd1f05691972c5a53fb4d3120540862040a147 +SIZE (rust/crates/lightning-0.1.5.crate) = 1421009 +SHA256 (rust/crates/lightning-invoice-0.33.2.crate) = 11209f386879b97198b2bfc9e9c1e5d42870825c6bd4376f17f95357244d6600 +SIZE (rust/crates/lightning-invoice-0.33.2.crate) = 49673 +SHA256 (rust/crates/lightning-types-0.2.0.crate) = f2cd84d4e71472035903e43caded8ecc123066ce466329ccd5ae537a8d5488c7 +SIZE (rust/crates/lightning-types-0.2.0.crate) = 13275 +SHA256 (rust/crates/linux-raw-sys-0.9.4.crate) = cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12 +SIZE (rust/crates/linux-raw-sys-0.9.4.crate) = 2311088 +SHA256 (rust/crates/litemap-0.8.0.crate) = 241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956 +SIZE (rust/crates/litemap-0.8.0.crate) = 34344 +SHA256 (rust/crates/lock_api-0.4.13.crate) = 96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765 +SIZE (rust/crates/lock_api-0.4.13.crate) = 28565 +SHA256 (rust/crates/log-0.4.28.crate) = 34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432 +SIZE (rust/crates/log-0.4.28.crate) = 51131 SHA256 (rust/crates/log-panics-2.1.0.crate) = 68f9dd8546191c1850ecf67d22f5ff00a935b890d0e84713159a55495cc2ac5f SIZE (rust/crates/log-panics-2.1.0.crate) = 9464 -SHA256 (rust/crates/matchers-0.1.0.crate) = 8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558 -SIZE (rust/crates/matchers-0.1.0.crate) = 6948 +SHA256 (rust/crates/matchers-0.2.0.crate) = d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9 +SIZE (rust/crates/matchers-0.2.0.crate) = 7075 SHA256 (rust/crates/matchit-0.7.3.crate) = 0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94 SIZE (rust/crates/matchit-0.7.3.crate) = 30372 SHA256 (rust/crates/matchit-0.8.4.crate) = 47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3 SIZE (rust/crates/matchit-0.8.4.crate) = 33986 -SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 -SIZE (rust/crates/memchr-2.7.4.crate) = 96670 +SHA256 (rust/crates/memchr-2.7.5.crate) = 32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0 +SIZE (rust/crates/memchr-2.7.5.crate) = 97603 SHA256 (rust/crates/mime-0.3.17.crate) = 6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a SIZE (rust/crates/mime-0.3.17.crate) = 15712 SHA256 (rust/crates/mime_guess-2.0.5.crate) = f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e SIZE (rust/crates/mime_guess-2.0.5.crate) = 27166 SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841 -SHA256 (rust/crates/miniz_oxide-0.8.3.crate) = b8402cab7aefae129c6977bb0ff1b8fd9a04eb5b51efc50a70bea51cda0c7924 -SIZE (rust/crates/miniz_oxide-0.8.3.crate) = 61827 -SHA256 (rust/crates/mio-1.0.3.crate) = 2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd -SIZE (rust/crates/mio-1.0.3.crate) = 103703 -SHA256 (rust/crates/multimap-0.10.0.crate) = defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03 -SIZE (rust/crates/multimap-0.10.0.crate) = 14359 +SHA256 (rust/crates/miniz_oxide-0.8.9.crate) = 1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316 +SIZE (rust/crates/miniz_oxide-0.8.9.crate) = 67132 +SHA256 (rust/crates/mio-1.0.4.crate) = 78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c +SIZE (rust/crates/mio-1.0.4.crate) = 104212 +SHA256 (rust/crates/multimap-0.10.1.crate) = 1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084 +SIZE (rust/crates/multimap-0.10.1.crate) = 15232 SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a SIZE (rust/crates/nom-7.1.3.crate) = 117570 -SHA256 (rust/crates/nu-ansi-term-0.46.0.crate) = 77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84 -SIZE (rust/crates/nu-ansi-term-0.46.0.crate) = 24311 +SHA256 (rust/crates/nu-ansi-term-0.50.1.crate) = d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399 +SIZE (rust/crates/nu-ansi-term-0.50.1.crate) = 28536 SHA256 (rust/crates/num-bigint-0.4.6.crate) = a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9 SIZE (rust/crates/num-bigint-0.4.6.crate) = 102801 SHA256 (rust/crates/num-conv-0.1.0.crate) = 51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9 @@ -259,32 +301,38 @@ SHA256 (rust/crates/object-0.36.7.crate) = 62948e14d923ea95ea2c7c86c71013138b665 SIZE (rust/crates/object-0.36.7.crate) = 329938 SHA256 (rust/crates/oid-registry-0.7.1.crate) = a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9 SIZE (rust/crates/oid-registry-0.7.1.crate) = 15220 -SHA256 (rust/crates/once_cell-1.20.2.crate) = 1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775 -SIZE (rust/crates/once_cell-1.20.2.crate) = 33394 -SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 -SIZE (rust/crates/overload-0.1.1.crate) = 24439 -SHA256 (rust/crates/pem-3.0.4.crate) = 8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae -SIZE (rust/crates/pem-3.0.4.crate) = 13040 -SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e -SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 +SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d +SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 +SHA256 (rust/crates/parking_lot-0.12.4.crate) = 70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13 +SIZE (rust/crates/parking_lot-0.12.4.crate) = 46779 +SHA256 (rust/crates/parking_lot_core-0.9.11.crate) = bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5 +SIZE (rust/crates/parking_lot_core-0.9.11.crate) = 34773 +SHA256 (rust/crates/pem-3.0.5.crate) = 38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3 +SIZE (rust/crates/pem-3.0.5.crate) = 18140 +SHA256 (rust/crates/percent-encoding-2.3.2.crate) = 9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220 +SIZE (rust/crates/percent-encoding-2.3.2.crate) = 11583 SHA256 (rust/crates/petgraph-0.6.5.crate) = b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db SIZE (rust/crates/petgraph-0.6.5.crate) = 710970 -SHA256 (rust/crates/pin-project-1.1.8.crate) = 1e2ec53ad785f4d35dac0adea7f7dc6f1bb277ad84a680c7afefeae05d1f5916 -SIZE (rust/crates/pin-project-1.1.8.crate) = 56118 -SHA256 (rust/crates/pin-project-internal-1.1.8.crate) = d56a66c0c55993aa927429d0f8a0abfd74f084e4d9c192cffed01e418d83eefb -SIZE (rust/crates/pin-project-internal-1.1.8.crate) = 28634 +SHA256 (rust/crates/pin-project-1.1.10.crate) = 677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a +SIZE (rust/crates/pin-project-1.1.10.crate) = 56348 +SHA256 (rust/crates/pin-project-internal-1.1.10.crate) = 6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861 +SIZE (rust/crates/pin-project-internal-1.1.10.crate) = 29162 SHA256 (rust/crates/pin-project-lite-0.2.16.crate) = 3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b SIZE (rust/crates/pin-project-lite-0.2.16.crate) = 30504 SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 +SHA256 (rust/crates/possiblyrandom-0.2.0.crate) = 1b122a615d72104fb3d8b26523fdf9232cd8ee06949fb37e4ce3ff964d15dffd +SIZE (rust/crates/possiblyrandom-0.2.0.crate) = 1655 +SHA256 (rust/crates/potential_utf-0.1.3.crate) = 84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a +SIZE (rust/crates/potential_utf-0.1.3.crate) = 9698 SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 SIZE (rust/crates/powerfmt-0.2.0.crate) = 15165 -SHA256 (rust/crates/ppv-lite86-0.2.20.crate) = 77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04 -SIZE (rust/crates/ppv-lite86-0.2.20.crate) = 22478 -SHA256 (rust/crates/prettyplease-0.2.29.crate) = 6924ced06e1f7dfe3fa48d57b9f74f55d8915f5036121bef647ef4b204895fac -SIZE (rust/crates/prettyplease-0.2.29.crate) = 71628 -SHA256 (rust/crates/proc-macro2-1.0.93.crate) = 60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99 -SIZE (rust/crates/proc-macro2-1.0.93.crate) = 52388 +SHA256 (rust/crates/ppv-lite86-0.2.21.crate) = 85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9 +SIZE (rust/crates/ppv-lite86-0.2.21.crate) = 22522 +SHA256 (rust/crates/prettyplease-0.2.37.crate) = 479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b +SIZE (rust/crates/prettyplease-0.2.37.crate) = 72033 +SHA256 (rust/crates/proc-macro2-1.0.101.crate) = 89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de +SIZE (rust/crates/proc-macro2-1.0.101.crate) = 53886 SHA256 (rust/crates/prost-0.12.6.crate) = deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29 SIZE (rust/crates/prost-0.12.6.crate) = 21552 SHA256 (rust/crates/prost-build-0.12.6.crate) = 22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4 @@ -293,150 +341,192 @@ SHA256 (rust/crates/prost-derive-0.12.6.crate) = 81bddcdb20abf9501610992b6759a4c SIZE (rust/crates/prost-derive-0.12.6.crate) = 19556 SHA256 (rust/crates/prost-types-0.12.6.crate) = 9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0 SIZE (rust/crates/prost-types-0.12.6.crate) = 43568 -SHA256 (rust/crates/quote-1.0.38.crate) = 0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc -SIZE (rust/crates/quote-1.0.38.crate) = 31252 +SHA256 (rust/crates/quick-xml-0.37.5.crate) = 331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb +SIZE (rust/crates/quick-xml-0.37.5.crate) = 190481 +SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d +SIZE (rust/crates/quote-1.0.40.crate) = 31063 +SHA256 (rust/crates/r-efi-5.3.0.crate) = 69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f +SIZE (rust/crates/r-efi-5.3.0.crate) = 64532 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 SIZE (rust/crates/rand-0.8.5.crate) = 87113 +SHA256 (rust/crates/rand-0.9.2.crate) = 6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1 +SIZE (rust/crates/rand-0.9.2.crate) = 99930 SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251 +SHA256 (rust/crates/rand_chacha-0.9.0.crate) = d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb +SIZE (rust/crates/rand_chacha-0.9.0.crate) = 18258 SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 +SHA256 (rust/crates/rand_core-0.9.3.crate) = 99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38 +SIZE (rust/crates/rand_core-0.9.3.crate) = 24543 SHA256 (rust/crates/rcgen-0.13.2.crate) = 75e669e5202259b5314d1ea5397316ad400819437857b90861765f24c4cf80a2 SIZE (rust/crates/rcgen-0.13.2.crate) = 77836 -SHA256 (rust/crates/regex-1.11.1.crate) = b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191 -SIZE (rust/crates/regex-1.11.1.crate) = 254170 -SHA256 (rust/crates/regex-automata-0.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132 -SIZE (rust/crates/regex-automata-0.1.10.crate) = 114533 -SHA256 (rust/crates/regex-automata-0.4.9.crate) = 809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908 -SIZE (rust/crates/regex-automata-0.4.9.crate) = 618525 -SHA256 (rust/crates/regex-syntax-0.6.29.crate) = f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1 -SIZE (rust/crates/regex-syntax-0.6.29.crate) = 299752 -SHA256 (rust/crates/regex-syntax-0.8.5.crate) = 2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c -SIZE (rust/crates/regex-syntax-0.8.5.crate) = 357541 -SHA256 (rust/crates/ring-0.17.8.crate) = c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d -SIZE (rust/crates/ring-0.17.8.crate) = 4188554 -SHA256 (rust/crates/rust-embed-8.5.0.crate) = fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0 -SIZE (rust/crates/rust-embed-8.5.0.crate) = 904054 -SHA256 (rust/crates/rust-embed-impl-8.5.0.crate) = 6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478 -SIZE (rust/crates/rust-embed-impl-8.5.0.crate) = 6004 -SHA256 (rust/crates/rust-embed-utils-8.5.0.crate) = 2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d -SIZE (rust/crates/rust-embed-utils-8.5.0.crate) = 3445 -SHA256 (rust/crates/rustc-demangle-0.1.24.crate) = 719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f -SIZE (rust/crates/rustc-demangle-0.1.24.crate) = 29047 +SHA256 (rust/crates/redox_syscall-0.5.17.crate) = 5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77 +SIZE (rust/crates/redox_syscall-0.5.17.crate) = 30002 +SHA256 (rust/crates/regex-1.11.2.crate) = 23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912 +SIZE (rust/crates/regex-1.11.2.crate) = 166265 +SHA256 (rust/crates/regex-automata-0.4.10.crate) = 6b9458fa0bfeeac22b5ca447c63aaf45f28439a709ccd244698632f9aa6394d6 +SIZE (rust/crates/regex-automata-0.4.10.crate) = 622754 +SHA256 (rust/crates/regex-syntax-0.8.6.crate) = caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001 +SIZE (rust/crates/regex-syntax-0.8.6.crate) = 358808 +SHA256 (rust/crates/reqwest-0.11.27.crate) = dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62 +SIZE (rust/crates/reqwest-0.11.27.crate) = 163155 +SHA256 (rust/crates/ring-0.17.14.crate) = a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7 +SIZE (rust/crates/ring-0.17.14.crate) = 1502610 +SHA256 (rust/crates/roxmltree-0.20.0.crate) = 6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97 +SIZE (rust/crates/roxmltree-0.20.0.crate) = 54594 +SHA256 (rust/crates/roxmltree_to_serde-0.6.2.crate) = 4eabe602f48dfc72e56d9beefcefe457c2898b3b4853ba4aa836804e49732460 +SIZE (rust/crates/roxmltree_to_serde-0.6.2.crate) = 15940 +SHA256 (rust/crates/rust-embed-8.7.2.crate) = 025908b8682a26ba8d12f6f2d66b987584a4a87bc024abc5bbc12553a8cd178a +SIZE (rust/crates/rust-embed-8.7.2.crate) = 906250 +SHA256 (rust/crates/rust-embed-impl-8.7.2.crate) = 6065f1a4392b71819ec1ea1df1120673418bf386f50de1d6f54204d836d4349c +SIZE (rust/crates/rust-embed-impl-8.7.2.crate) = 9663 +SHA256 (rust/crates/rust-embed-utils-8.7.2.crate) = f6cc0c81648b20b70c491ff8cce00c1c3b223bb8ed2b5d41f0e54c6c4c0a3594 +SIZE (rust/crates/rust-embed-utils-8.7.2.crate) = 6123 +SHA256 (rust/crates/rustc-demangle-0.1.26.crate) = 56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace +SIZE (rust/crates/rustc-demangle-0.1.26.crate) = 30340 SHA256 (rust/crates/rusticata-macros-4.1.0.crate) = faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632 SIZE (rust/crates/rusticata-macros-4.1.0.crate) = 11746 -SHA256 (rust/crates/rustix-0.38.43.crate) = a78891ee6bf2340288408954ac787aa063d8e8817e9f53abb37c695c6d834ef6 -SIZE (rust/crates/rustix-0.38.43.crate) = 379134 +SHA256 (rust/crates/rustix-1.0.8.crate) = 11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8 +SIZE (rust/crates/rustix-1.0.8.crate) = 416688 SHA256 (rust/crates/rustls-0.21.12.crate) = 3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e SIZE (rust/crates/rustls-0.21.12.crate) = 285674 SHA256 (rust/crates/rustls-0.22.4.crate) = bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432 SIZE (rust/crates/rustls-0.22.4.crate) = 333681 +SHA256 (rust/crates/rustls-0.23.31.crate) = c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc +SIZE (rust/crates/rustls-0.23.31.crate) = 371259 +SHA256 (rust/crates/rustls-pemfile-1.0.4.crate) = 1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c +SIZE (rust/crates/rustls-pemfile-1.0.4.crate) = 22092 SHA256 (rust/crates/rustls-pemfile-2.2.0.crate) = dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50 SIZE (rust/crates/rustls-pemfile-2.2.0.crate) = 25849 -SHA256 (rust/crates/rustls-pki-types-1.10.1.crate) = d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37 -SIZE (rust/crates/rustls-pki-types-1.10.1.crate) = 58944 +SHA256 (rust/crates/rustls-pki-types-1.12.0.crate) = 229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79 +SIZE (rust/crates/rustls-pki-types-1.12.0.crate) = 64740 SHA256 (rust/crates/rustls-webpki-0.101.7.crate) = 8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765 SIZE (rust/crates/rustls-webpki-0.101.7.crate) = 168808 SHA256 (rust/crates/rustls-webpki-0.102.8.crate) = 64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9 SIZE (rust/crates/rustls-webpki-0.102.8.crate) = 204327 -SHA256 (rust/crates/rustversion-1.0.19.crate) = f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4 -SIZE (rust/crates/rustversion-1.0.19.crate) = 20616 -SHA256 (rust/crates/ryu-1.0.18.crate) = f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f -SIZE (rust/crates/ryu-1.0.18.crate) = 47713 +SHA256 (rust/crates/rustls-webpki-0.103.4.crate) = 0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc +SIZE (rust/crates/rustls-webpki-0.103.4.crate) = 84241 +SHA256 (rust/crates/rustversion-1.0.22.crate) = b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d +SIZE (rust/crates/rustversion-1.0.22.crate) = 21096 +SHA256 (rust/crates/ryu-1.0.20.crate) = 28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f +SIZE (rust/crates/ryu-1.0.20.crate) = 48738 SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 SIZE (rust/crates/same-file-1.0.6.crate) = 10183 +SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 +SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 SHA256 (rust/crates/sct-0.7.1.crate) = da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414 SIZE (rust/crates/sct-0.7.1.crate) = 27501 SHA256 (rust/crates/secp256k1-0.28.2.crate) = d24b59d129cdadea20aea4fb2352fa053712e5d713eee47d700cd4b2bc002f10 SIZE (rust/crates/secp256k1-0.28.2.crate) = 121536 +SHA256 (rust/crates/secp256k1-0.29.1.crate) = 9465315bc9d4566e1724f0fffcbcc446268cb522e60f9a27bcded6b19c108113 +SIZE (rust/crates/secp256k1-0.29.1.crate) = 124179 SHA256 (rust/crates/secp256k1-sys-0.9.2.crate) = e5d1746aae42c19d583c3c1a8c646bfad910498e2051c551a7f2e3c0c9fbb7eb SIZE (rust/crates/secp256k1-sys-0.9.2.crate) = 2626556 -SHA256 (rust/crates/serde-1.0.217.crate) = 02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70 -SIZE (rust/crates/serde-1.0.217.crate) = 79019 -SHA256 (rust/crates/serde_derive-1.0.217.crate) = 5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0 -SIZE (rust/crates/serde_derive-1.0.217.crate) = 57749 -SHA256 (rust/crates/serde_json-1.0.135.crate) = 2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9 -SIZE (rust/crates/serde_json-1.0.135.crate) = 154499 -SHA256 (rust/crates/serde_path_to_error-0.1.16.crate) = af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6 -SIZE (rust/crates/serde_path_to_error-0.1.16.crate) = 16657 +SHA256 (rust/crates/secp256k1-sys-0.10.1.crate) = d4387882333d3aa8cb20530a17c69a3752e97837832f34f6dccc760e715001d9 +SIZE (rust/crates/secp256k1-sys-0.10.1.crate) = 2630580 +SHA256 (rust/crates/serde-1.0.219.crate) = 5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6 +SIZE (rust/crates/serde-1.0.219.crate) = 78983 +SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00 +SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798 +SHA256 (rust/crates/serde_json-1.0.143.crate) = d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a +SIZE (rust/crates/serde_json-1.0.143.crate) = 155342 +SHA256 (rust/crates/serde_path_to_error-0.1.17.crate) = 59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a +SIZE (rust/crates/serde_path_to_error-0.1.17.crate) = 17662 +SHA256 (rust/crates/serde_qs-0.15.0.crate) = f3faaf9e727533a19351a43cc5a8de957372163c7d35cc48c90b75cdda13c352 +SIZE (rust/crates/serde_qs-0.15.0.crate) = 57685 SHA256 (rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd SIZE (rust/crates/serde_urlencoded-0.7.1.crate) = 12822 +SHA256 (rust/crates/serde_yml-0.0.12.crate) = 59e2dd588bf1597a252c3b920e0143eb99b0f76e4e082f4c92ce34fbc9e71ddd +SIZE (rust/crates/serde_yml-0.0.12.crate) = 125859 SHA256 (rust/crates/sha1-0.10.6.crate) = e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba SIZE (rust/crates/sha1-0.10.6.crate) = 13517 -SHA256 (rust/crates/sha2-0.10.8.crate) = 793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8 -SIZE (rust/crates/sha2-0.10.8.crate) = 26357 +SHA256 (rust/crates/sha2-0.10.9.crate) = a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283 +SIZE (rust/crates/sha2-0.10.9.crate) = 29271 SHA256 (rust/crates/sharded-slab-0.1.7.crate) = f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6 SIZE (rust/crates/sharded-slab-0.1.7.crate) = 58227 SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 SIZE (rust/crates/shlex-1.3.0.crate) = 18713 +SHA256 (rust/crates/signal-hook-registry-1.4.6.crate) = b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b +SIZE (rust/crates/signal-hook-registry-1.4.6.crate) = 19277 SHA256 (rust/crates/simd-adler32-0.3.7.crate) = d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe SIZE (rust/crates/simd-adler32-0.3.7.crate) = 12086 -SHA256 (rust/crates/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 -SIZE (rust/crates/slab-0.4.9.crate) = 17108 -SHA256 (rust/crates/smallvec-1.13.2.crate) = 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67 -SIZE (rust/crates/smallvec-1.13.2.crate) = 35216 -SHA256 (rust/crates/socket2-0.5.8.crate) = c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8 -SIZE (rust/crates/socket2-0.5.8.crate) = 56309 -SHA256 (rust/crates/socketioxide-0.15.1.crate) = 4a9ce59f845cfea2fe24cc7adbd512268893ee07bde899ae6477569dbc42dff3 -SIZE (rust/crates/socketioxide-0.15.1.crate) = 62897 -SHA256 (rust/crates/socketioxide-core-0.15.1.crate) = 82826d9a1efb2b201e7d12d231f98870f768d98d02452eb642bca0587a8d51f0 -SIZE (rust/crates/socketioxide-core-0.15.1.crate) = 9863 -SHA256 (rust/crates/socketioxide-parser-common-0.15.1.crate) = e9a20b64f78a6d093d73d4d166b5bfc8b5096069865c59cee67b3aafac77eaac -SIZE (rust/crates/socketioxide-parser-common-0.15.1.crate) = 18597 -SHA256 (rust/crates/spin-0.9.8.crate) = 6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67 -SIZE (rust/crates/spin-0.9.8.crate) = 38958 +SHA256 (rust/crates/slab-0.4.11.crate) = 7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589 +SIZE (rust/crates/slab-0.4.11.crate) = 18549 +SHA256 (rust/crates/smallvec-1.15.1.crate) = 67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03 +SIZE (rust/crates/smallvec-1.15.1.crate) = 38116 +SHA256 (rust/crates/socket2-0.5.10.crate) = e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678 +SIZE (rust/crates/socket2-0.5.10.crate) = 58169 +SHA256 (rust/crates/socket2-0.6.0.crate) = 233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807 +SIZE (rust/crates/socket2-0.6.0.crate) = 57974 +SHA256 (rust/crates/socketioxide-0.15.2.crate) = 929e1bc0629c6c8ceaa39473082aa2df35a2a5f0c300382912047bd5dccb9740 +SIZE (rust/crates/socketioxide-0.15.2.crate) = 74008 +SHA256 (rust/crates/socketioxide-core-0.15.2.crate) = 20fbe5455c862962f547bac834bcc6db8659a7033934b9c45c6e1cfb4f9dc178 +SIZE (rust/crates/socketioxide-core-0.15.2.crate) = 15182 +SHA256 (rust/crates/socketioxide-parser-common-0.15.2.crate) = 554757f11f7b0944334fc00765523443c39a05fcd7be69aaaffbda06fbc4cef7 +SIZE (rust/crates/socketioxide-parser-common-0.15.2.crate) = 26442 SHA256 (rust/crates/stable_deref_trait-1.2.0.crate) = a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3 SIZE (rust/crates/stable_deref_trait-1.2.0.crate) = 8054 SHA256 (rust/crates/subtle-2.6.1.crate) = 13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292 SIZE (rust/crates/subtle-2.6.1.crate) = 14562 -SHA256 (rust/crates/syn-2.0.96.crate) = d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80 -SIZE (rust/crates/syn-2.0.96.crate) = 297497 +SHA256 (rust/crates/syn-2.0.106.crate) = ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6 +SIZE (rust/crates/syn-2.0.106.crate) = 301514 SHA256 (rust/crates/sync_wrapper-0.1.2.crate) = 2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160 SIZE (rust/crates/sync_wrapper-0.1.2.crate) = 6933 SHA256 (rust/crates/sync_wrapper-1.0.2.crate) = 0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263 SIZE (rust/crates/sync_wrapper-1.0.2.crate) = 6958 -SHA256 (rust/crates/synstructure-0.13.1.crate) = c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971 -SIZE (rust/crates/synstructure-0.13.1.crate) = 18327 -SHA256 (rust/crates/tempfile-3.15.0.crate) = 9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704 -SIZE (rust/crates/tempfile-3.15.0.crate) = 35693 +SHA256 (rust/crates/synstructure-0.13.2.crate) = 728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2 +SIZE (rust/crates/synstructure-0.13.2.crate) = 18950 +SHA256 (rust/crates/system-configuration-0.5.1.crate) = ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7 +SIZE (rust/crates/system-configuration-0.5.1.crate) = 12618 +SHA256 (rust/crates/system-configuration-sys-0.5.0.crate) = a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9 +SIZE (rust/crates/system-configuration-sys-0.5.0.crate) = 6730 +SHA256 (rust/crates/tempfile-3.21.0.crate) = 15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e +SIZE (rust/crates/tempfile-3.21.0.crate) = 42581 SHA256 (rust/crates/termcolor-1.4.1.crate) = 06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755 SIZE (rust/crates/termcolor-1.4.1.crate) = 18773 SHA256 (rust/crates/thiserror-1.0.69.crate) = b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52 SIZE (rust/crates/thiserror-1.0.69.crate) = 22198 -SHA256 (rust/crates/thiserror-2.0.11.crate) = d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc -SIZE (rust/crates/thiserror-2.0.11.crate) = 28648 +SHA256 (rust/crates/thiserror-2.0.16.crate) = 3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0 +SIZE (rust/crates/thiserror-2.0.16.crate) = 29095 SHA256 (rust/crates/thiserror-impl-1.0.69.crate) = 4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1 SIZE (rust/crates/thiserror-impl-1.0.69.crate) = 18365 -SHA256 (rust/crates/thiserror-impl-2.0.11.crate) = 26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2 -SIZE (rust/crates/thiserror-impl-2.0.11.crate) = 21067 -SHA256 (rust/crates/thread_local-1.1.8.crate) = 8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c -SIZE (rust/crates/thread_local-1.1.8.crate) = 13962 -SHA256 (rust/crates/time-0.3.37.crate) = 35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21 -SIZE (rust/crates/time-0.3.37.crate) = 123257 -SHA256 (rust/crates/time-core-0.1.2.crate) = ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3 -SIZE (rust/crates/time-core-0.1.2.crate) = 7191 -SHA256 (rust/crates/time-macros-0.2.19.crate) = 2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de -SIZE (rust/crates/time-macros-0.2.19.crate) = 24268 -SHA256 (rust/crates/tinystr-0.7.6.crate) = 9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f -SIZE (rust/crates/tinystr-0.7.6.crate) = 16971 -SHA256 (rust/crates/tokio-1.43.0.crate) = 3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e -SIZE (rust/crates/tokio-1.43.0.crate) = 817422 -SHA256 (rust/crates/tokio-io-timeout-1.2.0.crate) = 30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf -SIZE (rust/crates/tokio-io-timeout-1.2.0.crate) = 8993 +SHA256 (rust/crates/thiserror-impl-2.0.16.crate) = 6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960 +SIZE (rust/crates/thiserror-impl-2.0.16.crate) = 21214 +SHA256 (rust/crates/thread_local-1.1.9.crate) = f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185 +SIZE (rust/crates/thread_local-1.1.9.crate) = 19315 +SHA256 (rust/crates/time-0.3.43.crate) = 83bde6f1ec10e72d583d91623c939f623002284ef622b87de38cfd546cbf2031 +SIZE (rust/crates/time-0.3.43.crate) = 142912 +SHA256 (rust/crates/time-core-0.1.6.crate) = 40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b +SIZE (rust/crates/time-core-0.1.6.crate) = 9105 +SHA256 (rust/crates/time-macros-0.2.24.crate) = 30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3 +SIZE (rust/crates/time-macros-0.2.24.crate) = 24715 +SHA256 (rust/crates/tinystr-0.8.1.crate) = 5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b +SIZE (rust/crates/tinystr-0.8.1.crate) = 23333 +SHA256 (rust/crates/tokio-1.47.1.crate) = 89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038 +SIZE (rust/crates/tokio-1.47.1.crate) = 829790 +SHA256 (rust/crates/tokio-io-timeout-1.2.1.crate) = 0bd86198d9ee903fedd2f9a2e72014287c0d9167e4ae43b5853007205dda1b76 +SIZE (rust/crates/tokio-io-timeout-1.2.1.crate) = 12164 SHA256 (rust/crates/tokio-macros-2.5.0.crate) = 6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8 SIZE (rust/crates/tokio-macros-2.5.0.crate) = 12617 SHA256 (rust/crates/tokio-rustls-0.24.1.crate) = c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081 SIZE (rust/crates/tokio-rustls-0.24.1.crate) = 33049 SHA256 (rust/crates/tokio-rustls-0.25.0.crate) = 775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f SIZE (rust/crates/tokio-rustls-0.25.0.crate) = 30541 +SHA256 (rust/crates/tokio-rustls-0.26.2.crate) = 8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b +SIZE (rust/crates/tokio-rustls-0.26.2.crate) = 31655 +SHA256 (rust/crates/tokio-socks-0.5.2.crate) = 0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f +SIZE (rust/crates/tokio-socks-0.5.2.crate) = 22102 SHA256 (rust/crates/tokio-stream-0.1.17.crate) = eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047 SIZE (rust/crates/tokio-stream-0.1.17.crate) = 38477 SHA256 (rust/crates/tokio-test-0.4.4.crate) = 2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7 SIZE (rust/crates/tokio-test-0.4.4.crate) = 12390 SHA256 (rust/crates/tokio-tungstenite-0.24.0.crate) = edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9 SIZE (rust/crates/tokio-tungstenite-0.24.0.crate) = 28904 -SHA256 (rust/crates/tokio-util-0.7.13.crate) = d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078 -SIZE (rust/crates/tokio-util-0.7.13.crate) = 115191 +SHA256 (rust/crates/tokio-tungstenite-0.26.2.crate) = 7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084 +SIZE (rust/crates/tokio-tungstenite-0.26.2.crate) = 29868 +SHA256 (rust/crates/tokio-util-0.7.16.crate) = 14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5 +SIZE (rust/crates/tokio-util-0.7.16.crate) = 127775 SHA256 (rust/crates/tonic-0.11.0.crate) = 76c4eb7a4e9ef9d4763600161f12f5070b92a578e1b634db88a6887844c91a13 SIZE (rust/crates/tonic-0.11.0.crate) = 92841 SHA256 (rust/crates/tonic-build-0.11.0.crate) = be4ef6dd70a610078cb4e338a0f79d06bc759ff1b22d2120c2ff02ae264ba9c2 @@ -445,128 +535,188 @@ 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.6.crate) = adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2 +SIZE (rust/crates/tower-http-0.6.6.crate) = 133515 SHA256 (rust/crates/tower-layer-0.3.3.crate) = 121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e SIZE (rust/crates/tower-layer-0.3.3.crate) = 6180 SHA256 (rust/crates/tower-service-0.3.3.crate) = 8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3 SIZE (rust/crates/tower-service-0.3.3.crate) = 6950 SHA256 (rust/crates/tracing-0.1.41.crate) = 784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0 SIZE (rust/crates/tracing-0.1.41.crate) = 82448 -SHA256 (rust/crates/tracing-attributes-0.1.28.crate) = 395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d -SIZE (rust/crates/tracing-attributes-0.1.28.crate) = 33280 -SHA256 (rust/crates/tracing-core-0.1.33.crate) = e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c -SIZE (rust/crates/tracing-core-0.1.33.crate) = 63434 +SHA256 (rust/crates/tracing-attributes-0.1.30.crate) = 81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903 +SIZE (rust/crates/tracing-attributes-0.1.30.crate) = 39142 +SHA256 (rust/crates/tracing-core-0.1.34.crate) = b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678 +SIZE (rust/crates/tracing-core-0.1.34.crate) = 63760 SHA256 (rust/crates/tracing-log-0.2.0.crate) = ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3 SIZE (rust/crates/tracing-log-0.2.0.crate) = 17561 -SHA256 (rust/crates/tracing-subscriber-0.3.19.crate) = e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008 -SIZE (rust/crates/tracing-subscriber-0.3.19.crate) = 198345 +SHA256 (rust/crates/tracing-subscriber-0.3.20.crate) = 2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5 +SIZE (rust/crates/tracing-subscriber-0.3.20.crate) = 212274 SHA256 (rust/crates/try-lock-0.2.5.crate) = e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b SIZE (rust/crates/try-lock-0.2.5.crate) = 4314 SHA256 (rust/crates/tungstenite-0.24.0.crate) = 18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a SIZE (rust/crates/tungstenite-0.24.0.crate) = 61527 -SHA256 (rust/crates/typenum-1.17.0.crate) = 42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825 -SIZE (rust/crates/typenum-1.17.0.crate) = 42849 +SHA256 (rust/crates/tungstenite-0.26.2.crate) = 4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13 +SIZE (rust/crates/tungstenite-0.26.2.crate) = 65315 +SHA256 (rust/crates/typenum-1.18.0.crate) = 1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f +SIZE (rust/crates/typenum-1.18.0.crate) = 74871 SHA256 (rust/crates/unicase-2.8.1.crate) = 75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539 SIZE (rust/crates/unicase-2.8.1.crate) = 24088 -SHA256 (rust/crates/unicode-ident-1.0.14.crate) = adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83 -SIZE (rust/crates/unicode-ident-1.0.14.crate) = 47547 +SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512 +SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743 SHA256 (rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 SIZE (rust/crates/untrusted-0.9.0.crate) = 14447 -SHA256 (rust/crates/url-2.5.4.crate) = 32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60 -SIZE (rust/crates/url-2.5.4.crate) = 81097 +SHA256 (rust/crates/url-2.5.7.crate) = 08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b +SIZE (rust/crates/url-2.5.7.crate) = 87907 SHA256 (rust/crates/utf-8-0.7.6.crate) = 09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9 SIZE (rust/crates/utf-8-0.7.6.crate) = 10422 -SHA256 (rust/crates/utf16_iter-1.0.5.crate) = c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246 -SIZE (rust/crates/utf16_iter-1.0.5.crate) = 9736 SHA256 (rust/crates/utf8_iter-1.0.4.crate) = b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be SIZE (rust/crates/utf8_iter-1.0.4.crate) = 10437 -SHA256 (rust/crates/utoipa-5.3.1.crate) = 435c6f69ef38c9017b4b4eea965dfb91e71e53d869e896db40d1cf2441dd75c0 -SIZE (rust/crates/utoipa-5.3.1.crate) = 73405 -SHA256 (rust/crates/utoipa-gen-5.3.1.crate) = a77d306bc75294fd52f3e99b13ece67c02c1a2789190a6f31d32f736624326f7 -SIZE (rust/crates/utoipa-gen-5.3.1.crate) = 196460 -SHA256 (rust/crates/utoipa-swagger-ui-9.0.0.crate) = 161166ec520c50144922a625d8bc4925cc801b2dda958ab69878527c0e5c5d61 -SIZE (rust/crates/utoipa-swagger-ui-9.0.0.crate) = 32002 +SHA256 (rust/crates/utoipa-5.4.0.crate) = 2fcc29c80c21c31608227e0912b2d7fddba57ad76b606890627ba8ee7964e993 +SIZE (rust/crates/utoipa-5.4.0.crate) = 78699 +SHA256 (rust/crates/utoipa-gen-5.4.0.crate) = 6d79d08d92ab8af4c5e8a6da20c47ae3f61a0f1dabc1997cdf2d082b757ca08b +SIZE (rust/crates/utoipa-gen-5.4.0.crate) = 156086 +SHA256 (rust/crates/utoipa-swagger-ui-9.0.2.crate) = d047458f1b5b65237c2f6dc6db136945667f40a7668627b3490b9513a3d43a55 +SIZE (rust/crates/utoipa-swagger-ui-9.0.2.crate) = 52007 SHA256 (rust/crates/utoipa-swagger-ui-vendored-0.1.2.crate) = e2eebbbfe4093922c2b6734d7c679ebfebd704a0d7e56dfcb0d05818ce28977d SIZE (rust/crates/utoipa-swagger-ui-vendored-0.1.2.crate) = 4198556 -SHA256 (rust/crates/valuable-0.1.0.crate) = 830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d -SIZE (rust/crates/valuable-0.1.0.crate) = 27718 +SHA256 (rust/crates/valuable-0.1.1.crate) = ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65 +SIZE (rust/crates/valuable-0.1.1.crate) = 28679 SHA256 (rust/crates/version_check-0.9.5.crate) = 0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a SIZE (rust/crates/version_check-0.9.5.crate) = 15554 SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 SHA256 (rust/crates/want-0.3.1.crate) = bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e SIZE (rust/crates/want-0.3.1.crate) = 6398 -SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 -SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 -SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 -SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 -SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 -SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 -SHA256 (rust/crates/winapi-util-0.1.9.crate) = cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb -SIZE (rust/crates/winapi-util-0.1.9.crate) = 12464 -SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f -SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 +SHA256 (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b +SIZE (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = 28477 +SHA256 (rust/crates/wasi-0.14.3+wasi-0.2.4.crate) = 6a51ae83037bdd272a9e28ce236db8c07016dd0d50c27038b3f407533c030c95 +SIZE (rust/crates/wasi-0.14.3+wasi-0.2.4.crate) = 144010 +SHA256 (rust/crates/wasm-bindgen-0.2.101.crate) = 7e14915cadd45b529bb8d1f343c4ed0ac1de926144b746e2710f9cd05df6603b +SIZE (rust/crates/wasm-bindgen-0.2.101.crate) = 47841 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.101.crate) = e28d1ba982ca7923fd01448d5c30c6864d0a14109560296a162f80f305fb93bb +SIZE (rust/crates/wasm-bindgen-backend-0.2.101.crate) = 32331 +SHA256 (rust/crates/wasm-bindgen-futures-0.4.51.crate) = 0ca85039a9b469b38336411d6d6ced91f3fc87109a2a27b0c197663f5144dffe +SIZE (rust/crates/wasm-bindgen-futures-0.4.51.crate) = 16315 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.101.crate) = 7c3d463ae3eff775b0c45df9da45d68837702ac35af998361e2c84e7c5ec1b0d +SIZE (rust/crates/wasm-bindgen-macro-0.2.101.crate) = 9804 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.101.crate) = 7bb4ce89b08211f923caf51d527662b75bdc9c9c7aab40f86dcb9fb85ac552aa +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.101.crate) = 26415 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.101.crate) = f143854a3b13752c6950862c906306adb27c7e839f7414cec8fea35beab624c1 +SIZE (rust/crates/wasm-bindgen-shared-0.2.101.crate) = 9055 +SHA256 (rust/crates/web-sys-0.3.78.crate) = 77e4b637749ff0d92b8fad63aa1f7cff3cbe125fd49c175cd6345e7272638b12 +SIZE (rust/crates/web-sys-0.3.78.crate) = 642410 +SHA256 (rust/crates/webpki-roots-0.25.4.crate) = 5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1 +SIZE (rust/crates/webpki-roots-0.25.4.crate) = 253559 +SHA256 (rust/crates/winapi-util-0.1.10.crate) = 0978bf7171b3d90bac376700cb56d606feb40f251a475a5d6634613564460b22 +SIZE (rust/crates/winapi-util-0.1.10.crate) = 13370 +SHA256 (rust/crates/windows-link-0.1.3.crate) = 5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a +SIZE (rust/crates/windows-link-0.1.3.crate) = 6154 +SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 +SIZE (rust/crates/windows-sys-0.48.0.crate) = 2628884 SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 SHA256 (rust/crates/windows-sys-0.59.0.crate) = 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b SIZE (rust/crates/windows-sys-0.59.0.crate) = 2387323 +SHA256 (rust/crates/windows-sys-0.60.2.crate) = f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb +SIZE (rust/crates/windows-sys-0.60.2.crate) = 2518479 +SHA256 (rust/crates/windows-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c +SIZE (rust/crates/windows-targets-0.48.5.crate) = 6904 SHA256 (rust/crates/windows-targets-0.52.6.crate) = 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 SIZE (rust/crates/windows-targets-0.52.6.crate) = 6403 +SHA256 (rust/crates/windows-targets-0.53.3.crate) = d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91 +SIZE (rust/crates/windows-targets-0.53.3.crate) = 7099 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 +SIZE (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 418492 SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 SIZE (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 435718 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764 +SIZE (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 782443 +SHA256 (rust/crates/windows_aarch64_msvc-0.48.5.crate) = dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc +SIZE (rust/crates/windows_aarch64_msvc-0.48.5.crate) = 798483 SHA256 (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615 +SHA256 (rust/crates/windows_aarch64_msvc-0.53.0.crate) = c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c +SIZE (rust/crates/windows_aarch64_msvc-0.53.0.crate) = 834446 +SHA256 (rust/crates/windows_i686_gnu-0.48.5.crate) = a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e +SIZE (rust/crates/windows_i686_gnu-0.48.5.crate) = 844891 SHA256 (rust/crates/windows_i686_gnu-0.52.6.crate) = 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b SIZE (rust/crates/windows_i686_gnu-0.52.6.crate) = 880402 +SHA256 (rust/crates/windows_i686_gnu-0.53.0.crate) = c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3 +SIZE (rust/crates/windows_i686_gnu-0.53.0.crate) = 936973 SHA256 (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940 +SHA256 (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11 +SIZE (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 854056 +SHA256 (rust/crates/windows_i686_msvc-0.48.5.crate) = 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406 +SIZE (rust/crates/windows_i686_msvc-0.48.5.crate) = 864300 SHA256 (rust/crates/windows_i686_msvc-0.52.6.crate) = 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 SIZE (rust/crates/windows_i686_msvc-0.52.6.crate) = 901163 +SHA256 (rust/crates/windows_i686_msvc-0.53.0.crate) = 581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d +SIZE (rust/crates/windows_i686_msvc-0.53.0.crate) = 903450 +SHA256 (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e +SIZE (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 801619 SHA256 (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 SIZE (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 836363 +SHA256 (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba +SIZE (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 902585 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc +SIZE (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 418486 SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57 +SIZE (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 782434 +SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 +SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564 -SHA256 (rust/crates/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/windows_x86_64_msvc-0.53.0.crate) = 271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486 +SIZE (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 834400 +SHA256 (rust/crates/winreg-0.50.0.crate) = 524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1 +SIZE (rust/crates/winreg-0.50.0.crate) = 29703 +SHA256 (rust/crates/wit-bindgen-0.45.0.crate) = 052283831dbae3d879dc7f51f3d92703a316ca49f91540417d38591826127814 +SIZE (rust/crates/wit-bindgen-0.45.0.crate) = 60405 +SHA256 (rust/crates/writeable-0.6.1.crate) = ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb +SIZE (rust/crates/writeable-0.6.1.crate) = 24068 SHA256 (rust/crates/x509-parser-0.16.0.crate) = fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69 SIZE (rust/crates/x509-parser-0.16.0.crate) = 92925 SHA256 (rust/crates/yasna-0.5.2.crate) = e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd SIZE (rust/crates/yasna-0.5.2.crate) = 34859 -SHA256 (rust/crates/yoke-0.7.5.crate) = 120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40 -SIZE (rust/crates/yoke-0.7.5.crate) = 29673 -SHA256 (rust/crates/yoke-derive-0.7.5.crate) = 2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154 -SIZE (rust/crates/yoke-derive-0.7.5.crate) = 7525 -SHA256 (rust/crates/zerocopy-0.7.35.crate) = 1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0 -SIZE (rust/crates/zerocopy-0.7.35.crate) = 152645 -SHA256 (rust/crates/zerocopy-derive-0.7.35.crate) = fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e -SIZE (rust/crates/zerocopy-derive-0.7.35.crate) = 37829 -SHA256 (rust/crates/zerofrom-0.1.5.crate) = cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e -SIZE (rust/crates/zerofrom-0.1.5.crate) = 5091 -SHA256 (rust/crates/zerofrom-derive-0.1.5.crate) = 595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808 -SIZE (rust/crates/zerofrom-derive-0.1.5.crate) = 8285 +SHA256 (rust/crates/yoke-0.8.0.crate) = 5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc +SIZE (rust/crates/yoke-0.8.0.crate) = 28726 +SHA256 (rust/crates/yoke-derive-0.8.0.crate) = 38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6 +SIZE (rust/crates/yoke-derive-0.8.0.crate) = 7521 +SHA256 (rust/crates/zerocopy-0.8.26.crate) = 1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f +SIZE (rust/crates/zerocopy-0.8.26.crate) = 249223 +SHA256 (rust/crates/zerocopy-derive-0.8.26.crate) = 9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181 +SIZE (rust/crates/zerocopy-derive-0.8.26.crate) = 88080 +SHA256 (rust/crates/zerofrom-0.1.6.crate) = 50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5 +SIZE (rust/crates/zerofrom-0.1.6.crate) = 5669 +SHA256 (rust/crates/zerofrom-derive-0.1.6.crate) = d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502 +SIZE (rust/crates/zerofrom-derive-0.1.6.crate) = 8305 SHA256 (rust/crates/zeroize-1.8.1.crate) = ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde SIZE (rust/crates/zeroize-1.8.1.crate) = 20029 -SHA256 (rust/crates/zerovec-0.10.4.crate) = aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079 -SIZE (rust/crates/zerovec-0.10.4.crate) = 126398 -SHA256 (rust/crates/zerovec-derive-0.10.3.crate) = 6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6 -SIZE (rust/crates/zerovec-derive-0.10.3.crate) = 19438 -SHA256 (rust/crates/zip-2.2.2.crate) = ae9c1ea7b3a5e1f4b922ff856a129881167511563dc219869afe3787fc0c1a45 -SIZE (rust/crates/zip-2.2.2.crate) = 108809 -SHA256 (rust/crates/zopfli-0.8.1.crate) = e5019f391bac5cf252e93bbcc53d039ffd62c7bfb7c150414d61369afe57e946 -SIZE (rust/crates/zopfli-0.8.1.crate) = 50972 -SHA256 (ElementsProject-lightning-v25.02.2_GH0.tar.gz) = 74ad54a0a3f00fab0ceea1d454a70512de6415e83f7c1c5bd2d1a5a421c265de -SIZE (ElementsProject-lightning-v25.02.2_GH0.tar.gz) = 14382028 -SHA256 (ElementsProject-libwally-core-11e1bf6d60a13_GH0.tar.gz) = 199e3340e72048026043532684c301fcb6027ec4f19e5701c0bc288e2cd6065e -SIZE (ElementsProject-libwally-core-11e1bf6d60a13_GH0.tar.gz) = 1040755 -SHA256 (BlockstreamResearch-secp256k1-zkp-1e04d3244_GH0.tar.gz) = cbf5b21c848a5b760ce1307b617990509cd6c054fe9bf072ce27f50262f707b2 -SIZE (BlockstreamResearch-secp256k1-zkp-1e04d3244_GH0.tar.gz) = 2767210 -SHA256 (ianlancetaylor-libbacktrace-2446c66076480ce_GH0.tar.gz) = 3be5fde76f559cdaef40386c1f2e85e35cc2c8df6fbf0ae98134f80a1c037cf0 -SIZE (ianlancetaylor-libbacktrace-2446c66076480ce_GH0.tar.gz) = 665689 +SHA256 (rust/crates/zerotrie-0.2.2.crate) = 36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595 +SIZE (rust/crates/zerotrie-0.2.2.crate) = 74423 +SHA256 (rust/crates/zerovec-0.11.4.crate) = e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b +SIZE (rust/crates/zerovec-0.11.4.crate) = 125080 +SHA256 (rust/crates/zerovec-derive-0.11.1.crate) = 5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f +SIZE (rust/crates/zerovec-derive-0.11.1.crate) = 21294 +SHA256 (rust/crates/zip-3.0.0.crate) = 12598812502ed0105f607f941c386f43d441e00148fce9dec3ca5ffb0bde9308 +SIZE (rust/crates/zip-3.0.0.crate) = 112450 +SHA256 (rust/crates/zlib-rs-0.5.2.crate) = 2f06ae92f42f5e5c42443fd094f245eb656abf56dd7cce9b8b263236565e00f2 +SIZE (rust/crates/zlib-rs-0.5.2.crate) = 194342 +SHA256 (rust/crates/zopfli-0.8.2.crate) = edfc5ee405f504cd4984ecc6f14d02d55cfda60fa4b689434ef4102aae150cd7 +SIZE (rust/crates/zopfli-0.8.2.crate) = 51842 +SHA256 (rust-bitcoin-bitcoin-payment-instructions-d071ce27734ca13be2471f81abf8699d902c3a10_GH0.tar.gz) = 161028595d8d0cb61c86ea14b81cf3f1e5ed195784ea5245e070604af914d037 +SIZE (rust-bitcoin-bitcoin-payment-instructions-d071ce27734ca13be2471f81abf8699d902c3a10_GH0.tar.gz) = 32597 +SHA256 (ElementsProject-lightning-v25.09_GH0.tar.gz) = cd5a2bf37edae698de6f85e4a1e44efd558b23257ec993b83ea25fd71a32388d +SIZE (ElementsProject-lightning-v25.09_GH0.tar.gz) = 14647069 +SHA256 (ElementsProject-libwally-core-12f5ac4ccf0e2_GH0.tar.gz) = aa51d1c2304b8fc0196feea15dcdad50a35e8eb06a62cc6a748ac3a94c772b88 +SIZE (ElementsProject-libwally-core-12f5ac4ccf0e2_GH0.tar.gz) = 1287461 +SHA256 (BlockstreamResearch-secp256k1-zkp-615262261_GH0.tar.gz) = 5c992dd479502e5b5ad3e92dccf2fdf6853c74b1a0c547512f97382dc8fc0fdc +SIZE (BlockstreamResearch-secp256k1-zkp-615262261_GH0.tar.gz) = 2772548 +SHA256 (ianlancetaylor-libbacktrace-793921876c981ce_GH0.tar.gz) = 2351d829d4267e380f582e968d915f69b2f1d0137f1b9e7eeec89e2891379500 +SIZE (ianlancetaylor-libbacktrace-793921876c981ce_GH0.tar.gz) = 624389 SHA256 (zserge-jsmn-18e9fe42cbfe21d65076f5c77ae2be3_GH0.tar.gz) = 2e90b8b42876f384ba229097cd9f8534250683abb135256843b538cb45dd907f SIZE (zserge-jsmn-18e9fe42cbfe21d65076f5c77ae2be3_GH0.tar.gz) = 11047 SHA256 (valyala-gheap-67fc83bc953324f4759e52951921d_GH0.tar.gz) = b6f7a700cc2224ce04827d72cf78f7b2420b37b36b1f5ea7f9cfc98513cbf449 diff --git a/net-p2p/c-lightning/files/check_python_plugins_deps.sh b/net-p2p/c-lightning/files/check_python_plugins_deps.sh deleted file mode 100755 index 48382a145b4c..000000000000 --- a/net-p2p/c-lightning/files/check_python_plugins_deps.sh +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env bash - -set -e - -declare -A requirements=(["plugins/wss-proxy/requirements.txt"]="WSSPROXYDEPS_RUN_DEPENDS") - -WRKSRC=$(make -V WRKSRC) - -for file in ${!requirements[@]} ; do - (cd ${WRKSRC}/$(dirname ${file}) && poetry lock && poetry export --output $(basename ${file})) - make_var="${requirements[${file}]}" - ok=1 - for req in $(grep -E '^[^[:space:]]' "${WRKSRC}/${file}" |cut -f 1 -d =) ; do - # "cryptography" is handled separately via USE_PYTHON+=cryptography - # "pkgutil-resolve-name" is included in Python 3.9 - if [ "${req}" != "cryptography" -a \ - "${req}" != "pkgutil-resolve-name" -a \ - -z "$(make -V "${make_var}" |grep -i "$(make -V PYTHON_PKGNAMEPREFIX)${req/-/.}>")" ] ; then - - echo "missing in ${file}: ${req}" - ok=0 - fi - done - if [ ${ok} -eq 1 ] ; then - echo "ok: ${make_var} matches ${WRKSRC}/${file}" - rm "${WRKSRC}/${file}" - fi -done diff --git a/net-p2p/c-lightning/files/update_crates.sh b/net-p2p/c-lightning/files/update_crates.sh deleted file mode 100755 index 49dc2fa6506b..000000000000 --- a/net-p2p/c-lightning/files/update_crates.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env bash - -set -e - -# cargo install cargo-lock --features cli -# make clean extract - -cargo-lock --file "$(make -V WRKSRC)/Cargo.lock" \ - | grep -vE "(cln-rpc|cln-grpc|clnrest|grpc-plugin|rest-plugin)" \ - | sed -E 's/^- ([^ ]+) (.+)$/CARGO_CRATES+=\t\1-\2/g' > Makefile.crates diff --git a/net-p2p/c-lightning/pkg-plist b/net-p2p/c-lightning/pkg-plist index 06f09c8baeb0..1c18416b4446 100644 --- a/net-p2p/c-lightning/pkg-plist +++ b/net-p2p/c-lightning/pkg-plist @@ -1,6 +1,10 @@ @sample(%%U%%,%%G%%,0400) etc/lightningd-bitcoin.conf.sample +%%RUST%%libexec/c-lightning/plugins/cln-bip353 %%RUST%%libexec/c-lightning/plugins/cln-grpc +%%RUST%%libexec/c-lightning/plugins/cln-lsps-client +%%RUST%%libexec/c-lightning/plugins/cln-lsps-service %%RUST%%libexec/c-lightning/plugins/clnrest +%%RUST%%libexec/c-lightning/plugins/wss-proxy bin/lightning-cli bin/lightning-hsmtool bin/lightningd @@ -33,15 +37,10 @@ libexec/c-lightning/plugins/spenderp libexec/c-lightning/plugins/sql libexec/c-lightning/plugins/topology libexec/c-lightning/plugins/txprepare -libexec/c-lightning/plugins/wss-proxy/Makefile -libexec/c-lightning/plugins/wss-proxy/poetry.lock -libexec/c-lightning/plugins/wss-proxy/pyproject.toml -libexec/c-lightning/plugins/wss-proxy/wss-proxy -libexec/c-lightning/plugins/wss-proxy/wss-proxy.py -libexec/c-lightning/plugins/wss-proxy/wss_proxy/__init__.py share/doc/c-lightning/LICENSE share/doc/c-lightning/README.md share/man/man1/lightning-cli.1.gz +share/man/man1/lightning-reckless.1.gz share/man/man5/lightningd-config.5.gz share/man/man7/lightning-addgossip.7.gz share/man/man7/lightning-addpsbtoutput.7.gz @@ -73,9 +72,6 @@ share/man/man7/lightning-check.7.gz share/man/man7/lightning-checkmessage.7.gz share/man/man7/lightning-checkrune.7.gz share/man/man7/lightning-close.7.gz -share/man/man7/lightning-commando-blacklist.7.gz -share/man/man7/lightning-commando-listrunes.7.gz -share/man/man7/lightning-commando-rune.7.gz share/man/man7/lightning-commando.7.gz share/man/man7/lightning-connect.7.gz share/man/man7/lightning-createinvoice.7.gz @@ -99,6 +95,7 @@ share/man/man7/lightning-emergencyrecover.7.gz share/man/man7/lightning-enableoffer.7.gz share/man/man7/lightning-exposesecret.7.gz share/man/man7/lightning-feerates.7.gz +share/man/man7/lightning-fetchbip353.7.gz share/man/man7/lightning-fetchinvoice.7.gz share/man/man7/lightning-fundchannel.7.gz share/man/man7/lightning-fundchannel_cancel.7.gz @@ -118,6 +115,8 @@ share/man/man7/lightning-invoice.7.gz share/man/man7/lightning-invoicerequest.7.gz share/man/man7/lightning-keysend.7.gz share/man/man7/lightning-listaddresses.7.gz +share/man/man7/lightning-listchainmoves.7.gz +share/man/man7/lightning-listchannelmoves.7.gz share/man/man7/lightning-listchannels.7.gz share/man/man7/lightning-listclosedchannels.7.gz share/man/man7/lightning-listconfigs.7.gz @@ -190,6 +189,5 @@ share/man/man7/lightning-waitsendpay.7.gz share/man/man7/lightning-withdraw.7.gz share/man/man7/lightning-xpay.7.gz share/man/man7/lightningd-rpc.7.gz -share/man/man7/reckless.7.gz share/man/man8/lightning-hsmtool.8.gz share/man/man8/lightningd.8.gz diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index 2134ab6851a2..0a2da6201cd6 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -1,5 +1,5 @@ PORTNAME= libtorrent -DISTVERSION= 0.15.6 +DISTVERSION= 0.16.0 CATEGORIES= net-p2p MASTER_SITES= https://github.com/rakshasa/rtorrent/releases/download/v${DISTVERSION}/ @@ -10,6 +10,7 @@ WWW= https://github.com/rakshasa/libtorrent LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +LIB_DEPENDS= libcurl.so:ftp/curl TEST_DEPENDS= cppunit>0:devel/cppunit USES= compiler:c++17-lang cpe libtool localbase:ldflags pathfix \ @@ -36,14 +37,4 @@ OPTIONS_DEFAULT= KQUEUE KQUEUE_DESC= Use kqueue(2) support KQUEUE_CONFIGURE_WITH= kqueue -.include <bsd.port.pre.mk> - -# Disable instrumentation, which requires 64-bit atomic ops, on i386 when using -# gcc to avoid linking errors: -# /usr/local/lib/libtorrent.so: undefined reference to `__sync_add_and_fetch_8' -# /usr/local/lib/libtorrent.so: undefined reference to `__sync_fetch_and_and_8' -.if ${ARCH} == i386 && ${CHOSEN_COMPILER_TYPE} == gcc -CONFIGURE_ARGS+= --disable-instrumentation -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net-p2p/libtorrent/distinfo b/net-p2p/libtorrent/distinfo index 3eb6dbc858aa..7bebc5e606c8 100644 --- a/net-p2p/libtorrent/distinfo +++ b/net-p2p/libtorrent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755953468 -SHA256 (libtorrent-0.15.6.tar.gz) = 406592657fa45ac7ba0628a7d356cf7ec8d5dafd918d4252055c795491d33970 -SIZE (libtorrent-0.15.6.tar.gz) = 871284 +TIMESTAMP = 1757101252 +SHA256 (libtorrent-0.16.0.tar.gz) = 623a75e85a23f7471c9531ea67a01bb652165c6b2b6a829a7f1c6117eac938ec +SIZE (libtorrent-0.16.0.tar.gz) = 885568 diff --git a/net-p2p/libtorrent/files/patch-src_data_memory__chunk.cc b/net-p2p/libtorrent/files/patch-src_data_memory__chunk.cc index f119df1d6e6e..b73078bdc1ab 100644 --- a/net-p2p/libtorrent/files/patch-src_data_memory__chunk.cc +++ b/net-p2p/libtorrent/files/patch-src_data_memory__chunk.cc @@ -1,6 +1,6 @@ ---- src/data/memory_chunk.cc.orig 2025-06-01 13:09:26 UTC +--- src/data/memory_chunk.cc.orig 2025-09-05 08:47:37 UTC +++ src/data/memory_chunk.cc -@@ -66,6 +66,9 @@ MemoryChunk::unmap() { +@@ -49,6 +49,9 @@ MemoryChunk::unmap() { if (!is_valid()) throw internal_error("MemoryChunk::unmap() called on an invalid object"); diff --git a/net-p2p/libtorrent/files/patch-src_torrent_net_socket__address__key.h b/net-p2p/libtorrent/files/patch-src_torrent_net_socket__address__key.h deleted file mode 100644 index 56e9dbf35b71..000000000000 --- a/net-p2p/libtorrent/files/patch-src_torrent_net_socket__address__key.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/torrent/net/socket_address_key.h.orig 2025-06-01 13:09:26 UTC -+++ src/torrent/net/socket_address_key.h -@@ -7,6 +7,7 @@ - #include <cstring> - #include <cinttypes> - #include <netinet/in.h> -+#include <sys/socket.h> - - // Unique key for the socket address, excluding port numbers, etc. - diff --git a/net-p2p/libtorrent/pkg-plist b/net-p2p/libtorrent/pkg-plist index b8fd887f44df..826b7588ff53 100644 --- a/net-p2p/libtorrent/pkg-plist +++ b/net-p2p/libtorrent/pkg-plist @@ -25,9 +25,10 @@ include/torrent/error.h include/torrent/event.h include/torrent/exceptions.h include/torrent/hash_string.h -include/torrent/http.h include/torrent/net/address_info.h include/torrent/net/fd.h +include/torrent/net/http_get.h +include/torrent/net/http_stack.h include/torrent/net/resolver.h include/torrent/net/socket_address.h include/torrent/net/socket_address_key.h @@ -69,6 +70,6 @@ include/torrent/utils/signal_bitfield.h include/torrent/utils/thread.h include/torrent/utils/uri_parser.h lib/libtorrent.so -lib/libtorrent.so.26 -lib/libtorrent.so.26.0.0 +lib/libtorrent.so.30 +lib/libtorrent.so.30.0.0 libdata/pkgconfig/libtorrent.pc diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index 24009a48b2f8..0d2db49d588b 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -1,5 +1,5 @@ PORTNAME= rtorrent -DISTVERSION= 0.15.6 +DISTVERSION= 0.16.0 CATEGORIES= net-p2p MASTER_SITES= https://github.com/rakshasa/rtorrent/releases/download/v${DISTVERSION}/ @@ -11,14 +11,13 @@ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING -LIB_DEPENDS= libcurl.so:ftp/curl \ - libtorrent.so:net-p2p/libtorrent +LIB_DEPENDS= libtorrent.so:net-p2p/libtorrent USES= compiler:c++17-lang ncurses pkgconfig USE_RC_SUBR= rtorrent GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-debug -LDFLAGS+= -lexecinfo -pthread +CONFIGURE_ARGS= --disable-debug \ + --with-xmlrpc-tinyxml2 SUB_FILES= pkg-message @@ -26,19 +25,11 @@ USERS= rtorrent GROUPS= rtorrent PLIST_FILES= bin/rtorrent \ - "@sample ${ETCDIR}/rtorrent.conf.sample" -PORTDOCS= README - -OPTIONS_DEFINE= DOCS IPV6 -OPTIONS_DEFAULT= TINYXML -OPTIONS_RADIO= XML -OPTIONS_RADIO_XML= TINYXML XMLRPC -XMLRPC_DESC= Compile with xmlrpc-c support - -IPV6_CONFIGURE_ENABLE= ipv6 -TINYXML_CONFIGURE_ON= --with-xmlrpc-tinyxml2 -XMLRPC_LIB_DEPENDS= libxmlrpc.so:net/xmlrpc-c -XMLRPC_CONFIGURE_ON= --with-xmlrpc-c + "@sample ${ETCDIR}/rtorrent.conf.sample" \ + ${DATADIR}/lua/rtorrent.lua +PORTDOCS= README.md + +OPTIONS_DEFINE= DOCS post-install: ${MKDIR} ${STAGEDIR}${ETCDIR} diff --git a/net-p2p/rtorrent/distinfo b/net-p2p/rtorrent/distinfo index a44d5bfed9fc..9d4974b6f14a 100644 --- a/net-p2p/rtorrent/distinfo +++ b/net-p2p/rtorrent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755953681 -SHA256 (rtorrent-0.15.6.tar.gz) = a3eb2afcdd0d81aaf5efd044761075f7f832375e9a6eb4b38a7694bfff3aa3cd -SIZE (rtorrent-0.15.6.tar.gz) = 866966 +TIMESTAMP = 1757102139 +SHA256 (rtorrent-0.16.0.tar.gz) = fe8f8793f3bae8de157f567d9d89629dfd6fc21bc18d7db4537c4014a23dc1d9 +SIZE (rtorrent-0.16.0.tar.gz) = 854573 diff --git a/net/bird3/Makefile b/net/bird3/Makefile index b74d4cf9b7cd..6e6e2272b75c 100644 --- a/net/bird3/Makefile +++ b/net/bird3/Makefile @@ -1,5 +1,5 @@ PORTNAME= bird -DISTVERSION= 3.1.2 +DISTVERSION= 3.1.3 CATEGORIES= net MASTER_SITES= https://bird.nic.cz/download/ PKGNAMESUFFIX= 3 diff --git a/net/bird3/distinfo b/net/bird3/distinfo index a3230af9972f..29c48f0c2972 100644 --- a/net/bird3/distinfo +++ b/net/bird3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748451200 -SHA256 (bird-3.1.2.tar.gz) = 9be6196c5755fca1adf92e90e46aaf6f8ec003bec9b73c084fb45915e07e173f -SIZE (bird-3.1.2.tar.gz) = 2731209 +TIMESTAMP = 1757074212 +SHA256 (bird-3.1.3.tar.gz) = 75ceb0d5d7ee66a00f6b023ff2982564ff2810478e4d8c728a837c4a64cfa38e +SIZE (bird-3.1.3.tar.gz) = 2733495 diff --git a/net/libiscsi/Makefile b/net/libiscsi/Makefile index 2681d9586868..5a2a75a13b22 100644 --- a/net/libiscsi/Makefile +++ b/net/libiscsi/Makefile @@ -1,5 +1,5 @@ PORTNAME= libiscsi -DISTVERSION= 1.20.1 +DISTVERSION= 1.20.3 CATEGORIES= net MAINTAINER= d8zNeCFG@aon.at @@ -19,10 +19,9 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes -# 1.20.2 only affects environments defining __APPLE__ -PORTSCOUT= skipv:1.20.2 +CFLAGS+= -Wno-cast-align post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}.so.11.0.0 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}.so .include <bsd.port.mk> diff --git a/net/libiscsi/distinfo b/net/libiscsi/distinfo index 9144771bb827..1795032ca98d 100644 --- a/net/libiscsi/distinfo +++ b/net/libiscsi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746280868 -SHA256 (sahlberg-libiscsi-1.20.1_GH0.tar.gz) = 6bd6feef2904de1bb1869cec935b58995bc1311cad57184a2221e09ed6137eec -SIZE (sahlberg-libiscsi-1.20.1_GH0.tar.gz) = 323554 +TIMESTAMP = 1756998181 +SHA256 (sahlberg-libiscsi-1.20.3_GH0.tar.gz) = 212f6e1fd8e7ddb4b02208aafc6de600f6f330f40359babeefdd83b0c79d47a1 +SIZE (sahlberg-libiscsi-1.20.3_GH0.tar.gz) = 327211 diff --git a/net/libiscsi/pkg-plist b/net/libiscsi/pkg-plist index 237fe5d52a92..7b3aac5ca8de 100644 --- a/net/libiscsi/pkg-plist +++ b/net/libiscsi/pkg-plist @@ -5,13 +5,14 @@ bin/iscsi-md5sum bin/iscsi-perf bin/iscsi-pr bin/iscsi-readcapacity16 +bin/iscsi-rtpg bin/iscsi-swp include/iscsi/iscsi.h include/iscsi/scsi-lowlevel.h lib/libiscsi.a lib/libiscsi.so lib/libiscsi.so.11 -lib/libiscsi.so.11.0.0 +lib/libiscsi.so.11.0.2 libdata/pkgconfig/libiscsi.pc share/man/man1/iscsi-inq.1.gz share/man/man1/iscsi-ls.1.gz diff --git a/net/librest1/Makefile b/net/librest1/Makefile index 853840f61f35..c8bddb4c4703 100644 --- a/net/librest1/Makefile +++ b/net/librest1/Makefile @@ -1,34 +1,35 @@ PORTNAME= librest -DISTVERSION= 0.9.1 -PORTREVISION= 2 +PORTVERSION= 0.10.2 CATEGORIES= net devel gnome +MASTER_SITES= GNOME PKGNAMESUFFIX= 1 -MASTER_SITES= GNOME/sources/rest -DISTNAME= rest-${DISTVERSION} +DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME REST library WWW= https://gitlab.gnome.org/GNOME/librest -LICENSE= LGPL21 +LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libadwaita-1.so:x11-toolkits/libadwaita \ - libjson-glib-1.0.so:devel/json-glib \ +LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ libsoup-3.0.so:devel/libsoup3 PORTSCOUT= limitw:1,even -USES= gettext gnome localbase meson pkgconfig python tar:xz -USE_GNOME= glib20 gtksourceview5 introspection:build +USES= gettext-tools gnome localbase meson pkgconfig python tar:xz +USE_GNOME= glib20 introspection:build libadwaita libxml2 USE_LDCONFIG= yes MESON_ARGS= -Dca_certificates=true \ - -Dca_certificates_path=/etc/ssl/cert.pem \ - -Dgtk_doc=false + -Dca_certificates_path=/etc/ssl/cert.pem -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_SUB= yes DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gi-docgen>0:textproc/py-gi-docgen@${PY_FLAVOR} DOCS_MESON_TRUE= gtk_doc +EXAMPLES_USE= gnome=gtksourceview5 +EXAMPLES_MESON_TRUE= examples + .include <bsd.port.mk> diff --git a/net/librest1/distinfo b/net/librest1/distinfo index 8927398dc1f7..baedbb9de9c9 100644 --- a/net/librest1/distinfo +++ b/net/librest1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750437353 -SHA256 (rest-0.9.1.tar.xz) = 9266a5c10ece383e193dfb7ffb07b509cc1f51521ab8dad76af96ed14212c2e3 -SIZE (rest-0.9.1.tar.xz) = 71136 +TIMESTAMP = 1754757598 +SHA256 (gnome/librest-0.10.2.tar.xz) = 7b6cb912bb3a22cfa7dcf005925dcb62883024db0c09099486e7d6851185c9b8 +SIZE (gnome/librest-0.10.2.tar.xz) = 71936 diff --git a/net/librest1/pkg-plist b/net/librest1/pkg-plist index 4bc982e29909..f274d7b1ebb7 100644 --- a/net/librest1/pkg-plist +++ b/net/librest1/pkg-plist @@ -1,8 +1,9 @@ -bin/librest-demo +%%EXAMPLES%%bin/librest-demo include/rest-1.0/rest-extras/flickr-proxy-call.h include/rest-1.0/rest-extras/flickr-proxy.h include/rest-1.0/rest-extras/lastfm-proxy-call.h include/rest-1.0/rest-extras/lastfm-proxy.h +include/rest-1.0/rest-extras/rest-extras.h include/rest-1.0/rest-extras/youtube-proxy.h include/rest-1.0/rest/rest-enum-types.h include/rest-1.0/rest/rest-oauth2-proxy-call.h @@ -27,7 +28,7 @@ lib/librest-extras-1.0.so.0 lib/librest-extras-1.0.so.0.0.0 libdata/pkgconfig/rest-1.0.pc libdata/pkgconfig/rest-extras-1.0.pc -share/applications/org.gnome.RestDemo.desktop +%%EXAMPLES%%share/applications/org.gnome.RestDemo.desktop %%PORTDOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-Black.woff %%PORTDOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-Black.woff2 %%PORTDOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-BlackItalic.woff @@ -79,6 +80,7 @@ share/applications/org.gnome.RestDemo.desktop %%PORTDOCS%%%%DOCSDIR%%-1.0/ctor.Proxy.new_with_authentication.html %%PORTDOCS%%%%DOCSDIR%%-1.0/ctor.XmlParser.new.html %%PORTDOCS%%%%DOCSDIR%%-1.0/enum.MemoryUse.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/error.OAuth2Error.html %%PORTDOCS%%%%DOCSDIR%%-1.0/error.ProxyCallError.html %%PORTDOCS%%%%DOCSDIR%%-1.0/error.ProxyError.html %%PORTDOCS%%%%DOCSDIR%%-1.0/fonts.css @@ -183,6 +185,8 @@ share/applications/org.gnome.RestDemo.desktop %%PORTDOCS%%%%DOCSDIR%%-1.0/method.XmlNode.set_content.html %%PORTDOCS%%%%DOCSDIR%%-1.0/method.XmlNode.unref.html %%PORTDOCS%%%%DOCSDIR%%-1.0/method.XmlParser.parse_from_data.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/migration.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/opensearch.xml %%PORTDOCS%%%%DOCSDIR%%-1.0/property.OAuth2Proxy.access-token.html %%PORTDOCS%%%%DOCSDIR%%-1.0/property.OAuth2Proxy.auth-url.html %%PORTDOCS%%%%DOCSDIR%%-1.0/property.OAuth2Proxy.client-id.html diff --git a/net/liferea/Makefile b/net/liferea/Makefile index f77c0fb45328..e3d252548186 100644 --- a/net/liferea/Makefile +++ b/net/liferea/Makefile @@ -1,6 +1,5 @@ PORTNAME= liferea -DISTVERSION= 1.16.2 -PORTREVISION= 1 +DISTVERSION= 1.16.3 CATEGORIES= net gnome MASTER_SITES= https://github.com/lwindolf/liferea/releases/download/v${DISTVERSION}/ diff --git a/net/liferea/distinfo b/net/liferea/distinfo index 03bf72d936a0..104442fcf3cc 100644 --- a/net/liferea/distinfo +++ b/net/liferea/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756562972 -SHA256 (liferea-1.16.2.tar.bz2) = 74bb2bf9befc396c894008e40f635cbdeed820d64dc1c9a055190975817748fa -SIZE (liferea-1.16.2.tar.bz2) = 1766720 +TIMESTAMP = 1757094614 +SHA256 (liferea-1.16.3.tar.bz2) = cf0672d73d75ad7a1280407e5044191f393ac7d49f6d6d8a4aadeb402f5bac7c +SIZE (liferea-1.16.3.tar.bz2) = 1763575 diff --git a/net/liferea/pkg-plist b/net/liferea/pkg-plist index 530e1155447e..b0adc392b1a7 100644 --- a/net/liferea/pkg-plist +++ b/net/liferea/pkg-plist @@ -111,7 +111,6 @@ share/icons/hicolor/scalable/apps/net.sourceforge.liferea.svg %%DATADIR%%/mark_read_dialog.ui %%DATADIR%%/new_folder.ui %%DATADIR%%/new_newsbin.ui -%%DATADIR%%/new_subscription.ui %%DATADIR%%/node_source.ui %%DATADIR%%/opml_source.ui %%DATADIR%%/opml/feedlist_bg.opml diff --git a/net/linux-rl9-avahi-libs/Makefile b/net/linux-rl9-avahi-libs/Makefile index abe926059748..7292e2d58b6c 100644 --- a/net/linux-rl9-avahi-libs/Makefile +++ b/net/linux-rl9-avahi-libs/Makefile @@ -1,7 +1,7 @@ PORTNAME= avahi PORTVERSION= 0.8 -DISTVERSIONSUFFIX= -22.el9_6 -PORTREVISION= 6 +DISTVERSIONSUFFIX= -22.el9_6.1 +PORTREVISION= 7 CATEGORIES= net linux PKGNAMESUFFIX= -libs diff --git a/net/linux-rl9-avahi-libs/distinfo b/net/linux-rl9-avahi-libs/distinfo index 523905252dec..a3b779df26a0 100644 --- a/net/linux-rl9-avahi-libs/distinfo +++ b/net/linux-rl9-avahi-libs/distinfo @@ -1,15 +1,15 @@ -TIMESTAMP = 1750644466 -SHA256 (rocky/a/avahi-glib-0.8-22.el9_6.aarch64.rpm) = 45b54ee511165baeaae2070d158af06ae9477b279cdfcbf9266fc08586a158cd -SIZE (rocky/a/avahi-glib-0.8-22.el9_6.aarch64.rpm) = 13371 -SHA256 (rocky/a/avahi-glib-0.8-22.el9_6.i686.rpm) = d0fc2a256204d1035809d2fbe2cb1ba2671e9dab1fa7b5f2260e5b0959c87470 -SIZE (rocky/a/avahi-glib-0.8-22.el9_6.i686.rpm) = 14268 -SHA256 (rocky/a/avahi-glib-0.8-22.el9_6.x86_64.rpm) = 1220add6fe0d21f399f3138a2eec892ef73757109f85a5c1217d7283d6b2a895 -SIZE (rocky/a/avahi-glib-0.8-22.el9_6.x86_64.rpm) = 13647 -SHA256 (rocky/a/avahi-libs-0.8-22.el9_6.aarch64.rpm) = 62695726f40fa40243b81b92fd1450a51426bf9cb844cd25e9f9d52f73750ce2 -SIZE (rocky/a/avahi-libs-0.8-22.el9_6.aarch64.rpm) = 66321 -SHA256 (rocky/a/avahi-libs-0.8-22.el9_6.i686.rpm) = b1217a916f3946cae4d5e676d1ca643bf051b402311610754f93bb5091640bd0 -SIZE (rocky/a/avahi-libs-0.8-22.el9_6.i686.rpm) = 72398 -SHA256 (rocky/a/avahi-libs-0.8-22.el9_6.x86_64.rpm) = 6e904f96a43a84b3f24a9ad479d123f15f2598c8145883a8bc72f3f4ce27c31d -SIZE (rocky/a/avahi-libs-0.8-22.el9_6.x86_64.rpm) = 67768 -SHA256 (rocky/a/avahi-0.8-22.el9_6.src.rpm) = acbdab46769a241112b1c5e1adf8cad3fb3aa12e65e23468adc74953f40d3f69 -SIZE (rocky/a/avahi-0.8-22.el9_6.src.rpm) = 1624207 +TIMESTAMP = 1757067549 +SHA256 (rocky/a/avahi-glib-0.8-22.el9_6.1.aarch64.rpm) = eb2798efae28e113831187b25cee13704c28b158d255d930efd9d8c9449ecc1b +SIZE (rocky/a/avahi-glib-0.8-22.el9_6.1.aarch64.rpm) = 13470 +SHA256 (rocky/a/avahi-glib-0.8-22.el9_6.1.i686.rpm) = 1aff371530dccb438ad0b8c33344c9d4724c84a3ff49c3018c8369696597d5e6 +SIZE (rocky/a/avahi-glib-0.8-22.el9_6.1.i686.rpm) = 14378 +SHA256 (rocky/a/avahi-glib-0.8-22.el9_6.1.x86_64.rpm) = c98afa4dc365e9eaa3d771176cd5639edf1f148e3b67d00c95bfbf7bec02b750 +SIZE (rocky/a/avahi-glib-0.8-22.el9_6.1.x86_64.rpm) = 13849 +SHA256 (rocky/a/avahi-libs-0.8-22.el9_6.1.aarch64.rpm) = b84aba0f64ccfb91a9759031b83f4e43666d8356071b24fe834a20947a2efd80 +SIZE (rocky/a/avahi-libs-0.8-22.el9_6.1.aarch64.rpm) = 66437 +SHA256 (rocky/a/avahi-libs-0.8-22.el9_6.1.i686.rpm) = 0fbd1343c19a6d7da3bc5e6ee7b51c42b0cef72e6e6c256d95fac6a66c16e6a1 +SIZE (rocky/a/avahi-libs-0.8-22.el9_6.1.i686.rpm) = 72304 +SHA256 (rocky/a/avahi-libs-0.8-22.el9_6.1.x86_64.rpm) = 6e157e21cd2a28eec5305c8a290a992445ed64e355379fab8def299c0f0b2c0f +SIZE (rocky/a/avahi-libs-0.8-22.el9_6.1.x86_64.rpm) = 67843 +SHA256 (rocky/a/avahi-0.8-22.el9_6.1.src.rpm) = 8c247f6313a1e24ac6ea689fe9ca0a29f9e6efbb15919a4f4b49d5e13359379a +SIZE (rocky/a/avahi-0.8-22.el9_6.1.src.rpm) = 1626813 diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index ff7694e19b87..0e304d41ac4d 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,7 +1,6 @@ PORTNAME= syncthing DISTVERSIONPREFIX= v -DISTVERSION= 2.0.6 -PORTREVISION= 1 +DISTVERSION= 2.0.7 CATEGORIES= net MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ DISTNAME= ${PORTNAME}-source-${DISTVERSIONFULL} diff --git a/net/syncthing/distinfo b/net/syncthing/distinfo index 8664e9ec6420..c9dc80d94639 100644 --- a/net/syncthing/distinfo +++ b/net/syncthing/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756897382 -SHA256 (syncthing-source-v2.0.6.tar.gz) = e17ea11091a8c9d29b99a09f93005f66a199ef4843a2be277c14361edef5953a -SIZE (syncthing-source-v2.0.6.tar.gz) = 62660232 +TIMESTAMP = 1757071364 +SHA256 (syncthing-source-v2.0.7.tar.gz) = 6e0f66fa17402e7a4395658732af719e3c25c17ca436eb473912dfb0f4340a0d +SIZE (syncthing-source-v2.0.7.tar.gz) = 62661923 diff --git a/print/xreader/Makefile b/print/xreader/Makefile index 63ae7ef0226c..da93da8ba0c7 100644 --- a/print/xreader/Makefile +++ b/print/xreader/Makefile @@ -1,6 +1,5 @@ PORTNAME= xreader -PORTVERSION= 4.2.3 -PORTREVISION= 4 +PORTVERSION= 4.2.6 CATEGORIES= print gnome DIST_SUBDIR= gnome diff --git a/print/xreader/distinfo b/print/xreader/distinfo index 356dcf66b04e..8225dc157a1a 100644 --- a/print/xreader/distinfo +++ b/print/xreader/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734392857 -SHA256 (gnome/linuxmint-xreader-4.2.3_GH0.tar.gz) = 57d8c20eddcb90ba768f386c444519b5f330c1aacfcaa3deb33db1ad1d7bbd6d -SIZE (gnome/linuxmint-xreader-4.2.3_GH0.tar.gz) = 2214140 +TIMESTAMP = 1752934660 +SHA256 (gnome/linuxmint-xreader-4.2.6_GH0.tar.gz) = 0a02051fed4919f0accb891b4374adf6431e1d2acd788ef553a6629c878d6a39 +SIZE (gnome/linuxmint-xreader-4.2.6_GH0.tar.gz) = 2213498 diff --git a/science/atompaw/Makefile b/science/atompaw/Makefile index 61ccc526fadb..5e23ebdb9006 100644 --- a/science/atompaw/Makefile +++ b/science/atompaw/Makefile @@ -1,6 +1,6 @@ PORTNAME= atompaw DISTVERSION= 4.2.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= http://users.wfu.edu/natalie/papers/pwpaw/ @@ -16,6 +16,7 @@ LIB_DEPENDS= liblapack.so:math/lapack \ USES= fortran gmake libtool GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-linalg-prefix=${LOCALBASE} OPTIONS_DEFINE= DOCS LIBXC OPTIONS_DEFAULT= LIBXC diff --git a/science/atompaw/files/patch-src_input__dataset__mod.F90 b/science/atompaw/files/patch-src_input__dataset__mod.F90 new file mode 100644 index 000000000000..cca7d9e3d6ae --- /dev/null +++ b/science/atompaw/files/patch-src_input__dataset__mod.F90 @@ -0,0 +1,11 @@ +--- src/input_dataset_mod.F90.orig 2023-06-02 20:37:00 UTC ++++ src/input_dataset_mod.F90 +@@ -2097,7 +2097,7 @@ END IF + INTEGER :: input_unit,echo_unit + INTEGER :: i_all,i_dx,i_xmin,i_zmesh,i_range + LOGICAL :: has_to_echo +- CHARACTER(200) :: inputline ++ CHARACTER(256) :: inputline + TYPE(input_dataset_t),POINTER :: dataset + + !------------------------------------------------------------------ diff --git a/science/berkeleygw/Makefile b/science/berkeleygw/Makefile index 36f76867eaaa..bc988171c441 100644 --- a/science/berkeleygw/Makefile +++ b/science/berkeleygw/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libfftw3.so:math/fftw3 RUN_DEPENDS= bash:shells/bash -USES= blaslapack:openblas gmake fortran python shebangfix +USES= blaslapack:openblas gmake fortran:gfortran python shebangfix SHEBANG_GLOB= *.sh *.py *awk diff --git a/security/openvpn-devel/Makefile b/security/openvpn-devel/Makefile index bf3005b49f02..bc04c60e5f14 100644 --- a/security/openvpn-devel/Makefile +++ b/security/openvpn-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= openvpn -DISTVERSION= g20250801 +DISTVERSION= g20250905 PORTREVISION= 0 # leave in even if 0 to avoid accidental PORTEPOCH bumps PORTEPOCH= 1 CATEGORIES= security net net-vpn @@ -21,7 +21,7 @@ LIB_DEPENDS+= liblzo2.so:archivers/lzo2 USES= autoreconf cpe libtool pkgconfig python:build shebangfix tar:xz IGNORE_SSL= libressl libressl-devel USE_GITLAB= yes -GL_TAGNAME= 7b1b283478ec008fad163c8a54659a1ed97ed727 +GL_TAGNAME= 1e7b9a0fb021f0a64e76369f4efd2001d50ef42b USE_RC_SUBR= openvpn SHEBANG_FILES= sample/sample-scripts/auth-pam.pl \ @@ -63,7 +63,6 @@ OPTIONS_EXCLUDE_FreeBSD_13= DCO # FreeBSD 14 only DCO_DESC= Build with Data Channel Offload (ovpn(4)) support EASYRSA_DESC= Install security/easy-rsa RSA helper package -MBEDTLS_DESC= SSL/TLS via mbedTLS (lacks TLS v1.3) PKCS11_DESC= Use security/pkcs11-helper SMALL_DESC= Build a smaller executable with fewer features X509ALTUSERNAME_DESC= Enable --x509-username-field (OpenSSL only) @@ -77,7 +76,7 @@ EASYRSA_RUN_DEPENDS= easy-rsa>=0:security/easy-rsa LZ4_LIB_DEPENDS+= liblz4.so:archivers/liblz4 LZ4_CONFIGURE_OFF= --disable-lz4 -MBEDTLS_LIB_DEPENDS= libmbedtls.so:security/mbedtls2 +MBEDTLS_LIB_DEPENDS= libmbedtls.so:security/mbedtls3 MBEDTLS_CONFIGURE_ON= --with-crypto-library=mbedtls OPENSSL_USES= ssl diff --git a/security/openvpn-devel/distinfo b/security/openvpn-devel/distinfo index 642485f91297..5af62172f472 100644 --- a/security/openvpn-devel/distinfo +++ b/security/openvpn-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754042576 -SHA256 (openvpn-openvpn-7b1b283478ec008fad163c8a54659a1ed97ed727_GL0.tar.gz) = 6aae8dff746465fa30cfebece17aee8b5c8b18def9d1f44385403d9a5a17d942 -SIZE (openvpn-openvpn-7b1b283478ec008fad163c8a54659a1ed97ed727_GL0.tar.gz) = 1330547 +TIMESTAMP = 1757057338 +SHA256 (openvpn-openvpn-1e7b9a0fb021f0a64e76369f4efd2001d50ef42b_GL0.tar.gz) = bbc283697162a50ea3a107c00f319216eba8ec0ba4b2ff4ea29ca85f92d60f3a +SIZE (openvpn-openvpn-1e7b9a0fb021f0a64e76369f4efd2001d50ef42b_GL0.tar.gz) = 1333583 diff --git a/security/snort3/Makefile b/security/snort3/Makefile index 8a7d723304fe..7064f6c2546e 100644 --- a/security/snort3/Makefile +++ b/security/snort3/Makefile @@ -1,5 +1,5 @@ PORTNAME= snort -DISTVERSION= 3.9.3.0 +DISTVERSION= 3.9.5.0 PORTEPOCH= 1 CATEGORIES= security PKGNAMESUFFIX= 3 diff --git a/security/snort3/distinfo b/security/snort3/distinfo index 5149faaa6b94..4822b69ada6a 100644 --- a/security/snort3/distinfo +++ b/security/snort3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754971093 -SHA256 (snort3-snort3-3.9.3.0_GH0.tar.gz) = c7c2f7488b1a9ec5b60b9706fc3f2f3f9c0e1eb57f384e077676c452570468cf -SIZE (snort3-snort3-3.9.3.0_GH0.tar.gz) = 3521227 +TIMESTAMP = 1757072847 +SHA256 (snort3-snort3-3.9.5.0_GH0.tar.gz) = e2e36a8db2c4c26a6ff58ea58839339260319eba25d0eb901ddb7210f4fa4b4c +SIZE (snort3-snort3-3.9.5.0_GH0.tar.gz) = 3525177 diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml index a7e620621142..0a19623ed18f 100644 --- a/security/vuxml/vuln/2025.xml +++ b/security/vuxml/vuln/2025.xml @@ -2233,7 +2233,7 @@ <affects> <package> <name>libxslt</name> - <range><lt>2</lt></range> <!-- adjust should libxslt ever be fixed --> + <range><lt>1.1.43_2</lt></range> <!-- adjust should libxslt ever be fixed --> </package> <package> <name>linux-c7-libxslt</name> diff --git a/sysutils/lsof/files/patch-Configure b/sysutils/lsof/files/patch-Configure new file mode 100644 index 000000000000..a453f43d8266 --- /dev/null +++ b/sysutils/lsof/files/patch-Configure @@ -0,0 +1,14 @@ +--- Configure.orig 2024-11-18 02:11:27 UTC ++++ Configure +@@ -1089,6 +1089,11 @@ case $LSOF_TGT in # { + LSOF_TSTBIGF=" " + LSOF_VERS=15000 + ;; ++ 16*) ++ LSOF_CFGL="$LSOF_CFGL -lutil" ++ LSOF_TSTBIGF=" " ++ LSOF_VERS=16000 ++ ;; + *) + echo Unknown FreeBSD release: `uname -r` + rm -f $LSOF_HLP diff --git a/sysutils/py-filelock/Makefile b/sysutils/py-filelock/Makefile index 4c4fa96fd962..c8cf42a2591c 100644 --- a/sysutils/py-filelock/Makefile +++ b/sysutils/py-filelock/Makefile @@ -1,5 +1,5 @@ PORTNAME= filelock -DISTVERSION= 3.17.0 +DISTVERSION= 3.19.1 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,12 +15,12 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.18:devel/py-hatchling@${PY_FL ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0.4:devel/py-hatch-vcs@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}covdefaults>=2.3:devel/py-covdefaults@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}coverage>=7.6.1:devel/py-coverage@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}diff-cover>=9.2:devel/py-diff-cover@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>0:devel/py-pytest-asyncio@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}diff-cover>=9.6:devel/py-diff-cover@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=1.1:devel/py-pytest-asyncio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=5:devel/py-pytest-cov@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-timeout>0:devel/py-pytest-timeout@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}virtualenv>=20.26.3:devel/py-virtualenv@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pytest-mock>=3.14.1:devel/py-pytest-mock@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-timeout>=2.4:devel/py-pytest-timeout@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}virtualenv>=20.33.1:devel/py-virtualenv@${PY_FLAVOR} USES= python USE_PYTHON= pep517 autoplist pytest @@ -29,6 +29,6 @@ TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} NO_ARCH= yes -# tests as of 3.17.0: 135 passed, 20 skipped, 1 warning in 54.52s +# tests as of 3.19.1: 150 passed, 20 skipped in 16.91s .include <bsd.port.mk> diff --git a/sysutils/py-filelock/distinfo b/sysutils/py-filelock/distinfo index 2e5399053176..1e5d78c1f089 100644 --- a/sysutils/py-filelock/distinfo +++ b/sysutils/py-filelock/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1737532356 -SHA256 (filelock-3.17.0.tar.gz) = ee4e77401ef576ebb38cd7f13b9b28893194acc20a8e68e18730ba9c0e54660e -SIZE (filelock-3.17.0.tar.gz) = 18027 +TIMESTAMP = 1757052833 +SHA256 (filelock-3.19.1.tar.gz) = 66eda1888b0171c998b35be2bcc0f6d75c388a7ce20c3f3f37aa8e96c2dddf58 +SIZE (filelock-3.19.1.tar.gz) = 17687 diff --git a/sysutils/py-tldr/Makefile b/sysutils/py-tldr/Makefile index eeb4e29ad965..c76b894712bc 100644 --- a/sysutils/py-tldr/Makefile +++ b/sysutils/py-tldr/Makefile @@ -1,7 +1,7 @@ PORTNAME= tldr -PORTVERSION= 3.3.0 -PORTREVISION= 1 +PORTVERSION= 3.4.1 CATEGORIES= sysutils python +MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jinking.this@gmail.com @@ -11,17 +11,14 @@ WWW= https://github.com/tldr-pages/tldr-python-client LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}termcolor>0:devel/py-termcolor@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}shtab>0:devel/py-shtab@${PY_FLAVOR} -USES= python -USE_PYTHON= autoplist distutils flavors - -USE_GITHUB= yes -GH_ACCOUNT= tldr-pages -GH_PROJECT= tldr-python-client - +USES= python shebangfix +USE_PYTHON= autoplist pep517 flavors +SHEBANG_FILES= tldr.py NO_ARCH= yes .include <bsd.port.mk> diff --git a/sysutils/py-tldr/distinfo b/sysutils/py-tldr/distinfo index 47d0d6ce07a6..e2f8836f7f73 100644 --- a/sysutils/py-tldr/distinfo +++ b/sysutils/py-tldr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1725242142 -SHA256 (tldr-pages-tldr-python-client-3.3.0_GH0.tar.gz) = a942af54514295845b99bbf43d48f499023849ad35d5ec11bb7c1665d3ca8d6e -SIZE (tldr-pages-tldr-python-client-3.3.0_GH0.tar.gz) = 96931 +TIMESTAMP = 1756950697 +SHA256 (tldr-3.4.1.tar.gz) = 34f573fa8f65d6b484dab5c2d93392c11141fb44161d4651e21b925820c1303f +SIZE (tldr-3.4.1.tar.gz) = 16805 diff --git a/sysutils/rsyslog8/Makefile b/sysutils/rsyslog8/Makefile index 1bf063135d65..2c04586393fc 100644 --- a/sysutils/rsyslog8/Makefile +++ b/sysutils/rsyslog8/Makefile @@ -1,6 +1,5 @@ PORTNAME= rsyslog -PORTVERSION= 8.2506.0 -PORTREVISION= 2 +PORTVERSION= 8.2508.0 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ @@ -8,9 +7,6 @@ MAINTAINER= matthew@FreeBSD.org COMMENT= Syslogd supporting SQL, TCP, and TLS WWW= https://www.rsyslog.com/ -PATCH_SITES= https://github.com/rgerhards/${PORTNAME}/commit/ -PATCHFILES= 72b8bcc05318f0a72ec828d1a5329fa98c021eb8.patch:-p1 - LICENSE= GPLv3 LGPL3 APACHE20 LICENSE_COMB= multi diff --git a/sysutils/rsyslog8/distinfo b/sysutils/rsyslog8/distinfo index 02313e502df5..7939be646afb 100644 --- a/sysutils/rsyslog8/distinfo +++ b/sysutils/rsyslog8/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1749886759 -SHA256 (rsyslog-8.2506.0.tar.gz) = 6d6fd0257c95e756765d4d585a833d54dd3a0e5eeb8308b862a81b368a74bb7b -SIZE (rsyslog-8.2506.0.tar.gz) = 3484506 +TIMESTAMP = 1757077726 +SHA256 (rsyslog-8.2508.0.tar.gz) = c89b1e74d36d0ca4a95b74a1abe36ed0b1faac8b7c8be471a8415cfa776206fd +SIZE (rsyslog-8.2508.0.tar.gz) = 4344195 SHA256 (72b8bcc05318f0a72ec828d1a5329fa98c021eb8.patch) = f3cb29a469e28678086a81906fe823045563f9132c0a6f97bf887eba7fd1d31d SIZE (72b8bcc05318f0a72ec828d1a5329fa98c021eb8.patch) = 2585 diff --git a/sysutils/rsyslog8/files/patch-runtime_net__ossl.c b/sysutils/rsyslog8/files/patch-runtime_net__ossl.c deleted file mode 100644 index a16b3734ad98..000000000000 --- a/sysutils/rsyslog8/files/patch-runtime_net__ossl.c +++ /dev/null @@ -1,18 +0,0 @@ ---- runtime/net_ossl.c.orig 2025-03-05 18:14:51 UTC -+++ runtime/net_ossl.c -@@ -514,6 +514,7 @@ void net_ossl_lastOpenSSLErrorMsg - #if OPENSSL_VERSION_NUMBER >= 0x10002000L && !defined(LIBRESSL_VERSION_NUMBER) - /* initialize tls config commands in openssl context - */ -+#if OPENSSL_VERSION_NUMBER >= 0x10002000L && !defined(LIBRESSL_VERSION_NUMBER) - rsRetVal net_ossl_apply_tlscgfcmd(net_ossl_t *pThis, uchar *tlscfgcmd) - { - DEFiRet; -@@ -630,6 +631,7 @@ finalize_it: - } - RETiRet; - } -+#endif - - - diff --git a/sysutils/rsyslog8/files/patch-runtime_nsd__ossl.c b/sysutils/rsyslog8/files/patch-runtime_nsd__ossl.c index cc4fbf8037d8..8fd03819cdb5 100644 --- a/sysutils/rsyslog8/files/patch-runtime_nsd__ossl.c +++ b/sysutils/rsyslog8/files/patch-runtime_nsd__ossl.c @@ -1,11 +1,11 @@ ---- runtime/nsd_ossl.c.orig 2025-06-10 09:49:19 UTC +--- runtime/nsd_ossl.c.orig 2025-09-05 13:46:02 UTC +++ runtime/nsd_ossl.c -@@ -854,7 +854,7 @@ osslPostHandshakeCheck(nsd_ossl_t *pNsd) - if (SSL_get_shared_ciphers(pNsd->pNetOssl->ssl,szDbg, sizeof szDbg) != NULL) - dbgprintf("osslPostHandshakeCheck: Debug Shared ciphers = %s\n", szDbg); +@@ -803,7 +803,7 @@ rsRetVal osslPostHandshakeCheck(nsd_ossl_t *pNsd) { + if (SSL_get_shared_ciphers(pNsd->pNetOssl->ssl, szDbg, sizeof szDbg) != NULL) + dbgprintf("osslPostHandshakeCheck: Debug Shared ciphers = %s\n", szDbg); -- #if OPENSSL_VERSION_NUMBER >= 0x10002000L +-#if OPENSSL_VERSION_NUMBER >= 0x10002000L +#if OPENSSL_VERSION_NUMBER >= 0x10002000L && !defined(LIBRESSL_VERSION_NUMBER) - if(SSL_get_shared_curve(pNsd->pNetOssl->ssl, -1) == 0) { - // This is not a failure - LogMsg(0, RS_RET_NO_ERRCODE, LOG_INFO, "nsd_ossl: " + if (SSL_get_shared_curve(pNsd->pNetOssl->ssl, -1) == 0) { + // This is not a failure + LogMsg(0, RS_RET_NO_ERRCODE, LOG_INFO, diff --git a/textproc/Makefile b/textproc/Makefile index cc5bbaff286a..be157932bb3d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -92,7 +92,6 @@ SUBDIR += castxml SUBDIR += catdoc SUBDIR += cg3 - SUBDIR += cgrep SUBDIR += chkascii SUBDIR += choose SUBDIR += chpp @@ -273,6 +272,7 @@ SUBDIR += highlight SUBDIR += hil-aspell SUBDIR += hr-aspell + SUBDIR += hs-cgrep SUBDIR += hs-lhs2tex SUBDIR += hs-pandoc SUBDIR += hs-pandoc-crossref diff --git a/textproc/cgrep/Makefile b/textproc/hs-cgrep/Makefile index 0ddaa3b0b9a9..507372d7649a 100644 --- a/textproc/cgrep/Makefile +++ b/textproc/hs-cgrep/Makefile @@ -1,6 +1,6 @@ -PORTNAME= cgrep -PORTVERSION= 8.1.0 -CATEGORIES= textproc +PORTNAME= hs-cgrep +DISTVERSION= 8.1.0 +CATEGORIES= textproc haskell MAINTAINER= lwhsu@FreeBSD.org COMMENT= Context-aware grep for source codes diff --git a/textproc/cgrep/distinfo b/textproc/hs-cgrep/distinfo index 948b5059307c..948b5059307c 100644 --- a/textproc/cgrep/distinfo +++ b/textproc/hs-cgrep/distinfo diff --git a/textproc/cgrep/files/patch-__cabal__deps_rawfilepath-1.1.0_cbits_runProcess.c b/textproc/hs-cgrep/files/patch-__cabal__deps_rawfilepath-1.1.0_cbits_runProcess.c index 3138ffa8ac60..3138ffa8ac60 100644 --- a/textproc/cgrep/files/patch-__cabal__deps_rawfilepath-1.1.0_cbits_runProcess.c +++ b/textproc/hs-cgrep/files/patch-__cabal__deps_rawfilepath-1.1.0_cbits_runProcess.c diff --git a/textproc/cgrep/pkg-descr b/textproc/hs-cgrep/pkg-descr index 66346077e741..66346077e741 100644 --- a/textproc/cgrep/pkg-descr +++ b/textproc/hs-cgrep/pkg-descr diff --git a/textproc/link-grammar/Makefile b/textproc/link-grammar/Makefile index 39948ec304c6..4f6589a90884 100644 --- a/textproc/link-grammar/Makefile +++ b/textproc/link-grammar/Makefile @@ -1,6 +1,5 @@ PORTNAME= link-grammar -DISTVERSION= 5.10.5 -PORTREVISION= 2 +DISTVERSION= 5.12.5 CATEGORIES= textproc MASTER_SITES= https://www.gnucash.org/${PORTNAME}/downloads/${PORTVERSION}/ @@ -26,7 +25,7 @@ LIB_DEPENDS= libpcre2-8.so:devel/pcre2 PLIST_SUB= VERSION=${PORTVERSION} OPTIONS_SUB= yes -OPTIONS_DEFINE= EDITLINE JAVA PERL SAT_SOLVER PYTHON +OPTIONS_DEFINE= EDITLINE JAVA PERL SAT_SOLVER OPTIONS_DEFAULT= EDITLINE HUNSPELL SAT_SOLVER OPTIONS_MULTI= SPELL @@ -54,7 +53,4 @@ SAT_SOLVER_CONFIGURE_ENABLE= sat-solver SAT_SOLVER_DESC= Use boolean SAT parser SAT_SOLVER_LIB_DEPENDS= libminisat.so:math/minisat -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblink-grammar.so.${DISTVERSION} # see https://github.com/opencog/link-grammar/issues/645 - .include <bsd.port.mk> diff --git a/textproc/link-grammar/distinfo b/textproc/link-grammar/distinfo index 985e37b63df0..a32a516e4f17 100644 --- a/textproc/link-grammar/distinfo +++ b/textproc/link-grammar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1656160404 -SHA256 (link-grammar-5.10.5.tar.gz) = 324710cd8132975ff9ccb53509732f7558473b1c19f17892000a3dedb8618aed -SIZE (link-grammar-5.10.5.tar.gz) = 4637765 +TIMESTAMP = 1754743831 +SHA256 (link-grammar-5.12.5.tar.gz) = adf7e60a40248e261dd159b948ad6c6b8cd4f99142525888081dca140395da34 +SIZE (link-grammar-5.12.5.tar.gz) = 4727809 diff --git a/textproc/link-grammar/pkg-plist b/textproc/link-grammar/pkg-plist index 6074ba87cafa..23136aca5b46 100644 --- a/textproc/link-grammar/pkg-plist +++ b/textproc/link-grammar/pkg-plist @@ -1,6 +1,7 @@ bin/link-generator bin/link-parser include/link-grammar/dict-api.h +include/link-grammar/dict-atomese.h include/link-grammar/dict-structures.h include/link-grammar/link-features.h include/link-grammar/link-includes.h @@ -76,6 +77,9 @@ libdata/pkgconfig/link-grammar.pc %%DATADIR%%/de/4.0.dict %%DATADIR%%/de/4.0.knowledge %%DATADIR%%/de/4.0.regex +%%DATADIR%%/demo-atomese/4.0.affix +%%DATADIR%%/demo-atomese/atomese-dict.scm +%%DATADIR%%/demo-atomese/storage.dict %%DATADIR%%/demo-sql/4.0.affix %%DATADIR%%/demo-sql/4.0.constituent-knowledge %%DATADIR%%/demo-sql/4.0.knowledge @@ -139,6 +143,7 @@ libdata/pkgconfig/link-grammar.pc %%DATADIR%%/en/words/words.n.3-const %%DATADIR%%/en/words/words.n.3-vowel %%DATADIR%%/en/words/words.n.3.y +%%DATADIR%%/en/words/words.n.4-const %%DATADIR%%/en/words/words.n.t %%DATADIR%%/en/words/words.v.1.1 %%DATADIR%%/en/words/words.v.1.2 diff --git a/textproc/linux-rl9-libxml2/Makefile b/textproc/linux-rl9-libxml2/Makefile index 88e995c000d0..8ec5a8749b64 100644 --- a/textproc/linux-rl9-libxml2/Makefile +++ b/textproc/linux-rl9-libxml2/Makefile @@ -1,7 +1,7 @@ PORTNAME= libxml2 PORTVERSION= 2.9.13 -DISTVERSIONSUFFIX= -9.el9_6 -PORTREVISION= 7 +DISTVERSIONSUFFIX= -12.el9_6 +PORTREVISION= 8 CATEGORIES= textproc linux MAINTAINER= emulation@FreeBSD.org diff --git a/textproc/linux-rl9-libxml2/distinfo b/textproc/linux-rl9-libxml2/distinfo index 8ff3cb96a081..b4585099e48c 100644 --- a/textproc/linux-rl9-libxml2/distinfo +++ b/textproc/linux-rl9-libxml2/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1750640320 -SHA256 (rocky/l/libxml2-2.9.13-9.el9_6.aarch64.rpm) = fe512f3279b1b814caea17e5673d6cdba945b87257881e76ca67e9e44596e213 -SIZE (rocky/l/libxml2-2.9.13-9.el9_6.aarch64.rpm) = 746007 -SHA256 (rocky/l/libxml2-2.9.13-9.el9_6.i686.rpm) = ee3f310cba35d537a6d3c2def4ebbbd5272fe3db4e646021e59bfe62405c4232 -SIZE (rocky/l/libxml2-2.9.13-9.el9_6.i686.rpm) = 802196 -SHA256 (rocky/l/libxml2-2.9.13-9.el9_6.x86_64.rpm) = b396d041086c62dc315b697b34d9eed7a771999f10d86be1f37840adeba51da8 -SIZE (rocky/l/libxml2-2.9.13-9.el9_6.x86_64.rpm) = 763753 -SHA256 (rocky/l/libxml2-2.9.13-9.el9_6.src.rpm) = 4478c3f8fd5b3be120ae47c3aaff2e0b619ce2369fc891659db33c7629273fa5 -SIZE (rocky/l/libxml2-2.9.13-9.el9_6.src.rpm) = 3274891 +TIMESTAMP = 1757066192 +SHA256 (rocky/l/libxml2-2.9.13-12.el9_6.aarch64.rpm) = 68d659198ec432321b37ae8c4bbf3e1e04a3b6d875cab21125f1859af25baa1d +SIZE (rocky/l/libxml2-2.9.13-12.el9_6.aarch64.rpm) = 746118 +SHA256 (rocky/l/libxml2-2.9.13-12.el9_6.i686.rpm) = a265e2ebb73add49359f3865e8884e48124e8ce82e21af90f70f98a5e4118bbf +SIZE (rocky/l/libxml2-2.9.13-12.el9_6.i686.rpm) = 802620 +SHA256 (rocky/l/libxml2-2.9.13-12.el9_6.x86_64.rpm) = 10a8bd5bf4bbc1cf043bdc54860c51b5cf0b37e9f753c1098b35bc0de7bb3435 +SIZE (rocky/l/libxml2-2.9.13-12.el9_6.x86_64.rpm) = 763770 +SHA256 (rocky/l/libxml2-2.9.13-12.el9_6.src.rpm) = a4af001d40765ac975ff56cc37e42b726845b3346f8996f34bb9fb373942f419 +SIZE (rocky/l/libxml2-2.9.13-12.el9_6.src.rpm) = 3285239 diff --git a/www/filebrowser-quantum/Makefile b/www/filebrowser-quantum/Makefile index f2aa6df8fe4a..fed39f7a842d 100644 --- a/www/filebrowser-quantum/Makefile +++ b/www/filebrowser-quantum/Makefile @@ -1,7 +1,6 @@ PORTNAME= filebrowser-quantum DISTVERSIONPREFIX= v -DISTVERSION= 0.8.3-beta -PORTREVISION= 1 +DISTVERSION= 0.8.4-beta CATEGORIES= www MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.frontend${EXTRACT_SUFX} \ diff --git a/www/filebrowser-quantum/distinfo b/www/filebrowser-quantum/distinfo index 572a333c0cb4..3b70a9054236 100644 --- a/www/filebrowser-quantum/distinfo +++ b/www/filebrowser-quantum/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1756492725 -SHA256 (filebrowser-quantum-v0.8.3-beta.frontend.tar.gz) = 760cc587f4d6ff71fa62830e127686ce683020775252fb30f849c1d5474eff44 -SIZE (filebrowser-quantum-v0.8.3-beta.frontend.tar.gz) = 1816747 -SHA256 (filebrowser-quantum-v0.8.3-beta.vendor.tar.gz) = e8852ee68bf200ecbd422e5ad2c8f07319dceb258af38a1875f0a80fc076db5f -SIZE (filebrowser-quantum-v0.8.3-beta.vendor.tar.gz) = 67516439 -SHA256 (gtsteffaniak-filebrowser-v0.8.3-beta_GH0.tar.gz) = 73d786347f86bb9cb1d71f9393a2d0c4c77b21ece80a57b0807de48c2e77ae0c -SIZE (gtsteffaniak-filebrowser-v0.8.3-beta_GH0.tar.gz) = 4431099 +TIMESTAMP = 1757114189 +SHA256 (filebrowser-quantum-v0.8.4-beta.frontend.tar.gz) = 1235e419db970ed91db2d1747b75cfe059bd23b0424ec385bdd8d3747f8ca1c2 +SIZE (filebrowser-quantum-v0.8.4-beta.frontend.tar.gz) = 1896838 +SHA256 (filebrowser-quantum-v0.8.4-beta.vendor.tar.gz) = b3e4254a34f2d066015a759680b302847d3e38c4b287dee1bc3d42c15eaea5f4 +SIZE (filebrowser-quantum-v0.8.4-beta.vendor.tar.gz) = 67716596 +SHA256 (gtsteffaniak-filebrowser-v0.8.4-beta_GH0.tar.gz) = 54d508cf7656c0c9eac75a3cd86511432f4b95da88928b02a92bc8dd428872d3 +SIZE (gtsteffaniak-filebrowser-v0.8.4-beta_GH0.tar.gz) = 4491385 diff --git a/www/linux-brave/Makefile b/www/linux-brave/Makefile index 4d94cde87a90..f003eab44fc6 100644 --- a/www/linux-brave/Makefile +++ b/www/linux-brave/Makefile @@ -1,6 +1,5 @@ PORTNAME= brave PORTVERSION= ${BRAVE_VER} -PORTREVISION= 2 CATEGORIES= www linux MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}-browser/releases/download/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-browser-${BRAVE_VER}-${BRAVE_BUILD}${EXTRACT_SUFX_${ARCH}} @@ -31,7 +30,7 @@ SRC_SUFX?= .src${EXTRACT_SUFX} REINPLACE_ARGS= -i "" -BRAVE_VER?= 1.75.180 +BRAVE_VER?= 1.82.161 BRAVE_BUILD?= 1 DATADIR= ${PREFIX}/share/${PORTNAME} @@ -43,7 +42,8 @@ SUB_FILES= brave-browser post-extract: @${REINPLACE_CMD} -e 's|/usr/bin/brave-browser-stable|${LOCALBASE}/bin/brave-browser|' \ - ${WRKSRC}/usr/share/applications/brave-browser.desktop + ${WRKSRC}/usr/share/applications/brave-browser.desktop \ + ${WRKSRC}/usr/share/applications/com.brave.Browser.desktop do-install: ${INSTALL_SCRIPT} ${WRKDIR}/brave-browser ${STAGEDIR}${PREFIX}/bin diff --git a/www/linux-brave/distinfo b/www/linux-brave/distinfo index f886efbc3ac0..46068e676a85 100644 --- a/www/linux-brave/distinfo +++ b/www/linux-brave/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1740275702 -SHA256 (brave-browser-1.75.180-1.aarch64.rpm) = fd8f3def33bcb05f2b871bda09f8b49fa7d664025fc9a75df29645796c337a9e -SIZE (brave-browser-1.75.180-1.aarch64.rpm) = 116070649 -SHA256 (brave-browser-1.75.180-1.x86_64.rpm) = cdc8e74cd98461dd69f5aed210b2c4c88b68e3aba34bf3fd782060036bd3b948 -SIZE (brave-browser-1.75.180-1.x86_64.rpm) = 125022001 +TIMESTAMP = 1757064545 +SHA256 (brave-browser-1.82.161-1.aarch64.rpm) = 01d10c649ee3a3782da86cb19d561755fba11c34c9d0f266ba196bea46ad0c64 +SIZE (brave-browser-1.82.161-1.aarch64.rpm) = 122581173 +SHA256 (brave-browser-1.82.161-1.x86_64.rpm) = 7fd3c255860c612387c0441d106559492b900aeae0c5f772b8e95c15cdba4dfc +SIZE (brave-browser-1.82.161-1.x86_64.rpm) = 130824829 diff --git a/www/linux-brave/pkg-plist b/www/linux-brave/pkg-plist index b6ae87254b04..648593f9e219 100644 --- a/www/linux-brave/pkg-plist +++ b/www/linux-brave/pkg-plist @@ -2,6 +2,7 @@ bin/brave-browser /%%ETCDIR%%/policies/managed/brave.json /%%ETCDIR%%/policies/managed/webrtc.json share/applications/brave-browser.desktop +share/applications/com.brave.Browser.desktop share/appdata/brave-browser.appdata.xml %%DATADIR%%/LICENSE %%DATADIR%%/MEIPreload/manifest.json @@ -29,6 +30,7 @@ share/appdata/brave-browser.appdata.xml %%DATADIR%%/locales/af.pak %%DATADIR%%/locales/am.pak %%DATADIR%%/locales/ar.pak +%%DATADIR%%/locales/az.pak %%DATADIR%%/locales/bg.pak %%DATADIR%%/locales/bn.pak %%DATADIR%%/locales/ca.pak @@ -53,13 +55,20 @@ share/appdata/brave-browser.appdata.xml %%DATADIR%%/locales/id.pak %%DATADIR%%/locales/it.pak %%DATADIR%%/locales/ja.pak +%%DATADIR%%/locales/ka.pak +%%DATADIR%%/locales/kk.pak +%%DATADIR%%/locales/km.pak %%DATADIR%%/locales/kn.pak %%DATADIR%%/locales/ko.pak +%%DATADIR%%/locales/lo.pak %%DATADIR%%/locales/lt.pak %%DATADIR%%/locales/lv.pak +%%DATADIR%%/locales/mk.pak %%DATADIR%%/locales/ml.pak +%%DATADIR%%/locales/mn.pak %%DATADIR%%/locales/mr.pak %%DATADIR%%/locales/ms.pak +%%DATADIR%%/locales/my.pak %%DATADIR%%/locales/nb.pak %%DATADIR%%/locales/nl.pak %%DATADIR%%/locales/pl.pak @@ -67,8 +76,11 @@ share/appdata/brave-browser.appdata.xml %%DATADIR%%/locales/pt-PT.pak %%DATADIR%%/locales/ro.pak %%DATADIR%%/locales/ru.pak +%%DATADIR%%/locales/si.pak %%DATADIR%%/locales/sk.pak %%DATADIR%%/locales/sl.pak +%%DATADIR%%/locales/sq.pak +%%DATADIR%%/locales/sr-Latn.pak %%DATADIR%%/locales/sr.pak %%DATADIR%%/locales/sv.pak %%DATADIR%%/locales/sw.pak @@ -78,6 +90,7 @@ share/appdata/brave-browser.appdata.xml %%DATADIR%%/locales/tr.pak %%DATADIR%%/locales/uk.pak %%DATADIR%%/locales/ur.pak +%%DATADIR%%/locales/uz.pak %%DATADIR%%/locales/vi.pak %%DATADIR%%/locales/zh-CN.pak %%DATADIR%%/locales/zh-TW.pak @@ -93,6 +106,7 @@ share/appdata/brave-browser.appdata.xml %%DATADIR%%/resources/brave_extension/_locales/af/messages.json %%DATADIR%%/resources/brave_extension/_locales/am/messages.json %%DATADIR%%/resources/brave_extension/_locales/ar/messages.json +%%DATADIR%%/resources/brave_extension/_locales/az/messages.json %%DATADIR%%/resources/brave_extension/_locales/bg/messages.json %%DATADIR%%/resources/brave_extension/_locales/bn/messages.json %%DATADIR%%/resources/brave_extension/_locales/ca/messages.json @@ -117,13 +131,20 @@ share/appdata/brave-browser.appdata.xml %%DATADIR%%/resources/brave_extension/_locales/id/messages.json %%DATADIR%%/resources/brave_extension/_locales/it/messages.json %%DATADIR%%/resources/brave_extension/_locales/ja/messages.json +%%DATADIR%%/resources/brave_extension/_locales/ka/messages.json +%%DATADIR%%/resources/brave_extension/_locales/kk/messages.json +%%DATADIR%%/resources/brave_extension/_locales/km/messages.json %%DATADIR%%/resources/brave_extension/_locales/kn/messages.json %%DATADIR%%/resources/brave_extension/_locales/ko/messages.json +%%DATADIR%%/resources/brave_extension/_locales/lo/messages.json %%DATADIR%%/resources/brave_extension/_locales/lt/messages.json %%DATADIR%%/resources/brave_extension/_locales/lv/messages.json +%%DATADIR%%/resources/brave_extension/_locales/mk/messages.json %%DATADIR%%/resources/brave_extension/_locales/ml/messages.json +%%DATADIR%%/resources/brave_extension/_locales/mn/messages.json %%DATADIR%%/resources/brave_extension/_locales/mr/messages.json %%DATADIR%%/resources/brave_extension/_locales/ms/messages.json +%%DATADIR%%/resources/brave_extension/_locales/my/messages.json %%DATADIR%%/resources/brave_extension/_locales/nb/messages.json %%DATADIR%%/resources/brave_extension/_locales/nl/messages.json %%DATADIR%%/resources/brave_extension/_locales/pl/messages.json @@ -131,9 +152,12 @@ share/appdata/brave-browser.appdata.xml %%DATADIR%%/resources/brave_extension/_locales/pt_PT/messages.json %%DATADIR%%/resources/brave_extension/_locales/ro/messages.json %%DATADIR%%/resources/brave_extension/_locales/ru/messages.json +%%DATADIR%%/resources/brave_extension/_locales/si/messages.json %%DATADIR%%/resources/brave_extension/_locales/sk/messages.json %%DATADIR%%/resources/brave_extension/_locales/sl/messages.json +%%DATADIR%%/resources/brave_extension/_locales/sq/messages.json %%DATADIR%%/resources/brave_extension/_locales/sr/messages.json +%%DATADIR%%/resources/brave_extension/_locales/sr_Latn/messages.json %%DATADIR%%/resources/brave_extension/_locales/sv/messages.json %%DATADIR%%/resources/brave_extension/_locales/sw/messages.json %%DATADIR%%/resources/brave_extension/_locales/ta/messages.json @@ -142,6 +166,7 @@ share/appdata/brave-browser.appdata.xml %%DATADIR%%/resources/brave_extension/_locales/tr/messages.json %%DATADIR%%/resources/brave_extension/_locales/uk/messages.json %%DATADIR%%/resources/brave_extension/_locales/ur/messages.json +%%DATADIR%%/resources/brave_extension/_locales/uz/messages.json %%DATADIR%%/resources/brave_extension/_locales/vi/messages.json %%DATADIR%%/resources/brave_extension/_locales/zh_CN/messages.json %%DATADIR%%/resources/brave_extension/_locales/zh_TW/messages.json diff --git a/www/linux-chrome/Makefile b/www/linux-chrome/Makefile index 674681c5d2c8..c8a9339ea869 100644 --- a/www/linux-chrome/Makefile +++ b/www/linux-chrome/Makefile @@ -1,6 +1,5 @@ PORTNAME= chrome PORTVERSION= ${CHROME_VER} -PORTREVISION= 2 CATEGORIES= www linux MASTER_SITES= https://dl.google.com/linux/chrome/rpm/stable/x86_64/ DISTNAME= google-${PORTNAME}-stable-${CHROME_VER}-${CHROME_BUILD}.x86_64 @@ -33,7 +32,7 @@ SRC_SUFX?= .src${EXTRACT_SUFX} REINPLACE_ARGS= -i "" -CHROME_VER?= 133.0.6943.126 +CHROME_VER?= 140.0.7339.80 CHROME_BUILD?= 1 DATADIR= ${PREFIX}/share/${PORTNAME} @@ -45,7 +44,8 @@ SUB_FILES= google-chrome post-extract: @${REINPLACE_CMD} -e 's|/usr/bin/google-chrome-stable|${LOCALBASE}/bin/google-chrome|' \ - ${WRKSRC}/usr/share/applications/google-chrome.desktop + ${WRKSRC}/usr/share/applications/google-chrome.desktop \ + ${WRKSRC}/usr/share/applications/com.google.Chrome.desktop do-install: ${INSTALL_SCRIPT} ${WRKDIR}/google-chrome ${STAGEDIR}${PREFIX}/bin diff --git a/www/linux-chrome/distinfo b/www/linux-chrome/distinfo index 3a825c744397..a99eff609541 100644 --- a/www/linux-chrome/distinfo +++ b/www/linux-chrome/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740275621 -SHA256 (google-chrome-stable-133.0.6943.126-1.x86_64.rpm) = d31a2b09bb33885479c2d592ded9314b5935d21a5d5742399996d7182d307d1a -SIZE (google-chrome-stable-133.0.6943.126-1.x86_64.rpm) = 117732637 +TIMESTAMP = 1757064606 +SHA256 (google-chrome-stable-140.0.7339.80-1.x86_64.rpm) = 216219726c13bd02fc2df88892b6937b19fdb8568f56df71f54facd8a423448c +SIZE (google-chrome-stable-140.0.7339.80-1.x86_64.rpm) = 123277613 diff --git a/www/linux-chrome/pkg-plist b/www/linux-chrome/pkg-plist index b0ccf16d9dd3..aa102b49104c 100644 --- a/www/linux-chrome/pkg-plist +++ b/www/linux-chrome/pkg-plist @@ -1,5 +1,6 @@ bin/google-chrome share/appdata/google-chrome.appdata.xml +share/applications/com.google.Chrome.desktop share/applications/google-chrome.desktop %%DATADIR%%/CHROME_VERSION_EXTRA %%DATADIR%%/MEIPreload/manifest.json @@ -27,60 +28,225 @@ share/applications/google-chrome.desktop %%DATADIR%%/libvk_swiftshader.so %%DATADIR%%/libvulkan.so.1 %%DATADIR%%/locales/af.pak +%%DATADIR%%/locales/af_FEMININE.pak +%%DATADIR%%/locales/af_MASCULINE.pak +%%DATADIR%%/locales/af_NEUTER.pak %%DATADIR%%/locales/am.pak +%%DATADIR%%/locales/am_FEMININE.pak +%%DATADIR%%/locales/am_MASCULINE.pak +%%DATADIR%%/locales/am_NEUTER.pak %%DATADIR%%/locales/ar.pak +%%DATADIR%%/locales/ar_FEMININE.pak +%%DATADIR%%/locales/ar_MASCULINE.pak +%%DATADIR%%/locales/ar_NEUTER.pak %%DATADIR%%/locales/bg.pak +%%DATADIR%%/locales/bg_FEMININE.pak +%%DATADIR%%/locales/bg_MASCULINE.pak +%%DATADIR%%/locales/bg_NEUTER.pak %%DATADIR%%/locales/bn.pak +%%DATADIR%%/locales/bn_FEMININE.pak +%%DATADIR%%/locales/bn_MASCULINE.pak +%%DATADIR%%/locales/bn_NEUTER.pak %%DATADIR%%/locales/ca.pak +%%DATADIR%%/locales/ca_FEMININE.pak +%%DATADIR%%/locales/ca_MASCULINE.pak +%%DATADIR%%/locales/ca_NEUTER.pak %%DATADIR%%/locales/cs.pak +%%DATADIR%%/locales/cs_FEMININE.pak +%%DATADIR%%/locales/cs_MASCULINE.pak +%%DATADIR%%/locales/cs_NEUTER.pak %%DATADIR%%/locales/da.pak +%%DATADIR%%/locales/da_FEMININE.pak +%%DATADIR%%/locales/da_MASCULINE.pak +%%DATADIR%%/locales/da_NEUTER.pak %%DATADIR%%/locales/de.pak +%%DATADIR%%/locales/de_FEMININE.pak +%%DATADIR%%/locales/de_MASCULINE.pak +%%DATADIR%%/locales/de_NEUTER.pak %%DATADIR%%/locales/el.pak +%%DATADIR%%/locales/el_FEMININE.pak +%%DATADIR%%/locales/el_MASCULINE.pak +%%DATADIR%%/locales/el_NEUTER.pak %%DATADIR%%/locales/en-GB.pak +%%DATADIR%%/locales/en-GB_FEMININE.pak +%%DATADIR%%/locales/en-GB_MASCULINE.pak +%%DATADIR%%/locales/en-GB_NEUTER.pak %%DATADIR%%/locales/en-US.pak +%%DATADIR%%/locales/en-US_FEMININE.pak +%%DATADIR%%/locales/en-US_MASCULINE.pak +%%DATADIR%%/locales/en-US_NEUTER.pak %%DATADIR%%/locales/es-419.pak +%%DATADIR%%/locales/es-419_FEMININE.pak +%%DATADIR%%/locales/es-419_MASCULINE.pak +%%DATADIR%%/locales/es-419_NEUTER.pak %%DATADIR%%/locales/es.pak +%%DATADIR%%/locales/es_FEMININE.pak +%%DATADIR%%/locales/es_MASCULINE.pak +%%DATADIR%%/locales/es_NEUTER.pak %%DATADIR%%/locales/et.pak +%%DATADIR%%/locales/et_FEMININE.pak +%%DATADIR%%/locales/et_MASCULINE.pak +%%DATADIR%%/locales/et_NEUTER.pak %%DATADIR%%/locales/fa.pak +%%DATADIR%%/locales/fa_FEMININE.pak +%%DATADIR%%/locales/fa_MASCULINE.pak +%%DATADIR%%/locales/fa_NEUTER.pak %%DATADIR%%/locales/fi.pak +%%DATADIR%%/locales/fi_FEMININE.pak +%%DATADIR%%/locales/fi_MASCULINE.pak +%%DATADIR%%/locales/fi_NEUTER.pak %%DATADIR%%/locales/fil.pak +%%DATADIR%%/locales/fil_FEMININE.pak +%%DATADIR%%/locales/fil_MASCULINE.pak +%%DATADIR%%/locales/fil_NEUTER.pak %%DATADIR%%/locales/fr.pak +%%DATADIR%%/locales/fr_FEMININE.pak +%%DATADIR%%/locales/fr_MASCULINE.pak +%%DATADIR%%/locales/fr_NEUTER.pak %%DATADIR%%/locales/gu.pak +%%DATADIR%%/locales/gu_FEMININE.pak +%%DATADIR%%/locales/gu_MASCULINE.pak +%%DATADIR%%/locales/gu_NEUTER.pak %%DATADIR%%/locales/he.pak +%%DATADIR%%/locales/he_FEMININE.pak +%%DATADIR%%/locales/he_MASCULINE.pak +%%DATADIR%%/locales/he_NEUTER.pak %%DATADIR%%/locales/hi.pak +%%DATADIR%%/locales/hi_FEMININE.pak +%%DATADIR%%/locales/hi_MASCULINE.pak +%%DATADIR%%/locales/hi_NEUTER.pak %%DATADIR%%/locales/hr.pak +%%DATADIR%%/locales/hr_FEMININE.pak +%%DATADIR%%/locales/hr_MASCULINE.pak +%%DATADIR%%/locales/hr_NEUTER.pak %%DATADIR%%/locales/hu.pak +%%DATADIR%%/locales/hu_FEMININE.pak +%%DATADIR%%/locales/hu_MASCULINE.pak +%%DATADIR%%/locales/hu_NEUTER.pak %%DATADIR%%/locales/id.pak +%%DATADIR%%/locales/id_FEMININE.pak +%%DATADIR%%/locales/id_MASCULINE.pak +%%DATADIR%%/locales/id_NEUTER.pak %%DATADIR%%/locales/it.pak +%%DATADIR%%/locales/it_FEMININE.pak +%%DATADIR%%/locales/it_MASCULINE.pak +%%DATADIR%%/locales/it_NEUTER.pak %%DATADIR%%/locales/ja.pak +%%DATADIR%%/locales/ja_FEMININE.pak +%%DATADIR%%/locales/ja_MASCULINE.pak +%%DATADIR%%/locales/ja_NEUTER.pak %%DATADIR%%/locales/kn.pak +%%DATADIR%%/locales/kn_FEMININE.pak +%%DATADIR%%/locales/kn_MASCULINE.pak +%%DATADIR%%/locales/kn_NEUTER.pak %%DATADIR%%/locales/ko.pak +%%DATADIR%%/locales/ko_FEMININE.pak +%%DATADIR%%/locales/ko_MASCULINE.pak +%%DATADIR%%/locales/ko_NEUTER.pak %%DATADIR%%/locales/lt.pak +%%DATADIR%%/locales/lt_FEMININE.pak +%%DATADIR%%/locales/lt_MASCULINE.pak +%%DATADIR%%/locales/lt_NEUTER.pak %%DATADIR%%/locales/lv.pak +%%DATADIR%%/locales/lv_FEMININE.pak +%%DATADIR%%/locales/lv_MASCULINE.pak +%%DATADIR%%/locales/lv_NEUTER.pak %%DATADIR%%/locales/ml.pak +%%DATADIR%%/locales/ml_FEMININE.pak +%%DATADIR%%/locales/ml_MASCULINE.pak +%%DATADIR%%/locales/ml_NEUTER.pak %%DATADIR%%/locales/mr.pak +%%DATADIR%%/locales/mr_FEMININE.pak +%%DATADIR%%/locales/mr_MASCULINE.pak +%%DATADIR%%/locales/mr_NEUTER.pak %%DATADIR%%/locales/ms.pak +%%DATADIR%%/locales/ms_FEMININE.pak +%%DATADIR%%/locales/ms_MASCULINE.pak +%%DATADIR%%/locales/ms_NEUTER.pak %%DATADIR%%/locales/nb.pak +%%DATADIR%%/locales/nb_FEMININE.pak +%%DATADIR%%/locales/nb_MASCULINE.pak +%%DATADIR%%/locales/nb_NEUTER.pak %%DATADIR%%/locales/nl.pak +%%DATADIR%%/locales/nl_FEMININE.pak +%%DATADIR%%/locales/nl_MASCULINE.pak +%%DATADIR%%/locales/nl_NEUTER.pak %%DATADIR%%/locales/pl.pak +%%DATADIR%%/locales/pl_FEMININE.pak +%%DATADIR%%/locales/pl_MASCULINE.pak +%%DATADIR%%/locales/pl_NEUTER.pak %%DATADIR%%/locales/pt-BR.pak +%%DATADIR%%/locales/pt-BR_FEMININE.pak +%%DATADIR%%/locales/pt-BR_MASCULINE.pak +%%DATADIR%%/locales/pt-BR_NEUTER.pak %%DATADIR%%/locales/pt-PT.pak +%%DATADIR%%/locales/pt-PT_FEMININE.pak +%%DATADIR%%/locales/pt-PT_MASCULINE.pak +%%DATADIR%%/locales/pt-PT_NEUTER.pak %%DATADIR%%/locales/ro.pak +%%DATADIR%%/locales/ro_FEMININE.pak +%%DATADIR%%/locales/ro_MASCULINE.pak +%%DATADIR%%/locales/ro_NEUTER.pak %%DATADIR%%/locales/ru.pak +%%DATADIR%%/locales/ru_FEMININE.pak +%%DATADIR%%/locales/ru_MASCULINE.pak +%%DATADIR%%/locales/ru_NEUTER.pak %%DATADIR%%/locales/sk.pak +%%DATADIR%%/locales/sk_FEMININE.pak +%%DATADIR%%/locales/sk_MASCULINE.pak +%%DATADIR%%/locales/sk_NEUTER.pak %%DATADIR%%/locales/sl.pak +%%DATADIR%%/locales/sl_FEMININE.pak +%%DATADIR%%/locales/sl_MASCULINE.pak +%%DATADIR%%/locales/sl_NEUTER.pak %%DATADIR%%/locales/sr.pak +%%DATADIR%%/locales/sr_FEMININE.pak +%%DATADIR%%/locales/sr_MASCULINE.pak +%%DATADIR%%/locales/sr_NEUTER.pak %%DATADIR%%/locales/sv.pak +%%DATADIR%%/locales/sv_FEMININE.pak +%%DATADIR%%/locales/sv_MASCULINE.pak +%%DATADIR%%/locales/sv_NEUTER.pak %%DATADIR%%/locales/sw.pak +%%DATADIR%%/locales/sw_FEMININE.pak +%%DATADIR%%/locales/sw_MASCULINE.pak +%%DATADIR%%/locales/sw_NEUTER.pak %%DATADIR%%/locales/ta.pak +%%DATADIR%%/locales/ta_FEMININE.pak +%%DATADIR%%/locales/ta_MASCULINE.pak +%%DATADIR%%/locales/ta_NEUTER.pak %%DATADIR%%/locales/te.pak +%%DATADIR%%/locales/te_FEMININE.pak +%%DATADIR%%/locales/te_MASCULINE.pak +%%DATADIR%%/locales/te_NEUTER.pak %%DATADIR%%/locales/th.pak +%%DATADIR%%/locales/th_FEMININE.pak +%%DATADIR%%/locales/th_MASCULINE.pak +%%DATADIR%%/locales/th_NEUTER.pak %%DATADIR%%/locales/tr.pak +%%DATADIR%%/locales/tr_FEMININE.pak +%%DATADIR%%/locales/tr_MASCULINE.pak +%%DATADIR%%/locales/tr_NEUTER.pak %%DATADIR%%/locales/uk.pak +%%DATADIR%%/locales/uk_FEMININE.pak +%%DATADIR%%/locales/uk_MASCULINE.pak +%%DATADIR%%/locales/uk_NEUTER.pak %%DATADIR%%/locales/ur.pak +%%DATADIR%%/locales/ur_FEMININE.pak +%%DATADIR%%/locales/ur_MASCULINE.pak +%%DATADIR%%/locales/ur_NEUTER.pak %%DATADIR%%/locales/vi.pak +%%DATADIR%%/locales/vi_FEMININE.pak +%%DATADIR%%/locales/vi_MASCULINE.pak +%%DATADIR%%/locales/vi_NEUTER.pak %%DATADIR%%/locales/zh-CN.pak +%%DATADIR%%/locales/zh-CN_FEMININE.pak +%%DATADIR%%/locales/zh-CN_MASCULINE.pak +%%DATADIR%%/locales/zh-CN_NEUTER.pak %%DATADIR%%/locales/zh-TW.pak +%%DATADIR%%/locales/zh-TW_FEMININE.pak +%%DATADIR%%/locales/zh-TW_MASCULINE.pak +%%DATADIR%%/locales/zh-TW_NEUTER.pak %%DATADIR%%/product_logo_128.png %%DATADIR%%/product_logo_16.png %%DATADIR%%/product_logo_24.png diff --git a/www/mongoose/Makefile b/www/mongoose/Makefile index 43f5296e26e6..777719e09f3a 100644 --- a/www/mongoose/Makefile +++ b/www/mongoose/Makefile @@ -1,5 +1,6 @@ PORTNAME= mongoose -PORTVERSION= 5.6 +DISTVERSION= 5.6 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= lytboris@gmail.com diff --git a/www/mongoose/files/mongoose.in b/www/mongoose/files/mongoose.in index 99ee54b11bbe..d6db19280e3b 100644 --- a/www/mongoose/files/mongoose.in +++ b/www/mongoose/files/mongoose.in @@ -1,7 +1,7 @@ #!/bin/sh # PROVIDE: mongoose -# REQUIRE: daemon +# REQUIRE: DAEMON # Define these mongoose_* variables in one of these files: # /etc/rc.conf diff --git a/www/radicale/Makefile b/www/radicale/Makefile index daf794be5b77..b79daa6321c5 100644 --- a/www/radicale/Makefile +++ b/www/radicale/Makefile @@ -1,6 +1,5 @@ PORTNAME= radicale -PORTVERSION= 3.5.4 -PORTREVISION= 1 +PORTVERSION= 3.5.5 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/radicale/distinfo b/www/radicale/distinfo index 5fc6013b942d..33a807cac8d0 100644 --- a/www/radicale/distinfo +++ b/www/radicale/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748204148 -SHA256 (radicale-3.5.4.tar.gz) = 8c0e3300ee4d0e3f7ce2ce993c005c8708d39330b366ba08f5970ef33a22c6ff -SIZE (radicale-3.5.4.tar.gz) = 160591 +TIMESTAMP = 1757064471 +SHA256 (radicale-3.5.5.tar.gz) = bd8a51f194090473eb4b09f903fbc692b7c518ec4df6245b21e5b504c124e7f6 +SIZE (radicale-3.5.5.tar.gz) = 178120 diff --git a/www/tomcat-devel/Makefile b/www/tomcat-devel/Makefile index 54f03494f42b..9e8159332a0f 100644 --- a/www/tomcat-devel/Makefile +++ b/www/tomcat-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= tomcat -DISTVERSION= 11.0.10 +DISTVERSION= 11.0.11 CATEGORIES= www java MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${DISTVERSION:C/([0-9]+)(.*)/\1/}/v${DISTVERSION}/bin PKGNAMESUFFIX= -devel diff --git a/www/tomcat-devel/distinfo b/www/tomcat-devel/distinfo index 6b753d5b9214..360357392089 100644 --- a/www/tomcat-devel/distinfo +++ b/www/tomcat-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754520000 -SHA256 (apache-tomcat-11.0.10.tar.gz) = eb0e326c979df62ca2aaad228146a56a06323fd3a4ae8cfc34ff0d2de58a30d6 -SIZE (apache-tomcat-11.0.10.tar.gz) = 14130534 +TIMESTAMP = 1757080808 +SHA256 (apache-tomcat-11.0.11.tar.gz) = 2a91b80c1ea7dbbf4af05bb1f80abb975e5de415c0c803dea745e5aa1126e081 +SIZE (apache-tomcat-11.0.11.tar.gz) = 14137461 diff --git a/www/tomcat110/Makefile b/www/tomcat110/Makefile index d94198c607bd..def5c2248db9 100644 --- a/www/tomcat110/Makefile +++ b/www/tomcat110/Makefile @@ -1,5 +1,5 @@ PORTNAME= tomcat -DISTVERSION= 11.0.10 +DISTVERSION= 11.0.11 CATEGORIES= www java MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${DISTVERSION:C/([0-9]+)(.*)/\1/}/v${DISTVERSION}/bin PKGNAMESUFFIX= 110 diff --git a/www/tomcat110/distinfo b/www/tomcat110/distinfo index 6b753d5b9214..360357392089 100644 --- a/www/tomcat110/distinfo +++ b/www/tomcat110/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754520000 -SHA256 (apache-tomcat-11.0.10.tar.gz) = eb0e326c979df62ca2aaad228146a56a06323fd3a4ae8cfc34ff0d2de58a30d6 -SIZE (apache-tomcat-11.0.10.tar.gz) = 14130534 +TIMESTAMP = 1757080808 +SHA256 (apache-tomcat-11.0.11.tar.gz) = 2a91b80c1ea7dbbf4af05bb1f80abb975e5de415c0c803dea745e5aa1126e081 +SIZE (apache-tomcat-11.0.11.tar.gz) = 14137461 diff --git a/www/tomcat9/Makefile b/www/tomcat9/Makefile index b29754b71693..83171b1a2679 100644 --- a/www/tomcat9/Makefile +++ b/www/tomcat9/Makefile @@ -1,5 +1,5 @@ PORTNAME= tomcat -DISTVERSION= 9.0.108 +DISTVERSION= 9.0.109 CATEGORIES= www java MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${DISTVERSION:C/([0-9])(.*)/\1/}/v${DISTVERSION}/bin PKGNAMESUFFIX= 9 diff --git a/www/tomcat9/distinfo b/www/tomcat9/distinfo index e0aaf4bfa890..60bbcb9e9e3a 100644 --- a/www/tomcat9/distinfo +++ b/www/tomcat9/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754520000 -SHA256 (apache-tomcat-9.0.108.tar.gz) = aa9127cc738f532aa34e347b306a82157fb5b499bfc028b4ffaf79db5956d28d -SIZE (apache-tomcat-9.0.108.tar.gz) = 13028093 +TIMESTAMP = 1757080808 +SHA256 (apache-tomcat-9.0.109.tar.gz) = fe66aca9dc4002003857096e60c482b1f005af5457c767ca9c5804f732de3cc2 +SIZE (apache-tomcat-9.0.109.tar.gz) = 13035397 diff --git a/x11-toolkits/libpanel/Makefile b/x11-toolkits/libpanel/Makefile index bea85dfc9b5e..1667408480d7 100644 --- a/x11-toolkits/libpanel/Makefile +++ b/x11-toolkits/libpanel/Makefile @@ -1,5 +1,5 @@ PORTNAME= libpanel -PORTVERSION= 1.10.0 +PORTVERSION= 1.10.1 CATEGORIES= x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -12,7 +12,7 @@ LICENSE= LGPL3+ LIB_DEPENDS= libgraphene-1.0.so:graphics/graphene -USES= gettext gnome meson pkgconfig tar:xz vala:build +USES= gettext-tools gnome meson pkgconfig tar:xz vala:build USE_GNOME= cairo glib20 gtk40 introspection:build libadwaita MESON_ARGS= -Dintrospection=enabled \ diff --git a/x11-toolkits/libpanel/distinfo b/x11-toolkits/libpanel/distinfo index 708a6db5bb25..c193d8216b71 100644 --- a/x11-toolkits/libpanel/distinfo +++ b/x11-toolkits/libpanel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745072066 -SHA256 (gnome/libpanel-1.10.0.tar.xz) = 578ce512278ff2bb5eeebb55099392c52537a5abd9bd0629567f102532b38b25 -SIZE (gnome/libpanel-1.10.0.tar.xz) = 166704 +TIMESTAMP = 1756646635 +SHA256 (gnome/libpanel-1.10.1.tar.xz) = 936bbe96dfb383556482120fddd4533a52d2f49303328cb694861606492445eb +SIZE (gnome/libpanel-1.10.1.tar.xz) = 166732 diff --git a/x11-toolkits/libwnck3/Makefile b/x11-toolkits/libwnck3/Makefile index c45774006435..6a80a1e3cd38 100644 --- a/x11-toolkits/libwnck3/Makefile +++ b/x11-toolkits/libwnck3/Makefile @@ -1,5 +1,5 @@ PORTNAME= libwnck -PORTVERSION= 43.2 +PORTVERSION= 43.3 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 3 @@ -12,10 +12,10 @@ WWW= https://gitlab.gnome.org/GNOME/libwnck LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING -USES= bison gettext gnome localbase meson pkgconfig tar:xz \ +USES= bison gettext-tools gnome localbase meson pkgconfig tar:xz \ xorg USE_GNOME= cairo gdkpixbuf gtk30 introspection:build -USE_XORG= xext xrender xres x11 +USE_XORG= x11 xi xrender xres USE_LDCONFIG= yes MESON_ARGS= -Dgtk_doc=false \ -Dinstall_tools=false diff --git a/x11-toolkits/libwnck3/distinfo b/x11-toolkits/libwnck3/distinfo index c933b5a822cb..76224fdc993f 100644 --- a/x11-toolkits/libwnck3/distinfo +++ b/x11-toolkits/libwnck3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1737395607 -SHA256 (gnome/libwnck-43.2.tar.xz) = 55a7444ec1fbb95c086d40967388f231b5c0bbc8cffaa086bf9290ae449e51d5 -SIZE (gnome/libwnck-43.2.tar.xz) = 455644 +TIMESTAMP = 1756546292 +SHA256 (gnome/libwnck-43.3.tar.xz) = 6af8ac41a8f067ade1d3caaed254a83423b5f61ad3f7a460fcacbac2e192bdf7 +SIZE (gnome/libwnck-43.3.tar.xz) = 455776 diff --git a/x11-toolkits/libwnck3/files/patch-libwnck_pager-accessible-factory.h b/x11-toolkits/libwnck3/files/patch-libwnck_pager-accessible-factory.h deleted file mode 100644 index cf5e7a27886a..000000000000 --- a/x11-toolkits/libwnck3/files/patch-libwnck_pager-accessible-factory.h +++ /dev/null @@ -1,11 +0,0 @@ ---- libwnck/pager-accessible-factory.h.orig 2020-03-25 21:18:55 UTC -+++ libwnck/pager-accessible-factory.h -@@ -17,7 +17,7 @@ - */ - - #ifndef __WNCK_PAGER_ACCESSIBLE_FACTORY_H__ --#define __WBCK_PAGER_ACCESSIBLE_FACTORY_H__ -+#define __WNCK_PAGER_ACCESSIBLE_FACTORY_H__ - - #include <atk/atk.h> - diff --git a/x11-toolkits/libwnck3/files/patch-libwnck_workspace-accessible-factory.h b/x11-toolkits/libwnck3/files/patch-libwnck_workspace-accessible-factory.h deleted file mode 100644 index 151629a2f206..000000000000 --- a/x11-toolkits/libwnck3/files/patch-libwnck_workspace-accessible-factory.h +++ /dev/null @@ -1,11 +0,0 @@ ---- libwnck/workspace-accessible-factory.h.orig 2020-03-25 21:18:55 UTC -+++ libwnck/workspace-accessible-factory.h -@@ -17,7 +17,7 @@ - */ - - #ifndef __WNCK_WORKSPACE_ACCESSIBLE_FACTORY_H__ --#define __WBCK_WORKSPACE_ACCESSIBLE_FACTORY_H__ -+#define __WNCK_WORKSPACE_ACCESSIBLE_FACTORY_H__ - - #include <atk/atk.h> - diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile index bdf12a7da83c..380bad501064 100644 --- a/x11-wm/metacity/Makefile +++ b/x11-wm/metacity/Makefile @@ -1,5 +1,5 @@ PORTNAME= metacity -PORTVERSION= 3.56.0 +PORTVERSION= 3.57.1 CATEGORIES= x11-wm MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -10,15 +10,13 @@ WWW= https://gitlab.gnome.org/GNOME/metacity LICENSE= GPLv2 -BUILD_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas \ - zenity>0:x11/zenity +BUILD_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas LIB_DEPENDS= libcanberra.so:audio/libcanberra \ libcanberra-gtk3.so:audio/libcanberra-gtk3 \ libharfbuzz.so:print/harfbuzz \ libgtop-2.0.so:devel/libgtop \ libstartup-notification-1.so:x11/startup-notification -RUN_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas \ - zenity>0:x11/zenity +RUN_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas USES= compiler:c11 gettext gmake gnome libtool localbase pathfix \ pkgconfig tar:xz xorg diff --git a/x11-wm/metacity/distinfo b/x11-wm/metacity/distinfo index 07b9488b6562..191e4798a366 100644 --- a/x11-wm/metacity/distinfo +++ b/x11-wm/metacity/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749549249 -SHA256 (gnome/metacity-3.56.0.tar.xz) = 7554997104b26ff0e79a02b37a2ba189bdf4e7ccd54226f0faf4b1a59006c901 -SIZE (gnome/metacity-3.56.0.tar.xz) = 1749348 +TIMESTAMP = 1756037975 +SHA256 (gnome/metacity-3.57.1.tar.xz) = 1293a26e4dedfd4bf200b5bb788673008979ae3ac6d3053f7db481b87acc7cde +SIZE (gnome/metacity-3.57.1.tar.xz) = 1756412 diff --git a/x11-wm/metacity/files/patch-data_Makefile.in b/x11-wm/metacity/files/patch-data_Makefile.in new file mode 100644 index 000000000000..bd0cef865b54 --- /dev/null +++ b/x11-wm/metacity/files/patch-data_Makefile.in @@ -0,0 +1,10 @@ +--- data/Makefile.in.orig 2025-08-23 09:46:51 UTC ++++ data/Makefile.in +@@ -381,7 +381,6 @@ SUBDIRS = \ + keybindings \ + pkgconfig \ + schemas \ +- systemd \ + ui \ + $(NULL) + diff --git a/x11-wm/metacity/pkg-descr b/x11-wm/metacity/pkg-descr index fb1cb52b9383..e09ba9d7a359 100644 --- a/x11-wm/metacity/pkg-descr +++ b/x11-wm/metacity/pkg-descr @@ -1,4 +1,4 @@ -Metacity is a low-frills Window Manager, and is the default -Window Manager of the GNOME 2 desktop. It provides most of -the features expected of a Window Manager, but leaves everything -it can up to other components of the GNOME environment. +Metacity is a simple compositing window manager that integrates nicely +with GNOME Flashback. +It uses GTK+ 3 for drawing window frames, so that it inherits colors, +fonts, and so on from the GTK+ theme. diff --git a/x11-wm/metacity/pkg-plist b/x11-wm/metacity/pkg-plist index dc8e01275b97..695d881d9659 100644 --- a/x11-wm/metacity/pkg-plist +++ b/x11-wm/metacity/pkg-plist @@ -8,8 +8,9 @@ include/metacity/libmetacity/meta-frame-enums.h include/metacity/libmetacity/meta-theme.h lib/libmetacity.so lib/libmetacity.so.3 -lib/libmetacity.so.%%GTK3_VERSION%% +lib/libmetacity.so.3.0.0 libdata/pkgconfig/libmetacity.pc +libexec/metacity-dialog share/applications/metacity.desktop share/gnome-control-center/keybindings/50-metacity-navigation.xml share/gnome-control-center/keybindings/50-metacity-system.xml diff --git a/x11/Makefile b/x11/Makefile index c94c8c79b4e5..342b35b5eea1 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -134,6 +134,7 @@ SUBDIR += hypridle SUBDIR += hyprland-qtutils SUBDIR += hyprlock + SUBDIR += hyprls SUBDIR += hyprpaper SUBDIR += hyprpicker SUBDIR += hyprviz diff --git a/x11/hyprls/Makefile b/x11/hyprls/Makefile new file mode 100644 index 000000000000..0bbe3f6d224e --- /dev/null +++ b/x11/hyprls/Makefile @@ -0,0 +1,30 @@ +PORTNAME= hyprls +DISTVERSIONPREFIX= v +DISTVERSION= 0.8.0 +CATEGORIES= x11 wayland + +MAINTAINER= tagattie@FreeBSD.org +COMMENT= LSP server for Hyprland config files +WWW= https://gwen.works/hyprls + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go:modules + +USE_GITHUB= nodefault +GH_TUPLE= hyprwm:hyprland-wiki:e0ea9da1f78890ead3233cc26e6f5fd3ffc91517:hyprland_wiki/hyprland-wiki + +GO_MODULE= github.com/hyprland-community/hyprls +GO_TARGET= ./cmd/hyprls + +PLIST_FILES= bin/${PORTNAME} +PORTDOCS= CONTRIBUTING.md README.md + +OPTIONS_DEFINE= DOCS + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +.include <bsd.port.mk> diff --git a/x11/hyprls/distinfo b/x11/hyprls/distinfo new file mode 100644 index 000000000000..0d9487d6fd5e --- /dev/null +++ b/x11/hyprls/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1754980071 +SHA256 (go/x11_hyprls/hyprls-v0.8.0/v0.8.0.mod) = 143097be73aea79fff95679f4a779a0ea6049dd01408d329ef35ce315dfc345d +SIZE (go/x11_hyprls/hyprls-v0.8.0/v0.8.0.mod) = 903 +SHA256 (go/x11_hyprls/hyprls-v0.8.0/v0.8.0.zip) = 4f56e2291aa1e52a038db3e9c32eaaf3155734ecaff74c3b664decf11df6595b +SIZE (go/x11_hyprls/hyprls-v0.8.0/v0.8.0.zip) = 1898699 +SHA256 (go/x11_hyprls/hyprls-v0.8.0/hyprwm-hyprland-wiki-e0ea9da1f78890ead3233cc26e6f5fd3ffc91517_GH0.tar.gz) = bb14bcd9574676deeb115c5aec521440b5c631472efc1bfb504641d26a5c46a6 +SIZE (go/x11_hyprls/hyprls-v0.8.0/hyprwm-hyprland-wiki-e0ea9da1f78890ead3233cc26e6f5fd3ffc91517_GH0.tar.gz) = 415554 diff --git a/x11/hyprls/pkg-descr b/x11/hyprls/pkg-descr new file mode 100644 index 000000000000..469c997d8693 --- /dev/null +++ b/x11/hyprls/pkg-descr @@ -0,0 +1,8 @@ +An LSP server for Hyprland configuration files. + +Features: +- Auto-complete +- Hover +- Go to definition +- Color pickers +- Document symbols |