mirror of
https://github.com/audacity/conan-recipes.git
synced 2025-12-11 19:56:53 -06:00
Update libcurl to 8.17.0
This commit is contained in:
parent
71b2f78fd8
commit
c907cf1293
@ -1,5 +1,5 @@
|
|||||||
config:
|
config:
|
||||||
version: 8.12.1
|
version: 8.17.0
|
||||||
options: |
|
options: |
|
||||||
&:with_ssl=darwinssl
|
&:with_ssl=darwinssl
|
||||||
&:with_nghttp2=False
|
&:with_nghttp2=False
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
config:
|
config:
|
||||||
version: 8.12.1
|
version: 8.17.0
|
||||||
options: |
|
options: |
|
||||||
&:with_ssl=openssl
|
&:with_ssl=openssl
|
||||||
&:with_nghttp2=False
|
&:with_nghttp2=False
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
config:
|
config:
|
||||||
version: 8.12.1
|
version: 8.17.0
|
||||||
options: |
|
options: |
|
||||||
&:with_ssl=schannel
|
&:with_ssl=schannel
|
||||||
&:with_nghttp2=False
|
&:with_nghttp2=False
|
||||||
|
|||||||
@ -56,7 +56,7 @@ class BreakpadConan(ConanFile):
|
|||||||
|
|
||||||
def requirements(self):
|
def requirements(self):
|
||||||
if self.settings.os != 'Windows':
|
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:
|
if self.needs_linux_syscall_support:
|
||||||
self.requires('linux-syscall-support/cci.20200813@audacity/stable', visible=False, build=True)
|
self.requires('linux-syscall-support/cci.20200813@audacity/stable', visible=False, build=True)
|
||||||
|
|||||||
@ -57,7 +57,7 @@ class CrashpadConan(ConanFile):
|
|||||||
if self.options.http_transport != "socket":
|
if self.options.http_transport != "socket":
|
||||||
del self.options.with_tls
|
del self.options.with_tls
|
||||||
if self.options.http_transport == "libcurl":
|
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":
|
if self.options.get_safe("with_tls") == "openssl":
|
||||||
self.requires("openssl/1.1.1q@audacity/stable")
|
self.requires("openssl/1.1.1q@audacity/stable")
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,8 @@
|
|||||||
sources:
|
sources:
|
||||||
|
8.17.0:
|
||||||
|
url:
|
||||||
|
- https://curl.se/download/curl-8.17.0.tar.xz
|
||||||
|
sha256: 955f6e729ad6b3566260e8fef68620e76ba3c31acf0a18524416a185acf77992
|
||||||
8.12.1:
|
8.12.1:
|
||||||
url:
|
url:
|
||||||
- https://curl.se/download/curl-8.12.1.tar.xz
|
- https://curl.se/download/curl-8.12.1.tar.xz
|
||||||
|
|||||||
@ -1,4 +1,6 @@
|
|||||||
versions:
|
versions:
|
||||||
|
"8.17.0":
|
||||||
|
folder: all
|
||||||
"8.12.1":
|
"8.12.1":
|
||||||
folder: all
|
folder: all
|
||||||
"8.0.1":
|
"8.0.1":
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user