* [OE-core] [PATCH 01/23] ccache: upgrade 4.12.2 -> 4.12.3
@ 2026-03-03 10:09 Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 02/23] diffoscope: upgrade 311 -> 313 Wang Mingyu
` (21 more replies)
0 siblings, 22 replies; 25+ messages in thread
From: Wang Mingyu @ 2026-03-03 10:09 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
License-Update: Copyright year updated to 2026
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../ccache/{ccache_4.12.2.bb => ccache_4.12.3.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/ccache/{ccache_4.12.2.bb => ccache_4.12.3.bb} (88%)
diff --git a/meta/recipes-devtools/ccache/ccache_4.12.2.bb b/meta/recipes-devtools/ccache/ccache_4.12.3.bb
similarity index 88%
rename from meta/recipes-devtools/ccache/ccache_4.12.2.bb
rename to meta/recipes-devtools/ccache/ccache_4.12.3.bb
index 28f36e5ed7..0cd9a43a1b 100644
--- a/meta/recipes-devtools/ccache/ccache_4.12.2.bb
+++ b/meta/recipes-devtools/ccache/ccache_4.12.3.bb
@@ -7,7 +7,7 @@ HOMEPAGE = "http://ccache.samba.org"
SECTION = "devel"
LICENSE = "GPL-3.0-or-later & MIT & BSL-1.0 & ISC"
-LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=5633f18ca110f0d4cb907eba07c920ef \
+LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=22ef4326c8a14ac937fc2b76ef0fd233 \
file://src/third_party/cpp-httplib/httplib.h;endline=6;md5=663aca6f84e7d67ade228aad32afc0ea \
file://src/third_party/nonstd-span/nonstd/span.hpp;endline=9;md5=b4af92a7f068b38c5b3410dceb30c186 \
file://src/third_party/win32-compat/win32/mktemp.c;endline=17;md5=d287e9c1f1cd2bb2bd164490e1cf449a \
@@ -17,7 +17,7 @@ DEPENDS = "zstd fmt xxhash"
SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz"
-SRC_URI[sha256sum] = "2a087efb66b62d4c66d4eb276748bbfa797ff3bde20adf44c53e5a8b9f3679af"
+SRC_URI[sha256sum] = "d683d5964a395f00c1c812ea1d1d523179f1097cbff7e7e54e714fa3f99711b1"
inherit cmake github-releases
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 02/23] diffoscope: upgrade 311 -> 313
2026-03-03 10:09 [OE-core] [PATCH 01/23] ccache: upgrade 4.12.2 -> 4.12.3 Wang Mingyu
@ 2026-03-03 10:09 ` Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 03/23] ed: upgrade 1.22.4 -> 1.22.5 Wang Mingyu
` (20 subsequent siblings)
21 siblings, 0 replies; 25+ messages in thread
From: Wang Mingyu @ 2026-03-03 10:09 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../diffoscope/{diffoscope_311.bb => diffoscope_313.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/diffoscope/{diffoscope_311.bb => diffoscope_313.bb} (93%)
diff --git a/meta/recipes-support/diffoscope/diffoscope_311.bb b/meta/recipes-support/diffoscope/diffoscope_313.bb
similarity index 93%
rename from meta/recipes-support/diffoscope/diffoscope_311.bb
rename to meta/recipes-support/diffoscope/diffoscope_313.bb
index e947bc0219..b5d07e9a47 100644
--- a/meta/recipes-support/diffoscope/diffoscope_311.bb
+++ b/meta/recipes-support/diffoscope/diffoscope_313.bb
@@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope"
inherit pypi setuptools3
-SRC_URI[sha256sum] = "9316493c0ba14d6f7537dd4e4ade7d4cd5cfef86b63fe687f0e7073861c5ba8b"
+SRC_URI[sha256sum] = "f2f3ca5f1a933e21155c3c96ef1b5c50233dd24f080c05d3fc1d4283e652f7fd"
RDEPENDS:${PN} += "\
binutils \
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 03/23] ed: upgrade 1.22.4 -> 1.22.5
2026-03-03 10:09 [OE-core] [PATCH 01/23] ccache: upgrade 4.12.2 -> 4.12.3 Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 02/23] diffoscope: upgrade 311 -> 313 Wang Mingyu
@ 2026-03-03 10:09 ` Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 04/23] enchant2: upgrade 2.8.14 -> 2.8.15 Wang Mingyu
` (19 subsequent siblings)
21 siblings, 0 replies; 25+ messages in thread
From: Wang Mingyu @ 2026-03-03 10:09 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
============
- Use 'sizeof active_list[0]' instead of 'sizeof (line_node **)'.
- A file name ending in slash '/' is now diagnosed as 'Invalid filename'
instead of 'Is a directory'.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-extended/ed/{ed_1.22.4.bb => ed_1.22.5.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-extended/ed/{ed_1.22.4.bb => ed_1.22.5.bb} (93%)
diff --git a/meta/recipes-extended/ed/ed_1.22.4.bb b/meta/recipes-extended/ed/ed_1.22.5.bb
similarity index 93%
rename from meta/recipes-extended/ed/ed_1.22.4.bb
rename to meta/recipes-extended/ed/ed_1.22.5.bb
index 36b631b762..0301dd42c9 100644
--- a/meta/recipes-extended/ed/ed_1.22.4.bb
+++ b/meta/recipes-extended/ed/ed_1.22.5.bb
@@ -19,7 +19,7 @@ bindir = "${base_bindir}"
SRC_URI = "${GNU_MIRROR}/ed/${BP}.tar.lz"
UPSTREAM_CHECK_URI = "${GNU_MIRROR}/ed/"
-SRC_URI[sha256sum] = "987a1ebbbad3fcf63a1ffa9e29b3fa7de065150d16319d0a49dd8b57f81d3e9c"
+SRC_URI[sha256sum] = "56e107ddc2f29dad6690376c15bf9751509e1ee3b8241710e44edbe5c3a158cc"
EXTRA_OEMAKE = "-e MAKEFLAGS="
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 04/23] enchant2: upgrade 2.8.14 -> 2.8.15
2026-03-03 10:09 [OE-core] [PATCH 01/23] ccache: upgrade 4.12.2 -> 4.12.3 Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 02/23] diffoscope: upgrade 311 -> 313 Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 03/23] ed: upgrade 1.22.4 -> 1.22.5 Wang Mingyu
@ 2026-03-03 10:09 ` Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 05/23] fastfloat: upgrade 8.2.2 -> 8.2.3 Wang Mingyu
` (18 subsequent siblings)
21 siblings, 0 replies; 25+ messages in thread
From: Wang Mingyu @ 2026-03-03 10:09 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Bugfix:
=========
- removing a word that happens to be at the end of a personal word list
file has not worked since 2.7.0.
- the way that personal word lists are merged with the current
session has been changed so that personal word list words now appear in
suggestions with providers that support adding words to the current session
(Aspell and Hunspell).
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../enchant/{enchant2_2.8.14.bb => enchant2_2.8.15.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/enchant/{enchant2_2.8.14.bb => enchant2_2.8.15.bb} (91%)
diff --git a/meta/recipes-support/enchant/enchant2_2.8.14.bb b/meta/recipes-support/enchant/enchant2_2.8.15.bb
similarity index 91%
rename from meta/recipes-support/enchant/enchant2_2.8.14.bb
rename to meta/recipes-support/enchant/enchant2_2.8.15.bb
index 4f8f2cf7f8..bc1c5f7a67 100644
--- a/meta/recipes-support/enchant/enchant2_2.8.14.bb
+++ b/meta/recipes-support/enchant/enchant2_2.8.15.bb
@@ -12,7 +12,7 @@ DEPENDS = "glib-2.0 groff-native"
inherit autotools pkgconfig github-releases
SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz"
-SRC_URI[sha256sum] = "d04588769399ff7140fa214b9731e6fc6eda9bb2e75df9f67263717710bb4c4b"
+SRC_URI[sha256sum] = "d3fd9e4170bfb5110b0bda577fe764a38fb606b3c25d2f0c3840234521ff1252"
GITHUB_BASE_URI = "https://github.com/rrthomas/enchant/releases"
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 05/23] fastfloat: upgrade 8.2.2 -> 8.2.3
2026-03-03 10:09 [OE-core] [PATCH 01/23] ccache: upgrade 4.12.2 -> 4.12.3 Wang Mingyu
` (2 preceding siblings ...)
2026-03-03 10:09 ` [OE-core] [PATCH 04/23] enchant2: upgrade 2.8.14 -> 2.8.15 Wang Mingyu
@ 2026-03-03 10:09 ` Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 06/23] hwdata: upgrade 0.403 -> 0.404 Wang Mingyu
` (17 subsequent siblings)
21 siblings, 0 replies; 25+ messages in thread
From: Wang Mingyu @ 2026-03-03 10:09 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
=========
- add base check for uint8
- fix issue with s390x.
- optimize uint16 parsing
- optimize fastfloat_strncasecmp
- Bump the github-actions group across 1 directory with 4 updates
- fix early return error in fastfloat_strncasecmp
- Clarify behavior for underflow
- Fix overzealous build-time /permissive- propagating to compile-time (cross-compilation bug)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../fastfloat/{fastfloat_8.2.2.bb => fastfloat_8.2.3.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/fastfloat/{fastfloat_8.2.2.bb => fastfloat_8.2.3.bb} (90%)
diff --git a/meta/recipes-devtools/fastfloat/fastfloat_8.2.2.bb b/meta/recipes-devtools/fastfloat/fastfloat_8.2.3.bb
similarity index 90%
rename from meta/recipes-devtools/fastfloat/fastfloat_8.2.2.bb
rename to meta/recipes-devtools/fastfloat/fastfloat_8.2.3.bb
index 28d59ca09b..9ccf3dce0c 100644
--- a/meta/recipes-devtools/fastfloat/fastfloat_8.2.2.bb
+++ b/meta/recipes-devtools/fastfloat/fastfloat_8.2.3.bb
@@ -9,6 +9,6 @@ LIC_FILES_CHKSUM = " \
SRC_URI = "git://github.com/fastfloat/fast_float.git;protocol=https;branch=main;tag=v${PV}"
-SRCREV = "97b54ca9e75f5303507699d27c6b4f4efe4641a1"
+SRCREV = "01ce95dfe46abccf3264fbccf9f5139ea9016cd2"
inherit cmake
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 06/23] hwdata: upgrade 0.403 -> 0.404
2026-03-03 10:09 [OE-core] [PATCH 01/23] ccache: upgrade 4.12.2 -> 4.12.3 Wang Mingyu
` (3 preceding siblings ...)
2026-03-03 10:09 ` [OE-core] [PATCH 05/23] fastfloat: upgrade 8.2.2 -> 8.2.3 Wang Mingyu
@ 2026-03-03 10:09 ` Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 07/23] less: upgrade 691 -> 692 Wang Mingyu
` (16 subsequent siblings)
21 siblings, 0 replies; 25+ messages in thread
From: Wang Mingyu @ 2026-03-03 10:09 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../recipes-support/hwdata/{hwdata_0.403.bb => hwdata_0.404.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/hwdata/{hwdata_0.403.bb => hwdata_0.404.bb} (93%)
diff --git a/meta/recipes-support/hwdata/hwdata_0.403.bb b/meta/recipes-support/hwdata/hwdata_0.404.bb
similarity index 93%
rename from meta/recipes-support/hwdata/hwdata_0.403.bb
rename to meta/recipes-support/hwdata/hwdata_0.404.bb
index f95146648f..04b9da8a40 100644
--- a/meta/recipes-support/hwdata/hwdata_0.403.bb
+++ b/meta/recipes-support/hwdata/hwdata_0.404.bb
@@ -8,7 +8,7 @@ LICENSE = "GPL-2.0-or-later | X11"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57"
SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https;tag=v${PV}"
-SRCREV = "bb56be59220b34d79160b73bd24eb36952dc8c63"
+SRCREV = "428ad3882fff801c553fc575d99bcdb2edbd41f7"
inherit allarch
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 07/23] less: upgrade 691 -> 692
2026-03-03 10:09 [OE-core] [PATCH 01/23] ccache: upgrade 4.12.2 -> 4.12.3 Wang Mingyu
` (4 preceding siblings ...)
2026-03-03 10:09 ` [OE-core] [PATCH 06/23] hwdata: upgrade 0.403 -> 0.404 Wang Mingyu
@ 2026-03-03 10:09 ` Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 08/23] libcap-ng-python,libcap-ng: upgrade 0.9 -> 0.9.1,0.9 -> 0.9.1 Wang Mingyu
` (15 subsequent siblings)
21 siblings, 0 replies; 25+ messages in thread
From: Wang Mingyu @ 2026-03-03 10:09 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
==========
- Revert HOME key to scroll to beginning of file and END key to scroll to end of file
- Configure tty to leave CR and NL unmodified
- Add commands to lesskey parser (forw-bell-hilite, goto-pos and osc8-jump).
- Add key sequences to lesskey parser (\kE, \kF, \kH, \kI, \kM, and \kS).
- Fix bug using negative value with -z option
- Fix bug handling empty terminfo capabilties
- Fix memory leak in setupterm
- Make lesstest ignore system locale (nl_langinfo)
License-Update: Copyright year updated to 2026.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-extended/less/{less_691.bb => less_692.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-extended/less/{less_691.bb => less_692.bb} (91%)
diff --git a/meta/recipes-extended/less/less_691.bb b/meta/recipes-extended/less/less_692.bb
similarity index 91%
rename from meta/recipes-extended/less/less_691.bb
rename to meta/recipes-extended/less/less_692.bb
index 8354dc4486..6f621905a0 100644
--- a/meta/recipes-extended/less/less_691.bb
+++ b/meta/recipes-extended/less/less_692.bb
@@ -21,7 +21,7 @@ SECTION = "console/utils"
LICENSE = "GPL-3.0-or-later | BSD-2-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 \
- file://LICENSE;md5=8051a271adb36d1462531a3b40c22878 \
+ file://LICENSE;md5=bee5763a5e2bccdcdbd9bfe982ffc82b \
"
DEPENDS = "ncurses"
@@ -29,7 +29,7 @@ SRC_URI = "http://www.greenwoodsoftware.com/${BPN}/${BPN}-${PV}.tar.gz \
file://run-ptest \
"
-SRC_URI[sha256sum] = "88b480eda1bb4f92009f7968b23189eaf1329211f5a3515869e133d286154d25"
+SRC_URI[sha256sum] = "61300f603798ecf1d7786570789f0ff3f5a1acf075a6fb9f756837d166e37d14"
UPSTREAM_CHECK_URI = "http://www.greenwoodsoftware.com/less/download.html"
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 08/23] libcap-ng-python,libcap-ng: upgrade 0.9 -> 0.9.1,0.9 -> 0.9.1
2026-03-03 10:09 [OE-core] [PATCH 01/23] ccache: upgrade 4.12.2 -> 4.12.3 Wang Mingyu
` (5 preceding siblings ...)
2026-03-03 10:09 ` [OE-core] [PATCH 07/23] less: upgrade 691 -> 692 Wang Mingyu
@ 2026-03-03 10:09 ` Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 09/23] libfontenc: upgrade 1.1.8 -> 1.1.9 Wang Mingyu
` (14 subsequent siblings)
21 siblings, 0 replies; 25+ messages in thread
From: Wang Mingyu @ 2026-03-03 10:09 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
==============
- Deprecate captest
- In cap-audit, if tested app uses file system based capabilities, drop setpcap
- In cap-audit, fully resolve paths before classifying
- In cap-audit, add JSON escaping to output
- In cap-audit, filter pre-exec, startup, and shutdown capability noise
- pscap now has a --tree disply mode
- More code cleanups
- Improve output alignment of various utilities
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{libcap-ng-python_0.9.bb => libcap-ng-python_0.9.1.bb} | 0
meta/recipes-support/libcap-ng/libcap-ng.inc | 2 +-
.../libcap-ng/{libcap-ng_0.9.bb => libcap-ng_0.9.1.bb} | 0
3 files changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/libcap-ng/{libcap-ng-python_0.9.bb => libcap-ng-python_0.9.1.bb} (100%)
rename meta/recipes-support/libcap-ng/{libcap-ng_0.9.bb => libcap-ng_0.9.1.bb} (100%)
diff --git a/meta/recipes-support/libcap-ng/libcap-ng-python_0.9.bb b/meta/recipes-support/libcap-ng/libcap-ng-python_0.9.1.bb
similarity index 100%
rename from meta/recipes-support/libcap-ng/libcap-ng-python_0.9.bb
rename to meta/recipes-support/libcap-ng/libcap-ng-python_0.9.1.bb
diff --git a/meta/recipes-support/libcap-ng/libcap-ng.inc b/meta/recipes-support/libcap-ng/libcap-ng.inc
index 632527eb12..9d65c889bd 100644
--- a/meta/recipes-support/libcap-ng/libcap-ng.inc
+++ b/meta/recipes-support/libcap-ng/libcap-ng.inc
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
file://COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06"
SRC_URI = "git://github.com/stevegrubb/libcap-ng.git;protocol=https;branch=master;tag=v${PV}"
-SRCREV = "6ab1fe90fc24fcc1ed4ced635eb20166bcf00023"
+SRCREV = "427ed6d2c2b16e9b48f12953e55febfead3ef2e2"
inherit lib_package autotools pkgconfig
diff --git a/meta/recipes-support/libcap-ng/libcap-ng_0.9.bb b/meta/recipes-support/libcap-ng/libcap-ng_0.9.1.bb
similarity index 100%
rename from meta/recipes-support/libcap-ng/libcap-ng_0.9.bb
rename to meta/recipes-support/libcap-ng/libcap-ng_0.9.1.bb
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 09/23] libfontenc: upgrade 1.1.8 -> 1.1.9
2026-03-03 10:09 [OE-core] [PATCH 01/23] ccache: upgrade 4.12.2 -> 4.12.3 Wang Mingyu
` (6 preceding siblings ...)
2026-03-03 10:09 ` [OE-core] [PATCH 08/23] libcap-ng-python,libcap-ng: upgrade 0.9 -> 0.9.1,0.9 -> 0.9.1 Wang Mingyu
@ 2026-03-03 10:09 ` Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 10/23] libgpg-error: upgrade 1.58 -> 1.59 Wang Mingyu
` (13 subsequent siblings)
21 siblings, 0 replies; 25+ messages in thread
From: Wang Mingyu @ 2026-03-03 10:09 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
- gitlab CI: drop the ci-fairy check-mr job
- meson: Add option to build with meson
- configure: Use pkg-config to handle zlib dependency if possible
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../xorg-lib/{libfontenc_1.1.8.bb => libfontenc_1.1.9.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/xorg-lib/{libfontenc_1.1.8.bb => libfontenc_1.1.9.bb} (80%)
diff --git a/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb b/meta/recipes-graphics/xorg-lib/libfontenc_1.1.9.bb
similarity index 80%
rename from meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb
rename to meta/recipes-graphics/xorg-lib/libfontenc_1.1.9.bb
index 0fc117fc58..0727825112 100644
--- a/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb
+++ b/meta/recipes-graphics/xorg-lib/libfontenc_1.1.9.bb
@@ -11,6 +11,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=96254c20ab81c63e65b26f0dbcd4a1c1"
DEPENDS += "zlib xorgproto font-util"
PE = "1"
-SRC_URI[sha256sum] = "7b02c3d405236e0d86806b1de9d6868fe60c313628b38350b032914aa4fd14c6"
+SRC_URI[sha256sum] = "9d8392705cb10803d5fe1d27d236cbab3f664e26841ce01916bbbe430cf273e2"
BBCLASSEXTEND = "native"
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 10/23] libgpg-error: upgrade 1.58 -> 1.59
2026-03-03 10:09 [OE-core] [PATCH 01/23] ccache: upgrade 4.12.2 -> 4.12.3 Wang Mingyu
` (7 preceding siblings ...)
2026-03-03 10:09 ` [OE-core] [PATCH 09/23] libfontenc: upgrade 1.1.8 -> 1.1.9 Wang Mingyu
@ 2026-03-03 10:09 ` Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 11/23] libsoup: upgrade 3.6.5 -> 3.6.6 Wang Mingyu
` (12 subsequent siblings)
21 siblings, 0 replies; 25+ messages in thread
From: Wang Mingyu @ 2026-03-03 10:09 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
License-Update: Copyright year updated to 2026.
Changelog:
=============
* Take care of POSIX semaphore "shared" semantics. This fixes a
problem on NetBSD.
* Fix preparing the environment block on Windows.
* Fix for GPGRT_PROCESS_*_KEEP flags on Windows.
* Update Russian and Swedish translations.
* Introduce autogen.rc variable autogen_use_force.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{libgpg-error_1.58.bb => libgpg-error_1.59.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/libgpg-error/{libgpg-error_1.58.bb => libgpg-error_1.59.bb} (93%)
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.58.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.59.bb
similarity index 93%
rename from meta/recipes-support/libgpg-error/libgpg-error_1.58.bb
rename to meta/recipes-support/libgpg-error/libgpg-error_1.59.bb
index d42a9028e8..53280f5770 100644
--- a/meta/recipes-support/libgpg-error/libgpg-error_1.58.bb
+++ b/meta/recipes-support/libgpg-error/libgpg-error_1.59.bb
@@ -6,7 +6,7 @@ BUGTRACKER = "https://bugs.g10code.com/gnupg/index"
LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
- file://src/gpg-error.h.in;beginline=2;endline=18;md5=badc79a9308e1cbd2657b2441c7cf017 \
+ file://src/gpg-error.h.in;beginline=2;endline=18;md5=f146974b5d59380f15c9f0eaaac4cbec \
file://src/init.c;beginline=2;endline=17;md5=f01cdfcf747af5380590cfd9bbfeaaf7 \
"
@@ -19,7 +19,7 @@ SRC_URI = "${GNUPG_MIRROR}/libgpg-error/libgpg-error-${PV}.tar.bz2 \
file://run-ptest \
"
-SRC_URI[sha256sum] = "f943aea9a830a8bd938e5124b579efaece24a3225ff4c3d27611a80ce1260c27"
+SRC_URI[sha256sum] = "a19bc5087fd97026d93cb4b45d51638d1a25202a5e1fbc3905799f424cfa6134"
BINCONFIG = "${bindir}/gpg-error-config"
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 11/23] libsoup: upgrade 3.6.5 -> 3.6.6
2026-03-03 10:09 [OE-core] [PATCH 01/23] ccache: upgrade 4.12.2 -> 4.12.3 Wang Mingyu
` (8 preceding siblings ...)
2026-03-03 10:09 ` [OE-core] [PATCH 10/23] libgpg-error: upgrade 1.58 -> 1.59 Wang Mingyu
@ 2026-03-03 10:09 ` Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 12/23] libtraceevent: upgrade 1.8.6 -> 1.9.0 Wang Mingyu
` (11 subsequent siblings)
21 siblings, 0 replies; 25+ messages in thread
From: Wang Mingyu @ 2026-03-03 10:09 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
============
* websocket: Fix out-of-bounds read in process_frame
* Check nulls returned by soup_date_time_new_from_http_string()
* Numerous fixes to handling of Range headers
* server: close the connection after responsing a request containing Content-Length and Transfer-Encoding
* Use CRLF as line boundary when parsing chunked enconding data
* websocket: do not accept messages frames after closing due to an error
* Sanitize filename of content disposition header values
* Always validate the headers value when coming from untrusted source
* uri-utils: do host validation when checking if a GUri is valid
* multipart: check length of bytes read soup_filter_input_stream_read_until()
* message-headers: Reject duplicate Host headers
* server: null-check soup_date_time_to_string()
* auth-digest: fix crash in soup_auth_digest_get_protection_space()
* session: fix 'heap-use-after-free' caused by 'finishing' queue item twice
* cookies: Avoid expires attribute if date is invalid
* http1: Set EOF flag once content-length bytes have been read
* date-utils: Add value checks for date/time parsing
* multipart: Fix multiple boundry limits
* Fixed multiple possible memory leaks
* message-headers: Correct merge of ranges
* body-input-stream: Correct chunked trailers end detection
* server-http2: Correctly validate URIs
* multipart: Fix read out of buffer bounds under soup_multipart_new_from_message()
* headers: Ensure Request-Line comprises entire first line
* tests: Fix MSVC build error
* Fix possible deadlock on init from gmodule usage
* Add Cornish translation
* Update Turkish translation
* Update Uighur translation
* Update Romanian translation
* Add Uzbek (Latin) translation
* Add Kazakh translation
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../libsoup/{libsoup_3.6.5.bb => libsoup_3.6.6.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/libsoup/{libsoup_3.6.5.bb => libsoup_3.6.6.bb} (95%)
diff --git a/meta/recipes-support/libsoup/libsoup_3.6.5.bb b/meta/recipes-support/libsoup/libsoup_3.6.6.bb
similarity index 95%
rename from meta/recipes-support/libsoup/libsoup_3.6.5.bb
rename to meta/recipes-support/libsoup/libsoup_3.6.6.bb
index 549bbb7981..f9dd5311a4 100644
--- a/meta/recipes-support/libsoup/libsoup_3.6.5.bb
+++ b/meta/recipes-support/libsoup/libsoup_3.6.6.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
DEPENDS = "glib-2.0 glib-2.0-native libxml2 sqlite3 libpsl nghttp2"
-SRC_URI[archive.sha256sum] = "6891765aac3e949017945c3eaebd8cc8216df772456dc9f460976fbdb7ada234"
+SRC_URI[archive.sha256sum] = "51ed0ae06f9d5a40f401ff459e2e5f652f9a510b7730e1359ee66d14d4872740"
PROVIDES = "libsoup-3.0"
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 12/23] libtraceevent: upgrade 1.8.6 -> 1.9.0
2026-03-03 10:09 [OE-core] [PATCH 01/23] ccache: upgrade 4.12.2 -> 4.12.3 Wang Mingyu
` (9 preceding siblings ...)
2026-03-03 10:09 ` [OE-core] [PATCH 11/23] libsoup: upgrade 3.6.5 -> 3.6.6 Wang Mingyu
@ 2026-03-03 10:09 ` Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 13/23] libuv: upgrade 1.51.0 -> 1.52.0 Wang Mingyu
` (10 subsequent siblings)
21 siblings, 0 replies; 25+ messages in thread
From: Wang Mingyu @ 2026-03-03 10:09 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{libtraceevent_1.8.6.bb => libtraceevent_1.9.0.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-kernel/libtraceevent/{libtraceevent_1.8.6.bb => libtraceevent_1.9.0.bb} (86%)
diff --git a/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.6.bb b/meta/recipes-kernel/libtraceevent/libtraceevent_1.9.0.bb
similarity index 86%
rename from meta/recipes-kernel/libtraceevent/libtraceevent_1.8.6.bb
rename to meta/recipes-kernel/libtraceevent/libtraceevent_1.9.0.bb
index deddb60f63..0dee0ebcc2 100644
--- a/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.6.bb
+++ b/meta/recipes-kernel/libtraceevent/libtraceevent_1.9.0.bb
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0;md5=e6a75371ba4d16749254a51215d13f97
file://LICENSES/LGPL-2.1;md5=b370887980db5dd40659b50909238dbd"
SECTION = "libs"
-SRCREV = "98c217427183f66f09f4a27300ad87d71814c38f"
-SRC_URI = "git://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git;branch=${BPN};protocol=https \
+SRCREV = "13701b5532e0c3295bf5670361692b0d0044228d"
+SRC_URI = "git://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git;branch=${BPN};protocol=https;tag=${BPN}-${PV} \
"
inherit meson pkgconfig
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 13/23] libuv: upgrade 1.51.0 -> 1.52.0
2026-03-03 10:09 [OE-core] [PATCH 01/23] ccache: upgrade 4.12.2 -> 4.12.3 Wang Mingyu
` (10 preceding siblings ...)
2026-03-03 10:09 ` [OE-core] [PATCH 12/23] libtraceevent: upgrade 1.8.6 -> 1.9.0 Wang Mingyu
@ 2026-03-03 10:09 ` Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 14/23] libx11: upgrade 1.8.12 -> 1.8.13 Wang Mingyu
` (9 subsequent siblings)
21 siblings, 0 replies; 25+ messages in thread
From: Wang Mingyu @ 2026-03-03 10:09 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../libuv/{libuv_1.51.0.bb => libuv_1.52.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-connectivity/libuv/{libuv_1.51.0.bb => libuv_1.52.0.bb} (94%)
diff --git a/meta/recipes-connectivity/libuv/libuv_1.51.0.bb b/meta/recipes-connectivity/libuv/libuv_1.52.0.bb
similarity index 94%
rename from meta/recipes-connectivity/libuv/libuv_1.51.0.bb
rename to meta/recipes-connectivity/libuv/libuv_1.52.0.bb
index afc1bf87b5..25177bc05d 100644
--- a/meta/recipes-connectivity/libuv/libuv_1.51.0.bb
+++ b/meta/recipes-connectivity/libuv/libuv_1.52.0.bb
@@ -6,7 +6,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=74b6f2f7818a4e3a80d03556f71b129b \
file://LICENSE-extra;md5=f9307417749e19bd1d6d68a394b49324"
-SRCREV = "5152db2cbfeb5582e9c27c5ea1dba2cd9e10759b"
+SRCREV = "b556c0629d0fd250b5feefbc91b84c6f5e3dae48"
SRC_URI = "git://github.com/libuv/libuv.git;branch=v1.x;protocol=https;tag=v${PV}"
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 14/23] libx11: upgrade 1.8.12 -> 1.8.13
2026-03-03 10:09 [OE-core] [PATCH 01/23] ccache: upgrade 4.12.2 -> 4.12.3 Wang Mingyu
` (11 preceding siblings ...)
2026-03-03 10:09 ` [OE-core] [PATCH 13/23] libuv: upgrade 1.51.0 -> 1.52.0 Wang Mingyu
@ 2026-03-03 10:09 ` Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 15/23] libxmlb: upgrade 0.3.24 -> 0.3.25 Wang Mingyu
` (8 subsequent siblings)
21 siblings, 0 replies; 25+ messages in thread
From: Wang Mingyu @ 2026-03-03 10:09 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
License-Update: Drop vestiges of OS/2 support
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../xorg-lib/{libx11_1.8.12.bb => libx11_1.8.13.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-lib/{libx11_1.8.12.bb => libx11_1.8.13.bb} (86%)
diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.8.12.bb b/meta/recipes-graphics/xorg-lib/libx11_1.8.13.bb
similarity index 86%
rename from meta/recipes-graphics/xorg-lib/libx11_1.8.12.bb
rename to meta/recipes-graphics/xorg-lib/libx11_1.8.13.bb
index 580e44889d..f5c27e0102 100644
--- a/meta/recipes-graphics/xorg-lib/libx11_1.8.12.bb
+++ b/meta/recipes-graphics/xorg-lib/libx11_1.8.13.bb
@@ -7,7 +7,7 @@ basic functions of the window system."
require xorg-lib-common.inc
LICENSE = "MIT & BSD-1-Clause & HPND & HPND-sell-variant & ISC"
-LIC_FILES_CHKSUM = "file://COPYING;md5=1d49cdd2b386c5db11ec636d680b7116"
+LIC_FILES_CHKSUM = "file://COPYING;md5=8f2a1d92c4a50eedcf7c12672b908851"
DEPENDS += "xorgproto \
xtrans \
@@ -23,7 +23,7 @@ XORG_PN = "libX11"
SRC_URI += "file://disable_tests.patch"
-SRC_URI[sha256sum] = "fa026f9bb0124f4d6c808f9aef4057aad65e7b35d8ff43951cef0abe06bb9a9a"
+SRC_URI[sha256sum] = "69606f485c2c07c14ef64f75b7bb326d48587af33795d9ab3e607c0b5f94f11c"
inherit gettext
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 15/23] libxmlb: upgrade 0.3.24 -> 0.3.25
2026-03-03 10:09 [OE-core] [PATCH 01/23] ccache: upgrade 4.12.2 -> 4.12.3 Wang Mingyu
` (12 preceding siblings ...)
2026-03-03 10:09 ` [OE-core] [PATCH 14/23] libx11: upgrade 1.8.12 -> 1.8.13 Wang Mingyu
@ 2026-03-03 10:09 ` Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 16/23] p11-kit: upgrade 0.26.1 -> 0.26.2 Wang Mingyu
` (7 subsequent siblings)
21 siblings, 0 replies; 25+ messages in thread
From: Wang Mingyu @ 2026-03-03 10:09 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Bugfixes:
- Correctly decompress heavily compressed zstd streams
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../libxmlb/{libxmlb_0.3.24.bb => libxmlb_0.3.25.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-gnome/libxmlb/{libxmlb_0.3.24.bb => libxmlb_0.3.25.bb} (93%)
diff --git a/meta/recipes-gnome/libxmlb/libxmlb_0.3.24.bb b/meta/recipes-gnome/libxmlb/libxmlb_0.3.25.bb
similarity index 93%
rename from meta/recipes-gnome/libxmlb/libxmlb_0.3.24.bb
rename to meta/recipes-gnome/libxmlb/libxmlb_0.3.25.bb
index 24eb62c98c..8687436052 100644
--- a/meta/recipes-gnome/libxmlb/libxmlb_0.3.24.bb
+++ b/meta/recipes-gnome/libxmlb/libxmlb_0.3.25.bb
@@ -8,7 +8,7 @@ SRC_URI = " \
file://0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch \
file://run-ptest \
"
-SRCREV = "d004cca465e5c5af3ce02c02a15978ff02b510c3"
+SRCREV = "b31dec072f4428123db3866c18bf32bc5db04d35"
DEPENDS = "glib-2.0 xz zstd"
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 16/23] p11-kit: upgrade 0.26.1 -> 0.26.2
2026-03-03 10:09 [OE-core] [PATCH 01/23] ccache: upgrade 4.12.2 -> 4.12.3 Wang Mingyu
` (13 preceding siblings ...)
2026-03-03 10:09 ` [OE-core] [PATCH 15/23] libxmlb: upgrade 0.3.24 -> 0.3.25 Wang Mingyu
@ 2026-03-03 10:09 ` Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 17/23] rpm-sequoia-crypto-policy: upgrade to latest revision Wang Mingyu
` (6 subsequent siblings)
21 siblings, 0 replies; 25+ messages in thread
From: Wang Mingyu @ 2026-03-03 10:09 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
rpc: fix NULL dereference via C_DeriveKey with specific NULL parameters (CVE-2026-2100)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../p11-kit/{p11-kit_0.26.1.bb => p11-kit_0.26.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/p11-kit/{p11-kit_0.26.1.bb => p11-kit_0.26.2.bb} (97%)
diff --git a/meta/recipes-support/p11-kit/p11-kit_0.26.1.bb b/meta/recipes-support/p11-kit/p11-kit_0.26.2.bb
similarity index 97%
rename from meta/recipes-support/p11-kit/p11-kit_0.26.1.bb
rename to meta/recipes-support/p11-kit/p11-kit_0.26.2.bb
index 44ad776d59..fa41b45feb 100644
--- a/meta/recipes-support/p11-kit/p11-kit_0.26.1.bb
+++ b/meta/recipes-support/p11-kit/p11-kit_0.26.2.bb
@@ -12,7 +12,7 @@ DEPENDS:append = "${@' glib-2.0' if d.getVar('GTKDOC_ENABLED') == 'True' else ''
SRC_URI = "gitsm://github.com/p11-glue/p11-kit;branch=master;protocol=https;tag=${PV} \
"
-SRCREV = "49ccc27a1e433d6128d40a43c7ecc4624b0dbfde"
+SRCREV = "8e6e4e6d64d9fe91c62b0052c105b2b72d4c24ef"
PACKAGECONFIG ??= ""
PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,libxslt-native"
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 17/23] rpm-sequoia-crypto-policy: upgrade to latest revision
2026-03-03 10:09 [OE-core] [PATCH 01/23] ccache: upgrade 4.12.2 -> 4.12.3 Wang Mingyu
` (14 preceding siblings ...)
2026-03-03 10:09 ` [OE-core] [PATCH 16/23] p11-kit: upgrade 0.26.1 -> 0.26.2 Wang Mingyu
@ 2026-03-03 10:09 ` Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 18/23] sbc: upgrade 2.1 -> 2.2 Wang Mingyu
` (5 subsequent siblings)
21 siblings, 0 replies; 25+ messages in thread
From: Wang Mingyu @ 2026-03-03 10:09 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../rpm-sequoia/rpm-sequoia-crypto-policy_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/rpm-sequoia/rpm-sequoia-crypto-policy_git.bb b/meta/recipes-devtools/rpm-sequoia/rpm-sequoia-crypto-policy_git.bb
index d368159df2..97d91f8ee1 100644
--- a/meta/recipes-devtools/rpm-sequoia/rpm-sequoia-crypto-policy_git.bb
+++ b/meta/recipes-devtools/rpm-sequoia/rpm-sequoia-crypto-policy_git.bb
@@ -10,7 +10,7 @@ inherit allarch python3native
SRC_URI = "git://gitlab.com/redhat-crypto/fedora-crypto-policies.git;protocol=https;branch=master"
-SRCREV = "19878fea4c5f62208655e32269842bce55c819b2"
+SRCREV = "f3f5fa454345b03039ee3d904964fc14829637ce"
UPSTREAM_CHECK_COMMITS = "1"
do_compile () {
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 18/23] sbc: upgrade 2.1 -> 2.2
2026-03-03 10:09 [OE-core] [PATCH 01/23] ccache: upgrade 4.12.2 -> 4.12.3 Wang Mingyu
` (15 preceding siblings ...)
2026-03-03 10:09 ` [OE-core] [PATCH 17/23] rpm-sequoia-crypto-policy: upgrade to latest revision Wang Mingyu
@ 2026-03-03 10:09 ` Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 19/23] spirv-llvm-translator: upgrade 21.1.3 -> 21.1.5 Wang Mingyu
` (4 subsequent siblings)
21 siblings, 0 replies; 25+ messages in thread
From: Wang Mingyu @ 2026-03-03 10:09 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
Fix issue when compiling with C23 requirements.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-multimedia/sbc/{sbc_2.1.bb => sbc_2.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-multimedia/sbc/{sbc_2.1.bb => sbc_2.2.bb} (90%)
diff --git a/meta/recipes-multimedia/sbc/sbc_2.1.bb b/meta/recipes-multimedia/sbc/sbc_2.2.bb
similarity index 90%
rename from meta/recipes-multimedia/sbc/sbc_2.1.bb
rename to meta/recipes-multimedia/sbc/sbc_2.2.bb
index 8b91e7e65b..ace764d5d3 100644
--- a/meta/recipes-multimedia/sbc/sbc_2.1.bb
+++ b/meta/recipes-multimedia/sbc/sbc_2.2.bb
@@ -15,7 +15,7 @@ DEPENDS = "libsndfile1"
SRC_URI = "${KERNELORG_MIRROR}/linux/bluetooth/${BP}.tar.xz"
-SRC_URI[sha256sum] = "426633cabd7c798236443516dfa8335b47e004b0ef37ff107e0c7ead3299fcc2"
+SRC_URI[sha256sum] = "a1ada76ef35e5af9c2fbd063754dc9e37a8d989417c6eb1ecebb089b1383ae9e"
inherit autotools pkgconfig
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 19/23] spirv-llvm-translator: upgrade 21.1.3 -> 21.1.5
2026-03-03 10:09 [OE-core] [PATCH 01/23] ccache: upgrade 4.12.2 -> 4.12.3 Wang Mingyu
` (16 preceding siblings ...)
2026-03-03 10:09 ` [OE-core] [PATCH 18/23] sbc: upgrade 2.1 -> 2.2 Wang Mingyu
@ 2026-03-03 10:09 ` Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 20/23] taglib: upgrade 2.1.1 -> 2.2 Wang Mingyu
` (3 subsequent siblings)
21 siblings, 0 replies; 25+ messages in thread
From: Wang Mingyu @ 2026-03-03 10:09 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...lvm-translator_21.1.3.bb => spirv-llvm-translator_21.1.5.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/spir/{spirv-llvm-translator_21.1.3.bb => spirv-llvm-translator_21.1.5.bb} (94%)
diff --git a/meta/recipes-graphics/spir/spirv-llvm-translator_21.1.3.bb b/meta/recipes-graphics/spir/spirv-llvm-translator_21.1.5.bb
similarity index 94%
rename from meta/recipes-graphics/spir/spirv-llvm-translator_21.1.3.bb
rename to meta/recipes-graphics/spir/spirv-llvm-translator_21.1.5.bb
index f8a7b8f32e..a727079a43 100644
--- a/meta/recipes-graphics/spir/spirv-llvm-translator_21.1.3.bb
+++ b/meta/recipes-graphics/spir/spirv-llvm-translator_21.1.5.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d"
# pattern: llvm_branch_200, currently there are no minor releases, so, no llvm_branch_201
SPIRV_BRANCH = "llvm_release_${@oe.utils.trim_version('${PV}', 1).replace('.', '')}0"
-SRCREV = "a79c852b36785588032a2dd7c39aa15ec4d24b20"
+SRCREV = "a76fd0702de564476fb31e8a15f1415f05ad8951"
SRC_URI = " \
git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;tag=v${PV};branch=${SPIRV_BRANCH} \
"
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 20/23] taglib: upgrade 2.1.1 -> 2.2
2026-03-03 10:09 [OE-core] [PATCH 01/23] ccache: upgrade 4.12.2 -> 4.12.3 Wang Mingyu
` (17 preceding siblings ...)
2026-03-03 10:09 ` [OE-core] [PATCH 19/23] spirv-llvm-translator: upgrade 21.1.3 -> 21.1.5 Wang Mingyu
@ 2026-03-03 10:09 ` Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 21/23] ttyrun: upgrade 2.40.0 -> 2.41.0 Wang Mingyu
` (2 subsequent siblings)
21 siblings, 0 replies; 25+ messages in thread
From: Wang Mingyu @ 2026-03-03 10:09 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
=========
* Support for Matroska (MKA, MKV) and WebM files.
* Support for NI STEM in MP4 files.
* New method isDsd() in WavPack Properties.
* Stricter verification of ID3v2 frames.
* Fix setting the last header flag in Ogg FLAC files.
* Fix reading of the last page in Ogg streams.
* Avoid corrupting invalid Ogg FLAC files without Vorbis comment.
* Windows: Support MP4 files with 64-bit atoms.
* Fix use of property keys with non-ASCII characters in C bindings.
* Fix building with Android NDK 29.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-support/taglib/{taglib_2.1.1.bb => taglib_2.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/taglib/{taglib_2.1.1.bb => taglib_2.2.bb} (95%)
diff --git a/meta/recipes-support/taglib/taglib_2.1.1.bb b/meta/recipes-support/taglib/taglib_2.2.bb
similarity index 95%
rename from meta/recipes-support/taglib/taglib_2.1.1.bb
rename to meta/recipes-support/taglib/taglib_2.2.bb
index 6b700578b8..55a3d9d72f 100644
--- a/meta/recipes-support/taglib/taglib_2.1.1.bb
+++ b/meta/recipes-support/taglib/taglib_2.2.bb
@@ -11,7 +11,7 @@ DEPENDS = "zlib utfcpp"
SRC_URI = "http://taglib.github.io/releases/${BP}.tar.gz"
-SRC_URI[sha256sum] = "3716d31f7c83cbf17b67c8cf44dd82b2a2f17e6780472287a16823e70305ddba"
+SRC_URI[sha256sum] = "c89e7ebd450535e77c9230fac3985fcdce7bee05e06c9cd0bc36d50184e9c9dd"
UPSTREAM_CHECK_URI = "https://taglib.org/"
UPSTREAM_CHECK_REGEX = "taglib-(?P<pver>\d+(\.\d+)+)\.tar"
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 21/23] ttyrun: upgrade 2.40.0 -> 2.41.0
2026-03-03 10:09 [OE-core] [PATCH 01/23] ccache: upgrade 4.12.2 -> 4.12.3 Wang Mingyu
` (18 preceding siblings ...)
2026-03-03 10:09 ` [OE-core] [PATCH 20/23] taglib: upgrade 2.1.1 -> 2.2 Wang Mingyu
@ 2026-03-03 10:09 ` Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 22/23] vulkan-samples: upgrade to latest revision Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 23/23] xorgproto: upgrade 2024.1 -> 2025.1 Wang Mingyu
21 siblings, 0 replies; 25+ messages in thread
From: Wang Mingyu @ 2026-03-03 10:09 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changes of existing tools:
------------------------------
- chreipl: Make --bootparms work for ECKD re-IPL
- cpacfstats: Add 'unauthorized' state to CPU-MF counters
- cpictl: Detect RHCOS using VARIANT_ID
- hsci: Automatically set appropriate MTU for HSCI
- libutil: Add util_readlink() and util_readlinkat() helpers
- libutil: Add util_startswith() to util_str
- libutil: Add utility parsing functions
- lschp: Add support for structured output (--format)
- lsreipl: Suppress 'clear' output if not supported
- pvimg: Add '--format text' support to 'pvimg info'
- pvimg: Add '--print-schema ' option to 'pvimg info'
- pvimg: Add '--show-secrets' flag to 'pvimg info'
- pvimg: Provide improved JSON output to 'pvimg info --format json'
- pvinfo: Improve User experience on non-SE enabled systems
- zipl/ngdump: Ensure ext4 file system is used on dump partition
- zkey: Add support for integrity protected disks using HMAC keys
Bug Fixes:
-------------
- cpumf/pai: Handle different size of perf_event_attr
- lscss: Fix memory leak
- zipl: Fix dump job on tape devices
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-core/ttyrun/{ttyrun_2.40.0.bb => ttyrun_2.41.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-core/ttyrun/{ttyrun_2.40.0.bb => ttyrun_2.41.0.bb} (94%)
diff --git a/meta/recipes-core/ttyrun/ttyrun_2.40.0.bb b/meta/recipes-core/ttyrun/ttyrun_2.41.0.bb
similarity index 94%
rename from meta/recipes-core/ttyrun/ttyrun_2.40.0.bb
rename to meta/recipes-core/ttyrun/ttyrun_2.41.0.bb
index 974b0a8aa0..59dfab7122 100644
--- a/meta/recipes-core/ttyrun/ttyrun_2.40.0.bb
+++ b/meta/recipes-core/ttyrun/ttyrun_2.41.0.bb
@@ -7,7 +7,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=f5118f167b055bfd7c3450803f1847af"
SRC_URI = "git://github.com/ibm-s390-linux/s390-tools;protocol=https;branch=master;tag=v${PV}"
-SRCREV = "aca6704cfa27434452580369b4bc8a024bd0edee"
+SRCREV = "5e07b30bdf67623e7a6d3850e26208b642d416d7"
CVE_PRODUCT = "s390-tools"
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 22/23] vulkan-samples: upgrade to latest revision
2026-03-03 10:09 [OE-core] [PATCH 01/23] ccache: upgrade 4.12.2 -> 4.12.3 Wang Mingyu
` (19 preceding siblings ...)
2026-03-03 10:09 ` [OE-core] [PATCH 21/23] ttyrun: upgrade 2.40.0 -> 2.41.0 Wang Mingyu
@ 2026-03-03 10:09 ` Wang Mingyu
2026-03-03 10:17 ` Patchtest results for " patchtest
2026-03-04 9:56 ` Alexander Kanavin
2026-03-03 10:09 ` [OE-core] [PATCH 23/23] xorgproto: upgrade 2024.1 -> 2025.1 Wang Mingyu
21 siblings, 2 replies; 25+ messages in thread
From: Wang Mingyu @ 2026-03-03 10:09 UTC (permalink / raw)
To: openembedded-core; +Cc: Upgrade Helper
From: Upgrade Helper <auh@yoctoproject.org>
---
meta/recipes-graphics/vulkan/vulkan-samples_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb
index 64c7e0908c..66c034a794 100644
--- a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb
@@ -9,7 +9,7 @@ SRC_URI = "gitsm://github.com/KhronosGroup/Vulkan-Samples.git;branch=main;protoc
"
UPSTREAM_CHECK_COMMITS = "1"
-SRCREV = "97fcdeecf2db26a78b432b285af3869a65bb00bd"
+SRCREV = "3abbdf8b5a3bf250f6475f9fe674567b14e9b1ad"
UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for"
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 23/23] xorgproto: upgrade 2024.1 -> 2025.1
2026-03-03 10:09 [OE-core] [PATCH 01/23] ccache: upgrade 4.12.2 -> 4.12.3 Wang Mingyu
` (20 preceding siblings ...)
2026-03-03 10:09 ` [OE-core] [PATCH 22/23] vulkan-samples: upgrade to latest revision Wang Mingyu
@ 2026-03-03 10:09 ` Wang Mingyu
21 siblings, 0 replies; 25+ messages in thread
From: Wang Mingyu @ 2026-03-03 10:09 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../xorg-proto/{xorgproto_2024.1.bb => xorgproto_2025.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/xorg-proto/{xorgproto_2024.1.bb => xorgproto_2025.1.bb} (90%)
diff --git a/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb b/meta/recipes-graphics/xorg-proto/xorgproto_2025.1.bb
similarity index 90%
rename from meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb
rename to meta/recipes-graphics/xorg-proto/xorgproto_2025.1.bb
index d79dc23f1b..e187c56fbc 100644
--- a/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb
+++ b/meta/recipes-graphics/xorg-proto/xorgproto_2025.1.bb
@@ -9,7 +9,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING-x11proto;md5=0b9fe3db4015bcbe920e7c67a39ee3f1"
SRC_URI = "${XORG_MIRROR}/individual/proto/${BP}.tar.xz"
-SRC_URI[sha256sum] = "372225fd40815b8423547f5d890c5debc72e88b91088fbfb13158c20495ccb59"
+SRC_URI[sha256sum] = "56898c716c0578df8a2d828c9c3e5c528277705c0484381a81960fe1a67668e8"
inherit meson
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* Patchtest results for [OE-core] [PATCH 22/23] vulkan-samples: upgrade to latest revision
2026-03-03 10:09 ` [OE-core] [PATCH 22/23] vulkan-samples: upgrade to latest revision Wang Mingyu
@ 2026-03-03 10:17 ` patchtest
2026-03-04 9:56 ` Alexander Kanavin
1 sibling, 0 replies; 25+ messages in thread
From: patchtest @ 2026-03-03 10:17 UTC (permalink / raw)
To: Wang Mingyu; +Cc: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 2292 bytes --]
Thank you for your submission. Patchtest identified one
or more issues with the patch. Please see the log below for
more information:
---
Testing patch /home/patchtest/share/mboxes/22-23-vulkan-samples-upgrade-to-latest-revision.patch
FAIL: test Signed-off-by presence: Mbox is missing Signed-off-by. Add it manually or with "git commit --amend -s" (test_mbox.TestMbox.test_signed_off_by_presence)
FAIL: test non-AUH upgrade: Invalid author auh@yoctoproject.org. Resend the series with a valid patch author (test_mbox.TestMbox.test_non_auh_upgrade)
PASS: test author valid (test_mbox.TestMbox.test_author_valid)
PASS: test commit message presence (test_mbox.TestMbox.test_commit_message_presence)
PASS: test commit message user tags (test_mbox.TestMbox.test_commit_message_user_tags)
PASS: test mbox format (test_mbox.TestMbox.test_mbox_format)
PASS: test shortlog format (test_mbox.TestMbox.test_shortlog_format)
PASS: test shortlog length (test_mbox.TestMbox.test_shortlog_length)
PASS: test target mailing list (test_mbox.TestMbox.test_target_mailing_list)
SKIP: pretest pylint: No python related patches, skipping test (test_python_pylint.PyLint.pretest_pylint)
SKIP: test CVE tag format: No new CVE patches introduced (test_patch.TestPatch.test_cve_tag_format)
SKIP: test Signed-off-by presence: No new CVE patches introduced (test_patch.TestPatch.test_signed_off_by_presence)
SKIP: test Upstream-Status presence: No new CVE patches introduced (test_patch.TestPatch.test_upstream_status_presence_format)
SKIP: test bugzilla entry format: No bug ID found (test_mbox.TestMbox.test_bugzilla_entry_format)
SKIP: test pylint: No python related patches, skipping test (test_python_pylint.PyLint.test_pylint)
SKIP: test series merge on head: Merge test is disabled for now (test_mbox.TestMbox.test_series_merge_on_head)
---
Please address the issues identified and
submit a new revision of the patch, or alternatively, reply to this
email with an explanation of why the patch should be accepted. If you
believe these results are due to an error in patchtest, please submit a
bug at https://bugzilla.yoctoproject.org/ (use the 'Patchtest' category
under 'Yocto Project Subprojects'). For more information on specific
failures, see: https://wiki.yoctoproject.org/wiki/Patchtest. Thank
you!
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [OE-core] [PATCH 22/23] vulkan-samples: upgrade to latest revision
2026-03-03 10:09 ` [OE-core] [PATCH 22/23] vulkan-samples: upgrade to latest revision Wang Mingyu
2026-03-03 10:17 ` Patchtest results for " patchtest
@ 2026-03-04 9:56 ` Alexander Kanavin
1 sibling, 0 replies; 25+ messages in thread
From: Alexander Kanavin @ 2026-03-04 9:56 UTC (permalink / raw)
To: wangmy; +Cc: openembedded-core, Upgrade Helper
On Tue, 3 Mar 2026 at 11:10, wangmy via lists.openembedded.org
<wangmy=fujitsu.com@lists.openembedded.org> wrote:
> From: Upgrade Helper <auh@yoctoproject.org>
This patch needs 'amend --reset-author' so it comes from yourself.
Alex
^ permalink raw reply [flat|nested] 25+ messages in thread
end of thread, other threads:[~2026-03-04 9:56 UTC | newest]
Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-03 10:09 [OE-core] [PATCH 01/23] ccache: upgrade 4.12.2 -> 4.12.3 Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 02/23] diffoscope: upgrade 311 -> 313 Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 03/23] ed: upgrade 1.22.4 -> 1.22.5 Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 04/23] enchant2: upgrade 2.8.14 -> 2.8.15 Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 05/23] fastfloat: upgrade 8.2.2 -> 8.2.3 Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 06/23] hwdata: upgrade 0.403 -> 0.404 Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 07/23] less: upgrade 691 -> 692 Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 08/23] libcap-ng-python,libcap-ng: upgrade 0.9 -> 0.9.1,0.9 -> 0.9.1 Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 09/23] libfontenc: upgrade 1.1.8 -> 1.1.9 Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 10/23] libgpg-error: upgrade 1.58 -> 1.59 Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 11/23] libsoup: upgrade 3.6.5 -> 3.6.6 Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 12/23] libtraceevent: upgrade 1.8.6 -> 1.9.0 Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 13/23] libuv: upgrade 1.51.0 -> 1.52.0 Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 14/23] libx11: upgrade 1.8.12 -> 1.8.13 Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 15/23] libxmlb: upgrade 0.3.24 -> 0.3.25 Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 16/23] p11-kit: upgrade 0.26.1 -> 0.26.2 Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 17/23] rpm-sequoia-crypto-policy: upgrade to latest revision Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 18/23] sbc: upgrade 2.1 -> 2.2 Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 19/23] spirv-llvm-translator: upgrade 21.1.3 -> 21.1.5 Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 20/23] taglib: upgrade 2.1.1 -> 2.2 Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 21/23] ttyrun: upgrade 2.40.0 -> 2.41.0 Wang Mingyu
2026-03-03 10:09 ` [OE-core] [PATCH 22/23] vulkan-samples: upgrade to latest revision Wang Mingyu
2026-03-03 10:17 ` Patchtest results for " patchtest
2026-03-04 9:56 ` Alexander Kanavin
2026-03-03 10:09 ` [OE-core] [PATCH 23/23] xorgproto: upgrade 2024.1 -> 2025.1 Wang Mingyu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox