head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.8 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.6 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.4 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.2 pkgsrc-2025Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2025.04.29.01.53.59; author manu; state Exp; branches; next ; commitid KiCciKNssgtg6TSF; desc @@ 1.1 log @Added net/rustdesk-server version 1.1.14 RustDesk is an opensource remote desktop solution, with clients for Windows, MacOS, various Linuxfloavors, Android, iOS, and even a web-based client. This package contains the server-side of RustDesk - The RustDesk signaling server hbbs, is used by clients to publish their presence. - The RustDesk relay server hbbr, is used for client-to-client communications when direct connexion is not possible @ text @$NetBSD$ Always use git version of tokio-socks, otherwise there is a version selection glitch during the build --- Cargo.lock.orig 2025-03-31 08:19:19.878306708 +0200 +++ Cargo.lock 2025-03-31 08:19:54.098962405 +0200 @@@@ -2225,9 +2225,9 @@@@ "system-configuration", "tokio", "tokio-native-tls", "tokio-rustls 0.24.1", - "tokio-socks 0.5.2", + "tokio-socks 0.5.2-1", "tokio-util", "tower-service", "url", "wasm-bindgen", @@@@ -3045,20 +3045,8 @@@@ "tokio-util", ] [[package]] -name = "tokio-socks" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f" -dependencies = [ - "either", - "futures-util", - "thiserror", - "tokio", -] - -[[package]] name = "tokio-stream" version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3" @