openssl 0.9.8r
Homewbrew provides a keg-only OpenSSL because some software requires a newer version than what comes with Leopard. Since we are providing this, pick up security releases. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
0a3eda8db0
commit
318a445a5a
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
require 'formula'
|
||||
|
||||
class Openssl < Formula
|
||||
url 'http://www.openssl.org/source/openssl-0.9.8o.tar.gz'
|
||||
version '0.9.8o'
|
||||
url 'http://www.openssl.org/source/openssl-0.9.8r.tar.gz'
|
||||
version '0.9.8r'
|
||||
homepage 'http://www.openssl.org'
|
||||
md5 '63ddc5116488985e820075e65fbe6aa4'
|
||||
md5 '0352932ea863bc02b056cda7c9ac5b79'
|
||||
|
||||
keg_only :provided_by_osx,
|
||||
"OpenSSL provided by Leopard is too old for newer software to link against."
|
||||
|
|
Loading…
Reference in a new issue