1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:17:35 +00:00

Ports: Update curl to 8.5.0

Also remove CMake cache variable HAVE_GETADDRINFO_THREADSAFE since the
issue: https://github.com/curl/curl/issues/12093 has been resolved for
this release.
This commit is contained in:
Kenneth Myhra 2023-12-06 14:58:15 +01:00 committed by Tim Schumacher
parent 8733ba2734
commit 5f275cd5ce
2 changed files with 4 additions and 5 deletions

View file

@ -1,9 +1,9 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='curl'
version='8.4.0'
version='8.5.0'
useconfigure='true'
files=(
"https://curl.se/download/curl-${version}.tar.bz2#e5250581a9c032b1b6ed3cf2f9c114c811fc41881069e9892d115cc73f9e88c6"
"https://curl.se/download/curl-${version}.tar.bz2#ce4b6a6655431147624aaf582632a36fe1ade262d5fab385c60f78942dd8d87b"
)
depends=(
'ca-certificates'
@ -26,8 +26,7 @@ configure() {
-DCURL_DISABLE_NTLM='ON' \
-DCURL_DISABLE_SOCKETPAIR='ON' \
-DCURL_DISABLE_TESTS='ON' \
-DCURL_HIDDEN_SYMBOLS='OFF' \
-DHAVE_GETADDRINFO_THREADSAFE=1
-DCURL_HIDDEN_SYMBOLS='OFF'
}
build() {