mz-scheme does not build on Lion, and has been superceded by Racket.
We would accept pull requests for mz-scheme in Homebrew-Alt if
access to this older version is still desired.
Torsocks allows you to use most socks-friendly applications in a safe way with Tor. It ensures that DNS requests are handled safely and explicitly rejects UDP traffic from the application you're using. This adds a formula for version 1.1 - for more info, see http://code.google.com/p/torsocks/
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Brute force program against pptp vpn endpoints (tcp port 1723). Fully standalone.
Supports latest MSChapV2 authentication. Tested against Windows and Cisco gateways.
Exploits a weakness in Microsoft's anti-brute force implementation which makes it
possible to try 300 passwords the second.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Putmail.py is a very simple and lightweight smtp client. Like msmtp but
written in Python. Supports queuing with the addition of the
putmail-queue brew.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Putmail.py is a very simple and lightweight smtp client. Like msmtp but
written in Python. Supports queuing with the addition of the
putmail-queue brew.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
ARGV.flag? will notice short options, and so ARGV.flag? '--devel' will
be triggered by '-d', which is obviously undesired.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
* Update formula's install to move JARs to libexec as preferred
* Update scripts use prefix for ES_HOME and update ES_CLASSPATH paths
to use libexec instead of lib
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
They changed the launch script (shocker) so the patch had to change
a bit too.
ClosesHomebrew/homebrew#8641.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This formula updates the metasploit formula to the newest version available (4.1.0) as of 2011-11-16.
ClosesHomebrew/homebrew#8634.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
pkg-config append to cflags -std=gnu89 on Lion fixes duplicate
symbols linking libglib when compiling with Clang-3.0 from
XCode-4.2 (4D199). Add make check to confirm success, given the
critical nature of the software. The flag is appended only on
Lion, though it successfully tests on Snow Leopard in 64bit, too.
EDIT: checks if lion and if clang before switching to gnu89.
ClosesHomebrew/homebrew#8631.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This reverts commit 4cfacc4def66d02b55d8b303b85522bf30317c8f.
This causes more problems than it solves.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>