Skip to content

Commit 5f22aa0

Browse files
authored
1.1.1n and 3.0.2
1.1.1n and 3.0.2
1 parent 785e3e7 commit 5f22aa0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
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
````
1212
rpm -qa | grep openssl
1313
rpm -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
3232
After `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
4242
or
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

0 commit comments

Comments
 (0)