openldap: update to openssl3

This commit is contained in:
PulkoMandy
2024-08-22 21:49:51 +02:00
parent bb24ab5ec6
commit 49a792d18a

View File

@@ -7,7 +7,7 @@ develop the OpenLDAP Suite and its related documentation."
COPYRIGHT="1998-2016 The OpenLDAP Foundation"
HOMEPAGE="https://www.openldap.org/"
LICENSE="OpenLDAP Public License"
REVISION="2"
REVISION="3"
SOURCE_URI="ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-$portVersion.tgz"
CHECKSUM_SHA256="d9523ffcab5cd14b709fcf3cb4d04e8bc76bb8970113255f372bc74954c6074d"
SOURCE_DIR="openldap-$portVersion"
@@ -38,8 +38,8 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libcrypto$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libcrypto$secondaryArchSuffix >= 3
devel:libssl$secondaryArchSuffix >= 3
"
BUILD_PREREQUIRES="
cmd:aclocal