File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55## [ OpenSSL] ( https://www.openssl.org/ )
66
7- - [ openssl-3.0.1 -1.el7.x86_64.rpm] ( https://github.com/philyuchkoff/openssl-RPM-Builder/releases )
8- - [ openssl-1.1.1m -1.el7.x86_64.rpm] ( https://github.com/philyuchkoff/openssl-RPM-Builder/releases )
7+ - [ openssl-3.0.2 -1.el7.x86_64.rpm] ( https://github.com/philyuchkoff/openssl-RPM-Builder/releases )
8+ - [ openssl-1.1.1n -1.el7.x86_64.rpm] ( https://github.com/philyuchkoff/openssl-RPM-Builder/releases )
99
1010## Remove old versions
1111````
1212rpm -qa | grep openssl
1313rpm -e --justdb --nodeps <yourpackage>
1414````
1515
16- # OpenSSL 1.1.1m :
16+ # OpenSSL 1.1.1n :
1717
1818## Build:
1919
@@ -32,17 +32,17 @@ Builded RPM will be in
3232After ` install-openssl_1.1.1.sh ` will finish, you can install builded rpm:
3333
3434``` bash
35- sudo rpm -ivvh /root/rpmbuild/RPMS/x86_64/openssl-1.1.1m -1.el7.x86_64.rpm --nodeps
35+ sudo rpm -ivvh /root/rpmbuild/RPMS/x86_64/openssl-1.1.1n -1.el7.x86_64.rpm --nodeps
3636 ```
3737
3838## Check:
3939
4040 $openssl version
41- OpenSSL 1.1.1m 14 Dec 2021
41+ OpenSSL 1.1.1n 15 Mar 2022
4242or
4343
4444 $rpm -qa openssl
45- openssl-1.1.1m -1.el7.x86_64
45+ openssl-1.1.1n -1.el7.x86_64
4646
4747# OpenSSL 3:
4848
You can’t perform that action at this time.
0 commit comments