mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +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:
parent
8733ba2734
commit
5f275cd5ce
Notes:
sideshowbarker
2024-07-17 04:49:48 +09:00
Author: https://github.com/kennethmyhra Commit: https://github.com/SerenityOS/serenity/commit/5f275cd5ce Pull-request: https://github.com/SerenityOS/serenity/pull/22184 Reviewed-by: https://github.com/timschumi ✅
2 changed files with 4 additions and 5 deletions
|
@ -47,7 +47,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`coreutils`](coreutils/) | GNU core utilities | 9.4 | https://www.gnu.org/software/coreutils/ |
|
||||
| [`cowsay`](cowsay/) | cowsay | 3.04 | https://github.com/tnalpgge/rank-amateur-cowsay |
|
||||
| [`cpio`](cpio/) | GNU cpio archive utility | 2.14 | https://www.gnu.org/software/cpio/ |
|
||||
| [`curl`](curl/) | curl | 8.4.0 | https://curl.se/ |
|
||||
| [`curl`](curl/) | curl | 8.5.0 | https://curl.se/ |
|
||||
| [`dash`](dash/) | DASH | 0.5.10.2 | http://gondor.apana.org.au/~herbert/dash |
|
||||
| [`deutex`](deutex/) | DeuTex | 5.2.2 | https://github.com/Doom-Utils/deutex |
|
||||
| [`devilutionX`](devilutionX/) | DevilutionX | 1.5.1 | https://github.com/diasurgical/devilutionX |
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue