From patchwork Mon Mar 23 20:07:13 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Marko X-Patchwork-Id: 84169 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 599C5F483F1 for ; Mon, 23 Mar 2026 20:07:48 +0000 (UTC) Received: from mta-64-227.siemens.flowmailer.net (mta-64-227.siemens.flowmailer.net [185.136.64.227]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.4410.1774296459499993717 for ; Mon, 23 Mar 2026 13:07:41 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=peter.marko@siemens.com header.s=fm1 header.b=LpjmIr7j; spf=pass (domain: rts-flowmailer.siemens.com, ip: 185.136.64.227, mailfrom: fm-256628-20260323200736891fe519da00020761-xndnao@rts-flowmailer.siemens.com) Received: by mta-64-227.siemens.flowmailer.net with ESMTPSA id 20260323200736891fe519da00020761 for ; Mon, 23 Mar 2026 21:07:36 +0100 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=fm1; d=siemens.com; i=peter.marko@siemens.com; h=Date:From:Subject:To:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Cc; bh=X9h6R4tYo3PtmGtR8Mnl00pvlhZ2xlk1N88UAiakLcY=; b=LpjmIr7j4DP3zmNM/jfWOg8vF3+ZbfoALLZVya+4BZqcccQfB0TW2c2OMIKKl4nXs/gNPH s9Tug1846f6oZPQU5rA/4F5/LZODmfJc5uh0zroMGBAYu+KV1JCGAXxEiIzgLUngNiz66Vn7 ep0Axdmqcnc7XrfVDyT4iMq002VqcHb4KSAo2afWeZd9hsAA5zgRSVEqzJvrIvBg5t2GGDY8 iJJHmBCXQKOSbXVoOv+VIIEAmbKmmWiOPfRgU8p7ZIj8913DdufHe7X4wEJmAH+5gMIb9RAR m6D38e59UVMGfAeh58nDNLe6mKh7pXA1tuLSzlAaZCQzqfzAzD0EHKzQ==; From: Peter Marko To: openembedded-core@lists.openembedded.org Cc: Peter Marko Subject: [meta-oe][PATCH v2 1/3] lvm2: upgrade 2.03.38 -> 2.03.39 Date: Mon, 23 Mar 2026 21:07:13 +0100 Message-Id: <20260323200715.11652-1-peter.marko@siemens.com> MIME-Version: 1.0 X-Flowmailer-Platform: Siemens Feedback-ID: 519:519-256628:519-21489:flowmailer List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 23 Mar 2026 20:07:48 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/233757 From: Peter Marko Added tag to SRC_URI. Release notes [1]: Add lvmlockd compare and write, index man pages, and a lot of fixes. * Add atomic leases using Compare and Write (CAW) to lvmlockd. * Add lvm-index(7), lvm-categories(7) and lvm-args(7) man pages. * Use temporary activations for integrity, writecache, thin and VDO pool conv preventing interference. * Fix `vgreduce --removemissing --force` infinite loop for raid/mirror snapshot. * Improve RAID LV health report to distinguish 'refresh needed' from 'repair needed'. * Support `--interval +N` to delay first poll in pvmove and lvpoll. * Show active cache mode in kernel table line with `lvs -o kernel_cache_mode`. * Reject lvreduce of CoW snapshot COW store when it would truncate exception data. * Skip filesystem resize handling for CoW snapshot COW store LVs in lvresize. * Fix vgsplit to not fail on no active LV on a PV being split to an existing VG. * Preserve file desciptors with CLOEXEC opened in library constructors. * Add lvmpolld 'cmd' log keyword to enable verbose lvpoll output. * Add `activate_lv_temporary()` to consolidate `LV_TEMPORARY` and sync handling. * Add missing sync in `add_mirror_log()` and `activate_and_wipe_lv_list()`. * Fix cachevol cmeta/cdata device offsets. * Fix pofile generation to include SOURCES2 binaries and update xgettext options. [1] https://github.com/lvmteam/lvm2/releases/tag/v2_03_39 Signed-off-by: Peter Marko --- .../files/0001-implement-libc-specific-reopen_stream.patch | 6 +++--- .../lvm2/files/0001-include-libgen.h-for-basename.patch | 2 +- .../files/0004-tweak-MODPROBE_CMD-for-cross-compile.patch | 2 +- .../lvm2/files/0005-do-not-build-manual.patch | 4 ++-- .../recipes-support/lvm2/files/reproducible-build.patch | 2 +- meta-oe/recipes-support/lvm2/lvm2.inc | 7 ++++--- meta-oe/recipes-support/lvm2/lvm2/tweak-for-lvmdbusd.patch | 2 +- 7 files changed, 13 insertions(+), 12 deletions(-) diff --git a/meta-oe/recipes-support/lvm2/files/0001-implement-libc-specific-reopen_stream.patch b/meta-oe/recipes-support/lvm2/files/0001-implement-libc-specific-reopen_stream.patch index 1f6b89f2b6..e157c5518e 100644 --- a/meta-oe/recipes-support/lvm2/files/0001-implement-libc-specific-reopen_stream.patch +++ b/meta-oe/recipes-support/lvm2/files/0001-implement-libc-specific-reopen_stream.patch @@ -48,7 +48,7 @@ diff --git a/tools/lvmcmdline.c b/tools/lvmcmdline.c index 22ae1e3bb..b0928bc04 100644 --- a/tools/lvmcmdline.c +++ b/tools/lvmcmdline.c -@@ -3407,7 +3407,7 @@ static int _check_standard_fds(void) +@@ -3427,7 +3427,7 @@ static int _check_standard_fds(void) int err = is_valid_fd(STDERR_FILENO); if (!is_valid_fd(STDIN_FILENO) && @@ -57,7 +57,7 @@ index 22ae1e3bb..b0928bc04 100644 if (err) perror("stdin stream open"); else -@@ -3417,7 +3417,7 @@ static int _check_standard_fds(void) +@@ -3437,7 +3437,7 @@ static int _check_standard_fds(void) } if (!is_valid_fd(STDOUT_FILENO) && @@ -66,7 +66,7 @@ index 22ae1e3bb..b0928bc04 100644 if (err) perror("stdout stream open"); /* else no stdout */ -@@ -3425,7 +3425,7 @@ static int _check_standard_fds(void) +@@ -3445,7 +3445,7 @@ static int _check_standard_fds(void) } if (!is_valid_fd(STDERR_FILENO) && diff --git a/meta-oe/recipes-support/lvm2/files/0001-include-libgen.h-for-basename.patch b/meta-oe/recipes-support/lvm2/files/0001-include-libgen.h-for-basename.patch index 2fcbc12b22..c2c83dbb7e 100644 --- a/meta-oe/recipes-support/lvm2/files/0001-include-libgen.h-for-basename.patch +++ b/meta-oe/recipes-support/lvm2/files/0001-include-libgen.h-for-basename.patch @@ -21,7 +21,7 @@ index a3f341bfc..0c05eb151 100644 +++ b/lib/device/device_id.c @@ -27,6 +27,7 @@ #include "lib/display/display.h" - #include "device_mapper/misc/dm-ioctl.h" + #include "libdm/misc/dm-ioctl.h" +#include #include diff --git a/meta-oe/recipes-support/lvm2/files/0004-tweak-MODPROBE_CMD-for-cross-compile.patch b/meta-oe/recipes-support/lvm2/files/0004-tweak-MODPROBE_CMD-for-cross-compile.patch index ac5c440e4e..49f8d27c00 100644 --- a/meta-oe/recipes-support/lvm2/files/0004-tweak-MODPROBE_CMD-for-cross-compile.patch +++ b/meta-oe/recipes-support/lvm2/files/0004-tweak-MODPROBE_CMD-for-cross-compile.patch @@ -24,7 +24,7 @@ diff --git a/configure.ac b/configure.ac index e5e5e71ce..3af73c781 100644 --- a/configure.ac +++ b/configure.ac -@@ -1742,8 +1742,6 @@ AS_IF([test "$BUILD_DMFILEMAPD" = "yes"], [ +@@ -1746,8 +1746,6 @@ AS_IF([test "$BUILD_DMFILEMAPD" = "yes"], [ ]) ################################################################################ diff --git a/meta-oe/recipes-support/lvm2/files/0005-do-not-build-manual.patch b/meta-oe/recipes-support/lvm2/files/0005-do-not-build-manual.patch index f7a85b4b3f..c2d4da5c41 100644 --- a/meta-oe/recipes-support/lvm2/files/0005-do-not-build-manual.patch +++ b/meta-oe/recipes-support/lvm2/files/0005-do-not-build-manual.patch @@ -47,7 +47,7 @@ index 06c4b1823..90df7b09c 100644 libdaemon lib tools daemons libdm \ udev po tools.distclean: test.distclean -@@ -59,7 +59,7 @@ unit-test run-unit-test: test libdm +@@ -57,7 +57,7 @@ unit-test run-unit-test: test libdm daemons.device-mapper: libdm.device-mapper tools.device-mapper: libdm.device-mapper @@ -60,7 +60,7 @@ diff --git a/configure.ac b/configure.ac index 3af73c781..f32d1f376 100644 --- a/configure.ac +++ b/configure.ac -@@ -2076,7 +2076,6 @@ libdaemon/server/Makefile +@@ -2083,7 +2083,6 @@ libdaemon/server/Makefile libdm/Makefile libdm/dm-tools/Makefile libdm/libdevmapper.pc diff --git a/meta-oe/recipes-support/lvm2/files/reproducible-build.patch b/meta-oe/recipes-support/lvm2/files/reproducible-build.patch index ca632d213f..f6c561aeb1 100644 --- a/meta-oe/recipes-support/lvm2/files/reproducible-build.patch +++ b/meta-oe/recipes-support/lvm2/files/reproducible-build.patch @@ -16,7 +16,7 @@ diff --git a/configure.ac b/configure.ac index 5364dd68e..c2dbf3c9f 100644 --- a/configure.ac +++ b/configure.ac -@@ -15,7 +15,15 @@ AC_PREREQ(2.69) +@@ -14,7 +14,15 @@ AC_PREREQ(2.69) ################################################################################ dnl -- Process this file with autoconf to produce a configure script. AC_INIT diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc index 9e6bd807a2..c2a88a2917 100644 --- a/meta-oe/recipes-support/lvm2/lvm2.inc +++ b/meta-oe/recipes-support/lvm2/lvm2.inc @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12713b4d9386533feeb07d6e4831765a \ DEPENDS += "libaio" -SRC_URI = "git://sourceware.org/git/lvm2.git;branch=main \ +SRC_URI = "git://sourceware.org/git/lvm2.git;branch=main;tag=${PV_TAG} \ file://lvm.conf \ file://0001-implement-libc-specific-reopen_stream.patch \ file://0004-tweak-MODPROBE_CMD-for-cross-compile.patch \ @@ -18,8 +18,9 @@ SRC_URI = "git://sourceware.org/git/lvm2.git;branch=main \ file://0001-include-libgen.h-for-basename.patch \ " -SRCREV = "657e10bd75fcb3dffbd40bb1ffc6f1bfd768a10e" -PV = "2.03.38" +SRCREV = "6c5b6cee9f21908bdaff830c210222cc7e08f1ab" +PV = "2.03.39" +PV_TAG = "v${@d.getVar('PV').replace('.', '_')}" UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\_\d+)+)" diff --git a/meta-oe/recipes-support/lvm2/lvm2/tweak-for-lvmdbusd.patch b/meta-oe/recipes-support/lvm2/lvm2/tweak-for-lvmdbusd.patch index 200f2f044a..fd8faaf1fe 100644 --- a/meta-oe/recipes-support/lvm2/lvm2/tweak-for-lvmdbusd.patch +++ b/meta-oe/recipes-support/lvm2/lvm2/tweak-for-lvmdbusd.patch @@ -21,7 +21,7 @@ diff --git a/configure.ac b/configure.ac index 9dfdcfe01..fcf5c8b78 100644 --- a/configure.ac +++ b/configure.ac -@@ -1282,8 +1282,8 @@ AS_IF([test "$BUILD_LVMDBUSD" = "yes"], [ +@@ -1338,8 +1338,8 @@ AS_IF([test "$BUILD_LVMDBUSD" = "yes"], [ AS_IF([test "$PYTHON3_BINDINGS" = "yes"], [PYTHON_BINDINGS="yes"]) # To get this macro, install autoconf-archive package then run autoreconf From patchwork Mon Mar 23 20:07:14 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Marko X-Patchwork-Id: 84168 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5E98FF483F2 for ; Mon, 23 Mar 2026 20:07:48 +0000 (UTC) Received: from mta-64-226.siemens.flowmailer.net (mta-64-226.siemens.flowmailer.net [185.136.64.226]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.4411.1774296462563851899 for ; Mon, 23 Mar 2026 13:07:42 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=peter.marko@siemens.com header.s=fm1 header.b=FuRg3Yjk; spf=pass (domain: rts-flowmailer.siemens.com, ip: 185.136.64.226, mailfrom: fm-256628-20260323200740b7ab6fa5d10002076e-zn_esf@rts-flowmailer.siemens.com) Received: by mta-64-226.siemens.flowmailer.net with ESMTPSA id 20260323200740b7ab6fa5d10002076e for ; Mon, 23 Mar 2026 21:07:40 +0100 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=fm1; d=siemens.com; i=peter.marko@siemens.com; h=Date:From:Subject:To:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Cc:References:In-Reply-To; bh=IyBgq8EU09lJLpGJVQlB3l8YOQLke/TTIBFKIJRFue4=; b=FuRg3Yjk+OhumSgdUN9eSaqTFi92od9T4ZiSPGQ56B1NNdQ4//Jgono+8klD265YTrqofc nfexHXvkCbPua0jwg4r+kcikg1UgckabBemyC98BIWKB3qEZW6UzGbobMp21j2PyOmc2509O JgtN2xqqFxatTSVaPuhZqLSh6ak7R9TZZ6EwRaBj4NCH2KFvlAyEQNDoeUjHCUypyqtG1TEH qSvx/IFuk2UGVXkqr0VxKjk1lWYF7cjTE7CT0EIheRpj3BxPSQAznDBv3ZF1x48uN0rr8yeB Dit3X4BKqY1u4IW/ntl0A8BmfqpMyCuyH0bWA0nN9f4DUV0E+fSC0QLg==; From: Peter Marko To: openembedded-core@lists.openembedded.org Cc: Peter Marko Subject: [meta-python][PATCH v2 2/3] python3-protobuf: upgrade 6.33.5 -> 6.33.6 Date: Mon, 23 Mar 2026 21:07:14 +0100 Message-Id: <20260323200715.11652-2-peter.marko@siemens.com> In-Reply-To: <20260323200715.11652-1-peter.marko@siemens.com> References: <20260323200715.11652-1-peter.marko@siemens.com> MIME-Version: 1.0 X-Flowmailer-Platform: Siemens Feedback-ID: 519:519-256628:519-21489:flowmailer List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 23 Mar 2026 20:07:48 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/233758 From: Peter Marko Release information [1] does not list python changes, but we should match protobuf (C++) recipe version. [1] https://github.com/protocolbuffers/protobuf/releases/tag/v33.6 Signed-off-by: Peter Marko --- .../{python3-protobuf_6.33.5.bb => python3-protobuf_6.33.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-protobuf_6.33.5.bb => python3-protobuf_6.33.6.bb} (95%) diff --git a/meta-python/recipes-devtools/python/python3-protobuf_6.33.5.bb b/meta-python/recipes-devtools/python/python3-protobuf_6.33.6.bb similarity index 95% rename from meta-python/recipes-devtools/python/python3-protobuf_6.33.5.bb rename to meta-python/recipes-devtools/python/python3-protobuf_6.33.6.bb index af9ff85f20..bbc713442b 100644 --- a/meta-python/recipes-devtools/python/python3-protobuf_6.33.5.bb +++ b/meta-python/recipes-devtools/python/python3-protobuf_6.33.6.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = " \ " inherit pypi setuptools3 -SRC_URI[sha256sum] = "6ddcac2a081f8b7b9642c09406bc6a4290128fce5f471cddd165960bb9119e5c" +SRC_URI[sha256sum] = "a6768d25248312c297558af96a9f9c929e8c4cee0659cb07e780731095f38135" CVE_PRODUCT += "google:protobuf protobuf:protobuf google-protobuf protobuf-python" CVE_STATUS[CVE-2026-0994] = "fixed-version: it is fixed in 6.33.5" From patchwork Mon Mar 23 20:07:15 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Marko X-Patchwork-Id: 84170 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7D722F483F4 for ; Mon, 23 Mar 2026 20:07:48 +0000 (UTC) Received: from mta-64-226.siemens.flowmailer.net (mta-64-226.siemens.flowmailer.net [185.136.64.226]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.4411.1774296462563851899 for ; Mon, 23 Mar 2026 13:07:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=peter.marko@siemens.com header.s=fm1 header.b=fa1Ym/w3; spf=pass (domain: rts-flowmailer.siemens.com, ip: 185.136.64.226, mailfrom: fm-256628-2026032320074313386d3dca000207a3-9idt2f@rts-flowmailer.siemens.com) Received: by mta-64-226.siemens.flowmailer.net with ESMTPSA id 2026032320074313386d3dca000207a3 for ; Mon, 23 Mar 2026 21:07:43 +0100 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=fm1; d=siemens.com; i=peter.marko@siemens.com; h=Date:From:Subject:To:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Cc:References:In-Reply-To; bh=8drfzXRXYPYfXskVH6hboknbhxuJY8xl6P57JutUGGA=; b=fa1Ym/w3SZ0nqFNCNbqlJBXBUibIMJIM6Og27fi9CBP5zgTUXEuAJ7Bl9PML05fmMcs+XI Eow2H7cgDpbCcEnZl67dA0TkfaD0lJWJoC3jVze9smVE4mcj8qhqSWVv9CfYddN37Y8hlhWc JoFAiS6IY7Vyqwp+xwEvkZMDzeGMz6Dbxn3DACsIkaoTUtNGT2ZK8OHWwvXqn+D7v3jOIOUX 3N4gnzlNWidWJqykK1+M/ZFoeKvHtgVs0jA0cP9D3qDtuhcD+Iz6cfUQpVA/gtGizDTKKQiR O/IareZZv0BCKbrKhF2TOyRzWUG/O95Aowb2u12mxtQ7sqHnVOrdN8uQ==; From: Peter Marko To: openembedded-core@lists.openembedded.org Cc: Peter Marko Subject: [meta-oe][PATCH v2 3/3] jsoncpp: upgrade 1.9.6 -> 1.9.7 Date: Mon, 23 Mar 2026 21:07:15 +0100 Message-Id: <20260323200715.11652-3-peter.marko@siemens.com> In-Reply-To: <20260323200715.11652-1-peter.marko@siemens.com> References: <20260323200715.11652-1-peter.marko@siemens.com> MIME-Version: 1.0 X-Flowmailer-Platform: Siemens Feedback-ID: 519:519-256628:519-21489:flowmailer List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 23 Mar 2026 20:07:48 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/233759 From: Peter Marko Added tag to SRC_URI. Release information [1]: 1.9.7: Bugfixes, build system cleanups What's Changed * Fixes PreventInSourceBuilds.cmake to work with add_subdirectory by @morbo84 in #1383 * json_value.cpp bug in the edges of uint/int by @YaalLek in #1519 * Release 1.9.6 and move versions to 1.9.7 by @baylesj in #1566 * Fixed work secure_allocator on old compiers by @TsynkPavel in #1478 * Fix flag -DJSONCPP_USE_SECURE_MEMORY:BOOL=TRUE by @tfc in #1567 * fix(build): remove check_required_components for meson build by @chenrui333 in #1570 * the cgi module was removed from Python3.13 by @a-detiste in #1578 * Fix name of static library when targeting MinGW. by @mmuetzel in #1579 * Fix comparison warnings caused by 54fc4e2 by @JensMertelmeyer in #1575 * Drop pre-C++11 alternatives by @BillyDonahue in #1593 * feat: support std::string_view in Value API by @evalon32 in #1584 * Added Value::findType with String key by @SwintonStreet in #1574 * Set up for Bazel module builds. by @bcsgh in #1597 * Add a BUILD.bazel file for //example. by @bcsgh in #1602 * Fix "include what you use" issue by @victorvianna in #1625 * Make the build configuration under Bazel more correct. by @bcsgh in #1600 * Add Bazel tests by @bcsgh in #1601 * Return false in Reader::readValue when stack limit is exceeded by @xuhdev in #1619 * Remove deprecated/removed clang-tidy key AnalyzeTemporaryDtors (#1614) by @bmagistro in #1615 * [docs] Consuming JSONCpp via Conan package manager by @uilianries in #1622 * Cleanup README.md, fix broken link. by @baylesj in #1633 * Add gcovr.cfg to fix CI coverage merge errors by @baylesj in #1635 * Remove build directory exclusion from gcovr config by @baylesj in #1640 * Add test for allowDroppedNullPlaceholders by @baylesj in #1648 * Prevent test colision when running in parallel via RESOURCE_LOCK by @marty1885 in #1637 * fixup project version updater by @baylesj in #1649 * Update README with project status and focus by @baylesj in #1639 * Adding a cmake option to exclude the jsoncpp files from install. by @nv-jdeligiannis in #1596 * Change stack depth limit to 256 by @baylesj in #1657 * Fix uninitialized CMake variable in version.in by @baylesj in #1658 * Fix CMake deprecation warning for compatibility with CMake < 3.10 by @baylesj in #1659 * Scope JSON_DLL_BUILD to shared lib target only by @baylesj in #1660 * Fix number parsing failing under non-C locales by @baylesj in #1662 * Reject unescaped control characters in JSON strings by @baylesj in #1663 * Fix MSAN issue in #1626 by @baylesj in #1654 * Fix string_view ABI mismatch between library and consumers by @baylesj in #1661 * Revert "Fix number parsing failing under non-C locales" by @baylesj in #1664 * Fix use-after-free in Reader::parse(std::istream&) by @baylesj in #1665 * Update bazel config for 9.x by @keith in #1655 [1] https://github.com/open-source-parsers/jsoncpp/releases/tag/1.9.7 Signed-off-by: Peter Marko --- .../jsoncpp/{jsoncpp_1.9.6.bb => jsoncpp_1.9.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/jsoncpp/{jsoncpp_1.9.6.bb => jsoncpp_1.9.7.bb} (90%) diff --git a/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.6.bb b/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.7.bb similarity index 90% rename from meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.6.bb rename to meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.7.bb index f68ffd2c0f..b70a84304f 100644 --- a/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.6.bb +++ b/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.7.bb @@ -13,8 +13,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5d73c165a0f9e86a1342f32d19ec5926" PE = "1" -SRCREV = "89e2973c754a9c02a49974d839779b151e95afd6" -SRC_URI = "git://github.com/open-source-parsers/jsoncpp;branch=master;protocol=https" +SRCREV = "3455302847cf1e4671f1d8f5fa953fd46a7b1404" +SRC_URI = "git://github.com/open-source-parsers/jsoncpp;branch=master;protocol=https;tag=${PV}" inherit cmake