diff options
| author | Birger J. Nordølum | 2012-05-11 00:15:31 +0200 |
|---|---|---|
| committer | Jack Nagel | 2012-05-10 18:14:32 -0500 |
| commit | 31df36eb32fa607b4029669f4ab86cef36a69e06 (patch) | |
| tree | a1dbc57d14275f0cd7f7c797f1c95aa7c53231f8 /Library | |
| parent | c74428332a7c2eb313c2cf0aeb553cfb3016a08c (diff) | |
| download | homebrew-31df36eb32fa607b4029669f4ab86cef36a69e06.tar.bz2 | |
OpenSSL 1.0.1c
Removed patch as it's fixed upstream.
Closes #12195.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/openssl.rb | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/Library/Formula/openssl.rb b/Library/Formula/openssl.rb index 7cc0d998d..e98cf8e4d 100644 --- a/Library/Formula/openssl.rb +++ b/Library/Formula/openssl.rb @@ -2,19 +2,12 @@ require 'formula' class Openssl < Formula homepage 'http://openssl.org' - url 'http://openssl.org/source/openssl-1.0.1a.tar.gz' - sha256 'd3487e09d891c772cf946273a3bb0ca47479e7941be6d822274320e7cfcc361b' + url 'http://openssl.org/source/openssl-1.0.1c.tar.gz' + sha256 '2a9eb3cd4e8b114eb9179c0d3884d61658e7d8e8bf4984798a5f5bd48e325ebe' keg_only :provided_by_osx, "The OpenSSL provided by OS X is too old for some software." - def patches - # Fixed regression with Mac OS X and 64-bit. - # http://rt.openssl.org/Ticket/Display.html?id=2797 - # Can be removed with next release. Please check first. - DATA - end - def install args = %W[./Configure --prefix=#{prefix} @@ -33,18 +26,3 @@ class Openssl < Formula system "make", "install", "MANDIR=#{man}", "MANSUFFIX=ssl" end end - -__END__ -diff --git i/crypto/evp/e_rc4_hmac_md5.c w/crypto/evp/e_rc4_hmac_md5.c -index 3f32b25..e65380d 100644 ---- i/crypto/evp/e_rc4_hmac_md5.c -+++ w/crypto/evp/e_rc4_hmac_md5.c -@@ -103,7 +103,8 @@ static int rc4_hmac_md5_init_key(EVP_CIPHER_CTX *ctx, - #if !defined(OPENSSL_NO_ASM) && ( \ - defined(__x86_64) || defined(__x86_64__) || \ - defined(_M_AMD64) || defined(_M_X64) || \ -- defined(__INTEL__) ) -+ defined(__INTEL__) ) && \ -+ !(defined(__APPLE__) && defined(__MACH__)) - #define STITCHED_CALL - #endif |
