Skip to content

Commit

Permalink
Update libcurl to 8.12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
skullernet committed Feb 5, 2025
1 parent 00e953d commit 6e505b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
8 changes: 4 additions & 4 deletions subprojects/libcurl.wrap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[wrap-file]
directory = curl-8.11.1
source_url = https://curl.se/download/curl-8.11.1.tar.xz
source_filename = curl-8.11.1.tar.xz
source_hash = c7ca7db48b0909743eaef34250da02c19bc61d4f1dcedd6603f109409536ab56
directory = curl-8.12.0
source_url = https://curl.se/download/curl-8.12.0.tar.xz
source_filename = curl-8.12.0.tar.xz
source_hash = 9a4628c764be6b1a9909567c13e8e771041609df43b2158fcac4e05ea7097e5d
patch_directory = curl

[provide]
Expand Down
7 changes: 5 additions & 2 deletions subprojects/packagefiles/curl/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('libcurl', 'c', version: '8.11.1', license: 'bsd')
project('libcurl', 'c', version: '8.12.0', license: 'bsd')

src = [
'lib/vauth/cleartext.c',
Expand Down Expand Up @@ -27,6 +27,8 @@ src = [
'lib/vtls/schannel_verify.c',
'lib/vtls/sectransp.c',
'lib/vtls/vtls.c',
'lib/vtls/vtls_scache.c',
'lib/vtls/vtls_spack.c',
'lib/vtls/wolfssl.c',
'lib/vtls/x509asn1.c',

Expand All @@ -49,7 +51,6 @@ src = [
'lib/base64.c',
'lib/bufq.c',
'lib/bufref.c',
'lib/c-hyper.c',
'lib/cf-h1-proxy.c',
'lib/cf-h2-proxy.c',
'lib/cf-haproxy.c',
Expand Down Expand Up @@ -114,6 +115,7 @@ src = [
'lib/http_negotiate.c',
'lib/http_ntlm.c',
'lib/http_proxy.c',
'lib/httpsrr.c',
'lib/idn.c',
'lib/if2ip.c',
'lib/imap.c',
Expand Down Expand Up @@ -160,6 +162,7 @@ src = [
'lib/strcase.c',
'lib/strdup.c',
'lib/strerror.c',
'lib/strparse.c',
'lib/strtok.c',
'lib/strtoofft.c',
'lib/system_win32.c',
Expand Down

0 comments on commit 6e505b1

Please sign in to comment.