Ports: Update OpenSSL to 1.1.1q
This commit is contained in:
parent
94509c9844
commit
7fbc354829
Notes:
sideshowbarker
2024-07-17 09:38:23 +09:00
Author: https://github.com/Lubrsi Commit: https://github.com/SerenityOS/serenity/commit/7fbc354829 Pull-request: https://github.com/SerenityOS/serenity/pull/14508
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 |
|
||||
| [`OpenJDK`](OpenJDK/) | OpenJDK | 17.0.2 | https://openjdk.java.net/ |
|
||||
| [`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-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
|
||||
branch='1.1.1'
|
||||
version="${branch}p"
|
||||
version="${branch}q"
|
||||
useconfigure=true
|
||||
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
|
||||
|
||||
depends=("zlib")
|
||||
|
|
Loading…
Add table
Reference in a new issue