cyrus_sasl: update to openssl3

This commit is contained in:
PulkoMandy
2024-08-10 10:24:50 +02:00
parent 6ee01ad395
commit 9f4c08a730

View File

@@ -8,7 +8,7 @@ IMAP, ACAP, LDAP, and other standard protocols."
HOMEPAGE="https://github.com/cyrusimap/cyrus-sasl"
COPYRIGHT="1994-2012 Carnegie Mellon University"
LICENSE="BSD (4-clause)"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/cyrusimap/cyrus-sasl/archive/cyrus-sasl-$portVersion.tar.gz"
CHECKSUM_SHA256="3e38933a30b9ce183a5488b4f6a5937a702549cde0d3287903d80968ad4ec341"
SOURCE_DIR="cyrus-sasl-cyrus-sasl-$portVersion"
@@ -50,8 +50,8 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libcrypto$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libcrypto$secondaryArchSuffix >= 3
devel:libssl$secondaryArchSuffix >= 3
"
BUILD_PREREQUIRES="
cmd:aclocal