Date: Mon, 19 Jan 2026 21:27:55 +0000 From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9c5134908653 - main - net/rustdesk-server: Update to 1.1.15 Message-ID: <696ea1db.310cd.3d7ae539@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=9c5134908653a5d3957c2665e93b53c39d8ef228 commit 9c5134908653a5d3957c2665e93b53c39d8ef228 Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2026-01-19 21:26:54 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2026-01-19 21:27:50 +0000 net/rustdesk-server: Update to 1.1.15 - Patch version in Cargo.toml file, distribution has old version number - Update dependencies in Cargo.lock, distribution is missing updates --- net/rustdesk-server/Makefile | 7 +- net/rustdesk-server/Makefile.crates | 722 ++-- net/rustdesk-server/distinfo | 1454 ++++--- net/rustdesk-server/files/patch-Cargo.lock | 6343 ++++++++++++++++++++++++++++ net/rustdesk-server/files/patch-Cargo.toml | 10 + 5 files changed, 7741 insertions(+), 795 deletions(-) diff --git a/net/rustdesk-server/Makefile b/net/rustdesk-server/Makefile index a9b706f49de4..193a13ede21d 100644 --- a/net/rustdesk-server/Makefile +++ b/net/rustdesk-server/Makefile @@ -1,6 +1,5 @@ PORTNAME= rustdesk-server -DISTVERSION= 1.1.14 -PORTREVISION= 9 +DISTVERSION= 1.1.15 CATEGORIES= net MAINTAINER= madpilot@FreeBSD.org @@ -10,12 +9,12 @@ WWW= https://rustdesk.com/server/ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cargo +USES= cargo ssl USE_GITHUB= yes GH_ACCOUNT= rustdesk GH_PROJECT= hbb_common:common GH_SUBDIR= libs/hbb_common:common -GH_TAGNAME= 49c6b24:common +GH_TAGNAME= 073403e:common USE_RC_SUBR= rustdesk-hbbr rustdesk-hbbs USERS= rustdesk diff --git a/net/rustdesk-server/Makefile.crates b/net/rustdesk-server/Makefile.crates index 2c6ed3955320..14120d948565 100644 --- a/net/rustdesk-server/Makefile.crates +++ b/net/rustdesk-server/Makefile.crates @@ -1,383 +1,581 @@ -CARGO_CRATES= addr2line-0.24.2 \ - adler2-2.0.0 \ - ahash-0.7.6 \ - aho-corasick-1.1.3 \ - android-tzdata-0.1.1 \ +CARGO_CRATES= addr2line-0.25.1 \ + adler2-2.0.1 \ + aead-0.5.2 \ + aes-0.8.4 \ + aes-gcm-0.10.3 \ + ahash-0.7.8 \ + ahash-0.8.12 \ + aho-corasick-1.1.4 \ + allocator-api2-0.2.21 \ android_system_properties-0.1.5 \ ansi_term-0.12.1 \ - anyhow-1.0.57 \ + anstream-0.6.21 \ + anstyle-1.0.13 \ + anstyle-parse-0.2.7 \ + anstyle-query-1.1.5 \ + anstyle-wincon-3.0.11 \ + anyhow-1.0.100 \ + arc-swap-1.8.0 \ arrayvec-0.5.2 \ - async-compression-0.4.18 \ - async-trait-0.1.53 \ + asn1-rs-0.6.2 \ + asn1-rs-derive-0.5.1 \ + asn1-rs-impl-0.2.0 \ + async-compression-0.4.37 \ + async-recursion-1.1.1 \ + async-trait-0.1.89 \ atoi-1.0.0 \ + atomic-waker-1.1.2 \ atty-0.2.14 \ - autocfg-1.1.0 \ - axum-0.5.5 \ - axum-core-0.2.4 \ - backtrace-0.3.74 \ - base64-0.13.0 \ + autocfg-1.5.0 \ + axum-0.5.17 \ + axum-core-0.2.9 \ + backtrace-0.3.76 \ + base16ct-0.2.0 \ + base64-0.13.1 \ base64-0.21.7 \ base64-0.22.1 \ + base64ct-1.8.3 \ bcrypt-0.13.0 \ + bincode-1.3.3 \ bindgen-0.59.2 \ bitflags-1.3.2 \ - bitflags-2.7.0 \ - block-buffer-0.10.2 \ + bitflags-2.10.0 \ + block-buffer-0.10.4 \ + block-padding-0.3.3 \ blowfish-0.9.1 \ - bumpalo-3.9.1 \ - byteorder-1.4.3 \ - bytes-1.9.0 \ - cc-1.2.9 \ + bumpalo-3.19.1 \ + byteorder-1.5.0 \ + bytes-1.11.0 \ + calloop-0.14.3 \ + calloop-wayland-source-0.4.1 \ + cbc-0.1.2 \ + cc-1.2.52 \ + ccm-0.5.0 \ cesu8-1.1.0 \ cexpr-0.6.0 \ - cfg-if-1.0.0 \ - chrono-0.4.39 \ - cipher-0.4.3 \ + cfg-if-1.0.4 \ + cfg_aliases-0.2.1 \ + chacha20-0.9.1 \ + chacha20poly1305-0.10.1 \ + chrono-0.4.43 \ + cipher-0.4.4 \ clang-sys-1.8.1 \ clap-2.34.0 \ + clap-4.5.54 \ + clap_builder-4.5.54 \ + clap_lex-0.7.7 \ + colorchoice-1.0.4 \ combine-4.6.7 \ + compression-codecs-0.4.36 \ + compression-core-0.4.31 \ + concurrent-queue-2.5.0 \ config-0.11.0 \ + const-oid-0.9.6 \ core-foundation-0.9.4 \ + core-foundation-0.10.1 \ core-foundation-sys-0.8.7 \ - cpufeatures-0.2.2 \ - crc-3.0.0 \ - crc-catalog-2.1.0 \ - crc32fast-1.4.2 \ - crossbeam-0.8.1 \ - crossbeam-channel-0.5.4 \ - crossbeam-deque-0.8.1 \ - crossbeam-epoch-0.9.8 \ - crossbeam-queue-0.3.5 \ - crossbeam-utils-0.8.8 \ - crypto-common-0.1.3 \ + cpufeatures-0.2.17 \ + crc-3.4.0 \ + crc-catalog-2.4.0 \ + crc32fast-1.5.0 \ + crossbeam-channel-0.5.15 \ + crossbeam-deque-0.8.6 \ + crossbeam-epoch-0.9.18 \ + crossbeam-queue-0.3.12 \ + crossbeam-utils-0.8.21 \ + crypto-bigint-0.5.5 \ + crypto-common-0.1.7 \ + ctr-0.9.2 \ + cursor-icon-1.2.0 \ + curve25519-dalek-4.1.3 \ + curve25519-dalek-derive-0.1.1 \ + data-encoding-2.10.0 \ deadpool-0.8.2 \ - digest-0.10.3 \ + der-0.7.10 \ + der-parser-9.0.0 \ + deranged-0.5.5 \ + digest-0.10.7 \ directories-next-2.0.0 \ dirs-next-2.0.0 \ dirs-sys-next-0.1.2 \ + displaydoc-0.2.5 \ dlopen-0.1.8 \ dlopen_derive-0.1.4 \ dlv-list-0.3.0 \ dns-lookup-1.0.8 \ - dotenv-0.15.0 \ - ed25519-1.5.0 \ - either-1.13.0 \ - encoding_rs-0.8.35 \ - env_logger-0.9.0 \ - env_logger-0.10.2 \ - equivalent-1.0.1 \ - event-listener-2.5.2 \ - fastrand-1.7.0 \ - filetime-0.2.16 \ - flate2-1.0.35 \ - flexi_logger-0.22.3 \ + dotenvy-0.15.7 \ + downcast-rs-1.2.1 \ + dtls-0.13.0 \ + ecdsa-0.16.9 \ + ed25519-1.5.3 \ + either-1.15.0 \ + elliptic-curve-0.13.8 \ + env_filter-0.1.4 \ + env_logger-0.9.3 \ + env_logger-0.11.8 \ + equivalent-1.0.2 \ + errno-0.3.14 \ + event-listener-2.5.3 \ + fastrand-2.3.0 \ + ff-0.13.1 \ + fiat-crypto-0.2.9 \ + filetime-0.2.26 \ + find-msvc-tools-0.1.7 \ + flate2-1.1.8 \ + flexi_logger-0.22.5 \ flexi_logger-0.27.4 \ - flume-0.10.12 \ + flume-0.10.14 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ - form_urlencoded-1.0.1 \ - futures-0.3.21 \ - futures-channel-0.3.21 \ - futures-core-0.3.21 \ - futures-executor-0.3.21 \ - futures-intrusive-0.4.0 \ - futures-io-0.3.21 \ - futures-macro-0.3.21 \ - futures-sink-0.3.21 \ - futures-task-0.3.21 \ - futures-timer-3.0.2 \ - futures-util-0.3.21 \ - generic-array-0.14.5 \ - getrandom-0.2.15 \ - gimli-0.31.1 \ - glob-0.3.0 \ - h2-0.3.26 \ - hashbrown-0.11.2 \ - hashbrown-0.12.1 \ - hashbrown-0.15.2 \ - hashlink-0.8.0 \ - headers-0.3.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-intrusive-0.4.2 \ + futures-io-0.3.31 \ + futures-macro-0.3.31 \ + futures-sink-0.3.31 \ + futures-task-0.3.31 \ + futures-timer-3.0.3 \ + futures-util-0.3.31 \ + generic-array-0.14.7 \ + getrandom-0.2.17 \ + getrandom-0.3.4 \ + ghash-0.5.1 \ + gimli-0.32.3 \ + glob-0.3.3 \ + group-0.13.0 \ + hashbrown-0.12.3 \ + hashbrown-0.14.5 \ + hashbrown-0.15.5 \ + hashbrown-0.16.1 \ + hashlink-0.8.4 \ + headers-0.3.9 \ headers-core-0.2.0 \ - heck-0.4.0 \ + heck-0.4.1 \ hermit-abi-0.1.19 \ - hermit-abi-0.4.0 \ + hermit-abi-0.5.2 \ hex-0.4.3 \ - http-0.2.7 \ - http-body-0.4.4 \ - http-range-header-0.3.0 \ - httparse-1.9.5 \ - httpdate-1.0.2 \ - humantime-2.1.0 \ + hkdf-0.12.4 \ + hmac-0.12.1 \ + home-0.5.12 \ + http-0.2.12 \ + http-1.4.0 \ + http-body-0.4.6 \ + http-body-1.0.1 \ + http-body-util-0.1.3 \ + http-range-header-0.3.1 \ + httparse-1.10.1 \ + httpdate-1.0.3 \ + humantime-2.3.0 \ hyper-0.14.32 \ - hyper-rustls-0.24.2 \ - hyper-tls-0.5.0 \ - iana-time-zone-0.1.61 \ + hyper-1.8.1 \ + hyper-rustls-0.27.7 \ + hyper-tls-0.6.0 \ + hyper-util-0.1.19 \ + iana-time-zone-0.1.64 \ iana-time-zone-haiku-0.1.2 \ - idna-0.2.3 \ - indexmap-1.8.1 \ - indexmap-2.7.0 \ - inout-0.1.3 \ - instant-0.1.12 \ - ipnet-2.10.1 \ + icu_collections-2.1.1 \ + icu_locale_core-2.1.1 \ + icu_normalizer-2.1.1 \ + icu_normalizer_data-2.1.1 \ + icu_properties-2.1.2 \ + icu_properties_data-2.1.2 \ + icu_provider-2.1.1 \ + idna-1.1.0 \ + idna_adapter-1.2.1 \ + indexmap-1.9.3 \ + indexmap-2.13.0 \ + inout-0.1.4 \ + instant-0.1.13 \ + interceptor-0.15.0 \ + ipnet-2.11.0 \ ipnetwork-0.20.0 \ - is-terminal-0.4.13 \ - itertools-0.10.3 \ - itoa-1.0.1 \ - jni-0.19.0 \ + iri-string-0.7.10 \ + is-terminal-0.4.17 \ + is_terminal_polyfill-1.70.2 \ + itoa-1.0.17 \ + jiff-0.2.18 \ + jiff-static-0.2.18 \ + jni-0.21.1 \ jni-sys-0.3.0 \ - jobserver-0.1.32 \ - js-sys-0.3.77 \ - jsonwebtoken-8.1.0 \ - lazy_static-1.4.0 \ + jobserver-0.1.34 \ + js-sys-0.3.85 \ + jsonwebtoken-8.3.0 \ + lazy_static-1.5.0 \ lazycell-1.3.0 \ lexical-core-0.7.6 \ - libc-0.2.169 \ - libloading-0.8.6 \ + libc-0.2.180 \ + libloading-0.8.9 \ + libredox-0.1.12 \ libsodium-sys-0.2.7 \ libsqlite3-sys-0.24.2 \ - local-ip-address-0.5.3 \ - lock_api-0.4.7 \ - log-0.4.17 \ - mac_address-1.1.5 \ + linux-raw-sys-0.4.15 \ + linux-raw-sys-0.11.0 \ + litemap-0.8.1 \ + local-ip-address-0.5.7 \ + lock_api-0.4.14 \ + log-0.4.29 \ + lru-slab-0.1.2 \ + mac_address-1.1.8 \ machine-uid-0.2.0 \ - matches-0.1.9 \ matchit-0.5.0 \ - memchr-2.7.4 \ - memoffset-0.6.5 \ - mime-0.3.16 \ - mime_guess-2.0.4 \ + md-5-0.10.6 \ + memchr-2.7.6 \ + memmap2-0.9.9 \ + memoffset-0.7.1 \ + memoffset-0.9.1 \ + mime-0.3.17 \ + mime_guess-2.0.5 \ minimal-lexical-0.2.1 \ - miniz_oxide-0.8.3 \ - minreq-2.6.0 \ - mio-1.0.3 \ - native-tls-0.2.12 \ - neli-0.6.4 \ - neli-proc-macros-0.1.3 \ - nix-0.23.1 \ - nom-5.1.2 \ - nom-7.1.1 \ - ntapi-0.4.1 \ + miniz_oxide-0.8.9 \ + minreq-2.14.1 \ + mio-1.1.1 \ + native-tls-0.2.14 \ + neli-0.6.5 \ + neli-proc-macros-0.1.4 \ + nix-0.26.4 \ + nix-0.29.0 \ + nom-5.1.3 \ + nom-7.1.3 \ + ntapi-0.4.2 \ nu-ansi-term-0.49.0 \ num-bigint-0.4.6 \ + num-conv-0.1.0 \ num-integer-0.1.46 \ num-traits-0.2.19 \ - num_cpus-1.13.1 \ - num_threads-0.1.6 \ - object-0.36.7 \ - once_cell-1.20.2 \ - openssl-0.10.68 \ + num_cpus-1.17.0 \ + num_threads-0.1.7 \ + object-0.37.3 \ + oid-registry-0.7.1 \ + once_cell-1.21.3 \ + once_cell_polyfill-1.70.2 \ + opaque-debug-0.3.1 \ + openssl-0.10.75 \ openssl-macros-0.1.1 \ - openssl-probe-0.1.5 \ - openssl-sys-0.9.104 \ + openssl-probe-0.1.6 \ + openssl-probe-0.2.0 \ + openssl-sys-0.9.111 \ ordered-multimap-0.4.3 \ osascript-0.3.0 \ + p256-0.13.2 \ + p384-0.13.1 \ parking_lot-0.11.2 \ - parking_lot-0.12.0 \ - parking_lot_core-0.8.5 \ - parking_lot_core-0.9.3 \ - paste-1.0.7 \ + parking_lot-0.12.5 \ + parking_lot_core-0.8.6 \ + parking_lot_core-0.9.12 \ + paste-1.0.15 \ peeking_take_while-0.1.2 \ - pem-1.0.2 \ - percent-encoding-2.1.0 \ - pin-project-1.1.8 \ - pin-project-internal-1.1.8 \ + pem-1.1.1 \ + pem-3.0.6 \ + pem-rfc7468-0.7.0 \ + percent-encoding-2.3.2 \ + pin-project-1.1.10 \ + pin-project-internal-1.1.10 \ pin-project-lite-0.2.16 \ pin-utils-0.1.0 \ - ping-0.4.0 \ - pkg-config-0.3.25 \ - ppv-lite86-0.2.16 \ + ping-0.4.1 \ + pkcs8-0.10.2 \ + pkg-config-0.3.32 \ + polling-3.11.0 \ + poly1305-0.8.0 \ + polyval-0.6.2 \ + portable-atomic-1.13.0 \ + portable-atomic-util-0.2.4 \ + potential_utf-0.1.4 \ + powerfmt-0.2.0 \ + ppv-lite86-0.2.21 \ + primeorder-0.13.6 \ proc-macro2-0.4.30 \ - proc-macro2-1.0.93 \ - protobuf-3.7.1 \ - protobuf-codegen-3.7.1 \ - protobuf-parse-3.7.1 \ - protobuf-support-3.7.1 \ + proc-macro2-1.0.105 \ + protobuf-3.7.2 \ + protobuf-codegen-3.7.2 \ + protobuf-parse-3.7.2 \ + protobuf-support-3.7.2 \ punycode-0.4.1 \ - quickcheck-1.0.3 \ + quick-xml-0.38.4 \ + quinn-0.11.9 \ + quinn-proto-0.11.13 \ + quinn-udp-0.5.14 \ quote-0.6.13 \ - quote-1.0.38 \ + quote-1.0.43 \ + r-efi-5.3.0 \ rand-0.8.5 \ + rand-0.9.2 \ rand_chacha-0.3.1 \ - rand_core-0.6.3 \ - rayon-1.10.0 \ - rayon-core-1.12.1 \ - redox_syscall-0.2.13 \ - redox_users-0.4.3 \ - regex-1.11.1 \ - regex-automata-0.4.9 \ - regex-syntax-0.8.5 \ - remove_dir_all-0.5.3 \ + rand_chacha-0.9.0 \ + rand_core-0.6.4 \ + rand_core-0.9.5 \ + rayon-1.11.0 \ + rayon-core-1.13.0 \ + rcgen-0.13.2 \ + redox_syscall-0.2.16 \ + redox_syscall-0.5.18 \ + redox_syscall-0.7.0 \ + redox_users-0.4.6 \ + regex-1.12.2 \ + regex-automata-0.4.13 \ + regex-syntax-0.8.8 \ + rfc6979-0.4.0 \ ring-0.16.20 \ - ring-0.17.3 \ + ring-0.17.14 \ + rtcp-0.14.0 \ + rtp-0.14.0 \ rust-ini-0.18.0 \ - rustc-demangle-0.1.24 \ + rustc-demangle-0.1.27 \ rustc-hash-1.1.0 \ - rustls-0.20.4 \ - rustls-0.21.12 \ - rustls-0.23.21 \ - rustls-native-certs-0.6.2 \ - rustls-native-certs-0.7.3 \ - rustls-pemfile-1.0.0 \ - rustls-pemfile-2.2.0 \ - rustls-pki-types-1.10.1 \ - rustls-platform-verifier-0.3.4 \ + rustc-hash-2.1.1 \ + rustc_version-0.4.1 \ + rusticata-macros-4.1.0 \ + rustix-0.38.44 \ + rustix-1.1.3 \ + rustls-0.20.9 \ + rustls-0.23.36 \ + rustls-native-certs-0.8.3 \ + rustls-pemfile-1.0.4 \ + rustls-pki-types-1.13.2 \ + rustls-platform-verifier-0.6.2 \ rustls-platform-verifier-android-0.1.1 \ - rustls-webpki-0.101.7 \ - rustls-webpki-0.102.8 \ - rustversion-1.0.6 \ - ryu-1.0.9 \ + rustls-webpki-0.103.8 \ + rustversion-1.0.22 \ + ryu-1.0.22 \ same-file-1.0.6 \ - schannel-0.1.27 \ - scopeguard-1.1.0 \ - sct-0.7.0 \ + schannel-0.1.28 \ + scopeguard-1.2.0 \ + sct-0.7.1 \ + sdp-0.10.0 \ + sec1-0.7.3 \ security-framework-2.11.1 \ - security-framework-sys-2.14.0 \ - serde-1.0.217 \ - serde_derive-1.0.217 \ - serde_json-1.0.81 \ - serde_spanned-0.6.8 \ + security-framework-3.5.1 \ + security-framework-sys-2.15.0 \ + semver-1.0.27 \ + serde-1.0.228 \ + serde_core-1.0.228 \ + serde_derive-1.0.228 \ + serde_json-1.0.149 \ + serde_spanned-0.6.9 \ serde_urlencoded-0.7.1 \ - sha-1-0.10.0 \ - sha2-0.10.2 \ + sha-1-0.10.1 \ + sha1-0.10.6 \ + sha2-0.10.9 \ shlex-1.3.0 \ - signal-hook-registry-1.4.0 \ - signature-1.5.0 \ - simple_asn1-0.6.1 \ - slab-0.4.6 \ - smallvec-1.8.0 \ + signal-hook-registry-1.4.8 \ + signature-1.6.4 \ + signature-2.2.0 \ + simd-adler32-0.3.8 \ + simple_asn1-0.6.3 \ + slab-0.4.11 \ + smallvec-1.15.1 \ + smithay-client-toolkit-0.20.0 \ + smol_str-0.2.2 \ socket2-0.3.19 \ - socket2-0.4.4 \ - socket2-0.5.8 \ + socket2-0.4.10 \ + socket2-0.5.10 \ + socket2-0.6.1 \ sodiumoxide-0.2.7 \ spin-0.5.2 \ - spin-0.9.3 \ - sqlformat-0.1.8 \ - sqlx-0.6.0 \ - sqlx-core-0.6.0 \ - sqlx-macros-0.6.0 \ - sqlx-rt-0.6.0 \ + spin-0.9.8 \ + spki-0.7.3 \ + sqlformat-0.2.6 \ + sqlx-0.6.3 \ + sqlx-core-0.6.3 \ + sqlx-macros-0.6.3 \ + sqlx-rt-0.6.3 \ + stable_deref_trait-1.2.1 \ static_assertions-1.1.0 \ - stringprep-0.1.2 \ + stringprep-0.1.5 \ strsim-0.8.0 \ + strsim-0.11.1 \ + stun-0.9.0 \ + substring-1.4.5 \ subtle-2.6.1 \ syn-0.15.44 \ - syn-1.0.93 \ - syn-2.0.96 \ + syn-1.0.109 \ + syn-2.0.114 \ sync_wrapper-0.1.2 \ - system-configuration-0.5.1 \ - system-configuration-sys-0.5.0 \ - tempfile-3.3.0 \ - termcolor-1.1.3 \ + sync_wrapper-1.0.2 \ + synstructure-0.13.2 \ + tempfile-3.24.0 \ + termcolor-1.4.1 \ textwrap-0.11.0 \ - thiserror-1.0.31 \ - thiserror-impl-1.0.31 \ - time-0.3.9 \ - time-macros-0.2.4 \ - tinyvec-1.6.0 \ - tinyvec_macros-0.1.0 \ - tokio-1.43.0 \ - tokio-macros-2.5.0 \ + thiserror-1.0.69 \ + thiserror-2.0.17 \ + thiserror-impl-1.0.69 \ + thiserror-impl-2.0.17 \ + time-0.3.45 \ + time-core-0.1.7 \ + time-macros-0.2.25 \ + tinystr-0.8.2 \ + tinyvec-1.10.0 \ + tinyvec_macros-0.1.1 \ + tokio-1.49.0 \ + tokio-macros-2.6.0 \ tokio-native-tls-0.3.1 \ tokio-rustls-0.23.4 \ - tokio-rustls-0.24.1 \ - tokio-rustls-0.26.1 \ - tokio-socks-0.5.2 \ - tokio-stream-0.1.8 \ - tokio-tungstenite-0.17.1 \ - tokio-util-0.7.1 \ - toml-0.5.9 \ + tokio-rustls-0.26.4 \ + tokio-stream-0.1.18 \ + tokio-tungstenite-0.17.2 \ + tokio-tungstenite-0.26.2 \ + tokio-util-0.7.18 \ + toml-0.5.11 \ toml-0.7.8 \ - toml_datetime-0.6.8 \ + toml_datetime-0.6.11 \ toml_edit-0.19.15 \ - tower-0.4.12 \ - tower-http-0.3.3 \ - tower-layer-0.3.1 \ - tower-service-0.3.1 \ - tracing-0.1.41 \ - tracing-attributes-0.1.28 \ - tracing-core-0.1.33 \ - try-lock-0.2.3 \ - tungstenite-0.17.2 \ - typenum-1.15.0 \ - unicase-2.6.0 \ - unicode-bidi-0.3.8 \ - unicode-ident-1.0.14 \ - unicode-normalization-0.1.19 \ - unicode-segmentation-1.9.0 \ - unicode-width-0.1.9 \ + tower-0.4.13 \ + tower-0.5.3 \ + tower-http-0.3.5 \ + tower-http-0.6.8 \ + tower-layer-0.3.3 \ + tower-service-0.3.3 \ + tracing-0.1.44 \ + tracing-core-0.1.36 \ + try-lock-0.2.5 \ + tungstenite-0.17.3 \ + tungstenite-0.26.2 \ + turn-0.11.0 \ + typenum-1.19.0 \ + unicase-2.9.0 \ + unicode-bidi-0.3.18 \ + unicode-ident-1.0.22 \ + unicode-normalization-0.1.25 \ + unicode-properties-0.1.4 \ + unicode-segmentation-1.12.0 \ + unicode-width-0.1.14 \ unicode-xid-0.1.0 \ - unicode-xid-0.2.3 \ unicode_categories-0.1.1 \ + universal-hash-0.5.1 \ untrusted-0.7.1 \ untrusted-0.9.0 \ - url-2.2.2 \ + url-2.5.8 \ + users-0.11.0 \ utf-8-0.7.6 \ - uuid-1.12.0 \ + utf8_iter-1.0.4 \ + utf8parse-0.2.2 \ + uuid-1.19.0 \ vcpkg-0.2.15 \ vec_map-0.8.2 \ - version_check-0.9.4 \ - walkdir-2.3.2 \ - want-0.3.0 \ - wasi-0.11.0+wasi-snapshot-preview1 \ - wasm-bindgen-0.2.100 \ - wasm-bindgen-backend-0.2.100 \ - wasm-bindgen-futures-0.4.50 \ - wasm-bindgen-macro-0.2.100 \ - wasm-bindgen-macro-support-0.2.100 \ - wasm-bindgen-shared-0.2.100 \ - web-sys-0.3.77 \ - webpki-0.22.0 \ - webpki-roots-0.22.4 \ - webpki-roots-0.25.4 \ - webpki-roots-0.26.7 \ - which-4.2.5 \ - whoami-1.2.1 \ + version_check-0.9.5 \ + waitgroup-0.1.2 \ + walkdir-2.5.0 \ + want-0.3.1 \ + wasi-0.11.1+wasi-snapshot-preview1 \ + wasip2-1.0.2+wasi-0.2.9 \ + wasite-0.1.0 \ + wasm-bindgen-0.2.108 \ + wasm-bindgen-futures-0.4.58 \ + wasm-bindgen-macro-0.2.108 \ + wasm-bindgen-macro-support-0.2.108 \ + wasm-bindgen-shared-0.2.108 \ + wayland-backend-0.3.12 \ + wayland-client-0.31.12 \ + wayland-csd-frame-0.3.0 \ + wayland-cursor-0.31.12 \ + wayland-protocols-0.32.10 \ + wayland-protocols-experimental-20250721.0.1 \ + wayland-protocols-misc-0.3.10 \ + wayland-protocols-wlr-0.3.10 \ + wayland-scanner-0.31.8 \ + wayland-sys-0.31.8 \ + web-sys-0.3.85 \ + web-time-1.1.0 \ + webpki-0.22.4 \ + webpki-root-certs-1.0.5 \ + webpki-roots-0.22.6 \ + webpki-roots-0.26.11 \ + webpki-roots-1.0.5 \ + webrtc-0.14.0 \ + webrtc-data-0.12.0 \ + webrtc-ice-0.14.0 \ + webrtc-mdns-0.10.0 \ + webrtc-media-0.11.0 \ + webrtc-sctp-0.13.0 \ + webrtc-srtp-0.16.0 \ + webrtc-util-0.12.0 \ + which-4.4.2 \ + whoami-1.6.1 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ - winapi-util-0.1.5 \ + winapi-util-0.1.11 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ windows-0.51.1 \ windows-core-0.51.1 \ - windows-core-0.52.0 \ - windows-sys-0.36.1 \ + windows-core-0.62.2 \ + windows-implement-0.60.2 \ + windows-interface-0.59.3 \ + windows-link-0.2.1 \ + windows-result-0.4.1 \ + windows-strings-0.5.1 \ + windows-sys-0.45.0 \ windows-sys-0.48.0 \ windows-sys-0.52.0 \ windows-sys-0.59.0 \ + windows-sys-0.60.2 \ + windows-sys-0.61.2 \ + windows-targets-0.42.2 \ windows-targets-0.48.5 \ windows-targets-0.52.6 \ + windows-targets-0.53.5 \ + windows_aarch64_gnullvm-0.42.2 \ windows_aarch64_gnullvm-0.48.5 \ windows_aarch64_gnullvm-0.52.6 \ - windows_aarch64_msvc-0.36.1 \ + windows_aarch64_gnullvm-0.53.1 \ + windows_aarch64_msvc-0.42.2 \ windows_aarch64_msvc-0.48.5 \ windows_aarch64_msvc-0.52.6 \ - windows_i686_gnu-0.36.1 \ + windows_aarch64_msvc-0.53.1 \ + windows_i686_gnu-0.42.2 \ windows_i686_gnu-0.48.5 \ windows_i686_gnu-0.52.6 \ + windows_i686_gnu-0.53.1 \ windows_i686_gnullvm-0.52.6 \ - windows_i686_msvc-0.36.1 \ + windows_i686_gnullvm-0.53.1 \ + windows_i686_msvc-0.42.2 \ windows_i686_msvc-0.48.5 \ windows_i686_msvc-0.52.6 \ - windows_x86_64_gnu-0.36.1 \ + windows_i686_msvc-0.53.1 \ + windows_x86_64_gnu-0.42.2 \ windows_x86_64_gnu-0.48.5 \ windows_x86_64_gnu-0.52.6 \ + windows_x86_64_gnu-0.53.1 \ + windows_x86_64_gnullvm-0.42.2 \ windows_x86_64_gnullvm-0.48.5 \ windows_x86_64_gnullvm-0.52.6 \ - windows_x86_64_msvc-0.36.1 \ + windows_x86_64_gnullvm-0.53.1 \ + windows_x86_64_msvc-0.42.2 \ windows_x86_64_msvc-0.48.5 \ windows_x86_64_msvc-0.52.6 \ + windows_x86_64_msvc-0.53.1 \ winnow-0.5.40 \ winreg-0.6.2 \ winreg-0.11.0 \ - winreg-0.50.0 \ - zeroize-1.8.1 \ - zstd-0.13.2 \ - zstd-safe-7.2.1 \ - zstd-sys-2.0.13+zstd.1.5.6 \ + wit-bindgen-0.51.0 \ + writeable-0.6.2 \ + x25519-dalek-2.0.1 \ + x509-parser-0.16.0 \ + xcursor-0.3.10 \ + xkeysym-0.2.1 \ + yasna-0.5.2 \ + yoke-0.8.1 \ + yoke-derive-0.8.1 \ + zerocopy-0.8.33 \ + zerocopy-derive-0.8.33 \ + zerofrom-0.1.6 \ + zerofrom-derive-0.1.6 \ + zeroize-1.8.2 \ + zeroize_derive-1.4.3 \ + zerotrie-0.2.3 \ + zerovec-0.11.5 \ + zerovec-derive-0.11.2 \ + zmij-1.0.14 \ + zstd-0.13.3 \ + zstd-safe-7.2.4 \ + zstd-sys-2.0.16+zstd.1.5.7 \ + async-speed-limit@git+https://github.com/open-trade/async-speed-limit\#8d1851d967b1014eb263bae23053a0e513431a9f \ confy@git+https://github.com/rustdesk-org/confy\#83db9ec19a2f97e9718aef69e4fc5611bb382479 \ - tokio-socks@git+https://github.com/rustdesk-org/tokio-socks\#94e97c6d7c93b0bcbfa54f2dc397c1da0a6e43d3 \ sysinfo@git+https://github.com/rustdesk-org/sysinfo?branch=rlim_max\#90b1705d909a4902dbbbdea37ee64db17841077d \ - async-speed-limit@git+https://github.com/open-trade/async-speed-limit\#f89f702ae01d4016429543d2f0dda1086157e420 \ - reqwest@git+https://github.com/rustdesk-org/reqwest\#9cb758c9fb2f4edc62eb790acfd45a6a3da21ed3 \ + reqwest@git+https://github.com/rustdesk-org/reqwest\#916508c1d1b4a5f8adaf70cf91add62d22fcda52 \ machine-uid@git+https://github.com/rustdesk-org/machine-uid\#381ff579c1dc3a6c54db9dfec47c44bcb0246542 \ + tokio-socks@git+https://github.com/rustdesk-org/tokio-socks\#bdb9aa3de5bac41602d0742b8ef6bbc6bfebd127 \ default_net@git+https://github.com/rustdesk-org/default_net\#78f8f70cd85151a3a2c4a3230d80d5272703c02e diff --git a/net/rustdesk-server/distinfo b/net/rustdesk-server/distinfo index 851282647a92..c5c3a3e405f4 100644 --- a/net/rustdesk-server/distinfo +++ b/net/rustdesk-server/distinfo @@ -1,118 +1,206 @@ -TIMESTAMP = 1737815023 -SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 -SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 -SHA256 (rust/crates/adler2-2.0.0.crate) = 512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627 -SIZE (rust/crates/adler2-2.0.0.crate) = 13529 -SHA256 (rust/crates/ahash-0.7.6.crate) = fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47 -SIZE (rust/crates/ahash-0.7.6.crate) = 38030 -SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 -SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 -SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0 -SIZE (rust/crates/android-tzdata-0.1.1.crate) = 7674 +TIMESTAMP = 1768498268 +SHA256 (rust/crates/addr2line-0.25.1.crate) = 1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b +SIZE (rust/crates/addr2line-0.25.1.crate) = 43134 +SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa +SIZE (rust/crates/adler2-2.0.1.crate) = 13366 +SHA256 (rust/crates/aead-0.5.2.crate) = d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0 +SIZE (rust/crates/aead-0.5.2.crate) = 15509 +SHA256 (rust/crates/aes-0.8.4.crate) = b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0 +SIZE (rust/crates/aes-0.8.4.crate) = 124812 +SHA256 (rust/crates/aes-gcm-0.10.3.crate) = 831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1 +SIZE (rust/crates/aes-gcm-0.10.3.crate) = 148991 +SHA256 (rust/crates/ahash-0.7.8.crate) = 891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9 +SIZE (rust/crates/ahash-0.7.8.crate) = 38550 +SHA256 (rust/crates/ahash-0.8.12.crate) = 5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75 +SIZE (rust/crates/ahash-0.8.12.crate) = 43413 +SHA256 (rust/crates/aho-corasick-1.1.4.crate) = ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301 +SIZE (rust/crates/aho-corasick-1.1.4.crate) = 184015 +SHA256 (rust/crates/allocator-api2-0.2.21.crate) = 683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923 +SIZE (rust/crates/allocator-api2-0.2.21.crate) = 63622 SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243 SHA256 (rust/crates/ansi_term-0.12.1.crate) = d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2 SIZE (rust/crates/ansi_term-0.12.1.crate) = 24838 -SHA256 (rust/crates/anyhow-1.0.57.crate) = 08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc -SIZE (rust/crates/anyhow-1.0.57.crate) = 44614 +SHA256 (rust/crates/anstream-0.6.21.crate) = 43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a +SIZE (rust/crates/anstream-0.6.21.crate) = 29516 +SHA256 (rust/crates/anstyle-1.0.13.crate) = 5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78 +SIZE (rust/crates/anstyle-1.0.13.crate) = 17651 +SHA256 (rust/crates/anstyle-parse-0.2.7.crate) = 4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2 +SIZE (rust/crates/anstyle-parse-0.2.7.crate) = 21707 +SHA256 (rust/crates/anstyle-query-1.1.5.crate) = 40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc +SIZE (rust/crates/anstyle-query-1.1.5.crate) = 10264 +SHA256 (rust/crates/anstyle-wincon-3.0.11.crate) = 291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d +SIZE (rust/crates/anstyle-wincon-3.0.11.crate) = 12638 +SHA256 (rust/crates/anyhow-1.0.100.crate) = a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61 +SIZE (rust/crates/anyhow-1.0.100.crate) = 54059 +SHA256 (rust/crates/arc-swap-1.8.0.crate) = 51d03449bb8ca2cc2ef70869af31463d1ae5ccc8fa3e334b307203fbf815207e +SIZE (rust/crates/arc-swap-1.8.0.crate) = 80580 SHA256 (rust/crates/arrayvec-0.5.2.crate) = 23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b SIZE (rust/crates/arrayvec-0.5.2.crate) = 27838 -SHA256 (rust/crates/async-compression-0.4.18.crate) = df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522 -SIZE (rust/crates/async-compression-0.4.18.crate) = 111919 -SHA256 (rust/crates/async-trait-0.1.53.crate) = ed6aa3524a2dfcf9fe180c51eae2b58738348d819517ceadf95789c51fff7600 -SIZE (rust/crates/async-trait-0.1.53.crate) = 26210 +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 +SIZE (rust/crates/asn1-rs-derive-0.5.1.crate) = 9692 +SHA256 (rust/crates/asn1-rs-impl-0.2.0.crate) = 7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7 +SIZE (rust/crates/asn1-rs-impl-0.2.0.crate) = 2261 +SHA256 (rust/crates/async-compression-0.4.37.crate) = d10e4f991a553474232bc0a31799f6d24b034a84c0971d80d2e2f78b2e576e40 +SIZE (rust/crates/async-compression-0.4.37.crate) = 96533 +SHA256 (rust/crates/async-recursion-1.1.1.crate) = 3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11 +SIZE (rust/crates/async-recursion-1.1.1.crate) = 14874 +SHA256 (rust/crates/async-trait-0.1.89.crate) = 9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb +SIZE (rust/crates/async-trait-0.1.89.crate) = 32171 SHA256 (rust/crates/atoi-1.0.0.crate) = d7c57d12312ff59c811c0643f4d80830505833c9ffaebd193d819392b265be8e SIZE (rust/crates/atoi-1.0.0.crate) = 7768 +SHA256 (rust/crates/atomic-waker-1.1.2.crate) = 1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0 +SIZE (rust/crates/atomic-waker-1.1.2.crate) = 12422 SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 SIZE (rust/crates/atty-0.2.14.crate) = 5470 -SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa -SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 -SHA256 (rust/crates/axum-0.5.5.crate) = 00f1e8a972137fad81e2a1a60b86ff17ce0338f8017264e45a9723d0083c39a1 -SIZE (rust/crates/axum-0.5.5.crate) = 104368 -SHA256 (rust/crates/axum-core-0.2.4.crate) = da31c0ed7b4690e2c78fe4b880d21cd7db04a346ebc658b4270251b695437f17 -SIZE (rust/crates/axum-core-0.2.4.crate) = 14191 -SHA256 (rust/crates/backtrace-0.3.74.crate) = 8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a -SIZE (rust/crates/backtrace-0.3.74.crate) = 88516 -SHA256 (rust/crates/base64-0.13.0.crate) = 904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd -SIZE (rust/crates/base64-0.13.0.crate) = 62070 +SHA256 (rust/crates/autocfg-1.5.0.crate) = c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8 *** 7975 LINES SKIPPED ***home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?696ea1db.310cd.3d7ae539>
