From: Adrian Freihofer <[email protected]> Breaking Changes - Update jsoncons trait to support v1 release
What's Changed - 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: Adrian Freihofer <[email protected]> --- .../jwt-cpp/{jwt-cpp_0.7.1.bb => jwt-cpp_0.7.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/jwt-cpp/{jwt-cpp_0.7.1.bb => jwt-cpp_0.7.2.bb} (90%) 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 similarity index 90% rename from meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.1.bb rename to meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.2.bb index 5ad953d260..431c77c695 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 @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8325a5ce4414c65ffdda392e0d96a9ff" SRC_URI = "git://github.com/Thalhammer/jwt-cpp.git;branch=master;protocol=https \ " -SRCREV = "e71e0c2d584baff06925bbb3aad683f677e4d498" +SRCREV = "b0ea29a58fc852a67d4e896d266880c2c63b0c4c" DEPENDS = "openssl" -- 2.53.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#124687): https://lists.openembedded.org/g/openembedded-devel/message/124687 Mute This Topic: https://lists.openembedded.org/mt/118020124/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
