aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/connect.rb
AgeCommit message (Collapse)Author
2013-04-26connect: fix audit warningJack Nagel
2013-01-26connect: style nitAdam Vandenberg
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2011-12-09Use ENV.cc and ENV.cxx where appropriateJack Nagel
Cursory testing shows that these all build with llvm and those that have binaries work. Formulae should be marked 'fails_with_llvm' if there are issues found later. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-03connect: fix urlTony Sokhon
Closes #8377. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-05-25connect 1.100Sebastien Pahl
connect is the simple relaying command to make network connection via SOCKS and https proxy. It is mainly intended to be used as proxy command of OpenSSH. You can make SSH session beyond the firewall with this command. Signed-off-by: Adam Vandenberg <flangy@gmail.com>