We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24aaff7 commit e1f6c27Copy full SHA for e1f6c27
README.md
@@ -11,7 +11,7 @@ rpm -qa | grep openssl
11
rpm -e --justdb --nodeps <yourpackage>
12
````
13
14
-# OpenSSL 3.5.4 [release page](https://github.com/openssl/openssl/releases/tag/openssl-3.5.4):
+# OpenSSL 3.6.0 [release page](https://github.com/openssl/openssl/releases/tag/openssl-3.6.0):
15
16
## Build:
17
@@ -30,7 +30,7 @@ sudo ./install-openssl_3.sh
30
After `install-openssl_3.sh` will finish, you can install builded rpm:
31
32
```bash
33
-sudo rpm -ivvh /root/rpmbuild/RPMS/x86_64/openssl-3.5.4-1.el7.x86_64.rpm --nodeps
+sudo rpm -ivvh /root/rpmbuild/RPMS/x86_64/openssl-3.6.0-1.el9.x86_64.rpm --nodeps
34
```
35
36
# OpenSSL 1.1.1w:
0 commit comments