pkgsrc/security/yara/PLIST
he f1c7f60ae0 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.
2017-11-15 18:22:22 +00:00

34 lines
735 B
Text

@comment $NetBSD: PLIST,v 1.5 2017/11/15 18:22:22 he Exp $
bin/yara
bin/yarac
include/yara.h
include/yara/ahocorasick.h
include/yara/arena.h
include/yara/atoms.h
include/yara/compiler.h
include/yara/error.h
include/yara/exec.h
include/yara/exefiles.h
include/yara/filemap.h
include/yara/hash.h
include/yara/integers.h
include/yara/libyara.h
include/yara/limits.h
include/yara/mem.h
include/yara/modules.h
include/yara/object.h
include/yara/parser.h
include/yara/proc.h
include/yara/re.h
include/yara/rules.h
include/yara/scan.h
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
lib/pkgconfig/yara.pc
man/man1/yara.1
man/man1/yarac.1