Subject: CVS commit: pkgsrc/security
From: Havard Eidnes
Date: 2017-11-15 19:22:22
Message id: 20171115182222.C5F31FB3F@cvs.NetBSD.org

Log Message:
Update {py-,}yara to version 3.7.0.

Pkgsrc changes:
 * adapt PLIST
 * remove patch which no longer applies
 * apply patches for proper value domain for isxxxx() functions/macros

Upstream changes:
 * time module (Wesley Shields)
 * yara command-line tool now accept multiple rule files
 * Allow a configurable limit for the number of strings per rule
   (option --max-strings-per-rule)
 * Implement integrity check for compiled rules
 * Implement API for customizingimport statement (@edhoedt)
 * Scan process memory in FreeBSD and OpenBDS (Hilko Bengen)
 * BUGFIX: Negated character classes not working with case-insensitive
   regexps (#765)
 * BUGFIX: Multiple bugs while parsing ELF files (Nate Rosenblum)
 * BUGFIX: Out-of-bounds access while parsing PE files.
 * BUGFIX: Memory leaks while parsing invalid rules.

Files:
RevisionActionfile
1.10modifypkgsrc/security/py-yara/distinfo
1.11modifypkgsrc/security/yara/Makefile.common
1.5modifypkgsrc/security/yara/PLIST
1.11modifypkgsrc/security/yara/distinfo
1.1addpkgsrc/security/yara/patches/patch-common.h
1.1addpkgsrc/security/yara/patches/patch-libyara_modules_pe.c
1.1addpkgsrc/security/yara/patches/patch-libyara_re__lexer.l
1.2removepkgsrc/security/yara/patches/patch-libyara_proc.c