From: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
To: raj.khem@gmail.com, openembedded-devel@lists.openembedded.org
Subject: [PATCH 00/27] Wrynose pull request
Date: Fri, 5 Jun 2026 08:31:03 +0530 [thread overview]
Message-ID: <cover.1780628170.git.anuj.mittal@oss.qualcomm.com> (raw)
Please merge these changes in wrynose. Tested locally and on autobuilder.
https://autobuilder.yoctoproject.org/valkyrie/#/builders/81/builds/1540
The following changes since commit 9af4488d46cb4fd4c0d2d64820c86225ebd6ac71:
libtsm: upgrade 4.4.3 -> 4.5.0 (2026-05-17 11:52:30 +0530)
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 a43f0d532c399458cae44ce66f3799a220fbb497:
README: update listed maintainer (2026-05-29 09:29:32 +0530)
----------------------------------------------------------------
Abhishek Bachiphale (4):
dnsmasq: fix CVE-2026-4891
dnsmasq: fix CVE-2026-4892
dnsmasq: fix CVE-2026-4893
dnsmasq: fix CVE-2026-5172
Adam Duskett (1):
kmscon: fix zlib cross-compiling errors
Ankur Tyagi (3):
python3-django: upgrade 5.2.13 -> 5.2.14
python3-django: upgrade 6.0.4 -> 6.0.5
imagemagick: upgrade 7.1.2-22 -> 7.1.2-23
Anuj Mittal (1):
README: update listed maintainer
Guocai He (1):
postgresql: upgrade 17.8 -> 17.10
Jason Schonberg (2):
Update README.md example with new branch name.
nodejs: upgrade 22.22.2 -> 22.22.3
Jiaying Song (1):
layer.conf: remove dead BBFILES_DYNAMIC entry for clang-layer
Markus Volk (1):
pipewire: update 1.6.3 -> 1.6.5
Wang Mingyu (13):
localsearch: upgrade 3.11.0 -> 3.11.1
neatvnc: upgrade 0.9.5 -> 0.9.6
python3-inline-snapshot: upgrade 0.32.6 -> 0.32.7
python3-tzdata: upgrade 2026.1 -> 2026.2
python3-typeguard: upgrade 4.5.1 -> 4.5.2
python3-huey: upgrade 3.0.0 -> 3.0.1
swagger-ui: upgrade 5.32.2 -> 5.32.5
swagger-ui: upgrade 5.32.5 -> 5.32.6
imagemagick: upgrade 7.1.2-21 -> 7.1.2-22
bit7z: upgrade 4.0.11 -> 4.0.12
uriparser: upgrade 1.0.0 -> 1.0.1
uriparser: upgrade 1.0.1 -> 1.0.2
lldpd: upgrade 1.0.21 -> 1.0.22
README.md | 2 +-
meta-filesystems/README.md | 4 +-
meta-gnome/README.md | 4 +-
...search_3.11.0.bb => localsearch_3.11.1.bb} | 2 +-
meta-initramfs/README.md | 5 +-
meta-multimedia/README.md | 4 +-
.../{pipewire_1.6.3.bb => pipewire_1.6.5.bb} | 2 +-
meta-networking/MAINTAINERS | 3 +-
meta-networking/README.md | 2 +-
.../{lldpd_1.0.21.bb => lldpd_1.0.22.bb} | 2 +-
.../recipes-support/dnsmasq/dnsmasq_2.92.bb | 4 ++
.../dnsmasq/files/CVE-2026-4891.patch | 40 +++++++++++++
.../dnsmasq/files/CVE-2026-4892.patch | 36 +++++++++++
.../dnsmasq/files/CVE-2026-4893.patch | 34 +++++++++++
.../dnsmasq/files/CVE-2026-5172.patch | 34 +++++++++++
meta-oe/README.md | 4 +-
meta-oe/conf/layer.conf | 2 -
...c-bypass-autoconf-2.69-version-check.patch | 2 +-
...postgresql_17.8.bb => postgresql_17.10.bb} | 2 +-
.../0001-detect-aarch64-Neon-correctly.patch | 51 ----------------
.../0001-fix-arm-Neon-intrinsics-types.patch | 59 ------------------
...header-value-__builtin_ctzll-undefin.patch | 60 -------------------
.../{nodejs_22.22.2.bb => nodejs_22.22.3.bb} | 5 +-
.../7zip/{bit7z_4.0.11.bb => bit7z_4.0.12.bb} | 2 +-
...0001-fix-zlib-cross-compiling-errors.patch | 51 ++++++++++++++++
.../recipes-graphics/kmscon/kmscon_9.3.5.bb | 5 +-
.../neatvnc/neatvnc/0001-Use-aml-v1.patch | 21 +++----
.../{neatvnc_0.9.5.bb => neatvnc_0.9.6.bb} | 2 +-
...ck_7.1.2-21.bb => imagemagick_7.1.2-23.bb} | 2 +-
...{uriparser_1.0.0.bb => uriparser_1.0.2.bb} | 2 +-
meta-perl/README.md | 6 +-
meta-python/README.md | 6 +-
...ngo_5.2.13.bb => python3-django_5.2.14.bb} | 2 +-
...jango_6.0.4.bb => python3-django_6.0.5.bb} | 2 +-
...n3-huey_3.0.0.bb => python3-huey_3.0.1.bb} | 2 +-
...6.bb => python3-inline-snapshot_0.32.7.bb} | 2 +-
...rd_4.5.1.bb => python3-typeguard_4.5.2.bb} | 2 +-
...ata_2026.1.bb => python3-tzdata_2026.2.bb} | 2 +-
meta-webserver/README.md | 5 +-
...gger-ui_5.32.2.bb => swagger-ui_5.32.6.bb} | 2 +-
meta-xfce/README.md | 5 +-
41 files changed, 250 insertions(+), 234 deletions(-)
rename meta-gnome/recipes-gnome/tracker/{localsearch_3.11.0.bb => localsearch_3.11.1.bb} (96%)
rename meta-multimedia/recipes-multimedia/pipewire/{pipewire_1.6.3.bb => pipewire_1.6.5.bb} (99%)
rename meta-networking/recipes-daemons/lldpd/{lldpd_1.0.21.bb => lldpd_1.0.22.bb} (96%)
create mode 100644 meta-networking/recipes-support/dnsmasq/files/CVE-2026-4891.patch
create mode 100644 meta-networking/recipes-support/dnsmasq/files/CVE-2026-4892.patch
create mode 100644 meta-networking/recipes-support/dnsmasq/files/CVE-2026-4893.patch
create mode 100644 meta-networking/recipes-support/dnsmasq/files/CVE-2026-5172.patch
rename meta-oe/recipes-dbs/postgresql/{postgresql_17.8.bb => postgresql_17.10.bb} (87%)
delete mode 100644 meta-oe/recipes-devtools/nodejs/nodejs/0001-detect-aarch64-Neon-correctly.patch
delete mode 100644 meta-oe/recipes-devtools/nodejs/nodejs/0001-fix-arm-Neon-intrinsics-types.patch
delete mode 100644 meta-oe/recipes-devtools/nodejs/nodejs/0001-llhttp-fix-NEON-header-value-__builtin_ctzll-undefin.patch
rename meta-oe/recipes-devtools/nodejs/{nodejs_22.22.2.bb => nodejs_22.22.3.bb} (96%)
rename meta-oe/recipes-extended/7zip/{bit7z_4.0.11.bb => bit7z_4.0.12.bb} (98%)
create mode 100644 meta-oe/recipes-graphics/kmscon/files/0001-fix-zlib-cross-compiling-errors.patch
rename meta-oe/recipes-graphics/neatvnc/{neatvnc_0.9.5.bb => neatvnc_0.9.6.bb} (96%)
rename meta-oe/recipes-support/imagemagick/{imagemagick_7.1.2-21.bb => imagemagick_7.1.2-23.bb} (99%)
rename meta-oe/recipes-support/uriparser/{uriparser_1.0.0.bb => uriparser_1.0.2.bb} (91%)
rename meta-python/recipes-devtools/python/{python3-django_5.2.13.bb => python3-django_5.2.14.bb} (61%)
rename meta-python/recipes-devtools/python/{python3-django_6.0.4.bb => python3-django_6.0.5.bb} (75%)
rename meta-python/recipes-devtools/python/{python3-huey_3.0.0.bb => python3-huey_3.0.1.bb} (79%)
rename meta-python/recipes-devtools/python/{python3-inline-snapshot_0.32.6.bb => python3-inline-snapshot_0.32.7.bb} (88%)
rename meta-python/recipes-devtools/python/{python3-typeguard_4.5.1.bb => python3-typeguard_4.5.2.bb} (88%)
rename meta-python/recipes-devtools/python/{python3-tzdata_2026.1.bb => python3-tzdata_2026.2.bb} (85%)
rename meta-webserver/recipes-devtools/swagger-ui/{swagger-ui_5.32.2.bb => swagger-ui_5.32.6.bb} (94%)
--
2.54.0
next reply other threads:[~2026-06-05 3:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-05 3:01 Anuj Mittal [this message]
2026-06-07 21:09 ` [PATCH 00/27] 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.1780628170.git.anuj.mittal@oss.qualcomm.com \
--to=anuj.mittal@oss.qualcomm.com \
--cc=openembedded-devel@lists.openembedded.org \
--cc=raj.khem@gmail.com \
/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