Ports/openssl: Update to 1.1.1s
This commit is contained in:
parent
dfb21177ef
commit
9ca21ba1d5
Notes:
sideshowbarker
2024-07-17 00:45:12 +09:00
Author: https://github.com/mrunix00 Commit: https://github.com/SerenityOS/serenity/commit/9ca21ba1d5 Pull-request: https://github.com/SerenityOS/serenity/pull/17315
2 changed files with 3 additions and 3 deletions
|
@ -186,7 +186,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.1q | https://www.openssl.org/ |
|
||||
| [`openssl`](openssl/) | OpenSSL | 1.1.1s | 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}q"
|
||||
version="${branch}s"
|
||||
useconfigure=true
|
||||
configscript=Configure
|
||||
files="https://www.openssl.org/source/openssl-${version}.tar.gz openssl-${version}.tar.gz d7939ce614029cdff0b6c20f0e2e5703158a489a72b2507b8bd51bf8c8fd10ca"
|
||||
files="https://www.openssl.org/source/openssl-${version}.tar.gz openssl-${version}.tar.gz c5ac01e760ee6ff0dab61d6b2bbd30146724d063eb322180c6f18a6f74e4b6aa"
|
||||
auth_type=sha256
|
||||
|
||||
depends=("zlib")
|
||||
|
|
Loading…
Add table
Reference in a new issue