From: Yoann Congal <yoann.congal@smile.fr>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][whinlatter 00/15] Patch review
Date: Tue, 20 Jan 2026 12:23:45 +0100 [thread overview]
Message-ID: <cover.1768906687.git.yoann.congal@smile.fr> (raw)
Please review this set of changes for whinlatter and have comments back by
end of day Thursday, January 22.
This whinlatter patch review request is aimed at getting kirkstone
4.0.33 built on monday:
* Ensuring fixes in kirkstone have their equivalent in more recent
stable branches.
* pseudo upgrade to fix 16117 – AB-INT: do_package: Error executing a python function in exec_func_python() autogenerated
https://bugzilla.yoctoproject.org/show_bug.cgi?id=16117
* ffmpeg patches to fix 16000 – AB-INT: ffmpeg build failing
https://bugzilla.yoctoproject.org/show_bug.cgi?id=16000
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/29/builds/3092
The following changes since commit dd10706cfafb5574b7cf316fca2300d166ef71b0:
build-appliance-image: Update to whinlatter head revisions (2026-01-12 10:58:53 +0000)
are available in the Git repository at:
https://git.openembedded.org/openembedded-core-contrib stable/whinlatter-nut
https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/whinlatter-nut
for you to fetch changes up to e7891f39ae90d1c23bfcb59af0064591513a671d:
libarchive: upgrade 3.8.4 -> 3.8.5 (2026-01-19 23:29:16 +0100)
----------------------------------------------------------------
Alexander Kanavin (3):
libpng: upgrade 1.6.52 -> 1.6.53
ffmpeg: add a (possible) build race fix
ffmpeg: fix a build race, hopefully for real this time
Paul Barker (1):
selftest: devtool: Set PATH when running pseudo
Peter Marko (9):
util-linux: patch CVE-2025-14104
gnupg: patch CVE-2025-68973
curl: patch CVE-2025-13034
curl: patch CVE-2025-14017
curl: patch CVE-2025-14524
curl: patch CVE-2025-14819
curl: patch CVE-2025-15079
curl: patch CVE-2025-15224
libarchive: upgrade 3.8.4 -> 3.8.5
Richard Purdie (2):
pseudo: Update to pull in openat2 and efault return code changes
pseudo: Update to pull in 'makewrappers: Fix EFAULT implementation'
meta/lib/oeqa/selftest/cases/devtool.py | 5 +-
meta/recipes-core/util-linux/util-linux.inc | 2 +
.../util-linux/CVE-2025-14104-01.patch | 33 +++++
.../util-linux/CVE-2025-14104-02.patch | 28 +++++
meta/recipes-devtools/pseudo/pseudo_git.bb | 2 +-
...ibarchive_3.8.4.bb => libarchive_3.8.5.bb} | 2 +-
...k-Consolidate-pattern-rules-for-comp.patch | 106 ++++++++++++++++
...s-Fix-double-build-by-disabling-.d-f.patch | 78 ++++++++++++
...ak-ensure-target-directories-are-cre.patch | 43 +++++++
meta/recipes-multimedia/ffmpeg/ffmpeg_8.0.bb | 6 +-
.../{libpng_1.6.52.bb => libpng_1.6.53.bb} | 2 +-
.../curl/curl/CVE-2025-13034.patch | 37 ++++++
.../curl/curl/CVE-2025-14017.patch | 116 ++++++++++++++++++
.../curl/curl/CVE-2025-14524.patch | 40 ++++++
.../curl/curl/CVE-2025-14819.patch | 73 +++++++++++
.../curl/curl/CVE-2025-15079.patch | 32 +++++
.../curl/curl/CVE-2025-15224.patch | 31 +++++
meta/recipes-support/curl/curl_8.17.0.bb | 6 +
.../gnupg/gnupg/CVE-2025-68973.patch | 108 ++++++++++++++++
meta/recipes-support/gnupg/gnupg_2.5.11.bb | 1 +
20 files changed, 745 insertions(+), 6 deletions(-)
create mode 100644 meta/recipes-core/util-linux/util-linux/CVE-2025-14104-01.patch
create mode 100644 meta/recipes-core/util-linux/util-linux/CVE-2025-14104-02.patch
rename meta/recipes-extended/libarchive/{libarchive_3.8.4.bb => libarchive_3.8.5.bb} (96%)
create mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/0001-ffbuild-commonmak-Consolidate-pattern-rules-for-comp.patch
create mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/0001-fftools-resources-Fix-double-build-by-disabling-.d-f.patch
create mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/0002-ffbuild-common.mak-ensure-target-directories-are-cre.patch
rename meta/recipes-multimedia/libpng/{libpng_1.6.52.bb => libpng_1.6.53.bb} (97%)
create mode 100644 meta/recipes-support/curl/curl/CVE-2025-13034.patch
create mode 100644 meta/recipes-support/curl/curl/CVE-2025-14017.patch
create mode 100644 meta/recipes-support/curl/curl/CVE-2025-14524.patch
create mode 100644 meta/recipes-support/curl/curl/CVE-2025-14819.patch
create mode 100644 meta/recipes-support/curl/curl/CVE-2025-15079.patch
create mode 100644 meta/recipes-support/curl/curl/CVE-2025-15224.patch
create mode 100644 meta/recipes-support/gnupg/gnupg/CVE-2025-68973.patch
next reply other threads:[~2026-01-20 11:24 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-20 11:23 Yoann Congal [this message]
2026-01-20 11:23 ` [OE-core][whinlatter 01/15] util-linux: patch CVE-2025-14104 Yoann Congal
2026-01-20 11:23 ` [OE-core][whinlatter 02/15] gnupg: patch CVE-2025-68973 Yoann Congal
2026-01-20 11:23 ` [OE-core][whinlatter 03/15] libpng: upgrade 1.6.52 -> 1.6.53 Yoann Congal
2026-01-21 12:38 ` Paul Barker
2026-01-21 12:43 ` Marko, Peter
2026-01-21 12:50 ` Paul Barker
2026-01-21 12:55 ` Yoann Congal
2026-01-20 11:23 ` [OE-core][whinlatter 04/15] pseudo: Update to pull in openat2 and efault return code changes Yoann Congal
2026-01-20 11:23 ` [OE-core][whinlatter 05/15] pseudo: Update to pull in 'makewrappers: Fix EFAULT implementation' Yoann Congal
2026-01-20 11:23 ` [OE-core][whinlatter 06/15] ffmpeg: add a (possible) build race fix Yoann Congal
2026-01-20 11:23 ` [OE-core][whinlatter 07/15] ffmpeg: fix a build race, hopefully for real this time Yoann Congal
2026-01-20 11:23 ` [OE-core][whinlatter 08/15] selftest: devtool: Set PATH when running pseudo Yoann Congal
2026-01-20 11:23 ` [OE-core][whinlatter 09/15] curl: patch CVE-2025-13034 Yoann Congal
2026-01-20 11:23 ` [OE-core][whinlatter 10/15] curl: patch CVE-2025-14017 Yoann Congal
2026-01-20 11:23 ` [OE-core][whinlatter 11/15] curl: patch CVE-2025-14524 Yoann Congal
2026-01-20 11:23 ` [OE-core][whinlatter 12/15] curl: patch CVE-2025-14819 Yoann Congal
2026-01-20 11:23 ` [OE-core][whinlatter 13/15] curl: patch CVE-2025-15079 Yoann Congal
2026-01-20 11:23 ` [OE-core][whinlatter 14/15] curl: patch CVE-2025-15224 Yoann Congal
2026-01-20 11:24 ` [OE-core][whinlatter 15/15] libarchive: upgrade 3.8.4 -> 3.8.5 Yoann Congal
2026-01-20 11:33 ` [OE-core][whinlatter 00/15] Patch review Yoann Congal
-- strict thread matches above, loose matches on Subject: below --
2026-04-02 5:21 Yoann Congal
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.1768906687.git.yoann.congal@smile.fr \
--to=yoann.congal@smile.fr \
--cc=openembedded-core@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