openembedded-core.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
* [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5
@ 2025-05-12  9:02 wangmy
  2025-05-12  9:02 ` [OE-core] [PATCH 02/56] at-spi2-core: upgrade 2.56.1 -> 2.56.2 wangmy
                   ` (54 more replies)
  0 siblings, 55 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:02 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
Features:
 * qt: Expose markup conversion utils
 * desktop-styles: Add android and iOS
 * validator: Check for xml:lang="en" being used on description template elements
 * validator: Flag cases of raw text in "description" elements
 * metadata: Add more known extensions into as_metadata_file_guess_style()

Specification:
 * docs: Clarify that the style segment of a screenshot environment is optional
 * docs: Explain consequences of defining an icon for desktop-app metainfo
 * docs: Clarify that description content must be in p/li elements

Bugfixes:
 * validator: mark as_validator_issue_tag_list static
 * docs: Add workaround for gi-docgen misnaming devhelp files
 * compose: Do not permit SVG images as screenshots
 * compose: Don't "forget" to scan remaining paths when re-encountering a dir
 * pool: Try explicit singular term match if we only have low-quality tokens
 * utils: Provide compatibility with Fedora icon tarballs when installing them
 * utils: Remove leftover g_chmod()
 * zstd-decompressor: Pass output/written data when decompression finished
 * utils: Expect a dash in icons file name
 * utils: Recognize .yml* and .yaml* file extension variants, and .zst extension
 * utils: Rename the appstream file when re-saving it on install

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../appstream/{appstream_1.0.4.bb => appstream_1.0.5.bb}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/appstream/{appstream_1.0.4.bb => appstream_1.0.5.bb} (94%)

diff --git a/meta/recipes-support/appstream/appstream_1.0.4.bb b/meta/recipes-support/appstream/appstream_1.0.5.bb
similarity index 94%
rename from meta/recipes-support/appstream/appstream_1.0.4.bb
rename to meta/recipes-support/appstream/appstream_1.0.5.bb
index a9c87f7589..3e4f8708d8 100644
--- a/meta/recipes-support/appstream/appstream_1.0.4.bb
+++ b/meta/recipes-support/appstream/appstream_1.0.5.bb
@@ -30,7 +30,7 @@ SRC_URI = " \
 	file://0002-Do-not-build-qt-tests.patch \
 	file://0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch \
 "
-SRC_URI[sha256sum] = "2d218348067f98c4f34a3ffe2d8219ad9f504b1b2481f1872dec66c77bf37509"
+SRC_URI[sha256sum] = "ce0ed29e89abd5f0cf790ea87d792f1967c3413060beb30e63a979578d975121"
 
 S = "${WORKDIR}/AppStream-${PV}"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 02/56] at-spi2-core: upgrade 2.56.1 -> 2.56.2
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
@ 2025-05-12  9:02 ` wangmy
  2025-05-12  9:02 ` [OE-core] [PATCH 03/56] babeltrace2: upgrade 2.1.0 -> 2.1.1 wangmy
                   ` (53 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:02 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
* Fix the build with glib < 2.76.
* a11y-manager-device: Fix unmap_keysym_modifier.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../atk/{at-spi2-core_2.56.1.bb => at-spi2-core_2.56.2.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/atk/{at-spi2-core_2.56.1.bb => at-spi2-core_2.56.2.bb} (95%)

diff --git a/meta/recipes-support/atk/at-spi2-core_2.56.1.bb b/meta/recipes-support/atk/at-spi2-core_2.56.2.bb
similarity index 95%
rename from meta/recipes-support/atk/at-spi2-core_2.56.1.bb
rename to meta/recipes-support/atk/at-spi2-core_2.56.2.bb
index c806779ca8..59eed4b5ab 100644
--- a/meta/recipes-support/atk/at-spi2-core_2.56.1.bb
+++ b/meta/recipes-support/atk/at-spi2-core_2.56.2.bb
@@ -13,7 +13,7 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
 
 SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz"
 
-SRC_URI[sha256sum] = "fd177fecd8c95006ff0a355eafd7066fe110a2e17eb5eb5fe17ff70e49a4eace"
+SRC_URI[sha256sum] = "e1b1c9836a8947852f7440c32e23179234c76bd98cd9cc4001f376405f8b783b"
 
 DEPENDS = " \
 	dbus \
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 03/56] babeltrace2: upgrade 2.1.0 -> 2.1.1
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
  2025-05-12  9:02 ` [OE-core] [PATCH 02/56] at-spi2-core: upgrade 2.56.1 -> 2.56.2 wangmy
@ 2025-05-12  9:02 ` wangmy
  2025-05-12  9:02 ` [OE-core] [PATCH 04/56] barebox-tools: upgrade 2025.03.0 -> 2025.04.0 wangmy
                   ` (52 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:02 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
* src.ctf.lttng-live: remove lttng_live_lazy_msg_init function
* src.ctf.lttng-live: fix comment formatting
* README.adoc: Update working version to 2.1
* fix: export bt_component_class_sink_simple_borrow
* fix: building from the release tarball without flex
* doc/api/libbabeltrace2: use '<code>' i.o. '<span>' in '<dt>'
* Fix: doc/api/libbabeltrace2/Doxyfile.in: set version to 2.1
* babeltrace2-sink.text.pretty(7): add missing default param. value

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../lttng/{babeltrace2_2.1.0.bb => babeltrace2_2.1.1.bb}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-kernel/lttng/{babeltrace2_2.1.0.bb => babeltrace2_2.1.1.bb} (98%)

diff --git a/meta/recipes-kernel/lttng/babeltrace2_2.1.0.bb b/meta/recipes-kernel/lttng/babeltrace2_2.1.1.bb
similarity index 98%
rename from meta/recipes-kernel/lttng/babeltrace2_2.1.0.bb
rename to meta/recipes-kernel/lttng/babeltrace2_2.1.1.bb
index a9a3a9961b..fdcb637761 100644
--- a/meta/recipes-kernel/lttng/babeltrace2_2.1.0.bb
+++ b/meta/recipes-kernel/lttng/babeltrace2_2.1.1.bb
@@ -7,14 +7,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f6b015e4f388d6e78adb1b1f9a887d06"
 
 DEPENDS = "glib-2.0 util-linux popt bison-native flex-native virtual/libiconv"
 
-SRC_URI = "git://git.efficios.com/babeltrace.git;branch=stable-2.1;protocol=https \
+SRC_URI = "git://git.efficios.com/babeltrace.git;branch=stable-2.1;protocol=https;tag=v${PV} \
            file://run-ptest \
            file://0001-Make-manpages-multilib-identical.patch \
            file://0001-tests-fix-test-applications-in-cpp-common.patch \
            file://0001-tests-set-the-correct-plugin-directory.patch \
            file://0001-Make-bt_field_blob_get_length-return-size_t-instead-.patch \
            "
-SRCREV = "e61d41ff3c3ac6a123930d4e60cf710ff9ea18e0"
+SRCREV = "7f2f8cd6dac497cbb466efb31219b531c62013f5"
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>2(\.\d+)+)$"
 
 S = "${WORKDIR}/git"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 04/56] barebox-tools: upgrade 2025.03.0 -> 2025.04.0
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
  2025-05-12  9:02 ` [OE-core] [PATCH 02/56] at-spi2-core: upgrade 2.56.1 -> 2.56.2 wangmy
  2025-05-12  9:02 ` [OE-core] [PATCH 03/56] babeltrace2: upgrade 2.1.0 -> 2.1.1 wangmy
@ 2025-05-12  9:02 ` wangmy
  2025-05-12  9:02 ` [OE-core] [PATCH 05/56] bind: upgrade 9.20.7 -> 9.20.8 wangmy
                   ` (51 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:02 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0001-scripts-dtc-clean-up-yamltree-from-dtc.patch
removed since it's included in 2025.04.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-bsp/barebox/barebox-common.inc   |  4 +-
 meta/recipes-bsp/barebox/barebox-tools.bb     |  4 --
 ...ripts-dtc-clean-up-yamltree-from-dtc.patch | 60 -------------------
 3 files changed, 2 insertions(+), 66 deletions(-)
 delete mode 100644 meta/recipes-bsp/barebox/files/0001-scripts-dtc-clean-up-yamltree-from-dtc.patch

diff --git a/meta/recipes-bsp/barebox/barebox-common.inc b/meta/recipes-bsp/barebox/barebox-common.inc
index 7fd7a88d71..d6ea1eedfe 100644
--- a/meta/recipes-bsp/barebox/barebox-common.inc
+++ b/meta/recipes-bsp/barebox/barebox-common.inc
@@ -3,6 +3,6 @@ SECTION = "bootloaders"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=f5125d13e000b9ca1f0d3364286c4192"
 
-PV = "2025.03.0"
+PV = "2025.04.0"
 SRC_URI = "https://barebox.org/download/barebox-${PV}.tar.bz2"
-SRC_URI[sha256sum] = "0bf7118004e445bdd57feeef89ee9064982acc221e8a046c4a7994d3da6da2ec"
+SRC_URI[sha256sum] = "3124f3c2b69d9ce0512b2d40fa17cace9c356f65f005a63da0474387b8839c41"
diff --git a/meta/recipes-bsp/barebox/barebox-tools.bb b/meta/recipes-bsp/barebox/barebox-tools.bb
index f6395beb7c..2a117bc9c0 100644
--- a/meta/recipes-bsp/barebox/barebox-tools.bb
+++ b/meta/recipes-bsp/barebox/barebox-tools.bb
@@ -2,10 +2,6 @@ SUMMARY = "barebox bootloader tools"
 
 require barebox-common.inc
 
-SRC_URI += " \
-    file://0001-scripts-dtc-clean-up-yamltree-from-dtc.patch \
-"
-
 LICENSE = "GPL-2.0-only"
 
 DEPENDS = "bison-native flex-native libusb1"
diff --git a/meta/recipes-bsp/barebox/files/0001-scripts-dtc-clean-up-yamltree-from-dtc.patch b/meta/recipes-bsp/barebox/files/0001-scripts-dtc-clean-up-yamltree-from-dtc.patch
deleted file mode 100644
index fdab21ef72..0000000000
--- a/meta/recipes-bsp/barebox/files/0001-scripts-dtc-clean-up-yamltree-from-dtc.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-From 77afd065dc58e2f57066ef7f392c571f8136723d Mon Sep 17 00:00:00 2001
-From: Hongxu Jia <hongxu.jia@windriver.com>
-Date: Mon, 7 Apr 2025 14:45:27 +0000
-Subject: [PATCH] scripts/dtc: clean up yamltree from dtc
-
-Refer Linux commit [dt-bindings: kbuild: Use DTB files for validation][1],
-clean up yamltree from dtc to avoid compile failure while include <yaml.h>
-in non-standard path
-
-Since barebox actually doesn't do any dtb binding checks at the moment, just
-remove the test of /usr/include/yaml.h, hard-code the -DNO_YAML and remove
-yamltree.c from DTC_SOURCE
-
-[1] https://github.com/torvalds/linux/commit/ef8795f3f1ce
-
-Upstream-Status: Submitted [https://github.com/barebox/barebox/pull/37]
-
-Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
----
- scripts/dtc/Makefile             | 9 ---------
- scripts/dtc/update-dtc-source.sh | 2 +-
- 2 files changed, 1 insertion(+), 10 deletions(-)
-
-diff --git a/scripts/dtc/Makefile b/scripts/dtc/Makefile
-index 721e8e2b..da00319f 100644
---- a/scripts/dtc/Makefile
-+++ b/scripts/dtc/Makefile
-@@ -16,16 +16,7 @@ fdtget-objs    += fdtget.o $(libfdt-objs) util.o
- # Source files need to get at the userspace version of libfdt_env.h to compile
- HOST_EXTRACFLAGS += -I$(src)/libfdt
- 
--ifeq ($(wildcard /usr/include/yaml.h),)
--ifneq ($(CHECK_DTBS),)
--$(error dtc needs libyaml for DT schema validation support. \
--	Install the necessary libyaml development package.)
--endif
- HOST_EXTRACFLAGS += -DNO_YAML
--else
--dtc-objs	+= yamltree.o
--HOSTLDLIBS_dtc	:= -lyaml
--endif
- 
- # Generated files need one more search path to include headers in source tree
- HOSTCFLAGS_dtc-lexer.lex.o := -I$(src)
-diff --git a/scripts/dtc/update-dtc-source.sh b/scripts/dtc/update-dtc-source.sh
-index 141d3629..8aa5cd66 100755
---- a/scripts/dtc/update-dtc-source.sh
-+++ b/scripts/dtc/update-dtc-source.sh
-@@ -31,7 +31,7 @@ DTC_UPSTREAM_PATH=`pwd`/../dtc
- DTC_LINUX_PATH=`pwd`/scripts/dtc
- 
- DTC_SOURCE="checks.c data.c dtc.c dtc.h flattree.c fstree.c livetree.c srcpos.c \
--		srcpos.h treesource.c util.c util.h version_gen.h yamltree.c Makefile.dtc \
-+		srcpos.h treesource.c util.c util.h version_gen.h Makefile.dtc \
- 		dtc-lexer.l dtc-parser.y fdtget.c"
- LIBFDT_SOURCE="Makefile.libfdt fdt.c fdt.h fdt_addresses.c fdt_empty_tree.c \
- 		fdt_overlay.c fdt_ro.c fdt_rw.c fdt_strerror.c fdt_sw.c \
--- 
-2.48.1
-
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 05/56] bind: upgrade 9.20.7 -> 9.20.8
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (2 preceding siblings ...)
  2025-05-12  9:02 ` [OE-core] [PATCH 04/56] barebox-tools: upgrade 2025.03.0 -> 2025.04.0 wangmy
@ 2025-05-12  9:02 ` wangmy
  2025-05-12  9:02 ` [OE-core] [PATCH 06/56] boost: upgrade 1.87.0 -> 1.88.0 wangmy
                   ` (50 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:02 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../bind/{bind_9.20.7.bb => bind_9.20.8.bb}                     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-connectivity/bind/{bind_9.20.7.bb => bind_9.20.8.bb} (97%)

diff --git a/meta/recipes-connectivity/bind/bind_9.20.7.bb b/meta/recipes-connectivity/bind/bind_9.20.8.bb
similarity index 97%
rename from meta/recipes-connectivity/bind/bind_9.20.7.bb
rename to meta/recipes-connectivity/bind/bind_9.20.8.bb
index b4202f1a59..864daed97e 100644
--- a/meta/recipes-connectivity/bind/bind_9.20.7.bb
+++ b/meta/recipes-connectivity/bind/bind_9.20.8.bb
@@ -20,7 +20,7 @@ SRC_URI = "https://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.xz \
            file://0001-avoid-start-failure-with-bind-user.patch \
            "
 
-SRC_URI[sha256sum] = "43323c8d22d2144282c37b4060ec11e98c24835e225688876fad08ba7b95dca6"
+SRC_URI[sha256sum] = "3004d99c476beab49a986c2d49f902e2cd7766c9ab18b261e8b353cabf3a04b5"
 
 UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/"
 # follow the ESV versions divisible by 2
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 06/56] boost: upgrade 1.87.0 -> 1.88.0
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (3 preceding siblings ...)
  2025-05-12  9:02 ` [OE-core] [PATCH 05/56] bind: upgrade 9.20.7 -> 9.20.8 wangmy
@ 2025-05-12  9:02 ` wangmy
  2025-05-12  9:02 ` [OE-core] [PATCH 07/56] ca-certificates: upgrade 20241223 -> 20250419 wangmy
                   ` (49 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:02 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../boost/{boost-1.87.0.inc => boost-1.88.0.inc}                | 2 +-
 meta/recipes-support/boost/{boost_1.87.0.bb => boost_1.88.0.bb} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/boost/{boost-1.87.0.inc => boost-1.88.0.inc} (90%)
 rename meta/recipes-support/boost/{boost_1.87.0.bb => boost_1.88.0.bb} (100%)

diff --git a/meta/recipes-support/boost/boost-1.87.0.inc b/meta/recipes-support/boost/boost-1.88.0.inc
similarity index 90%
rename from meta/recipes-support/boost/boost-1.87.0.inc
rename to meta/recipes-support/boost/boost-1.88.0.inc
index c6e55b239e..917f1a9600 100644
--- a/meta/recipes-support/boost/boost-1.87.0.inc
+++ b/meta/recipes-support/boost/boost-1.88.0.inc
@@ -12,7 +12,7 @@ BOOST_MAJ = "${@"_".join(d.getVar("PV").split(".")[0:2])}"
 BOOST_P = "boost_${BOOST_VER}"
 
 SRC_URI = "https://archives.boost.io/release/${PV}/source/${BOOST_P}.tar.bz2"
-SRC_URI[sha256sum] = "af57be25cb4c4f4b413ed692fe378affb4352ea50fbe294a11ef548f4d527d89"
+SRC_URI[sha256sum] = "46d9d2c06637b219270877c9e16155cbd015b6dc84349af064c088e9b5b12f7b"
 
 UPSTREAM_CHECK_URI = "http://www.boost.org/users/download/"
 UPSTREAM_CHECK_REGEX = "release/(?P<pver>.*)/source/"
diff --git a/meta/recipes-support/boost/boost_1.87.0.bb b/meta/recipes-support/boost/boost_1.88.0.bb
similarity index 100%
rename from meta/recipes-support/boost/boost_1.87.0.bb
rename to meta/recipes-support/boost/boost_1.88.0.bb
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 07/56] ca-certificates: upgrade 20241223 -> 20250419
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (4 preceding siblings ...)
  2025-05-12  9:02 ` [OE-core] [PATCH 06/56] boost: upgrade 1.87.0 -> 1.88.0 wangmy
@ 2025-05-12  9:02 ` wangmy
  2025-05-12  9:02 ` [OE-core] [PATCH 08/56] ccache: upgrade 4.11.2 -> 4.11.3 wangmy
                   ` (48 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:02 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch
0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch
refreshed for 20250419

0002-sbin-update-ca-certificates-add-a-sysroot-option.patch
removed since it's included in 20250419

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ertdata2pem.py-print-a-warning-for-e.patch |  6 ++--
 ...icates-don-t-use-Debianisms-in-run-p.patch |  6 ++--
 ...ca-certificates-add-a-sysroot-option.patch | 36 -------------------
 ...0241223.bb => ca-certificates_20250419.bb} |  3 +-
 4 files changed, 7 insertions(+), 44 deletions(-)
 delete mode 100644 meta/recipes-support/ca-certificates/ca-certificates/0002-sbin-update-ca-certificates-add-a-sysroot-option.patch
 rename meta/recipes-support/ca-certificates/{ca-certificates_20241223.bb => ca-certificates_20250419.bb} (94%)

diff --git a/meta/recipes-support/ca-certificates/ca-certificates/0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch b/meta/recipes-support/ca-certificates/ca-certificates/0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch
index da2a247e51..1226508c98 100644
--- a/meta/recipes-support/ca-certificates/ca-certificates/0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch
+++ b/meta/recipes-support/ca-certificates/ca-certificates/0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch
@@ -1,4 +1,4 @@
-From 630736f427c0a1bd0be0b5a2f6d51d63b2c4c9fd Mon Sep 17 00:00:00 2001
+From 743774cd53ed1c45bb660eddacf6dadb5ee3e145 Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex@linutronix.de>
 Date: Mon, 18 Oct 2021 12:05:49 +0200
 Subject: [PATCH] Revert "mozilla/certdata2pem.py: print a warning for expired
@@ -16,10 +16,10 @@ Signed-off-by: Alexander Kanavin <alex@linutronix.de>
  3 files changed, 1 insertion(+), 13 deletions(-)
 
 diff --git a/debian/changelog b/debian/changelog
-index 52d41ca..bdb2c8a 100644
+index dbe3e9c..496e05d 100644
 --- a/debian/changelog
 +++ b/debian/changelog
-@@ -138,7 +138,6 @@ ca-certificates (20211004) unstable; urgency=low
+@@ -156,7 +156,6 @@ ca-certificates (20211004) unstable; urgency=low
      - "Trustis FPS Root CA"
      - "Staat der Nederlanden Root CA - G3"
    * Blacklist expired root certificate "DST Root CA X3" (closes: #995432)
diff --git a/meta/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch b/meta/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch
index cad30929f5..1a29da756f 100644
--- a/meta/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch
+++ b/meta/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch
@@ -1,4 +1,4 @@
-From 348163df412e53b1b7ec3e81ae5f22caa0227c37 Mon Sep 17 00:00:00 2001
+From 63086d41f76b1c3357e23c6509df72d3f75af20c Mon Sep 17 00:00:00 2001
 From: Ross Burton <ross.burton@intel.com>
 Date: Mon, 6 Jul 2015 15:19:41 +0100
 Subject: [PATCH] ca-certificates: remove Debianism in run-parts invocation
@@ -22,10 +22,10 @@ Signed-off-by: Maciej Borzecki <maciej.borzecki@rndity.com>
  1 file changed, 1 insertion(+), 3 deletions(-)
 
 diff --git a/sbin/update-ca-certificates b/sbin/update-ca-certificates
-index 36cdd9a..2d3e1fe 100755
+index 91d8024..1e737b9 100755
 --- a/sbin/update-ca-certificates
 +++ b/sbin/update-ca-certificates
-@@ -202,9 +202,7 @@ if [ -d "$HOOKSDIR" ]
+@@ -210,9 +210,7 @@ if [ -d "$HOOKSDIR" ]
  then
  
    echo "Running hooks in $HOOKSDIR..."
diff --git a/meta/recipes-support/ca-certificates/ca-certificates/0002-sbin-update-ca-certificates-add-a-sysroot-option.patch b/meta/recipes-support/ca-certificates/ca-certificates/0002-sbin-update-ca-certificates-add-a-sysroot-option.patch
deleted file mode 100644
index ba5bb69657..0000000000
--- a/meta/recipes-support/ca-certificates/ca-certificates/0002-sbin-update-ca-certificates-add-a-sysroot-option.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From d6bb773745c2e95fd1a414e916fbed64e0d8df66 Mon Sep 17 00:00:00 2001
-From: Alexander Kanavin <alex@linutronix.de>
-Date: Mon, 31 Mar 2025 17:42:25 +0200
-Subject: [PATCH] sbin/update-ca-certificates: add a --sysroot option
-
-This allows using the script in cross-compilation environments
-where the script needs to prefix the sysroot to every other
-directory it operates on. There are individual options
-to set those directories, but using a common prefix option
-instead is a lot less clutter and more robust.
-
-Upstream-Status: Submitted [https://salsa.debian.org/debian/ca-certificates/-/merge_requests/13]
-Signed-off-by: Alexander Kanavin <alex@linutronix.de>
----
- sbin/update-ca-certificates | 8 ++++++++
- 1 file changed, 8 insertions(+)
-
-diff --git a/sbin/update-ca-certificates b/sbin/update-ca-certificates
-index 4bb77a0..1e737b9 100755
---- a/sbin/update-ca-certificates
-+++ b/sbin/update-ca-certificates
-@@ -59,6 +59,14 @@ do
-     --hooksdir)
-       shift
-       HOOKSDIR="$1";;
-+    --sysroot)
-+      shift
-+      SYSROOT="$1"
-+      CERTSCONF="$1/${CERTSCONF}"
-+      CERTSDIR="$1/${CERTSDIR}"
-+      LOCALCERTSDIR="$1/${LOCALCERTSDIR}"
-+      ETCCERTSDIR="$1/${ETCCERTSDIR}"
-+      HOOKSDIR="$1/${HOOKSDIR}";;
-     --help|-h|*)
-       echo "$0: [--verbose] [--fresh]"
-       exit;;
diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20241223.bb b/meta/recipes-support/ca-certificates/ca-certificates_20250419.bb
similarity index 94%
rename from meta/recipes-support/ca-certificates/ca-certificates_20241223.bb
rename to meta/recipes-support/ca-certificates/ca-certificates_20250419.bb
index 676e9e0c78..f06a30bd6d 100644
--- a/meta/recipes-support/ca-certificates/ca-certificates_20241223.bb
+++ b/meta/recipes-support/ca-certificates/ca-certificates_20250419.bb
@@ -14,10 +14,9 @@ DEPENDS:class-nativesdk = "openssl-native"
 # Need rehash from openssl and run-parts from debianutils
 PACKAGE_WRITE_DEPS += "openssl-native debianutils-native"
 
-SRC_URI[sha256sum] = "dd8286d0a9dd35c756fea5f1df3fed1510fb891f376903891b003cd9b1ad7e03"
+SRC_URI[sha256sum] = "33b44ef78653ecd3f0f2f13e5bba6be466be2e7da72182f737912b81798ba5d2"
 SRC_URI = "${DEBIAN_MIRROR}/main/c/ca-certificates/${BPN}_${PV}.tar.xz \
            file://0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch \
-           file://0002-sbin-update-ca-certificates-add-a-sysroot-option.patch \
            file://0003-update-ca-certificates-use-relative-symlinks-from-ET.patch \
            file://0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch \
            "
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 08/56] ccache: upgrade 4.11.2 -> 4.11.3
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (5 preceding siblings ...)
  2025-05-12  9:02 ` [OE-core] [PATCH 07/56] ca-certificates: upgrade 20241223 -> 20250419 wangmy
@ 2025-05-12  9:02 ` wangmy
  2025-05-12  9:02 ` [OE-core] [PATCH 09/56] cups: upgrade 2.4.11 -> 2.4.12 wangmy
                   ` (47 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:02 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../ccache/{ccache_4.11.2.bb => ccache_4.11.3.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/ccache/{ccache_4.11.2.bb => ccache_4.11.3.bb} (93%)

diff --git a/meta/recipes-devtools/ccache/ccache_4.11.2.bb b/meta/recipes-devtools/ccache/ccache_4.11.3.bb
similarity index 93%
rename from meta/recipes-devtools/ccache/ccache_4.11.2.bb
rename to meta/recipes-devtools/ccache/ccache_4.11.3.bb
index 3a41cb5736..83374fa44c 100644
--- a/meta/recipes-devtools/ccache/ccache_4.11.2.bb
+++ b/meta/recipes-devtools/ccache/ccache_4.11.3.bb
@@ -17,7 +17,7 @@ DEPENDS = "zstd fmt xxhash"
 
 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz"
 
-SRC_URI[sha256sum] = "d51b82bb8c3932649323fd4cb8e5a0a9f7fe7f672c71a6d6839bee13b4ded4c5"
+SRC_URI[sha256sum] = "28a407314f03a7bd7a008038dbaffa83448bc670e2fc119609b1d99fb33bb600"
 
 inherit cmake github-releases
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 09/56] cups: upgrade 2.4.11 -> 2.4.12
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (6 preceding siblings ...)
  2025-05-12  9:02 ` [OE-core] [PATCH 08/56] ccache: upgrade 4.11.2 -> 4.11.3 wangmy
@ 2025-05-12  9:02 ` wangmy
  2025-05-12  9:02 ` [OE-core] [PATCH 10/56] debianutils: upgrade 5.21 -> 5.22 wangmy
                   ` (46 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:02 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- GnuTLS follows system crypto policies now
- Added 'NoSystem' SSLOptions value
- Now we raise alert for certificate issues
- Added Kyocera USB quirk
- The scheduler now logs a job's debugging history if the backend fails
- Fixed a potential timing issue with 'cupsEnumDests'
- Fixed a potential "lost PPD" condition in the scheduler
- Fixed a compressed file error handling bug
- Fixed a bug in the make-and-model whitespace trimming code
- Fixed a removal of IPP Everywhere permanent queue if installation failed
- Fixed 'ServerToken None' in scheduler
- Fixed invalid IPP keyword values created from PPD option names
- Fixed handling of "media" and "PageSize" in the same print request
- Fixed client raster printing from macOS
- Fixed the default User-Agent string.
- Fixed a recursion issue in 'ippReadIO'.
- Fixed handling incorrect radix in 'scan_ps()'
- Fixed validation of dateTime values with time zones more than UTC+11
- Fixed attributes returned by the Create-Xxx-Subscriptions requests
- Fixed 'ippDateToTime' when using a non GMT/UTC timezone
- Fixed 'job-completed' event notifications for jobs that are cancelled before
  started
- Fixed DNS-SD discovery with 'ippfind'

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-extended/cups/{cups_2.4.11.bb => cups_2.4.12.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/cups/{cups_2.4.11.bb => cups_2.4.12.bb} (51%)

diff --git a/meta/recipes-extended/cups/cups_2.4.11.bb b/meta/recipes-extended/cups/cups_2.4.12.bb
similarity index 51%
rename from meta/recipes-extended/cups/cups_2.4.11.bb
rename to meta/recipes-extended/cups/cups_2.4.12.bb
index 71568295cb..ac73c2780f 100644
--- a/meta/recipes-extended/cups/cups_2.4.11.bb
+++ b/meta/recipes-extended/cups/cups_2.4.12.bb
@@ -2,4 +2,4 @@ require cups.inc
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRC_URI[sha256sum] = "9a88fe1da3a29a917c3fc67ce6eb3178399d68e1a548c6d86c70d9b13651fd71"
+SRC_URI[sha256sum] = "b1dde191a4ae2760c47220c82ca6155a28c382701e6c1a0159d1054990231d59"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 10/56] debianutils: upgrade 5.21 -> 5.22
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (7 preceding siblings ...)
  2025-05-12  9:02 ` [OE-core] [PATCH 09/56] cups: upgrade 2.4.11 -> 2.4.12 wangmy
@ 2025-05-12  9:02 ` wangmy
  2025-05-12  9:02 ` [OE-core] [PATCH 11/56] diffstat: upgrade 1.67 -> 1.68 wangmy
                   ` (45 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:02 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../debianutils/{debianutils_5.21.bb => debianutils_5.22.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/debianutils/{debianutils_5.21.bb => debianutils_5.22.bb} (95%)

diff --git a/meta/recipes-support/debianutils/debianutils_5.21.bb b/meta/recipes-support/debianutils/debianutils_5.22.bb
similarity index 95%
rename from meta/recipes-support/debianutils/debianutils_5.21.bb
rename to meta/recipes-support/debianutils/debianutils_5.22.bb
index e0485b24a3..f5deead51a 100644
--- a/meta/recipes-support/debianutils/debianutils_5.21.bb
+++ b/meta/recipes-support/debianutils/debianutils_5.22.bb
@@ -8,10 +8,10 @@ SECTION = "base"
 LICENSE = "GPL-2.0-only & SMAIL_GPL"
 LIC_FILES_CHKSUM = "file://debian/copyright;md5=4b667f30411d21bc8fd7db85d502a8e9"
 
-SRC_URI = "git://salsa.debian.org/debian/debianutils.git;protocol=https;branch=master \
+SRC_URI = "git://salsa.debian.org/debian/debianutils.git;protocol=https;branch=master;tag=debian/${PV} \
            "
 
-SRCREV = "ae002b498f2e310c934a0b3f0992e83391f108c7"
+SRCREV = "528fac5c7448989f33c54599ae6e4c2b84d41e21"
 
 inherit autotools update-alternatives
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 11/56] diffstat: upgrade 1.67 -> 1.68
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (8 preceding siblings ...)
  2025-05-12  9:02 ` [OE-core] [PATCH 10/56] debianutils: upgrade 5.21 -> 5.22 wangmy
@ 2025-05-12  9:02 ` wangmy
  2025-05-12  9:02 ` [OE-core] [PATCH 12/56] enchant2: upgrade 2.8.2 -> 2.8.4 wangmy
                   ` (44 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:02 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Copyright year updated to 2025

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../diffstat/{diffstat_1.67.bb => diffstat_1.68.bb}           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/diffstat/{diffstat_1.67.bb => diffstat_1.68.bb} (81%)

diff --git a/meta/recipes-devtools/diffstat/diffstat_1.67.bb b/meta/recipes-devtools/diffstat/diffstat_1.68.bb
similarity index 81%
rename from meta/recipes-devtools/diffstat/diffstat_1.67.bb
rename to meta/recipes-devtools/diffstat/diffstat_1.68.bb
index 8c84b30975..488f0834d6 100644
--- a/meta/recipes-devtools/diffstat/diffstat_1.67.bb
+++ b/meta/recipes-devtools/diffstat/diffstat_1.68.bb
@@ -5,14 +5,14 @@ reviewing large, complex patch files."
 HOMEPAGE = "http://invisible-island.net/diffstat/"
 SECTION = "devel"
 LICENSE = "X11"
-LIC_FILES_CHKSUM = "file://COPYING;md5=6232ea974e4cbc4ee06b49ed53df6ece"
+LIC_FILES_CHKSUM = "file://COPYING;md5=0c432d3aeb935855b2ca1ad2a0542ce4"
 
 SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz \
            file://run-ptest \
            file://avoid-check-user-break-cc.patch \
            "
 
-SRC_URI[sha256sum] = "760ed0c99c6d643238d41b80e60278cf1683ffb94a283954ac7ef168c852766a"
+SRC_URI[sha256sum] = "89f9294a8ac74fcef6f1b9ac408f43ebedf8d208e3efe0b99b4acc16dc6582c7"
 
 inherit autotools gettext ptest
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 12/56] enchant2: upgrade 2.8.2 -> 2.8.4
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (9 preceding siblings ...)
  2025-05-12  9:02 ` [OE-core] [PATCH 11/56] diffstat: upgrade 1.67 -> 1.68 wangmy
@ 2025-05-12  9:02 ` wangmy
  2025-05-12  9:02 ` [OE-core] [PATCH 13/56] epiphany: upgrade 48.0 -> 48.3 wangmy
                   ` (43 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:02 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../enchant/{enchant2_2.8.2.bb => enchant2_2.8.4.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/enchant/{enchant2_2.8.2.bb => enchant2_2.8.4.bb} (91%)

diff --git a/meta/recipes-support/enchant/enchant2_2.8.2.bb b/meta/recipes-support/enchant/enchant2_2.8.4.bb
similarity index 91%
rename from meta/recipes-support/enchant/enchant2_2.8.2.bb
rename to meta/recipes-support/enchant/enchant2_2.8.4.bb
index e26fb640f4..a5479a0e7d 100644
--- a/meta/recipes-support/enchant/enchant2_2.8.2.bb
+++ b/meta/recipes-support/enchant/enchant2_2.8.4.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] = "8f19535adb5577b83b00e02f330fe9b9eb40dd21f19e2899636fc4d3a7696375"
+SRC_URI[sha256sum] = "e28f98208df5f99320d6a05cd49f83420bf71e69052debe3b343c9bb15c833ed"
 
 GITHUB_BASE_URI = "https://github.com/rrthomas/enchant/releases"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 13/56] epiphany: upgrade 48.0 -> 48.3
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (10 preceding siblings ...)
  2025-05-12  9:02 ` [OE-core] [PATCH 12/56] enchant2: upgrade 2.8.2 -> 2.8.4 wangmy
@ 2025-05-12  9:02 ` wangmy
  2025-05-12  9:02 ` [OE-core] [PATCH 14/56] fmt: upgrade 11.1.4 -> 11.2.0 wangmy
                   ` (42 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:02 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Fix crash when opening downloaded file
- Fix crash when opening incognito window
- Fix Crash when trying to select download location
- Fix Crash in escape_csv_field() when exporting passwords
- Fix Adding WhatsApp as a web app crashes
- Fix Pressing Escape key in addressbar resets the cursor to beginning of
  the widget
- Fix Epiphay shouldn't show the privacy dialog in incognito mode
- Fix (CVE-2025-3839) Require user interaction before opening URL in
  external application
- Fix Code cleanup
- Fix window: fix crash when force closing window without session
- Fix Several fixes for password export
- Fix Remove Granite support from Tech Preview and Canary
- Fix find-toolbar: fix crash on load-changed

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../epiphany/{epiphany_48.0.bb => epiphany_48.3.bb}             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-gnome/epiphany/{epiphany_48.0.bb => epiphany_48.3.bb} (94%)

diff --git a/meta/recipes-gnome/epiphany/epiphany_48.0.bb b/meta/recipes-gnome/epiphany/epiphany_48.3.bb
similarity index 94%
rename from meta/recipes-gnome/epiphany/epiphany_48.0.bb
rename to meta/recipes-gnome/epiphany/epiphany_48.3.bb
index 9eff56df3a..74a17be5a5 100644
--- a/meta/recipes-gnome/epiphany/epiphany_48.0.bb
+++ b/meta/recipes-gnome/epiphany/epiphany_48.3.bb
@@ -31,7 +31,7 @@ SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@oe.utils.trim_version("${PV}", 1)}/${GN
            file://migrator.patch \
            file://distributor.patch \
            "
-SRC_URI[archive.sha256sum] = "c9d1f6dffbad03b0916436901c770da302879ca60a636d2b72b25b142ec05f80"
+SRC_URI[archive.sha256sum] = "da2953e7e2b73bf7473c0a33979104d79362795295eaa0a2a38ea188537daf13"
 
 # Developer mode enables debugging
 PACKAGECONFIG[developer-mode] = "-Ddeveloper_mode=true,-Ddeveloper_mode=false"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 14/56] fmt: upgrade 11.1.4 -> 11.2.0
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (11 preceding siblings ...)
  2025-05-12  9:02 ` [OE-core] [PATCH 13/56] epiphany: upgrade 48.0 -> 48.3 wangmy
@ 2025-05-12  9:02 ` wangmy
  2025-05-12  9:02 ` [OE-core] [PATCH 15/56] ghostscript: upgrade 10.05.0 -> 10.05.1 wangmy
                   ` (41 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:02 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- Added the 's' specifier for 'std::error_code'. It allows formatting an error
  message as a string.
- Fixed formatting of 'std::chrono::local_time' and 'tm'
- Added diagnostics for cases when timezone information is not available.
- Deprecated 'fmt::localtime' in favor of 'std::localtime'.
- Fixed compilation with GCC 15 and C++20 modules enabled
- Fixed handling of named arguments in format specs
- Added error reporting for duplicate named arguments
- Fixed formatting of 'long' with 'FMT_BUILTIN_TYPES=0'
- Optimized 'text_style' using bit packing
- Added support for incomplete types
- Fixed a flush issue in 'fmt::print' when using libstdc++
- Fixed 'fmt::println' usage with 'FMT_ENFORCE_COMPILE_STRING' and legacy
- Removed legacy header 'fmt/core.h' from docs
- Worked around limitations of '__builtin_strlen' during constant evaluation
- Worked around a bug in MSVC v141
- Removed the 'fmt_detail' namespace
- Removed specializations of 'std::is_floating_point' in tests
- Fixed a CMake error when setting 'CMAKE_MODULE_PATH' in the pedantic mode
- Updated the Bazel config

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-devtools/fmt/{fmt_11.1.4.bb => fmt_11.2.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/fmt/{fmt_11.1.4.bb => fmt_11.2.0.bb} (89%)

diff --git a/meta/recipes-devtools/fmt/fmt_11.1.4.bb b/meta/recipes-devtools/fmt/fmt_11.2.0.bb
similarity index 89%
rename from meta/recipes-devtools/fmt/fmt_11.1.4.bb
rename to meta/recipes-devtools/fmt/fmt_11.2.0.bb
index 1bcf758fd9..b2b8c575c8 100644
--- a/meta/recipes-devtools/fmt/fmt_11.1.4.bb
+++ b/meta/recipes-devtools/fmt/fmt_11.2.0.bb
@@ -4,9 +4,9 @@ HOMEPAGE = "https://fmt.dev"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b9257785fc4f3803a4b71b76c1412729"
 
-SRC_URI = "git://github.com/fmtlib/fmt;branch=master;protocol=https \
+SRC_URI = "git://github.com/fmtlib/fmt;branch=master;protocol=https;tag=${PV}\
            file://0001-Workaround-an-ABI-issue-in-spdlog.patch"
-SRCREV = "123913715afeb8a437e6388b4473fcc4753e1c9a"
+SRCREV = "40626af88bd7df9a5fb80be7b25ac85b122d6c21"
 
 S = "${WORKDIR}/git"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 15/56] ghostscript: upgrade 10.05.0 -> 10.05.1
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (12 preceding siblings ...)
  2025-05-12  9:02 ` [OE-core] [PATCH 14/56] fmt: upgrade 11.1.4 -> 11.2.0 wangmy
@ 2025-05-12  9:02 ` wangmy
  2025-05-12  9:02 ` [OE-core] [PATCH 16/56] grep: upgrade 3.11 -> 3.12 wangmy
                   ` (40 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:02 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{ghostscript_10.05.0.bb => ghostscript_10.05.1.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/ghostscript/{ghostscript_10.05.0.bb => ghostscript_10.05.1.bb} (97%)

diff --git a/meta/recipes-extended/ghostscript/ghostscript_10.05.0.bb b/meta/recipes-extended/ghostscript/ghostscript_10.05.1.bb
similarity index 97%
rename from meta/recipes-extended/ghostscript/ghostscript_10.05.0.bb
rename to meta/recipes-extended/ghostscript/ghostscript_10.05.1.bb
index c0e2654701..8f132d55c6 100644
--- a/meta/recipes-extended/ghostscript/ghostscript_10.05.0.bb
+++ b/meta/recipes-extended/ghostscript/ghostscript_10.05.1.bb
@@ -28,7 +28,7 @@ SRC_URI = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/downlo
            file://0001-Bug-708160-Fix-compatibility-with-C23-compilers.patch \
            "
 
-SRC_URI[sha256sum] = "56e77833de683825c420d0af8cb90aa8ba7da71ea6fb5624290cbc1b53fe7942"
+SRC_URI[sha256sum] = "121861b6d29b2461dec6575c9f3cab665b810bd408d4ec02c86719fa708b0a49"
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[gtk] = "--enable-gtk,--disable-gtk,gtk+3"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 16/56] grep: upgrade 3.11 -> 3.12
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (13 preceding siblings ...)
  2025-05-12  9:02 ` [OE-core] [PATCH 15/56] ghostscript: upgrade 10.05.0 -> 10.05.1 wangmy
@ 2025-05-12  9:02 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 17/56] harfbuzz: upgrade 11.1.0 -> 11.2.0 wangmy
                   ` (39 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:02 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-extended/grep/{grep_3.11.bb => grep_3.12.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/grep/{grep_3.11.bb => grep_3.12.bb} (93%)

diff --git a/meta/recipes-extended/grep/grep_3.11.bb b/meta/recipes-extended/grep/grep_3.12.bb
similarity index 93%
rename from meta/recipes-extended/grep/grep_3.11.bb
rename to meta/recipes-extended/grep/grep_3.12.bb
index 0d36eba3b2..2678d2d41e 100644
--- a/meta/recipes-extended/grep/grep_3.11.bb
+++ b/meta/recipes-extended/grep/grep_3.12.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"
 
 SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.xz"
 
-SRC_URI[sha256sum] = "1db2aedde89d0dea42b16d9528f894c8d15dae4e190b59aecc78f5a951276eab"
+SRC_URI[sha256sum] = "2649b27c0e90e632eadcd757be06c6e9a4f48d941de51e7c0f83ff76408a07b9"
 
 inherit autotools gettext texinfo pkgconfig
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 17/56] harfbuzz: upgrade 11.1.0 -> 11.2.0
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (14 preceding siblings ...)
  2025-05-12  9:02 ` [OE-core] [PATCH 16/56] grep: upgrade 3.11 -> 3.12 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 18/56] iso-codes: upgrade 4.17.0 -> 4.18.0 wangmy
                   ` (38 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- Painting of COLRv1 fonts without clip boxes is now about 10 times faster.
- Synthetic bold/slant of a sub font is now respected, instead of using the parent's.
- Glyph extents for fonts synthetic bold/slant are now accurately calculated.
- Various build fixes
- New API:
  +hb_font_is_synthetic()
  +hb_font_draw_glyph_or_fail_func_t
  +hb_font_paint_glyph_or_fail_func_t
  +hb_font_funcs_set_draw_glyph_or_fail_func()
  +hb_font_funcs_set_paint_glyph_or_fail_func()
  +hb_font_draw_glyph_or_fail()
  +hb_font_paint_glyph_or_fail()
- Deprecated API:
  -hb_font_draw_glyph_func_t
  -hb_font_paint_glyph_func_t
  -hb_font_funcs_set_draw_glyph_func()
  -hb_font_funcs_set_paint_glyph_func()

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../harfbuzz/{harfbuzz_11.1.0.bb => harfbuzz_11.2.0.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/harfbuzz/{harfbuzz_11.1.0.bb => harfbuzz_11.2.0.bb} (95%)

diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_11.1.0.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_11.2.0.bb
similarity index 95%
rename from meta/recipes-graphics/harfbuzz/harfbuzz_11.1.0.bb
rename to meta/recipes-graphics/harfbuzz/harfbuzz_11.2.0.bb
index 9eaacdaa5a..db5a04486c 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_11.1.0.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_11.2.0.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b98429b8e8e3c2a67cfef01e99e4893d \
 
 SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz"
 SRC_URI += "file://0001-Use-Os-to-compile-hb-subset-plan-layout.cc.patch"
-SRC_URI[sha256sum] = "477f0d48c34dc32093b45304178eb9733361ca1832b5159879c99e6d40227969"
+SRC_URI[sha256sum] = "50f7d0a208367e606dbf6eecc5cfbecc01a47be6ee837ae7aff2787e24b09b45"
 
 DEPENDS += "glib-2.0-native"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 18/56] iso-codes: upgrade 4.17.0 -> 4.18.0
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (15 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 17/56] harfbuzz: upgrade 11.1.0 -> 11.2.0 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 19/56] kexec-tools: upgrade 2.0.30 -> 2.0.31 wangmy
                   ` (37 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Replace FSF postal address with their website

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../iso-codes/{iso-codes_4.17.0.bb => iso-codes_4.18.0.bb}  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-support/iso-codes/{iso-codes_4.17.0.bb => iso-codes_4.18.0.bb} (82%)

diff --git a/meta/recipes-support/iso-codes/iso-codes_4.17.0.bb b/meta/recipes-support/iso-codes/iso-codes_4.18.0.bb
similarity index 82%
rename from meta/recipes-support/iso-codes/iso-codes_4.17.0.bb
rename to meta/recipes-support/iso-codes/iso-codes_4.18.0.bb
index bba2cd9de1..c737cfd59f 100644
--- a/meta/recipes-support/iso-codes/iso-codes_4.17.0.bb
+++ b/meta/recipes-support/iso-codes/iso-codes_4.18.0.bb
@@ -6,10 +6,10 @@ HOMEPAGE = "https://salsa.debian.org/iso-codes-team/iso-codes"
 BUGTRACKER = "https://salsa.debian.org/iso-codes-team/iso-codes/issues"
 
 LICENSE = "LGPL-2.1-only"
-LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4bf661c1e3793e55c8d1051bc5e0ae21"
 
-SRC_URI = "git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=https;branch=main;"
-SRCREV = "0640070a001ca6edfa8ab6b61fe3230e66b3963b"
+SRC_URI = "git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=https;branch=main;tag=v${PV}"
+SRCREV = "5be4d112d420706eacd913a3ebd85549fe9eeae4"
 
 # inherit gettext cannot be used, because it adds gettext-native to BASEDEPENDS which
 # are inhibited by allarch
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 19/56] kexec-tools: upgrade 2.0.30 -> 2.0.31
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (16 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 18/56] iso-codes: upgrade 4.17.0 -> 4.18.0 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 20/56] libadwaita: upgrade 1.7.0 -> 1.7.2 wangmy
                   ` (36 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0001-kexec.c-add-MFD_NOEXEC_SEAL-flag-explicitly.patch
refreshed for 2.0.31

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...0001-kexec.c-add-MFD_NOEXEC_SEAL-flag-explicitly.patch | 8 ++++----
 .../{kexec-tools_2.0.30.bb => kexec-tools_2.0.31.bb}      | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)
 rename meta/recipes-kernel/kexec/{kexec-tools_2.0.30.bb => kexec-tools_2.0.31.bb} (97%)

diff --git a/meta/recipes-kernel/kexec/kexec-tools/0001-kexec.c-add-MFD_NOEXEC_SEAL-flag-explicitly.patch b/meta/recipes-kernel/kexec/kexec-tools/0001-kexec.c-add-MFD_NOEXEC_SEAL-flag-explicitly.patch
index 8dc5fed765..5d994d9ffb 100644
--- a/meta/recipes-kernel/kexec/kexec-tools/0001-kexec.c-add-MFD_NOEXEC_SEAL-flag-explicitly.patch
+++ b/meta/recipes-kernel/kexec/kexec-tools/0001-kexec.c-add-MFD_NOEXEC_SEAL-flag-explicitly.patch
@@ -1,4 +1,4 @@
-From 1a09bf71c2f541c2cfb44a00661051597bbd0b76 Mon Sep 17 00:00:00 2001
+From 0b176595ca1610037d1175e1786d1a8aff1fb43f Mon Sep 17 00:00:00 2001
 From: Chen Qi <Qi.Chen@windriver.com>
 Date: Tue, 6 Aug 2024 21:42:43 -0700
 Subject: [PATCH] kexec.c: add MFD_NOEXEC_SEAL flag explicitly
@@ -18,10 +18,10 @@ Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
  1 file changed, 5 insertions(+), 1 deletion(-)
 
 diff --git a/kexec/kexec.c b/kexec/kexec.c
-index 4f51987..8f02595 100644
+index 6bf12d7..2f8e7cc 100644
 --- a/kexec/kexec.c
 +++ b/kexec/kexec.c
-@@ -60,6 +60,10 @@
+@@ -61,6 +61,10 @@
  #define KEXEC_LOADED_PATH "/sys/kernel/kexec_loaded"
  #define KEXEC_CRASH_LOADED_PATH "/sys/kernel/kexec_crash_loaded"
  
@@ -32,7 +32,7 @@ index 4f51987..8f02595 100644
  unsigned long long mem_min = 0;
  unsigned long long mem_max = ULONG_MAX;
  unsigned long elfcorehdrsz = 0;
-@@ -657,7 +661,7 @@ static int copybuf_memfd(const char *kernel_buf, size_t size)
+@@ -661,7 +665,7 @@ static int copybuf_memfd(const char *kernel_buf, size_t size)
  {
  	int fd, count;
  
diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.30.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.31.bb
similarity index 97%
rename from meta/recipes-kernel/kexec/kexec-tools_2.0.30.bb
rename to meta/recipes-kernel/kexec/kexec-tools_2.0.31.bb
index 6a67427888..d824859686 100644
--- a/meta/recipes-kernel/kexec/kexec-tools_2.0.30.bb
+++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.31.bb
@@ -20,7 +20,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz
            file://0001-kexec.c-add-MFD_NOEXEC_SEAL-flag-explicitly.patch \
            "
 
-SRC_URI[sha256sum] = "bb6b39bbe00099219e95ab34b25ea4348e1a95964eefc45c1e6fe32362ac9021"
+SRC_URI[sha256sum] = "ddaaa65b02b4f8aa9222586b1f26565b93a4baeffd35bcbd523f15fae7aa4897"
 
 inherit autotools update-rc.d systemd
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 20/56] libadwaita: upgrade 1.7.0 -> 1.7.2
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (17 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 19/56] kexec-tools: upgrade 2.0.30 -> 2.0.31 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 21/56] libcgroup: upgrade 3.1.0 -> 3.2.0 wangmy
                   ` (35 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

90d68222c184f681472d9d9ce2ae443ebd76386e.patch
removed since it's included in 1.7.2

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...8222c184f681472d9d9ce2ae443ebd76386e.patch | 38 -------------------
 ...ibadwaita_1.7.0.bb => libadwaita_1.7.2.bb} |  3 +-
 2 files changed, 1 insertion(+), 40 deletions(-)
 delete mode 100644 meta/recipes-gnome/libadwaita/libadwaita/90d68222c184f681472d9d9ce2ae443ebd76386e.patch
 rename meta/recipes-gnome/libadwaita/{libadwaita_1.7.0.bb => libadwaita_1.7.2.bb} (82%)

diff --git a/meta/recipes-gnome/libadwaita/libadwaita/90d68222c184f681472d9d9ce2ae443ebd76386e.patch b/meta/recipes-gnome/libadwaita/libadwaita/90d68222c184f681472d9d9ce2ae443ebd76386e.patch
deleted file mode 100644
index d3a3535013..0000000000
--- a/meta/recipes-gnome/libadwaita/libadwaita/90d68222c184f681472d9d9ce2ae443ebd76386e.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 90d68222c184f681472d9d9ce2ae443ebd76386e Mon Sep 17 00:00:00 2001
-From: Maximiliano Sandoval <msandova@gnome.org>
-Date: Sat, 15 Mar 2025 10:47:31 +0100
-Subject: [PATCH] meson: Check g-i before using --doc-format arg
-
-Upstream-Status: Backport [https://gitlab.gnome.org/GNOME/libadwaita/-/commit/90d68222c184f681472d9d9ce2ae443ebd76386e.patch]
-
-Signed-off-by: Markus Volk <f_l_k@t-online.de>
----
- src/meson.build | 8 +++++++-
- 1 file changed, 7 insertions(+), 1 deletion(-)
-
-diff --git a/src/meson.build b/src/meson.build
-index 90cecc6a1..585fe3aad 100644
---- a/src/meson.build
-+++ b/src/meson.build
-@@ -450,11 +450,17 @@ meson.override_dependency(package_api_name, libadwaita_dep)
- 
- if introspection
- 
-+   gir_dep = dependency('gobject-introspection-1.0')
-    libadwaita_gir_extra_args = [
-      '--quiet',
--     '--doc-format=gi-docgen',
-      '-DADWAITA_COMPILATION',
-    ]
-+   if gir_dep.version().version_compare('>=1.83.2')
-+     libadwaita_gir_extra_args += [
-+       '--doc-format=gi-docgen',
-+     ]
-+   endif
-+
- 
-    libadwaita_gir = gnome.generate_gir(libadwaita,
-                  sources: libadwaita_generated_headers + libadwaita_public_headers + libadwaita_public_sources,
--- 
-GitLab
-
diff --git a/meta/recipes-gnome/libadwaita/libadwaita_1.7.0.bb b/meta/recipes-gnome/libadwaita/libadwaita_1.7.2.bb
similarity index 82%
rename from meta/recipes-gnome/libadwaita/libadwaita_1.7.0.bb
rename to meta/recipes-gnome/libadwaita/libadwaita_1.7.2.bb
index 55985bf7cc..4dc583ab39 100644
--- a/meta/recipes-gnome/libadwaita/libadwaita_1.7.0.bb
+++ b/meta/recipes-gnome/libadwaita/libadwaita_1.7.2.bb
@@ -11,8 +11,7 @@ DEPENDS = " \
 
 inherit gnomebase gobject-introspection gi-docgen vala features_check
 
-SRC_URI[archive.sha256sum] = "58bf99b8a9f8b0171964de0ae741d01d5a09db3662134fa67541c99a8ed7dec0"
-SRC_URI += "file://90d68222c184f681472d9d9ce2ae443ebd76386e.patch"
+SRC_URI[archive.sha256sum] = "28ee2ff589c6debe47af9da7a56e37c97d6849e003918a4b223f690d25f960be"
 
 ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
 REQUIRED_DISTRO_FEATURES = "opengl"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 21/56] libcgroup: upgrade 3.1.0 -> 3.2.0
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (18 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 20/56] libadwaita: upgrade 1.7.0 -> 1.7.2 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 22/56] libffi: upgrade 3.4.7 -> 3.4.8 wangmy
                   ` (34 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0001-include-Makefile-install-systemd.h-by-default.patch
removed since it's included in 3.2.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...akefile-install-systemd.h-by-default.patch | 37 -------------------
 ...{libcgroup_3.1.0.bb => libcgroup_3.2.0.bb} |  6 +--
 2 files changed, 2 insertions(+), 41 deletions(-)
 delete mode 100644 meta/recipes-core/libcgroup/libcgroup/0001-include-Makefile-install-systemd.h-by-default.patch
 rename meta/recipes-core/libcgroup/{libcgroup_3.1.0.bb => libcgroup_3.2.0.bb} (84%)

diff --git a/meta/recipes-core/libcgroup/libcgroup/0001-include-Makefile-install-systemd.h-by-default.patch b/meta/recipes-core/libcgroup/libcgroup/0001-include-Makefile-install-systemd.h-by-default.patch
deleted file mode 100644
index 4b743f9b33..0000000000
--- a/meta/recipes-core/libcgroup/libcgroup/0001-include-Makefile-install-systemd.h-by-default.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 592dcdcf243576bd2517d3da9bc18990de08e37e Mon Sep 17 00:00:00 2001
-From: Kamalesh Babulal <kamalesh.babulal@oracle.com>
-Date: Mon, 27 Nov 2023 20:07:33 +0530
-Subject: [PATCH 1/1] include/Makefile: install systemd.h by default
-
-Install systemd.h header file by default, as we have stub and defined
-versions of the systemd functions for both non-systemd and systemd
-enabled configurations.  This will help packagers to ship package
-without systemd support (--enable-systemd=no).
-
-Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
-Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
-
-Upstream-Status: Backport [https://github.com/libcgroup/libcgroup/commit/592dcdcf243576bd2517d3da9bc18990de08e37e]
-
-Signed-off-by: Adriaan Schmidt <adriaan.schmidt@siemens.com>
----
- include/Makefile.am | 6 +-----
- 1 file changed, 1 insertion(+), 5 deletions(-)
-
-diff --git a/include/Makefile.am b/include/Makefile.am
-index 23cebaac..4cb05529 100644
---- a/include/Makefile.am
-+++ b/include/Makefile.am
-@@ -2,8 +2,4 @@
- nobase_include_HEADERS = libcgroup.h libcgroup/error.h libcgroup/init.h \
- 			 libcgroup/groups.h libcgroup/tasks.h \
- 			 libcgroup/iterators.h libcgroup/config.h \
--			 libcgroup/log.h libcgroup/tools.h
--
--if WITH_SYSTEMD
--nobase_include_HEADERS += libcgroup/systemd.h
--endif
-+			 libcgroup/log.h libcgroup/tools.h libcgroup/systemd.h
--- 
-2.39.2
-
diff --git a/meta/recipes-core/libcgroup/libcgroup_3.1.0.bb b/meta/recipes-core/libcgroup/libcgroup_3.2.0.bb
similarity index 84%
rename from meta/recipes-core/libcgroup/libcgroup_3.1.0.bb
rename to meta/recipes-core/libcgroup/libcgroup_3.2.0.bb
index a1d27c7e7f..28562a5b37 100644
--- a/meta/recipes-core/libcgroup/libcgroup_3.1.0.bb
+++ b/meta/recipes-core/libcgroup/libcgroup_3.2.0.bb
@@ -12,12 +12,10 @@ inherit autotools pkgconfig github-releases
 DEPENDS = "bison-native flex-native"
 DEPENDS:append:libc-musl = " fts"
 
-SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz \
-           file://0001-include-Makefile-install-systemd.h-by-default.patch \
-"
+SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz"
 UPSTREAM_CHECK_URI = "https://github.com/libcgroup/libcgroup/tags"
 
-SRC_URI[sha256sum] = "976ec4b1e03c0498308cfd28f1b256b40858f636abc8d1f9db24f0a7ea9e1258"
+SRC_URI[sha256sum] = "9a0fc2d6c377215c3e0d849f9189ecd91fd075f1da0a24b73f56c8892e86bdfe"
 
 PACKAGECONFIG = "${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd', d)}"
 PACKAGECONFIG[pam] = "--enable-pam-module-dir=${base_libdir}/security --enable-pam=yes,--enable-pam=no,libpam"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 22/56] libffi: upgrade 3.4.7 -> 3.4.8
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (19 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 21/56] libcgroup: upgrade 3.1.0 -> 3.2.0 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 23/56] libgpg-error: upgrade 1.51 -> 1.55 wangmy
                   ` (33 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

not-win32.patch
refreshed for 3.4.8

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-support/libffi/libffi/not-win32.patch          | 6 +++---
 .../libffi/{libffi_3.4.7.bb => libffi_3.4.8.bb}             | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-support/libffi/{libffi_3.4.7.bb => libffi_3.4.8.bb} (94%)

diff --git a/meta/recipes-support/libffi/libffi/not-win32.patch b/meta/recipes-support/libffi/libffi/not-win32.patch
index f4ed839ed8..8efeb9c357 100644
--- a/meta/recipes-support/libffi/libffi/not-win32.patch
+++ b/meta/recipes-support/libffi/libffi/not-win32.patch
@@ -1,4 +1,4 @@
-From be9d4cc110c159812699780348686da371296b94 Mon Sep 17 00:00:00 2001
+From d7263091bbea40fd97d4fccd295c0ea4f5a80ad7 Mon Sep 17 00:00:00 2001
 From: Ross Burton <ross.burton@intel.com>
 Date: Thu, 4 Feb 2016 16:22:50 +0000
 Subject: [PATCH] libffi: ensure sysroot paths are not in libffi.pc
@@ -20,10 +20,10 @@ Signed-off-by: Ross Burton <ross.burton@intel.com>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/configure.ac b/configure.ac
-index 816bfd6..e37c5a8 100644
+index f047895..630bdd5 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -401,7 +401,7 @@ AC_ARG_ENABLE(multi-os-directory,
+@@ -402,7 +402,7 @@ AC_ARG_ENABLE(multi-os-directory,
  
  # These variables are only ever used when we cross-build to X86_WIN32.
  # And we only support this with GCC, so...
diff --git a/meta/recipes-support/libffi/libffi_3.4.7.bb b/meta/recipes-support/libffi/libffi_3.4.8.bb
similarity index 94%
rename from meta/recipes-support/libffi/libffi_3.4.7.bb
rename to meta/recipes-support/libffi/libffi_3.4.8.bb
index b2caaa88ba..7f927c650b 100644
--- a/meta/recipes-support/libffi/libffi_3.4.7.bb
+++ b/meta/recipes-support/libffi/libffi_3.4.8.bb
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1db54c9fd307a12218766c3c7f650ca7"
 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BPN}-${PV}.tar.gz \
            file://not-win32.patch \
            "
-SRC_URI[sha256sum] = "138607dee268bdecf374adf9144c00e839e38541f75f24a1fcf18b78fda48b2d"
+SRC_URI[sha256sum] = "bc9842a18898bfacb0ed1252c4febcc7e78fa139fd27fdc7a3e30d9d9356119b"
 
 EXTRA_OECONF += "--disable-builddir --disable-exec-static-tramp"
 EXTRA_OECONF:class-native += "--with-gcc-arch=generic"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 23/56] libgpg-error: upgrade 1.51 -> 1.55
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (20 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 22/56] libffi: upgrade 3.4.7 -> 3.4.8 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 24/56] libjitterentropy: upgrade 3.6.2 -> 3.6.3 wangmy
                   ` (32 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0001-Do-not-fail-when-testing-config-scripts.patch
refreshed for 1.55

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../0001-Do-not-fail-when-testing-config-scripts.patch      | 6 +++---
 .../{libgpg-error_1.51.bb => libgpg-error_1.55.bb}          | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-support/libgpg-error/{libgpg-error_1.51.bb => libgpg-error_1.55.bb} (95%)

diff --git a/meta/recipes-support/libgpg-error/libgpg-error/0001-Do-not-fail-when-testing-config-scripts.patch b/meta/recipes-support/libgpg-error/libgpg-error/0001-Do-not-fail-when-testing-config-scripts.patch
index 0910d6cc63..39798c009f 100644
--- a/meta/recipes-support/libgpg-error/libgpg-error/0001-Do-not-fail-when-testing-config-scripts.patch
+++ b/meta/recipes-support/libgpg-error/libgpg-error/0001-Do-not-fail-when-testing-config-scripts.patch
@@ -1,4 +1,4 @@
-From 581919f3af914c6b62e51b345d5d15e709f20e77 Mon Sep 17 00:00:00 2001
+From b1b6c28b4753c027052aeb6275a73eed06f0bf49 Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex.kanavin@gmail.com>
 Date: Fri, 28 Feb 2020 09:19:56 +0000
 Subject: [PATCH] Do not fail when testing config scripts
@@ -14,10 +14,10 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
  1 file changed, 1 deletion(-)
 
 diff --git a/src/Makefile.am b/src/Makefile.am
-index 9389e99..6ded263 100644
+index e56bb23..8c3ba7b 100644
 --- a/src/Makefile.am
 +++ b/src/Makefile.am
-@@ -324,6 +324,5 @@ gpg-error-config: gpgrt-config gpg-error-config-old gpg-error-config-test.sh
+@@ -326,6 +326,5 @@ gpg-error-config: gpgrt-config gpg-error-config-old gpg-error-config-test.sh
  	else                                                   \
  	  echo "no";                                           \
  	  echo "***  Please report to <https://bugs.gnupg.org> with gpg-error-config-test.log"; \
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.51.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.55.bb
similarity index 95%
rename from meta/recipes-support/libgpg-error/libgpg-error_1.51.bb
rename to meta/recipes-support/libgpg-error/libgpg-error_1.55.bb
index 741969beb0..96dac49aae 100644
--- a/meta/recipes-support/libgpg-error/libgpg-error_1.51.bb
+++ b/meta/recipes-support/libgpg-error/libgpg-error_1.55.bb
@@ -20,7 +20,7 @@ SRC_URI = "${GNUPG_MIRROR}/libgpg-error/libgpg-error-${PV}.tar.bz2 \
            file://run-ptest \
            "
 
-SRC_URI[sha256sum] = "be0f1b2db6b93eed55369cdf79f19f72750c8c7c39fc20b577e724545427e6b2"
+SRC_URI[sha256sum] = "95b178148863f07d45df0cea67e880a79b9ef71f5d230baddc0071128516ef78"
 
 BINCONFIG = "${bindir}/gpg-error-config"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 24/56] libjitterentropy: upgrade 3.6.2 -> 3.6.3
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (21 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 23/56] libgpg-error: upgrade 1.51 -> 1.55 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 25/56] libjpeg-turbo: upgrade 3.0.1 -> 3.1.0 wangmy
                   ` (31 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
================
- Correct time stamp processing on AIX
- Use high-resolution time stamp on Apple Silicon
- GCD power-up test: consider OSR

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{libjitterentropy_3.6.2.bb => libjitterentropy_3.6.3.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/libjitterentropy/{libjitterentropy_3.6.2.bb => libjitterentropy_3.6.3.bb} (91%)

diff --git a/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.2.bb b/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.3.bb
similarity index 91%
rename from meta/recipes-support/libjitterentropy/libjitterentropy_3.6.2.bb
rename to meta/recipes-support/libjitterentropy/libjitterentropy_3.6.3.bb
index 54a866c432..e2df844202 100644
--- a/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.2.bb
+++ b/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.3.bb
@@ -9,8 +9,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e01027c4ad1fe5a4768f8488c945d491 \
                     file://LICENSE.gplv2;md5=eb723b61539feef013de476e68b5c50a \
                     file://LICENSE.bsd;md5=66a5cedaf62c4b2637025f049f9b826f \
                     "
-SRC_URI = "git://github.com/smuellerDD/jitterentropy-library.git;branch=master;protocol=https"
-SRCREV = "ddcf1124801b74bcf39285b070093ab674d8ea97"
+SRC_URI = "git://github.com/smuellerDD/jitterentropy-library.git;branch=master;protocol=https;tag=v${PV}"
+SRCREV = "c90ff465dcdb6a6949542c72a26a8ab496daa8cb"
 S = "${WORKDIR}/git"
 
 do_configure[noexec] = "1"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 25/56] libjpeg-turbo: upgrade 3.0.1 -> 3.1.0
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (22 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 24/56] libjitterentropy: upgrade 3.6.2 -> 3.6.3 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 26/56] libpng: upgrade 1.6.47 -> 1.6.48 wangmy
                   ` (30 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: zlib License clarifications

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../jpeg/{libjpeg-turbo_3.0.1.bb => libjpeg-turbo_3.1.0.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/jpeg/{libjpeg-turbo_3.0.1.bb => libjpeg-turbo_3.1.0.bb} (94%)

diff --git a/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb b/meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.0.bb
similarity index 94%
rename from meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb
rename to meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.0.bb
index a1d7d57fb5..8533bd8525 100644
--- a/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb
+++ b/meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.0.bb
@@ -3,13 +3,13 @@ DESCRIPTION = "libjpeg-turbo is a derivative of libjpeg that uses SIMD instructi
 HOMEPAGE = "http://libjpeg-turbo.org/"
 
 LICENSE = "IJG & BSD-3-Clause & Zlib"
-LIC_FILES_CHKSUM = "file://LICENSE.md;md5=2a8e0d8226a102f07ab63ed7fd6ce155"
+LIC_FILES_CHKSUM = "file://LICENSE.md;md5=023c2e8942020502d6ea709e2a5453f7"
 
 DEPENDS:append:x86-64:class-target = " nasm-native"
 DEPENDS:append:x86:class-target = " nasm-native"
 
 SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.gz"
-SRC_URI[sha256sum] = "22429507714ae147b3acacd299e82099fce5d9f456882fc28e252e4579ba2a75"
+SRC_URI[sha256sum] = "9564c72b1dfd1d6fe6274c5f95a8d989b59854575d4bbee44ade7bc17aa9bc93"
 
 PE = "1"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 26/56] libpng: upgrade 1.6.47 -> 1.6.48
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (23 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 25/56] libjpeg-turbo: upgrade 3.0.1 -> 3.1.0 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 27/56] libsdl2: upgrade 2.32.4 -> 2.32.6 wangmy
                   ` (29 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
-  Fixed the floating-point version of the mDCv setter 'png_set_mDCv'.
-  Added #error directives to discourage the inclusion of private
   libpng implementation header files in PNG-supporting applications.
-  Added the CMake build option 'PNG_LIBCONF_HEADER', to be used as an
   alternative to 'DFA_XTRA'.
-  Removed the Travis CI configuration files

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libpng/{libpng_1.6.47.bb => libpng_1.6.48.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/libpng/{libpng_1.6.47.bb => libpng_1.6.48.bb} (92%)

diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.47.bb b/meta/recipes-multimedia/libpng/libpng_1.6.48.bb
similarity index 92%
rename from meta/recipes-multimedia/libpng/libpng_1.6.47.bb
rename to meta/recipes-multimedia/libpng/libpng_1.6.48.bb
index 371ff1436f..338891c683 100644
--- a/meta/recipes-multimedia/libpng/libpng_1.6.47.bb
+++ b/meta/recipes-multimedia/libpng/libpng_1.6.48.bb
@@ -11,7 +11,7 @@ DEPENDS = "zlib"
 LIBV = "16"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/${BP}.tar.xz"
-SRC_URI[sha256sum] = "b213cb381fbb1175327bd708a77aab708a05adde7b471bc267bd15ac99893631"
+SRC_URI[sha256sum] = "46fd06ff37db1db64c0dc288d78a3f5efd23ad9ac41561193f983e20937ece03"
 
 MIRRORS += "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/ ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/older-releases/"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 27/56] libsdl2: upgrade 2.32.4 -> 2.32.6
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (24 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 26/56] libpng: upgrade 1.6.47 -> 1.6.48 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 28/56] liburcu: upgrade 0.15.1 -> 0.15.2 wangmy
                   ` (28 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libsdl2/{libsdl2_2.32.4.bb => libsdl2_2.32.6.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/libsdl2/{libsdl2_2.32.4.bb => libsdl2_2.32.6.bb} (97%)

diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.32.4.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.32.6.bb
similarity index 97%
rename from meta/recipes-graphics/libsdl2/libsdl2_2.32.4.bb
rename to meta/recipes-graphics/libsdl2/libsdl2_2.32.6.bb
index 28338b0936..75710b962a 100644
--- a/meta/recipes-graphics/libsdl2/libsdl2_2.32.4.bb
+++ b/meta/recipes-graphics/libsdl2/libsdl2_2.32.6.bb
@@ -25,7 +25,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz"
 
 S = "${WORKDIR}/SDL2-${PV}"
 
-SRC_URI[sha256sum] = "f15b478253e1ff6dac62257ded225ff4e7d0c5230204ac3450f1144ee806f934"
+SRC_URI[sha256sum] = "6a7a40d6c2e00016791815e1a9f4042809210bdf10cc78d2c75b45c4f52f93ad"
 
 inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even
 UPSTREAM_CHECK_REGEX = "SDL2-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)\.tar"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 28/56] liburcu: upgrade 0.15.1 -> 0.15.2
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (25 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 27/56] libsdl2: upgrade 2.32.4 -> 2.32.6 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 29/56] libuv: upgrade 1.50.0 -> 1.51.0 wangmy
                   ` (27 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
 * fix: __atomic_always_lock_free() not a constant expression on g++ < 5.1
 * fix: urcu assert fallback for pre-C11 builds
 * doc: update uatomic-api for static assert
 * Add uatomic size static assert for 's390'
 * Add uatomic size static assert for 'sparc64'
 * Add uatomic size static assert for 'ppc'
 * Add uatomic size static assert for 'x86'
 * Add uatomic size static assert for 'generic'
 * Add uatomic size static assert
 * Use UATOMIC_HAS_ATOMIC_INT/LLONG in generic implementation
 * Add UATOMIC_HAS_ATOMIC_INT/LLONG for x86
 * Add UATOMIC_HAS_ATOMIC_INT/LLONG for tile
 * Add UATOMIC_HAS_ATOMIC_INT/LLONG for sparc64
 * Add UATOMIC_HAS_ATOMIC_INT/LLONG for s390
 * Add UATOMIC_HAS_ATOMIC_INT/LLONG for riscv
 * Add UATOMIC_HAS_ATOMIC_INT/LLONG for ppc
 * Add UATOMIC_HAS_ATOMIC_INT/LLONG for nios2
 * Add UATOMIC_HAS_ATOMIC_INT/LLONG for mips
 * Add UATOMIC_HAS_ATOMIC_INT/LLONG for m68k
 * Add UATOMIC_HAS_ATOMIC_INT/LLONG for loongarch
 * Add UATOMIC_HAS_ATOMIC_INT/LLONG for ia64
 * Add UATOMIC_HAS_ATOMIC_INT/LLONG for hppa
 * Add UATOMIC_HAS_ATOMIC_INT/LLONG for 'gcc' arch
 * Add UATOMIC_HAS_ATOMIC_INT/LLONG for arm
 * Add UATOMIC_HAS_ATOMIC_INT/LLONG for alpha
 * Add UATOMIC_HAS_ATOMIC_INT/LLONG for aarch64
 * Add UATOMIC_HAS_ATOMIC_INT/LLONG for atomic builtins
 * Add builtin atomics size static asserts
 * cleanup: use URCU_GCC_VERSION from compiler.h
 * fix: atomic builtins defines for type support
 * Move back CMM_LOAD/STORE_SHARED to volatile access
 * Add cmm_annotate_mem_acquire() to URCU_DEREFERENCE_USE_VOLATILE rcu_dereference
 * Use uatomic_load CMM_RELAXED in URCU_DEREFERENCE_USE_VOLATILE
 * Fix: Re-introduce URCU_DEREFERENCE_USE_VOLATILE read barrier depends for alpha
 * Tree-wide: Rename to uatomic_load/uatomic_store
 * src: Use __*__ for attribute names
 * API: Use __*__ for attribute names
 * Fix Changelog 0.15.1 date

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../liburcu/{liburcu_0.15.1.bb => liburcu_0.15.2.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/liburcu/{liburcu_0.15.1.bb => liburcu_0.15.2.bb} (91%)

diff --git a/meta/recipes-support/liburcu/liburcu_0.15.1.bb b/meta/recipes-support/liburcu/liburcu_0.15.2.bb
similarity index 91%
rename from meta/recipes-support/liburcu/liburcu_0.15.1.bb
rename to meta/recipes-support/liburcu/liburcu_0.15.2.bb
index 811e59f853..93d6a6551f 100644
--- a/meta/recipes-support/liburcu/liburcu_0.15.1.bb
+++ b/meta/recipes-support/liburcu/liburcu_0.15.2.bb
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=c2a92498b6e88e276f986877995425b8 \
 
 SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2"
 
-SRC_URI[sha256sum] = "98d66cc12f2c5881879b976f0c55d10d311401513be254e3bd28cf3811fb50c8"
+SRC_URI[sha256sum] = "59f36f2b8bda1b7620a7eced2634f26c549444818a8313025a3bb09c0766a61d"
 
 S = "${WORKDIR}/userspace-rcu-${PV}"
 inherit autotools multilib_header
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 29/56] libuv: upgrade 1.50.0 -> 1.51.0
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (26 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 28/56] liburcu: upgrade 0.15.1 -> 0.15.2 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 30/56] libxft: upgrade 2.3.8 -> 2.3.9 wangmy
                   ` (26 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
* win: fix leak in uv_os_tmpdir
* docs: fix RTD build
* win: lazy-load [GS]etThreadDescription symbols
* linux: try preadv64/pwritev64 before preadv/pwritev
* win: check cwd length before spawning a child process
* macos,bsd: handle missing /dev/null in chroot env
* doc: fix README link text
* win: fix order of FILE_STAT_BASIC_INFORMATION struct fields
* macos: increase child process stdio buffer size
* doc: add C3 bindings to LINKS.md
* unix: remove unnecessary errno.h include in poll.c
* win: fix the inconsistency in volume serial number
* unix: add thread affinity support on openharmony
* unix: enable getrusage for SunOS
* unix,win: accept NAN/INFINITY as file timestamps
* win: add ENABLE_VIRTUAL_TERMINAL_INPUT raw tty mode
* test: handle UV_ENOTSUP in platform_output
* doc: fix rendering of threading.html
* unix,sunos: enable use of sendmmsg on Solaris and Illumos
* unix: handle out of memory in iface name copy
* openbsd: do not error out if cpuspeed is not available
* test: skip thread_name_threadpool on AIX/IBMi
* aix,ibmi: fix undeclared identifiers
* unix,sunos: prefer SO_REUSEPORT for load balancing
* doc: free lib pointer before function return
* test: link with libm
* style: rename parameter to match definition
* test: support partial output lines in test runner
* build: switch from c90 to c11
* linux: allow nul bytes in abstract socket address
* sunos: use pipe2 on solaris and illumos
* unix: remove TOCTOU issues from uv_pipe_chmod
* unix: use pipe_fname if getsockname returns nothing
* haiku: use uint32 instead of uint32_t
* doc: update thread pool stack size comment
* unix: improve uv_loop_init OOM handling
* test: merge uv_tcp_connect callbacks
* test: skip multievent tests on macOS with TSAN enabled
* linux: align CPU quota calculation with Rust
* kqueue: improve fs event watcher OOM handling
* sunos: improve fs event watcher OOM handling
* build: shorten instructions for cmake build

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libuv/{libuv_1.50.0.bb => libuv_1.51.0.bb}                | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/libuv/{libuv_1.50.0.bb => libuv_1.51.0.bb} (92%)

diff --git a/meta/recipes-connectivity/libuv/libuv_1.50.0.bb b/meta/recipes-connectivity/libuv/libuv_1.51.0.bb
similarity index 92%
rename from meta/recipes-connectivity/libuv/libuv_1.50.0.bb
rename to meta/recipes-connectivity/libuv/libuv_1.51.0.bb
index c5f4e9d3ac..569bff1439 100644
--- a/meta/recipes-connectivity/libuv/libuv_1.50.0.bb
+++ b/meta/recipes-connectivity/libuv/libuv_1.51.0.bb
@@ -6,8 +6,8 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=74b6f2f7818a4e3a80d03556f71b129b \
                     file://LICENSE-extra;md5=f9307417749e19bd1d6d68a394b49324"
 
-SRCREV = "8fb9cb919489a48880680a56efecff6a7dfb4504"
-SRC_URI = "git://github.com/libuv/libuv.git;branch=v1.x;protocol=https"
+SRCREV = "5152db2cbfeb5582e9c27c5ea1dba2cd9e10759b"
+SRC_URI = "git://github.com/libuv/libuv.git;branch=v1.x;protocol=https;tag=v${PV}"
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
 
 S = "${WORKDIR}/git"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 30/56] libxft: upgrade 2.3.8 -> 2.3.9
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (27 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 29/56] libuv: upgrade 1.50.0 -> 1.51.0 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 31/56] libxkbcommon: upgrade 1.8.1 -> 1.9.2 wangmy
                   ` (25 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- manpage formatting-fixes
- meson: Add option to build with meson
- Require xproto >= 7.0.22 for _X_UNUSED
- Remove support for building with pre-C89 versions of C
- Remove support for building with pre-X11R7 versions of X
- fix potential buffer overrun in _XftGlyphDefault
- issue 21: remove redundant/out-of-place prototype for XftNameUnparse
- build-fix for older versions of freetype2: FT_HAS_SVG was added late in 2021
- issue 19: Problem loading "SourceCodePro-Regular" font in Fedora

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../xorg-lib/{libxft_2.3.8.bb => libxft_2.3.9.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/xorg-lib/{libxft_2.3.8.bb => libxft_2.3.9.bb} (92%)

diff --git a/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb b/meta/recipes-graphics/xorg-lib/libxft_2.3.9.bb
similarity index 92%
rename from meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb
rename to meta/recipes-graphics/xorg-lib/libxft_2.3.9.bb
index 2699c1dfd7..0b7c736451 100644
--- a/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb
+++ b/meta/recipes-graphics/xorg-lib/libxft_2.3.9.bb
@@ -20,7 +20,7 @@ PROVIDES = "xft"
 
 PE = "1"
 
-SRC_URI[sha256sum] = "5e8c3c4bc2d4c0a40aef6b4b38ed2fb74301640da29f6528154b5009b1c6dd49"
+SRC_URI[sha256sum] = "60a25b78945ed6932635b3bb1899a517d31df7456e69867ffba27f89ff3976f5"
 
 XORG_PN = "libXft"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 31/56] libxkbcommon: upgrade 1.8.1 -> 1.9.2
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (28 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 30/56] libxft: upgrade 2.3.8 -> 2.3.9 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 32/56] man-db: upgrade 2.13.0 -> 2.13.1 wangmy
                   ` (24 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../xorg-lib/{libxkbcommon_1.8.1.bb => libxkbcommon_1.9.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxkbcommon_1.8.1.bb => libxkbcommon_1.9.2.bb} (94%)

diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.8.1.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.9.2.bb
similarity index 94%
rename from meta/recipes-graphics/xorg-lib/libxkbcommon_1.8.1.bb
rename to meta/recipes-graphics/xorg-lib/libxkbcommon_1.9.2.bb
index 76a622e157..77ee8ce500 100644
--- a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.8.1.bb
+++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.9.2.bb
@@ -7,9 +7,9 @@ LICENSE = "MIT & MIT-open-group & HPND & HPND-sell-variant & X11"
 
 DEPENDS = "flex-native bison-native"
 
-SRC_URI = "git://github.com/xkbcommon/libxkbcommon;protocol=https;branch=master"
+SRC_URI = "git://github.com/xkbcommon/libxkbcommon;protocol=https;branch=master;tag=xkbcommon-${PV}"
 
-SRCREV = "b3465081878e80ca6c11fe35c81787ec374ec15a"
+SRCREV = "dd642359f8d43c09968e34ca7f1eb1121b2dfd70"
 S = "${WORKDIR}/git"
 
 inherit meson pkgconfig bash-completion
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 32/56] man-db: upgrade 2.13.0 -> 2.13.1
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (29 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 31/56] libxkbcommon: upgrade 1.8.1 -> 1.9.2 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 33/56] openssh: upgrade 9.9p2 -> 10.0p1 wangmy
                   ` (23 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0001-check-for-_nl_msg_cat_cntr-in-configure.patch
flex.patch
removed since they're included in 2.13.1

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ck-for-_nl_msg_cat_cntr-in-configure.patch | 61 -------------------
 meta/recipes-extended/man-db/files/flex.patch | 36 -----------
 .../{man-db_2.13.0.bb => man-db_2.13.1.bb}    |  6 +-
 3 files changed, 2 insertions(+), 101 deletions(-)
 delete mode 100644 meta/recipes-extended/man-db/files/0001-check-for-_nl_msg_cat_cntr-in-configure.patch
 delete mode 100644 meta/recipes-extended/man-db/files/flex.patch
 rename meta/recipes-extended/man-db/{man-db_2.13.0.bb => man-db_2.13.1.bb} (92%)

diff --git a/meta/recipes-extended/man-db/files/0001-check-for-_nl_msg_cat_cntr-in-configure.patch b/meta/recipes-extended/man-db/files/0001-check-for-_nl_msg_cat_cntr-in-configure.patch
deleted file mode 100644
index feef52b11c..0000000000
--- a/meta/recipes-extended/man-db/files/0001-check-for-_nl_msg_cat_cntr-in-configure.patch
+++ /dev/null
@@ -1,61 +0,0 @@
-From ea00e32a87cc733dd5aa05cef407a5bee3e6db29 Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@gmail.com>
-Date: Tue, 18 Mar 2025 22:42:45 -0700
-Subject: [PATCH] check for _nl_msg_cat_cntr in configure
-
-_nl_msg_cat_cntr is not available in all implementations e.g. musl libintl
-does not have it, therefore add a check to detect it and use it only if
-it is found.
-
-Upstream-Status: Backport [https://gitlab.com/man-db/man-db/-/commit/7430ca617b5cee3d4420da3158382c5ffbc3e77d]
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
----
- configure.ac        | 9 +++++++++
- include/manconfig.h | 6 ++++--
- 2 files changed, 13 insertions(+), 2 deletions(-)
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -404,6 +404,15 @@ AC_TYPE_PID_T
- AC_TYPE_UID_T
- AC_TYPE_SIZE_T
- 
-+dnl _nl_msg_cat_cntr is required for GNU gettext
-+AC_MSG_CHECKING([for _nl_msg_cat_cntr])
-+AC_LINK_IFELSE([AC_LANG_PROGRAM(
-+	[[#include <libintl.h>
-+	extern int _nl_msg_cat_cntr;]],
-+	[[++_nl_msg_cat_cntr;]])],
-+	AC_MSG_RESULT([yes]); AC_DEFINE([HAVE_NL_MSG_CAT_CNTR], [], [_nl_msg_cat_cntr from GNU Gettext]),
-+	AC_MSG_RESULT([no]))
-+
- # Check for pipeline library.
- PKG_CHECK_MODULES([libpipeline], [libpipeline >= 1.5.0])
- 
---- a/include/manconfig.h
-+++ b/include/manconfig.h
-@@ -24,6 +24,8 @@
- #ifndef MANCONFIG_H
- #define MANCONFIG_H
- 
-+#include "config.h"
-+
- /* STD_SECTIONS must contain all of your man hierarchy subdirectories. The
-    order is important. Manual pages will be displayed in this order. Ie
-    if "1" comes before "2", then a kill(1) will be displayed in preference to
-@@ -138,13 +140,13 @@
- #define UNLIKELY(cond) __builtin_expect ((cond), 0)
- 
- /* GNU gettext needs to know when the locale changes. This macro tells it. */
--#ifdef ENABLE_NLS
-+#ifdef HAVE_NL_MSG_CAT_CNTR
- extern int _nl_msg_cat_cntr;
- #  define locale_changed()                                                    \
- 	  do {                                                                \
- 		  ++_nl_msg_cat_cntr;                                         \
- 	  } while (0)
--#else /* !ENABLE_NLS */
-+#else /* !HAVE_NL_MSG_CAT_CNTR */
- #  define locale_changed()
- #endif /* ENABLE_NLS */
- 
diff --git a/meta/recipes-extended/man-db/files/flex.patch b/meta/recipes-extended/man-db/files/flex.patch
deleted file mode 100644
index c18be7e36a..0000000000
--- a/meta/recipes-extended/man-db/files/flex.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From d3f7c160bddf5d879c74e19e4f577882e8b22559 Mon Sep 17 00:00:00 2001
-From: Ross Burton <ross.burton@arm.com>
-Date: Wed, 22 Jan 2025 14:16:48 +0000
-Subject: [PATCH] configure: check for shipped generated sources in source
- directory
-
-The configure script fails if it can't find flex and the pregenerated
-source code isn't available, as is the case in builds from git whereas
-tarballs include the code.
-
-However this breaks with out-of-tree builds, where cwd during configure
-is the build directory not the source directory, and the pregenerated
-sources will always be inside the source directory.
-
-Upstream-Status: Submitted [https://gitlab.com/man-db/man-db/-/merge_requests/12]
-Signed-off-by: Ross Burton <ross.burton@arm.com>
----
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 7e9148fb..49a213fd 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -380,7 +380,7 @@ dnl To add more decompressors just follow the scheme above.
- dnl The "noyywrap" argument is new in Autoconf 2.70, but this also works
- dnl fine with older versions that ignore the argument.
- AC_PROG_LEX([noyywrap])
--if test "$LEX" = ":" && (test ! -e src/lexgrog.c || test ! -e src/zsoelim.c)
-+if test "$LEX" = ":" && (test ! -e $srcdir/src/lexgrog.c || test ! -e $srcdir/src/zsoelim.c)
- then
- 	AC_MSG_ERROR([flex is required when building from revision control])
- fi
--- 
-2.43.0
-
diff --git a/meta/recipes-extended/man-db/man-db_2.13.0.bb b/meta/recipes-extended/man-db/man-db_2.13.1.bb
similarity index 92%
rename from meta/recipes-extended/man-db/man-db_2.13.0.bb
rename to meta/recipes-extended/man-db/man-db_2.13.1.bb
index a0ce2150f9..f044a47f7d 100644
--- a/meta/recipes-extended/man-db/man-db_2.13.0.bb
+++ b/meta/recipes-extended/man-db/man-db_2.13.1.bb
@@ -8,11 +8,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 \
                    "
 
 SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/man-db/man-db-${PV}.tar.xz \
-           file://flex.patch \
-           file://0001-check-for-_nl_msg_cat_cntr-in-configure.patch \
            file://99_mandb \
-          "
-SRC_URI[sha256sum] = "82f0739f4f61aab5eb937d234de3b014e777b5538a28cbd31433c45ae09aefb9"
+           "
+SRC_URI[sha256sum] = "8afebb6f7eb6bb8542929458841f5c7e6f240e30c86358c1fbcefbea076c87d9"
 
 DEPENDS = "libpipeline gdbm groff-native base-passwd"
 RDEPENDS:${PN} += "base-passwd"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 33/56] openssh: upgrade 9.9p2 -> 10.0p1
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (30 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 32/56] man-db: upgrade 2.13.0 -> 2.13.1 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12 13:22   ` Richard Purdie
  2025-05-12  9:03 ` [OE-core] [PATCH 34/56] pixman: upgrade 0.44.2 -> 0.46.0 wangmy
                   ` (22 subsequent siblings)
  54 siblings, 1 reply; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0001-regress-test-exec-use-the-absolute-path-in-the-SSH-e.patch
refreshed for 10.0p1

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...gress-test-exec-use-the-absolute-path-in-the-SSH-e.patch | 6 +++---
 .../openssh/{openssh_9.9p2.bb => openssh_10.0p1.bb}         | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-connectivity/openssh/{openssh_9.9p2.bb => openssh_10.0p1.bb} (99%)

diff --git a/meta/recipes-connectivity/openssh/openssh/0001-regress-test-exec-use-the-absolute-path-in-the-SSH-e.patch b/meta/recipes-connectivity/openssh/openssh/0001-regress-test-exec-use-the-absolute-path-in-the-SSH-e.patch
index b90cd2e69d..360b62af34 100644
--- a/meta/recipes-connectivity/openssh/openssh/0001-regress-test-exec-use-the-absolute-path-in-the-SSH-e.patch
+++ b/meta/recipes-connectivity/openssh/openssh/0001-regress-test-exec-use-the-absolute-path-in-the-SSH-e.patch
@@ -1,4 +1,4 @@
-From fb762172fb678fe29327b667f8fe7380962a4540 Mon Sep 17 00:00:00 2001
+From 9dcccafe44ea17e972e7cddea205bbe9fe71d8d6 Mon Sep 17 00:00:00 2001
 From: Jose Quaresma <jose.quaresma@foundries.io>
 Date: Mon, 15 Jul 2024 18:43:08 +0100
 Subject: [PATCH] regress/test-exec: use the absolute path in the SSH env
@@ -18,10 +18,10 @@ Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
  1 file changed, 5 insertions(+)
 
 diff --git a/regress/test-exec.sh b/regress/test-exec.sh
-index 7afc2807..175f554b 100644
+index 8a00c72..2891f27 100644
 --- a/regress/test-exec.sh
 +++ b/regress/test-exec.sh
-@@ -175,6 +175,11 @@ if [ "x$TEST_SSH_OPENSSL" != "x" ]; then
+@@ -179,6 +179,11 @@ if [ "x$TEST_SSH_OPENSSL" != "x" ]; then
  fi
  
  # Path to sshd must be absolute for rexec
diff --git a/meta/recipes-connectivity/openssh/openssh_9.9p2.bb b/meta/recipes-connectivity/openssh/openssh_10.0p1.bb
similarity index 99%
rename from meta/recipes-connectivity/openssh/openssh_9.9p2.bb
rename to meta/recipes-connectivity/openssh/openssh_10.0p1.bb
index 5191725796..21e1e50759 100644
--- a/meta/recipes-connectivity/openssh/openssh_9.9p2.bb
+++ b/meta/recipes-connectivity/openssh/openssh_10.0p1.bb
@@ -26,7 +26,7 @@ SRC_URI = "https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.ta
            file://0001-regress-banner.sh-log-input-and-output-files-on-erro.patch \
            file://0001-regress-test-exec-use-the-absolute-path-in-the-SSH-e.patch \
            "
-SRC_URI[sha256sum] = "91aadb603e08cc285eddf965e1199d02585fa94d994d6cae5b41e1721e215673"
+SRC_URI[sha256sum] = "021a2e709a0edf4250b1256bd5a9e500411a90dddabea830ed59cef90eb9d85c"
 
 CVE_STATUS[CVE-2007-2768] = "not-applicable-config: This CVE is specific to OpenSSH with the pam opie which we don't build/use here."
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 34/56] pixman: upgrade 0.44.2 -> 0.46.0
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (31 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 33/56] openssh: upgrade 9.9p2 -> 10.0p1 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 35/56] python3-calver: upgrade 2025.04.02 -> 2025.04.17 wangmy
                   ` (21 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../xorg-lib/{pixman_0.44.2.bb => pixman_0.46.0.bb}             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/xorg-lib/{pixman_0.44.2.bb => pixman_0.46.0.bb} (95%)

diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.44.2.bb b/meta/recipes-graphics/xorg-lib/pixman_0.46.0.bb
similarity index 95%
rename from meta/recipes-graphics/xorg-lib/pixman_0.44.2.bb
rename to meta/recipes-graphics/xorg-lib/pixman_0.46.0.bb
index 2e5bb172f5..c1c71fd420 100644
--- a/meta/recipes-graphics/xorg-lib/pixman_0.44.2.bb
+++ b/meta/recipes-graphics/xorg-lib/pixman_0.46.0.bb
@@ -8,7 +8,7 @@ SECTION = "x11/libs"
 DEPENDS = "zlib"
 
 SRC_URI = "https://www.cairographics.org/releases/${BP}.tar.gz"
-SRC_URI[sha256sum] = "6349061ce1a338ab6952b92194d1b0377472244208d47ff25bef86fc71973466"
+SRC_URI[sha256sum] = "02d9ff7b8458ef61731c3d355f854bbf461fd0a4d3563c51f1c1c7b00638050d"
 
 # see http://cairographics.org/releases/ - only even minor versions are stable
 UPSTREAM_CHECK_REGEX = "pixman-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 35/56] python3-calver: upgrade 2025.04.02 -> 2025.04.17
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (32 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 34/56] pixman: upgrade 0.44.2 -> 0.46.0 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 36/56] python3-certifi: upgrade 2025.1.31 -> 2025.4.26 wangmy
                   ` (20 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
- test: Delete SOURCE_DATE_EPOCH envvar if already present for robustness

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ython3-calver_2025.04.02.bb => python3-calver_2025.04.17.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-calver_2025.04.02.bb => python3-calver_2025.04.17.bb} (89%)

diff --git a/meta/recipes-devtools/python/python3-calver_2025.04.02.bb b/meta/recipes-devtools/python/python3-calver_2025.04.17.bb
similarity index 89%
rename from meta/recipes-devtools/python/python3-calver_2025.04.02.bb
rename to meta/recipes-devtools/python/python3-calver_2025.04.17.bb
index 3f169e1f7c..290be21ce2 100644
--- a/meta/recipes-devtools/python/python3-calver_2025.04.02.bb
+++ b/meta/recipes-devtools/python/python3-calver_2025.04.17.bb
@@ -4,7 +4,7 @@ LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
 SRC_URI = "git://github.com/di/calver;branch=master;protocol=https;tag=${PV}"
-SRCREV = "e9c8017caf3e3aff214fbb581ee7f366de55f629"
+SRCREV = "3b74bdce35f2814eb2b65db39a133d5c849ddea7"
 
 inherit python_setuptools_build_meta ptest-python-pytest
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 36/56] python3-certifi: upgrade 2025.1.31 -> 2025.4.26
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (33 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 35/56] python3-calver: upgrade 2025.04.02 -> 2025.04.17 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 37/56] python3-hatch-fancy-pypi-readme: upgrade 24.1.0 -> 25.1.0 wangmy
                   ` (19 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ython3-certifi_2025.1.31.bb => python3-certifi_2025.4.26.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-certifi_2025.1.31.bb => python3-certifi_2025.4.26.bb} (86%)

diff --git a/meta/recipes-devtools/python/python3-certifi_2025.1.31.bb b/meta/recipes-devtools/python/python3-certifi_2025.4.26.bb
similarity index 86%
rename from meta/recipes-devtools/python/python3-certifi_2025.1.31.bb
rename to meta/recipes-devtools/python/python3-certifi_2025.4.26.bb
index 69b39ba100..07f9f3bfc8 100644
--- a/meta/recipes-devtools/python/python3-certifi_2025.1.31.bb
+++ b/meta/recipes-devtools/python/python3-certifi_2025.4.26.bb
@@ -7,7 +7,7 @@ HOMEPAGE = " http://certifi.io/"
 LICENSE = "ISC"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=11618cb6a975948679286b1211bd573c"
 
-SRC_URI[sha256sum] = "3d5da6925056f6f18f119200434a4780a94263f10d1c21d032a6f6b2baa20651"
+SRC_URI[sha256sum] = "0a816057ea3cdefcef70270d2c515e4506bbc954f417fa5ade2021213bb8f0c6"
 
 inherit pypi setuptools3
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 37/56] python3-hatch-fancy-pypi-readme: upgrade 24.1.0 -> 25.1.0
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (34 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 36/56] python3-certifi: upgrade 2025.1.31 -> 2025.4.26 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-14  6:41   ` Martin Jansa
  2025-05-12  9:03 ` [OE-core] [PATCH 38/56] python3-hypothesis: upgrade 6.131.0 -> 6.131.14 wangmy
                   ` (18 subsequent siblings)
  54 siblings, 1 reply; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- $HFPR_PACKAGE_NAME is now replaced by the package name in the PyPI readme. 
- Support for Python 3.7.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...adme_24.1.0.bb => python3-hatch-fancy-pypi-readme_25.1.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-hatch-fancy-pypi-readme_24.1.0.bb => python3-hatch-fancy-pypi-readme_25.1.0.bb} (80%)

diff --git a/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb b/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_25.1.0.bb
similarity index 80%
rename from meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb
rename to meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_25.1.0.bb
index b32527f949..5d8d82edd8 100644
--- a/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb
+++ b/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_25.1.0.bb
@@ -8,6 +8,6 @@ inherit pypi python_hatchling
 PYPI_PACKAGE = "hatch_fancy_pypi_readme"
 UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
-SRC_URI[sha256sum] = "44dd239f1a779b9dcf8ebc9401a611fd7f7e3e14578dcf22c265dfaf7c1514b8"
+SRC_URI[sha256sum] = "9c58ed3dff90d51f43414ce37009ad1d5b0f08ffc9fc216998a06380f01c0045"
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 38/56] python3-hypothesis: upgrade 6.131.0 -> 6.131.14
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (35 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 37/56] python3-hatch-fancy-pypi-readme: upgrade 24.1.0 -> 25.1.0 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 39/56] python3-jsonschema-specifications: upgrade 2024.10.1 -> 2025.4.1 wangmy
                   ` (17 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...on3-hypothesis_6.131.0.bb => python3-hypothesis_6.131.14.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-hypothesis_6.131.0.bb => python3-hypothesis_6.131.14.bb} (91%)

diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.131.0.bb b/meta/recipes-devtools/python/python3-hypothesis_6.131.14.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-hypothesis_6.131.0.bb
rename to meta/recipes-devtools/python/python3-hypothesis_6.131.14.bb
index d7656dc1d8..269ed936b6 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.131.0.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.131.14.bb
@@ -13,7 +13,7 @@ SRC_URI += " \
     file://test_rle.py \
     "
 
-SRC_URI[sha256sum] = "4b807daeeee47852edfd9818ba0e33df14902f1b78a5524f1a3fb71f80c7cec3"
+SRC_URI[sha256sum] = "347edc46cfe9bfcfb0598c4c927ed8fd573edfc8bacd2162023c4cf16accb702"
 
 RDEPENDS:${PN} += " \
     python3-attrs \
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 39/56] python3-jsonschema-specifications: upgrade 2024.10.1 -> 2025.4.1
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (36 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 38/56] python3-hypothesis: upgrade 6.131.0 -> 6.131.14 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 40/56] python3-lxml: upgrade 5.3.2 -> 5.4.0 wangmy
                   ` (16 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
- Add SPDX license identifier

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...24.10.1.bb => python3-jsonschema-specifications_2025.4.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-jsonschema-specifications_2024.10.1.bb => python3-jsonschema-specifications_2025.4.1.bb} (87%)

diff --git a/meta/recipes-devtools/python/python3-jsonschema-specifications_2024.10.1.bb b/meta/recipes-devtools/python/python3-jsonschema-specifications_2025.4.1.bb
similarity index 87%
rename from meta/recipes-devtools/python/python3-jsonschema-specifications_2024.10.1.bb
rename to meta/recipes-devtools/python/python3-jsonschema-specifications_2025.4.1.bb
index c45e5c25c7..53805b0396 100644
--- a/meta/recipes-devtools/python/python3-jsonschema-specifications_2024.10.1.bb
+++ b/meta/recipes-devtools/python/python3-jsonschema-specifications_2025.4.1.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "https://pypi.org/project/jsonschema-specifications/"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=93eb9740964b59e9ba30281255b044e2"
 
-SRC_URI[sha256sum] = "0f38b83639958ce1152d02a7f062902c41c8fd20d558b0c34344292d417ae272"
+SRC_URI[sha256sum] = "630159c9f4dbea161a6a2205c3011cc4f18ff381b189fff48bb39b9bf26ae608"
 
 inherit pypi python_hatchling
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 40/56] python3-lxml: upgrade 5.3.2 -> 5.4.0
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (37 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 39/56] python3-jsonschema-specifications: upgrade 2024.10.1 -> 2025.4.1 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 41/56] python3-mako: upgrade 1.3.9 -> 1.3.10 wangmy
                   ` (15 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Bugfix:
-Binary wheels use libxml2 2.13.8 and libxslt 1.1.43 to resolve several CVEs.
(Binary wheels for Windows continue to use a patched libxml2 2.11.9 and libxslt 1.1.39.)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-lxml_5.3.2.bb => python3-lxml_5.4.0.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-lxml_5.3.2.bb => python3-lxml_5.4.0.bb} (95%)

diff --git a/meta/recipes-devtools/python/python3-lxml_5.3.2.bb b/meta/recipes-devtools/python/python3-lxml_5.4.0.bb
similarity index 95%
rename from meta/recipes-devtools/python/python3-lxml_5.3.2.bb
rename to meta/recipes-devtools/python/python3-lxml_5.4.0.bb
index cc0d4ecd25..126fbe99b4 100644
--- a/meta/recipes-devtools/python/python3-lxml_5.3.2.bb
+++ b/meta/recipes-devtools/python/python3-lxml_5.4.0.bb
@@ -18,7 +18,7 @@ LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \
 
 DEPENDS += "libxml2 libxslt"
 
-SRC_URI[sha256sum] = "773947d0ed809ddad824b7b14467e1a481b8976e87278ac4a730c2f7c7fcddc1"
+SRC_URI[sha256sum] = "d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd"
 
 SRC_URI += "${PYPI_SRC_URI}"
 inherit pkgconfig pypi setuptools3
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 41/56] python3-mako: upgrade 1.3.9 -> 1.3.10
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (38 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 40/56] python3-lxml: upgrade 5.3.2 -> 5.4.0 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 42/56] python3-markdown: upgrade 3.7 -> 3.8 wangmy
                   ` (14 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
- Fix undefined variable errors when strict_undefined=True when using a
nested list comprehension. 

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-mako_1.3.9.bb => python3-mako_1.3.10.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-mako_1.3.9.bb => python3-mako_1.3.10.bb} (88%)

diff --git a/meta/recipes-devtools/python/python3-mako_1.3.9.bb b/meta/recipes-devtools/python/python3-mako_1.3.10.bb
similarity index 88%
rename from meta/recipes-devtools/python/python3-mako_1.3.9.bb
rename to meta/recipes-devtools/python/python3-mako_1.3.10.bb
index 83b6149337..4facce9233 100644
--- a/meta/recipes-devtools/python/python3-mako_1.3.9.bb
+++ b/meta/recipes-devtools/python/python3-mako_1.3.10.bb
@@ -10,7 +10,7 @@ inherit pypi python_setuptools_build_meta ptest-python-pytest
 
 
 
-SRC_URI[sha256sum] = "b5d65ff3462870feec922dbccf38f6efb44e5714d7b593a656be86663d8600ac"
+SRC_URI[sha256sum] = "99579a6f39583fa7e5630a28c3c1f440e4e97a414b80372649c0ce338da2ea28"
 
 RDEPENDS:${PN} = "python3-html \
                   python3-markupsafe \
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 42/56] python3-markdown: upgrade 3.7 -> 3.8
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (39 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 41/56] python3-mako: upgrade 1.3.9 -> 1.3.10 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 43/56] python3-meson-python: upgrade 0.17.1 -> 0.18.0 wangmy
                   ` (13 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
Changed
-------
- DRY fix in abbr extension by introducing method create_element
- Clean up test directory by removing some redundant tests and port non-redundant cases to the newer test framework.
- Improved performance of the raw HTML post-processor

Fixed
---------
- Backslash Unescape IDs set via attr_list on toc
- Ensure md_in_html processes content inside "markdown" blocks as they are parsed outside of "markdown" blocks to keep things more consistent for third-party extensions
- md_in_html handle tags within inline code blocks better
- md_in_html fix handling of one-liner block HTML handling
- Ensure <center> is treated like a block-level element
- Ensure that abbr extension respects AtomicString and does not process perceived abbreviations in these strings
- Ensure smarty extension correctly renders nested closing quotes

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-markdown_3.7.bb => python3-markdown_3.8.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-markdown_3.7.bb => python3-markdown_3.8.bb} (79%)

diff --git a/meta/recipes-devtools/python/python3-markdown_3.7.bb b/meta/recipes-devtools/python/python3-markdown_3.8.bb
similarity index 79%
rename from meta/recipes-devtools/python/python3-markdown_3.7.bb
rename to meta/recipes-devtools/python/python3-markdown_3.8.bb
index 6a2ab36494..09c2f3435b 100644
--- a/meta/recipes-devtools/python/python3-markdown_3.7.bb
+++ b/meta/recipes-devtools/python/python3-markdown_3.8.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=ec58cdf7cfed06a21f7a9362627a5480"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "2ae2471477cfd02dbbf038d5d9bc226d40def84b4fe2986e49b59b6b472bbed2"
+SRC_URI[sha256sum] = "7df81e63f0df5c4b24b7d156eb81e4690595239b7d70937d0409f1b0de319c6f"
 
 BBCLASSEXTEND = "native nativesdk"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 43/56] python3-meson-python: upgrade 0.17.1 -> 0.18.0
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (40 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 42/56] python3-markdown: upgrade 3.7 -> 3.8 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 44/56] python3-packaging: upgrade 24.2 -> 25.0 wangmy
                   ` (12 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...n3-meson-python_0.17.1.bb => python3-meson-python_0.18.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-meson-python_0.17.1.bb => python3-meson-python_0.18.0.bb} (86%)

diff --git a/meta/recipes-devtools/python/python3-meson-python_0.17.1.bb b/meta/recipes-devtools/python/python3-meson-python_0.18.0.bb
similarity index 86%
rename from meta/recipes-devtools/python/python3-meson-python_0.17.1.bb
rename to meta/recipes-devtools/python/python3-meson-python_0.18.0.bb
index 4dc7177557..742a2580a7 100644
--- a/meta/recipes-devtools/python/python3-meson-python_0.17.1.bb
+++ b/meta/recipes-devtools/python/python3-meson-python_0.18.0.bb
@@ -14,7 +14,7 @@ PYPI_PACKAGE = "meson_python"
 UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 inherit pypi python_mesonpy
-SRC_URI[sha256sum] = "efb91f69f2e19eef7bc9a471ed2a4e730088cc6b39eacaf3e49fc4f930eb5f83"
+SRC_URI[sha256sum] = "c56a99ec9df669a40662fe46960321af6e4b14106c14db228709c1628e23848d"
 
 DEPENDS:remove:class-native = "python3-meson-python-native"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 44/56] python3-packaging: upgrade 24.2 -> 25.0
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (41 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 43/56] python3-meson-python: upgrade 0.17.1 -> 0.18.0 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 45/56] python3-pdm: upgrade 2.23.1 -> 2.24.1 wangmy
                   ` (11 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- Re-add a test for Unicode file name parsing
- Upgrade to ruff 0.9.1
- Add support for PEP 738 Android tags
- feat(markers): support 'extras' and 'dependency_groups' markers

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-packaging_24.2.bb => python3-packaging_25.0.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-packaging_24.2.bb => python3-packaging_25.0.bb} (93%)

diff --git a/meta/recipes-devtools/python/python3-packaging_24.2.bb b/meta/recipes-devtools/python/python3-packaging_25.0.bb
similarity index 93%
rename from meta/recipes-devtools/python/python3-packaging_24.2.bb
rename to meta/recipes-devtools/python/python3-packaging_25.0.bb
index 3526cd5b39..9cb5c68f58 100644
--- a/meta/recipes-devtools/python/python3-packaging_24.2.bb
+++ b/meta/recipes-devtools/python/python3-packaging_25.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/pypa/packaging"
 LICENSE = "Apache-2.0 | BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91"
 
-SRC_URI[sha256sum] = "c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f"
+SRC_URI[sha256sum] = "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f"
 
 SRC_URI += "file://run-ptest.in"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 45/56] python3-pdm: upgrade 2.23.1 -> 2.24.1
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (42 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 44/56] python3-packaging: upgrade 24.2 -> 25.0 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 46/56] python3-pip: upgrade 25.0.1 -> 25.1.1 wangmy
                   ` (10 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Features & Improvements
------------------------
- New command pdm new that behaves like pdm init but creates a new project.
- Support use --name as project name for command pdm new e.g. pdm new hello --name world
- Support exporting to pylock.toml format as described by PEP 751.

Bug Fixes
---------
- Pass the --quiet option to pdm sync command.
- If a .python-version file is found and it contains multiple lines, the file
  will be ignored. The usage of the .python-version file can be disabled, if
  configuration value python.use_python_version (or environment variable PDM_USE_PYTHON_VERSION) is False.
- fix pdm config -e command to open read-only file under linux
- Replace project names and import names in both README.md and pyproject.toml when running pdm init <template>.
- Fix a bug that URL dependency hashes are not updated if running pdm lock --update-reuse. 
- Install the project when using the BaseSynchronizer with install_self set
  to True. This fixes the bug that when calling pdm sync --quiet, it skips
  installing the project itself.
- Mark one additional test as requiring network, and fix another one
  not to require it anymore. 

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-pdm_2.23.1.bb => python3-pdm_2.24.1.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-pdm_2.23.1.bb => python3-pdm_2.24.1.bb} (82%)

diff --git a/meta/recipes-devtools/python/python3-pdm_2.23.1.bb b/meta/recipes-devtools/python/python3-pdm_2.24.1.bb
similarity index 82%
rename from meta/recipes-devtools/python/python3-pdm_2.23.1.bb
rename to meta/recipes-devtools/python/python3-pdm_2.24.1.bb
index acab401392..3f251c7f0f 100644
--- a/meta/recipes-devtools/python/python3-pdm_2.23.1.bb
+++ b/meta/recipes-devtools/python/python3-pdm_2.24.1.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
 SECTION = "devel/python"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2"
 
-SRC_URI[sha256sum] = "cf12cd2201df78a6543a5485ac1d7015a73b3a6b10c98b66dfae6ebd481386fe"
+SRC_URI[sha256sum] = "fc8adf011caa4ee2b0f25dabf890152aa4153cc21599ea67fe0c14e533dcd6d9"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 46/56] python3-pip: upgrade 25.0.1 -> 25.1.1
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (43 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 45/56] python3-pdm: upgrade 2.23.1 -> 2.24.1 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 47/56] python3-poetry-core: upgrade 2.1.2 -> 2.1.3 wangmy
                   ` (9 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-pip_25.0.1.bb => python3-pip_25.1.1.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-pip_25.0.1.bb => python3-pip_25.1.1.bb} (96%)

diff --git a/meta/recipes-devtools/python/python3-pip_25.0.1.bb b/meta/recipes-devtools/python/python3-pip_25.1.1.bb
similarity index 96%
rename from meta/recipes-devtools/python/python3-pip_25.0.1.bb
rename to meta/recipes-devtools/python/python3-pip_25.1.1.bb
index e54e63cba5..431ba182c6 100644
--- a/meta/recipes-devtools/python/python3-pip_25.0.1.bb
+++ b/meta/recipes-devtools/python/python3-pip_25.1.1.bb
@@ -27,7 +27,7 @@ inherit pypi python_setuptools_build_meta
 
 SRC_URI += "file://no_shebang_mangling.patch"
 
-SRC_URI[sha256sum] = "88f96547ea48b940a3a385494e181e29fb8637898f88d88737c5049780f196ea"
+SRC_URI[sha256sum] = "3de45d411d308d5054c2168185d8da7f9a2cd753dbac8acbfa88a8909ecd9077"
 
 RDEPENDS:${PN} = "\
   python3-compile \
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 47/56] python3-poetry-core: upgrade 2.1.2 -> 2.1.3
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (44 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 46/56] python3-pip: upgrade 25.0.1 -> 25.1.1 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 48/56] python3-pycairo: upgrade 1.27.0 -> 1.28.0 wangmy
                   ` (8 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changed
----------
- Update list of supported licenses

Fixed
--------
- Fix an issue where the union of specific inverse or partially inverse markers
  was not simplified
- Fix an issue where optional dependencies defined in the project section were
  treated as non-optional when a source was defined for them in the tool.poetry
  section
- Fix an issue where markers with === were not parsed correctly
- Fix an issue where local versions with upper case letters caused an error
- Fix an issue where extra markers with a value starting with "in" were not
  validated correctly
- Fix an issue where inheriting from WheelBuilder was unnecessarily difficult

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ython3-poetry-core_2.1.2.bb => python3-poetry-core_2.1.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-poetry-core_2.1.2.bb => python3-poetry-core_2.1.3.bb} (94%)

diff --git a/meta/recipes-devtools/python/python3-poetry-core_2.1.2.bb b/meta/recipes-devtools/python/python3-poetry-core_2.1.3.bb
similarity index 94%
rename from meta/recipes-devtools/python/python3-poetry-core_2.1.2.bb
rename to meta/recipes-devtools/python/python3-poetry-core_2.1.3.bb
index 728b09cd7e..12c4751de8 100644
--- a/meta/recipes-devtools/python/python3-poetry-core_2.1.2.bb
+++ b/meta/recipes-devtools/python/python3-poetry-core_2.1.3.bb
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "\
     file://src/poetry/core/_vendor/tomli/LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5 \
 "
 
-SRC_URI[sha256sum] = "f9dbbbd0ebf9755476a1d57f04b30e9aecf71ca9dc2fcd4b17aba92c0002aa04"
+SRC_URI[sha256sum] = "0522a015477ed622c89aad56a477a57813cace0c8e7ff2a2906b7ef4a2e296a4"
 
 inherit python_poetry_core pypi
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 48/56] python3-pycairo: upgrade 1.27.0 -> 1.28.0
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (45 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 47/56] python3-poetry-core: upgrade 2.1.2 -> 2.1.3 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 49/56] python3-typing-extensions: upgrade 4.13.1 -> 4.13.2 wangmy
                   ` (7 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 https://pycairo.readthedocs.io/en/latest/changelog.html#v1-28-0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-pycairo_1.27.0.bb => python3-pycairo_1.28.0.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-pycairo_1.27.0.bb => python3-pycairo_1.28.0.bb} (90%)

diff --git a/meta/recipes-devtools/python/python3-pycairo_1.27.0.bb b/meta/recipes-devtools/python/python3-pycairo_1.28.0.bb
similarity index 90%
rename from meta/recipes-devtools/python/python3-pycairo_1.27.0.bb
rename to meta/recipes-devtools/python/python3-pycairo_1.28.0.bb
index 3dab9e823f..c610f3eae9 100644
--- a/meta/recipes-devtools/python/python3-pycairo_1.27.0.bb
+++ b/meta/recipes-devtools/python/python3-pycairo_1.28.0.bb
@@ -13,7 +13,7 @@ DEPENDS = "cairo python3"
 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/pycairo-${PV}.tar.gz"
 GITHUB_BASE_URI = "https://github.com/pygobject/pycairo/releases/"
 
-SRC_URI[sha256sum] = "5cb21e7a00a2afcafea7f14390235be33497a2cce53a98a19389492a60628430"
+SRC_URI[sha256sum] = "26ec5c6126781eb167089a123919f87baa2740da2cca9098be8b3a6b91cc5fbc"
 
 S = "${WORKDIR}/pycairo-${PV}"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 49/56] python3-typing-extensions: upgrade 4.13.1 -> 4.13.2
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (46 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 48/56] python3-pycairo: upgrade 1.27.0 -> 1.28.0 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 50/56] python3: upgrade 3.13.2 -> 3.13.3 wangmy
                   ` (6 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=============
- Fix TypeError when taking the union of typing_extensions.TypeAliasType and a
  typing.TypeAliasType on Python 3.12 and 3.13.
- Backport from CPython PR #132160 to avoid having user arguments shadowed in
  generated __new__ by @typing_extensions.deprecated.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...extensions_4.13.1.bb => python3-typing-extensions_4.13.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-typing-extensions_4.13.1.bb => python3-typing-extensions_4.13.2.bb} (91%)

diff --git a/meta/recipes-devtools/python/python3-typing-extensions_4.13.1.bb b/meta/recipes-devtools/python/python3-typing-extensions_4.13.2.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-typing-extensions_4.13.1.bb
rename to meta/recipes-devtools/python/python3-typing-extensions_4.13.2.bb
index c3d3dbc275..9c83ae6c61 100644
--- a/meta/recipes-devtools/python/python3-typing-extensions_4.13.1.bb
+++ b/meta/recipes-devtools/python/python3-typing-extensions_4.13.2.bb
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=fcf6b249c2641540219a727f35d8d2c2"
 PYPI_PACKAGE = "typing_extensions"
 UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
-SRC_URI[sha256sum] = "98795af00fb9640edec5b8e31fc647597b4691f099ad75f469a2616be1a76dff"
+SRC_URI[sha256sum] = "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef"
 
 inherit pypi python_flit_core
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 50/56] python3: upgrade 3.13.2 -> 3.13.3
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (47 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 49/56] python3-typing-extensions: upgrade 4.13.1 -> 4.13.2 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:33   ` Trevor Gamblin
  2025-05-12  9:03 ` [OE-core] [PATCH 51/56] python3-yamllint: upgrade 1.37.0 -> 1.37.1 wangmy
                   ` (5 subsequent siblings)
  54 siblings, 1 reply; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0001-Avoid-shebang-overflow-on-python-config.py.patch
0001-Generate-data-for-OpenSSL-3.4-and-add-it-to-multissl.patch
0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch
0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch
0001-skip-no_stdout_fileno-test-due-to-load-variability.patch
0001-test_readline-skip-limited-history-test.patch
0001-test_storlines-skip-due-to-load-variability.patch
makerace.patch
valid-dists.patch
refreshed for 3.13.3

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...shebang-overflow-on-python-config.py.patch |   6 +-
 ...r-OpenSSL-3.4-and-add-it-to-multissl.patch | 108 +++++++++---------
 ...-use-prefix-value-from-build-configu.patch |   6 +-
 ...sts-due-to-load-variability-on-YP-AB.patch |  12 +-
 ..._fileno-test-due-to-load-variability.patch |   6 +-
 ...t_readline-skip-limited-history-test.patch |  14 ++-
 ...orlines-skip-due-to-load-variability.patch |   6 +-
 .../python/python3/makerace.patch             |   6 +-
 .../python/python3/valid-dists.patch          |  28 +++--
 .../{python3_3.13.2.bb => python3_3.13.3.bb}  |   2 +-
 10 files changed, 101 insertions(+), 93 deletions(-)
 rename meta/recipes-devtools/python/{python3_3.13.2.bb => python3_3.13.3.bb} (99%)

diff --git a/meta/recipes-devtools/python/python3/0001-Avoid-shebang-overflow-on-python-config.py.patch b/meta/recipes-devtools/python/python3/0001-Avoid-shebang-overflow-on-python-config.py.patch
index 81a613c151..e7f7fdfda5 100644
--- a/meta/recipes-devtools/python/python3/0001-Avoid-shebang-overflow-on-python-config.py.patch
+++ b/meta/recipes-devtools/python/python3/0001-Avoid-shebang-overflow-on-python-config.py.patch
@@ -1,4 +1,4 @@
-From 6b111a328c1c57b1580d63894b2b5d337316f6d4 Mon Sep 17 00:00:00 2001
+From 0239f786147acda432c4a0ac0615ff13375053e3 Mon Sep 17 00:00:00 2001
 From: Paulo Neves <ptsneves@gmail.com>
 Date: Tue, 7 Jun 2022 16:16:41 +0200
 Subject: [PATCH] Avoid shebang overflow on python-config.py
@@ -16,10 +16,10 @@ Upstream-Status: Denied [distribution]
  1 file changed, 2 insertions(+)
 
 diff --git a/Makefile.pre.in b/Makefile.pre.in
-index 9ec3a71..f7d5382 100644
+index ce490a3..8284a87 100644
 --- a/Makefile.pre.in
 +++ b/Makefile.pre.in
-@@ -2578,6 +2578,8 @@ python-config: $(srcdir)/Misc/python-config.in Misc/python-config.sh
+@@ -2579,6 +2579,8 @@ python-config: $(srcdir)/Misc/python-config.in Misc/python-config.sh
  	@ # Substitution happens here, as the completely-expanded BINDIR
  	@ # is not available in configure
  	sed -e "s,@EXENAME@,$(EXENAME)," < $(srcdir)/Misc/python-config.in >python-config.py
diff --git a/meta/recipes-devtools/python/python3/0001-Generate-data-for-OpenSSL-3.4-and-add-it-to-multissl.patch b/meta/recipes-devtools/python/python3/0001-Generate-data-for-OpenSSL-3.4-and-add-it-to-multissl.patch
index 075737e7d1..b3118c5cfe 100644
--- a/meta/recipes-devtools/python/python3/0001-Generate-data-for-OpenSSL-3.4-and-add-it-to-multissl.patch
+++ b/meta/recipes-devtools/python/python3/0001-Generate-data-for-OpenSSL-3.4-and-add-it-to-multissl.patch
@@ -1,4 +1,4 @@
-From db5c5763f3e3172f1dd011355b41469770dafc0f Mon Sep 17 00:00:00 2001
+From ad6f45615d99a2a9e8338dc3066781d449155868 Mon Sep 17 00:00:00 2001
 From: Petr Viktorin <encukou@gmail.com>
 Date: Thu, 28 Nov 2024 13:29:27 +0100
 Subject: [PATCH] gh-127330: Update for OpenSSL 3.4 & document+improve the
@@ -31,7 +31,7 @@ Signed-off-by: Peter Marko <peter.marko@siemens.com>
  rename Modules/{_ssl_data_31.h => _ssl_data_34.h} (92%)
 
 diff --git a/Modules/_ssl.c b/Modules/_ssl.c
-index b6b5ebf094c..e5b8bf21002 100644
+index 53a2802..e898a5a 100644
 --- a/Modules/_ssl.c
 +++ b/Modules/_ssl.c
 @@ -121,7 +121,7 @@ static void _PySSLFixErrno(void) {
@@ -44,7 +44,7 @@ index b6b5ebf094c..e5b8bf21002 100644
  #include "_ssl_data_300.h"
  #elif (OPENSSL_VERSION_NUMBER >= 0x10101000L)
 diff --git a/Modules/_ssl_data_111.h b/Modules/_ssl_data_111.h
-index 093c786e6a2..061fac2bd58 100644
+index 093c786..061fac2 100644
 --- a/Modules/_ssl_data_111.h
 +++ b/Modules/_ssl_data_111.h
 @@ -1,4 +1,6 @@
@@ -56,7 +56,7 @@ index 093c786e6a2..061fac2bd58 100644
  #ifdef ERR_LIB_ASN1
      {"ASN1", ERR_LIB_ASN1},
 diff --git a/Modules/_ssl_data_300.h b/Modules/_ssl_data_300.h
-index dc66731f6b6..b687ce43c77 100644
+index dc66731..b687ce4 100644
 --- a/Modules/_ssl_data_300.h
 +++ b/Modules/_ssl_data_300.h
 @@ -1,4 +1,7 @@
@@ -72,7 +72,7 @@ diff --git a/Modules/_ssl_data_31.h b/Modules/_ssl_data_34.h
 similarity index 92%
 rename from Modules/_ssl_data_31.h
 rename to Modules/_ssl_data_34.h
-index c589c501f4e..d4af3e1c1fa 100644
+index c589c50..d4af3e1 100644
 --- a/Modules/_ssl_data_31.h
 +++ b/Modules/_ssl_data_34.h
 @@ -1,4 +1,6 @@
@@ -1078,7 +1078,7 @@ index c589c501f4e..d4af3e1c1fa 100644
    #ifdef SSL_R_TLSV1_ALERT_ACCESS_DENIED
      {"TLSV1_ALERT_ACCESS_DENIED", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_ACCESS_DENIED},
    #else
-@@ -7470,6 +7982,16 @@ static struct py_ssl_error_code error_codes[] = {
+@@ -7470,11 +7982,26 @@ static struct py_ssl_error_code error_codes[] = {
    #else
      {"TLSV1_ALERT_DECODE_ERROR", 20, 1050},
    #endif
@@ -1087,57 +1087,60 @@ index c589c501f4e..d4af3e1c1fa 100644
 +  #else
 +    {"TLSV1_ALERT_DECODE_ERROR", 20, 1050},
 +  #endif
+   #ifdef SSL_R_TLSV1_ALERT_DECRYPTION_FAILED
+     {"TLSV1_ALERT_DECRYPTION_FAILED", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_DECRYPTION_FAILED},
+   #else
+     {"TLSV1_ALERT_DECRYPTION_FAILED", 20, 1021},
+   #endif
 +  #ifdef SSL_R_TLSV1_ALERT_DECRYPTION_FAILED
 +    {"TLSV1_ALERT_DECRYPTION_FAILED", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_DECRYPTION_FAILED},
 +  #else
 +    {"TLSV1_ALERT_DECRYPTION_FAILED", 20, 1021},
 +  #endif
-   #ifdef SSL_R_TLSV1_ALERT_DECRYPTION_FAILED
-     {"TLSV1_ALERT_DECRYPTION_FAILED", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_DECRYPTION_FAILED},
-   #else
-@@ -7480,6 +8002,16 @@ static struct py_ssl_error_code error_codes[] = {
-   #else
-     {"TLSV1_ALERT_DECRYPT_ERROR", 20, 1051},
-   #endif
 +  #ifdef SSL_R_TLSV1_ALERT_DECRYPT_ERROR
 +    {"TLSV1_ALERT_DECRYPT_ERROR", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_DECRYPT_ERROR},
 +  #else
 +    {"TLSV1_ALERT_DECRYPT_ERROR", 20, 1051},
 +  #endif
+   #ifdef SSL_R_TLSV1_ALERT_DECRYPT_ERROR
+     {"TLSV1_ALERT_DECRYPT_ERROR", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_DECRYPT_ERROR},
+   #else
+@@ -7485,6 +8012,16 @@ static struct py_ssl_error_code error_codes[] = {
+   #else
+     {"TLSV1_ALERT_EXPORT_RESTRICTION", 20, 1060},
+   #endif
 +  #ifdef SSL_R_TLSV1_ALERT_EXPORT_RESTRICTION
 +    {"TLSV1_ALERT_EXPORT_RESTRICTION", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_EXPORT_RESTRICTION},
 +  #else
 +    {"TLSV1_ALERT_EXPORT_RESTRICTION", 20, 1060},
 +  #endif
-   #ifdef SSL_R_TLSV1_ALERT_EXPORT_RESTRICTION
-     {"TLSV1_ALERT_EXPORT_RESTRICTION", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_EXPORT_RESTRICTION},
-   #else
-@@ -7490,6 +8022,16 @@ static struct py_ssl_error_code error_codes[] = {
-   #else
-     {"TLSV1_ALERT_INAPPROPRIATE_FALLBACK", 20, 1086},
-   #endif
 +  #ifdef SSL_R_TLSV1_ALERT_INAPPROPRIATE_FALLBACK
 +    {"TLSV1_ALERT_INAPPROPRIATE_FALLBACK", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_INAPPROPRIATE_FALLBACK},
 +  #else
 +    {"TLSV1_ALERT_INAPPROPRIATE_FALLBACK", 20, 1086},
 +  #endif
+   #ifdef SSL_R_TLSV1_ALERT_INAPPROPRIATE_FALLBACK
+     {"TLSV1_ALERT_INAPPROPRIATE_FALLBACK", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_INAPPROPRIATE_FALLBACK},
+   #else
+@@ -7495,11 +8032,36 @@ static struct py_ssl_error_code error_codes[] = {
+   #else
+     {"TLSV1_ALERT_INSUFFICIENT_SECURITY", 20, 1071},
+   #endif
 +  #ifdef SSL_R_TLSV1_ALERT_INSUFFICIENT_SECURITY
 +    {"TLSV1_ALERT_INSUFFICIENT_SECURITY", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_INSUFFICIENT_SECURITY},
 +  #else
 +    {"TLSV1_ALERT_INSUFFICIENT_SECURITY", 20, 1071},
 +  #endif
-   #ifdef SSL_R_TLSV1_ALERT_INSUFFICIENT_SECURITY
-     {"TLSV1_ALERT_INSUFFICIENT_SECURITY", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_INSUFFICIENT_SECURITY},
-   #else
-@@ -7500,6 +8042,26 @@ static struct py_ssl_error_code error_codes[] = {
-   #else
-     {"TLSV1_ALERT_INTERNAL_ERROR", 20, 1080},
-   #endif
 +  #ifdef SSL_R_TLSV1_ALERT_INTERNAL_ERROR
 +    {"TLSV1_ALERT_INTERNAL_ERROR", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_INTERNAL_ERROR},
 +  #else
 +    {"TLSV1_ALERT_INTERNAL_ERROR", 20, 1080},
 +  #endif
+   #ifdef SSL_R_TLSV1_ALERT_INTERNAL_ERROR
+     {"TLSV1_ALERT_INTERNAL_ERROR", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_INTERNAL_ERROR},
+   #else
+     {"TLSV1_ALERT_INTERNAL_ERROR", 20, 1080},
+   #endif
 +  #ifdef SSL_R_TLSV1_ALERT_NO_APPLICATION_PROTOCOL
 +    {"TLSV1_ALERT_NO_APPLICATION_PROTOCOL", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_NO_APPLICATION_PROTOCOL},
 +  #else
@@ -1156,7 +1159,7 @@ index c589c501f4e..d4af3e1c1fa 100644
    #ifdef SSL_R_TLSV1_ALERT_NO_RENEGOTIATION
      {"TLSV1_ALERT_NO_RENEGOTIATION", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_NO_RENEGOTIATION},
    #else
-@@ -7510,21 +8072,56 @@ static struct py_ssl_error_code error_codes[] = {
+@@ -7510,6 +8072,16 @@ static struct py_ssl_error_code error_codes[] = {
    #else
      {"TLSV1_ALERT_PROTOCOL_VERSION", 20, 1070},
    #endif
@@ -1165,26 +1168,23 @@ index c589c501f4e..d4af3e1c1fa 100644
 +  #else
 +    {"TLSV1_ALERT_PROTOCOL_VERSION", 20, 1070},
 +  #endif
-   #ifdef SSL_R_TLSV1_ALERT_RECORD_OVERFLOW
-     {"TLSV1_ALERT_RECORD_OVERFLOW", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_RECORD_OVERFLOW},
-   #else
-     {"TLSV1_ALERT_RECORD_OVERFLOW", 20, 1022},
-   #endif
 +  #ifdef SSL_R_TLSV1_ALERT_RECORD_OVERFLOW
 +    {"TLSV1_ALERT_RECORD_OVERFLOW", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_RECORD_OVERFLOW},
 +  #else
 +    {"TLSV1_ALERT_RECORD_OVERFLOW", 20, 1022},
 +  #endif
+   #ifdef SSL_R_TLSV1_ALERT_RECORD_OVERFLOW
+     {"TLSV1_ALERT_RECORD_OVERFLOW", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_RECORD_OVERFLOW},
+   #else
+@@ -7520,11 +8092,36 @@ static struct py_ssl_error_code error_codes[] = {
+   #else
+     {"TLSV1_ALERT_UNKNOWN_CA", 20, 1048},
+   #endif
 +  #ifdef SSL_R_TLSV1_ALERT_UNKNOWN_CA
 +    {"TLSV1_ALERT_UNKNOWN_CA", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_UNKNOWN_CA},
 +  #else
 +    {"TLSV1_ALERT_UNKNOWN_CA", 20, 1048},
 +  #endif
-   #ifdef SSL_R_TLSV1_ALERT_UNKNOWN_CA
-     {"TLSV1_ALERT_UNKNOWN_CA", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_UNKNOWN_CA},
-   #else
-     {"TLSV1_ALERT_UNKNOWN_CA", 20, 1048},
-   #endif
 +  #ifdef SSL_R_TLSV1_ALERT_UNKNOWN_PSK_IDENTITY
 +    {"TLSV1_ALERT_UNKNOWN_PSK_IDENTITY", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_UNKNOWN_PSK_IDENTITY},
 +  #else
@@ -1213,7 +1213,7 @@ index c589c501f4e..d4af3e1c1fa 100644
    #ifdef SSL_R_TLSV1_BAD_CERTIFICATE_HASH_VALUE
      {"TLSV1_BAD_CERTIFICATE_HASH_VALUE", ERR_LIB_SSL, SSL_R_TLSV1_BAD_CERTIFICATE_HASH_VALUE},
    #else
-@@ -7535,6 +8132,16 @@ static struct py_ssl_error_code error_codes[] = {
+@@ -7535,11 +8132,26 @@ static struct py_ssl_error_code error_codes[] = {
    #else
      {"TLSV1_BAD_CERTIFICATE_STATUS_RESPONSE", 20, 1113},
    #endif
@@ -1222,30 +1222,35 @@ index c589c501f4e..d4af3e1c1fa 100644
 +  #else
 +    {"TLSV1_BAD_CERTIFICATE_STATUS_RESPONSE", 20, 1113},
 +  #endif
+   #ifdef SSL_R_TLSV1_CERTIFICATE_UNOBTAINABLE
+     {"TLSV1_CERTIFICATE_UNOBTAINABLE", ERR_LIB_SSL, SSL_R_TLSV1_CERTIFICATE_UNOBTAINABLE},
+   #else
+     {"TLSV1_CERTIFICATE_UNOBTAINABLE", 20, 1111},
+   #endif
 +  #ifdef SSL_R_TLSV1_CERTIFICATE_UNOBTAINABLE
 +    {"TLSV1_CERTIFICATE_UNOBTAINABLE", ERR_LIB_SSL, SSL_R_TLSV1_CERTIFICATE_UNOBTAINABLE},
 +  #else
 +    {"TLSV1_CERTIFICATE_UNOBTAINABLE", 20, 1111},
 +  #endif
-   #ifdef SSL_R_TLSV1_CERTIFICATE_UNOBTAINABLE
-     {"TLSV1_CERTIFICATE_UNOBTAINABLE", ERR_LIB_SSL, SSL_R_TLSV1_CERTIFICATE_UNOBTAINABLE},
-   #else
-@@ -7545,6 +8152,16 @@ static struct py_ssl_error_code error_codes[] = {
-   #else
-     {"TLSV1_UNRECOGNIZED_NAME", 20, 1112},
-   #endif
 +  #ifdef SSL_R_TLSV1_UNRECOGNIZED_NAME
 +    {"TLSV1_UNRECOGNIZED_NAME", ERR_LIB_SSL, SSL_R_TLSV1_UNRECOGNIZED_NAME},
 +  #else
 +    {"TLSV1_UNRECOGNIZED_NAME", 20, 1112},
 +  #endif
+   #ifdef SSL_R_TLSV1_UNRECOGNIZED_NAME
+     {"TLSV1_UNRECOGNIZED_NAME", ERR_LIB_SSL, SSL_R_TLSV1_UNRECOGNIZED_NAME},
+   #else
+@@ -7550,6 +8162,11 @@ static struct py_ssl_error_code error_codes[] = {
+   #else
+     {"TLSV1_UNSUPPORTED_EXTENSION", 20, 1110},
+   #endif
 +  #ifdef SSL_R_TLSV1_UNSUPPORTED_EXTENSION
 +    {"TLSV1_UNSUPPORTED_EXTENSION", ERR_LIB_SSL, SSL_R_TLSV1_UNSUPPORTED_EXTENSION},
 +  #else
 +    {"TLSV1_UNSUPPORTED_EXTENSION", 20, 1110},
 +  #endif
-   #ifdef SSL_R_TLSV1_UNSUPPORTED_EXTENSION
-     {"TLSV1_UNSUPPORTED_EXTENSION", ERR_LIB_SSL, SSL_R_TLSV1_UNSUPPORTED_EXTENSION},
+   #ifdef SSL_R_TLS_ILLEGAL_EXPORTER_LABEL
+     {"TLS_ILLEGAL_EXPORTER_LABEL", ERR_LIB_SSL, SSL_R_TLS_ILLEGAL_EXPORTER_LABEL},
    #else
 @@ -7665,6 +8282,11 @@ static struct py_ssl_error_code error_codes[] = {
    #else
@@ -1359,7 +1364,7 @@ index c589c501f4e..d4af3e1c1fa 100644
      {"WRONG_LOOKUP_TYPE", ERR_LIB_X509, X509_R_WRONG_LOOKUP_TYPE},
    #else
 diff --git a/Tools/c-analyzer/cpython/_parser.py b/Tools/c-analyzer/cpython/_parser.py
-index 21be53e7884..a08b32fa45d 100644
+index 12010f0..104cf22 100644
 --- a/Tools/c-analyzer/cpython/_parser.py
 +++ b/Tools/c-analyzer/cpython/_parser.py
 @@ -70,9 +70,7 @@ Python/thread_pthread.h
@@ -1374,7 +1379,7 @@ index 21be53e7884..a08b32fa45d 100644
  Modules/unicodedata_db.h
  Modules/unicodename_db.h
 diff --git a/Tools/ssl/make_ssl_data.py b/Tools/ssl/make_ssl_data.py
-index 9860871..0cd05c7 100755
+index 9860871..982d05a 100755
 --- a/Tools/ssl/make_ssl_data.py
 +++ b/Tools/ssl/make_ssl_data.py
 @@ -5,9 +5,28 @@ This script should be called *manually* when we want to upgrade SSLError
@@ -1447,6 +1452,3 @@ index eae0e0c..fb06f63 100755
  ]
  
  LIBRESSL_OLD_VERSIONS = [
--- 
-2.30.2
-
diff --git a/meta/recipes-devtools/python/python3/0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch b/meta/recipes-devtools/python/python3/0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch
index ca72ebc899..cb3a13ff0a 100644
--- a/meta/recipes-devtools/python/python3/0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch
+++ b/meta/recipes-devtools/python/python3/0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch
@@ -1,4 +1,4 @@
-From 3f4f3e917950e286d5729ea949ca342995eb3c3e Mon Sep 17 00:00:00 2001
+From e7c0c356efe61be74c4c7a463d01b4eeb677c7df Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex@linutronix.de>
 Date: Fri, 17 Nov 2023 14:26:32 +0100
 Subject: [PATCH] Lib/sysconfig.py: use prefix value from build configuration
@@ -14,10 +14,10 @@ Signed-off-by: Alexander Kanavin <alex@linutronix.de>
  1 file changed, 5 insertions(+)
 
 diff --git a/Lib/sysconfig/__init__.py b/Lib/sysconfig/__init__.py
-index f8e1c7d..0882526 100644
+index 7a5feac..867f497 100644
 --- a/Lib/sysconfig/__init__.py
 +++ b/Lib/sysconfig/__init__.py
-@@ -494,6 +494,11 @@ def _init_config_vars():
+@@ -501,6 +501,11 @@ def _init_config_vars():
          _CONFIG_VARS['VPATH'] = sys._vpath
      if os.name == 'posix':
          _init_posix(_CONFIG_VARS)
diff --git a/meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch b/meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch
index c8537db1fd..38a6ef065e 100644
--- a/meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch
+++ b/meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch
@@ -1,4 +1,4 @@
-From 8828a52ebace98199569404f01174398bcc64a00 Mon Sep 17 00:00:00 2001
+From d6982c7de7dbeec6f50c05b923be02780b30ce89 Mon Sep 17 00:00:00 2001
 From: Yi Fan Yu <yifan.yu@windriver.com>
 Date: Thu, 1 Apr 2021 13:08:37 -0700
 Subject: [PATCH] Skip failing tests due to load variability on YP AB
@@ -23,10 +23,10 @@ Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
  2 files changed, 5 insertions(+)
 
 diff --git a/Lib/test/_test_multiprocessing.py b/Lib/test/_test_multiprocessing.py
-index 5dae370..23eb971 100644
+index 4b06123..b69e33f 100644
 --- a/Lib/test/_test_multiprocessing.py
 +++ b/Lib/test/_test_multiprocessing.py
-@@ -688,6 +688,7 @@ class _TestProcess(BaseTestCase):
+@@ -692,6 +692,7 @@ class _TestProcess(BaseTestCase):
          close_queue(q)
  
      @support.requires_resource('walltime')
@@ -34,7 +34,7 @@ index 5dae370..23eb971 100644
      def test_many_processes(self):
          if self.TYPE == 'threads':
              self.skipTest('test not appropriate for {}'.format(self.TYPE))
-@@ -2211,6 +2212,7 @@ class _TestBarrier(BaseTestCase):
+@@ -2223,6 +2224,7 @@ class _TestBarrier(BaseTestCase):
          except threading.BrokenBarrierError:
              results.append(True)
  
@@ -42,7 +42,7 @@ index 5dae370..23eb971 100644
      def test_timeout(self):
          """
          Test wait(timeout)
-@@ -5299,6 +5301,7 @@ class TestWait(unittest.TestCase):
+@@ -5311,6 +5313,7 @@ class TestWait(unittest.TestCase):
          time.sleep(period)
  
      @support.requires_resource('walltime')
@@ -51,7 +51,7 @@ index 5dae370..23eb971 100644
          from multiprocessing.connection import wait
  
 diff --git a/Lib/test/test_time.py b/Lib/test/test_time.py
-index 293799f..1dbb623 100644
+index ee17c93..13041f3 100644
 --- a/Lib/test/test_time.py
 +++ b/Lib/test/test_time.py
 @@ -548,6 +548,7 @@ class TimeTestCase(unittest.TestCase):
diff --git a/meta/recipes-devtools/python/python3/0001-skip-no_stdout_fileno-test-due-to-load-variability.patch b/meta/recipes-devtools/python/python3/0001-skip-no_stdout_fileno-test-due-to-load-variability.patch
index ea103bc834..7d8c9db9e1 100644
--- a/meta/recipes-devtools/python/python3/0001-skip-no_stdout_fileno-test-due-to-load-variability.patch
+++ b/meta/recipes-devtools/python/python3/0001-skip-no_stdout_fileno-test-due-to-load-variability.patch
@@ -1,4 +1,4 @@
-From c5bdd39f8ebc4e6c58a47d7e424eac028eddb4ff Mon Sep 17 00:00:00 2001
+From d40708eac1cc5d0feb9e8ef3921d09cd7fffb23b Mon Sep 17 00:00:00 2001
 From: Trevor Gamblin <tgamblin@baylibre.com>
 Date: Fri, 15 Sep 2023 08:48:33 -0400
 Subject: [PATCH] skip no_stdout_fileno test due to load variability
@@ -16,10 +16,10 @@ Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
  1 file changed, 1 insertion(+)
 
 diff --git a/Lib/test/test_builtin.py b/Lib/test/test_builtin.py
-index c5394de..ed17fb6 100644
+index d4da291..efe84bd 100644
 --- a/Lib/test/test_builtin.py
 +++ b/Lib/test/test_builtin.py
-@@ -2435,6 +2435,7 @@ class PtyTests(unittest.TestCase):
+@@ -2458,6 +2458,7 @@ class PtyTests(unittest.TestCase):
                           "byte 0xe9 in position 4: ordinal not in "
                           "range(128)")
  
diff --git a/meta/recipes-devtools/python/python3/0001-test_readline-skip-limited-history-test.patch b/meta/recipes-devtools/python/python3/0001-test_readline-skip-limited-history-test.patch
index 862a7f5ea7..9a4c0e4626 100644
--- a/meta/recipes-devtools/python/python3/0001-test_readline-skip-limited-history-test.patch
+++ b/meta/recipes-devtools/python/python3/0001-test_readline-skip-limited-history-test.patch
@@ -1,4 +1,4 @@
-From 1a0a145261ba4f97aaff3c0c656ac2e0ad9695a8 Mon Sep 17 00:00:00 2001
+From 8fc0adf5a393faf2303b929cc3723a1d97417041 Mon Sep 17 00:00:00 2001
 From: Trevor Gamblin <tgamblin@baylibre.com>
 Date: Tue, 13 Aug 2024 11:07:05 -0400
 Subject: [PATCH] test_readline: skip limited history test
@@ -13,12 +13,14 @@ Upstream-Status: Inappropriate [OE-specific]
 
 Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
 ---
- Lib/test/test_readline.py | 2 ++
- 1 file changed, 2 insertions(+)
+ Lib/test/test_readline.py | 3 +++
+ 1 file changed, 3 insertions(+)
 
+diff --git a/Lib/test/test_readline.py b/Lib/test/test_readline.py
+index 8b8772c..90b9dbc 100644
 --- a/Lib/test/test_readline.py
 +++ b/Lib/test/test_readline.py
-@@ -70,6 +70,7 @@ class TestHistoryManipulation (unittest.
+@@ -70,6 +70,7 @@ class TestHistoryManipulation (unittest.TestCase):
  
      @unittest.skipUnless(hasattr(readline, "append_history_file"),
                           "append_history not available")
@@ -26,7 +28,7 @@ Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
      def test_write_read_append(self):
          hfile = tempfile.NamedTemporaryFile(delete=False)
          hfile.close()
-@@ -141,6 +142,7 @@ class TestHistoryManipulation (unittest.
+@@ -141,6 +142,7 @@ class TestHistoryManipulation (unittest.TestCase):
          self.assertEqual(readline.get_history_item(1), "entrée 1")
          self.assertEqual(readline.get_history_item(2), "entrée 22")
  
@@ -34,7 +36,7 @@ Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
      def test_write_read_limited_history(self):
          previous_length = readline.get_history_length()
          self.addCleanup(readline.set_history_length, previous_length)
-@@ -382,6 +384,7 @@ readline.write_history_file(history_file
+@@ -382,6 +384,7 @@ readline.write_history_file(history_file)
          self.assertIn(b"done", output)
  
  
diff --git a/meta/recipes-devtools/python/python3/0001-test_storlines-skip-due-to-load-variability.patch b/meta/recipes-devtools/python/python3/0001-test_storlines-skip-due-to-load-variability.patch
index b4f873fd72..c1a9bebe78 100644
--- a/meta/recipes-devtools/python/python3/0001-test_storlines-skip-due-to-load-variability.patch
+++ b/meta/recipes-devtools/python/python3/0001-test_storlines-skip-due-to-load-variability.patch
@@ -1,4 +1,4 @@
-From 9f252a691cd335341938489da32d6e2d4620d8ca Mon Sep 17 00:00:00 2001
+From 45a38769a5cc7c1e16211bda02e9eb6c23e04eee Mon Sep 17 00:00:00 2001
 From: Trevor Gamblin <tgamblin@baylibre.com>
 Date: Fri, 6 Oct 2023 10:59:44 -0400
 Subject: [PATCH] test_storlines: skip due to load variability
@@ -16,10 +16,10 @@ Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
  1 file changed, 1 insertion(+)
 
 diff --git a/Lib/test/test_ftplib.py b/Lib/test/test_ftplib.py
-index bed0e6d..36602be 100644
+index c864d40..8459c4c 100644
 --- a/Lib/test/test_ftplib.py
 +++ b/Lib/test/test_ftplib.py
-@@ -627,6 +627,7 @@ class TestFTPClass(TestCase):
+@@ -630,6 +630,7 @@ class TestFTPClass(TestCase):
              self.client.storbinary('stor', f, rest=r)
              self.assertEqual(self.server.handler_instance.rest, str(r))
  
diff --git a/meta/recipes-devtools/python/python3/makerace.patch b/meta/recipes-devtools/python/python3/makerace.patch
index b115a6fa65..d69db443f9 100644
--- a/meta/recipes-devtools/python/python3/makerace.patch
+++ b/meta/recipes-devtools/python/python3/makerace.patch
@@ -1,4 +1,4 @@
-From 2b458b4e1bcd57e3f135d3f0e715f64b98b27906 Mon Sep 17 00:00:00 2001
+From bdb637f4c65329f1e452ad08158a7ab89529ff39 Mon Sep 17 00:00:00 2001
 From: Richard Purdie <richard.purdie@linuxfoundation.org>
 Date: Tue, 13 Jul 2021 23:19:29 +0100
 Subject: [PATCH] python3: Fix make race
@@ -17,10 +17,10 @@ Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/Makefile.pre.in b/Makefile.pre.in
-index be1b9ea..9ec3a71 100644
+index 7586b6c..ce490a3 100644
 --- a/Makefile.pre.in
 +++ b/Makefile.pre.in
-@@ -2485,7 +2485,7 @@ COMPILEALL_OPTS=-j0
+@@ -2486,7 +2486,7 @@ COMPILEALL_OPTS=-j0
  TEST_MODULES=@TEST_MODULES@
  
  .PHONY: libinstall
diff --git a/meta/recipes-devtools/python/python3/valid-dists.patch b/meta/recipes-devtools/python/python3/valid-dists.patch
index 1b2c078c21..50ee4d455a 100644
--- a/meta/recipes-devtools/python/python3/valid-dists.patch
+++ b/meta/recipes-devtools/python/python3/valid-dists.patch
@@ -1,4 +1,4 @@
-From a65c29adc027b3615154cab73aaedd58a6aa23da Mon Sep 17 00:00:00 2001
+From a5a3716a7bb4bef5478757b986059e13981d473e Mon Sep 17 00:00:00 2001
 From: "Jason R. Coombs" <jaraco@jaraco.com>
 Date: Tue, 23 Jul 2024 08:36:16 -0400
 Subject: [PATCH] Prioritize valid dists to invalid dists when retrieving by
@@ -8,12 +8,16 @@ Closes python/importlib_metadata#489
 
 Upstream-Status: Backport [https://github.com/python/importlib_metadata/commit/a65c29adc027b3615154cab73aaedd58a6aa23da]
 Signed-off-by: Ross Burton <ross.burton@arm.com>
+---
+ Lib/importlib/metadata/__init__.py   | 14 +++-
+ Lib/importlib/metadata/_itertools.py | 98 ++++++++++++++++++++++++++++
+ 2 files changed, 110 insertions(+), 2 deletions(-)
 
-diff --git i/Lib/importlib/metadata/__init__.py w/Lib/importlib/metadata/__init__.py
-index 8ce62dd864f..085378caabc 100644
---- i/Lib/importlib/metadata/__init__.py
-+++ w/Lib/importlib/metadata/__init__.py
-@@ -21,7 +21,7 @@
+diff --git a/Lib/importlib/metadata/__init__.py b/Lib/importlib/metadata/__init__.py
+index 8ce62dd..085378c 100644
+--- a/Lib/importlib/metadata/__init__.py
++++ b/Lib/importlib/metadata/__init__.py
+@@ -21,7 +21,7 @@ import collections
  from . import _meta
  from ._collections import FreezableDefaultDict, Pair
  from ._functools import method_cache, pass_none
@@ -22,7 +26,7 @@ index 8ce62dd864f..085378caabc 100644
  from ._meta import PackageMetadata, SimplePath
  
  from contextlib import suppress
-@@ -404,7 +404,7 @@ def from_name(cls, name: str) -> Distribution:
+@@ -404,7 +404,7 @@ class Distribution(DeprecatedNonAbstract):
          if not name:
              raise ValueError("A distribution name is required.")
          try:
@@ -31,7 +35,7 @@ index 8ce62dd864f..085378caabc 100644
          except StopIteration:
              raise PackageNotFoundError(name)
  
-@@ -428,6 +428,16 @@ def discover(
+@@ -428,6 +428,16 @@ class Distribution(DeprecatedNonAbstract):
              resolver(context) for resolver in cls._discover_resolvers()
          )
  
@@ -48,10 +52,10 @@ index 8ce62dd864f..085378caabc 100644
      @staticmethod
      def at(path: str | os.PathLike[str]) -> Distribution:
          """Return a Distribution for the indicated metadata path.
-diff --git i/Lib/importlib/metadata/_itertools.py w/Lib/importlib/metadata/_itertools.py
-index d4ca9b9140e..79d37198ce7 100644
---- i/Lib/importlib/metadata/_itertools.py
-+++ w/Lib/importlib/metadata/_itertools.py
+diff --git a/Lib/importlib/metadata/_itertools.py b/Lib/importlib/metadata/_itertools.py
+index d4ca9b9..79d3719 100644
+--- a/Lib/importlib/metadata/_itertools.py
++++ b/Lib/importlib/metadata/_itertools.py
 @@ -1,3 +1,4 @@
 +from collections import defaultdict, deque
  from itertools import filterfalse
diff --git a/meta/recipes-devtools/python/python3_3.13.2.bb b/meta/recipes-devtools/python/python3_3.13.3.bb
similarity index 99%
rename from meta/recipes-devtools/python/python3_3.13.2.bb
rename to meta/recipes-devtools/python/python3_3.13.3.bb
index 8e16ce90dc..6839d28e19 100644
--- a/meta/recipes-devtools/python/python3_3.13.2.bb
+++ b/meta/recipes-devtools/python/python3_3.13.3.bb
@@ -36,7 +36,7 @@ SRC_URI:append:class-native = " \
            file://0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch \
            "
 
-SRC_URI[sha256sum] = "d984bcc57cd67caab26f7def42e523b1c015bbc5dc07836cf4f0b63fa159eb56"
+SRC_URI[sha256sum] = "40f868bcbdeb8149a3149580bb9bfd407b3321cd48f0be631af955ac92c0e041"
 
 # exclude pre-releases for both python 2.x and 3.x
 UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 51/56] python3-yamllint: upgrade 1.37.0 -> 1.37.1
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (48 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 50/56] python3: upgrade 3.13.2 -> 3.13.3 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 52/56] re2c: upgrade 4.1 -> 4.2 wangmy
                   ` (4 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=============
- Rule comments: tell how many spaces are expected
- Rule quoted-strings: Fix only-when-needed on multiline with backslash
- Config: Report if rules is not a dict
- Fix test_codec_built_in_equivalent() test when run with pytest
- CI: Fix TestPyPI "dev0" versions for master commits on tags
- Docs: Add links to GitHub repository and releases
- Docs: Fix GitLab integration example
- Docs: Fix GitLab integration link
- Fix the tests badge link on the README

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-yamllint_1.37.0.bb => python3-yamllint_1.37.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-yamllint_1.37.0.bb => python3-yamllint_1.37.1.bb} (79%)

diff --git a/meta/recipes-devtools/python/python3-yamllint_1.37.0.bb b/meta/recipes-devtools/python/python3-yamllint_1.37.1.bb
similarity index 79%
rename from meta/recipes-devtools/python/python3-yamllint_1.37.0.bb
rename to meta/recipes-devtools/python/python3-yamllint_1.37.1.bb
index 9ba0e8bc6e..1b0ddde873 100644
--- a/meta/recipes-devtools/python/python3-yamllint_1.37.0.bb
+++ b/meta/recipes-devtools/python/python3-yamllint_1.37.1.bb
@@ -7,7 +7,7 @@ inherit pypi python_setuptools_build_meta
 
 PYPI_PACKAGE = "yamllint"
 
-SRC_URI[sha256sum] = "ead81921d4d87216b2528b7a055664708f9fb8267beb0c427cb706ac6ab93580"
+SRC_URI[sha256sum] = "81f7c0c5559becc8049470d86046b36e96113637bcbe4753ecef06977c00245d"
 
 RDEPENDS:${PN} += "python3-pathspec python3-pyyaml"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 52/56] re2c: upgrade 4.1 -> 4.2
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (49 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 51/56] python3-yamllint: upgrade 1.37.0 -> 1.37.1 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 53/56] repo: upgrade 2.53 -> 2.54 wangmy
                   ` (3 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- Added Swift backend
- Added options:
   "--lang swift"
   "--computed-gotos-relative"
- Added configurations:
   "re2c:cgoto:relative", "re2c:computed-gotos:relative"
   "re2c:yyfn:throw"
- Added syntax file code templates:
   "code:cgoto"
   "code:cgoto_data"
   "code:yytarget_filter"
   "code:type_yyctable"
- Added syntax file conditionals:
   ".cgoto.relative"
   ".yyfn.throw"

- Added some C++ benchmarks without submatch extraction.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-support/re2c/{re2c_4.1.bb => re2c_4.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/re2c/{re2c_4.1.bb => re2c_4.2.bb} (90%)

diff --git a/meta/recipes-support/re2c/re2c_4.1.bb b/meta/recipes-support/re2c/re2c_4.2.bb
similarity index 90%
rename from meta/recipes-support/re2c/re2c_4.1.bb
rename to meta/recipes-support/re2c/re2c_4.2.bb
index 238f95f745..0696080603 100644
--- a/meta/recipes-support/re2c/re2c_4.1.bb
+++ b/meta/recipes-support/re2c/re2c_4.2.bb
@@ -7,7 +7,7 @@ LICENSE = "PD"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=64eca4d8a3b67f9dc7656094731a2c8d"
 
 SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "cd7d9bbadb3f04f20da25e20e155655de57beef48e0807266938069f0e322e8b"
+SRC_URI[sha256sum] = "c9dc2b24f340d135a07a1ac63ff53f7f8f74997fed5a4e9132a64050dbc3da1f"
 GITHUB_BASE_URI = "https://github.com/skvadrik/re2c/releases"
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 53/56] repo: upgrade 2.53 -> 2.54
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (50 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 52/56] re2c: upgrade 4.1 -> 4.2 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 54/56] resolvconf: upgrade 1.92 -> 1.93 wangmy
                   ` (2 subsequent siblings)
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-devtools/repo/{repo_2.53.bb => repo_2.54.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/repo/{repo_2.53.bb => repo_2.54.bb} (94%)

diff --git a/meta/recipes-devtools/repo/repo_2.53.bb b/meta/recipes-devtools/repo/repo_2.54.bb
similarity index 94%
rename from meta/recipes-devtools/repo/repo_2.53.bb
rename to meta/recipes-devtools/repo/repo_2.54.bb
index 77817c25e4..07ee583172 100644
--- a/meta/recipes-devtools/repo/repo_2.53.bb
+++ b/meta/recipes-devtools/repo/repo_2.54.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
 SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main;tag=v${PV} \
            "
-SRCREV = "4b94e773efd36754f6c8649ad55b90d19a61107f"
+SRCREV = "97dc5c1bd9527c2abe2183b16a4b7ef037dc34a7"
 
 MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 54/56] resolvconf: upgrade 1.92 -> 1.93
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (51 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 53/56] repo: upgrade 2.53 -> 2.54 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 55/56] shaderc: upgrade 2025.1 -> 2025.2 wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 56/56] swig: upgrade 4.3.0 -> 4.3.1 wangmy
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../resolvconf/{resolvconf_1.92.bb => resolvconf_1.93.bb}       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-connectivity/resolvconf/{resolvconf_1.92.bb => resolvconf_1.93.bb} (98%)

diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.92.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.93.bb
similarity index 98%
rename from meta/recipes-connectivity/resolvconf/resolvconf_1.92.bb
rename to meta/recipes-connectivity/resolvconf/resolvconf_1.93.bb
index c3ce5bc22e..93e5a944d1 100644
--- a/meta/recipes-connectivity/resolvconf/resolvconf_1.92.bb
+++ b/meta/recipes-connectivity/resolvconf/resolvconf_1.93.bb
@@ -15,7 +15,7 @@ SRC_URI = "git://salsa.debian.org/debian/resolvconf.git;protocol=https;branch=un
            file://0001-avoid-using-m-option-for-readlink.patch \
            "
 
-SRCREV = "86047276c80705c51859a19f0c472102e0822f34"
+SRCREV = "ab766fa31f7939f6d879123236b4275320b7ff64"
 
 S = "${WORKDIR}/git"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 55/56] shaderc: upgrade 2025.1 -> 2025.2
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (52 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 54/56] resolvconf: upgrade 1.92 -> 1.93 wangmy
@ 2025-05-12  9:03 ` wangmy
  2025-05-12  9:03 ` [OE-core] [PATCH 56/56] swig: upgrade 4.3.0 -> 4.3.1 wangmy
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
 - Update dependencies: Glslang, SPIRV-Tools, SPIRV-Headers
 - Supports BFloat16 floating point types

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../shaderc/{shaderc_2025.1.bb => shaderc_2025.2.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/shaderc/{shaderc_2025.1.bb => shaderc_2025.2.bb} (95%)

diff --git a/meta/recipes-graphics/shaderc/shaderc_2025.1.bb b/meta/recipes-graphics/shaderc/shaderc_2025.2.bb
similarity index 95%
rename from meta/recipes-graphics/shaderc/shaderc_2025.1.bb
rename to meta/recipes-graphics/shaderc/shaderc_2025.2.bb
index e9c0ecdd37..8c451e6e46 100644
--- a/meta/recipes-graphics/shaderc/shaderc_2025.1.bb
+++ b/meta/recipes-graphics/shaderc/shaderc_2025.2.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/google/shaderc"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRCREV = "7f68b1cf6f35f518febf36d425365bb8e6ad224a"
+SRCREV = "8c269ee0fe607f2d7cac00c0cb4fa243d6a6ec26"
 SRC_URI = "git://github.com/google/shaderc.git;protocol=https;branch=main;tag=v${PV} \
            file://0001-cmake-disable-building-external-dependencies.patch \
            file://0002-libshaderc_util-fix-glslang-header-file-location.patch \
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* [OE-core] [PATCH 56/56] swig: upgrade 4.3.0 -> 4.3.1
  2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
                   ` (53 preceding siblings ...)
  2025-05-12  9:03 ` [OE-core] [PATCH 55/56] shaderc: upgrade 2025.1 -> 2025.2 wangmy
@ 2025-05-12  9:03 ` wangmy
  54 siblings, 0 replies; 63+ messages in thread
From: wangmy @ 2025-05-12  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-devtools/swig/{swig_4.3.0.bb => swig_4.3.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/swig/{swig_4.3.0.bb => swig_4.3.1.bb} (94%)

diff --git a/meta/recipes-devtools/swig/swig_4.3.0.bb b/meta/recipes-devtools/swig/swig_4.3.1.bb
similarity index 94%
rename from meta/recipes-devtools/swig/swig_4.3.0.bb
rename to meta/recipes-devtools/swig/swig_4.3.1.bb
index a31ca68444..dd979580a1 100644
--- a/meta/recipes-devtools/swig/swig_4.3.0.bb
+++ b/meta/recipes-devtools/swig/swig_4.3.1.bb
@@ -15,7 +15,7 @@ DEPENDS = "libpcre2 bison-native"
 SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \
             file://determinism.patch \
            "
-SRC_URI[sha256sum] = "f7203ef796f61af986c70c05816236cbd0d31b7aa9631e5ab53020ab7804aa9e"
+SRC_URI[sha256sum] = "44fc829f70f1e17d635a2b4d69acab38896699ecc24aa023e516e0eabbec61b8"
 UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/swig/files/swig/"
 UPSTREAM_CHECK_REGEX = "swig-(?P<pver>\d+(\.\d+)+)"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 63+ messages in thread

* Re: [OE-core] [PATCH 50/56] python3: upgrade 3.13.2 -> 3.13.3
  2025-05-12  9:03 ` [OE-core] [PATCH 50/56] python3: upgrade 3.13.2 -> 3.13.3 wangmy
@ 2025-05-12  9:33   ` Trevor Gamblin
  0 siblings, 0 replies; 63+ messages in thread
From: Trevor Gamblin @ 2025-05-12  9:33 UTC (permalink / raw)
  To: wangmy, openembedded-core


On 2025-05-12 05:03, wangmy via lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> 0001-Avoid-shebang-overflow-on-python-config.py.patch
> 0001-Generate-data-for-OpenSSL-3.4-and-add-it-to-multissl.patch
> 0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch
> 0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch
> 0001-skip-no_stdout_fileno-test-due-to-load-variability.patch
> 0001-test_readline-skip-limited-history-test.patch
> 0001-test_storlines-skip-due-to-load-variability.patch
> makerace.patch
> valid-dists.patch
> refreshed for 3.13.3

This patch results in the same error encountered when I sent the upgrade 
recently:

| ./pgo-wrapper ./python -m test.regrtest --pgo test_grammar 
test_opcodes test_dict test_types
| Using random seed: 1744120448
| 0:00:00 load avg: 55.96 Run 4 tests sequentially in a single process
| 0:00:00 load avg: 55.96 [1/4] test_grammar
| 0:00:00 load avg: 55.96 [1/4] test_grammar passed
| 0:00:00 load avg: 55.96 [2/4] test_opcodes
| 0:00:00 load avg: 55.96 [2/4] test_opcodes passed
| 0:00:00 load avg: 55.96 [3/4] test_dict
| 0:00:01 load avg: 52.84 [3/4] test_dict passed
| 0:00:01 load avg: 52.84 [4/4] test_types
| test test_types failed
| 0:00:06 load avg: 52.84 [4/4] test_types failed (1 failure)
|
| Total duration: 6.1 sec
| Total tests: run=321 failures=1 skipped=1
| Total test files: run=4/4 failed=1
| Result: FAILURE
| make: *** [Makefile:897: profile-run-stamp] Error 2
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
ERROR: Task 
(virtual:nativesdk:/home/tgamblin/workspace/yocto/poky/meta/recipes-devtools/python/python3_3.13.3.bb:do_compile) 
failed with exit code '1'

I have not determined the source of the issue yet.

> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>   ...shebang-overflow-on-python-config.py.patch |   6 +-
>   ...r-OpenSSL-3.4-and-add-it-to-multissl.patch | 108 +++++++++---------
>   ...-use-prefix-value-from-build-configu.patch |   6 +-
>   ...sts-due-to-load-variability-on-YP-AB.patch |  12 +-
>   ..._fileno-test-due-to-load-variability.patch |   6 +-
>   ...t_readline-skip-limited-history-test.patch |  14 ++-
>   ...orlines-skip-due-to-load-variability.patch |   6 +-
>   .../python/python3/makerace.patch             |   6 +-
>   .../python/python3/valid-dists.patch          |  28 +++--
>   .../{python3_3.13.2.bb => python3_3.13.3.bb}  |   2 +-
>   10 files changed, 101 insertions(+), 93 deletions(-)
>   rename meta/recipes-devtools/python/{python3_3.13.2.bb => python3_3.13.3.bb} (99%)
>
> diff --git a/meta/recipes-devtools/python/python3/0001-Avoid-shebang-overflow-on-python-config.py.patch b/meta/recipes-devtools/python/python3/0001-Avoid-shebang-overflow-on-python-config.py.patch
> index 81a613c151..e7f7fdfda5 100644
> --- a/meta/recipes-devtools/python/python3/0001-Avoid-shebang-overflow-on-python-config.py.patch
> +++ b/meta/recipes-devtools/python/python3/0001-Avoid-shebang-overflow-on-python-config.py.patch
> @@ -1,4 +1,4 @@
> -From 6b111a328c1c57b1580d63894b2b5d337316f6d4 Mon Sep 17 00:00:00 2001
> +From 0239f786147acda432c4a0ac0615ff13375053e3 Mon Sep 17 00:00:00 2001
>   From: Paulo Neves <ptsneves@gmail.com>
>   Date: Tue, 7 Jun 2022 16:16:41 +0200
>   Subject: [PATCH] Avoid shebang overflow on python-config.py
> @@ -16,10 +16,10 @@ Upstream-Status: Denied [distribution]
>    1 file changed, 2 insertions(+)
>   
>   diff --git a/Makefile.pre.in b/Makefile.pre.in
> -index 9ec3a71..f7d5382 100644
> +index ce490a3..8284a87 100644
>   --- a/Makefile.pre.in
>   +++ b/Makefile.pre.in
> -@@ -2578,6 +2578,8 @@ python-config: $(srcdir)/Misc/python-config.in Misc/python-config.sh
> +@@ -2579,6 +2579,8 @@ python-config: $(srcdir)/Misc/python-config.in Misc/python-config.sh
>    	@ # Substitution happens here, as the completely-expanded BINDIR
>    	@ # is not available in configure
>    	sed -e "s,@EXENAME@,$(EXENAME)," < $(srcdir)/Misc/python-config.in >python-config.py
> diff --git a/meta/recipes-devtools/python/python3/0001-Generate-data-for-OpenSSL-3.4-and-add-it-to-multissl.patch b/meta/recipes-devtools/python/python3/0001-Generate-data-for-OpenSSL-3.4-and-add-it-to-multissl.patch
> index 075737e7d1..b3118c5cfe 100644
> --- a/meta/recipes-devtools/python/python3/0001-Generate-data-for-OpenSSL-3.4-and-add-it-to-multissl.patch
> +++ b/meta/recipes-devtools/python/python3/0001-Generate-data-for-OpenSSL-3.4-and-add-it-to-multissl.patch
> @@ -1,4 +1,4 @@
> -From db5c5763f3e3172f1dd011355b41469770dafc0f Mon Sep 17 00:00:00 2001
> +From ad6f45615d99a2a9e8338dc3066781d449155868 Mon Sep 17 00:00:00 2001
>   From: Petr Viktorin <encukou@gmail.com>
>   Date: Thu, 28 Nov 2024 13:29:27 +0100
>   Subject: [PATCH] gh-127330: Update for OpenSSL 3.4 & document+improve the
> @@ -31,7 +31,7 @@ Signed-off-by: Peter Marko <peter.marko@siemens.com>
>    rename Modules/{_ssl_data_31.h => _ssl_data_34.h} (92%)
>   
>   diff --git a/Modules/_ssl.c b/Modules/_ssl.c
> -index b6b5ebf094c..e5b8bf21002 100644
> +index 53a2802..e898a5a 100644
>   --- a/Modules/_ssl.c
>   +++ b/Modules/_ssl.c
>   @@ -121,7 +121,7 @@ static void _PySSLFixErrno(void) {
> @@ -44,7 +44,7 @@ index b6b5ebf094c..e5b8bf21002 100644
>    #include "_ssl_data_300.h"
>    #elif (OPENSSL_VERSION_NUMBER >= 0x10101000L)
>   diff --git a/Modules/_ssl_data_111.h b/Modules/_ssl_data_111.h
> -index 093c786e6a2..061fac2bd58 100644
> +index 093c786..061fac2 100644
>   --- a/Modules/_ssl_data_111.h
>   +++ b/Modules/_ssl_data_111.h
>   @@ -1,4 +1,6 @@
> @@ -56,7 +56,7 @@ index 093c786e6a2..061fac2bd58 100644
>    #ifdef ERR_LIB_ASN1
>        {"ASN1", ERR_LIB_ASN1},
>   diff --git a/Modules/_ssl_data_300.h b/Modules/_ssl_data_300.h
> -index dc66731f6b6..b687ce43c77 100644
> +index dc66731..b687ce4 100644
>   --- a/Modules/_ssl_data_300.h
>   +++ b/Modules/_ssl_data_300.h
>   @@ -1,4 +1,7 @@
> @@ -72,7 +72,7 @@ diff --git a/Modules/_ssl_data_31.h b/Modules/_ssl_data_34.h
>   similarity index 92%
>   rename from Modules/_ssl_data_31.h
>   rename to Modules/_ssl_data_34.h
> -index c589c501f4e..d4af3e1c1fa 100644
> +index c589c50..d4af3e1 100644
>   --- a/Modules/_ssl_data_31.h
>   +++ b/Modules/_ssl_data_34.h
>   @@ -1,4 +1,6 @@
> @@ -1078,7 +1078,7 @@ index c589c501f4e..d4af3e1c1fa 100644
>      #ifdef SSL_R_TLSV1_ALERT_ACCESS_DENIED
>        {"TLSV1_ALERT_ACCESS_DENIED", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_ACCESS_DENIED},
>      #else
> -@@ -7470,6 +7982,16 @@ static struct py_ssl_error_code error_codes[] = {
> +@@ -7470,11 +7982,26 @@ static struct py_ssl_error_code error_codes[] = {
>      #else
>        {"TLSV1_ALERT_DECODE_ERROR", 20, 1050},
>      #endif
> @@ -1087,57 +1087,60 @@ index c589c501f4e..d4af3e1c1fa 100644
>   +  #else
>   +    {"TLSV1_ALERT_DECODE_ERROR", 20, 1050},
>   +  #endif
> +   #ifdef SSL_R_TLSV1_ALERT_DECRYPTION_FAILED
> +     {"TLSV1_ALERT_DECRYPTION_FAILED", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_DECRYPTION_FAILED},
> +   #else
> +     {"TLSV1_ALERT_DECRYPTION_FAILED", 20, 1021},
> +   #endif
>   +  #ifdef SSL_R_TLSV1_ALERT_DECRYPTION_FAILED
>   +    {"TLSV1_ALERT_DECRYPTION_FAILED", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_DECRYPTION_FAILED},
>   +  #else
>   +    {"TLSV1_ALERT_DECRYPTION_FAILED", 20, 1021},
>   +  #endif
> -   #ifdef SSL_R_TLSV1_ALERT_DECRYPTION_FAILED
> -     {"TLSV1_ALERT_DECRYPTION_FAILED", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_DECRYPTION_FAILED},
> -   #else
> -@@ -7480,6 +8002,16 @@ static struct py_ssl_error_code error_codes[] = {
> -   #else
> -     {"TLSV1_ALERT_DECRYPT_ERROR", 20, 1051},
> -   #endif
>   +  #ifdef SSL_R_TLSV1_ALERT_DECRYPT_ERROR
>   +    {"TLSV1_ALERT_DECRYPT_ERROR", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_DECRYPT_ERROR},
>   +  #else
>   +    {"TLSV1_ALERT_DECRYPT_ERROR", 20, 1051},
>   +  #endif
> +   #ifdef SSL_R_TLSV1_ALERT_DECRYPT_ERROR
> +     {"TLSV1_ALERT_DECRYPT_ERROR", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_DECRYPT_ERROR},
> +   #else
> +@@ -7485,6 +8012,16 @@ static struct py_ssl_error_code error_codes[] = {
> +   #else
> +     {"TLSV1_ALERT_EXPORT_RESTRICTION", 20, 1060},
> +   #endif
>   +  #ifdef SSL_R_TLSV1_ALERT_EXPORT_RESTRICTION
>   +    {"TLSV1_ALERT_EXPORT_RESTRICTION", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_EXPORT_RESTRICTION},
>   +  #else
>   +    {"TLSV1_ALERT_EXPORT_RESTRICTION", 20, 1060},
>   +  #endif
> -   #ifdef SSL_R_TLSV1_ALERT_EXPORT_RESTRICTION
> -     {"TLSV1_ALERT_EXPORT_RESTRICTION", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_EXPORT_RESTRICTION},
> -   #else
> -@@ -7490,6 +8022,16 @@ static struct py_ssl_error_code error_codes[] = {
> -   #else
> -     {"TLSV1_ALERT_INAPPROPRIATE_FALLBACK", 20, 1086},
> -   #endif
>   +  #ifdef SSL_R_TLSV1_ALERT_INAPPROPRIATE_FALLBACK
>   +    {"TLSV1_ALERT_INAPPROPRIATE_FALLBACK", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_INAPPROPRIATE_FALLBACK},
>   +  #else
>   +    {"TLSV1_ALERT_INAPPROPRIATE_FALLBACK", 20, 1086},
>   +  #endif
> +   #ifdef SSL_R_TLSV1_ALERT_INAPPROPRIATE_FALLBACK
> +     {"TLSV1_ALERT_INAPPROPRIATE_FALLBACK", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_INAPPROPRIATE_FALLBACK},
> +   #else
> +@@ -7495,11 +8032,36 @@ static struct py_ssl_error_code error_codes[] = {
> +   #else
> +     {"TLSV1_ALERT_INSUFFICIENT_SECURITY", 20, 1071},
> +   #endif
>   +  #ifdef SSL_R_TLSV1_ALERT_INSUFFICIENT_SECURITY
>   +    {"TLSV1_ALERT_INSUFFICIENT_SECURITY", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_INSUFFICIENT_SECURITY},
>   +  #else
>   +    {"TLSV1_ALERT_INSUFFICIENT_SECURITY", 20, 1071},
>   +  #endif
> -   #ifdef SSL_R_TLSV1_ALERT_INSUFFICIENT_SECURITY
> -     {"TLSV1_ALERT_INSUFFICIENT_SECURITY", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_INSUFFICIENT_SECURITY},
> -   #else
> -@@ -7500,6 +8042,26 @@ static struct py_ssl_error_code error_codes[] = {
> -   #else
> -     {"TLSV1_ALERT_INTERNAL_ERROR", 20, 1080},
> -   #endif
>   +  #ifdef SSL_R_TLSV1_ALERT_INTERNAL_ERROR
>   +    {"TLSV1_ALERT_INTERNAL_ERROR", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_INTERNAL_ERROR},
>   +  #else
>   +    {"TLSV1_ALERT_INTERNAL_ERROR", 20, 1080},
>   +  #endif
> +   #ifdef SSL_R_TLSV1_ALERT_INTERNAL_ERROR
> +     {"TLSV1_ALERT_INTERNAL_ERROR", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_INTERNAL_ERROR},
> +   #else
> +     {"TLSV1_ALERT_INTERNAL_ERROR", 20, 1080},
> +   #endif
>   +  #ifdef SSL_R_TLSV1_ALERT_NO_APPLICATION_PROTOCOL
>   +    {"TLSV1_ALERT_NO_APPLICATION_PROTOCOL", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_NO_APPLICATION_PROTOCOL},
>   +  #else
> @@ -1156,7 +1159,7 @@ index c589c501f4e..d4af3e1c1fa 100644
>      #ifdef SSL_R_TLSV1_ALERT_NO_RENEGOTIATION
>        {"TLSV1_ALERT_NO_RENEGOTIATION", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_NO_RENEGOTIATION},
>      #else
> -@@ -7510,21 +8072,56 @@ static struct py_ssl_error_code error_codes[] = {
> +@@ -7510,6 +8072,16 @@ static struct py_ssl_error_code error_codes[] = {
>      #else
>        {"TLSV1_ALERT_PROTOCOL_VERSION", 20, 1070},
>      #endif
> @@ -1165,26 +1168,23 @@ index c589c501f4e..d4af3e1c1fa 100644
>   +  #else
>   +    {"TLSV1_ALERT_PROTOCOL_VERSION", 20, 1070},
>   +  #endif
> -   #ifdef SSL_R_TLSV1_ALERT_RECORD_OVERFLOW
> -     {"TLSV1_ALERT_RECORD_OVERFLOW", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_RECORD_OVERFLOW},
> -   #else
> -     {"TLSV1_ALERT_RECORD_OVERFLOW", 20, 1022},
> -   #endif
>   +  #ifdef SSL_R_TLSV1_ALERT_RECORD_OVERFLOW
>   +    {"TLSV1_ALERT_RECORD_OVERFLOW", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_RECORD_OVERFLOW},
>   +  #else
>   +    {"TLSV1_ALERT_RECORD_OVERFLOW", 20, 1022},
>   +  #endif
> +   #ifdef SSL_R_TLSV1_ALERT_RECORD_OVERFLOW
> +     {"TLSV1_ALERT_RECORD_OVERFLOW", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_RECORD_OVERFLOW},
> +   #else
> +@@ -7520,11 +8092,36 @@ static struct py_ssl_error_code error_codes[] = {
> +   #else
> +     {"TLSV1_ALERT_UNKNOWN_CA", 20, 1048},
> +   #endif
>   +  #ifdef SSL_R_TLSV1_ALERT_UNKNOWN_CA
>   +    {"TLSV1_ALERT_UNKNOWN_CA", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_UNKNOWN_CA},
>   +  #else
>   +    {"TLSV1_ALERT_UNKNOWN_CA", 20, 1048},
>   +  #endif
> -   #ifdef SSL_R_TLSV1_ALERT_UNKNOWN_CA
> -     {"TLSV1_ALERT_UNKNOWN_CA", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_UNKNOWN_CA},
> -   #else
> -     {"TLSV1_ALERT_UNKNOWN_CA", 20, 1048},
> -   #endif
>   +  #ifdef SSL_R_TLSV1_ALERT_UNKNOWN_PSK_IDENTITY
>   +    {"TLSV1_ALERT_UNKNOWN_PSK_IDENTITY", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_UNKNOWN_PSK_IDENTITY},
>   +  #else
> @@ -1213,7 +1213,7 @@ index c589c501f4e..d4af3e1c1fa 100644
>      #ifdef SSL_R_TLSV1_BAD_CERTIFICATE_HASH_VALUE
>        {"TLSV1_BAD_CERTIFICATE_HASH_VALUE", ERR_LIB_SSL, SSL_R_TLSV1_BAD_CERTIFICATE_HASH_VALUE},
>      #else
> -@@ -7535,6 +8132,16 @@ static struct py_ssl_error_code error_codes[] = {
> +@@ -7535,11 +8132,26 @@ static struct py_ssl_error_code error_codes[] = {
>      #else
>        {"TLSV1_BAD_CERTIFICATE_STATUS_RESPONSE", 20, 1113},
>      #endif
> @@ -1222,30 +1222,35 @@ index c589c501f4e..d4af3e1c1fa 100644
>   +  #else
>   +    {"TLSV1_BAD_CERTIFICATE_STATUS_RESPONSE", 20, 1113},
>   +  #endif
> +   #ifdef SSL_R_TLSV1_CERTIFICATE_UNOBTAINABLE
> +     {"TLSV1_CERTIFICATE_UNOBTAINABLE", ERR_LIB_SSL, SSL_R_TLSV1_CERTIFICATE_UNOBTAINABLE},
> +   #else
> +     {"TLSV1_CERTIFICATE_UNOBTAINABLE", 20, 1111},
> +   #endif
>   +  #ifdef SSL_R_TLSV1_CERTIFICATE_UNOBTAINABLE
>   +    {"TLSV1_CERTIFICATE_UNOBTAINABLE", ERR_LIB_SSL, SSL_R_TLSV1_CERTIFICATE_UNOBTAINABLE},
>   +  #else
>   +    {"TLSV1_CERTIFICATE_UNOBTAINABLE", 20, 1111},
>   +  #endif
> -   #ifdef SSL_R_TLSV1_CERTIFICATE_UNOBTAINABLE
> -     {"TLSV1_CERTIFICATE_UNOBTAINABLE", ERR_LIB_SSL, SSL_R_TLSV1_CERTIFICATE_UNOBTAINABLE},
> -   #else
> -@@ -7545,6 +8152,16 @@ static struct py_ssl_error_code error_codes[] = {
> -   #else
> -     {"TLSV1_UNRECOGNIZED_NAME", 20, 1112},
> -   #endif
>   +  #ifdef SSL_R_TLSV1_UNRECOGNIZED_NAME
>   +    {"TLSV1_UNRECOGNIZED_NAME", ERR_LIB_SSL, SSL_R_TLSV1_UNRECOGNIZED_NAME},
>   +  #else
>   +    {"TLSV1_UNRECOGNIZED_NAME", 20, 1112},
>   +  #endif
> +   #ifdef SSL_R_TLSV1_UNRECOGNIZED_NAME
> +     {"TLSV1_UNRECOGNIZED_NAME", ERR_LIB_SSL, SSL_R_TLSV1_UNRECOGNIZED_NAME},
> +   #else
> +@@ -7550,6 +8162,11 @@ static struct py_ssl_error_code error_codes[] = {
> +   #else
> +     {"TLSV1_UNSUPPORTED_EXTENSION", 20, 1110},
> +   #endif
>   +  #ifdef SSL_R_TLSV1_UNSUPPORTED_EXTENSION
>   +    {"TLSV1_UNSUPPORTED_EXTENSION", ERR_LIB_SSL, SSL_R_TLSV1_UNSUPPORTED_EXTENSION},
>   +  #else
>   +    {"TLSV1_UNSUPPORTED_EXTENSION", 20, 1110},
>   +  #endif
> -   #ifdef SSL_R_TLSV1_UNSUPPORTED_EXTENSION
> -     {"TLSV1_UNSUPPORTED_EXTENSION", ERR_LIB_SSL, SSL_R_TLSV1_UNSUPPORTED_EXTENSION},
> +   #ifdef SSL_R_TLS_ILLEGAL_EXPORTER_LABEL
> +     {"TLS_ILLEGAL_EXPORTER_LABEL", ERR_LIB_SSL, SSL_R_TLS_ILLEGAL_EXPORTER_LABEL},
>      #else
>   @@ -7665,6 +8282,11 @@ static struct py_ssl_error_code error_codes[] = {
>      #else
> @@ -1359,7 +1364,7 @@ index c589c501f4e..d4af3e1c1fa 100644
>        {"WRONG_LOOKUP_TYPE", ERR_LIB_X509, X509_R_WRONG_LOOKUP_TYPE},
>      #else
>   diff --git a/Tools/c-analyzer/cpython/_parser.py b/Tools/c-analyzer/cpython/_parser.py
> -index 21be53e7884..a08b32fa45d 100644
> +index 12010f0..104cf22 100644
>   --- a/Tools/c-analyzer/cpython/_parser.py
>   +++ b/Tools/c-analyzer/cpython/_parser.py
>   @@ -70,9 +70,7 @@ Python/thread_pthread.h
> @@ -1374,7 +1379,7 @@ index 21be53e7884..a08b32fa45d 100644
>    Modules/unicodedata_db.h
>    Modules/unicodename_db.h
>   diff --git a/Tools/ssl/make_ssl_data.py b/Tools/ssl/make_ssl_data.py
> -index 9860871..0cd05c7 100755
> +index 9860871..982d05a 100755
>   --- a/Tools/ssl/make_ssl_data.py
>   +++ b/Tools/ssl/make_ssl_data.py
>   @@ -5,9 +5,28 @@ This script should be called *manually* when we want to upgrade SSLError
> @@ -1447,6 +1452,3 @@ index eae0e0c..fb06f63 100755
>    ]
>    
>    LIBRESSL_OLD_VERSIONS = [
> ---
> -2.30.2
> -
> diff --git a/meta/recipes-devtools/python/python3/0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch b/meta/recipes-devtools/python/python3/0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch
> index ca72ebc899..cb3a13ff0a 100644
> --- a/meta/recipes-devtools/python/python3/0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch
> +++ b/meta/recipes-devtools/python/python3/0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch
> @@ -1,4 +1,4 @@
> -From 3f4f3e917950e286d5729ea949ca342995eb3c3e Mon Sep 17 00:00:00 2001
> +From e7c0c356efe61be74c4c7a463d01b4eeb677c7df Mon Sep 17 00:00:00 2001
>   From: Alexander Kanavin <alex@linutronix.de>
>   Date: Fri, 17 Nov 2023 14:26:32 +0100
>   Subject: [PATCH] Lib/sysconfig.py: use prefix value from build configuration
> @@ -14,10 +14,10 @@ Signed-off-by: Alexander Kanavin <alex@linutronix.de>
>    1 file changed, 5 insertions(+)
>   
>   diff --git a/Lib/sysconfig/__init__.py b/Lib/sysconfig/__init__.py
> -index f8e1c7d..0882526 100644
> +index 7a5feac..867f497 100644
>   --- a/Lib/sysconfig/__init__.py
>   +++ b/Lib/sysconfig/__init__.py
> -@@ -494,6 +494,11 @@ def _init_config_vars():
> +@@ -501,6 +501,11 @@ def _init_config_vars():
>            _CONFIG_VARS['VPATH'] = sys._vpath
>        if os.name == 'posix':
>            _init_posix(_CONFIG_VARS)
> diff --git a/meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch b/meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch
> index c8537db1fd..38a6ef065e 100644
> --- a/meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch
> +++ b/meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch
> @@ -1,4 +1,4 @@
> -From 8828a52ebace98199569404f01174398bcc64a00 Mon Sep 17 00:00:00 2001
> +From d6982c7de7dbeec6f50c05b923be02780b30ce89 Mon Sep 17 00:00:00 2001
>   From: Yi Fan Yu <yifan.yu@windriver.com>
>   Date: Thu, 1 Apr 2021 13:08:37 -0700
>   Subject: [PATCH] Skip failing tests due to load variability on YP AB
> @@ -23,10 +23,10 @@ Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
>    2 files changed, 5 insertions(+)
>   
>   diff --git a/Lib/test/_test_multiprocessing.py b/Lib/test/_test_multiprocessing.py
> -index 5dae370..23eb971 100644
> +index 4b06123..b69e33f 100644
>   --- a/Lib/test/_test_multiprocessing.py
>   +++ b/Lib/test/_test_multiprocessing.py
> -@@ -688,6 +688,7 @@ class _TestProcess(BaseTestCase):
> +@@ -692,6 +692,7 @@ class _TestProcess(BaseTestCase):
>            close_queue(q)
>    
>        @support.requires_resource('walltime')
> @@ -34,7 +34,7 @@ index 5dae370..23eb971 100644
>        def test_many_processes(self):
>            if self.TYPE == 'threads':
>                self.skipTest('test not appropriate for {}'.format(self.TYPE))
> -@@ -2211,6 +2212,7 @@ class _TestBarrier(BaseTestCase):
> +@@ -2223,6 +2224,7 @@ class _TestBarrier(BaseTestCase):
>            except threading.BrokenBarrierError:
>                results.append(True)
>    
> @@ -42,7 +42,7 @@ index 5dae370..23eb971 100644
>        def test_timeout(self):
>            """
>            Test wait(timeout)
> -@@ -5299,6 +5301,7 @@ class TestWait(unittest.TestCase):
> +@@ -5311,6 +5313,7 @@ class TestWait(unittest.TestCase):
>            time.sleep(period)
>    
>        @support.requires_resource('walltime')
> @@ -51,7 +51,7 @@ index 5dae370..23eb971 100644
>            from multiprocessing.connection import wait
>    
>   diff --git a/Lib/test/test_time.py b/Lib/test/test_time.py
> -index 293799f..1dbb623 100644
> +index ee17c93..13041f3 100644
>   --- a/Lib/test/test_time.py
>   +++ b/Lib/test/test_time.py
>   @@ -548,6 +548,7 @@ class TimeTestCase(unittest.TestCase):
> diff --git a/meta/recipes-devtools/python/python3/0001-skip-no_stdout_fileno-test-due-to-load-variability.patch b/meta/recipes-devtools/python/python3/0001-skip-no_stdout_fileno-test-due-to-load-variability.patch
> index ea103bc834..7d8c9db9e1 100644
> --- a/meta/recipes-devtools/python/python3/0001-skip-no_stdout_fileno-test-due-to-load-variability.patch
> +++ b/meta/recipes-devtools/python/python3/0001-skip-no_stdout_fileno-test-due-to-load-variability.patch
> @@ -1,4 +1,4 @@
> -From c5bdd39f8ebc4e6c58a47d7e424eac028eddb4ff Mon Sep 17 00:00:00 2001
> +From d40708eac1cc5d0feb9e8ef3921d09cd7fffb23b Mon Sep 17 00:00:00 2001
>   From: Trevor Gamblin <tgamblin@baylibre.com>
>   Date: Fri, 15 Sep 2023 08:48:33 -0400
>   Subject: [PATCH] skip no_stdout_fileno test due to load variability
> @@ -16,10 +16,10 @@ Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
>    1 file changed, 1 insertion(+)
>   
>   diff --git a/Lib/test/test_builtin.py b/Lib/test/test_builtin.py
> -index c5394de..ed17fb6 100644
> +index d4da291..efe84bd 100644
>   --- a/Lib/test/test_builtin.py
>   +++ b/Lib/test/test_builtin.py
> -@@ -2435,6 +2435,7 @@ class PtyTests(unittest.TestCase):
> +@@ -2458,6 +2458,7 @@ class PtyTests(unittest.TestCase):
>                             "byte 0xe9 in position 4: ordinal not in "
>                             "range(128)")
>    
> diff --git a/meta/recipes-devtools/python/python3/0001-test_readline-skip-limited-history-test.patch b/meta/recipes-devtools/python/python3/0001-test_readline-skip-limited-history-test.patch
> index 862a7f5ea7..9a4c0e4626 100644
> --- a/meta/recipes-devtools/python/python3/0001-test_readline-skip-limited-history-test.patch
> +++ b/meta/recipes-devtools/python/python3/0001-test_readline-skip-limited-history-test.patch
> @@ -1,4 +1,4 @@
> -From 1a0a145261ba4f97aaff3c0c656ac2e0ad9695a8 Mon Sep 17 00:00:00 2001
> +From 8fc0adf5a393faf2303b929cc3723a1d97417041 Mon Sep 17 00:00:00 2001
>   From: Trevor Gamblin <tgamblin@baylibre.com>
>   Date: Tue, 13 Aug 2024 11:07:05 -0400
>   Subject: [PATCH] test_readline: skip limited history test
> @@ -13,12 +13,14 @@ Upstream-Status: Inappropriate [OE-specific]
>   
>   Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
>   ---
> - Lib/test/test_readline.py | 2 ++
> - 1 file changed, 2 insertions(+)
> + Lib/test/test_readline.py | 3 +++
> + 1 file changed, 3 insertions(+)
>   
> +diff --git a/Lib/test/test_readline.py b/Lib/test/test_readline.py
> +index 8b8772c..90b9dbc 100644
>   --- a/Lib/test/test_readline.py
>   +++ b/Lib/test/test_readline.py
> -@@ -70,6 +70,7 @@ class TestHistoryManipulation (unittest.
> +@@ -70,6 +70,7 @@ class TestHistoryManipulation (unittest.TestCase):
>    
>        @unittest.skipUnless(hasattr(readline, "append_history_file"),
>                             "append_history not available")
> @@ -26,7 +28,7 @@ Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
>        def test_write_read_append(self):
>            hfile = tempfile.NamedTemporaryFile(delete=False)
>            hfile.close()
> -@@ -141,6 +142,7 @@ class TestHistoryManipulation (unittest.
> +@@ -141,6 +142,7 @@ class TestHistoryManipulation (unittest.TestCase):
>            self.assertEqual(readline.get_history_item(1), "entrée 1")
>            self.assertEqual(readline.get_history_item(2), "entrée 22")
>    
> @@ -34,7 +36,7 @@ Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
>        def test_write_read_limited_history(self):
>            previous_length = readline.get_history_length()
>            self.addCleanup(readline.set_history_length, previous_length)
> -@@ -382,6 +384,7 @@ readline.write_history_file(history_file
> +@@ -382,6 +384,7 @@ readline.write_history_file(history_file)
>            self.assertIn(b"done", output)
>    
>    
> diff --git a/meta/recipes-devtools/python/python3/0001-test_storlines-skip-due-to-load-variability.patch b/meta/recipes-devtools/python/python3/0001-test_storlines-skip-due-to-load-variability.patch
> index b4f873fd72..c1a9bebe78 100644
> --- a/meta/recipes-devtools/python/python3/0001-test_storlines-skip-due-to-load-variability.patch
> +++ b/meta/recipes-devtools/python/python3/0001-test_storlines-skip-due-to-load-variability.patch
> @@ -1,4 +1,4 @@
> -From 9f252a691cd335341938489da32d6e2d4620d8ca Mon Sep 17 00:00:00 2001
> +From 45a38769a5cc7c1e16211bda02e9eb6c23e04eee Mon Sep 17 00:00:00 2001
>   From: Trevor Gamblin <tgamblin@baylibre.com>
>   Date: Fri, 6 Oct 2023 10:59:44 -0400
>   Subject: [PATCH] test_storlines: skip due to load variability
> @@ -16,10 +16,10 @@ Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
>    1 file changed, 1 insertion(+)
>   
>   diff --git a/Lib/test/test_ftplib.py b/Lib/test/test_ftplib.py
> -index bed0e6d..36602be 100644
> +index c864d40..8459c4c 100644
>   --- a/Lib/test/test_ftplib.py
>   +++ b/Lib/test/test_ftplib.py
> -@@ -627,6 +627,7 @@ class TestFTPClass(TestCase):
> +@@ -630,6 +630,7 @@ class TestFTPClass(TestCase):
>                self.client.storbinary('stor', f, rest=r)
>                self.assertEqual(self.server.handler_instance.rest, str(r))
>    
> diff --git a/meta/recipes-devtools/python/python3/makerace.patch b/meta/recipes-devtools/python/python3/makerace.patch
> index b115a6fa65..d69db443f9 100644
> --- a/meta/recipes-devtools/python/python3/makerace.patch
> +++ b/meta/recipes-devtools/python/python3/makerace.patch
> @@ -1,4 +1,4 @@
> -From 2b458b4e1bcd57e3f135d3f0e715f64b98b27906 Mon Sep 17 00:00:00 2001
> +From bdb637f4c65329f1e452ad08158a7ab89529ff39 Mon Sep 17 00:00:00 2001
>   From: Richard Purdie <richard.purdie@linuxfoundation.org>
>   Date: Tue, 13 Jul 2021 23:19:29 +0100
>   Subject: [PATCH] python3: Fix make race
> @@ -17,10 +17,10 @@ Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
>    1 file changed, 1 insertion(+), 1 deletion(-)
>   
>   diff --git a/Makefile.pre.in b/Makefile.pre.in
> -index be1b9ea..9ec3a71 100644
> +index 7586b6c..ce490a3 100644
>   --- a/Makefile.pre.in
>   +++ b/Makefile.pre.in
> -@@ -2485,7 +2485,7 @@ COMPILEALL_OPTS=-j0
> +@@ -2486,7 +2486,7 @@ COMPILEALL_OPTS=-j0
>    TEST_MODULES=@TEST_MODULES@
>    
>    .PHONY: libinstall
> diff --git a/meta/recipes-devtools/python/python3/valid-dists.patch b/meta/recipes-devtools/python/python3/valid-dists.patch
> index 1b2c078c21..50ee4d455a 100644
> --- a/meta/recipes-devtools/python/python3/valid-dists.patch
> +++ b/meta/recipes-devtools/python/python3/valid-dists.patch
> @@ -1,4 +1,4 @@
> -From a65c29adc027b3615154cab73aaedd58a6aa23da Mon Sep 17 00:00:00 2001
> +From a5a3716a7bb4bef5478757b986059e13981d473e Mon Sep 17 00:00:00 2001
>   From: "Jason R. Coombs" <jaraco@jaraco.com>
>   Date: Tue, 23 Jul 2024 08:36:16 -0400
>   Subject: [PATCH] Prioritize valid dists to invalid dists when retrieving by
> @@ -8,12 +8,16 @@ Closes python/importlib_metadata#489
>   
>   Upstream-Status: Backport [https://github.com/python/importlib_metadata/commit/a65c29adc027b3615154cab73aaedd58a6aa23da]
>   Signed-off-by: Ross Burton <ross.burton@arm.com>
> +---
> + Lib/importlib/metadata/__init__.py   | 14 +++-
> + Lib/importlib/metadata/_itertools.py | 98 ++++++++++++++++++++++++++++
> + 2 files changed, 110 insertions(+), 2 deletions(-)
>   
> -diff --git i/Lib/importlib/metadata/__init__.py w/Lib/importlib/metadata/__init__.py
> -index 8ce62dd864f..085378caabc 100644
> ---- i/Lib/importlib/metadata/__init__.py
> -+++ w/Lib/importlib/metadata/__init__.py
> -@@ -21,7 +21,7 @@
> +diff --git a/Lib/importlib/metadata/__init__.py b/Lib/importlib/metadata/__init__.py
> +index 8ce62dd..085378c 100644
> +--- a/Lib/importlib/metadata/__init__.py
> ++++ b/Lib/importlib/metadata/__init__.py
> +@@ -21,7 +21,7 @@ import collections
>    from . import _meta
>    from ._collections import FreezableDefaultDict, Pair
>    from ._functools import method_cache, pass_none
> @@ -22,7 +26,7 @@ index 8ce62dd864f..085378caabc 100644
>    from ._meta import PackageMetadata, SimplePath
>    
>    from contextlib import suppress
> -@@ -404,7 +404,7 @@ def from_name(cls, name: str) -> Distribution:
> +@@ -404,7 +404,7 @@ class Distribution(DeprecatedNonAbstract):
>            if not name:
>                raise ValueError("A distribution name is required.")
>            try:
> @@ -31,7 +35,7 @@ index 8ce62dd864f..085378caabc 100644
>            except StopIteration:
>                raise PackageNotFoundError(name)
>    
> -@@ -428,6 +428,16 @@ def discover(
> +@@ -428,6 +428,16 @@ class Distribution(DeprecatedNonAbstract):
>                resolver(context) for resolver in cls._discover_resolvers()
>            )
>    
> @@ -48,10 +52,10 @@ index 8ce62dd864f..085378caabc 100644
>        @staticmethod
>        def at(path: str | os.PathLike[str]) -> Distribution:
>            """Return a Distribution for the indicated metadata path.
> -diff --git i/Lib/importlib/metadata/_itertools.py w/Lib/importlib/metadata/_itertools.py
> -index d4ca9b9140e..79d37198ce7 100644
> ---- i/Lib/importlib/metadata/_itertools.py
> -+++ w/Lib/importlib/metadata/_itertools.py
> +diff --git a/Lib/importlib/metadata/_itertools.py b/Lib/importlib/metadata/_itertools.py
> +index d4ca9b9..79d3719 100644
> +--- a/Lib/importlib/metadata/_itertools.py
> ++++ b/Lib/importlib/metadata/_itertools.py
>   @@ -1,3 +1,4 @@
>   +from collections import defaultdict, deque
>    from itertools import filterfalse
> diff --git a/meta/recipes-devtools/python/python3_3.13.2.bb b/meta/recipes-devtools/python/python3_3.13.3.bb
> similarity index 99%
> rename from meta/recipes-devtools/python/python3_3.13.2.bb
> rename to meta/recipes-devtools/python/python3_3.13.3.bb
> index 8e16ce90dc..6839d28e19 100644
> --- a/meta/recipes-devtools/python/python3_3.13.2.bb
> +++ b/meta/recipes-devtools/python/python3_3.13.3.bb
> @@ -36,7 +36,7 @@ SRC_URI:append:class-native = " \
>              file://0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch \
>              "
>   
> -SRC_URI[sha256sum] = "d984bcc57cd67caab26f7def42e523b1c015bbc5dc07836cf4f0b63fa159eb56"
> +SRC_URI[sha256sum] = "40f868bcbdeb8149a3149580bb9bfd407b3321cd48f0be631af955ac92c0e041"
>   
>   # exclude pre-releases for both python 2.x and 3.x
>   UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar"
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#216348): https://lists.openembedded.org/g/openembedded-core/message/216348
> Mute This Topic: https://lists.openembedded.org/mt/113067238/7611679
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [tgamblin@baylibre.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


^ permalink raw reply	[flat|nested] 63+ messages in thread

* Re: [OE-core] [PATCH 33/56] openssh: upgrade 9.9p2 -> 10.0p1
  2025-05-12  9:03 ` [OE-core] [PATCH 33/56] openssh: upgrade 9.9p2 -> 10.0p1 wangmy
@ 2025-05-12 13:22   ` Richard Purdie
  2025-05-13 14:29     ` Peter Kjellerstedt
  0 siblings, 1 reply; 63+ messages in thread
From: Richard Purdie @ 2025-05-12 13:22 UTC (permalink / raw)
  To: wangmy, openembedded-core

On Mon, 2025-05-12 at 17:03 +0800, wangmy via lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
> 
> 0001-regress-test-exec-use-the-absolute-path-in-the-SSH-e.patch
> refreshed for 10.0p1
> 
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  ...gress-test-exec-use-the-absolute-path-in-the-SSH-e.patch | 6 +++---
>  .../openssh/{openssh_9.9p2.bb => openssh_10.0p1.bb}         | 2 +-
>  2 files changed, 4 insertions(+), 4 deletions(-)
>  rename meta/recipes-connectivity/openssh/{openssh_9.9p2.bb => openssh_10.0p1.bb} (99%)


https://autobuilder.yoctoproject.org/valkyrie/#/builders/74/builds/1579

(and many more)

The ssh server doesn't work after this change as per the other similar patches sent.

Cheers,

Richard


^ permalink raw reply	[flat|nested] 63+ messages in thread

* RE: [OE-core] [PATCH 33/56] openssh: upgrade 9.9p2 -> 10.0p1
  2025-05-12 13:22   ` Richard Purdie
@ 2025-05-13 14:29     ` Peter Kjellerstedt
  2025-05-14 14:07       ` Richard Purdie
  0 siblings, 1 reply; 63+ messages in thread
From: Peter Kjellerstedt @ 2025-05-13 14:29 UTC (permalink / raw)
  To: richard.purdie@linuxfoundation.org, wangmy@fujitsu.com,
	openembedded-core@lists.openembedded.org

> -----Original Message-----
> From: openembedded-core@lists.openembedded.org <openembedded-core@lists.openembedded.org> On Behalf Of Richard Purdie via lists.openembedded.org
> Sent: den 12 maj 2025 15:23
> To: wangmy@fujitsu.com; openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] [PATCH 33/56] openssh: upgrade 9.9p2 -> 10.0p1
> 
> On Mon, 2025-05-12 at 17:03 +0800, wangmy via lists.openembedded.org wrote:
> > From: Wang Mingyu <wangmy@fujitsu.com>
> >
> > 0001-regress-test-exec-use-the-absolute-path-in-the-SSH-e.patch
> > refreshed for 10.0p1
> >
> > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > ---
> >  ...gress-test-exec-use-the-absolute-path-in-the-SSH-e.patch | 6 +++---
> >  .../openssh/{openssh_9.9p2.bb => openssh_10.0p1.bb}         | 2 +-
> >  2 files changed, 4 insertions(+), 4 deletions(-)
> >  rename meta/recipes-connectivity/openssh/{openssh_9.9p2.bb => openssh_10.0p1.bb} (99%)
> 
> 
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/74/builds/1579
> 
> (and many more)
> 
> The ssh server doesn't work after this change as per the other similar
> patches sent.
> 
> Cheers,
> 
> Richard

Not sure if it is related, but we have this in our bbappend that lifts 
the version of openssh from 9.9p2 to 10.0p1:

FILES:${PN}-sshd += "${libexecdir}/sshd-auth"

//Peter


^ permalink raw reply	[flat|nested] 63+ messages in thread

* Re: [OE-core] [PATCH 37/56] python3-hatch-fancy-pypi-readme: upgrade 24.1.0 -> 25.1.0
  2025-05-12  9:03 ` [OE-core] [PATCH 37/56] python3-hatch-fancy-pypi-readme: upgrade 24.1.0 -> 25.1.0 wangmy
@ 2025-05-14  6:41   ` Martin Jansa
  2025-05-14  8:39     ` Mingyu Wang (Fujitsu)
  0 siblings, 1 reply; 63+ messages in thread
From: Martin Jansa @ 2025-05-14  6:41 UTC (permalink / raw)
  To: wangmy; +Cc: openembedded-core

This seems to break python3-gcovr-8.3 which depends on older version.

* Getting build dependencies for wheel...

ERROR Missing dependencies:
hatch-fancy-pypi-readme==24.1.0

Do you have pending gcovr update somewhere? Might require patch update
as in meta-python/recipes-devtools/python/python3-gcovr/0001-pyproject.toml-Support-newer-versions.patch
as https://github.com/gcovr/gcovr/blob/main/pyproject.toml still
depends on 24.1.0.

Cheers,

On Mon, May 12, 2025 at 11:04 AM wangmy via lists.openembedded.org
<wangmy=fujitsu.com@lists.openembedded.org> wrote:
>
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Changelog:
> ==========
> - $HFPR_PACKAGE_NAME is now replaced by the package name in the PyPI readme.
> - Support for Python 3.7.
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  ...adme_24.1.0.bb => python3-hatch-fancy-pypi-readme_25.1.0.bb} | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-devtools/python/{python3-hatch-fancy-pypi-readme_24.1.0.bb => python3-hatch-fancy-pypi-readme_25.1.0.bb} (80%)
>
> diff --git a/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb b/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_25.1.0.bb
> similarity index 80%
> rename from meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb
> rename to meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_25.1.0.bb
> index b32527f949..5d8d82edd8 100644
> --- a/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb
> +++ b/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_25.1.0.bb
> @@ -8,6 +8,6 @@ inherit pypi python_hatchling
>  PYPI_PACKAGE = "hatch_fancy_pypi_readme"
>  UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
>
> -SRC_URI[sha256sum] = "44dd239f1a779b9dcf8ebc9401a611fd7f7e3e14578dcf22c265dfaf7c1514b8"
> +SRC_URI[sha256sum] = "9c58ed3dff90d51f43414ce37009ad1d5b0f08ffc9fc216998a06380f01c0045"
>
>  BBCLASSEXTEND = "native nativesdk"
> --
> 2.43.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#216335): https://lists.openembedded.org/g/openembedded-core/message/216335
> Mute This Topic: https://lists.openembedded.org/mt/113067219/3617156
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [martin.jansa@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


^ permalink raw reply	[flat|nested] 63+ messages in thread

* RE: [OE-core] [PATCH 37/56] python3-hatch-fancy-pypi-readme: upgrade 24.1.0 -> 25.1.0
  2025-05-14  6:41   ` Martin Jansa
@ 2025-05-14  8:39     ` Mingyu Wang (Fujitsu)
  2025-05-14  9:46       ` Martin Jansa
  0 siblings, 1 reply; 63+ messages in thread
From: Mingyu Wang (Fujitsu) @ 2025-05-14  8:39 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-core@lists.openembedded.org

Yes, there is indeed this issue
python3-gcovr has not been updated yet
It seems that we need to synchronize the updates of python3-gcovr and python3-hatch-fancy-pypi-readme.

  --
Best Regards
---------------------------------------------------
Wang Mingyu
FUJITSU NANJING SOFTWARE TECHNOLOGY CO., LTD. (FNST)
No.6 Wenzhu Road, Nanjing, 210012, China
TEL:+86+25-86630566--8568
COINS: 79988548
FAX: +86+25-83317685
MAIL: wangmy@fujitsu.com

> -----Original Message-----
> From: Martin Jansa <martin.jansa@gmail.com>
> Sent: Wednesday, May 14, 2025 2:41 PM
> To: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>
> Cc: openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] [PATCH 37/56] python3-hatch-fancy-pypi-readme:
> upgrade 24.1.0 -> 25.1.0
> 
> This seems to break python3-gcovr-8.3 which depends on older version.
> 
> * Getting build dependencies for wheel...
> 
> ERROR Missing dependencies:
> hatch-fancy-pypi-readme==24.1.0
> 
> Do you have pending gcovr update somewhere? Might require patch update as
> in
> meta-python/recipes-devtools/python/python3-gcovr/0001-pyproject.toml-Supp
> ort-newer-versions.patch
> as https://github.com/gcovr/gcovr/blob/main/pyproject.toml still depends on
> 24.1.0.
> 
> Cheers,
> 
> On Mon, May 12, 2025 at 11:04 AM wangmy via lists.openembedded.org
> <wangmy=fujitsu.com@lists.openembedded.org> wrote:
> >
> > From: Wang Mingyu <wangmy@fujitsu.com>
> >
> > Changelog:
> > ==========
> > - $HFPR_PACKAGE_NAME is now replaced by the package name in the PyPI
> readme.
> > - Support for Python 3.7.
> >
> > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > ---
> >  ...adme_24.1.0.bb => python3-hatch-fancy-pypi-readme_25.1.0.bb} | 2
> > +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)  rename
> > meta/recipes-devtools/python/{python3-hatch-fancy-pypi-readme_24.1.0.b
> > b => python3-hatch-fancy-pypi-readme_25.1.0.bb} (80%)
> >
> > diff --git
> > a/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.
> > bb
> > b/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_25.1.0.
> > bb
> > similarity index 80%
> > rename from
> > meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb
> > rename to
> > meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_25.1.0.bb
> > index b32527f949..5d8d82edd8 100644
> > ---
> > a/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.
> > bb
> > +++ b/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_25.
> > +++ 1.0.bb
> > @@ -8,6 +8,6 @@ inherit pypi python_hatchling  PYPI_PACKAGE =
> > "hatch_fancy_pypi_readme"
> >  UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
> >
> > -SRC_URI[sha256sum] =
> "44dd239f1a779b9dcf8ebc9401a611fd7f7e3e14578dcf22c265dfaf7c1514b8"
> > +SRC_URI[sha256sum] =
> "9c58ed3dff90d51f43414ce37009ad1d5b0f08ffc9fc216998a06380f01c0045"
> >
> >  BBCLASSEXTEND = "native nativesdk"
> > --
> > 2.43.0
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#216335):
> > https://lists.openembedded.org/g/openembedded-core/message/216335
> > Mute This Topic: https://lists.openembedded.org/mt/113067219/3617156
> > Group Owner: openembedded-core+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
> > [martin.jansa@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >

^ permalink raw reply	[flat|nested] 63+ messages in thread

* Re: [OE-core] [PATCH 37/56] python3-hatch-fancy-pypi-readme: upgrade 24.1.0 -> 25.1.0
  2025-05-14  8:39     ` Mingyu Wang (Fujitsu)
@ 2025-05-14  9:46       ` Martin Jansa
  0 siblings, 0 replies; 63+ messages in thread
From: Martin Jansa @ 2025-05-14  9:46 UTC (permalink / raw)
  To: Mingyu Wang (Fujitsu); +Cc: openembedded-core@lists.openembedded.org

OK, I've sent the .patch update in
https://lists.openembedded.org/g/openembedded-devel/message/117411 to
fix it.

On Wed, May 14, 2025 at 10:39 AM Mingyu Wang (Fujitsu)
<wangmy@fujitsu.com> wrote:
>
> Yes, there is indeed this issue
> python3-gcovr has not been updated yet
> It seems that we need to synchronize the updates of python3-gcovr and python3-hatch-fancy-pypi-readme.
>
>   --
> Best Regards
> ---------------------------------------------------
> Wang Mingyu
> FUJITSU NANJING SOFTWARE TECHNOLOGY CO., LTD. (FNST)
> No.6 Wenzhu Road, Nanjing, 210012, China
> TEL:+86+25-86630566--8568
> COINS: 79988548
> FAX: +86+25-83317685
> MAIL: wangmy@fujitsu.com
>
> > -----Original Message-----
> > From: Martin Jansa <martin.jansa@gmail.com>
> > Sent: Wednesday, May 14, 2025 2:41 PM
> > To: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>
> > Cc: openembedded-core@lists.openembedded.org
> > Subject: Re: [OE-core] [PATCH 37/56] python3-hatch-fancy-pypi-readme:
> > upgrade 24.1.0 -> 25.1.0
> >
> > This seems to break python3-gcovr-8.3 which depends on older version.
> >
> > * Getting build dependencies for wheel...
> >
> > ERROR Missing dependencies:
> > hatch-fancy-pypi-readme==24.1.0
> >
> > Do you have pending gcovr update somewhere? Might require patch update as
> > in
> > meta-python/recipes-devtools/python/python3-gcovr/0001-pyproject.toml-Supp
> > ort-newer-versions.patch
> > as https://github.com/gcovr/gcovr/blob/main/pyproject.toml still depends on
> > 24.1.0.
> >
> > Cheers,
> >
> > On Mon, May 12, 2025 at 11:04 AM wangmy via lists.openembedded.org
> > <wangmy=fujitsu.com@lists.openembedded.org> wrote:
> > >
> > > From: Wang Mingyu <wangmy@fujitsu.com>
> > >
> > > Changelog:
> > > ==========
> > > - $HFPR_PACKAGE_NAME is now replaced by the package name in the PyPI
> > readme.
> > > - Support for Python 3.7.
> > >
> > > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > > ---
> > >  ...adme_24.1.0.bb => python3-hatch-fancy-pypi-readme_25.1.0.bb} | 2
> > > +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)  rename
> > > meta/recipes-devtools/python/{python3-hatch-fancy-pypi-readme_24.1.0.b
> > > b => python3-hatch-fancy-pypi-readme_25.1.0.bb} (80%)
> > >
> > > diff --git
> > > a/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.
> > > bb
> > > b/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_25.1.0.
> > > bb
> > > similarity index 80%
> > > rename from
> > > meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb
> > > rename to
> > > meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_25.1.0.bb
> > > index b32527f949..5d8d82edd8 100644
> > > ---
> > > a/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.
> > > bb
> > > +++ b/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_25.
> > > +++ 1.0.bb
> > > @@ -8,6 +8,6 @@ inherit pypi python_hatchling  PYPI_PACKAGE =
> > > "hatch_fancy_pypi_readme"
> > >  UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
> > >
> > > -SRC_URI[sha256sum] =
> > "44dd239f1a779b9dcf8ebc9401a611fd7f7e3e14578dcf22c265dfaf7c1514b8"
> > > +SRC_URI[sha256sum] =
> > "9c58ed3dff90d51f43414ce37009ad1d5b0f08ffc9fc216998a06380f01c0045"
> > >
> > >  BBCLASSEXTEND = "native nativesdk"
> > > --
> > > 2.43.0
> > >
> > >
> > > -=-=-=-=-=-=-=-=-=-=-=-
> > > Links: You receive all messages sent to this group.
> > > View/Reply Online (#216335):
> > > https://lists.openembedded.org/g/openembedded-core/message/216335
> > > Mute This Topic: https://lists.openembedded.org/mt/113067219/3617156
> > > Group Owner: openembedded-core+owner@lists.openembedded.org
> > > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
> > > [martin.jansa@gmail.com]
> > > -=-=-=-=-=-=-=-=-=-=-=-
> > >


^ permalink raw reply	[flat|nested] 63+ messages in thread

* Re: [OE-core] [PATCH 33/56] openssh: upgrade 9.9p2 -> 10.0p1
  2025-05-13 14:29     ` Peter Kjellerstedt
@ 2025-05-14 14:07       ` Richard Purdie
  0 siblings, 0 replies; 63+ messages in thread
From: Richard Purdie @ 2025-05-14 14:07 UTC (permalink / raw)
  To: Peter Kjellerstedt, wangmy@fujitsu.com,
	openembedded-core@lists.openembedded.org

On Tue, 2025-05-13 at 14:29 +0000, Peter Kjellerstedt wrote:
> > -----Original Message-----
> > From:
> > openembedded-core@lists.openembedded.org <openembedded-core@lists.openembedded.org
> > > On Behalf Of Richard Purdie via lists.openembedded.org
> > Sent: den 12 maj 2025 15:23
> > To: wangmy@fujitsu.com; openembedded-core@lists.openembedded.org
> > Subject: Re: [OE-core] [PATCH 33/56] openssh: upgrade 9.9p2 ->
> > 10.0p1
> > 
> > On Mon, 2025-05-12 at 17:03 +0800, wangmy via
> > lists.openembedded.org wrote:
> > > From: Wang Mingyu <wangmy@fujitsu.com>
> > > 
> > > 0001-regress-test-exec-use-the-absolute-path-in-the-SSH-e.patch
> > > refreshed for 10.0p1
> > > 
> > > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > > ---
> > >  ...gress-test-exec-use-the-absolute-path-in-the-SSH-e.patch | 6
> > > +++---
> > >  .../openssh/{openssh_9.9p2.bb => openssh_10.0p1.bb}         | 2
> > > +-
> > >  2 files changed, 4 insertions(+), 4 deletions(-)
> > >  rename meta/recipes-connectivity/openssh/{openssh_9.9p2.bb =>
> > > openssh_10.0p1.bb} (99%)
> > 
> > 
> > https://autobuilder.yoctoproject.org/valkyrie/#/builders/74/builds/1579
> > 
> > (and many more)
> > 
> > The ssh server doesn't work after this change as per the other
> > similar
> > patches sent.
> > 
> > Cheers,
> > 
> > Richard
> 
> Not sure if it is related, but we have this in our bbappend that
> lifts the version of openssh from 9.9p2 to 10.0p1:
> 
> FILES:${PN}-sshd += "${libexecdir}/sshd-auth"

Thanks, that does indeed fix it. I wish you'd sent the upgrade if you
had it working!

Cheers,

Richard


^ permalink raw reply	[flat|nested] 63+ messages in thread

end of thread, other threads:[~2025-05-14 14:08 UTC | newest]

Thread overview: 63+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-12  9:02 [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 wangmy
2025-05-12  9:02 ` [OE-core] [PATCH 02/56] at-spi2-core: upgrade 2.56.1 -> 2.56.2 wangmy
2025-05-12  9:02 ` [OE-core] [PATCH 03/56] babeltrace2: upgrade 2.1.0 -> 2.1.1 wangmy
2025-05-12  9:02 ` [OE-core] [PATCH 04/56] barebox-tools: upgrade 2025.03.0 -> 2025.04.0 wangmy
2025-05-12  9:02 ` [OE-core] [PATCH 05/56] bind: upgrade 9.20.7 -> 9.20.8 wangmy
2025-05-12  9:02 ` [OE-core] [PATCH 06/56] boost: upgrade 1.87.0 -> 1.88.0 wangmy
2025-05-12  9:02 ` [OE-core] [PATCH 07/56] ca-certificates: upgrade 20241223 -> 20250419 wangmy
2025-05-12  9:02 ` [OE-core] [PATCH 08/56] ccache: upgrade 4.11.2 -> 4.11.3 wangmy
2025-05-12  9:02 ` [OE-core] [PATCH 09/56] cups: upgrade 2.4.11 -> 2.4.12 wangmy
2025-05-12  9:02 ` [OE-core] [PATCH 10/56] debianutils: upgrade 5.21 -> 5.22 wangmy
2025-05-12  9:02 ` [OE-core] [PATCH 11/56] diffstat: upgrade 1.67 -> 1.68 wangmy
2025-05-12  9:02 ` [OE-core] [PATCH 12/56] enchant2: upgrade 2.8.2 -> 2.8.4 wangmy
2025-05-12  9:02 ` [OE-core] [PATCH 13/56] epiphany: upgrade 48.0 -> 48.3 wangmy
2025-05-12  9:02 ` [OE-core] [PATCH 14/56] fmt: upgrade 11.1.4 -> 11.2.0 wangmy
2025-05-12  9:02 ` [OE-core] [PATCH 15/56] ghostscript: upgrade 10.05.0 -> 10.05.1 wangmy
2025-05-12  9:02 ` [OE-core] [PATCH 16/56] grep: upgrade 3.11 -> 3.12 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 17/56] harfbuzz: upgrade 11.1.0 -> 11.2.0 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 18/56] iso-codes: upgrade 4.17.0 -> 4.18.0 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 19/56] kexec-tools: upgrade 2.0.30 -> 2.0.31 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 20/56] libadwaita: upgrade 1.7.0 -> 1.7.2 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 21/56] libcgroup: upgrade 3.1.0 -> 3.2.0 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 22/56] libffi: upgrade 3.4.7 -> 3.4.8 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 23/56] libgpg-error: upgrade 1.51 -> 1.55 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 24/56] libjitterentropy: upgrade 3.6.2 -> 3.6.3 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 25/56] libjpeg-turbo: upgrade 3.0.1 -> 3.1.0 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 26/56] libpng: upgrade 1.6.47 -> 1.6.48 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 27/56] libsdl2: upgrade 2.32.4 -> 2.32.6 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 28/56] liburcu: upgrade 0.15.1 -> 0.15.2 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 29/56] libuv: upgrade 1.50.0 -> 1.51.0 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 30/56] libxft: upgrade 2.3.8 -> 2.3.9 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 31/56] libxkbcommon: upgrade 1.8.1 -> 1.9.2 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 32/56] man-db: upgrade 2.13.0 -> 2.13.1 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 33/56] openssh: upgrade 9.9p2 -> 10.0p1 wangmy
2025-05-12 13:22   ` Richard Purdie
2025-05-13 14:29     ` Peter Kjellerstedt
2025-05-14 14:07       ` Richard Purdie
2025-05-12  9:03 ` [OE-core] [PATCH 34/56] pixman: upgrade 0.44.2 -> 0.46.0 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 35/56] python3-calver: upgrade 2025.04.02 -> 2025.04.17 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 36/56] python3-certifi: upgrade 2025.1.31 -> 2025.4.26 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 37/56] python3-hatch-fancy-pypi-readme: upgrade 24.1.0 -> 25.1.0 wangmy
2025-05-14  6:41   ` Martin Jansa
2025-05-14  8:39     ` Mingyu Wang (Fujitsu)
2025-05-14  9:46       ` Martin Jansa
2025-05-12  9:03 ` [OE-core] [PATCH 38/56] python3-hypothesis: upgrade 6.131.0 -> 6.131.14 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 39/56] python3-jsonschema-specifications: upgrade 2024.10.1 -> 2025.4.1 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 40/56] python3-lxml: upgrade 5.3.2 -> 5.4.0 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 41/56] python3-mako: upgrade 1.3.9 -> 1.3.10 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 42/56] python3-markdown: upgrade 3.7 -> 3.8 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 43/56] python3-meson-python: upgrade 0.17.1 -> 0.18.0 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 44/56] python3-packaging: upgrade 24.2 -> 25.0 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 45/56] python3-pdm: upgrade 2.23.1 -> 2.24.1 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 46/56] python3-pip: upgrade 25.0.1 -> 25.1.1 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 47/56] python3-poetry-core: upgrade 2.1.2 -> 2.1.3 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 48/56] python3-pycairo: upgrade 1.27.0 -> 1.28.0 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 49/56] python3-typing-extensions: upgrade 4.13.1 -> 4.13.2 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 50/56] python3: upgrade 3.13.2 -> 3.13.3 wangmy
2025-05-12  9:33   ` Trevor Gamblin
2025-05-12  9:03 ` [OE-core] [PATCH 51/56] python3-yamllint: upgrade 1.37.0 -> 1.37.1 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 52/56] re2c: upgrade 4.1 -> 4.2 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 53/56] repo: upgrade 2.53 -> 2.54 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 54/56] resolvconf: upgrade 1.92 -> 1.93 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 55/56] shaderc: upgrade 2025.1 -> 2025.2 wangmy
2025-05-12  9:03 ` [OE-core] [PATCH 56/56] swig: upgrade 4.3.0 -> 4.3.1 wangmy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).