From 23d5a8ea1d2132ede781cea6ccd6c79a703e5731 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Wed, 18 Dec 2024 09:10:19 +0100 Subject: [PATCH] rust_bin, force ssl1 in BUILD_REQUIRES (#11477) --- dev-lang/rust_bin/rust_bin-1.83.0.recipe | 2 ++ 1 file changed, 2 insertions(+) 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 22bca9275..49b503b28 100644 --- a/dev-lang/rust_bin/rust_bin-1.83.0.recipe +++ b/dev-lang/rust_bin/rust_bin-1.83.0.recipe @@ -44,6 +44,7 @@ PROVIDES=" cmd:clippy_driver$secondaryArchSuffix = $clippyVersion cmd:rls$secondaryArchSuffix = $rlsVersion " +# version strings for libssl need to be removed on the switch to ssl3 or set to >= 3 REQUIRES=" haiku$secondaryArchSuffix lib:libcrypto$secondaryArchSuffix >= 1.1 @@ -56,6 +57,7 @@ CONFLICTS=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel + lib:libssl$secondaryArchSuffix >= 1.1 # not required, remove when switching to ssl3 " relativeInstallDir="develop/tools$secondaryArchSubDir/rust"