summaryrefslogtreecommitdiff
path: root/security/yara
AgeCommit message (Collapse)AuthorFilesLines
2017-05-15Set myself as the maintainerkhorben1-2/+2
2017-05-15Update security/{,py-yara} to version 3.5.0khorben4-14/+16
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@
2016-05-26Update security/yara to version 3.4.0khorben3-8/+9
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.
2015-11-04Add SHA512 digests for distfiles for security categoryagc1-1/+2
Problems found locating distfiles: Package f-prot-antivirus6-fs-bin: missing distfile fp-NetBSD.x86.32-fs-6.2.3.tar.gz Package f-prot-antivirus6-ws-bin: missing distfile fp-NetBSD.x86.32-ws-6.2.3.tar.gz Package libidea: missing distfile libidea-0.8.2b.tar.gz Package openssh: missing distfile openssh-7.1p1-hpn-20150822.diff.bz2 Package uvscan: missing distfile vlp4510e.tar.Z Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-08-30Treat dfly like freebsd and bitrig like openbsd.dholland2-5/+6
2015-06-14Add DIST_SUBDIRpettai2-5/+7
2015-06-06+ security/py-yarapettai1-1/+2
2015-06-06Cleanup the Makefile and move some common stuff to Makefile.common,pettai3-11/+19
in preparation of additional yara-dependent stuff...
2015-06-06YARA is a tool aimed at (but not limited to) helping malwarepettai6-0/+87
researchers to identify and classify malware samples. With YARA you can create descriptions of malware families (or whatever you want to describe) based on textual or binary patterns.