diff options
| author | Andrej Kozemcak <andrej.kozemcak@siemens.com> | 2026-03-12 15:04:58 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-17 22:02:52 -0700 |
| commit | 1e52242e561d260f2d32546b551c729a26aa7f18 (patch) | |
| tree | ac425aff2a2ac0203becf11a527873bdb9c34ead | |
| parent | 84e05a05d9c8e965be07088a51889e9191bbaabb (diff) | |
| download | meta-openembedded-1e52242e561d260f2d32546b551c729a26aa7f18.tar.gz | |
libcpr: upgrade 1.13.0 -> 1.14.2
The tag is not on any branch.
Changelog:
1.14.2:
https://github.com/libcpr/cpr/releases/tag/1.14.2
Changed:
- test: don't reflect Content-Length from request
- Fixed curlholder Double Free
- Fix error when running CMake configure multiple times with CPR_BUILD_TESTS, bump CMake min version to 3.18
- fix: replace curl_error_map with switch to fix Static Initialization Order Fiasco
- Updated Bazel Instructions
- Bump actions/upload-artifact from 5 to 6
- Bump actions/checkout from 5 to 6
- Bump jwlawson/actions-setup-cmake from 1.14 to 2.1
v1.14.1:
https://github.com/libcpr/cpr/releases/tag/1.14.1
Changed:
- Fixed SSE Windows string parsing
v1.14.0
https://github.com/libcpr/cpr/releases/tag/1.14.0
Changed:
- fix: Crash when building with /MT in MSVC (double-destructor) #1276
- 1.14.0 Release Preparation - NuGet Release Build Fixes
- Add support for Server Sent Events (SSE)
Signed-off-by: Andrej Kozemcak <andrej.kozemcak@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-support/libcpr/libcpr_1.14.2.bb (renamed from meta-networking/recipes-support/libcpr/libcpr_1.13.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/libcpr/libcpr_1.13.0.bb b/meta-networking/recipes-support/libcpr/libcpr_1.14.2.bb index 04dda31770..bdbd244e33 100644 --- a/meta-networking/recipes-support/libcpr/libcpr_1.13.0.bb +++ b/meta-networking/recipes-support/libcpr/libcpr_1.14.2.bb | |||
| @@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=08beaae5deae1c43c065592da8f38095" | |||
| 8 | 8 | ||
| 9 | DEPENDS = "curl openssl" | 9 | DEPENDS = "curl openssl" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/libcpr/cpr.git;protocol=https;branch=master;tag=${PV}" | 11 | SRC_URI = "git://github.com/libcpr/cpr.git;protocol=https;nobranch=1;tag=${PV}" |
| 12 | SRCREV = "516cb3e5f4e38bede088f69fcf122c6089e38f00" | 12 | SRCREV = "f091b2c061b307ee89b164c39976fc9202a1c79d" |
| 13 | 13 | ||
| 14 | 14 | ||
| 15 | inherit cmake | 15 | inherit cmake |
