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.15.16.25.33; author schmonz; state Exp; branches; next ; commitid dnIAz2Ord71unaRF; desc @@ 1.1 log @twitch-tui: update to 2.6.19. Changes: - Corrected authentication config docs - Bumped codebase to Rust 1.85 + 2024 edition - Delete key was acting the same as the backspace key, removing the character to left instead of right @ text @$NetBSD$ On all platforms, use OpenSSL as determined by pkgsrc. --- ../vendor/native-tls-0.2.14/Cargo.toml.orig 1970-01-01 00:00:01.000000000 +0000 +++ ../vendor/native-tls-0.2.14/Cargo.toml @@@@ -26,7 +26,6 @@@@ license = "MIT OR Apache-2.0" repository = "https://github.com/sfackler/rust-native-tls" [package.metadata.docs.rs] -features = ["alpn"] rustdoc-args = [ "--cfg", "docsrs", @@@@ -55,32 +54,16 @@@@ version = "3.0" version = "0.9" [features] -alpn = ["security-framework/alpn"] vendored = ["openssl/vendored"] -[target.'cfg(not(any(target_os = "windows", target_vendor = "apple")))'.dependencies.log] +[dependencies.log] version = "0.4.5" -[target.'cfg(not(any(target_os = "windows", target_vendor = "apple")))'.dependencies.openssl] +[dependencies.openssl] version = "0.10.69" -[target.'cfg(not(any(target_os = "windows", target_vendor = "apple")))'.dependencies.openssl-probe] +[dependencies.openssl-probe] version = "0.1" -[target.'cfg(not(any(target_os = "windows", target_vendor = "apple")))'.dependencies.openssl-sys] +[dependencies.openssl-sys] version = "0.9.81" - -[target.'cfg(target_os = "macos")'.dependencies.tempfile] -version = "3.1.0" - -[target.'cfg(target_os = "windows")'.dependencies.schannel] -version = "0.1.17" - -[target.'cfg(target_vendor = "apple")'.dependencies.libc] -version = "0.2" - -[target.'cfg(target_vendor = "apple")'.dependencies.security-framework] -version = "2.0.0" - -[target.'cfg(target_vendor = "apple")'.dependencies.security-framework-sys] -version = "2.0.0" @