Tom G. Christensen
be5c408ecd
openssl: make it parallel installable with openssl 3.0.x
2022-03-12 11:03:33 +01:00
Tom G. Christensen
334b625ee4
openssl: update to 1.0.2u
2020-03-22 21:54:07 +01:00
Tom G. Christensen
41f651bddb
openssl: update to 1.0.2r
2019-03-23 21:40:24 +01:00
Tom G. Christensen
137b3f1968
openssl: update to 1.0.2p
2018-10-29 16:43:03 +01:00
Tom G. Christensen
bcf0eb0518
openssl: update to 1.0.2o
2018-04-07 15:56:52 +02:00
Tom G. Christensen
83e5ffcdff
openssl: update to 1.0.2k
2017-03-26 18:22:01 +02:00
Tom G. Christensen
150dd7a8be
openssl: update to 1.0.2j
2016-12-20 13:45:26 +01:00
Tom G. Christensen
63a4da6ab0
openssl: update to 1.0.1u
2016-09-28 20:13:08 +02:00
Tom G. Christensen
0f13591d9c
openssl: update to 1.0.1t
2016-05-25 20:42:13 +02:00
Tom G. Christensen
989fa9eec2
openssl: update to 1.0.1s
2016-03-02 18:56:44 +01:00
Tom G. Christensen
4bba7eb66d
openssl: update to 1.0.1r
2016-02-10 21:34:42 +01:00
Tom G. Christensen
86729ca0e3
openssl: update to 1.0.1q
2015-12-12 18:00:18 +01:00
Tom G. Christensen
71263ea627
openssl: update to 1.0.1p
2015-07-11 12:26:52 +02:00
Tom G. Christensen
a36fe3eae3
openssl: update to 1.0.1o
2015-06-27 19:05:08 +02:00
Tom G. Christensen
760b5410c0
openssl: update to 1.0.1m
2015-03-20 12:18:33 +01:00
Tom G. Christensen
265fff9fa0
openssl: update to 1.0.1k
2015-01-10 12:34:57 +01:00
Tom G. Christensen
630da8e80a
openssl: update to 1.0.1j
2014-10-20 17:21:39 +02:00
Tom G. Christensen
31a49d2856
openssl: update to 1.0.1i
2014-08-23 11:34:12 +02:00
Tom G. Christensen
3a1dba846e
openssl: update to 1.0.1h
2014-06-11 18:52:15 +02:00
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
2e00fd138f
Update openssl ChangeLog
2011-11-04 18:42:47 +01: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
ee8cca6cfc
openssl should be the package that depends on prngd since openssl can use
...
it to provide entropy for its functions and by extension all its users.
Make a note in the relnotes about the manpages being renamed.
2008-04-28 17:53:37 +00:00
Tom G. Christensen
cca3f6d502
Dump depends and correct category tag.
2008-04-28 12:48:18 +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
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
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
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
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
Tom G. Christensen
7f38ca705b
Part of the new build.sh package
2003-08-11 13:24:28 +00:00
Tom G. Christensen
6dc77d1163
*** empty log message ***
2003-01-06 13:10:59 +00:00
Tom G. Christensen
037451893a
*** empty log message ***
2003-01-06 13:06:41 +00:00
Tom G. Christensen
1cc0388281
Generated files should not be in CVS
2003-01-06 12:54:14 +00:00