From 927fff6a6439a64d8d4f83afe87c609fc98bdb1c Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Fri, 22 Aug 2014 15:08:15 +0100 Subject: 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. --- Library/Formula/python3.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula/python3.rb') diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index f70bbd074..8bf01e575 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -4,6 +4,7 @@ class Python3 < Formula homepage 'https://www.python.org/' url 'https://python.org/ftp/python/3.4.1/Python-3.4.1.tgz' sha1 'e8c1bd575a6ccc2a75f79d9d094a6a29d3802f5d' + revision 1 bottle do sha1 "e86f7aede6e519a426e326f5020dc780ee39f05e" => :mavericks -- cgit v1.2.3