Skip to content

Commit

Permalink
OpenSSL new versions
Browse files Browse the repository at this point in the history
OpenSSL 1.1.1s + 3.0.7, including bug and security fixes
  • Loading branch information
philyuchkoff authored Nov 1, 2022
1 parent 77cd8b9 commit 4ab76fa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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.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
````
rpm -qa | grep openssl
rpm -e --justdb --nodeps <yourpackage>
````

# OpenSSL 1.1.1q:
# OpenSSL 1.1.1s:

## Build:

Expand All @@ -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:

Expand Down

0 comments on commit 4ab76fa

Please sign in to comment.