yara: rebuild against OpenSSL
This commit is contained in:
parent
1286ef605a
commit
d6ec104dc1
2 changed files with 3 additions and 3 deletions
|
@ -2998,7 +2998,7 @@ libbctoolbox.so.1 bctoolbox-0.6.0_1
|
|||
libortp.so.15 ortp-4.4.0_1
|
||||
libsuperlu.so.5 superlu-5.2.1_1
|
||||
libgosu.so.0 gosu-0.12.0_1
|
||||
libyara.so.4 libyara-4.0.0_1
|
||||
libyara.so.4 libyara-4.0.5_2
|
||||
libyaz_icu.so.5 yaz-5.23.1_1
|
||||
libyaz.so.5 yaz-5.23.1_1
|
||||
libyaz_server.so.5 yaz-5.23.1_1
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'yara'
|
||||
pkgname=yara
|
||||
version=4.0.5
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-magic --enable-cuckoo"
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="libressl-devel file-devel jansson-devel protobuf-c-devel"
|
||||
makedepends="openssl-devel file-devel jansson-devel protobuf-c-devel"
|
||||
short_desc="Pattern matching swiss knife for malware researchers"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
|
|
Loading…
Reference in a new issue