update yara to 3.9.0.

ok benoit@.
This commit is contained in:
rpointel 2019-02-26 09:09:17 +00:00
parent 9d6cbb9287
commit 09ca062551
5 changed files with 10 additions and 9 deletions

View File

@ -1,6 +1,6 @@
# $OpenBSD: Makefile.inc,v 1.10 2018/08/17 07:49:58 rpointel Exp $
# $OpenBSD: Makefile.inc,v 1.11 2019/02/26 09:09:17 rpointel Exp $
VERSION ?= 3.8.1
VERSION ?= 3.9.0
CATEGORIES = security

View File

@ -1,2 +1,2 @@
SHA256 (yara-3.8.1.tar.gz) = KDUncRJpNU08YOJwX390sfdp0tNd26j3+c6X0P1csco=
SIZE (yara-3.8.1.tar.gz) = 715968
SHA256 (yara-3.9.0.tar.gz) = 6+f6sKutuQRJpir70k4Zbhixd+/nH/2L8i35XFOG9k0=
SIZE (yara-3.9.0.tar.gz) = 749159

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.4 2018/08/16 09:58:47 rpointel Exp $
@comment $OpenBSD: PLIST,v 1.5 2019/02/26 09:09:17 rpointel Exp $
@bin bin/yara
@bin bin/yarac
include/yara/
@ -26,6 +26,7 @@ include/yara/rules.h
include/yara/scan.h
include/yara/scanner.h
include/yara/sizedstr.h
include/yara/stack.h
include/yara/stopwatch.h
include/yara/stream.h
include/yara/strutils.h

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2018/08/16 09:58:47 rpointel Exp $
# $OpenBSD: Makefile,v 1.6 2019/02/26 09:09:17 rpointel Exp $
COMMENT = Python extension that gives access to YARA
@ -24,7 +24,7 @@ pre-configure:
BUILD_DEPENDS = security/yara/main>=${VERSION}
RUN_DEPENDS = security/yara/main>=${VERSION}
TEST_DEPENDS = security/yara/python
TEST_DEPENDS = security/yara/python${MODPY_FLAVOR}=${VERSION}
do-test:
cd ${WRKSRC} && ${MODPY_BIN} ./tests.py

View File

@ -1,2 +1,2 @@
SHA256 (yara-python-3.8.1.tar.gz) = CCudK4y05MTdILF8sEvaFVWj3Mq4IHlHNI7PNiXYBgk=
SIZE (yara-python-3.8.1.tar.gz) = 31526
SHA256 (yara-python-3.9.0.tar.gz) = X29ZmqAhaWbUfC+q79FBikL8qwRiwHKYw/pKgoBd2PU=
SIZE (yara-python-3.9.0.tar.gz) = 31624