| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | http_file_source.cpp | 30 namespace curl { namespace 103 throw std::runtime_error(std::string("CURL multi error: ") + curl::multi_strerror(code)); in handleError() 109 throw std::runtime_error(std::string("CURL easy error: ") + curl::easy_strerror(code)); in handleError() 173 if (curl::global_init(CURL_GLOBAL_ALL)) { in Impl() 177 share = curl::share_init(); in Impl() 179 multi = curl::multi_init(); in Impl() 180 handleError(curl::multi_setopt(multi, CURLMOPT_SOCKETFUNCTION, handleSocket)); in Impl() 181 handleError(curl::multi_setopt(multi, CURLMOPT_SOCKETDATA, this)); in Impl() 182 handleError(curl::multi_setopt(multi, CURLMOPT_TIMERFUNCTION, startTimeout)); in Impl() 183 handleError(curl::multi_setopt(multi, CURLMOPT_TIMERDATA, this)); in Impl() [all …]
|
| /OK3568_Linux_fs/external/recovery/update_engine/ |
| H A D | download.c | 53 CURL *curl; in download_file() local 59 curl = curl_easy_init(); in download_file() 60 if (curl) { in download_file() 63 curl_easy_setopt(curl, CURLOPT_URL, url); in download_file() 64 curl_easy_setopt(curl, CURLOPT_WRITEDATA, outfile); in download_file() 65 curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, my_write_func); in download_file() 66 curl_easy_setopt(curl, CURLOPT_NOPROGRESS, false); in download_file() 67 curl_easy_setopt(curl, CURLOPT_PROGRESSFUNCTION, my_progress_func); in download_file() 68 curl_easy_setopt(curl, CURLOPT_PROGRESSDATA, progress_data); in download_file() 70 res = curl_easy_perform(curl); in download_file() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/ |
| H A D | 0001-CMakeLists.txt-use-curl-local-source-tarball.patch | 4 Subject: [PATCH] CMakeLists.txt: use curl local source tarball 6 Do not download curl source during compile. 22 curl-external 23 - GIT_REPOSITORY "https://github.com/curl/curl.git" 25 - SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/thirdparty/curl-src" 28 + SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/thirdparty/curl-7.64.0" 30 "-DCMAKE_INSTALL_PREFIX=${CMAKE_CURRENT_BINARY_DIR}/thirdparty/curl-install"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/ |
| H A D | curl_7.82.0.bb | 3 curl is a widely used because of its ability to be flexible and complete \ 4 complex tasks. For example, you can use curl for things like user authentication, \ 6 HOMEPAGE = "https://curl.se/" 7 BUGTRACKER = "https://github.com/curl/curl/issues" 9 LICENSE = "curl" 12 SRC_URI = "https://curl.se/download/${BP}.tar.xz \ 47 CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl" 105 # cleanup buildpaths from curl-config 111 ${D}${bindir}/curl-config 122 MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/curl-config"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/opkg/ |
| H A D | opkg_0.5.0.bb | 39 PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl" 40 PACKAGECONFIG[ssl-curl] = "--enable-ssl-curl,--disable-ssl-curl,curl openssl"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libmicrohttpd/ |
| H A D | libmicrohttpd_0.9.76.bb | 18 PACKAGECONFIG ?= "curl https" 23 PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl,"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-navigation/proj/ |
| H A D | proj_7.0.1.bb | 17 PACKAGECONFIG ?= "curl" 19 PACKAGECONFIG[curl] = ",--without-curl,curl"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/xmlrpc-c/ |
| H A D | xmlrpc-c_1.54.02.bb | 31 PACKAGECONFIG ??= "curl cplusplus" 35 PACKAGECONFIG[curl] = "--enable-curl-client,--disable-curl-client,curl"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/xerces-c/ |
| H A D | xerces-c_3.1.4.bb | 18 PACKAGECONFIG ??= "curl icu" 19 PACKAGECONFIG[curl] = "--with-curl=${STAGING_DIR_TARGET}${prefix},--with-curl=no,curl"
|
| /OK3568_Linux_fs/buildroot/package/libcurl/ |
| H A D | libcurl.hash | 2 # https://curl.se/download/curl-7.79.1.tar.xz.asc 4 sha256 0606f74b1182ab732a17c11613cbbaf7084f2e6cca432642d0e3ad7c224c3689 curl-7.79.1.tar.xz
|
| H A D | libcurl.mk | 8 LIBCURL_SOURCE = curl-$(LIBCURL_VERSION).tar.xz 9 LIBCURL_SITE = https://curl.se/download 13 LIBCURL_LICENSE = curl 41 LIBCURL_CONFIG_SCRIPTS = curl-config 179 rm -rf $(TARGET_DIR)/usr/bin/curl
|
| H A D | Config.in | 8 https://curl.se/ 13 bool "curl binary" 15 Install curl binary as well
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/ |
| H A D | CVE-2022-27779.patch | 7 dot to be fine, as then TLD + trailing dot is fine and curl will accept 13 Bug: https://curl.se/docs/CVE-2022-27779.html 16 Upstream-Status: Backport [https://github.com/curl/curl/commit/7e92d12b4e6911f424678a133b19de670e18…
|
| H A D | CVE-2023-23914_5-5.patch | 7 Upstream-Status: Backport [https://github.com/curl/curl/pull/10138/commits/7e89dfd463597701dd1defca… 98 +User-Agent: curl/%VERSION 104 +User-Agent: curl/%VERSION 111 +# Your HSTS cache. https://curl.se/docs/hsts.html
|
| H A D | CVE-2023-23914_5-4.patch | 7 Upstream-Status: Backport [https://github.com/curl/curl/pull/10138/commits/fd7e1a557e414dd803c9225e… 25 the protocol dump curl should transmit, if 'nonewline' is set, we will cut off 33 The protocol dump curl should transmit to a HTTP proxy (when the http-proxy
|
| H A D | CVE-2023-23914_5-1.patch | 9 Upstream-Status: Backport [https://github.com/curl/curl/commit/076a2f629119222aeeb50f5a03bf9f9052fa… 14 include/curl/curl.h | 1 + 25 --- a/include/curl/curl.h 26 +++ b/include/curl/curl.h
|
| H A D | CVE-2022-27780.patch | 10 Bug: https://curl.se/docs/CVE-2022-27780.html 13 Upstream-Status: Backport [https://github.com/curl/curl/commit/914aaab9153764ef8fa4178215b8ad89d3ac…
|
| H A D | CVE-2022-27781.patch | 9 Bug: https://curl.se/docs/CVE-2022-27781.html 12 Upstream-Status: Backport [https://github.com/curl/curl/commit/5c7da89d404bf59c8dd82a001119a16d1836…
|
| H A D | CVE-2022-27775.patch | 10 Bug: https://curl.se/docs/CVE-2022-27775.html 13 Upstream-Status: Backport [https://github.com/curl/curl/commit/058f98dc3fe595f21dc26a5b9b1699e519ba…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/zsync/ |
| H A D | zsync-curl_git.bb | 1 SUMMARY = "File transfer tool optimised for large files (curl port)" 3 DEPENDS = "curl" 8 SRC_URI = "git://github.com/probonopd/zsync-curl;protocol=https;branch=master \
|
| /OK3568_Linux_fs/buildroot/package/proj/ |
| H A D | proj.mk | 28 PROJ_CONF_OPTS += --with-curl=$(STAGING_DIR)/usr/bin/curl-config 30 PROJ_CONF_OPTS += --without-curl
|
| /OK3568_Linux_fs/buildroot/package/raptor/ |
| H A D | raptor.mk | 29 RAPTOR_CONF_OPTS += --with-curl-config=$(STAGING_DIR)/usr/bin/curl-config 31 RAPTOR_CONF_OPTS += --with-curl-config=no
|
| /OK3568_Linux_fs/buildroot/package/xerces/ |
| H A D | 0001-fix-static-linking-with-curl.patch | 4 Subject: [PATCH] fix static linking with curl 6 When curl is statically built with openssl support, xerces needs to 35 list(APPEND netaccessors curl)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/zeromq/ |
| H A D | czmq_4.2.1.bb | 25 PACKAGECONFIG ??= "lz4 uuid curl ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" 26 PACKAGECONFIG[curl] = "-DCZMQ_WITH_LIBCURL=ON,-DCZMQ_WITH_LIBCURL=OFF,curl"
|
| /OK3568_Linux_fs/buildroot/package/lua-curl/ |
| H A D | Config.in | 2 bool "lua-curl" 7 https://lua-curl.github.io/
|