From d6ec104dc11360493f41dc35b1a33b0417f53f5c Mon Sep 17 00:00:00 2001 From: John Date: Wed, 6 Jan 2021 18:19:01 +0100 Subject: [PATCH] yara: rebuild against OpenSSL --- common/shlibs | 2 +- srcpkgs/yara/template | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/shlibs b/common/shlibs index ee9383d9b28..f34c39bb367 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/yara/template b/srcpkgs/yara/template index 72e285db6f8..668ab97b1a7 100644 --- a/srcpkgs/yara/template +++ b/srcpkgs/yara/template @@ -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 " license="BSD-3-Clause"