diff options
| author | Camillo Lugaresi | 2011-01-03 10:48:48 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2011-01-03 16:07:11 +0000 | 
| commit | f291c4a09c54bbf4d34debfc04f803751ac03995 (patch) | |
| tree | 3e002fdc15a64cdcfa68ee5f40e2a56859afac11 | |
| parent | 07855aa8ce826347dfb82915c422c62189ee8b39 (diff) | |
| download | homebrew-f291c4a09c54bbf4d34debfc04f803751ac03995.tar.bz2 | |
updated socat to 1.7.3.1 (fixes security issue)
see http://www.dest-unreach.org/socat/contrib/socat-secadv2.html
Closes #3804.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/socat.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/socat.rb b/Library/Formula/socat.rb index 479c99715..9556bc8c5 100644 --- a/Library/Formula/socat.rb +++ b/Library/Formula/socat.rb @@ -1,9 +1,9 @@  require 'formula'  class Socat <Formula -  url 'http://www.dest-unreach.org/socat/download/socat-1.7.1.2.tar.bz2' +  url 'http://www.dest-unreach.org/socat/download/socat-1.7.1.3.tar.bz2'    homepage 'http://www.dest-unreach.org/socat/' -  md5 '9c0c5e83ce665f38d4d3aababad275eb' +  md5 '2081987fb0cb0290b8105574058cb329'    def install      ENV.enable_warnings # -wall causes build to fail  | 
