| Age | Commit message (Collapse) | Author |
|
|
|
We're not currently installing the Magic files, which doesn't mimic
Apple upstream:
https://opensource.apple.com/source/file/file-46/xcodescripts/magic.sh
It's also causing the problem in #38536 because although it's building
against our libmagic it's only finding the system magic files in
/usr/share.
Revisioned the formula here because otherwise suricata remains broken
unless everyone who has it installed also does a `brew reinstall libmagic`.
Closes #38573.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
The static library is required by homebrew/science/sratoolkit
Closes #37429.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
The python bits were accidentally always built starting from
82b9bac. This makes them responsive to --with-python once more and
sanitizes arguments to setup.py.
Closes #35762.
|
|
Signed-off-by: Tim D. Smith <git@tim-smith.us>
|
|
|
|
|
|
|
|
Closes #35102.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
|
|
|
|
Signed-off-by: Saket Choudhary <saketkc@gmail.com>
Closes #35079.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
Closes #33196.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #30264.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #28060.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Also includes a patch concerning bugs (fixed upstream already):
- http://bugs.gw.com/view.php?id=338
- http://bugs.gw.com/view.php?id=341
- http://bugs.gw.com/view.php?id=342
|
|
|
|
|
|
This concerns: http://bugs.gw.com/view.php?id=330
Closes #26995.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #26764.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #25773.
Closes #25776.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #23386.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Add patch that removes extra bitwise OR in MAGIC_NO_CHECK_BUILTIN macro definition.
This corrects quite incorrect code and will make some more stricter versions
of cpp (C preprocessor) reporting an error during parsing. I will also address
possible problem with Go's cgo breaking on OS X (Darwin).
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
|
|
And a test.
Use `brew test libmagic --with-python`
|
|
Closes #19951.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #19654.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
This reverts commit e2e69aff7507c2c56b54f36aa4ec1faea47e4061.
This fails to compile on Snow Leopard. Reported upstream:
http://bugs.gw.com/view.php?id=230
Closes #16943.
|
|
libmagic 5.12
Closes #16923.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #15753.
Closes #15752.
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Upgrade libmagic to version 5.10.
Throw the --enable-fsect-man5 flag to configure because OSX uses
magic(5) not magic(4) when it comes to man page sections.
Closes #10198.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
This is libmagic, nobody wants the file command. If they do, they can make a new formula. Though in that case it would be a dupe and we wouldn't want it.
Fixes #7280.
|
|
* 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
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|