From 4ab76fad87f3ceae81a22269a3ae690f0699b69f Mon Sep 17 00:00:00 2001 From: Vitaliy Filyuchkov Date: Tue, 1 Nov 2022 21:10:27 +0300 Subject: [PATCH] OpenSSL new versions OpenSSL 1.1.1s + 3.0.7, including bug and security fixes --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 11de0d4..c6acd35 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ ## [OpenSSL](https://www.openssl.org/) -- [openssl-3.0.5-1.el7.x86_64.rpm](https://github.com/philyuchkoff/openssl-RPM-Builder/releases) -- [openssl-1.1.1q-1.el7.x86_64.rpm](https://github.com/philyuchkoff/openssl-RPM-Builder/releases) +- [openssl-3.0.7-1.el7.x86_64.rpm](https://github.com/philyuchkoff/openssl-RPM-Builder/releases) +- [openssl-1.1.1s-1.el7.x86_64.rpm](https://github.com/philyuchkoff/openssl-RPM-Builder/releases) ## Remove old versions ```` @@ -13,7 +13,7 @@ rpm -qa | grep openssl rpm -e --justdb --nodeps ```` -# OpenSSL 1.1.1q: +# OpenSSL 1.1.1s: ## Build: @@ -32,19 +32,19 @@ Builded RPM will be in After `install-openssl_1.1.1.sh` will finish, you can install builded rpm: ```bash -sudo rpm -ivvh /root/rpmbuild/RPMS/x86_64/openssl-1.1.1q-1.el7.x86_64.rpm --nodeps +sudo rpm -ivvh /root/rpmbuild/RPMS/x86_64/openssl-1.1.1s-1.el7.x86_64.rpm --nodeps ``` ## Check: $openssl version - OpenSSL 1.1.1q 05 Jul 2022 + OpenSSL 1.1.1s 01 Nov 2022 or $rpm -qa openssl - openssl-1.1.1q-1.el7.x86_64 + openssl-1.1.1s-1.el7.x86_64 -# OpenSSL 3.0.5: +# OpenSSL 3.0.7: ## Build: