aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/putty.rb
AgeCommit message (Collapse)Author
2015-03-17putty: update 0.64 bottle.BrewTestBot
2015-03-17putty 0.64Dominyk Tiller
Fixes CVE-2015-2157. Closes #37772. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-03putty: add 0.63 bottle.BrewTestBot
2015-02-03putty: add mirrors, fix gtk-less buildDmitry Kalinkin
Closes #36507. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-05-24putty: use head blockJack Nagel
2014-04-30putty: fix auditAdam Vandenberg
2014-04-28putty: Add build from svn for --HEADGordon McShane
Closes #28819. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-13putty: add missing SHA-1.Mike McQuaid
Closes #21862.
2013-08-12putty 0.63Adam Vandenberg
2013-02-09putty: depends on pkg-configJack Nagel
2013-02-02putty: add optional dep on gtk+DocumentRoot
Closes #17533. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-23putty: remove caveatsAdam Vandenberg
2012-06-16putty 0.62Fernando Ortiz
Closes #12869. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15Shore up a number of shell quoting issuesJack Nagel
When interpolating in strings passed to Formula#system, it should be done in such a way that if any interpolated variables contain spaces, they are either (a) passed as part of a list or (b) protected by quotes if they are part of a long string (which is subject to shell expansion). Otherwise, they will be split on the space when expanded by the shell and passed as multiple arguments to whatever process is being executed. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-11putty: use block cdAdam Vandenberg
2011-07-13putty 0.61Kevin Lyda
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-10-02New formula: puttySascha Kratky
Signed-off-by: Adam Vandenberg <flangy@gmail.com>