Update libcurl to 8.17.0

This commit is contained in:
Dmitry Makarenko 2025-11-18 11:55:42 +03:00
parent 71b2f78fd8
commit c907cf1293
7 changed files with 11 additions and 5 deletions

View File

@ -1,5 +1,5 @@
config:
version: 8.12.1
version: 8.17.0
options: |
&:with_ssl=darwinssl
&:with_nghttp2=False

View File

@ -1,5 +1,5 @@
config:
version: 8.12.1
version: 8.17.0
options: |
&:with_ssl=openssl
&:with_nghttp2=False

View File

@ -1,5 +1,5 @@
config:
version: 8.12.1
version: 8.17.0
options: |
&:with_ssl=schannel
&:with_nghttp2=False

View File

@ -56,7 +56,7 @@ class BreakpadConan(ConanFile):
def requirements(self):
if self.settings.os != 'Windows':
self.requires('libcurl/8.12.1@audacity/stable')
self.requires('libcurl/8.17.0@audacity/stable')
if self.needs_linux_syscall_support:
self.requires('linux-syscall-support/cci.20200813@audacity/stable', visible=False, build=True)

View File

@ -57,7 +57,7 @@ class CrashpadConan(ConanFile):
if self.options.http_transport != "socket":
del self.options.with_tls
if self.options.http_transport == "libcurl":
self.requires("libcurl/8.12.1@audacity/stable")
self.requires("libcurl/8.17.0@audacity/stable")
if self.options.get_safe("with_tls") == "openssl":
self.requires("openssl/1.1.1q@audacity/stable")

View File

@ -1,4 +1,8 @@
sources:
8.17.0:
url:
- https://curl.se/download/curl-8.17.0.tar.xz
sha256: 955f6e729ad6b3566260e8fef68620e76ba3c31acf0a18524416a185acf77992
8.12.1:
url:
- https://curl.se/download/curl-8.12.1.tar.xz

View File

@ -1,4 +1,6 @@
versions:
"8.17.0":
folder: all
"8.12.1":
folder: all
"8.0.1":