mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 02:27:44 +00:00
Ports/openssl: Update to 3.0.9
The 3.0 series is the new LTS version and is supported until 7th September 2026. The 1.1.1 series which is the previous LTS version has an end of support on 11th September 2023.
This commit is contained in:
parent
25b89aa962
commit
b38edc9d43
6 changed files with 43 additions and 13 deletions
|
@ -1,10 +1,9 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=openssl
|
||||
branch='1.1.1'
|
||||
version="${branch}s"
|
||||
version='3.0.9'
|
||||
useconfigure=true
|
||||
configscript=Configure
|
||||
files="https://www.openssl.org/source/openssl-${version}.tar.gz openssl-${version}.tar.gz c5ac01e760ee6ff0dab61d6b2bbd30146724d063eb322180c6f18a6f74e4b6aa"
|
||||
files="https://www.openssl.org/source/openssl-${version}.tar.gz openssl-${version}.tar.gz eb1ab04781474360f77c318ab89d8c5a03abc38e63d65a603cabbf1b00a1dc90"
|
||||
|
||||
depends=("zlib")
|
||||
configopts=("--prefix=/usr/local" "-DOPENSSL_SYS_SERENITY=1" "-DOPENSSL_USE_IPV6=0" "zlib" "threads" "no-tests" "no-asm" "serenity-generic")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue