mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
Ports/openssl: Update openssl to version 3.1.2
This commit is contained in:
parent
b780aca7c2
commit
3b1362bb70
Notes:
sideshowbarker
2024-07-18 03:20:18 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/3b1362bb70 Pull-request: https://github.com/SerenityOS/serenity/pull/20901 Reviewed-by: https://github.com/gmta ✅ Reviewed-by: https://github.com/timschumi
2 changed files with 3 additions and 3 deletions
|
@ -235,7 +235,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`OpenJDK`](OpenJDK/) | OpenJDK | 17.0.6 | https://openjdk.java.net/ |
|
||||
| [`openrct2`](openrct2/) | OpenRCT2 | 0.4.5 | https://openrct2.org/ |
|
||||
| [`openssh`](openssh/) | OpenSSH | 9.0-94eb685 | https://github.com/openssh/openssh-portable |
|
||||
| [`openssl`](openssl/) | OpenSSL | 3.0.9 | https://www.openssl.org/ |
|
||||
| [`openssl`](openssl/) | OpenSSL | 3.1.2 | https://www.openssl.org/ |
|
||||
| [`openttd`](openttd/) | OpenTTD | 13.4 | 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/ |
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='openssl'
|
||||
version='3.0.9'
|
||||
version='3.1.2'
|
||||
useconfigure='true'
|
||||
configscript='Configure'
|
||||
files=(
|
||||
"https://www.openssl.org/source/openssl-${version}.tar.gz#eb1ab04781474360f77c318ab89d8c5a03abc38e63d65a603cabbf1b00a1dc90"
|
||||
"https://www.openssl.org/source/openssl-${version}.tar.gz#a0ce69b8b97ea6a35b96875235aa453b966ba3cba8af2de23657d8b6767d6539"
|
||||
)
|
||||
depends=(
|
||||
'zlib'
|
||||
|
|
Loading…
Reference in a new issue