From: Wang Mingyu <[email protected]> Issues fixed in this release: ----------------------------- Update bundle.sh to include regex.hpp Fix copy-paste error message Ensure nlohmann/json non-finite floats are interpreted as null when validating Ensure tests are built in oss-fuzz build
Other changes include: ---------------------- Added support for JSON pointer paths in validation errors Added a validation benchmark example Added design and architecture docs Removed compatibility shim for std::optional Signed-off-by: Wang Mingyu <[email protected]> --- .../valijson/{valijson_1.0.6.bb => valijson_1.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/valijson/{valijson_1.0.6.bb => valijson_1.1.0.bb} (93%) diff --git a/meta-oe/recipes-devtools/valijson/valijson_1.0.6.bb b/meta-oe/recipes-devtools/valijson/valijson_1.1.0.bb similarity index 93% rename from meta-oe/recipes-devtools/valijson/valijson_1.0.6.bb rename to meta-oe/recipes-devtools/valijson/valijson_1.1.0.bb index 4e5f02746c..b7e45c3057 100644 --- a/meta-oe/recipes-devtools/valijson/valijson_1.0.6.bb +++ b/meta-oe/recipes-devtools/valijson/valijson_1.1.0.bb @@ -4,7 +4,7 @@ LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=5c4583a434195e4f3b418e17c8ca2daf" SRC_URI = "git://github.com/tristanpenman/valijson.git;branch=master;protocol=https;tag=v${PV}" -SRCREV = "4edda758546436462da479bb8c8514f8a95c35ad" +SRCREV = "b12841e3fa23a8cc477179face0a5ce5f80b64ab" inherit cmake -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#124747): https://lists.openembedded.org/g/openembedded-devel/message/124747 Mute This Topic: https://lists.openembedded.org/mt/118027942/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
