diff options
| author | Dominyk Tiller | 2014-08-22 15:08:15 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-08-24 17:13:48 +0100 |
| commit | 927fff6a6439a64d8d4f83afe87c609fc98bdb1c (patch) | |
| tree | 8879c68d489a89f33c373554950f1f672de55efb /Library/Formula/wget.rb | |
| parent | 6b81bca0d875499c54472660894ee4195fe8eec8 (diff) | |
| download | homebrew-927fff6a6439a64d8d4f83afe87c609fc98bdb1c.tar.bz2 | |
openssl: disable SSLv2 support.
Kills ssl2 from OpenSSL. This PR relates to #31745. Force recompiles
everything that relies on OpenSSL from the master branch to enforce the
new OpenSSL no-ssl2 rule.
Diffstat (limited to 'Library/Formula/wget.rb')
| -rw-r--r-- | Library/Formula/wget.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/wget.rb b/Library/Formula/wget.rb index d2d742fbd..5eb4e4f11 100644 --- a/Library/Formula/wget.rb +++ b/Library/Formula/wget.rb @@ -8,7 +8,7 @@ class Wget < Formula url 'http://ftpmirror.gnu.org/wget/wget-1.15.tar.gz' mirror 'http://ftp.gnu.org/gnu/wget/wget-1.15.tar.gz' sha1 'f3c925f19dfe5ed386daae4f339175c108c50574' - revision 1 + revision 2 bottle do sha1 "94ad9a29eb79d8ebc88dfca1008f635da37bfa89" => :mavericks |
