- Disable libwrap by default.
- Add an option to enable it.
- Fixes a build error where a 10.7 lib was found on 10.8.
FixesHomebrew/homebrew#14787ClosesHomebrew/homebrew#14902.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Following release on 9.11.2012 and standardization as
RFC6716 - see http://opus-codec.org/ for more information.
ClosesHomebrew/homebrew#14870.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
povray won't compile against libpng1.5; this patch to the configure
script causes it to use its internal libpng, which works.
(I attempted to use the Macports patches to fix it for 1.5, without
much success. If anyone else wants to take a look, please do!)
FixesHomebrew/homebrew#14895.
As always a dump and restore of a previous (9.1) database is required to
upgrade.
ClosesHomebrew/homebrew#14834.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
The OSX version of mktemp was not accepting certain GNU arguments.
This is now fixed.
ClosesHomebrew/homebrew#14864.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Hopefully this is safe. I ran a full db against it, everything seemed fine to me.
Homebrew should "just work" no remembering to specify `--config foo`, that's just lame sauce.
Also cleaned up the caveats and removed the `skip_clean: all`.
The MacOS.version? family of methods (other than "leopard?") are poorly
defined and lead to confusing code. Replace them in formulae with more
explicit comparisons.
"MacOS.version" is a special version object that can be compared to
numerics, symbols, and strings using the standard Ruby comparison
methods.
The old methods were moved to compat when the version comparison code
was merged, and they must remain there "forever", but they should not be
used in new code.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
- Upgrade to 1.0.9
- Update the sha1 on `J2kp4files`. Not sure why it changed, but
it's housed on fedoraproject.org. So I think we're good.
- It passes all 39 of it tests
ClosesHomebrew/homebrew#14826.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
libshout fails sha1 check when trying to install it.
- Change to the download url given on their webpage (no .us.)
- Fix the sha1 hash. Both old and new urls have this hash.
- Compiles well using clang and superenv.
ClosesHomebrew/homebrew#14823.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Makes use of a patch from http://bugs.python.org/issue13405 with the
first part modified to remove the .hgignore patch.
This ends up providing full probes in OSX just like you have with
built-in Python.
ClosesHomebrew/homebrew#14343.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Tcl/Tk support requires X11, which is optional on Mountain Lion.
Rather than requiring X11 for Ruby, make these components opt-in.
FixesHomebrew/homebrew#14770.
ClosesHomebrew/homebrew#14814.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Fail2Ban is a log scanner that looks for suspicious activity and then bans the
attackers IP. Similar to DenyHosts but supports any service, not just SSH, and
uses firewall rules (IPFW on OSX) rather than hosts.deny.
ClosesHomebrew/homebrew#14819.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>