yara: update to openssl 3

This commit is contained in:
PulkoMandy
2024-08-24 09:28:33 +02:00
parent 8a2cf369f1
commit b4189f4f8d

View File

@@ -5,7 +5,7 @@ whatever you want to describe) based on textual or binary patterns. "
HOMEPAGE="https://virustotal.github.io/yara/"
COPYRIGHT="2007-2016 The YARA Authors"
LICENSE="BSD (3-clause)"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/VirusTotal/yara/archive/refs/tags/v$portVersion.tar.gz"
CHECKSUM_SHA256="301ddefefddba352022da8982f4c86f898827cd2c8c3394e2db08110c4caf7aa"
SOURCE_DIR="yara-$portVersion"
@@ -34,8 +34,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