8 Commits

Author SHA1 Message Date
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