pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/yara Update security/yara to version 3.4.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/2bbcd55f1e6e
branches: trunk
changeset: 347656:2bbcd55f1e6e
user: khorben <khorben%pkgsrc.org@localhost>
date: Thu May 26 14:41:48 2016 +0000
description:
Update security/yara to version 3.4.0
The changes include:
* Short-circuit evaluation for conditions
* New yr_rules_save_stream/yr_rules_load_stream APIs.
* load() and save() methods in yara-python accept file-like objects
* Improvements to the PE and ELF modules
* Some performance improvements
* New command-line option --print-module-data
* Multiple bug fixes.
diffstat:
security/yara/Makefile.common | 4 ++--
security/yara/PLIST | 3 ++-
security/yara/distinfo | 10 +++++-----
3 files changed, 9 insertions(+), 8 deletions(-)
diffs (48 lines):
diff -r 923fb1d9aa18 -r 2bbcd55f1e6e security/yara/Makefile.common
--- a/security/yara/Makefile.common Thu May 26 14:35:04 2016 +0000
+++ b/security/yara/Makefile.common Thu May 26 14:41:48 2016 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.3 2015/06/14 21:28:44 pettai Exp $
+# $NetBSD: Makefile.common,v 1.4 2016/05/26 14:41:48 khorben Exp $
#
# used by security/yara/Makefile
# used by security/py-yara/Makefile
-DISTNAME= v3.3.0
+DISTNAME= v3.4.0
YAVER= ${DISTNAME:S/v//}
MASTER_SITES= ${MASTER_SITE_GITHUB:=plusvic/yara/archive/}
diff -r 923fb1d9aa18 -r 2bbcd55f1e6e security/yara/PLIST
--- a/security/yara/PLIST Thu May 26 14:35:04 2016 +0000
+++ b/security/yara/PLIST Thu May 26 14:41:48 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2015/06/06 08:18:17 pettai Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/05/26 14:41:48 khorben Exp $
bin/yara
bin/yarac
include/yara.h
@@ -18,6 +18,7 @@
include/yara/rules.h
include/yara/scan.h
include/yara/sizedstr.h
+include/yara/stream.h
include/yara/strutils.h
include/yara/types.h
include/yara/utils.h
diff -r 923fb1d9aa18 -r 2bbcd55f1e6e security/yara/distinfo
--- a/security/yara/distinfo Thu May 26 14:35:04 2016 +0000
+++ b/security/yara/distinfo Thu May 26 14:41:48 2016 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2015/11/04 01:18:12 agc Exp $
+$NetBSD: distinfo,v 1.5 2016/05/26 14:41:48 khorben Exp $
-SHA1 (yara/v3.3.0.tar.gz) = 6f72d80f21336c098f9013212d496d3920d9ef18
-RMD160 (yara/v3.3.0.tar.gz) = 330de9de9294953a3a42032ccc5ae849f065ab5e
-SHA512 (yara/v3.3.0.tar.gz) = f763f4d5b71caf5aef20995d128e1e16f176746dd2fade1f3991a7a81e050ba8c0d9aa1d96bb4dc754e5f0a44fa799d620c5f4797bcd3205fad77f9c493c5532
-Size (yara/v3.3.0.tar.gz) = 7634474 bytes
+SHA1 (yara/v3.4.0.tar.gz) = 70756b291a08254de751726ee565cf454a1eb566
+RMD160 (yara/v3.4.0.tar.gz) = b683037083c93ff4f2cc5ad80632d2ff535ce8b1
+SHA512 (yara/v3.4.0.tar.gz) = 27286107882c70de6f2c227d5307fbaa97437f8bbb221d4f0fcb17c4935f65ef01e772c18a14eb814727ca1854f5e3f9f219771706d9f4a748ae9433f475d669
+Size (yara/v3.4.0.tar.gz) = 7642695 bytes
SHA1 (patch-libyara_proc.c) = cbe52e79c63eb6389a5f7d1107d15a57ca4890f9
Home |
Main Index |
Thread Index |
Old Index