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/postgres-xc.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/postgres-xc.rb')
| -rw-r--r-- | Library/Formula/postgres-xc.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Library/Formula/postgres-xc.rb b/Library/Formula/postgres-xc.rb index 29b204ad5..dc9718391 100644 --- a/Library/Formula/postgres-xc.rb +++ b/Library/Formula/postgres-xc.rb @@ -4,6 +4,7 @@ class PostgresXc < Formula    homepage 'http://postgres-xc.sourceforge.net/'    url 'https://downloads.sourceforge.net/project/postgres-xc/Version_1.0/pgxc-v1.0.3.tar.gz'    sha1 '76774cf32810dfa14b2174f2e939d3b28eb211a9' +  revision 1    bottle do      sha1 "9996518f01b622e99d81e373584a79cff534c575" => :mavericks | 
