Includes some build and CVE fixes and some upgrades that included only bug fixes.
Tested locally and on autobuilder. https://autobuilder.yoctoproject.org/valkyrie/#/builders/81/builds/1526 The following changes since commit 420222862f5a6d95023b8f5f3b7e1808b2264ef9: networkmanager: re-implement the vala detection (2026-04-24 18:39:52 -0700) are available in the Git repository at: https://git.openembedded.org/meta-openembedded-contrib anujm/wrynose https://git.openembedded.org/meta-openembedded-contrib/log/?h=anujm/wrynose for you to fetch changes up to 9af4488d46cb4fd4c0d2d64820c86225ebd6ac71: libtsm: upgrade 4.4.3 -> 4.5.0 (2026-05-17 11:52:30 +0530) ---------------------------------------------------------------- Adam Duskett (1): kmscon: upgrade 9.3.3 -> 9.3.5 Changqing Li (1): postfix: make it can compile with linux 7.x Ernest Van Hoecke (1): jsoncpp: Fix C++11 ABI breakage when compiled with C++17 Fabian Pflug (1): pkcs11-provider: fix build error on 32 bit systems Gianfranco Costamagna (1): vboxguestdrivers: Upgrade to 7.2.8 Gyorgy Sarvari (1): libcoap: mark CVE-2026-29013 patched Hongxu Jia (1): thin-provisioning-tools: fix compile failure on 32bit BSPs Jason Schonberg (2): xfdesktop: upgrade 4.20.1 -> 4.20.2 orage: upgrade 4.20.2 -> 4.20.3 Jiaying Song (1): python3-blivet: switch from setuptools3_legacy to python_setuptools_build_meta Liu Yiding (1): eog: Add HOMEPAGE Liyin Zhang (1): apache2: upgrade 2.4.66 -> 2.4.67 Peter Marko (1): cryptsetup: update udev package config Ross Burton (1): iwd: depend on the regulatory database Wang Mingyu (10): bubblewrap: upgrade 0.11.1 -> 0.11.2 fastfetch: upgrade 2.61.0 -> 2.62.1 imagemagick: upgrade 7.1.2-19 -> 7.1.2-21 strongswan: upgrade 6.0.5 -> 6.0.6 valkey: upgrade 9.0.3 -> 9.0.4 libauthen-sasl-perl: upgrade 2.1800 -> 2.2000 hunspell: upgrade 1.7.2 -> 1.7.3 znc: upgrade 1.10.1 -> 1.10.2 python3-ujson: upgrade 5.12.0 -> 5.12.1 libtsm: upgrade 4.4.3 -> 4.5.0 Yi Zhao (4): webkitgtk3: fix build on riscv64 proftpd: upgrade 1.3.9 -> 1.3.9a postfix: upgrade 3.10.8 -> 3.10.9 nftables: improve reproducibility Zhang Xiao (1): python3-aspectlib: Fix pytest compatibility meta-gnome/recipes-gnome/eog/eog_49.3.bb | 2 + .../files/0001-Fix-build-with-musl.patch | 50 +++ ...kedefs-Account-for-linux-7.x-version.patch | 47 +++ .../{postfix_3.10.8.bb => postfix_3.10.9.bb} | 4 +- .../{proftpd_1.3.9.bb => proftpd_1.3.9a.bb} | 4 +- .../libcoap/libcoap_4.3.5b.bb | 1 + ...URCE_DATE_EPOCH-for-build-time-stamp.patch | 41 ++ .../recipes-filter/nftables/nftables_1.1.6.bb | 1 + .../znc/{znc_1.10.1.bb => znc_1.10.2.bb} | 2 +- ...trongswan_6.0.5.bb => strongswan_6.0.6.bb} | 2 +- meta-oe/recipes-connectivity/iwd/iwd_3.12.bb | 1 + .../cryptsetup/cryptsetup_2.8.6.bb | 2 +- ...akage-when-compiled-with-C-17-1668-1.patch | 368 ++++++++++++++++++ .../recipes-devtools/jsoncpp/jsoncpp_1.9.7.bb | 1 + .../{valkey_9.0.3.bb => valkey_9.0.4.bb} | 2 +- .../{kmscon_9.3.3.bb => kmscon_9.3.5.bb} | 2 +- .../{libtsm_4.4.3.bb => libtsm_4.5.0.bb} | 2 +- ...blewrap_0.11.1.bb => bubblewrap_0.11.2.bb} | 2 +- ...astfetch_2.61.0.bb => fastfetch_2.62.1.bb} | 2 +- .../{hunspell_1.7.2.bb => hunspell_1.7.3.bb} | 4 +- ...ck_7.1.2-19.bb => imagemagick_7.1.2-21.bb} | 2 +- ...-Fix-i686-build-failures-in-cipher.c.patch | 62 +++ .../pkcs11-provider/pkcs11-provider_1.2.bb | 1 + .../thin-provisioning-tools_1.3.1.bb | 4 +- ...ers_7.2.6.bb => vboxguestdrivers_7.2.8.bb} | 2 +- .../webkitgtk/webkitgtk3_2.50.6.bb | 4 + ....1800.bb => libauthen-sasl-perl_2.2000.bb} | 2 +- ...-aspectlib-backport-fix-for-selftest.patch | 37 ++ .../python/python3-aspectlib_2.0.0.bb | 1 + ...json_5.12.0.bb => python3-ujson_5.12.1.bb} | 2 +- .../python-blivet/python3-blivet_3.13.2.bb | 2 +- .../{apache2_2.4.66.bb => apache2_2.4.67.bb} | 2 +- .../{orage_4.20.2.bb => orage_4.20.3.bb} | 2 +- ...fdesktop_4.20.1.bb => xfdesktop_4.20.2.bb} | 2 +- 34 files changed, 642 insertions(+), 23 deletions(-) create mode 100644 meta-networking/recipes-daemons/postfix/files/0001-Fix-build-with-musl.patch create mode 100644 meta-networking/recipes-daemons/postfix/files/0001-makedefs-Account-for-linux-7.x-version.patch rename meta-networking/recipes-daemons/postfix/{postfix_3.10.8.bb => postfix_3.10.9.bb} (98%) rename meta-networking/recipes-daemons/proftpd/{proftpd_1.3.9.bb => proftpd_1.3.9a.bb} (98%) create mode 100644 meta-networking/recipes-filter/nftables/nftables/0001-build-support-SOURCE_DATE_EPOCH-for-build-time-stamp.patch rename meta-networking/recipes-irc/znc/{znc_1.10.1.bb => znc_1.10.2.bb} (94%) rename meta-networking/recipes-support/strongswan/{strongswan_6.0.5.bb => strongswan_6.0.6.bb} (99%) create mode 100644 meta-oe/recipes-devtools/jsoncpp/jsoncpp/0001-Fix-C-11-ABI-breakage-when-compiled-with-C-17-1668-1.patch rename meta-oe/recipes-extended/valkey/{valkey_9.0.3.bb => valkey_9.0.4.bb} (98%) rename meta-oe/recipes-graphics/kmscon/{kmscon_9.3.3.bb => kmscon_9.3.5.bb} (97%) rename meta-oe/recipes-graphics/libtsm/{libtsm_4.4.3.bb => libtsm_4.5.0.bb} (95%) rename meta-oe/recipes-security/bubblewrap/{bubblewrap_0.11.1.bb => bubblewrap_0.11.2.bb} (90%) rename meta-oe/recipes-support/fastfetch/{fastfetch_2.61.0.bb => fastfetch_2.62.1.bb} (98%) rename meta-oe/recipes-support/hunspell/{hunspell_1.7.2.bb => hunspell_1.7.3.bb} (89%) rename meta-oe/recipes-support/imagemagick/{imagemagick_7.1.2-19.bb => imagemagick_7.1.2-21.bb} (99%) create mode 100644 meta-oe/recipes-support/pkcs11-provider/files/0001-Fix-i686-build-failures-in-cipher.c.patch rename meta-oe/recipes-support/vboxguestdrivers/{vboxguestdrivers_7.2.6.bb => vboxguestdrivers_7.2.8.bb} (97%) rename meta-perl/recipes-perl/libauthen/{libauthen-sasl-perl_2.1800.bb => libauthen-sasl-perl_2.2000.bb} (92%) create mode 100644 meta-python/recipes-devtools/python/python3-aspectlib/0001-python3-aspectlib-backport-fix-for-selftest.patch rename meta-python/recipes-devtools/python/{python3-ujson_5.12.0.bb => python3-ujson_5.12.1.bb} (88%) rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.66.bb => apache2_2.4.67.bb} (99%) rename meta-xfce/recipes-apps/orage/{orage_4.20.2.bb => orage_4.20.3.bb} (88%) rename meta-xfce/recipes-xfce/xfdesktop/{xfdesktop_4.20.1.bb => xfdesktop_4.20.2.bb} (88%) -- 2.53.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#127013): https://lists.openembedded.org/g/openembedded-devel/message/127013 Mute This Topic: https://lists.openembedded.org/mt/119355181/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
