mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:07:45 +00:00
Ports: Update OpenSSL to 1.1.1q
This commit is contained in:
parent
94509c9844
commit
7fbc354829
2 changed files with 3 additions and 3 deletions
|
@ -172,7 +172,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
||||||
| [`oksh`](oksh/) | oksh | 7.1 | https://github.com/ibara/oksh |
|
| [`oksh`](oksh/) | oksh | 7.1 | https://github.com/ibara/oksh |
|
||||||
| [`OpenJDK`](OpenJDK/) | OpenJDK | 17.0.2 | https://openjdk.java.net/ |
|
| [`OpenJDK`](OpenJDK/) | OpenJDK | 17.0.2 | https://openjdk.java.net/ |
|
||||||
| [`openssh`](openssh/) | OpenSSH | 9.0-94eb685 | https://github.com/openssh/openssh-portable |
|
| [`openssh`](openssh/) | OpenSSH | 9.0-94eb685 | https://github.com/openssh/openssh-portable |
|
||||||
| [`openssl`](openssl/) | OpenSSL | 1.1.1p | https://www.openssl.org/ |
|
| [`openssl`](openssl/) | OpenSSL | 1.1.1q | https://www.openssl.org/ |
|
||||||
| [`openttd`](openttd/) | OpenTTD | 12.2 | https://www.openttd.org/ |
|
| [`openttd`](openttd/) | OpenTTD | 12.2 | https://www.openttd.org/ |
|
||||||
| [`openttd-opengfx`](openttd-opengfx/) | OpenGFX graphics for OpenTTD | 7.1 | https://www.openttd.org/ |
|
| [`openttd-opengfx`](openttd-opengfx/) | OpenGFX graphics for OpenTTD | 7.1 | https://www.openttd.org/ |
|
||||||
| [`openttd-opensfx`](openttd-opensfx/) | OpenSFX audio files for OpenTTD | 1.0.3 | https://www.openttd.org/ |
|
| [`openttd-opensfx`](openttd-opensfx/) | OpenSFX audio files for OpenTTD | 1.0.3 | https://www.openttd.org/ |
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port=openssl
|
port=openssl
|
||||||
branch='1.1.1'
|
branch='1.1.1'
|
||||||
version="${branch}p"
|
version="${branch}q"
|
||||||
useconfigure=true
|
useconfigure=true
|
||||||
configscript=Configure
|
configscript=Configure
|
||||||
files="https://www.openssl.org/source/openssl-${version}.tar.gz openssl-${version}.tar.gz bf61b62aaa66c7c7639942a94de4c9ae8280c08f17d4eac2e44644d9fc8ace6f"
|
files="https://www.openssl.org/source/openssl-${version}.tar.gz openssl-${version}.tar.gz d7939ce614029cdff0b6c20f0e2e5703158a489a72b2507b8bd51bf8c8fd10ca"
|
||||||
auth_type=sha256
|
auth_type=sha256
|
||||||
|
|
||||||
depends=("zlib")
|
depends=("zlib")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue