pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security Update security/{, py-yara} to version 3.5.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b054f40558d9
branches:  trunk
changeset: 362458:b054f40558d9
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Mon May 15 15:27:31 2017 +0000

description:
Update security/{,py-yara} to version 3.5.0

The release notes mention:

  * Match length operator (http://yara.readthedocs.io/en/v3.5.0/writingrules.html#match-length)
  * Performance improvements
  * Less memory consumption while scanning processes
  * Exception handling when scanning memory blocks
  * Negative integers in meta fields
  * Added the --stack-size command-argument
  * Functions import_ordinal, is_dll, is_32bit and is_64bit added to PE module
  * Functions rich_signature.toolid and rich_signature.version added to PE module
  * Lots of bug fixes

The Python bindings are now released from a different tree, with the same
versioning apparently though.

"welcome to update" pettai@

diffstat:

 security/py-yara/Makefile     |  10 +++++++---
 security/py-yara/PLIST        |   7 ++++++-
 security/py-yara/distinfo     |  10 +++++-----
 security/yara/Makefile        |   6 +++++-
 security/yara/Makefile.common |  10 +++-------
 security/yara/PLIST           |   4 +++-
 security/yara/distinfo        |  10 +++++-----
 7 files changed, 34 insertions(+), 23 deletions(-)

diffs (135 lines):

diff -r 42306d0fa072 -r b054f40558d9 security/py-yara/Makefile
--- a/security/py-yara/Makefile Mon May 15 14:52:44 2017 +0000
+++ b/security/py-yara/Makefile Mon May 15 15:27:31 2017 +0000
@@ -1,17 +1,21 @@
-# $NetBSD: Makefile,v 1.4 2017/01/01 14:43:56 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2017/05/15 15:27:31 khorben Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-yara-${YAVER}
 CATEGORIES=    security python
 
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=VirusTotal/yara-python/archive/}
+
+DIST_SUBDIR=   yara-python
+
 COMMENT=       Yara python bindings
 
-WRKSRC=                ${WRKDIR}/yara-${YAVER}/yara-python
+WRKSRC=                ${WRKDIR}/yara-python-${YAVER}
 
 PYDISTUTILSPKG= yes
 PYTHON_VERSIONS_INCOMPATIBLE=   34 35 36
 
 .include "../../security/yara/Makefile.common"
 .include "../../security/yara/buildlink3.mk"
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/egg.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 42306d0fa072 -r b054f40558d9 security/py-yara/PLIST
--- a/security/py-yara/PLIST    Mon May 15 14:52:44 2017 +0000
+++ b/security/py-yara/PLIST    Mon May 15 15:27:31 2017 +0000
@@ -1,2 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1 2015/06/06 09:13:27 pettai Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/05/15 15:27:31 khorben Exp $
 ${PYSITELIB}/yara.so
+${PYSITELIB}/yara_python-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
+${PYSITELIB}/yara_python-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
+${PYSITELIB}/yara_python-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
+${PYSITELIB}/yara_python-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/not-zip-safe
+${PYSITELIB}/yara_python-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/top_level.txt
diff -r 42306d0fa072 -r b054f40558d9 security/py-yara/distinfo
--- a/security/py-yara/distinfo Mon May 15 14:52:44 2017 +0000
+++ b/security/py-yara/distinfo Mon May 15 15:27:31 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2016/05/26 14:44:17 khorben Exp $
+$NetBSD: distinfo,v 1.5 2017/05/15 15:27:31 khorben Exp $
 
-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 (yara-python/v3.5.0.tar.gz) = ee2811354add095fb86c1a12fa7a576990373aaf
+RMD160 (yara-python/v3.5.0.tar.gz) = 7c8de9adc469b77f1c99c71c7297bb450586685c
+SHA512 (yara-python/v3.5.0.tar.gz) = aa7da264a230efe55d080f24f6598f15eae4cfe0eaea24d00d86d7d2b9245cabed5bec581f47b3c77cc29200273f859d24b5b5a6547d0a392ea8190260c88c2c
+Size (yara-python/v3.5.0.tar.gz) = 22052 bytes
diff -r 42306d0fa072 -r b054f40558d9 security/yara/Makefile
--- a/security/yara/Makefile    Mon May 15 14:52:44 2017 +0000
+++ b/security/yara/Makefile    Mon May 15 15:27:31 2017 +0000
@@ -1,8 +1,12 @@
-# $NetBSD: Makefile,v 1.2 2015/06/06 08:57:18 pettai Exp $
+# $NetBSD: Makefile,v 1.3 2017/05/15 15:27:31 khorben Exp $
 
 PKGNAME=       yara-${YAVER}
 CATEGORIES=    security
 
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=VirusTotal/yara/archive/}
+
+DIST_SUBDIR=   yara
+
 COMMENT=        Pattern matching swiss knife for malware researchers
 
 WRKSRC=                ${WRKDIR}/yara-${YAVER}
diff -r 42306d0fa072 -r b054f40558d9 security/yara/Makefile.common
--- a/security/yara/Makefile.common     Mon May 15 14:52:44 2017 +0000
+++ b/security/yara/Makefile.common     Mon May 15 15:27:31 2017 +0000
@@ -1,15 +1,11 @@
-# $NetBSD: Makefile.common,v 1.4 2016/05/26 14:41:48 khorben Exp $
+# $NetBSD: Makefile.common,v 1.5 2017/05/15 15:27:31 khorben Exp $
 #
 # used by security/yara/Makefile
 # used by security/py-yara/Makefile
 
-DISTNAME=      v3.4.0
+DISTNAME=      v3.5.0
 YAVER=         ${DISTNAME:S/v//}
 
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=plusvic/yara/archive/}
-
-DIST_SUBDIR=   yara
-
 MAINTAINER=    pettai%NetBSD.org@localhost
-HOMEPAGE=      https://plusvic.github.io/yara/
+HOMEPAGE=      https://virustotal.github.io/yara/
 LICENSE=       apache-2.0
diff -r 42306d0fa072 -r b054f40558d9 security/yara/PLIST
--- a/security/yara/PLIST       Mon May 15 14:52:44 2017 +0000
+++ b/security/yara/PLIST       Mon May 15 15:27:31 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2016/05/26 14:41:48 khorben Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/05/15 15:27:31 khorben Exp $
 bin/yara
 bin/yarac
 include/yara.h
@@ -10,6 +10,7 @@
 include/yara/exec.h
 include/yara/filemap.h
 include/yara/hash.h
+include/yara/integers.h
 include/yara/libyara.h
 include/yara/limits.h
 include/yara/modules.h
@@ -20,6 +21,7 @@
 include/yara/sizedstr.h
 include/yara/stream.h
 include/yara/strutils.h
+include/yara/threading.h
 include/yara/types.h
 include/yara/utils.h
 lib/libyara.la
diff -r 42306d0fa072 -r b054f40558d9 security/yara/distinfo
--- a/security/yara/distinfo    Mon May 15 14:52:44 2017 +0000
+++ b/security/yara/distinfo    Mon May 15 15:27:31 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2016/05/26 14:41:48 khorben Exp $
+$NetBSD: distinfo,v 1.6 2017/05/15 15:27:31 khorben Exp $
 
-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 (yara/v3.5.0.tar.gz) = 96cab443d6a4328023a01c4032efbcefc211ef35
+RMD160 (yara/v3.5.0.tar.gz) = 49969b1915c2e798265f7ef6fe6a9feca8fc56df
+SHA512 (yara/v3.5.0.tar.gz) = 84e3b8248749271f154c05216417be76c56563012c0a2013fde5184c6ed03d2933c456d61f036292c42030b52705d5c6e94824d1fd36dbffe46af625ddedaaf5
+Size (yara/v3.5.0.tar.gz) = 7648499 bytes
 SHA1 (patch-libyara_proc.c) = cbe52e79c63eb6389a5f7d1107d15a57ca4890f9



Home | Main Index | Thread Index | Old Index