head 1.3; access; symbols pkgsrc-2024Q2:1.2.0.2 pkgsrc-2024Q2-base:1.2; locks; strict; comment @# @; 1.3 date 2024.08.19.23.58.19; author schmonz; state dead; branches; next 1.2; commitid 8KA4ybQne0q6zumF; 1.2 date 2024.05.13.20.19.04; author schmonz; state Exp; branches; next 1.1; commitid Y1uBsU68G1XbvS9F; 1.1 date 2024.04.26.14.53.23; author schmonz; state Exp; branches; next ; commitid zY0EYjDL1ydlfF7F; desc @@ 1.3 log @twitch-tui: update to 2.6.16. Changes: - Fixed crash when underlining in the UI on Windows - Fixed off by one error in highlight @ text @$NetBSD: patch-.._vendor_native-tls-0.2.11_Cargo.toml,v 1.2 2024/05/13 20:19:04 schmonz Exp $ On all platforms, use OpenSSL as determined by pkgsrc. --- ../vendor/native-tls-0.2.11/Cargo.toml.orig 2024-04-26 14:07:42.210564036 +0000 +++ ../vendor/native-tls-0.2.11/Cargo.toml @@@@ -19,7 +19,6 @@@@ license = "MIT/Apache-2.0" repository = "https://github.com/sfackler/rust-native-tls" [package.metadata.docs.rs] -features = ["alpn"] rustdoc-args = [ "--cfg", "docsrs", @@@@ -32,35 +31,16 @@@@ version = "3.0" version = "0.7" [features] -alpn = ["security-framework/alpn"] vendored = ["openssl/vendored"] -[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.lazy_static] -version = "1.4.0" - -[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.libc] -version = "0.2" - -[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.security-framework] -version = "2.0.0" - -[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.security-framework-sys] -version = "2.0.0" - -[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.tempfile] -version = "3.1.0" - -[target."cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))".dependencies.log] +[dependencies.log] version = "0.4.5" -[target."cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))".dependencies.openssl] +[dependencies.openssl] version = "0.10.29" -[target."cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))".dependencies.openssl-probe] +[dependencies.openssl-probe] version = "0.1" -[target."cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))".dependencies.openssl-sys] +[dependencies.openssl-sys] version = "0.9.55" - -[target."cfg(target_os = \"windows\")".dependencies.schannel] -version = "0.1.17" @ 1.2 log @twitch-tui: update to 2.6.8. Changes: - Fixed token environment variable (TWT_TOKEN) not being found. @ text @d1 1 a1 1 $NetBSD: patch-.._vendor_native-tls-0.2.11_Cargo.toml,v 1.1 2024/04/26 14:53:23 schmonz Exp $ @ 1.1 log @twitch-tui: update to 2.6.7. Changes: - Fixed Twitch animated emotes not being detected properly (#587) pkgsrc changes: - Reliably link with OpenSSL instead of OS-specific security frameworks @ text @d1 1 a1 1 $NetBSD$ d4 1 @