Skip to content

Commit

Permalink
1.1.1n and 3.0.2
Browse files Browse the repository at this point in the history
1.1.1n and 3.0.2
  • Loading branch information
philyuchkoff authored Mar 17, 2022
1 parent 785e3e7 commit 5f22aa0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

## [OpenSSL](https://www.openssl.org/)

- [openssl-3.0.1-1.el7.x86_64.rpm](https://github.com/philyuchkoff/openssl-RPM-Builder/releases)
- [openssl-1.1.1m-1.el7.x86_64.rpm](https://github.com/philyuchkoff/openssl-RPM-Builder/releases)
- [openssl-3.0.2-1.el7.x86_64.rpm](https://github.com/philyuchkoff/openssl-RPM-Builder/releases)
- [openssl-1.1.1n-1.el7.x86_64.rpm](https://github.com/philyuchkoff/openssl-RPM-Builder/releases)

## Remove old versions
````
rpm -qa | grep openssl
rpm -e --justdb --nodeps <yourpackage>
````

# OpenSSL 1.1.1m:
# OpenSSL 1.1.1n:

## Build:

Expand All @@ -32,17 +32,17 @@ 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.1m-1.el7.x86_64.rpm --nodeps
sudo rpm -ivvh /root/rpmbuild/RPMS/x86_64/openssl-1.1.1n-1.el7.x86_64.rpm --nodeps
```

## Check:

$openssl version
OpenSSL 1.1.1m 14 Dec 2021
OpenSSL 1.1.1n 15 Mar 2022
or

$rpm -qa openssl
openssl-1.1.1m-1.el7.x86_64
openssl-1.1.1n-1.el7.x86_64

# OpenSSL 3:

Expand Down

0 comments on commit 5f22aa0

Please sign in to comment.