mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-30 00:33:19 +00:00
d58068b39fbc9c5b7eadfe1b9016b55e6e4b7193
Major release that tightens correctness and hardens the readers, per upstream release notes. Full UTF-8 validation is now performed on every read (RFC 8259 8.1) including values reached through skip/raw_json and unmatched keys, with an opt-out option; out-of-range integers are rejected rather than silently wrapped (the range check previously ran after the operation that destroyed the value); reader recursion is bounded at 256 levels so hostile buffers report exceeded_max_recursive_depth instead of overflowing the stack; truncated non-null-terminated input reports unexpected_end and blank input reports no_read_input instead of spurious success; and BEVE variants move to the v2 wire format with tagging decided per variant rather than per alternative. Buffers that used to parse may now correctly fail. Glaze remains a header-only C++23 library (cxx_std_23 target feature unchanged) and no recipe in this layer DEPENDS on it, so the ABI-less break has no in-layer consumers. AI-Generated: Uses Claude Code Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
…
Collection of layers for the OE-core universe
Main layer maintainer: Khem Raj raj.khem@gmail.com
This repository is a collection of layers to supplement OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories
Description
Languages
BitBake
86.3%
Shell
5.9%
C
2.7%
Roff
1.9%
NASL
1.7%
Other
1.3%