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 --- ../vendor/reqwest-0.11.23/Cargo.toml.orig 2025-03-31 08:30:34.965431775 +0200 +++ ../vendor/reqwest-0.11.23/Cargo.toml 2025-03-31 08:30:53.776346210 +0200 @@@@ -134,9 +134,9 @@@@ async-compression = { version = "0.4.0", default-features = false, features = ["tokio"], optional = true } tokio-util = { version = "0.7.1", default-features = false, features = ["codec", "io"], optional = true } ## socks -tokio-socks = { version = "0.5.1", optional = true } +tokio-socks = { version = "0.5.2-1", optional = true } ## trust-dns trust-dns-resolver = { version = "0.23", optional = true, features = ["tokio-runtime"] } @