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.
11 lines
271 B
Text
11 lines
271 B
Text
# $NetBSD: Makefile.common,v 1.11 2017/11/15 18:22:22 he Exp $
|
|
#
|
|
# used by security/yara/Makefile
|
|
# used by security/py-yara/Makefile
|
|
|
|
VERSION= 3.7.0
|
|
GITHUB_TAG= v${VERSION}
|
|
|
|
MAINTAINER= khorben@defora.org
|
|
HOMEPAGE= https://virustotal.github.io/yara/
|
|
LICENSE= apache-2.0
|