aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/lzo.rb
AgeCommit message (Collapse)Author
2014-10-22lzo: update 2.08 bottle.BrewTestBot
2014-09-28lzo: update 2.08 bottle.BrewTestBot
2014-09-28Lzo 2.0.8Dominyk Tiller
Version bump to close CVE-2014-4607. Closes #32764. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-09lzo: add 2.06 bottle.BrewTestBot
2011-10-15lzo 2.06 and remove asm disableNibbles 2bits
This commit updates lzo to version 2.06 and removes a configure flag that was forcing --disable-asm. The asm passes make check. The asm will automatically detect correctly if you are building for only 32bit (by forcing -arch i386). That option was not coded in, forcing 32bit, because 64bit is generally faster. The make check was left in because this is a compression lib, and we don't want data corruption. This compiles with llvm, gcc-4.2.1, and clang-2.0 on 32bit and 64bit OSX 10.6.8, and it passes all checks, which take less than a half-second. Closes #8128. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-05-19LZO 2.05Birger J. Nordølum
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-14lzo: remove unused configure swtichAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-09Updated lzo to the version 2.04Mcklaren
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-03-11New formula: lzoRobert Shaw
Formula for LZO version 2.03. Note: ASM versions compile disabled. Signed-off-by: Adam Vandenberg <flangy@gmail.com>