Commit Graph

7 Commits (82832563c7a310c0f22ee7040db063b0eeab666c)

Author SHA1 Message Date
Jack Nagel a766e9467a yara: use opt_prefix to find pcre 2013-04-04 17:22:26 -05:00
Scott Roberts 1cebf23f66 yara 1.7
Closes Homebrew/homebrew#18976.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-04 17:18:02 -05:00
Mike McQuaid 88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Patrick McLaughlin 02def32b00 yara 1.6
Closes Homebrew/homebrew#11830.

[jn: use -std=gnu89 instead of fails_with]

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-23 17:51:23 -05:00
Jack Nagel d1a2bb3c32 Use Homebrew's pcre where appropriate
We provide a pcre formula as OS X does not provide libpcre headers.
However, it does provide the library itself and so occasionally things
will use Homebrew's pcre headers and link against the system library.
This should be avoided to prevent incompatibilities, so explicitly tell
the build system where to look for the library where necessary.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-24 16:51:33 -06:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Ron Rosson 66b3d9bbf2 Add formula for YARA
YARA is a tool aimed at helping malware researchers to identify and classify
malware samples. With YARA you can create descriptions of malware families
based on textual or binary patterns contained on samples of those families.
Each description consists of a set of strings and a Boolean expression which
determines its logic.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-26 12:05:54 -07:00