From 91fa0f522d8657529d490a20dc0d9cdb56d15acf Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 17 Dec 2024 14:48:03 +0100 Subject: [PATCH] rust_bin, set ssl version to 1.1, needs to be reverted on next version" (#11470) --- dev-lang/rust_bin/rust_bin-1.83.0.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-lang/rust_bin/rust_bin-1.83.0.recipe b/dev-lang/rust_bin/rust_bin-1.83.0.recipe index 44c9de381..22bca9275 100644 --- a/dev-lang/rust_bin/rust_bin-1.83.0.recipe +++ b/dev-lang/rust_bin/rust_bin-1.83.0.recipe @@ -4,7 +4,7 @@ prevents almost all crashes*, and eliminates data races." HOMEPAGE="https://www.rust-lang.org/" COPYRIGHT="2024 The Rust Project Developers" LICENSE="MIT" -REVISION="1" +REVISION="2" case "$effectiveTargetArchitecture" in x86) @@ -46,8 +46,8 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix - lib:libcrypto$secondaryArchSuffix - lib:libssl$secondaryArchSuffix + lib:libcrypto$secondaryArchSuffix >= 1.1 + lib:libssl$secondaryArchSuffix >= 1.1 lib:libz$secondaryArchSuffix " CONFLICTS="