9 Commits

Author SHA1 Message Date
Tom G. Christensen
867fa0b486 openssl: add security patches
Fixes all relevant CVEs with patches from RHEL 7.

Additionally made one further tweak for parallel install installation
with OpenSSL 3.x.
2022-04-05 18:36:36 +02: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
42dda22df3 Update to 0.9.7k 2006-09-11 07:37:30 +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
462d0b19ea Tweaks to create properly versioned shared libraries 2004-01-07 09:17:02 +00:00
Tom G. Christensen
6294b9b302 The extra space causes a symlink to be made hvis overwrites the real
manpage.
2004-01-07 09:16:00 +00:00
Tom G. Christensen
d27c2e3d67 0.9.7c changed the offset so a new patch was needed
Updated the 0.9.6k patch at the same time to not hardcore the SOVER
2003-10-23 13:45:54 +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