summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-02-25 17:37:07 +0800
committerKhem Raj <raj.khem@gmail.com>2026-02-25 09:49:49 -0800
commit549e005d20f1d38154abe7acc99f97b580eb00f1 (patch)
tree58660311b6024aa98bdc645d0659511c24238016 /meta-oe/recipes-devtools
parent853aecb2f9d8ff277c8e47499bbc24f9595e603e (diff)
downloadmeta-openembedded-549e005d20f1d38154abe7acc99f97b580eb00f1.tar.gz
jwt-cpp: upgrade 0.7.1 -> 0.7.2
Changelog: =========== - Improve as_date narrowing conversion from C4244 warning - update trait dependencies to support CMake v4 - Fix linter error - Update workflows for new GitHub Action Runner Images - Support passing ssl library key handles to algorithms - Update CMP0135 to new behaviour - Fix error in CMake config-file package - CMake: synchronize cmake_minimum_required from main CMakeLists.txt - Reduce usage of std::time_t, std::chrono::system_clock::to_time_t and system_clock::from_time_t in order to get correct dates when working with a 32bit application - Fix set_expires_in not accepting non-default Period - AppVeyor Warnings Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.2.bb (renamed from meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.1.bb b/meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.2.bb
index 5ad953d260..eb8bc59322 100644
--- a/meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.1.bb
+++ b/meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.2.bb
@@ -4,10 +4,10 @@ SECTION = "libs"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=8325a5ce4414c65ffdda392e0d96a9ff" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=8325a5ce4414c65ffdda392e0d96a9ff"
6 6
7SRC_URI = "git://github.com/Thalhammer/jwt-cpp.git;branch=master;protocol=https \ 7SRC_URI = "git://github.com/Thalhammer/jwt-cpp.git;branch=master;protocol=https;tag=v${PV} \
8 " 8 "
9 9
10SRCREV = "e71e0c2d584baff06925bbb3aad683f677e4d498" 10SRCREV = "b0ea29a58fc852a67d4e896d266880c2c63b0c4c"
11 11
12 12
13DEPENDS = "openssl" 13DEPENDS = "openssl"