Commit graph

20 commits

Author SHA1 Message Date
Birger J. Nordølum
8244f3d295 OpenSSL 1.0.1c
Removed patch as it's fixed upstream.

Closes Homebrew/homebrew#12195.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-10 18:14:32 -05:00
Birger J. Nordølum
12bff18950 OpenSSL: Fix regression in 1.0.1a for Mac OS 64-bit
Closes Homebrew/homebrew#11869.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-04-25 09:06:29 -07:00
Birger J. Nordølum
148b1c2067 OpenSSL 1.0.1a
[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/homebrew#11821.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-24 23:41:47 -05:00
Dave Cottlehuber
d4998f92a3 OpenSSL 1.0.1
Closes Homebrew/homebrew#11247.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-22 22:12:24 -05:00
Charlie Sharpsteen
4b2159f126 OpenSSL: Clean up indentation 2012-04-18 10:00:17 -07:00
Dave Cottlehuber
e4edbc1a7b OpenSSL: enable 64-bit support
Build 64-bit by default where appropriate.

Closes Homebrew/homebrew#11701.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-04-18 09:44:35 -07:00
Jack Nagel
0c89a5c8dd Remove redundant versions and update version tests
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-11 15:18:56 -05:00
Jack Nagel
4401f317a3 openssl 0.9.8s
Latest security update to the 0.9.8 series; and some formula cleanup for
good measure.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-04 23:37:36 -06:00
Jack Nagel
2802632351 openssl: don't install man pages to 'etc'
Yes, it's keg-only and thus the man pages are never symlinked to
share/man, but it's better than having them in etc/man and `brew list
--unbrewed` complaining about them.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-21 17:22:42 -07:00
Adam Vandenberg
3e12e7ce1b openssl: Edit comments
OpenSSL is provided mostly for Leopard, but some things on Snow Leopard
need a newer version as well (such as VirtualBox.)

OpenSSL will build *32-bit only* by default, even on Snow Leopard.

Building Universal requires some extra effort, which has not yet
been put into place. Specifically, it is not enough to do:
    ENV.universal_build
Builds need to be run separately for 32 and 64 bit, and then
lipo needs to be used to put together the library archives.
2011-06-05 13:10:30 -07:00
Felix Schulze
318a445a5a 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>
2011-05-22 08:36:57 -07:00
Adam Vandenberg
1f31751977 Use ARGV.build_universal? 2011-04-23 08:36:47 -07:00
Adam Vandenberg
aad67b6025 Document keg-only system duplicates. 2011-03-15 22:04:38 -07:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Tojek Anselm
4ab5ff708a openssl --universal option
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-02 06:56:20 -07:00
Adam Vandenberg
e9acd0eaee OpenSSL 0.9.8o (keg only)
* Compiling some software on 10.5 requires a newer OpenSSL
  than the system provided one.
2010-08-21 14:25:48 -07:00
Max Howell
caf60a8f4f Remove OpenSSL
We don't want beta libs and Erlang doesn't need it.

Also disabled installation of erlang docs as we just delete them, we need to make the delete step optional.
2009-10-03 16:16:44 +01:00
(@ivanvc)
2a61971dfa Wrong architecture for OS X 10.5 2009-10-01 15:46:15 +01:00
Max Howell
a059f5bcb6 OpenSSL is now keg-only
OS X provides OpenSSL already. Thus policy dictates this formula be keg-only.

In fact policy dictates we shouldn't even provide this beta version in master tree. So I'm not sure if it should even stay. Supposedly erlang needs it. I think this is false.
2009-09-30 01:50:19 +01:00
Sean Wolfe
a67c9f9f6b Openssl 1.0.0-beta3 formula
Signed-off-by: Max Howell <max@methylblue.com>
2009-09-11 17:42:54 +01:00