From: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
To: openembedded-devel@lists.openembedded.org
Subject: [wrynose][PATCH 00/29] Wrynose pull request
Date: Sun, 17 May 2026 13:49:28 +0530 [thread overview]
Message-ID: <cover.1779004358.git.anuj.mittal@oss.qualcomm.com> (raw)
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
next reply other threads:[~2026-05-17 8:24 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-17 8:19 Anuj Mittal [this message]
2026-05-17 8:19 ` [wrynose][meta-networking][PATCH 01/29] libcoap: mark CVE-2026-29013 patched Anuj Mittal
2026-05-17 8:19 ` [wrynose][meta-python][PATCH 02/29] python3-aspectlib: Fix pytest compatibility Anuj Mittal
2026-05-17 8:19 ` [wrynose][meta-python][PATCH 03/29] python3-blivet: switch from setuptools3_legacy to python_setuptools_build_meta Anuj Mittal
2026-05-17 8:19 ` [wrynose][meta-oe][PATCH 04/29] vboxguestdrivers: Upgrade to 7.2.8 Anuj Mittal
2026-05-17 8:19 ` [wrynose][meta-xfce][PATCH 05/29] xfdesktop: upgrade 4.20.1 -> 4.20.2 Anuj Mittal
2026-05-17 8:19 ` [wrynose][meta-oe][PATCH 06/29] webkitgtk3: fix build on riscv64 Anuj Mittal
2026-05-17 8:19 ` [wrynose][meta-gnome][PATCH 07/29] eog: Add HOMEPAGE Anuj Mittal
2026-05-17 8:19 ` [wrynose][meta-oe][PATCH 08/29] bubblewrap: upgrade 0.11.1 -> 0.11.2 Anuj Mittal
2026-05-17 8:19 ` [wrynose][meta-oe][PATCH 09/29] fastfetch: upgrade 2.61.0 -> 2.62.1 Anuj Mittal
2026-05-17 8:19 ` [wrynose][meta-oe][PATCH 10/29] imagemagick: upgrade 7.1.2-19 -> 7.1.2-21 Anuj Mittal
2026-05-17 8:19 ` [wrynose][meta-networking][PATCH 11/29] strongswan: upgrade 6.0.5 -> 6.0.6 Anuj Mittal
2026-05-17 8:19 ` [wrynose][meta-webserver][PATCH 12/29] apache2: upgrade 2.4.66 -> 2.4.67 Anuj Mittal
2026-05-17 8:19 ` [wrynose][meta-networking][PATCH 13/29] postfix: make it can compile with linux 7.x Anuj Mittal
2026-05-17 8:19 ` [wrynose][meta-networking][PATCH 14/29] proftpd: upgrade 1.3.9 -> 1.3.9a Anuj Mittal
2026-05-17 8:19 ` [wrynose][meta-oe][PATCH 15/29] cryptsetup: update udev package config Anuj Mittal
2026-05-17 8:19 ` [wrynose][meta-networking][PATCH 16/29] postfix: upgrade 3.10.8 -> 3.10.9 Anuj Mittal
2026-05-17 8:19 ` [wrynose][meta-oe][PATCH 17/29] jsoncpp: Fix C++11 ABI breakage when compiled with C++17 Anuj Mittal
2026-05-17 8:19 ` [wrynose][meta-oe][PATCH 18/29] pkcs11-provider: fix build error on 32 bit systems Anuj Mittal
2026-05-17 8:19 ` [wrynose][meta-oe][PATCH 19/29] kmscon: upgrade 9.3.3 -> 9.3.5 Anuj Mittal
2026-05-17 8:19 ` [wrynose][meta-oe][PATCH 20/29] thin-provisioning-tools: fix compile failure on 32bit BSPs Anuj Mittal
2026-05-17 8:19 ` [wrynose][meta-oe][PATCH 21/29] iwd: depend on the regulatory database Anuj Mittal
2026-05-17 8:19 ` [wrynose][meta-oe][PATCH 22/29] valkey: upgrade 9.0.3 -> 9.0.4 Anuj Mittal
2026-05-17 8:19 ` [wrynose][meta-perl][PATCH 23/29] libauthen-sasl-perl: upgrade 2.1800 -> 2.2000 Anuj Mittal
2026-05-17 8:19 ` [wrynose][meta-oe][PATCH 24/29] hunspell: upgrade 1.7.2 -> 1.7.3 Anuj Mittal
2026-05-17 8:19 ` [wrynose][meta-xfce][PATCH 25/29] orage: upgrade 4.20.2 -> 4.20.3 Anuj Mittal
2026-05-17 8:19 ` [wrynose][meta-networking][PATCH 26/29] znc: upgrade 1.10.1 -> 1.10.2 Anuj Mittal
2026-05-17 8:19 ` [wrynose][meta-python][PATCH 27/29] python3-ujson: upgrade 5.12.0 -> 5.12.1 Anuj Mittal
2026-05-17 8:19 ` [wrynose][meta-networking][PATCH 28/29] nftables: improve reproducibility Anuj Mittal
2026-05-17 8:19 ` [wrynose][meta-oe][PATCH 29/29] libtsm: upgrade 4.4.3 -> 4.5.0 Anuj Mittal
2026-05-21 3:36 ` [oe] [wrynose][PATCH 00/29] Wrynose pull request Khem Raj
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1779004358.git.anuj.mittal@oss.qualcomm.com \
--to=anuj.mittal@oss.qualcomm.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox