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.
This commit is contained in:
Tom G. Christensen
2022-03-31 18:32:06 +02:00
parent cdba37fb86
commit 867fa0b486
8 changed files with 1037 additions and 5 deletions

View File

@@ -1,5 +1,11 @@
CHANGELOG
---------
* Tue Mar 29 2022 Tom G. Christensen <swpkg@jupiterrise.com> - 1.0.2u-8
- Relocate ssldir to avoid conflicts
- Forward port CVE fixes from RHEL 7 (openssl 1.0.2k)
- Fixes CVE-2020-1971, CVE-2021-23840, CVE-2021-23841, CVE-2021-3712,
CVE-2022-0778
* Sat Nov 20 2021 Tom G. Christensen <swpkg@jupiterrise.com> - 1.0.2u-7
- Rebuild as parallel installable with OpenSSL 3.0
- Move utils into their own package

View File

@@ -9,7 +9,7 @@ files(-,root,bin)
default_docs
$_libdir/*.so.*
$_libdir/engines/*.so
$_sharedir/ssl
$_sharedir/ssl${shortver}
[openssl-utils]
pkgname="${pkgprefix}osslu"