Skip to content

Commit

Permalink
OpenSSL 1.0.1a
Browse files Browse the repository at this point in the history
[jn: no-asm is to fix compilation on 64-bit; perhaps it is not needed on
32-bit, but I didn't test it and I don't think its that important.]

Closes Homebrew#11821.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
MindTooth authored and jacknagel committed Apr 25, 2012
1 parent fc7d3b5 commit 4e3f409
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Library/Formula/openssl.rb
@@ -1,9 +1,9 @@
require 'formula'

class Openssl < Formula
homepage 'http://www.openssl.org'
url 'http://www.openssl.org/source/openssl-1.0.1.tar.gz'
sha1 'a6476d33fd38c2e7dfb438d1e3be178cc242c907'
homepage 'http://openssl.org'
url 'http://openssl.org/source/openssl-1.0.1a.tar.gz'
sha256 'd3487e09d891c772cf946273a3bb0ca47479e7941be6d822274320e7cfcc361b'

keg_only :provided_by_osx,
"The OpenSSL provided by OS X is too old for some software."
Expand All @@ -12,6 +12,7 @@ def install
args = %W[./Configure
--prefix=#{prefix}
--openssldir=#{etc}/openssl
no-asm
zlib-dynamic
shared
]
Expand Down

0 comments on commit 4e3f409

Please sign in to comment.