rust_bin, set ssl version to 1.1, needs to be reverted on next version" (#11470)

This commit is contained in:
Schrijvers Luc
2024-12-17 14:48:03 +01:00
committed by GitHub
parent 2d973a4b96
commit 91fa0f522d

View File

@@ -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="