mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02: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/"
|
HOMEPAGE="https://virustotal.github.io/yara/"
|
||||||
COPYRIGHT="2007-2016 The YARA Authors"
|
COPYRIGHT="2007-2016 The YARA Authors"
|
||||||
LICENSE="BSD (3-clause)"
|
LICENSE="BSD (3-clause)"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
SOURCE_URI="https://github.com/VirusTotal/yara/archive/refs/tags/v$portVersion.tar.gz"
|
SOURCE_URI="https://github.com/VirusTotal/yara/archive/refs/tags/v$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="301ddefefddba352022da8982f4c86f898827cd2c8c3394e2db08110c4caf7aa"
|
CHECKSUM_SHA256="301ddefefddba352022da8982f4c86f898827cd2c8c3394e2db08110c4caf7aa"
|
||||||
SOURCE_DIR="yara-$portVersion"
|
SOURCE_DIR="yara-$portVersion"
|
||||||
@@ -34,8 +34,8 @@ REQUIRES_devel="
|
|||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
devel:libcrypto$secondaryArchSuffix
|
devel:libcrypto$secondaryArchSuffix >= 3
|
||||||
devel:libssl$secondaryArchSuffix
|
devel:libssl$secondaryArchSuffix >= 3
|
||||||
"
|
"
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
cmd:aclocal
|
cmd:aclocal
|
||||||
|
|||||||
Reference in New Issue
Block a user