From 9d861aac67ff9baf83ec819d21424e1f14404e16 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Thu, 7 May 2020 12:13:17 -0500 Subject: [PATCH] yara: update to 4.0.0, adopt --- common/shlibs | 2 +- srcpkgs/yara/template | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/common/shlibs b/common/shlibs index 4bdc03e8b23..fa8af66f925 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3001,7 +3001,7 @@ libbctoolbox.so.1 bctoolbox-0.6.0_1 libortp.so.13 ortp-1.0.2_1 libsuperlu.so.5 superlu-5.2.1_1 libgosu.so.0 gosu-0.12.0_1 -libyara.so.3 libyara-3.5.0_1 +libyara.so.4 libyara-4.0.0_1 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 diff --git a/srcpkgs/yara/template b/srcpkgs/yara/template index 51c5b4a1e2b..9d472ee943b 100644 --- a/srcpkgs/yara/template +++ b/srcpkgs/yara/template @@ -1,17 +1,17 @@ # Template file for 'yara' pkgname=yara -version=3.11.0 +version=4.0.0 revision=1 build_style=gnu-configure configure_args="--enable-magic --enable-cuckoo" -hostmakedepends="automake libtool" -makedepends="libressl-devel file-devel jansson-devel" +hostmakedepends="automake libtool pkg-config" +makedepends="libressl-devel file-devel jansson-devel protobuf-c-devel" short_desc="Pattern matching swiss knife for malware researchers" -maintainer="Orphaned " +maintainer="Andrew Benson " license="BSD-3-Clause" homepage="https://virustotal.github.io/yara/" distfiles="https://github.com/VirusTotal/yara/archive/v${version}.tar.gz" -checksum=de8c54028c848751c06f5acc3b749c3ef6b111090b39f6ff991295af44bd4633 +checksum=8ee411fe3a60d1b463f152e356e0ee46b23331c461fd60ef8f82fed580c73f46 pre_configure() { autoreconf -fi