summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-11-18 17:08:23 +0800
committerKhem Raj <raj.khem@gmail.com>2025-11-18 08:23:43 -0800
commit6498d5b9406e8230665fae5f2f5cd156a30af3f4 (patch)
tree023056abce0319a9f520bdb75422e5f105c18066
parentba4764302a89bdebf3625272a9a7a340b378cac9 (diff)
downloadmeta-openembedded-6498d5b9406e8230665fae5f2f5cd156a30af3f4.tar.gz
libcpr: upgrade 1.12.0 -> 1.13.0
Changelog: ========== - Implement support for CURLOPT_CAINFO_BLOB - Added support for CURLOPT_SSLCERT_BLOB - Refactor: Pass std::string_view by value instead of by const reference - Add connection pool option (V3) - fix: Calling empty callbacks - fix: callback function pointer type mismatch in writeFunction - 1.12.0 CI Fixes - fix: Cmake config file - fix: make is_same_v check constexpr in set_option_internal - cpr::MultiPerform fixes - #1047 and #1186 - Bump actions/setup-python from 5 to 6 - Bump actions/checkout from 3 to 5 - Allow disabling PSL - Make curl dependency management optional - curl_container: allow calling GetContent without CurlHolder - Bump stefanzweifel/git-auto-commit-action from 6 to 7 - Bump actions/upload-artifact from 4 to 5 - Bump actions/setup-python from 1 to 5 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-support/libcpr/libcpr_1.13.0.bb (renamed from meta-networking/recipes-support/libcpr/libcpr_1.12.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/libcpr/libcpr_1.12.0.bb b/meta-networking/recipes-support/libcpr/libcpr_1.13.0.bb
index 58da899081..04dda31770 100644
--- a/meta-networking/recipes-support/libcpr/libcpr_1.12.0.bb
+++ b/meta-networking/recipes-support/libcpr/libcpr_1.13.0.bb
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=08beaae5deae1c43c065592da8f38095"
8 8
9DEPENDS = "curl openssl" 9DEPENDS = "curl openssl"
10 10
11SRC_URI = "git://github.com/libcpr/cpr.git;protocol=https;branch=master" 11SRC_URI = "git://github.com/libcpr/cpr.git;protocol=https;branch=master;tag=${PV}"
12SRCREV = "da40186618909b1a7363d4e4495aa899c6e0eb75" 12SRCREV = "516cb3e5f4e38bede088f69fcf122c6089e38f00"
13 13
14 14
15inherit cmake 15inherit cmake