21 Commits

Author SHA1 Message Date
Tom G. Christensen
0bc1cc2955 openssl: update to 1.0.1g 2014-04-08 18:39:50 +02:00
Tom G. Christensen
322bcc1409 openssl: update to 1.0.1f 2014-02-01 18:27:45 +01:00
Tom G. Christensen
4f78e11550 openssl: update to 1.0.1e 2013-11-16 20:39:33 +01:00
Tom G. Christensen
aba50c28ad configure_args is now an array
Note that the of use += requires bash 3.1 or later.
2013-08-11 16:51:05 +02:00
Tom G. Christensen
6c8924cf2a Update to openssl 1.0.0e 2011-11-04 18:42:47 +01:00
Tom G. Christensen
a1e6b66ff7 Update to openssl 1.0.0d 2011-11-04 18:42:46 +01:00
Tom G. Christensen
3d4cb7789e Update to 1.0.0a 2011-11-04 18:42:46 +01:00
Tom G. Christensen
5bf8ac21b6 Update to 1.0.0 2011-11-04 18:42:45 +01:00
Tom G. Christensen
088ae3f93b Changes for building on solaris-x86. 2008-05-03 18:14:19 +00:00
Tom G. Christensen
406cdc729b Forgot docs. 2008-04-28 07:37:24 +00:00
Tom G. Christensen
0c1d7d7d6c Update to 0.9.8g. Remove -libs subpackage. 2008-04-28 06:25:10 +00:00
Tom G. Christensen
667981bbf2 Update to 0.9.8g
Remove all patches as they are obsolete.
2007-10-25 07:51:47 +00:00
Tom G. Christensen
1b5cd7f8e0 Update to 0.9.7l
Update build.sh to newstyle
Remove static libraries from main package
Split out section 3 manpages in dman subpackage
2006-10-11 09:56:57 +00:00
Tom G. Christensen
42dda22df3 Update to 0.9.7k 2006-09-11 07:37:30 +00:00
Tom G. Christensen
1471142289 First 0.9.7d package in CVS.
- Move to pkgdef
- Avoid libgcc_s.so.1 depend
2004-10-07 12:00:25 +00:00
Tom G. Christensen
d95a6bd47a Add patches for CAN-2004-0079 & CAN-2004-0112 2004-03-24 11:31:47 +00:00
Tom G. Christensen
bd03d96c0d Completely redid the shared library approach.
I've ditched the Redhat way since the original makefiles are good to
go with only small tweaks.

The major difference will be that the shared libraries will have an soname
which explicitly spells out the OpenSSL version
ie. instead of libssl.so.3 we'll use libssl.so.0.9.7.3

No problems with having to identify if a newer version is binary compatible
and should be given the same soname.

*All* packages which use a shared libssl should have a depend on the
SBossl<ver>lib package.

Different SBossl<ver>lib packages can be installed at the same time since
it will *only* contain the shared libraries.
2004-01-07 09:26:15 +00:00
Tom G. Christensen
25efaa29cb Rebuilt 0.9.6 with the fixes from the 0.9.7 package (minus a few things
not needed)
2003-10-27 09:45:29 +00:00
Tom G. Christensen
28a9ad48e4 Lots of fixes and rebuilt with 0.9.7c sources 2003-10-23 13:44:43 +00:00
Tom G. Christensen
6c2766639d A major overhaul to the openssl package
- shared libraries are now built
- sh lib versioning changed to follow redhat
- install location changed. Most of it is now installed in
  /usr/local/[bin|lib|man]
- allow seperate installation of libraries for runtime support of
  legacy applications
2003-10-16 10:27:28 +00:00
Tom G. Christensen
0d68c91641 "Upgrade" to the new build structure 2003-08-11 13:25:42 +00:00