diff options
Diffstat (limited to '')
58 files changed, 1224 insertions, 1164 deletions
diff --git a/net-p2p/autoscan/Makefile b/net-p2p/autoscan/Makefile index 8826bcae2d26..6b104057de1e 100644 --- a/net-p2p/autoscan/Makefile +++ b/net-p2p/autoscan/Makefile @@ -1,7 +1,7 @@ PORTNAME= autoscan DISTVERSIONPREFIX= v DISTVERSION= 1.4.0 -PORTREVISION= 14 +PORTREVISION= 16 CATEGORIES= net-p2p MAINTAINER= michiel@vanbaak.eu diff --git a/net-p2p/bazarr/Makefile b/net-p2p/bazarr/Makefile index 4cab16e827c7..757f0b36b04f 100644 --- a/net-p2p/bazarr/Makefile +++ b/net-p2p/bazarr/Makefile @@ -1,7 +1,7 @@ PORTNAME= bazarr DISTVERSIONPREFIX= v DISTVERSION= 1.5.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-p2p python MASTER_SITES= https://github.com/morpheus65535/bazarr/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ DISTNAME= bazarr @@ -14,7 +14,7 @@ WWW= https://www.bazarr.media LICENSE= GPLv3 RUN_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}lxml5>=4.3.0:devel/py-lxml5@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml>=4.3.0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>1.12.0:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=9.0.0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ diff --git a/net-p2p/bitcoin-daemon/Makefile b/net-p2p/bitcoin-daemon/Makefile index 402bd69f0aa6..6d5b32515f90 100644 --- a/net-p2p/bitcoin-daemon/Makefile +++ b/net-p2p/bitcoin-daemon/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 PKGNAMESUFFIX= -daemon COMMENT= Virtual Peer-to-Peer Currency (Daemon) diff --git a/net-p2p/bitcoin-utils/Makefile b/net-p2p/bitcoin-utils/Makefile index 7189a5914a90..2ea5b0eb7303 100644 --- a/net-p2p/bitcoin-utils/Makefile +++ b/net-p2p/bitcoin-utils/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 PKGNAMESUFFIX= -utils COMMENT= Virtual Peer-to-Peer Currency (CLI and Utilities) diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile index 094acc6e6fd0..498238899b7c 100644 --- a/net-p2p/bitcoin/Makefile +++ b/net-p2p/bitcoin/Makefile @@ -1,6 +1,5 @@ PORTNAME= bitcoin -PORTVERSION= 29.0 -PORTREVISION= 1 +PORTVERSION= 29.1 CATEGORIES= net-p2p finance MASTER_SITES= https://bitcoincore.org/bin/bitcoin-core-${PORTVERSION}/ \ LOCAL/swills:icon @@ -9,8 +8,6 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${_DISTFILES:N*.png} -PATCH_SITES= https://github.com/bitcoin-core/gui/commit/ - MAINTAINER= kbowling@FreeBSD.org COMMENT?= Virtual Peer-to-Peer Currency Client (QT) WWW= https://www.bitcoin.org/ diff --git a/net-p2p/bitcoin/distinfo b/net-p2p/bitcoin/distinfo index 35bb005936ac..ffb5bf182917 100644 --- a/net-p2p/bitcoin/distinfo +++ b/net-p2p/bitcoin/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1745116296 -SHA256 (bitcoin/bitcoin-29.0.tar.gz) = 882c782c34a3bf2eacd1fae5cdc58b35b869883512f197f7d6dc8f195decfdaa -SIZE (bitcoin/bitcoin-29.0.tar.gz) = 12935061 +TIMESTAMP = 1757669323 +SHA256 (bitcoin/bitcoin-29.1.tar.gz) = 067f624ae273b0d85a1554ffd7c098923351a647204e67034df6cc1dfacfa06b +SIZE (bitcoin/bitcoin-29.1.tar.gz) = 12880902 SHA256 (bitcoin/bitcoin128.png) = ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722 SIZE (bitcoin/bitcoin128.png) = 10639 diff --git a/net-p2p/bitcoin/files/patch-CMakeLists.txt b/net-p2p/bitcoin/files/patch-CMakeLists.txt deleted file mode 100644 index 7c47fb838701..000000000000 --- a/net-p2p/bitcoin/files/patch-CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- CMakeLists.txt.orig 2025-05-09 20:40:59 UTC -+++ CMakeLists.txt -@@ -153,7 +153,7 @@ endif() - set(USE_QRCODE TRUE) - endif() - --cmake_dependent_option(WITH_DBUS "Enable DBus support." ON "CMAKE_SYSTEM_NAME STREQUAL \"Linux\" AND BUILD_GUI" OFF) -+cmake_dependent_option(WITH_DBUS "Enable DBus support." ON "CMAKE_SYSTEM_NAME STREQUAL \"FreeBSD\" AND BUILD_GUI" OFF) - - option(WITH_MULTIPROCESS "Build multiprocess bitcoin-node and bitcoin-gui executables in addition to monolithic bitcoind and bitcoin-qt executables. Requires libmultiprocess library. Experimental." OFF) - if(WITH_MULTIPROCESS) diff --git a/net-p2p/bitmark-cli/Makefile b/net-p2p/bitmark-cli/Makefile index 27f3fd62ff2f..064012f7d252 100644 --- a/net-p2p/bitmark-cli/Makefile +++ b/net-p2p/bitmark-cli/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 5 +PORTREVISION= 7 PKGNAMESUFFIX= -cli COMMENT= Bitmark distributed property system cli diff --git a/net-p2p/bitmark-daemon/Makefile b/net-p2p/bitmark-daemon/Makefile index 6a435e181b1e..7527b495c864 100644 --- a/net-p2p/bitmark-daemon/Makefile +++ b/net-p2p/bitmark-daemon/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 5 +PORTREVISION= 7 PKGNAMESUFFIX= -daemon COMMENT= Bitmark distributed property system daemon diff --git a/net-p2p/bitmark-recorder/Makefile b/net-p2p/bitmark-recorder/Makefile index 2d48c4600f94..7ec1efe22419 100644 --- a/net-p2p/bitmark-recorder/Makefile +++ b/net-p2p/bitmark-recorder/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 5 +PORTREVISION= 7 PKGNAMESUFFIX= -recorder COMMENT= Bitmark distributed property system recorder diff --git a/net-p2p/bitmark/Makefile b/net-p2p/bitmark/Makefile index 59cbe438d046..f75f93b4009e 100644 --- a/net-p2p/bitmark/Makefile +++ b/net-p2p/bitmark/Makefile @@ -1,7 +1,7 @@ PORTNAME= bitmark DISTVERSIONPREFIX= v DISTVERSION= 0.16.0 -PORTREVISION= 5 +PORTREVISION= 7 CATEGORIES= net-p2p MAINTAINER= hsw@bitmark.com diff --git a/net-p2p/c-lightning/Makefile b/net-p2p/c-lightning/Makefile index b475dfc32d0d..09f89db778a8 100644 --- a/net-p2p/c-lightning/Makefile +++ b/net-p2p/c-lightning/Makefile @@ -1,8 +1,8 @@ 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= 2 +PORTREVISION= 1 # and uncomment the following two lines (use for example -git-HEAD or -git-f8d8348c) #PORTVERSION= 0 #PKGNAMESUFFIX= -git-f8d8348c @@ -18,8 +18,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 +28,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 +60,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 +77,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 +94,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 +127,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/cardano-db-sync/Makefile b/net-p2p/cardano-db-sync/Makefile index 8948eb8c96f3..a15e7cbd1499 100644 --- a/net-p2p/cardano-db-sync/Makefile +++ b/net-p2p/cardano-db-sync/Makefile @@ -105,7 +105,7 @@ USE_CABAL= Diff-0.5_1 \ cardano-crypto-class-2.1.5.0:chap \ cardano-crypto-praos-2.1.2.0_2:chap \ cardano-crypto-test-1.5.0.2:chap \ - cardano-crypto-tests-2.1.2.0_2:chap \ + cardano-crypto-tests-2.1.2.0_1:chap \ cardano-crypto-wrapper-1.5.1.3:chap \ cardano-data-1.2.3.1:chap \ cardano-git-rev-0.2.2.0:chap \ @@ -462,7 +462,7 @@ USE_CABAL= Diff-0.5_1 \ transformers-except-0.1.4_1 \ tree-diff-0.3.1_1 \ typed-process-0.2.12.0 \ - typed-protocols-0.1.1.0_3:chap \ + typed-protocols-0.1.1.0_1:chap \ typed-protocols-cborg-0.1.0.4_1:chap \ typed-protocols-examples-0.2.0.2:chap \ unagi-chan-0.4.1.4 \ diff --git a/net-p2p/cardano-db-sync/distinfo b/net-p2p/cardano-db-sync/distinfo index 790726f1a816..f24ebe2f8606 100644 --- a/net-p2p/cardano-db-sync/distinfo +++ b/net-p2p/cardano-db-sync/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1751905930 +TIMESTAMP = 1759045313 SHA256 (cabal/Diff-0.5/Diff-0.5.tar.gz) = 03cc84dedfb18fa693f0b0b7054d65e92c388d0657cf45ad5e9fbe3fe8b54551 SIZE (cabal/Diff-0.5/Diff-0.5.tar.gz) = 9122 SHA256 (cabal/Diff-0.5/revision/1.cabal) = 9c8a972eead9e079b90c6581fa8ef5755662c10dd075951b32b801145704afbb @@ -199,8 +199,8 @@ SHA256 (cabal/cardano-crypto-test-1.5.0.2.tar.gz) = 8c5fc924c0fec8d87ecc293cee6f SIZE (cabal/cardano-crypto-test-1.5.0.2.tar.gz) = 8454 SHA256 (cabal/cardano-crypto-tests-2.1.2.0.tar.gz) = 6a136a4d468ca481dec9ce085194e34efb6e6cc8c24f8a9708dfd9983a3bdf3b SIZE (cabal/cardano-crypto-tests-2.1.2.0.tar.gz) = 32583 -SHA256 (cabal/cardano-crypto-tests-2.1.2.0/revision/2.cabal) = f6642ea2b9de2d2afa37e1aec36050409b9a5f0cadc0fa956d6fb9d32f073972 -SIZE (cabal/cardano-crypto-tests-2.1.2.0/revision/2.cabal) = 4053 +SHA256 (cabal/cardano-crypto-tests-2.1.2.0/revision/1.cabal) = f6642ea2b9de2d2afa37e1aec36050409b9a5f0cadc0fa956d6fb9d32f073972 +SIZE (cabal/cardano-crypto-tests-2.1.2.0/revision/1.cabal) = 4053 SHA256 (cabal/cardano-crypto-wrapper-1.5.1.3.tar.gz) = a762b914f8749408149390ab4285db56d77ef356eb2cc326845feb6df3b17594 SIZE (cabal/cardano-crypto-wrapper-1.5.1.3.tar.gz) = 26075 SHA256 (cabal/cardano-data-1.2.3.1.tar.gz) = 546aa1dae4361b9e33bd120b6af09e708a7a547ea03eda8092564c8f3a4f2fd1 @@ -1189,8 +1189,8 @@ SHA256 (cabal/typed-process-0.2.12.0/typed-process-0.2.12.0.tar.gz) = 4cee3d3ae8 SIZE (cabal/typed-process-0.2.12.0/typed-process-0.2.12.0.tar.gz) = 18957 SHA256 (cabal/typed-protocols-0.1.1.0.tar.gz) = 23feff45c28a15484cdfdbbebd4000f99148748d44f40bbb17df865ba44293ac SIZE (cabal/typed-protocols-0.1.1.0.tar.gz) = 24491 -SHA256 (cabal/typed-protocols-0.1.1.0/revision/3.cabal) = 3c1f4b32b2a61df886f146d6fc819d4ccac16d435dce41db420e055061e614e6 -SIZE (cabal/typed-protocols-0.1.1.0/revision/3.cabal) = 1630 +SHA256 (cabal/typed-protocols-0.1.1.0/revision/1.cabal) = 3c1f4b32b2a61df886f146d6fc819d4ccac16d435dce41db420e055061e614e6 +SIZE (cabal/typed-protocols-0.1.1.0/revision/1.cabal) = 1630 SHA256 (cabal/typed-protocols-cborg-0.1.0.4.tar.gz) = 355a02848edf9447451dc7ca0d43bccc25b50b8cc4eac62216203796a2b223f1 SIZE (cabal/typed-protocols-cborg-0.1.0.4.tar.gz) = 6287 SHA256 (cabal/typed-protocols-cborg-0.1.0.4/revision/1.cabal) = 025310a5c61e206cf8ae429b85f816a6922447e55ed70f7dd5ed58735c514206 diff --git a/net-p2p/cncli/Makefile b/net-p2p/cncli/Makefile index 1d5a20ee30b9..ea8af9a29ff2 100644 --- a/net-p2p/cncli/Makefile +++ b/net-p2p/cncli/Makefile @@ -1,7 +1,7 @@ PORTNAME= cncli DISTVERSIONPREFIX= v DISTVERSION= 6.0.1 -PORTREVISION= 13 +PORTREVISION= 15 CATEGORIES= net-p2p MAINTAINER= boris@zfs.ninja diff --git a/net-p2p/go-ethereum/Makefile b/net-p2p/go-ethereum/Makefile index 0eefc88fbed4..2b9f21ebb7a7 100644 --- a/net-p2p/go-ethereum/Makefile +++ b/net-p2p/go-ethereum/Makefile @@ -1,7 +1,7 @@ PORTNAME= go-ethereum DISTVERSIONPREFIX= v DISTVERSION= 1.12.2 -PORTREVISION= 15 +PORTREVISION= 17 CATEGORIES= net-p2p MAINTAINER= me@enriquefynn.com diff --git a/net-p2p/hostd/Makefile b/net-p2p/hostd/Makefile index 716bf8aa46c0..88e8ac1948d6 100644 --- a/net-p2p/hostd/Makefile +++ b/net-p2p/hostd/Makefile @@ -1,7 +1,7 @@ PORTNAME= hostd DISTVERSIONPREFIX= v DISTVERSION= 2.3.6 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= net-p2p MAINTAINER= bruno@tinkerbox.org diff --git a/net-p2p/intermodal/Makefile b/net-p2p/intermodal/Makefile index 8d05c5fca2e6..13b07fc61402 100644 --- a/net-p2p/intermodal/Makefile +++ b/net-p2p/intermodal/Makefile @@ -1,7 +1,7 @@ PORTNAME= intermodal DISTVERSIONPREFIX= v DISTVERSION= 0.1.14 -PORTREVISION= 7 +PORTREVISION= 9 CATEGORIES= net-p2p MAINTAINER= yuri@FreeBSD.org diff --git a/net-p2p/jackett/Makefile b/net-p2p/jackett/Makefile index e371ac89ae92..a2a01c3d251d 100644 --- a/net-p2p/jackett/Makefile +++ b/net-p2p/jackett/Makefile @@ -1,6 +1,6 @@ PORTNAME= jackett DISTVERSIONPREFIX= v -DISTVERSION= 0.22.2311 +DISTVERSION= 0.24.72 CATEGORIES= net-p2p MAINTAINER= tremere@cainites.net @@ -36,8 +36,6 @@ DOTNET_CMD= ${SETENV} HOME=${WRKDIR} ${LOCALBASE}/bin/dotnet post-patch: ${REINPLACE_CMD} "s/0.0.0/${DISTVERSION}/" \ ${WRKSRC}/src/Jackett.Common/Jackett.Common.csproj - ${REINPLACE_CMD} "s/net8.0/net9.0/g" \ - ${WRKSRC}/src/Jackett.Server/Jackett.Server.csproj do-build: cd ${WRKSRC}/src && \ diff --git a/net-p2p/jackett/Makefile.nuget b/net-p2p/jackett/Makefile.nuget index e9edf9e0bc7f..d29d836ad360 100644 --- a/net-p2p/jackett/Makefile.nuget +++ b/net-p2p/jackett/Makefile.nuget @@ -1,220 +1,202 @@ NUGET_GROUPS= NUGET -NUGET_NUPKGS= anglesharp:1.0.0 \ - anglesharp:1.3.0 \ - anglesharp.xml:1.0.0 \ - autofac:8.0.0 \ - autofac.extensions.dependencyinjection:9.0.0 \ - bencodenet:4.0.0 \ - commandlineparser:2.9.1 \ - dotnet4.socksproxy:1.4.0.1 \ - flaresolverrsharp:3.0.7 \ - microsoft.aspnetcore:2.3.0 \ - microsoft.aspnetcore.antiforgery:2.3.0 \ - microsoft.aspnetcore.authentication:2.3.0 \ - microsoft.aspnetcore.authentication.abstractions:2.3.0 \ - microsoft.aspnetcore.authentication.cookies:2.3.0 \ - microsoft.aspnetcore.authentication.core:2.3.0 \ - microsoft.aspnetcore.authorization:2.3.0 \ - microsoft.aspnetcore.authorization.policy:2.3.0 \ - microsoft.aspnetcore.connections.abstractions:2.3.0 \ - microsoft.aspnetcore.cors:2.3.0 \ - microsoft.aspnetcore.cryptography.internal:2.3.0 \ - microsoft.aspnetcore.dataprotection:2.3.0 \ - microsoft.aspnetcore.dataprotection.abstractions:2.3.0 \ - microsoft.aspnetcore.diagnostics:2.3.0 \ - microsoft.aspnetcore.diagnostics.abstractions:2.3.0 \ - microsoft.aspnetcore.hostfiltering:2.3.0 \ - microsoft.aspnetcore.hosting:2.3.0 \ - microsoft.aspnetcore.hosting.abstractions:2.1.1 \ - microsoft.aspnetcore.hosting.abstractions:2.3.0 \ - microsoft.aspnetcore.hosting.server.abstractions:2.3.0 \ - microsoft.aspnetcore.html.abstractions:2.3.0 \ - microsoft.aspnetcore.http:2.1.22 \ - microsoft.aspnetcore.http:2.3.0 \ - microsoft.aspnetcore.http.abstractions:2.1.1 \ - microsoft.aspnetcore.http.abstractions:2.3.0 \ - microsoft.aspnetcore.http.extensions:2.3.0 \ - microsoft.aspnetcore.http.features:2.3.0 \ - microsoft.aspnetcore.httpoverrides:2.3.0 \ - microsoft.aspnetcore.jsonpatch:2.3.0 \ - microsoft.aspnetcore.jsonpatch:8.0.17 \ - microsoft.aspnetcore.localization:2.3.0 \ - microsoft.aspnetcore.mvc:2.3.0 \ - microsoft.aspnetcore.mvc.abstractions:2.3.0 \ - microsoft.aspnetcore.mvc.apiexplorer:2.3.0 \ - microsoft.aspnetcore.mvc.core:2.3.0 \ - microsoft.aspnetcore.mvc.cors:2.3.0 \ - microsoft.aspnetcore.mvc.dataannotations:2.3.0 \ - microsoft.aspnetcore.mvc.formatters.json:2.3.0 \ - microsoft.aspnetcore.mvc.localization:2.3.0 \ - microsoft.aspnetcore.mvc.newtonsoftjson:8.0.17 \ - microsoft.aspnetcore.mvc.razor:2.3.0 \ - microsoft.aspnetcore.mvc.razor.extensions:2.3.0 \ - microsoft.aspnetcore.mvc.razorpages:2.3.0 \ - microsoft.aspnetcore.mvc.taghelpers:2.3.0 \ - microsoft.aspnetcore.mvc.viewfeatures:2.3.0 \ - microsoft.aspnetcore.razor:2.3.0 \ - microsoft.aspnetcore.razor.design:2.3.0 \ - microsoft.aspnetcore.razor.language:2.3.0 \ - microsoft.aspnetcore.razor.runtime:2.3.0 \ - microsoft.aspnetcore.responsecaching.abstractions:2.3.0 \ - microsoft.aspnetcore.responsecompression:2.3.0 \ - microsoft.aspnetcore.rewrite:2.3.0 \ - microsoft.aspnetcore.routing:2.3.0 \ - microsoft.aspnetcore.routing.abstractions:2.1.1 \ - microsoft.aspnetcore.routing.abstractions:2.3.0 \ - microsoft.aspnetcore.server.iisintegration:2.3.0 \ - microsoft.aspnetcore.server.kestrel:2.3.0 \ - microsoft.aspnetcore.server.kestrel.core:2.3.0 \ - microsoft.aspnetcore.server.kestrel.https:2.3.0 \ - microsoft.aspnetcore.server.kestrel.transport.abstractions:2.3.0 \ - microsoft.aspnetcore.server.kestrel.transport.sockets:2.3.0 \ - microsoft.aspnetcore.staticfiles:2.3.0 \ - microsoft.aspnetcore.webutilities:2.3.0 \ - microsoft.bcl.asyncinterfaces:6.0.0 \ - microsoft.bcl.asyncinterfaces:7.0.0 \ - microsoft.bcl.asyncinterfaces:8.0.0 \ - microsoft.bcl.timeprovider:8.0.0 \ - microsoft.codeanalysis.analyzers:1.1.0 \ - microsoft.codeanalysis.common:2.8.2 \ - microsoft.codeanalysis.csharp:2.8.2 \ - microsoft.codeanalysis.razor:2.3.0 \ - microsoft.csharp:4.5.0 \ - microsoft.csharp:4.7.0 \ - microsoft.diasymreader.native:1.7.0 \ - microsoft.dotnet.platformabstractions:2.1.0 \ - microsoft.extensions.caching.abstractions:8.0.0 \ - microsoft.extensions.caching.memory:8.0.1 \ - microsoft.extensions.configuration:8.0.0 \ - microsoft.extensions.configuration.abstractions:2.1.0 \ - microsoft.extensions.configuration.abstractions:8.0.0 \ - microsoft.extensions.configuration.binder:8.0.0 \ - microsoft.extensions.configuration.binder:8.0.2 \ - microsoft.extensions.configuration.commandline:8.0.0 \ - microsoft.extensions.configuration.environmentvariables:8.0.0 \ - microsoft.extensions.configuration.fileextensions:8.0.1 \ - microsoft.extensions.configuration.json:8.0.1 \ - microsoft.extensions.configuration.usersecrets:8.0.1 \ - microsoft.extensions.dependencyinjection:8.0.0 \ - microsoft.extensions.dependencyinjection:8.0.1 \ - microsoft.extensions.dependencyinjection.abstractions:8.0.0 \ - microsoft.extensions.dependencyinjection.abstractions:8.0.2 \ - microsoft.extensions.dependencymodel:2.1.0 \ - microsoft.extensions.diagnostics.abstractions:8.0.1 \ - microsoft.extensions.fileproviders.abstractions:8.0.0 \ - microsoft.extensions.fileproviders.composite:8.0.0 \ - microsoft.extensions.fileproviders.physical:8.0.0 \ - microsoft.extensions.filesystemglobbing:8.0.0 \ - microsoft.extensions.hosting.abstractions:8.0.1 \ - microsoft.extensions.localization:8.0.11 \ - microsoft.extensions.localization.abstractions:8.0.11 \ - microsoft.extensions.logging:2.1.0 \ - microsoft.extensions.logging:8.0.0 \ - microsoft.extensions.logging:8.0.1 \ - microsoft.extensions.logging.abstractions:8.0.0 \ - microsoft.extensions.logging.abstractions:8.0.2 \ - microsoft.extensions.logging.configuration:8.0.1 \ - microsoft.extensions.logging.console:8.0.1 \ - microsoft.extensions.logging.debug:8.0.1 \ - microsoft.extensions.objectpool:8.0.11 \ - microsoft.extensions.options:8.0.0 \ - microsoft.extensions.options:8.0.2 \ - microsoft.extensions.options.configurationextensions:8.0.0 \ - microsoft.extensions.primitives:8.0.0 \ - microsoft.extensions.webencoders:8.0.11 \ - microsoft.net.http.headers:2.3.0 \ - microsoft.netcore.platforms:1.1.0 \ - microsoft.netcore.platforms:5.0.0 \ - microsoft.netframework.referenceassemblies:1.0.3 \ - microsoft.netframework.referenceassemblies.net462:1.0.3 \ - microsoft.win32.registry:4.5.0 mimemapping:1.0.1.50 \ - mono.posix:7.1.0-final.1.21458.1 \ - mono.unix:7.1.0-final.1.21458.1 \ - netstandard.library:1.6.1 \ - netstandard.library:2.0.3 \ - newtonsoft.json:11.0.2 \ - newtonsoft.json:12.0.1 \ - newtonsoft.json:13.0.1 \ - newtonsoft.json:13.0.2 \ - newtonsoft.json:13.0.3 \ - newtonsoft.json:9.0.1 \ - newtonsoft.json.bson:1.0.2 \ - nlog:5.4.0 \ - nlog.extensions.logging:5.4.0 \ - nlog.web.aspnetcore:5.4.0 \ - polly:8.6.1 \ - polly.core:8.6.1 \ - sharpziplib:1.4.2 \ - system.appcontext:4.3.0 \ - system.buffers:4.5.0 \ - system.buffers:4.5.1 \ - system.buffers:4.6.0 \ - system.collections:4.3.0 \ - system.collections.concurrent:4.3.0 \ - system.collections.immutable:1.3.1 \ - system.collections.immutable:8.0.0 \ - system.componentmodel.annotations:4.5.0 \ - system.componentmodel.annotations:5.0.0 \ - system.console:4.3.0 \ - system.diagnostics.debug:4.3.0 \ - system.diagnostics.diagnosticsource:7.0.2 \ - system.diagnostics.diagnosticsource:8.0.1 \ - system.diagnostics.eventlog:8.0.1 \ - system.diagnostics.fileversioninfo:4.3.0 \ - system.diagnostics.stacktrace:4.3.0 \ - system.diagnostics.tools:4.3.0 \ - system.dynamic.runtime:4.3.0 \ - system.globalization:4.3.0 \ - system.io.compression:4.3.0 \ - system.io.filesystem:4.3.0 \ - system.io.filesystem.accesscontrol:5.0.0 \ - system.io.filesystem.primitives:4.3.0 system.io.pipelines:4.6.0 \ - system.io.pipelines:5.0.1 system.io.pipelines:8.0.0 \ - system.linq:4.3.0 system.linq.expressions:4.3.0 \ - system.memory:4.5.3 system.memory:4.5.4 system.memory:4.5.5 \ - system.memory:4.6.0 system.numerics.vectors:4.4.0 \ - system.numerics.vectors:4.5.0 system.numerics.vectors:4.6.0 \ - system.reflection:4.3.0 system.reflection.metadata:1.4.2 \ - system.reflection.metadata:8.0.1 \ - system.resources.resourcemanager:4.3.0 system.runtime:4.3.0 \ - system.runtime.compilerservices.unsafe:4.5.2 \ - system.runtime.compilerservices.unsafe:4.5.3 \ - system.runtime.compilerservices.unsafe:6.0.0 \ - system.runtime.compilerservices.unsafe:6.1.0 \ - system.runtime.extensions:4.3.0 \ - system.runtime.interopservices:4.3.0 \ - system.runtime.interopservices.runtimeinformation:4.0.0 \ - system.runtime.interopservices.runtimeinformation:4.3.0 \ - system.runtime.numerics:4.3.0 \ - system.security.accesscontrol:4.5.0 \ - system.security.accesscontrol:5.0.0 \ - system.security.cryptography.algorithms:4.3.0 \ - system.security.cryptography.algorithms:4.3.1 \ - system.security.cryptography.cng:5.0.0 \ - system.security.cryptography.encoding:4.3.0 \ - system.security.cryptography.primitives:4.3.0 \ - system.security.cryptography.protecteddata:8.0.0 \ - system.security.cryptography.x509certificates:4.3.0 \ - system.security.cryptography.xml:8.0.2 \ - system.security.principal.windows:4.5.0 \ - system.security.principal.windows:5.0.0 \ - system.serviceprocess.servicecontroller:8.0.1 \ - system.text.encoding:4.3.0 system.text.encoding.codepages:4.3.0 \ - system.text.encoding.codepages:8.0.0 \ - system.text.encoding.extensions:4.3.0 \ - system.text.encodings.web:4.5.1 system.text.encodings.web:8.0.0 \ - system.text.json:8.0.5 system.threading:4.3.0 \ - system.threading.tasks:4.3.0 \ - system.threading.tasks.extensions:4.5.2 \ - system.threading.tasks.extensions:4.5.4 \ - system.threading.tasks.extensions:4.6.0 \ - system.threading.tasks.parallel:4.3.0 \ - system.threading.thread:4.3.0 \ - system.valuetuple:4.3.0 \ - system.valuetuple:4.5.0 \ - system.xml.readerwriter:4.3.0 \ - system.xml.xdocument:4.3.0 \ - system.xml.xmldocument:4.3.0 \ - system.xml.xpath:4.3.0 \ - system.xml.xpath.xdocument:4.3.0 \ - yamldotnet:16.3.0 +NUGET_NUPKGS= AngleSharp.Xml:1.0.0 \ + AngleSharp:1.3.0 \ + Autofac.Extensions.DependencyInjection:9.0.0 \ + Autofac:8.0.0 \ + BencodeNET:4.0.0 \ + CommandLineParser:2.9.1 \ + DotNet4.SocksProxy:1.4.0.1 \ + FlareSolverrSharp:3.0.7 \ + Microsoft.AspNetCore.Antiforgery:2.3.0 \ + Microsoft.AspNetCore.Authentication.Abstractions:2.3.0 \ + Microsoft.AspNetCore.Authentication.Cookies:2.3.0 \ + Microsoft.AspNetCore.Authentication.Core:2.3.0 \ + Microsoft.AspNetCore.Authentication:2.3.0 \ + Microsoft.AspNetCore.Authorization.Policy:2.3.0 \ + Microsoft.AspNetCore.Authorization:2.3.0 \ + Microsoft.AspNetCore.Connections.Abstractions:2.3.0 \ + Microsoft.AspNetCore.Cors:2.3.0 \ + Microsoft.AspNetCore.Cryptography.Internal:2.3.0 \ + Microsoft.AspNetCore.DataProtection.Abstractions:2.3.0 \ + Microsoft.AspNetCore.DataProtection:2.3.0 \ + Microsoft.AspNetCore.Diagnostics.Abstractions:2.3.0 \ + Microsoft.AspNetCore.Diagnostics:2.3.0 \ + Microsoft.AspNetCore.HostFiltering:2.3.0 \ + Microsoft.AspNetCore.Hosting.Abstractions:2.3.0 \ + Microsoft.AspNetCore.Hosting.Server.Abstractions:2.3.0 \ + Microsoft.AspNetCore.Hosting:2.3.0 \ + Microsoft.AspNetCore.Html.Abstractions:2.3.0 \ + Microsoft.AspNetCore.Http.Abstractions:2.3.0 \ + Microsoft.AspNetCore.Http.Extensions:2.3.0 \ + Microsoft.AspNetCore.Http.Features:2.3.0 \ + Microsoft.AspNetCore.Http:2.3.0 \ + Microsoft.AspNetCore.HttpOverrides:2.3.0 \ + Microsoft.AspNetCore.JsonPatch:2.3.0 \ + Microsoft.AspNetCore.JsonPatch:9.0.9 \ + Microsoft.AspNetCore.Localization:2.3.0 \ + Microsoft.AspNetCore.Mvc.Abstractions:2.3.0 \ + Microsoft.AspNetCore.Mvc.ApiExplorer:2.3.0 \ + Microsoft.AspNetCore.Mvc.Core:2.3.0 \ + Microsoft.AspNetCore.Mvc.Cors:2.3.0 \ + Microsoft.AspNetCore.Mvc.DataAnnotations:2.3.0 \ + Microsoft.AspNetCore.Mvc.Formatters.Json:2.3.0 \ + Microsoft.AspNetCore.Mvc.Localization:2.3.0 \ + Microsoft.AspNetCore.Mvc.NewtonsoftJson:9.0.9 \ + Microsoft.AspNetCore.Mvc.Razor.Extensions:2.3.0 \ + Microsoft.AspNetCore.Mvc.Razor:2.3.0 \ + Microsoft.AspNetCore.Mvc.RazorPages:2.3.0 \ + Microsoft.AspNetCore.Mvc.TagHelpers:2.3.0 \ + Microsoft.AspNetCore.Mvc.ViewFeatures:2.3.0 \ + Microsoft.AspNetCore.Mvc:2.3.0 \ + Microsoft.AspNetCore.Razor.Design:2.3.0 \ + Microsoft.AspNetCore.Razor.Language:2.3.0 \ + Microsoft.AspNetCore.Razor.Runtime:2.3.0 \ + Microsoft.AspNetCore.Razor:2.3.0 \ + Microsoft.AspNetCore.ResponseCaching.Abstractions:2.3.0 \ + Microsoft.AspNetCore.ResponseCompression:2.3.0 \ + Microsoft.AspNetCore.Rewrite:2.3.0 \ + Microsoft.AspNetCore.Routing.Abstractions:2.3.0 \ + Microsoft.AspNetCore.Routing:2.3.0 \ + Microsoft.AspNetCore.Server.IISIntegration:2.3.0 \ + Microsoft.AspNetCore.Server.Kestrel.Core:2.3.0 \ + Microsoft.AspNetCore.Server.Kestrel.Https:2.3.0 \ + Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions:2.3.0 \ + Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets:2.3.0 \ + Microsoft.AspNetCore.Server.Kestrel:2.3.0 \ + Microsoft.AspNetCore.StaticFiles:2.3.0 \ + Microsoft.AspNetCore.WebUtilities:2.3.0 \ + Microsoft.AspNetCore:2.3.0 \ + Microsoft.Bcl.AsyncInterfaces:9.0.9 \ + Microsoft.Bcl.TimeProvider:8.0.0 \ + Microsoft.CodeAnalysis.Analyzers:1.1.0 \ + Microsoft.CodeAnalysis.Common:2.8.2 \ + Microsoft.CodeAnalysis.CSharp:2.8.2 \ + Microsoft.CodeAnalysis.Razor:2.3.0 \ + Microsoft.CSharp:4.7.0 \ + Microsoft.DiaSymReader.Native:1.7.0 \ + Microsoft.DotNet.PlatformAbstractions:2.1.0 \ + Microsoft.Extensions.Caching.Abstractions:8.0.0 \ + Microsoft.Extensions.Caching.Memory:8.0.1 \ + Microsoft.Extensions.Configuration.Abstractions:8.0.0 \ + Microsoft.Extensions.Configuration.Abstractions:9.0.9 \ + Microsoft.Extensions.Configuration.Binder:8.0.2 \ + Microsoft.Extensions.Configuration.CommandLine:8.0.0 \ + Microsoft.Extensions.Configuration.EnvironmentVariables:8.0.0 \ + Microsoft.Extensions.Configuration.FileExtensions:8.0.1 \ + Microsoft.Extensions.Configuration.Json:8.0.1 \ + Microsoft.Extensions.Configuration.UserSecrets:8.0.1 \ + Microsoft.Extensions.Configuration:8.0.0 \ + Microsoft.Extensions.Configuration:9.0.9 \ + Microsoft.Extensions.DependencyInjection.Abstractions:8.0.0 \ + Microsoft.Extensions.DependencyInjection.Abstractions:8.0.2 \ + Microsoft.Extensions.DependencyInjection:8.0.0 \ + Microsoft.Extensions.DependencyInjection:8.0.1 \ + Microsoft.Extensions.DependencyModel:2.1.0 \ + Microsoft.Extensions.Diagnostics.Abstractions:8.0.1 \ + Microsoft.Extensions.FileProviders.Abstractions:8.0.0 \ + Microsoft.Extensions.FileProviders.Composite:8.0.0 \ + Microsoft.Extensions.FileProviders.Physical:8.0.0 \ + Microsoft.Extensions.FileSystemGlobbing:8.0.0 \ + Microsoft.Extensions.Hosting.Abstractions:8.0.1 \ + Microsoft.Extensions.Localization.Abstractions:8.0.11 \ + Microsoft.Extensions.Localization:8.0.11 \ + Microsoft.Extensions.Logging.Abstractions:8.0.0 \ + Microsoft.Extensions.Logging.Abstractions:8.0.2 \ + Microsoft.Extensions.Logging.Configuration:8.0.1 \ + Microsoft.Extensions.Logging.Console:8.0.1 \ + Microsoft.Extensions.Logging.Debug:8.0.1 \ + Microsoft.Extensions.Logging:8.0.0 \ + Microsoft.Extensions.Logging:8.0.1 \ + Microsoft.Extensions.ObjectPool:8.0.11 \ + Microsoft.Extensions.Options.ConfigurationExtensions:8.0.0 \ + Microsoft.Extensions.Options:8.0.2 \ + Microsoft.Extensions.Primitives:8.0.0 \ + Microsoft.Extensions.Primitives:9.0.9 \ + Microsoft.Extensions.WebEncoders:8.0.11 \ + Microsoft.Net.Http.Headers:2.3.0 \ + Microsoft.NETCore.Platforms:1.1.0 \ + Microsoft.NETCore.Platforms:5.0.0 \ + Microsoft.NETFramework.ReferenceAssemblies.net471:1.0.3 \ + Microsoft.NETFramework.ReferenceAssemblies:1.0.3 \ + Microsoft.Win32.Registry:4.5.0 \ + MimeMapping:1.0.1.50 \ + Mono.Posix:7.1.0-final.1.21458.1 \ + Mono.Unix:7.1.0-final.1.21458.1 \ + NETStandard.Library:2.0.3 \ + Newtonsoft.Json.Bson:1.0.2 \ + Newtonsoft.Json:13.0.4 \ + NLog.Extensions.Logging:5.4.0 \ + NLog.Web.AspNetCore:5.4.0 \ + NLog:5.4.0 \ + Polly.Core:8.6.3 \ + Polly:8.6.3 \ + SharpZipLib:1.4.2 \ + System.AppContext:4.3.0 \ + System.Buffers:4.6.0 \ + System.Collections.Concurrent:4.3.0 \ + System.Collections.Immutable:8.0.0 \ + System.Collections:4.3.0 \ + System.ComponentModel.Annotations:5.0.0 \ + System.Console:4.3.0 \ + System.Diagnostics.Debug:4.3.0 \ + System.Diagnostics.DiagnosticSource:7.0.2 \ + System.Diagnostics.DiagnosticSource:8.0.1 \ + System.Diagnostics.EventLog:9.0.9 \ + System.Diagnostics.FileVersionInfo:4.3.0 \ + System.Diagnostics.StackTrace:4.3.0 \ + System.Diagnostics.Tools:4.3.0 \ + System.Dynamic.Runtime:4.3.0 \ + System.Globalization:4.3.0 \ + System.IO.Compression:4.3.0 \ + System.IO.FileSystem.AccessControl:5.0.0 \ + System.IO.FileSystem.Primitives:4.3.0 \ + System.IO.FileSystem:4.3.0 \ + System.IO.Pipelines:4.6.0 \ + System.IO.Pipelines:5.0.1 \ + System.IO.Pipelines:9.0.9 \ + System.IO:4.3.0 \ + System.Linq.Expressions:4.3.0 \ + System.Linq:4.3.0 \ + System.Memory:4.5.5 \ + System.Memory:4.6.0 \ + System.Numerics.Vectors:4.4.0 \ + System.Numerics.Vectors:4.6.0 \ + System.Reflection.Metadata:8.0.1 \ + System.Reflection:4.3.0 \ + System.Resources.ResourceManager:4.3.0 \ + System.Runtime.CompilerServices.Unsafe:6.0.0 \ + System.Runtime.CompilerServices.Unsafe:6.1.0 \ + System.Runtime.Extensions:4.3.0 \ + System.Runtime.InteropServices.RuntimeInformation:4.3.0 \ + System.Runtime.InteropServices:4.3.0 \ + System.Runtime.Numerics:4.3.0 \ + System.Runtime:4.3.0 \ + System.Security.AccessControl:5.0.0 \ + System.Security.Cryptography.Algorithms:4.3.1 \ + System.Security.Cryptography.Cng:5.0.0 \ + System.Security.Cryptography.Encoding:4.3.0 \ + System.Security.Cryptography.Primitives:4.3.0 \ + System.Security.Cryptography.ProtectedData:9.0.9 \ + System.Security.Cryptography.X509Certificates:4.3.0 \ + System.Security.Cryptography.Xml:8.0.2 \ + System.Security.Principal.Windows:5.0.0 \ + System.ServiceProcess.ServiceController:9.0.9 \ + System.Text.Encoding.CodePages:9.0.9 \ + System.Text.Encoding.Extensions:4.3.0 \ + System.Text.Encoding:4.3.0 \ + System.Text.Encodings.Web:8.0.0 \ + System.Text.Encodings.Web:9.0.9 \ + System.Text.Json:9.0.9 \ + System.Threading.Tasks.Extensions:4.5.4 \ + System.Threading.Tasks.Extensions:4.6.0 \ + System.Threading.Tasks.Parallel:4.3.0 \ + System.Threading.Tasks:4.3.0 \ + System.Threading.Thread:4.3.0 \ + System.Threading:4.3.0 \ + System.ValueTuple:4.5.0 \ + System.Xml.ReaderWriter:4.3.0 \ + System.Xml.XDocument:4.3.0 \ + System.Xml.XmlDocument:4.3.0 \ + System.Xml.XPath.XDocument:4.3.0 \ + System.Xml.XPath:4.3.0 \ + YamlDotNet:16.3.0 diff --git a/net-p2p/jackett/distinfo b/net-p2p/jackett/distinfo index 39275fcd6584..753278e05cb5 100644 --- a/net-p2p/jackett/distinfo +++ b/net-p2p/jackett/distinfo @@ -1,8 +1,6 @@ -TIMESTAMP = 1755591785 +TIMESTAMP = 1759658727 SHA256 (nuget/anglesharp.xml.1.0.0.nupkg) = 533c57587eaa1b6044007fd42e8b069149f646182150e82ec954cf625efcb293 SIZE (nuget/anglesharp.xml.1.0.0.nupkg) = 223916 -SHA256 (nuget/anglesharp.1.0.0.nupkg) = d08071e3e760c3dd375ae8df89c65e1e76cf09ac5437b866941e859d150db439 -SIZE (nuget/anglesharp.1.0.0.nupkg) = 2246261 SHA256 (nuget/anglesharp.1.3.0.nupkg) = c6af86d9ff450aa4ba3e32207c37598d54686b154c892c8e5c2ecab4cccca4f5 SIZE (nuget/anglesharp.1.3.0.nupkg) = 1953100 SHA256 (nuget/autofac.extensions.dependencyinjection.9.0.0.nupkg) = 844aaf6d3909a9c2384b82e9c5538cc9ce66f8a78dd2744b93b16a40748b45de @@ -47,8 +45,6 @@ SHA256 (nuget/microsoft.aspnetcore.diagnostics.2.3.0.nupkg) = f17f3cd27a59b20998 SIZE (nuget/microsoft.aspnetcore.diagnostics.2.3.0.nupkg) = 123734 SHA256 (nuget/microsoft.aspnetcore.hostfiltering.2.3.0.nupkg) = 58bb1a9e7e48a79ff23d126c99c4273066a67959afdc0cde347e7550e5c3d026 SIZE (nuget/microsoft.aspnetcore.hostfiltering.2.3.0.nupkg) = 42317 -SHA256 (nuget/microsoft.aspnetcore.hosting.abstractions.2.1.1.nupkg) = b5967829ad07d1325bfa6e67b4eed837bb6572b0f3e61261bd7d6c879565d4f2 -SIZE (nuget/microsoft.aspnetcore.hosting.abstractions.2.1.1.nupkg) = 39859 SHA256 (nuget/microsoft.aspnetcore.hosting.abstractions.2.3.0.nupkg) = 82d89131003990ed5b88855a04b8d2ab4fe3555a6223c5b34b5dfacff131d73b SIZE (nuget/microsoft.aspnetcore.hosting.abstractions.2.3.0.nupkg) = 44211 SHA256 (nuget/microsoft.aspnetcore.hosting.server.abstractions.2.3.0.nupkg) = 96d299d362f7717bb6742c7524612dd57f20420c130019f8e50901b11118c5ac @@ -57,24 +53,20 @@ SHA256 (nuget/microsoft.aspnetcore.hosting.2.3.0.nupkg) = 159ebad4e3d94ed422cae5 SIZE (nuget/microsoft.aspnetcore.hosting.2.3.0.nupkg) = 86118 SHA256 (nuget/microsoft.aspnetcore.html.abstractions.2.3.0.nupkg) = 6812da8c7065126c1afea8d85e354f7dcfcf1835c034790efe04b1ca269f1870 SIZE (nuget/microsoft.aspnetcore.html.abstractions.2.3.0.nupkg) = 42298 -SHA256 (nuget/microsoft.aspnetcore.http.abstractions.2.1.1.nupkg) = dacf156fad8239706f26b276c90763cedf86f654b77c67f3cee04bb7267c5a0a -SIZE (nuget/microsoft.aspnetcore.http.abstractions.2.1.1.nupkg) = 70536 SHA256 (nuget/microsoft.aspnetcore.http.abstractions.2.3.0.nupkg) = 36b005ce4e4873199e464dd9bbeacb72ad3e28a88061fca025b01d22dd99a5f9 SIZE (nuget/microsoft.aspnetcore.http.abstractions.2.3.0.nupkg) = 74760 SHA256 (nuget/microsoft.aspnetcore.http.extensions.2.3.0.nupkg) = b0e5700b9c0ae70f3947e1db6240657cfa66927c80122837834b959d3486c212 SIZE (nuget/microsoft.aspnetcore.http.extensions.2.3.0.nupkg) = 50850 SHA256 (nuget/microsoft.aspnetcore.http.features.2.3.0.nupkg) = 4243454b749c0cbcadd17a690134a881b175ada49024dfb04ad72702c4a8509c SIZE (nuget/microsoft.aspnetcore.http.features.2.3.0.nupkg) = 51704 -SHA256 (nuget/microsoft.aspnetcore.http.2.1.22.nupkg) = afabc1773a05d291ce719cd5c1f09d8be5bf6605414df2715a80278b862c1626 -SIZE (nuget/microsoft.aspnetcore.http.2.1.22.nupkg) = 63237 SHA256 (nuget/microsoft.aspnetcore.http.2.3.0.nupkg) = b9b3c6bc5c0c8d76f2758d60ce8fe6df5a56ab9fd2b12fed191b4ea2d1c57c15 SIZE (nuget/microsoft.aspnetcore.http.2.3.0.nupkg) = 71179 SHA256 (nuget/microsoft.aspnetcore.httpoverrides.2.3.0.nupkg) = c6acc57aa3a7be829536a99de1e31cf171a078af4ee79e9447cc51d73d3ddb52 SIZE (nuget/microsoft.aspnetcore.httpoverrides.2.3.0.nupkg) = 46764 SHA256 (nuget/microsoft.aspnetcore.jsonpatch.2.3.0.nupkg) = 77a507078b166bb7334c80b8187c1d4213abbd5d89a473e6a139631b1c757677 SIZE (nuget/microsoft.aspnetcore.jsonpatch.2.3.0.nupkg) = 56781 -SHA256 (nuget/microsoft.aspnetcore.jsonpatch.8.0.17.nupkg) = e9ff1fd543a7b2e37374a1060eebb913b8dca969e239bc44f2cdb16d341d4229 -SIZE (nuget/microsoft.aspnetcore.jsonpatch.8.0.17.nupkg) = 146382 +SHA256 (nuget/microsoft.aspnetcore.jsonpatch.9.0.9.nupkg) = 3a7991be248aaa5ae6724c43f49c5eb3c70cc9f234a27eb340183e8f89088e6e +SIZE (nuget/microsoft.aspnetcore.jsonpatch.9.0.9.nupkg) = 142538 SHA256 (nuget/microsoft.aspnetcore.localization.2.3.0.nupkg) = e66c42a1361af0ab26ad332f2f17199e325df86dd0c6b53202b2dad618eb38a8 SIZE (nuget/microsoft.aspnetcore.localization.2.3.0.nupkg) = 48328 SHA256 (nuget/microsoft.aspnetcore.mvc.abstractions.2.3.0.nupkg) = 9f1b80fbb762f224f8142bb5d1e8a355182b6b0ed0610ae140f541c3de327583 @@ -91,8 +83,8 @@ SHA256 (nuget/microsoft.aspnetcore.mvc.formatters.json.2.3.0.nupkg) = 9083925a2b SIZE (nuget/microsoft.aspnetcore.mvc.formatters.json.2.3.0.nupkg) = 53459 SHA256 (nuget/microsoft.aspnetcore.mvc.localization.2.3.0.nupkg) = 9ad5fe66c3b4e4aba11c297b6daf5604fcf129b38183279c6114d6f21638ed4b SIZE (nuget/microsoft.aspnetcore.mvc.localization.2.3.0.nupkg) = 48688 -SHA256 (nuget/microsoft.aspnetcore.mvc.newtonsoftjson.8.0.17.nupkg) = 6d910f64d586b7fbf8a05ffa198e1301a94313d95f23afc26cc26d687eb885d2 -SIZE (nuget/microsoft.aspnetcore.mvc.newtonsoftjson.8.0.17.nupkg) = 82011 +SHA256 (nuget/microsoft.aspnetcore.mvc.newtonsoftjson.9.0.9.nupkg) = 2c9024f8ab8bae5203a5a674a6d5715759734b09bd94b1257497884085fa411f +SIZE (nuget/microsoft.aspnetcore.mvc.newtonsoftjson.9.0.9.nupkg) = 80011 SHA256 (nuget/microsoft.aspnetcore.mvc.razor.extensions.2.3.0.nupkg) = ee371a0b9cb725c57708c76f848c046107b268fc2c2b266219d202233a0c7a1c SIZE (nuget/microsoft.aspnetcore.mvc.razor.extensions.2.3.0.nupkg) = 104833 SHA256 (nuget/microsoft.aspnetcore.mvc.razor.2.3.0.nupkg) = 562c8d5ad58ce8e89a534cc3737eb6b956fd25004a2e0e9bc6d7bceaec8a61b8 @@ -119,8 +111,6 @@ SHA256 (nuget/microsoft.aspnetcore.responsecompression.2.3.0.nupkg) = 63b3dcf80f SIZE (nuget/microsoft.aspnetcore.responsecompression.2.3.0.nupkg) = 67777 SHA256 (nuget/microsoft.aspnetcore.rewrite.2.3.0.nupkg) = 5187be1dc756f591ea5ec66c4e405b160389de1d78ba861be1cc2315fe72f545 SIZE (nuget/microsoft.aspnetcore.rewrite.2.3.0.nupkg) = 70836 -SHA256 (nuget/microsoft.aspnetcore.routing.abstractions.2.1.1.nupkg) = f1a51ddb341d54f4cbd7cb918906b1b333573fc4ba6b8083dfa49331b517bd11 -SIZE (nuget/microsoft.aspnetcore.routing.abstractions.2.1.1.nupkg) = 47623 SHA256 (nuget/microsoft.aspnetcore.routing.abstractions.2.3.0.nupkg) = a523e9c0053fcc489d9817118d2bb3ef57ece4220145617cca9fee8ec2015e89 SIZE (nuget/microsoft.aspnetcore.routing.abstractions.2.3.0.nupkg) = 51947 SHA256 (nuget/microsoft.aspnetcore.routing.2.3.0.nupkg) = 6d7ad8795808fac9b67b978e0b03a4756c827f96fb750f24bfea4945a78b8872 @@ -143,26 +133,20 @@ SHA256 (nuget/microsoft.aspnetcore.webutilities.2.3.0.nupkg) = a093043f8e10f4296 SIZE (nuget/microsoft.aspnetcore.webutilities.2.3.0.nupkg) = 63465 SHA256 (nuget/microsoft.aspnetcore.2.3.0.nupkg) = 5dac1e814db92163b5bb7ec0827f4c3cf51f574cffd663d579a42459dcd080de SIZE (nuget/microsoft.aspnetcore.2.3.0.nupkg) = 41992 -SHA256 (nuget/microsoft.bcl.asyncinterfaces.6.0.0.nupkg) = e3df87fe2170a7e01f0880af59caa8f6eb380b3c40a4f282dfb43912aaf0f895 -SIZE (nuget/microsoft.bcl.asyncinterfaces.6.0.0.nupkg) = 76354 -SHA256 (nuget/microsoft.bcl.asyncinterfaces.7.0.0.nupkg) = d5ed37d44dba8ab688aae9fce1a7747c2211e0c259d61710a38c8537e07b51f1 -SIZE (nuget/microsoft.bcl.asyncinterfaces.7.0.0.nupkg) = 95839 -SHA256 (nuget/microsoft.bcl.asyncinterfaces.8.0.0.nupkg) = f5a5a68b03092ab2abf68843d4a4aea25dfbcbe8dd0f13c625cb779b6fc1927c -SIZE (nuget/microsoft.bcl.asyncinterfaces.8.0.0.nupkg) = 99740 +SHA256 (nuget/microsoft.bcl.asyncinterfaces.9.0.9.nupkg) = 2676345c6b99d15c46410bc28a275604a0139943489dc3c1ae3a71db9ad68cbf +SIZE (nuget/microsoft.bcl.asyncinterfaces.9.0.9.nupkg) = 98173 SHA256 (nuget/microsoft.bcl.timeprovider.8.0.0.nupkg) = 7c1bc34970d22183334daf3e03ef7c2aa8445d83fa135ef02e8f943709727f85 SIZE (nuget/microsoft.bcl.timeprovider.8.0.0.nupkg) = 105522 +SHA256 (nuget/microsoft.csharp.4.7.0.nupkg) = 127927bf646c145ebc9443ddadfe4cf81a55d641e82d3551029294c2e93fa63d +SIZE (nuget/microsoft.csharp.4.7.0.nupkg) = 627100 SHA256 (nuget/microsoft.codeanalysis.analyzers.1.1.0.nupkg) = ecaad97cade451b99e4fcd9e55a76f1eead971a16adc50e3e2a90821e1312623 SIZE (nuget/microsoft.codeanalysis.analyzers.1.1.0.nupkg) = 102426 -SHA256 (nuget/microsoft.codeanalysis.common.2.8.2.nupkg) = a62154ed8d8d654d652ef6e0dcf6436097cda7588c3fa05ffc6854ffcd96b990 -SIZE (nuget/microsoft.codeanalysis.common.2.8.2.nupkg) = 1496132 SHA256 (nuget/microsoft.codeanalysis.csharp.2.8.2.nupkg) = 5eac10f955c7c33f3cb6e6568d24e8c530fdd7fcc038a850709223d2eff8e7e9 SIZE (nuget/microsoft.codeanalysis.csharp.2.8.2.nupkg) = 2825779 +SHA256 (nuget/microsoft.codeanalysis.common.2.8.2.nupkg) = a62154ed8d8d654d652ef6e0dcf6436097cda7588c3fa05ffc6854ffcd96b990 +SIZE (nuget/microsoft.codeanalysis.common.2.8.2.nupkg) = 1496132 SHA256 (nuget/microsoft.codeanalysis.razor.2.3.0.nupkg) = fad3cc69707b8925c4150a7fe712481c921957d6979ceee2d5d3a61b894491f4 SIZE (nuget/microsoft.codeanalysis.razor.2.3.0.nupkg) = 73260 -SHA256 (nuget/microsoft.csharp.4.5.0.nupkg) = 740863fc28171b9548cb6768a75c69954b0b8deeee04f163c5ab33f6b7452206 -SIZE (nuget/microsoft.csharp.4.5.0.nupkg) = 627579 -SHA256 (nuget/microsoft.csharp.4.7.0.nupkg) = 127927bf646c145ebc9443ddadfe4cf81a55d641e82d3551029294c2e93fa63d -SIZE (nuget/microsoft.csharp.4.7.0.nupkg) = 627100 SHA256 (nuget/microsoft.diasymreader.native.1.7.0.nupkg) = b63bc8b30cae6cdcbeac980395b89980e6f91b8681745c8188f6b6936f1f5c50 SIZE (nuget/microsoft.diasymreader.native.1.7.0.nupkg) = 3324299 SHA256 (nuget/microsoft.dotnet.platformabstractions.2.1.0.nupkg) = beb661629f784a3c9c50c19a558085589e29eca04a7ea5722d6b481bbddfcde3 @@ -171,12 +155,10 @@ SHA256 (nuget/microsoft.extensions.caching.abstractions.8.0.0.nupkg) = c46a4aaf2 SIZE (nuget/microsoft.extensions.caching.abstractions.8.0.0.nupkg) = 160393 SHA256 (nuget/microsoft.extensions.caching.memory.8.0.1.nupkg) = e50d2fcc7a3766f1ace273c173f5e5045e3003060ef29c6ae8419d6238d7669b SIZE (nuget/microsoft.extensions.caching.memory.8.0.1.nupkg) = 197330 -SHA256 (nuget/microsoft.extensions.configuration.abstractions.2.1.0.nupkg) = addf332ba6164b148fe472eb3fe211f28e7ffbfb21793343b63dc8f447a6ff0d -SIZE (nuget/microsoft.extensions.configuration.abstractions.2.1.0.nupkg) = 37949 SHA256 (nuget/microsoft.extensions.configuration.abstractions.8.0.0.nupkg) = e1e0690e47fb309a334d99cec10bf071f81129019c3577b42bf905fa1e5197ca SIZE (nuget/microsoft.extensions.configuration.abstractions.8.0.0.nupkg) = 149230 -SHA256 (nuget/microsoft.extensions.configuration.binder.8.0.0.nupkg) = 19a9df2271b3ce83766ca78dc0e37cfc79da9abea5ed14e960b038f423570fd4 -SIZE (nuget/microsoft.extensions.configuration.binder.8.0.0.nupkg) = 385489 +SHA256 (nuget/microsoft.extensions.configuration.abstractions.9.0.9.nupkg) = 4268be7edbb5eeaa9554727e4a02af2eb5c21c90eb3f98786604df9600d68337 +SIZE (nuget/microsoft.extensions.configuration.abstractions.9.0.9.nupkg) = 127755 SHA256 (nuget/microsoft.extensions.configuration.binder.8.0.2.nupkg) = 68607456ea02df861a74012aaf0a1a5cb739aa56b9e69b300d5db12d2991ed21 SIZE (nuget/microsoft.extensions.configuration.binder.8.0.2.nupkg) = 389312 SHA256 (nuget/microsoft.extensions.configuration.commandline.8.0.0.nupkg) = 7e63c2fe8f12fb0793b50256ca4a671879ba00a554db5c5813f09a1d853bce08 @@ -191,6 +173,8 @@ SHA256 (nuget/microsoft.extensions.configuration.usersecrets.8.0.1.nupkg) = c86b SIZE (nuget/microsoft.extensions.configuration.usersecrets.8.0.1.nupkg) = 141387 SHA256 (nuget/microsoft.extensions.configuration.8.0.0.nupkg) = f413ec012971ad5f229663028dd6f74e251c9b9bc56719019c023f7cd0521320 SIZE (nuget/microsoft.extensions.configuration.8.0.0.nupkg) = 191129 +SHA256 (nuget/microsoft.extensions.configuration.9.0.9.nupkg) = d3fe15befd9da973f3c5ab2c6c2e33aed15aa8d3bd490487e3b5f14a42fac91a +SIZE (nuget/microsoft.extensions.configuration.9.0.9.nupkg) = 160169 SHA256 (nuget/microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg) = ef92b31065a36d110b7332690a226e6fe96d35430c6f3e40ff529053ee5d80ff SIZE (nuget/microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg) = 276886 SHA256 (nuget/microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg) = 51f2df1100245f10da54f0bb7e813f277155117777d4fbbab902214e27372606 @@ -227,8 +211,6 @@ SHA256 (nuget/microsoft.extensions.logging.console.8.0.1.nupkg) = dad86117525b0c SIZE (nuget/microsoft.extensions.logging.console.8.0.1.nupkg) = 266136 SHA256 (nuget/microsoft.extensions.logging.debug.8.0.1.nupkg) = 80a16a060e656e3cb954111c02ea10fd2b17031beb61d0583aef5d57ad1e24a8 SIZE (nuget/microsoft.extensions.logging.debug.8.0.1.nupkg) = 124342 -SHA256 (nuget/microsoft.extensions.logging.2.1.0.nupkg) = 06d45573ca3b36bb8509b94e2131cf643de59549ab8b7fb5752b52a34f443136 -SIZE (nuget/microsoft.extensions.logging.2.1.0.nupkg) = 42532 SHA256 (nuget/microsoft.extensions.logging.8.0.0.nupkg) = 31e8746745fb2b23841b897445605cb871e285c00172f0b27d45e06ac990f75a SIZE (nuget/microsoft.extensions.logging.8.0.0.nupkg) = 232520 SHA256 (nuget/microsoft.extensions.logging.8.0.1.nupkg) = be47d5c38b50120f3a5e0d7cbfa40ed106f862ccf4363c79eddd5770dba3e885 @@ -237,24 +219,24 @@ SHA256 (nuget/microsoft.extensions.objectpool.8.0.11.nupkg) = c6eb58cd403cea13a0 SIZE (nuget/microsoft.extensions.objectpool.8.0.11.nupkg) = 92137 SHA256 (nuget/microsoft.extensions.options.configurationextensions.8.0.0.nupkg) = 03905bcf0d6488d9208ab939c7c932c7083d94b4dc4a78288de0fea1ca46d512 SIZE (nuget/microsoft.extensions.options.configurationextensions.8.0.0.nupkg) = 135412 -SHA256 (nuget/microsoft.extensions.options.8.0.0.nupkg) = 9f69b82527a040a51394eb0a2d95141c728cabddba789d30f4df46f88dc5a05c -SIZE (nuget/microsoft.extensions.options.8.0.0.nupkg) = 492963 SHA256 (nuget/microsoft.extensions.options.8.0.2.nupkg) = 02372575d75d76d37ff5a1fda60ec2944672716b451cb8bd20f7b518684d432b SIZE (nuget/microsoft.extensions.options.8.0.2.nupkg) = 494417 SHA256 (nuget/microsoft.extensions.primitives.8.0.0.nupkg) = 154f2a8f70d1f1b0dd73573e59e199c7f3c265eaaa9ddc1e64cf5ea5ca578d2a SIZE (nuget/microsoft.extensions.primitives.8.0.0.nupkg) = 209772 +SHA256 (nuget/microsoft.extensions.primitives.9.0.9.nupkg) = 6c2778063e6e3f8913d210afb342d94bc215a84b69388ca14a26b2e628c96c10 +SIZE (nuget/microsoft.extensions.primitives.9.0.9.nupkg) = 176250 SHA256 (nuget/microsoft.extensions.webencoders.8.0.11.nupkg) = cdc6d6c434244246557948ceb2ca9e275b773bbd12964ec55a7ea3ffc2317e01 SIZE (nuget/microsoft.extensions.webencoders.8.0.11.nupkg) = 87480 -SHA256 (nuget/microsoft.net.http.headers.2.3.0.nupkg) = 5d8dceca1293cd455b98c9de829d08c40a60f1cc3ded10fd7970b65de9eb3aa1 -SIZE (nuget/microsoft.net.http.headers.2.3.0.nupkg) = 68813 SHA256 (nuget/microsoft.netcore.platforms.1.1.0.nupkg) = 15e338d24b5c39b4099389cc612841eb51ff13c07bb4829f97d39b27420e7023 SIZE (nuget/microsoft.netcore.platforms.1.1.0.nupkg) = 17960 SHA256 (nuget/microsoft.netcore.platforms.5.0.0.nupkg) = 2c8720d52b437102cf380069e0945722cf37eddef3d226bafbefb7485de39757 SIZE (nuget/microsoft.netcore.platforms.5.0.0.nupkg) = 39826 -SHA256 (nuget/microsoft.netframework.referenceassemblies.net462.1.0.3.nupkg) = ee692a845743500910855d4c330ca6e9ef87c16e16f740e4474d187185d66e21 -SIZE (nuget/microsoft.netframework.referenceassemblies.net462.1.0.3.nupkg) = 19902484 +SHA256 (nuget/microsoft.netframework.referenceassemblies.net471.1.0.3.nupkg) = 2d1662724b3794992640c59bfceb2f010e62a3bdb581a626d1b6d7bd5149d575 +SIZE (nuget/microsoft.netframework.referenceassemblies.net471.1.0.3.nupkg) = 20749662 SHA256 (nuget/microsoft.netframework.referenceassemblies.1.0.3.nupkg) = 141a093f90c7645d101ccd312e6f727781c965540eb92a52280f95411a698441 SIZE (nuget/microsoft.netframework.referenceassemblies.1.0.3.nupkg) = 20961 +SHA256 (nuget/microsoft.net.http.headers.2.3.0.nupkg) = 5d8dceca1293cd455b98c9de829d08c40a60f1cc3ded10fd7970b65de9eb3aa1 +SIZE (nuget/microsoft.net.http.headers.2.3.0.nupkg) = 68813 SHA256 (nuget/microsoft.win32.registry.4.5.0.nupkg) = 58c057b086f40e03c53da164355c58f5bf6f70cc4faad8058228ca60c25f57fd SIZE (nuget/microsoft.win32.registry.4.5.0.nupkg) = 350921 SHA256 (nuget/mimemapping.1.0.1.50.nupkg) = a33ec64d422aaa3fb6db85dee40898988ea91235d0e3ce50cd574b1c04348289 @@ -263,54 +245,34 @@ SHA256 (nuget/mono.posix.7.1.0-final.1.21458.1.nupkg) = 91ba5baeec9629f59f460f48 SIZE (nuget/mono.posix.7.1.0-final.1.21458.1.nupkg) = 129570 SHA256 (nuget/mono.unix.7.1.0-final.1.21458.1.nupkg) = b66de788e9b838509efe42f9339cf009981f1c468fb660eab0e2cde86131607b SIZE (nuget/mono.unix.7.1.0-final.1.21458.1.nupkg) = 7089824 -SHA256 (nuget/netstandard.library.1.6.1.nupkg) = 88d6a7d62c7b46d9dc1960bd023019dac93bd03a313ac9843a0435d1f5e6e0fc -SIZE (nuget/netstandard.library.1.6.1.nupkg) = 17360 SHA256 (nuget/netstandard.library.2.0.3.nupkg) = 3eb87644f79bcffb3c0331dbdac3c7837265f2cdf58a7bfd93e431776f77c9ba SIZE (nuget/netstandard.library.2.0.3.nupkg) = 3146139 -SHA256 (nuget/newtonsoft.json.bson.1.0.2.nupkg) = 6548fa60548c669e4266d5e26a6c38f5e6666e9d62601b8db0828d9e3c5c4730 -SIZE (nuget/newtonsoft.json.bson.1.0.2.nupkg) = 202003 -SHA256 (nuget/newtonsoft.json.11.0.2.nupkg) = 6219406c67f0a31433c5bdc779fe22c95f5e19d3d024935dd868124748ec049d -SIZE (nuget/newtonsoft.json.11.0.2.nupkg) = 2409669 -SHA256 (nuget/newtonsoft.json.12.0.1.nupkg) = e177f7459ac9a26021de3699ac40095f7a0f98ea30195f320c1f58de1d03c385 -SIZE (nuget/newtonsoft.json.12.0.1.nupkg) = 3407949 -SHA256 (nuget/newtonsoft.json.13.0.1.nupkg) = 2b6b52556e27e1b7913f33eedeb95568110c746bd64afff74357f1683878323a -SIZE (nuget/newtonsoft.json.13.0.1.nupkg) = 2065787 -SHA256 (nuget/newtonsoft.json.13.0.2.nupkg) = 112ca3b7f47bcbd743befcf949fb68ce4f9eff73ad9f7f1b39c2c61a1ebd3add -SIZE (nuget/newtonsoft.json.13.0.2.nupkg) = 2441714 -SHA256 (nuget/newtonsoft.json.13.0.3.nupkg) = 872fc189e638ab1056555b03aaa38f68bcb54286e221aa646eb1129babf63c77 -SIZE (nuget/newtonsoft.json.13.0.3.nupkg) = 2441966 -SHA256 (nuget/newtonsoft.json.9.0.1.nupkg) = 998081ae052120917346e2cb57d488888147a2fcdf47c52ea9f83a7b4f049e55 -SIZE (nuget/newtonsoft.json.9.0.1.nupkg) = 1613054 SHA256 (nuget/nlog.extensions.logging.5.4.0.nupkg) = f6954182e00a9e399bb4a337c01541133a2f5e4a045e0aaf07822189ac80915a SIZE (nuget/nlog.extensions.logging.5.4.0.nupkg) = 250899 SHA256 (nuget/nlog.web.aspnetcore.5.4.0.nupkg) = b430ac3aa60d560f9d34193ce478cd81b66e43032018f21db0caa83e184f44e9 SIZE (nuget/nlog.web.aspnetcore.5.4.0.nupkg) = 377609 SHA256 (nuget/nlog.5.4.0.nupkg) = 9764745071c22f4d8a3cc0bde9eeb600bd8e3450f43c0b72eb5f72f549c3db90 SIZE (nuget/nlog.5.4.0.nupkg) = 2975957 -SHA256 (nuget/polly.core.8.6.1.nupkg) = 86108dd03a1e0bb822577b75d01f60a15d85ab4169a422f41d1bc5cc32cce656 -SIZE (nuget/polly.core.8.6.1.nupkg) = 860007 -SHA256 (nuget/polly.8.6.1.nupkg) = bc632f5913b686cdf516fd31de8a0d5b9244dbff431c1659407f459d5352af41 -SIZE (nuget/polly.8.6.1.nupkg) = 766219 +SHA256 (nuget/newtonsoft.json.bson.1.0.2.nupkg) = 6548fa60548c669e4266d5e26a6c38f5e6666e9d62601b8db0828d9e3c5c4730 +SIZE (nuget/newtonsoft.json.bson.1.0.2.nupkg) = 202003 +SHA256 (nuget/newtonsoft.json.13.0.4.nupkg) = f09081d457405baf35a973fa0c50d6bf272ed683f2568c5a620a49da952f6529 +SIZE (nuget/newtonsoft.json.13.0.4.nupkg) = 2484726 +SHA256 (nuget/polly.core.8.6.3.nupkg) = e972912ebc10f2760bc14361c3cfbfe59e84bdf20b860b9bd939fa07a5d2c48c +SIZE (nuget/polly.core.8.6.3.nupkg) = 826595 +SHA256 (nuget/polly.8.6.3.nupkg) = 922a22762e8f2968147bbba3fab4fc93907a13bae8da220ca3ad1c2eb68524bd +SIZE (nuget/polly.8.6.3.nupkg) = 766807 SHA256 (nuget/sharpziplib.1.4.2.nupkg) = fe0895aa2930a2b1b65caa9f37db8bca35125ebdf9cc1b99d855f6afc5ff5946 SIZE (nuget/sharpziplib.1.4.2.nupkg) = 741182 SHA256 (nuget/system.appcontext.4.3.0.nupkg) = ca0f792cd40ec05940d6d5b15dd42457226a4f8027a0373e0029ab36fcc68998 SIZE (nuget/system.appcontext.4.3.0.nupkg) = 147030 -SHA256 (nuget/system.buffers.4.5.0.nupkg) = 4c7c36ce7bbe2a26df2517c3edc1379d1607b26ec5ca7e698ce3995689c58efb -SIZE (nuget/system.buffers.4.5.0.nupkg) = 106115 -SHA256 (nuget/system.buffers.4.5.1.nupkg) = c30b3dd2c7e2f4cee4b823d692fd42118309b42ab1f5007f923d329a5b0d6b12 -SIZE (nuget/system.buffers.4.5.1.nupkg) = 93737 SHA256 (nuget/system.buffers.4.6.0.nupkg) = 736425805075e8895f066b3960bb1308543f41e2a84baa61d5af6675192afc97 SIZE (nuget/system.buffers.4.6.0.nupkg) = 67596 SHA256 (nuget/system.collections.concurrent.4.3.0.nupkg) = 28c6390df2670de22c6b5dc3a6abf237c36445e644300167966360955a052172 SIZE (nuget/system.collections.concurrent.4.3.0.nupkg) = 502676 -SHA256 (nuget/system.collections.immutable.1.3.1.nupkg) = 6ab78646afdd3b4f0a871896b802be71602339662db81d51f731972ef22ac19c -SIZE (nuget/system.collections.immutable.1.3.1.nupkg) = 380700 SHA256 (nuget/system.collections.immutable.8.0.0.nupkg) = 17b3958ca370a6a6d487c95389d6ea256622e3bea7b2af67fba934f90551a37c SIZE (nuget/system.collections.immutable.8.0.0.nupkg) = 787241 SHA256 (nuget/system.collections.4.3.0.nupkg) = 69f63b554b43eb0ff9998aab71ef2442bbc321f4b61970c834387bdc88f124a7 SIZE (nuget/system.collections.4.3.0.nupkg) = 810001 -SHA256 (nuget/system.componentmodel.annotations.4.5.0.nupkg) = d79c84d8da13f6f98bf681826b11c29504758cb5b58f579fe611cc839e7146ca -SIZE (nuget/system.componentmodel.annotations.4.5.0.nupkg) = 691299 SHA256 (nuget/system.componentmodel.annotations.5.0.0.nupkg) = d29493d541e0a5e13ac49ad87f947e53b0302251f7ad50b74a982e8a523f3008 SIZE (nuget/system.componentmodel.annotations.5.0.0.nupkg) = 771145 SHA256 (nuget/system.console.4.3.0.nupkg) = 5e1dcf3c166bd290db0da2bc0041db746cfb78f2ba622d59c91588d4933a99ba @@ -321,8 +283,8 @@ SHA256 (nuget/system.diagnostics.diagnosticsource.7.0.2.nupkg) = f146b07bb996390 SIZE (nuget/system.diagnostics.diagnosticsource.7.0.2.nupkg) = 398733 SHA256 (nuget/system.diagnostics.diagnosticsource.8.0.1.nupkg) = ce6c078dc26029c6e49307a91f4dfc421727b16309707cacf8f11b1460b4260a SIZE (nuget/system.diagnostics.diagnosticsource.8.0.1.nupkg) = 517990 -SHA256 (nuget/system.diagnostics.eventlog.8.0.1.nupkg) = cefa9def6a7081c1a86b59c7dd94f50b498ff64e77bc52c9ebdaf9302435b1a0 -SIZE (nuget/system.diagnostics.eventlog.8.0.1.nupkg) = 538290 +SHA256 (nuget/system.diagnostics.eventlog.9.0.9.nupkg) = 55e27c6964cddefeaab24790506035cf8273872851e538b98cf4f472234cd2c4 +SIZE (nuget/system.diagnostics.eventlog.9.0.9.nupkg) = 400886 SHA256 (nuget/system.diagnostics.fileversioninfo.4.3.0.nupkg) = 272a8e7f9fe5b1434b32922a2bc5df7dc153c41eaf1d6cc6587b2c9a88e89024 SIZE (nuget/system.diagnostics.fileversioninfo.4.3.0.nupkg) = 138783 SHA256 (nuget/system.diagnostics.stacktrace.4.3.0.nupkg) = 4dfabb17ad4dd157ee8d5c88e40f4c66fc967b04391dea41d5fd54301324502b @@ -345,46 +307,34 @@ SHA256 (nuget/system.io.pipelines.4.6.0.nupkg) = 702b45990964d1314159b64b561fdcd SIZE (nuget/system.io.pipelines.4.6.0.nupkg) = 140958 SHA256 (nuget/system.io.pipelines.5.0.1.nupkg) = db34f9b818b2626fa32c8a09a6920a26db53b6970c34ac5decb8b44045636eff SIZE (nuget/system.io.pipelines.5.0.1.nupkg) = 193681 -SHA256 (nuget/system.io.pipelines.8.0.0.nupkg) = 2dda41d6ce2f433b0e3836b188ab2d2e4b39ed7f434c3e43e9c3f1f03135c301 -SIZE (nuget/system.io.pipelines.8.0.0.nupkg) = 267394 +SHA256 (nuget/system.io.pipelines.9.0.9.nupkg) = 6d132dd226f42b02b31d781e0176607a0a2ee5e5fc96c9bcd04bb7f1b1c1c41b +SIZE (nuget/system.io.pipelines.9.0.9.nupkg) = 223679 +SHA256 (nuget/system.io.4.3.0.nupkg) = aeeca74077a414fe703eb0e257284d891217799fc8f4da632b9a54f873c38916 +SIZE (nuget/system.io.4.3.0.nupkg) = 703652 SHA256 (nuget/system.linq.expressions.4.3.0.nupkg) = fb7a6f85963bae2a7c1c26df7542f38e50bd14f645a58a10c6191cb859b6c24f SIZE (nuget/system.linq.expressions.4.3.0.nupkg) = 1928029 SHA256 (nuget/system.linq.4.3.0.nupkg) = 479ba248bde5e9add7ad74922fa8f3faafcf732550cc4001ca2b9764d4aa0ff0 SIZE (nuget/system.linq.4.3.0.nupkg) = 512550 -SHA256 (nuget/system.memory.4.5.3.nupkg) = 0af97b45b45b46ef6a2b37910568dabd492c793da3859054595d523e2a545859 -SIZE (nuget/system.memory.4.5.3.nupkg) = 154054 -SHA256 (nuget/system.memory.4.5.4.nupkg) = dec0847f33b8823e4260672d97d657411461c00ada3107ec7bbcb32a845eeb91 -SIZE (nuget/system.memory.4.5.4.nupkg) = 205467 SHA256 (nuget/system.memory.4.5.5.nupkg) = 10f43da352a29fb2b3188e4edd4dcf5100194c8b526e4f61fe2e2b5623775a22 SIZE (nuget/system.memory.4.5.5.nupkg) = 208978 SHA256 (nuget/system.memory.4.6.0.nupkg) = 3a10042b350ce9e11a1fdf4370668ccf6a452c6feafcde0a556aaa881614385a SIZE (nuget/system.memory.4.6.0.nupkg) = 192800 SHA256 (nuget/system.numerics.vectors.4.4.0.nupkg) = 6ae5d02b67e52ff2699c1feb11c01c526e2f60c09830432258e0809486aabb65 SIZE (nuget/system.numerics.vectors.4.4.0.nupkg) = 337043 -SHA256 (nuget/system.numerics.vectors.4.5.0.nupkg) = a9d49320581fda1b4f4be6212c68c01a22cdf228026099c20a8eabefcf90f9cf -SIZE (nuget/system.numerics.vectors.4.5.0.nupkg) = 382792 SHA256 (nuget/system.numerics.vectors.4.6.0.nupkg) = 7ca4b7b964361e647af6f3610c7a8f2d834eb77aa98e25903976431ef444d475 SIZE (nuget/system.numerics.vectors.4.6.0.nupkg) = 136752 -SHA256 (nuget/system.reflection.metadata.1.4.2.nupkg) = 7187764969a769c36ad787d3a725bdbc67276d9483e033d18e947eb607596721 -SIZE (nuget/system.reflection.metadata.1.4.2.nupkg) = 496281 SHA256 (nuget/system.reflection.metadata.8.0.1.nupkg) = 4b08a9d57b93b3faf69b844ab86e415d7c5c68d19187e8db3278c544d74bf3b5 SIZE (nuget/system.reflection.metadata.8.0.1.nupkg) = 1308880 SHA256 (nuget/system.reflection.4.3.0.nupkg) = 35049946964bbed3d60e5be6308746c5c56ec949f0f76654468d215ec12c8576 SIZE (nuget/system.reflection.4.3.0.nupkg) = 700821 SHA256 (nuget/system.resources.resourcemanager.4.3.0.nupkg) = 89d88e0fddf16dbadbc304a70f898e440f51622fc3fd4e3c79152c9ff5a7586a SIZE (nuget/system.resources.resourcemanager.4.3.0.nupkg) = 85908 -SHA256 (nuget/system.runtime.compilerservices.unsafe.4.5.2.nupkg) = f1e5175c658ed8b2fbb804cc6727b6882a503844e7da309c8d4846e9ca11e4ef -SIZE (nuget/system.runtime.compilerservices.unsafe.4.5.2.nupkg) = 104723 -SHA256 (nuget/system.runtime.compilerservices.unsafe.4.5.3.nupkg) = 96764c52a44ee1161151e48ef07489f72047a851cb55b99e9f01d6908536d1a9 -SIZE (nuget/system.runtime.compilerservices.unsafe.4.5.3.nupkg) = 102160 SHA256 (nuget/system.runtime.compilerservices.unsafe.6.0.0.nupkg) = 6c41b53e70e9eee298cff3a02ce5acdd15b04125589be0273f0566026720a762 SIZE (nuget/system.runtime.compilerservices.unsafe.6.0.0.nupkg) = 84343 SHA256 (nuget/system.runtime.compilerservices.unsafe.6.1.0.nupkg) = 372aaaa51707ba6cd2c69b2044382e0f9486c1d50d1c16e8d0e39dccb4c8cc25 SIZE (nuget/system.runtime.compilerservices.unsafe.6.1.0.nupkg) = 62013 SHA256 (nuget/system.runtime.extensions.4.3.0.nupkg) = c0b0c79a8cebf38bf55b6cd8096631c63d0547424360749545a46e0e6d1b77fa SIZE (nuget/system.runtime.extensions.4.3.0.nupkg) = 1060357 -SHA256 (nuget/system.runtime.interopservices.runtimeinformation.4.0.0.nupkg) = e63e776a66fbe80dd23e21370749654f65cfc74e7cf82804ece5cbe1b2da953e -SIZE (nuget/system.runtime.interopservices.runtimeinformation.4.0.0.nupkg) = 165972 SHA256 (nuget/system.runtime.interopservices.runtimeinformation.4.3.0.nupkg) = 318a65ebf6720ba8639b359121efa20e895d38c5b599f6f05ec76e0275c82860 SIZE (nuget/system.runtime.interopservices.runtimeinformation.4.3.0.nupkg) = 179546 SHA256 (nuget/system.runtime.interopservices.4.3.0.nupkg) = f2c0c7f965097c247eedee277e97ed8fffa5b2d122662c56501b9e476ce61e02 @@ -393,12 +343,8 @@ SHA256 (nuget/system.runtime.numerics.4.3.0.nupkg) = 3f98c70a031b80531888e36fce6 SIZE (nuget/system.runtime.numerics.4.3.0.nupkg) = 283763 SHA256 (nuget/system.runtime.4.3.0.nupkg) = e75f35dd65e9048b2e03a7d4b44e57691423716750dbf966128909b7deeed118 SIZE (nuget/system.runtime.4.3.0.nupkg) = 7263712 -SHA256 (nuget/system.security.accesscontrol.4.5.0.nupkg) = 005b0a3dbfe74e4dbf9aa1ff3d8a5aa08f0f2ec88a2a299a5dffbb31be557cf3 -SIZE (nuget/system.security.accesscontrol.4.5.0.nupkg) = 551848 SHA256 (nuget/system.security.accesscontrol.5.0.0.nupkg) = b9e486f989fcd9ebf1c86067138f4de03fa780e0c35e0a2b9e506d4373a6c39e SIZE (nuget/system.security.accesscontrol.5.0.0.nupkg) = 621573 -SHA256 (nuget/system.security.cryptography.algorithms.4.3.0.nupkg) = b4026f35295ccd8049dc4776e007b6edae79b6afe7e03ddfb9b35077070a580f -SIZE (nuget/system.security.cryptography.algorithms.4.3.0.nupkg) = 402204 SHA256 (nuget/system.security.cryptography.algorithms.4.3.1.nupkg) = 4253bfa69464fcec836070a2983f3aed102528839a922743d0808d3adeb75cd4 SIZE (nuget/system.security.cryptography.algorithms.4.3.1.nupkg) = 403068 SHA256 (nuget/system.security.cryptography.cng.5.0.0.nupkg) = 9ce24fdef76641a600d3b4c8dfbdcebd95fab96b211138a9be2e4aa4bee8131a @@ -407,34 +353,28 @@ SHA256 (nuget/system.security.cryptography.encoding.4.3.0.nupkg) = 62e81ef3d37a3 SIZE (nuget/system.security.cryptography.encoding.4.3.0.nupkg) = 144382 SHA256 (nuget/system.security.cryptography.primitives.4.3.0.nupkg) = 7e7162ec1dd29d58f96be05b8179db8e718dbd6ac2114e87a7fc23b235b3df5f SIZE (nuget/system.security.cryptography.primitives.4.3.0.nupkg) = 81382 -SHA256 (nuget/system.security.cryptography.protecteddata.8.0.0.nupkg) = 7dbd296bdb10c4dfa6af4be75e0d4881bc78f4268ea92f860e44df58d6e852fb -SIZE (nuget/system.security.cryptography.protecteddata.8.0.0.nupkg) = 148572 +SHA256 (nuget/system.security.cryptography.protecteddata.9.0.9.nupkg) = bf9fa4ac5a818cc94f9c8f71708f46130e61e37a9ad7f964d4cb82efeb787967 +SIZE (nuget/system.security.cryptography.protecteddata.9.0.9.nupkg) = 127252 SHA256 (nuget/system.security.cryptography.x509certificates.4.3.0.nupkg) = 306dd5fe8c03876ef718250fb061ab68dc1a56973276ea65dc4b4f5e3e93546d SIZE (nuget/system.security.cryptography.x509certificates.4.3.0.nupkg) = 706727 SHA256 (nuget/system.security.cryptography.xml.8.0.2.nupkg) = f530a6572301e3e072fe2a54f2f7580ed4a7c35b6491e6e75d7551753efcfb6f SIZE (nuget/system.security.cryptography.xml.8.0.2.nupkg) = 465309 -SHA256 (nuget/system.security.principal.windows.4.5.0.nupkg) = 064518360bb3d1ee0d269d64916eda2419f77721fd493c01e4df17aa7942b266 -SIZE (nuget/system.security.principal.windows.4.5.0.nupkg) = 390138 SHA256 (nuget/system.security.principal.windows.5.0.0.nupkg) = 081390c25f6f78592b28ada853c24514488a221fe9f9a24efaaf5373643ff3d6 SIZE (nuget/system.security.principal.windows.5.0.0.nupkg) = 535022 -SHA256 (nuget/system.serviceprocess.servicecontroller.8.0.1.nupkg) = d9c5d3ccd3b25ea2629c53f375527d1aeeaaac5b7271f8afbbb4470f304989cf -SIZE (nuget/system.serviceprocess.servicecontroller.8.0.1.nupkg) = 296621 -SHA256 (nuget/system.text.encoding.codepages.4.3.0.nupkg) = 7b3615c1ef5ab5191111cf0efc74ff55f183136bee0a921c90e7dd635f78fd51 -SIZE (nuget/system.text.encoding.codepages.4.3.0.nupkg) = 1615064 -SHA256 (nuget/system.text.encoding.codepages.8.0.0.nupkg) = 7e308b41cd4f456d08c7921995d8345cabfe2750ea3d27eef698ccc8d069edd1 -SIZE (nuget/system.text.encoding.codepages.8.0.0.nupkg) = 4260927 +SHA256 (nuget/system.serviceprocess.servicecontroller.9.0.9.nupkg) = 9578a6aaa878bda6ad7b6caeb28fa4d5a0f73be4747669fde8e1516b311a99ae +SIZE (nuget/system.serviceprocess.servicecontroller.9.0.9.nupkg) = 228590 +SHA256 (nuget/system.text.encoding.codepages.9.0.9.nupkg) = 094418ab9e595533d276223b6d79bc4cd8058eeb1d8817d3d0995408ebb64946 +SIZE (nuget/system.text.encoding.codepages.9.0.9.nupkg) = 3219649 SHA256 (nuget/system.text.encoding.extensions.4.3.0.nupkg) = bee7c75e0f1000ac4796e8cf1c772bb46c00a859ac083e872a37c30221f20187 SIZE (nuget/system.text.encoding.extensions.4.3.0.nupkg) = 244195 SHA256 (nuget/system.text.encoding.4.3.0.nupkg) = 19cb475462d901afebaa404d86c0469ec89674acafe950ee6d8a4692e3a404b8 SIZE (nuget/system.text.encoding.4.3.0.nupkg) = 327281 -SHA256 (nuget/system.text.encodings.web.4.5.1.nupkg) = 177618fb3f3a6310b94d05bb453a1e9677a6aea44dee075135ba5da2df1bca5f -SIZE (nuget/system.text.encodings.web.4.5.1.nupkg) = 85610 SHA256 (nuget/system.text.encodings.web.8.0.0.nupkg) = 21442442457da68d4b0b442caab8a5ab03733ef9dcfb8795beafa10afabc7ef1 SIZE (nuget/system.text.encodings.web.8.0.0.nupkg) = 374440 -SHA256 (nuget/system.text.json.8.0.5.nupkg) = c8ac68e78c39a1d593ea73ebb9456c697e77a0f45efa02b31af2e79f1b703faf -SIZE (nuget/system.text.json.8.0.5.nupkg) = 1986315 -SHA256 (nuget/system.threading.tasks.extensions.4.5.2.nupkg) = 12a245f53a693074cabe947a7a6add03ad736a5316dc7c2b67b8fa067e1b06ea -SIZE (nuget/system.threading.tasks.extensions.4.5.2.nupkg) = 87298 +SHA256 (nuget/system.text.encodings.web.9.0.9.nupkg) = 7ae62b2402a24c30a3fd17f5295588e88a298435fcdbcc794fd02cf6f01ff350 +SIZE (nuget/system.text.encodings.web.9.0.9.nupkg) = 293570 +SHA256 (nuget/system.text.json.9.0.9.nupkg) = 23e18281765952d800b5af7804806acbbd879d92777a0ccd04e4f19d5cb652bf +SIZE (nuget/system.text.json.9.0.9.nupkg) = 1877447 SHA256 (nuget/system.threading.tasks.extensions.4.5.4.nupkg) = a304a963cc0796c5179f9c6b7d8022bbce3b2fa7c029eb6196f631f7b462d678 SIZE (nuget/system.threading.tasks.extensions.4.5.4.nupkg) = 89582 SHA256 (nuget/system.threading.tasks.extensions.4.6.0.nupkg) = 3b0201d1da5c767c9fbd35148fa8107ca5b65c5da95ac421ca4c0cd473421ea6 @@ -447,21 +387,19 @@ SHA256 (nuget/system.threading.thread.4.3.0.nupkg) = a4cb3a44d142de740e1b3f44a88 SIZE (nuget/system.threading.thread.4.3.0.nupkg) = 98902 SHA256 (nuget/system.threading.4.3.0.nupkg) = 643437751e29cd5c266aa060e2169c65a55e9d0ff7c8017fb95ec15d95e38967 SIZE (nuget/system.threading.4.3.0.nupkg) = 708088 -SHA256 (nuget/system.valuetuple.4.3.0.nupkg) = b643308a86e61909ffb7c2c3aa990cf90ed724e79b125ddbc157f5d5dd994788 -SIZE (nuget/system.valuetuple.4.3.0.nupkg) = 87411 SHA256 (nuget/system.valuetuple.4.5.0.nupkg) = 9e21fa9767d4e76bc0cee065c1d40cc34384a114bfec4d70e6c981168a926802 SIZE (nuget/system.valuetuple.4.5.0.nupkg) = 204904 SHA256 (nuget/system.xml.readerwriter.4.3.0.nupkg) = 410f0a814d25bb817952787e4db79c84efffcda00667831f82f5bbd829f58730 SIZE (nuget/system.xml.readerwriter.4.3.0.nupkg) = 1388897 SHA256 (nuget/system.xml.xdocument.4.3.0.nupkg) = ad6b5d72672e12534e4b309e85f9722b01e40d1a623a1249b3c09e4349750822 SIZE (nuget/system.xml.xdocument.4.3.0.nupkg) = 591350 -SHA256 (nuget/system.xml.xmldocument.4.3.0.nupkg) = 91bb95e18eeb54991f329d8a8288bc66f75ab66f4264d9a5281dc666000dbf2e -SIZE (nuget/system.xml.xmldocument.4.3.0.nupkg) = 285212 SHA256 (nuget/system.xml.xpath.xdocument.4.3.0.nupkg) = 76a938096bb0a1c8f9aac5006254be5c07ba186718fcdfc720f1067b969facf3 SIZE (nuget/system.xml.xpath.xdocument.4.3.0.nupkg) = 89906 SHA256 (nuget/system.xml.xpath.4.3.0.nupkg) = 91dd4932a8faa1b871cc43d125e62f714c89aa43acffd03450e41c702ea862b3 SIZE (nuget/system.xml.xpath.4.3.0.nupkg) = 250182 +SHA256 (nuget/system.xml.xmldocument.4.3.0.nupkg) = 91bb95e18eeb54991f329d8a8288bc66f75ab66f4264d9a5281dc666000dbf2e +SIZE (nuget/system.xml.xmldocument.4.3.0.nupkg) = 285212 SHA256 (nuget/yamldotnet.16.3.0.nupkg) = e068bcc1243c46c8bfdfe2f27a026bfff03cde7c67d9f37c2cdd70bd24a9dfd4 SIZE (nuget/yamldotnet.16.3.0.nupkg) = 776880 -SHA256 (Jackett-Jackett-v0.22.2311_GH0.tar.gz) = 297d545520d032f4ddafc91be7639f22a1ec413f614e54865b8ebc3a30f4b761 -SIZE (Jackett-Jackett-v0.22.2311_GH0.tar.gz) = 3638367 +SHA256 (Jackett-Jackett-v0.24.72_GH0.tar.gz) = 4505944c206fd4b63b077a4875e79d6b990b64248bea094f89ae1fe4532f32a2 +SIZE (Jackett-Jackett-v0.24.72_GH0.tar.gz) = 3646047 diff --git a/net-p2p/jackett/pkg-plist b/net-p2p/jackett/pkg-plist index 70a945e5a097..495e6cb6085d 100644 --- a/net-p2p/jackett/pkg-plist +++ b/net-p2p/jackett/pkg-plist @@ -72,8 +72,6 @@ %%DATADIR%%/Definitions/aidoruonline.yml %%DATADIR%%/Definitions/aither-api.yml %%DATADIR%%/Definitions/amigosshare.yml -%%DATADIR%%/Definitions/anime-time.yml -%%DATADIR%%/Definitions/anime-timel.yml %%DATADIR%%/Definitions/animelayer.yml %%DATADIR%%/Definitions/animelovers-api.yml %%DATADIR%%/Definitions/animetorrentsro.yml @@ -136,6 +134,7 @@ %%DATADIR%%/Definitions/catorrent.yml %%DATADIR%%/Definitions/cdfile.yml %%DATADIR%%/Definitions/ceskeforum.yml +%%DATADIR%%/Definitions/cgpeers.yml %%DATADIR%%/Definitions/chdbits.yml %%DATADIR%%/Definitions/chilebt-api.yml %%DATADIR%%/Definitions/cinemageddon.yml @@ -156,7 +155,6 @@ %%DATADIR%%/Definitions/cyanbug.yml %%DATADIR%%/Definitions/damagnet.yml %%DATADIR%%/Definitions/danishbytes-api.yml -%%DATADIR%%/Definitions/dark-shadow.yml %%DATADIR%%/Definitions/darkpeers.yml %%DATADIR%%/Definitions/dasunerwartete.yml %%DATADIR%%/Definitions/datascene-api.yml @@ -201,8 +199,10 @@ %%DATADIR%%/Definitions/file-tracker.yml %%DATADIR%%/Definitions/filemood.yml %%DATADIR%%/Definitions/finelite.yml +%%DATADIR%%/Definitions/flood.yml %%DATADIR%%/Definitions/fluxzone.yml %%DATADIR%%/Definitions/freefarm.yml +%%DATADIR%%/Definitions/freejavtorrent.yml %%DATADIR%%/Definitions/frozenlayer.yml %%DATADIR%%/Definitions/funkytorrents.yml %%DATADIR%%/Definitions/futuretorrent.yml @@ -212,7 +212,6 @@ %%DATADIR%%/Definitions/gay-torrentsorg.yml %%DATADIR%%/Definitions/gaytorrentru.yml %%DATADIR%%/Definitions/generationfree-api.yml -%%DATADIR%%/Definitions/genesismovement.yml %%DATADIR%%/Definitions/ggpt.yml %%DATADIR%%/Definitions/gigatorrents.yml %%DATADIR%%/Definitions/gimmepeers.yml @@ -253,6 +252,7 @@ %%DATADIR%%/Definitions/helltorrents.yml %%DATADIR%%/Definitions/hhanclub.yml %%DATADIR%%/Definitions/hhd-api.yml +%%DATADIR%%/Definitions/homeporntorrents.yml %%DATADIR%%/Definitions/houseofdevil.yml %%DATADIR%%/Definitions/hqmusic.yml %%DATADIR%%/Definitions/hudbt.yml @@ -270,7 +270,6 @@ %%DATADIR%%/Definitions/internetarchive.yml %%DATADIR%%/Definitions/isohunt2.yml %%DATADIR%%/Definitions/itatorrents.yml -%%DATADIR%%/Definitions/itorrent.yml %%DATADIR%%/Definitions/jme-reunit3d-api.yml %%DATADIR%%/Definitions/joyhd.yml %%DATADIR%%/Definitions/jpopsuki.yml @@ -304,6 +303,7 @@ %%DATADIR%%/Definitions/locadora.yml %%DATADIR%%/Definitions/losslessclub.yml %%DATADIR%%/Definitions/lst.yml +%%DATADIR%%/Definitions/luckpt.yml %%DATADIR%%/Definitions/mactorrentsdownload.yml %%DATADIR%%/Definitions/madsrevolution.yml %%DATADIR%%/Definitions/magnetcat.yml @@ -345,6 +345,7 @@ %%DATADIR%%/Definitions/newstudiol.yml %%DATADIR%%/Definitions/nicept.yml %%DATADIR%%/Definitions/nipponsei.yml +%%DATADIR%%/Definitions/nirvana.yml %%DATADIR%%/Definitions/noname-club.yml %%DATADIR%%/Definitions/noname-clubl.yml %%DATADIR%%/Definitions/nordicquality.yml @@ -359,7 +360,6 @@ %%DATADIR%%/Definitions/opencd.yml %%DATADIR%%/Definitions/opensharing.yml %%DATADIR%%/Definitions/oshenpt.yml -%%DATADIR%%/Definitions/ostwiki.yml %%DATADIR%%/Definitions/ourbits.yml %%DATADIR%%/Definitions/oxtorrent-co.yml %%DATADIR%%/Definitions/oxtorrent-vip.yml @@ -382,9 +382,9 @@ %%DATADIR%%/Definitions/pornolab.yml %%DATADIR%%/Definitions/pornotorrent.yml %%DATADIR%%/Definitions/pornrips.yml -%%DATADIR%%/Definitions/pornxlab.yml %%DATADIR%%/Definitions/portugas-api.yml %%DATADIR%%/Definitions/postman.yml +%%DATADIR%%/Definitions/postman-api.yml %%DATADIR%%/Definitions/proaudiotorrents.yml %%DATADIR%%/Definitions/proporno.yml %%DATADIR%%/Definitions/ptcafe.yml @@ -434,6 +434,7 @@ %%DATADIR%%/Definitions/seedpool-api.yml %%DATADIR%%/Definitions/selezen.yml %%DATADIR%%/Definitions/sewerpt.yml +%%DATADIR%%/Definitions/sextorrent.yml %%DATADIR%%/Definitions/sexypics.yml %%DATADIR%%/Definitions/sfp.yml %%DATADIR%%/Definitions/shanaproject.yml @@ -484,7 +485,6 @@ %%DATADIR%%/Definitions/tmghub.yml %%DATADIR%%/Definitions/tocashare.yml %%DATADIR%%/Definitions/tokyotosho.yml -%%DATADIR%%/Definitions/torlock.yml %%DATADIR%%/Definitions/tormac.yml %%DATADIR%%/Definitions/tornado.yml %%DATADIR%%/Definitions/torrent-heaven.yml @@ -538,6 +538,7 @@ %%DATADIR%%/Definitions/uploadcx.yml %%DATADIR%%/Definitions/upscalevault.yml %%DATADIR%%/Definitions/utopia.yml +%%DATADIR%%/Definitions/uztracker.yml %%DATADIR%%/Definitions/vault-network.yml %%DATADIR%%/Definitions/videoteka.yml %%DATADIR%%/Definitions/vsthouse.yml @@ -559,7 +560,6 @@ %%DATADIR%%/Definitions/yggcookie.yml %%DATADIR%%/Definitions/yggtorrent.yml %%DATADIR%%/Definitions/yoinked.yml -%%DATADIR%%/Definitions/yourbittorrent.yml %%DATADIR%%/Definitions/yts.yml %%DATADIR%%/Definitions/yuscene-api.yml %%DATADIR%%/Definitions/zamundanet.yml @@ -568,7 +568,6 @@ %%DATADIR%%/Definitions/zetorrents.yml %%DATADIR%%/Definitions/zktorrent.yml %%DATADIR%%/Definitions/zmpt.yml -%%DATADIR%%/Definitions/zomb.yml %%DATADIR%%/Definitions/ztracker.yml %%DATADIR%%/FlareSolverrSharp.dll %%DATADIR%%/ICSharpCode.SharpZipLib.dll diff --git a/net-p2p/ktorrent/distinfo b/net-p2p/ktorrent/distinfo index 100929d952f2..db433f8f8e13 100644 --- a/net-p2p/ktorrent/distinfo +++ b/net-p2p/ktorrent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754646465 -SHA256 (KDE/release-service/25.08.0/ktorrent-25.08.0.tar.xz) = 4d69eb05ebbcbeea5abea2b4561bdaaa9ab323252281386af080013d0d35e35e -SIZE (KDE/release-service/25.08.0/ktorrent-25.08.0.tar.xz) = 2236464 +TIMESTAMP = 1757410170 +SHA256 (KDE/release-service/25.08.1/ktorrent-25.08.1.tar.xz) = b468c2ea56bdb0ed2a97daf5ff7dbcd250070b950e185cebb633d87f21ec724f +SIZE (KDE/release-service/25.08.1/ktorrent-25.08.1.tar.xz) = 2237024 diff --git a/net-p2p/libktorrent/distinfo b/net-p2p/libktorrent/distinfo index ae723aa37316..9a9cf98b0856 100644 --- a/net-p2p/libktorrent/distinfo +++ b/net-p2p/libktorrent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754646467 -SHA256 (KDE/release-service/25.08.0/libktorrent-25.08.0.tar.xz) = e422bc87e3d14e8643a397f3b4f7d1baa3c0b9d9f6db2086ef43488752ba1657 -SIZE (KDE/release-service/25.08.0/libktorrent-25.08.0.tar.xz) = 607140 +TIMESTAMP = 1757410172 +SHA256 (KDE/release-service/25.08.1/libktorrent-25.08.1.tar.xz) = 85e3150a100180fa5267f55f0740dab644dc735cfd80f741d298bfbe78ac1602 +SIZE (KDE/release-service/25.08.1/libktorrent-25.08.1.tar.xz) = 607152 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/lidarr/Makefile b/net-p2p/lidarr/Makefile index fa4fc7502a42..f5bda3387f2f 100644 --- a/net-p2p/lidarr/Makefile +++ b/net-p2p/lidarr/Makefile @@ -1,5 +1,5 @@ PORTNAME= lidarr -DISTVERSION= 2.11.2.4629 +DISTVERSION= 2.13.3.4711 CATEGORIES= net-p2p MASTER_SITES= https://github.com/lidarr/Lidarr/releases/download/v${PORTVERSION}/ DISTNAME= Lidarr.master.${DISTVERSION}.freebsd-core-x64 diff --git a/net-p2p/lidarr/distinfo b/net-p2p/lidarr/distinfo index 66ad2ec02a45..e29f222158fa 100644 --- a/net-p2p/lidarr/distinfo +++ b/net-p2p/lidarr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745961457 -SHA256 (Lidarr.master.2.11.2.4629.freebsd-core-x64.tar.gz) = d774e1bfbd0623f3ed31c87e15b06b9f1b3bc37304c39b7675e81bb0c7b53807 -SIZE (Lidarr.master.2.11.2.4629.freebsd-core-x64.tar.gz) = 55779683 +TIMESTAMP = 1756800591 +SHA256 (Lidarr.master.2.13.3.4711.freebsd-core-x64.tar.gz) = a923543f4fa80c38890c4e85cb88fc92635a066b87ab93c4f5827cabed8f7d4e +SIZE (Lidarr.master.2.13.3.4711.freebsd-core-x64.tar.gz) = 55780586 diff --git a/net-p2p/lidarr/pkg-plist b/net-p2p/lidarr/pkg-plist index d580db14c2a3..3333e677b940 100644 --- a/net-p2p/lidarr/pkg-plist +++ b/net-p2p/lidarr/pkg-plist @@ -452,10 +452,10 @@ %%DATADIR%%/bin/UI/638-05e66c57185b323959bc.js %%DATADIR%%/bin/UI/638-05e66c57185b323959bc.js.LICENSE.txt %%DATADIR%%/bin/UI/638-05e66c57185b323959bc.js.map -%%DATADIR%%/bin/UI/907-3c05b588aa33a5fcf794.js -%%DATADIR%%/bin/UI/907-3c05b588aa33a5fcf794.js.map -%%DATADIR%%/bin/UI/Content/907-7469dd3705fa6b7244ff.css -%%DATADIR%%/bin/UI/Content/907-7469dd3705fa6b7244ff.css.map +%%DATADIR%%/bin/UI/907-3a5d0bbaef6d42cf2794.js +%%DATADIR%%/bin/UI/907-3a5d0bbaef6d42cf2794.js.map +%%DATADIR%%/bin/UI/Content/907-141b3c55b8cbe8ed3bc9.css +%%DATADIR%%/bin/UI/Content/907-141b3c55b8cbe8ed3bc9.css.map %%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.ttf %%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.woff %%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.woff2 @@ -496,8 +496,8 @@ %%DATADIR%%/bin/UI/Content/robots.txt %%DATADIR%%/bin/UI/Content/styles.css %%DATADIR%%/bin/UI/Content/styles.css.map -%%DATADIR%%/bin/UI/index-5b111585b4db672e813f.js -%%DATADIR%%/bin/UI/index-5b111585b4db672e813f.js.map +%%DATADIR%%/bin/UI/index-b3a9fff1e3d64db60aed.js +%%DATADIR%%/bin/UI/index-b3a9fff1e3d64db60aed.js.map %%DATADIR%%/bin/UI/index.html %%DATADIR%%/bin/UI/login.html %%DATADIR%%/bin/UI/oauth.html diff --git a/net-p2p/mkbrr/Makefile b/net-p2p/mkbrr/Makefile index 9d1ec55c7199..ac4fa9f264d2 100644 --- a/net-p2p/mkbrr/Makefile +++ b/net-p2p/mkbrr/Makefile @@ -1,6 +1,7 @@ PORTNAME= mkbrr DISTVERSIONPREFIX= v -DISTVERSION= 1.15.0 +DISTVERSION= 1.16.0 +PORTREVISION= 1 CATEGORIES= net-p2p MAINTAINER= diizzy@FreeBSD.org diff --git a/net-p2p/mkbrr/distinfo b/net-p2p/mkbrr/distinfo index 406a2e4b05ac..7eed271d5beb 100644 --- a/net-p2p/mkbrr/distinfo +++ b/net-p2p/mkbrr/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1755307283 -SHA256 (go/net-p2p_mkbrr/mkbrr-v1.15.0/v1.15.0.mod) = e871a531d437ba1e5feab8d18fc4cff6e7c6e76ef125e567fc1666ac8c263df2 -SIZE (go/net-p2p_mkbrr/mkbrr-v1.15.0/v1.15.0.mod) = 2347 -SHA256 (go/net-p2p_mkbrr/mkbrr-v1.15.0/v1.15.0.zip) = 25571c8a717d1c3cbe4c9507d6350fd87254da2912c5623ae08f3e8adeab0126 -SIZE (go/net-p2p_mkbrr/mkbrr-v1.15.0/v1.15.0.zip) = 457735 +TIMESTAMP = 1759538119 +SHA256 (go/net-p2p_mkbrr/mkbrr-v1.16.0/v1.16.0.mod) = e871a531d437ba1e5feab8d18fc4cff6e7c6e76ef125e567fc1666ac8c263df2 +SIZE (go/net-p2p_mkbrr/mkbrr-v1.16.0/v1.16.0.mod) = 2347 +SHA256 (go/net-p2p_mkbrr/mkbrr-v1.16.0/v1.16.0.zip) = 6b84b9f3371094b0ae21eb3144cf33b11f7dc5220bae06916d91d8bf1ea4801b +SIZE (go/net-p2p_mkbrr/mkbrr-v1.16.0/v1.16.0.zip) = 458539 diff --git a/net-p2p/ogmios/Makefile b/net-p2p/ogmios/Makefile index b8e9bab78d5e..257fa1530580 100644 --- a/net-p2p/ogmios/Makefile +++ b/net-p2p/ogmios/Makefile @@ -103,9 +103,9 @@ USE_CABAL= Cabal-3.12.1.0 \ cardano-binary-1.7.1.0:chap \ cardano-crypto-1.1.2:chap \ cardano-crypto-class-2.1.5.0:chap \ - cardano-crypto-praos-2.1.2.0_3:chap \ + cardano-crypto-praos-2.1.2.0_1:chap \ cardano-crypto-test-1.5.0.2:chap \ - cardano-crypto-tests-2.1.2.0_2:chap \ + cardano-crypto-tests-2.1.2.0_1:chap \ cardano-crypto-wrapper-1.5.1.3:chap \ cardano-data-1.2.3.1:chap \ cardano-git-rev-0.2.2.0:chap \ @@ -427,7 +427,7 @@ USE_CABAL= Cabal-3.12.1.0 \ transformers-except-0.1.4_1 \ tree-diff-0.3.1_1 \ typed-process-0.2.12.0 \ - typed-protocols-0.1.1.0_3:chap \ + typed-protocols-0.1.1.0_1:chap \ typed-protocols-cborg-0.1.0.4_1:chap \ typed-protocols-examples-0.2.0.2:chap \ unbounded-delays-0.1.1.1 \ diff --git a/net-p2p/ogmios/distinfo b/net-p2p/ogmios/distinfo index dcf12c4deb08..600cef35efdb 100644 --- a/net-p2p/ogmios/distinfo +++ b/net-p2p/ogmios/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1751905507 +TIMESTAMP = 1758877017 SHA256 (cabal/Cabal-3.12.1.0/Cabal-3.12.1.0.tar.gz) = 7642f4bfb4eb88ed82b4022940ad53206012ab116a19a367579ca6a7c2adb6d2 SIZE (cabal/Cabal-3.12.1.0/Cabal-3.12.1.0.tar.gz) = 431658 SHA256 (cabal/Cabal-syntax-3.12.1.0/Cabal-syntax-3.12.1.0.tar.gz) = e5f2d31ec4bf36a7fd5b478f339edde18a6d9a4928a156fe52d37b70082c04b4 @@ -195,14 +195,14 @@ SHA256 (cabal/cardano-crypto-class-2.1.5.0.tar.gz) = 068c889d454946ccf690b6f738c SIZE (cabal/cardano-crypto-class-2.1.5.0.tar.gz) = 62899 SHA256 (cabal/cardano-crypto-praos-2.1.2.0.tar.gz) = 2db700692456f23fd778d99291592cf39314f48c4726028d396844335bcae595 SIZE (cabal/cardano-crypto-praos-2.1.2.0.tar.gz) = 116639 -SHA256 (cabal/cardano-crypto-praos-2.1.2.0/revision/3.cabal) = 34a69d1f515e4c6ab09f17b7acd52d9bd863b9f9632f65e1f8f2f2a93b516e33 -SIZE (cabal/cardano-crypto-praos-2.1.2.0/revision/3.cabal) = 3036 +SHA256 (cabal/cardano-crypto-praos-2.1.2.0/revision/1.cabal) = 34a69d1f515e4c6ab09f17b7acd52d9bd863b9f9632f65e1f8f2f2a93b516e33 +SIZE (cabal/cardano-crypto-praos-2.1.2.0/revision/1.cabal) = 3036 SHA256 (cabal/cardano-crypto-test-1.5.0.2.tar.gz) = 8c5fc924c0fec8d87ecc293cee6fafc03b61c9cab74f3055be0ae50f800b01c9 SIZE (cabal/cardano-crypto-test-1.5.0.2.tar.gz) = 8454 SHA256 (cabal/cardano-crypto-tests-2.1.2.0.tar.gz) = 6a136a4d468ca481dec9ce085194e34efb6e6cc8c24f8a9708dfd9983a3bdf3b SIZE (cabal/cardano-crypto-tests-2.1.2.0.tar.gz) = 32583 -SHA256 (cabal/cardano-crypto-tests-2.1.2.0/revision/2.cabal) = f6642ea2b9de2d2afa37e1aec36050409b9a5f0cadc0fa956d6fb9d32f073972 -SIZE (cabal/cardano-crypto-tests-2.1.2.0/revision/2.cabal) = 4053 +SHA256 (cabal/cardano-crypto-tests-2.1.2.0/revision/1.cabal) = f6642ea2b9de2d2afa37e1aec36050409b9a5f0cadc0fa956d6fb9d32f073972 +SIZE (cabal/cardano-crypto-tests-2.1.2.0/revision/1.cabal) = 4053 SHA256 (cabal/cardano-crypto-wrapper-1.5.1.3.tar.gz) = a762b914f8749408149390ab4285db56d77ef356eb2cc326845feb6df3b17594 SIZE (cabal/cardano-crypto-wrapper-1.5.1.3.tar.gz) = 26075 SHA256 (cabal/cardano-data-1.2.3.1.tar.gz) = 546aa1dae4361b9e33bd120b6af09e708a7a547ea03eda8092564c8f3a4f2fd1 @@ -1099,8 +1099,8 @@ SHA256 (cabal/typed-process-0.2.12.0/typed-process-0.2.12.0.tar.gz) = 4cee3d3ae8 SIZE (cabal/typed-process-0.2.12.0/typed-process-0.2.12.0.tar.gz) = 18957 SHA256 (cabal/typed-protocols-0.1.1.0.tar.gz) = 23feff45c28a15484cdfdbbebd4000f99148748d44f40bbb17df865ba44293ac SIZE (cabal/typed-protocols-0.1.1.0.tar.gz) = 24491 -SHA256 (cabal/typed-protocols-0.1.1.0/revision/3.cabal) = 3c1f4b32b2a61df886f146d6fc819d4ccac16d435dce41db420e055061e614e6 -SIZE (cabal/typed-protocols-0.1.1.0/revision/3.cabal) = 1630 +SHA256 (cabal/typed-protocols-0.1.1.0/revision/1.cabal) = 3c1f4b32b2a61df886f146d6fc819d4ccac16d435dce41db420e055061e614e6 +SIZE (cabal/typed-protocols-0.1.1.0/revision/1.cabal) = 1630 SHA256 (cabal/typed-protocols-cborg-0.1.0.4.tar.gz) = 355a02848edf9447451dc7ca0d43bccc25b50b8cc4eac62216203796a2b223f1 SIZE (cabal/typed-protocols-cborg-0.1.0.4.tar.gz) = 6287 SHA256 (cabal/typed-protocols-cborg-0.1.0.4/revision/1.cabal) = 025310a5c61e206cf8ae429b85f816a6922447e55ed70f7dd5ed58735c514206 diff --git a/net-p2p/oura/Makefile b/net-p2p/oura/Makefile index f01f83f7678b..fb5a45ba0b75 100644 --- a/net-p2p/oura/Makefile +++ b/net-p2p/oura/Makefile @@ -1,7 +1,7 @@ PORTNAME= oura DISTVERSIONPREFIX= v DISTVERSION= 1.8.4 -PORTREVISION= 13 +PORTREVISION= 15 CATEGORIES= net-p2p MAINTAINER= boris@zfs.ninja diff --git a/net-p2p/prowlarr/Makefile b/net-p2p/prowlarr/Makefile index 28e02282f4b9..a02cdaa929ae 100644 --- a/net-p2p/prowlarr/Makefile +++ b/net-p2p/prowlarr/Makefile @@ -1,5 +1,5 @@ PORTNAME= prowlarr -DISTVERSION= 1.37.0.5076 +DISTVERSION= 2.0.5.5160 CATEGORIES= net-p2p MASTER_SITES= https://github.com/Prowlarr/Prowlarr/releases/download/v${DISTVERSION}/ DISTNAME= Prowlarr.master.${DISTVERSION}.freebsd-core-x64 diff --git a/net-p2p/prowlarr/distinfo b/net-p2p/prowlarr/distinfo index 76b1a64b757f..27c6d1926555 100644 --- a/net-p2p/prowlarr/distinfo +++ b/net-p2p/prowlarr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751981655 -SHA256 (Prowlarr.master.1.37.0.5076.freebsd-core-x64.tar.gz) = dc4129b84add81649c255181af2f49595a47db36a2c2e495c1b13a9c5dae0ba4 -SIZE (Prowlarr.master.1.37.0.5076.freebsd-core-x64.tar.gz) = 54901106 +TIMESTAMP = 1756800705 +SHA256 (Prowlarr.master.2.0.5.5160.freebsd-core-x64.tar.gz) = 58c1c9084bbafc8a2457d9593ce0f99f6fc352af19af142d26811f729b3ece97 +SIZE (Prowlarr.master.2.0.5.5160.freebsd-core-x64.tar.gz) = 64087684 diff --git a/net-p2p/prowlarr/files/pkg-message.in b/net-p2p/prowlarr/files/pkg-message.in index 0f27aef1d91a..dcb8d54f86a2 100644 --- a/net-p2p/prowlarr/files/pkg-message.in +++ b/net-p2p/prowlarr/files/pkg-message.in @@ -2,13 +2,6 @@ { type: install message: <<EOM -%%PORTNAME%% relies on Microsoft dotNET5+ SDK to be built -Microsoft does not have an official version of dotNET for FreeBSD - -This package was built with an UNOFFICIAL UNSUPPORTED version of dotNET -If this is something that you do not want, remove this package with -"pkg remove %%PORTNAME%%" - This package installs a service file. Enable it with "sysrc %%PORTNAME%%_enable=TRUE" Start it with "service %%PORTNAME%% start". diff --git a/net-p2p/prowlarr/pkg-plist b/net-p2p/prowlarr/pkg-plist index 5de4192ed2b5..b669adc8d658 100644 --- a/net-p2p/prowlarr/pkg-plist +++ b/net-p2p/prowlarr/pkg-plist @@ -1,5 +1,7 @@ %%DATADIR%%/bin/AngleSharp.Xml.dll %%DATADIR%%/bin/AngleSharp.dll +%%DATADIR%%/bin/Azure.Core.dll +%%DATADIR%%/bin/Azure.Identity.dll %%DATADIR%%/bin/BouncyCastle.Cryptography.dll %%DATADIR%%/bin/Dapper.dll %%DATADIR%%/bin/Diacritical.dll @@ -78,6 +80,7 @@ %%DATADIR%%/bin/MailKit.dll %%DATADIR%%/bin/Microsoft.AspNetCore.Antiforgery.dll %%DATADIR%%/bin/Microsoft.AspNetCore.Authentication.Abstractions.dll +%%DATADIR%%/bin/Microsoft.AspNetCore.Authentication.BearerToken.dll %%DATADIR%%/bin/Microsoft.AspNetCore.Authentication.Cookies.dll %%DATADIR%%/bin/Microsoft.AspNetCore.Authentication.Core.dll %%DATADIR%%/bin/Microsoft.AspNetCore.Authentication.OAuth.dll @@ -85,6 +88,7 @@ %%DATADIR%%/bin/Microsoft.AspNetCore.Authorization.Policy.dll %%DATADIR%%/bin/Microsoft.AspNetCore.Authorization.dll %%DATADIR%%/bin/Microsoft.AspNetCore.Components.Authorization.dll +%%DATADIR%%/bin/Microsoft.AspNetCore.Components.Endpoints.dll %%DATADIR%%/bin/Microsoft.AspNetCore.Components.Forms.dll %%DATADIR%%/bin/Microsoft.AspNetCore.Components.Server.dll %%DATADIR%%/bin/Microsoft.AspNetCore.Components.Web.dll @@ -132,8 +136,11 @@ %%DATADIR%%/bin/Microsoft.AspNetCore.Mvc.TagHelpers.dll %%DATADIR%%/bin/Microsoft.AspNetCore.Mvc.ViewFeatures.dll %%DATADIR%%/bin/Microsoft.AspNetCore.Mvc.dll +%%DATADIR%%/bin/Microsoft.AspNetCore.OutputCaching.dll +%%DATADIR%%/bin/Microsoft.AspNetCore.RateLimiting.dll %%DATADIR%%/bin/Microsoft.AspNetCore.Razor.Runtime.dll %%DATADIR%%/bin/Microsoft.AspNetCore.Razor.dll +%%DATADIR%%/bin/Microsoft.AspNetCore.RequestDecompression.dll %%DATADIR%%/bin/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll %%DATADIR%%/bin/Microsoft.AspNetCore.ResponseCaching.dll %%DATADIR%%/bin/Microsoft.AspNetCore.ResponseCompression.dll @@ -144,6 +151,7 @@ %%DATADIR%%/bin/Microsoft.AspNetCore.Server.IIS.dll %%DATADIR%%/bin/Microsoft.AspNetCore.Server.IISIntegration.dll %%DATADIR%%/bin/Microsoft.AspNetCore.Server.Kestrel.Core.dll +%%DATADIR%%/bin/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll %%DATADIR%%/bin/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll %%DATADIR%%/bin/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll %%DATADIR%%/bin/Microsoft.AspNetCore.Server.Kestrel.dll @@ -157,7 +165,7 @@ %%DATADIR%%/bin/Microsoft.AspNetCore.WebUtilities.dll %%DATADIR%%/bin/Microsoft.AspNetCore.dll %%DATADIR%%/bin/Microsoft.Bcl.AsyncInterfaces.dll -%%DATADIR%%/bin/Microsoft.Bcl.TimeProvider.dll +%%DATADIR%%/bin/Microsoft.Bcl.Cryptography.dll %%DATADIR%%/bin/Microsoft.CSharp.dll %%DATADIR%%/bin/Microsoft.Data.SqlClient.dll %%DATADIR%%/bin/Microsoft.Extensions.Caching.Abstractions.dll @@ -175,8 +183,10 @@ %%DATADIR%%/bin/Microsoft.Extensions.Configuration.dll %%DATADIR%%/bin/Microsoft.Extensions.DependencyInjection.Abstractions.dll %%DATADIR%%/bin/Microsoft.Extensions.DependencyInjection.dll +%%DATADIR%%/bin/Microsoft.Extensions.Diagnostics.Abstractions.dll %%DATADIR%%/bin/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll %%DATADIR%%/bin/Microsoft.Extensions.Diagnostics.HealthChecks.dll +%%DATADIR%%/bin/Microsoft.Extensions.Diagnostics.dll %%DATADIR%%/bin/Microsoft.Extensions.Features.dll %%DATADIR%%/bin/Microsoft.Extensions.FileProviders.Abstractions.dll %%DATADIR%%/bin/Microsoft.Extensions.FileProviders.Composite.dll @@ -205,7 +215,9 @@ %%DATADIR%%/bin/Microsoft.Extensions.Options.dll %%DATADIR%%/bin/Microsoft.Extensions.Primitives.dll %%DATADIR%%/bin/Microsoft.Extensions.WebEncoders.dll +%%DATADIR%%/bin/Microsoft.Identity.Client.Extensions.Msal.dll %%DATADIR%%/bin/Microsoft.Identity.Client.dll +%%DATADIR%%/bin/Microsoft.IdentityModel.Abstractions.dll %%DATADIR%%/bin/Microsoft.IdentityModel.JsonWebTokens.dll %%DATADIR%%/bin/Microsoft.IdentityModel.Logging.dll %%DATADIR%%/bin/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll @@ -214,6 +226,7 @@ %%DATADIR%%/bin/Microsoft.JSInterop.dll %%DATADIR%%/bin/Microsoft.Net.Http.Headers.dll %%DATADIR%%/bin/Microsoft.OpenApi.dll +%%DATADIR%%/bin/Microsoft.SqlServer.Server.dll %%DATADIR%%/bin/Microsoft.VisualBasic.Core.dll %%DATADIR%%/bin/Microsoft.VisualBasic.dll %%DATADIR%%/bin/Microsoft.Win32.Primitives.dll @@ -274,6 +287,7 @@ %%DATADIR%%/bin/Swashbuckle.AspNetCore.SwaggerGen.dll %%DATADIR%%/bin/System.AppContext.dll %%DATADIR%%/bin/System.Buffers.dll +%%DATADIR%%/bin/System.ClientModel.dll %%DATADIR%%/bin/System.Collections.Concurrent.dll %%DATADIR%%/bin/System.Collections.Immutable.dll %%DATADIR%%/bin/System.Collections.NonGeneric.dll @@ -310,6 +324,7 @@ %%DATADIR%%/bin/System.Drawing.dll %%DATADIR%%/bin/System.Dynamic.Runtime.dll %%DATADIR%%/bin/System.Formats.Asn1.dll +%%DATADIR%%/bin/System.Formats.Tar.dll %%DATADIR%%/bin/System.Globalization.Calendars.dll %%DATADIR%%/bin/System.Globalization.Extensions.dll %%DATADIR%%/bin/System.Globalization.dll @@ -334,6 +349,7 @@ %%DATADIR%%/bin/System.Linq.Parallel.dll %%DATADIR%%/bin/System.Linq.Queryable.dll %%DATADIR%%/bin/System.Linq.dll +%%DATADIR%%/bin/System.Memory.Data.dll %%DATADIR%%/bin/System.Memory.dll %%DATADIR%%/bin/System.Net.Http.Json.dll %%DATADIR%%/bin/System.Net.Http.dll @@ -374,11 +390,11 @@ %%DATADIR%%/bin/System.Resources.Reader.dll %%DATADIR%%/bin/System.Resources.ResourceManager.dll %%DATADIR%%/bin/System.Resources.Writer.dll -%%DATADIR%%/bin/System.Runtime.Caching.dll %%DATADIR%%/bin/System.Runtime.CompilerServices.Unsafe.dll %%DATADIR%%/bin/System.Runtime.CompilerServices.VisualC.dll %%DATADIR%%/bin/System.Runtime.Extensions.dll %%DATADIR%%/bin/System.Runtime.Handles.dll +%%DATADIR%%/bin/System.Runtime.InteropServices.JavaScript.dll %%DATADIR%%/bin/System.Runtime.InteropServices.RuntimeInformation.dll %%DATADIR%%/bin/System.Runtime.InteropServices.dll %%DATADIR%%/bin/System.Runtime.Intrinsics.dll @@ -402,6 +418,7 @@ %%DATADIR%%/bin/System.Security.Cryptography.ProtectedData.dll %%DATADIR%%/bin/System.Security.Cryptography.X509Certificates.dll %%DATADIR%%/bin/System.Security.Cryptography.Xml.dll +%%DATADIR%%/bin/System.Security.Cryptography.dll %%DATADIR%%/bin/System.Security.Permissions.dll %%DATADIR%%/bin/System.Security.Principal.Windows.dll %%DATADIR%%/bin/System.Security.Principal.dll @@ -419,6 +436,7 @@ %%DATADIR%%/bin/System.Text.RegularExpressions.dll %%DATADIR%%/bin/System.Threading.Channels.dll %%DATADIR%%/bin/System.Threading.Overlapped.dll +%%DATADIR%%/bin/System.Threading.RateLimiting.dll %%DATADIR%%/bin/System.Threading.Tasks.Dataflow.dll %%DATADIR%%/bin/System.Threading.Tasks.Extensions.dll %%DATADIR%%/bin/System.Threading.Tasks.Parallel.dll @@ -444,13 +462,13 @@ %%DATADIR%%/bin/System.Xml.XmlSerializer.dll %%DATADIR%%/bin/System.Xml.dll %%DATADIR%%/bin/System.dll -%%DATADIR%%/bin/UI/194-0bd4624df983e06e6ccb.js -%%DATADIR%%/bin/UI/194-0bd4624df983e06e6ccb.js.LICENSE.txt -%%DATADIR%%/bin/UI/194-0bd4624df983e06e6ccb.js.map -%%DATADIR%%/bin/UI/286-7ee7ca0e6ec0168ce571.js -%%DATADIR%%/bin/UI/286-7ee7ca0e6ec0168ce571.js.map -%%DATADIR%%/bin/UI/Content/286-0d675ae17bab3c952d78.css -%%DATADIR%%/bin/UI/Content/286-0d675ae17bab3c952d78.css.map +%%DATADIR%%/bin/UI/194-74921861e81ae7f57cdf.js +%%DATADIR%%/bin/UI/194-74921861e81ae7f57cdf.js.LICENSE.txt +%%DATADIR%%/bin/UI/194-74921861e81ae7f57cdf.js.map +%%DATADIR%%/bin/UI/195-cdf8e899db76587e6548.js +%%DATADIR%%/bin/UI/195-cdf8e899db76587e6548.js.map +%%DATADIR%%/bin/UI/Content/195-aafb80b0148c52b32193.css +%%DATADIR%%/bin/UI/Content/195-aafb80b0148c52b32193.css.map %%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.ttf %%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.woff %%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.woff2 @@ -492,28 +510,40 @@ %%DATADIR%%/bin/UI/Content/robots.txt %%DATADIR%%/bin/UI/Content/styles.css %%DATADIR%%/bin/UI/Content/styles.css.map -%%DATADIR%%/bin/UI/index-2d5ba92aeb5517d26bea.js -%%DATADIR%%/bin/UI/index-2d5ba92aeb5517d26bea.js.map +%%DATADIR%%/bin/UI/index-fdea170d79864b2a3b0b.js +%%DATADIR%%/bin/UI/index-fdea170d79864b2a3b0b.js.map %%DATADIR%%/bin/UI/index.html %%DATADIR%%/bin/UI/login.html %%DATADIR%%/bin/UI/oauth.html %%DATADIR%%/bin/WindowsBase.dll %%DATADIR%%/bin/YamlDotNet.dll +%%DATADIR%%/bin/cs/Microsoft.Data.SqlClient.resources.dll %%DATADIR%%/bin/de-DE/FluentMigrator.Abstractions.resources.dll +%%DATADIR%%/bin/de/Microsoft.Data.SqlClient.resources.dll +%%DATADIR%%/bin/es/Microsoft.Data.SqlClient.resources.dll +%%DATADIR%%/bin/fr/Microsoft.Data.SqlClient.resources.dll +%%DATADIR%%/bin/it/Microsoft.Data.SqlClient.resources.dll +%%DATADIR%%/bin/ja/Microsoft.Data.SqlClient.resources.dll +%%DATADIR%%/bin/ko/Microsoft.Data.SqlClient.resources.dll %%DATADIR%%/bin/libMonoPosixHelper.so %%DATADIR%%/bin/libSystem.Globalization.Native.so %%DATADIR%%/bin/libSystem.IO.Compression.Native.so %%DATADIR%%/bin/libSystem.Native.so %%DATADIR%%/bin/libSystem.Net.Security.Native.so %%DATADIR%%/bin/libSystem.Security.Cryptography.Native.OpenSsl.so +%%DATADIR%%/bin/libclrgc.so %%DATADIR%%/bin/libclrjit.so %%DATADIR%%/bin/libcoreclr.so -%%DATADIR%%/bin/libcoreclrtraceptprovider.so -%%DATADIR%%/bin/libdbgshim.so %%DATADIR%%/bin/libhostfxr.so %%DATADIR%%/bin/libhostpolicy.so %%DATADIR%%/bin/libmscordaccore.so %%DATADIR%%/bin/libmscordbi.so %%DATADIR%%/bin/mscorlib.dll %%DATADIR%%/bin/netstandard.dll +%%DATADIR%%/bin/pl/Microsoft.Data.SqlClient.resources.dll +%%DATADIR%%/bin/pt-BR/Microsoft.Data.SqlClient.resources.dll +%%DATADIR%%/bin/ru/Microsoft.Data.SqlClient.resources.dll +%%DATADIR%%/bin/tr/Microsoft.Data.SqlClient.resources.dll +%%DATADIR%%/bin/zh-Hans/Microsoft.Data.SqlClient.resources.dll +%%DATADIR%%/bin/zh-Hant/Microsoft.Data.SqlClient.resources.dll %%DATADIR%%/package_info diff --git a/net-p2p/py-stig/Makefile b/net-p2p/py-stig/Makefile index 410822eceef2..7167a342ea12 100644 --- a/net-p2p/py-stig/Makefile +++ b/net-p2p/py-stig/Makefile @@ -1,5 +1,5 @@ PORTNAME= stig -DISTVERSION= 0.13.0a0 +DISTVERSION= 0.14.0a0 CATEGORIES= net-p2p MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net-p2p/py-stig/distinfo b/net-p2p/py-stig/distinfo index b0633c8a8529..b285bce6b941 100644 --- a/net-p2p/py-stig/distinfo +++ b/net-p2p/py-stig/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742281477 -SHA256 (stig-0.13.0a0.tar.gz) = 33a7156d8122c5473daf18ca23316c5ce8c415c4c373441d2d45cde92ba33ae6 -SIZE (stig-0.13.0a0.tar.gz) = 237119 +TIMESTAMP = 1757510858 +SHA256 (stig-0.14.0a0.tar.gz) = bfdf72e7ece0458845cb9bf3f0f1eb985a66afc8fb1fc532fe3a32efb710a148 +SIZE (stig-0.14.0a0.tar.gz) = 237688 diff --git a/net-p2p/radarr/Makefile b/net-p2p/radarr/Makefile index 6b1aac583903..a008f5fa7a05 100644 --- a/net-p2p/radarr/Makefile +++ b/net-p2p/radarr/Makefile @@ -1,5 +1,5 @@ PORTNAME= radarr -DISTVERSION= 5.26.2.10099 +DISTVERSION= 5.27.5.10198 CATEGORIES= net-p2p MASTER_SITES= https://github.com/Radarr/Radarr/releases/download/v${DISTVERSION}/ DISTNAME= Radarr.master.${DISTVERSION}.freebsd-core-x64 diff --git a/net-p2p/radarr/distinfo b/net-p2p/radarr/distinfo index 0d5a0bf64a5b..35aa34ac01ef 100644 --- a/net-p2p/radarr/distinfo +++ b/net-p2p/radarr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751967121 -SHA256 (Radarr.master.5.26.2.10099.freebsd-core-x64.tar.gz) = 8476cc66d06c0b836c5cfea6f2967ebd1d554fb547bac02b69a3aec6768bd6fe -SIZE (Radarr.master.5.26.2.10099.freebsd-core-x64.tar.gz) = 64065414 +TIMESTAMP = 1757064594 +SHA256 (Radarr.master.5.27.5.10198.freebsd-core-x64.tar.gz) = 1d5d3ef297d7fa446d88dfc817f8434a65d7c533e931ab29bb624aaafdc3f500 +SIZE (Radarr.master.5.27.5.10198.freebsd-core-x64.tar.gz) = 64081158 diff --git a/net-p2p/radarr/pkg-plist b/net-p2p/radarr/pkg-plist index 5b188530692d..42a50dd98c94 100644 --- a/net-p2p/radarr/pkg-plist +++ b/net-p2p/radarr/pkg-plist @@ -453,10 +453,10 @@ %%DATADIR%%/bin/UI/640-f9f81c4832fff26ecd9c.js.map %%DATADIR%%/bin/UI/7-a1b843a798e447f93f4f.js %%DATADIR%%/bin/UI/7-a1b843a798e447f93f4f.js.map -%%DATADIR%%/bin/UI/74-41bafaea952185ac066d.js -%%DATADIR%%/bin/UI/74-41bafaea952185ac066d.js.map -%%DATADIR%%/bin/UI/Content/74-9b2465b3281b3b67efd2.css -%%DATADIR%%/bin/UI/Content/74-9b2465b3281b3b67efd2.css.map +%%DATADIR%%/bin/UI/74-b77f22dce150cc00fb86.js +%%DATADIR%%/bin/UI/74-b77f22dce150cc00fb86.js.map +%%DATADIR%%/bin/UI/Content/74-0b1eafbdb0af62d4fc26.css +%%DATADIR%%/bin/UI/Content/74-0b1eafbdb0af62d4fc26.css.map %%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.ttf %%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.woff %%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.woff2 @@ -498,8 +498,8 @@ %%DATADIR%%/bin/UI/Content/robots.txt %%DATADIR%%/bin/UI/Content/styles.css %%DATADIR%%/bin/UI/Content/styles.css.map -%%DATADIR%%/bin/UI/index-1726e9622bdfaf0ebb89.js -%%DATADIR%%/bin/UI/index-1726e9622bdfaf0ebb89.js.map +%%DATADIR%%/bin/UI/index-186436526578c215a7ae.js +%%DATADIR%%/bin/UI/index-186436526578c215a7ae.js.map %%DATADIR%%/bin/UI/index.html %%DATADIR%%/bin/UI/login.html %%DATADIR%%/bin/UI/oauth.html diff --git a/net-p2p/renterd/Makefile b/net-p2p/renterd/Makefile index 1d822bd644c7..d864e19cc6fc 100644 --- a/net-p2p/renterd/Makefile +++ b/net-p2p/renterd/Makefile @@ -1,7 +1,7 @@ PORTNAME= renterd DISTVERSIONPREFIX= v DISTVERSION= 2.5.0 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= net-p2p MAINTAINER= bruno@tinkerbox.org 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-p2p/transmission-components/Makefile b/net-p2p/transmission-components/Makefile index 5036d7bb937e..0b9b4b8f4fdd 100644 --- a/net-p2p/transmission-components/Makefile +++ b/net-p2p/transmission-components/Makefile @@ -145,7 +145,7 @@ OPTIONS_SUB= yes daemon_DESC= Build daemon docs_DESC= Install documentation gtk_DESC= Build GTK+ client -qt_DESC= Build QT client +qt_DESC= Build Qt client TESTS_DESC= Build & run unit tests utils_DESC= Build utilities (create, edit, remote, show) cli_DESC= Build command-line client (deprecated) diff --git a/net-p2p/transmission/Makefile b/net-p2p/transmission/Makefile index 11980c338b0a..3a1bc4439f62 100644 --- a/net-p2p/transmission/Makefile +++ b/net-p2p/transmission/Makefile @@ -18,7 +18,7 @@ CLI_DESC= Build command-line client (deprecated) DAEMON_DESC= Build daemon DOCS_DESC= Install documentation GTK_DESC= Build GTK+ client -QT_DESC= Build QT client +QT_DESC= Build Qt client UTILS_DESC= Build utilities (create, edit, remote, show) WEB_DESC= Install web interface diff --git a/net-p2p/twitch-tui/Makefile b/net-p2p/twitch-tui/Makefile index 2397d88bc986..8b20f67b976f 100644 --- a/net-p2p/twitch-tui/Makefile +++ b/net-p2p/twitch-tui/Makefile @@ -1,7 +1,7 @@ PORTNAME= twitch-tui DISTVERSIONPREFIX= v DISTVERSION= 2.6.19 -PORTREVISION= 2 +PORTREVISION= 4 CATEGORIES= net-p2p MAINTAINER= yuri@FreeBSD.org diff --git a/net-p2p/walletd/Makefile b/net-p2p/walletd/Makefile index 71fb2fb7f3c4..22ed55430fda 100644 --- a/net-p2p/walletd/Makefile +++ b/net-p2p/walletd/Makefile @@ -1,7 +1,7 @@ PORTNAME= walletd DISTVERSIONPREFIX= v DISTVERSION= 2.10.4 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= net-p2p |