mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
yara: update to openssl 3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user