Openembedded Core Discussions
 help / color / mirror / Atom feed
* [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6
@ 2025-03-04  9:08 wangmy
  2025-03-04  9:08 ` [OE-core] [PATCH 02/31] dbus: upgrade 1.16.0 -> 1.16.2 wangmy
                   ` (29 more replies)
  0 siblings, 30 replies; 32+ messages in thread
From: wangmy @ 2025-03-04  9:08 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
New Features
--------------
- Adds support for EDE code 1 and 2.
- Add a rndc command to toggle jemalloc profiling.
- Add support for multiple extended DNS errors.
- Print the expiration time of the stale records.

Feature Changes
---------------
- Refactor reference counting in both QPDB and RBTDB.
- Shutdown the fetch context after canceling the last fetch.

Bug Fixes
----------
- Fix possible truncation in dns_keymgr_status()
- Recently expired records could be returned with timestamp in future.
- Yaml string not terminated in negative response in delv.
- Fix a bug in dnssec-signzone related to keys being offline.
- Apply the memory limit only to ADB database items.
- Avoid unnecessary locking in the zone/cache database.
- Fix EDE 22 time out detection.
- Split and simplify the use of EDE list implementation.
- Fix the cache findzonecut() implementation.
- DNSSEC EDE system tests on FIPS platform.
- Reduce the false sharing the dns_qpcache and dns_qpzone.

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

diff --git a/meta/recipes-connectivity/bind/bind_9.20.5.bb b/meta/recipes-connectivity/bind/bind_9.20.6.bb
similarity index 97%
rename from meta/recipes-connectivity/bind/bind_9.20.5.bb
rename to meta/recipes-connectivity/bind/bind_9.20.6.bb
index abd2da5249..7a03f8598d 100644
--- a/meta/recipes-connectivity/bind/bind_9.20.5.bb
+++ b/meta/recipes-connectivity/bind/bind_9.20.6.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] = "19274fd739c023772b4212a0b6c201cf4364855fa7e6a7d3db49693f55db1ab8"
+SRC_URI[sha256sum] = "ed7f54b44f84a7201a2fa7a949f3021ea568529bfad90fca664fd55c05104134"
 
 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] 32+ messages in thread

* [OE-core] [PATCH 02/31] dbus: upgrade 1.16.0 -> 1.16.2
  2025-03-04  9:08 [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6 wangmy
@ 2025-03-04  9:08 ` wangmy
  2025-03-04  9:08 ` [OE-core] [PATCH 03/31] fmt: upgrade 11.1.3 -> 11.1.4 wangmy
                   ` (28 subsequent siblings)
  29 siblings, 0 replies; 32+ messages in thread
From: wangmy @ 2025-03-04  9:08 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- The branch used for development releases has been renamed to 'main'.
- On Linux, fix build regression with libselinux >= 3.8 and verbose mode
  enabled
- Documentation updates

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-core/dbus/{dbus_1.16.0.bb => dbus_1.16.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/dbus/{dbus_1.16.0.bb => dbus_1.16.2.bb} (98%)

diff --git a/meta/recipes-core/dbus/dbus_1.16.0.bb b/meta/recipes-core/dbus/dbus_1.16.2.bb
similarity index 98%
rename from meta/recipes-core/dbus/dbus_1.16.0.bb
rename to meta/recipes-core/dbus/dbus_1.16.2.bb
index 80e766f959..9475e55b57 100644
--- a/meta/recipes-core/dbus/dbus_1.16.0.bb
+++ b/meta/recipes-core/dbus/dbus_1.16.2.bb
@@ -15,7 +15,7 @@ SRC_URI = "https://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.xz \
            file://dbus-1.init \
            "
 
-SRC_URI[sha256sum] = "9f8ca5eb51cbe09951aec8624b86c292990ae2428b41b856e2bed17ec65c8849"
+SRC_URI[sha256sum] = "0ba2a1a4b16afe7bceb2c07e9ce99a8c2c3508e5dec290dbb643384bd6beb7e2"
 
 EXTRA_OEMESON = "-Dxml_docs=disabled \
                  -Ddoxygen_docs=disabled \
-- 
2.43.0



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

* [OE-core] [PATCH 03/31] fmt: upgrade 11.1.3 -> 11.1.4
  2025-03-04  9:08 [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6 wangmy
  2025-03-04  9:08 ` [OE-core] [PATCH 02/31] dbus: upgrade 1.16.0 -> 1.16.2 wangmy
@ 2025-03-04  9:08 ` wangmy
  2025-03-04  9:08 ` [OE-core] [PATCH 04/31] gi-docgen: upgrade 2024.1 -> 2025.3 wangmy
                   ` (27 subsequent siblings)
  29 siblings, 0 replies; 32+ messages in thread
From: wangmy @ 2025-03-04  9:08 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Fixed ABI compatibility with earlier 11.x versions on Windows
- Improved the logic of switching between fixed and exponential format for float
- Moved is_compiled_string to the public API
- Simplified implementation of operator""_cf
- Fixed __builtin_strlen detection
- Fixed handling of BMI paths with the Ninja generator
- Fixed gcc 8.3 compile errors
- Fixed a bogus MSVC warning

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

diff --git a/meta/recipes-devtools/fmt/fmt_11.1.3.bb b/meta/recipes-devtools/fmt/fmt_11.1.4.bb
similarity index 90%
rename from meta/recipes-devtools/fmt/fmt_11.1.3.bb
rename to meta/recipes-devtools/fmt/fmt_11.1.4.bb
index 9a2ee396dd..7c860eb608 100644
--- a/meta/recipes-devtools/fmt/fmt_11.1.3.bb
+++ b/meta/recipes-devtools/fmt/fmt_11.1.4.bb
@@ -5,7 +5,7 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b9257785fc4f3803a4b71b76c1412729"
 
 SRC_URI = "git://github.com/fmtlib/fmt;branch=master;protocol=https"
-SRCREV = "9cf9f38eded63e5e0fb95cd536ba51be601d7fa2"
+SRCREV = "123913715afeb8a437e6388b4473fcc4753e1c9a"
 
 S = "${WORKDIR}/git"
 
-- 
2.43.0



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

* [OE-core] [PATCH 04/31] gi-docgen: upgrade 2024.1 -> 2025.3
  2025-03-04  9:08 [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6 wangmy
  2025-03-04  9:08 ` [OE-core] [PATCH 02/31] dbus: upgrade 1.16.0 -> 1.16.2 wangmy
  2025-03-04  9:08 ` [OE-core] [PATCH 03/31] fmt: upgrade 11.1.3 -> 11.1.4 wangmy
@ 2025-03-04  9:08 ` wangmy
  2025-03-04 14:08   ` Mathieu Dubois-Briand
  2025-03-04  9:08 ` [OE-core] [PATCH 05/31] harfbuzz: upgrade 10.2.0 -> 10.4.0 wangmy
                   ` (26 subsequent siblings)
  29 siblings, 1 reply; 32+ messages in thread
From: wangmy @ 2025-03-04  9:08 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=========
Added
------
Add layout for tablet portrait mode
Support static virtual methods

Changed
-------
Don't generate classes hierarchy if not needed
Improve copy buttons on narrow layouts

Fixed
-------
Only consider dot data processing fail if dot returns non-zero
Show non-standard instance parameters
Fix C declaration of structure fields

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

diff --git a/meta/recipes-gnome/gi-docgen/gi-docgen_2024.1.bb b/meta/recipes-gnome/gi-docgen/gi-docgen_2025.3.bb
similarity index 94%
rename from meta/recipes-gnome/gi-docgen/gi-docgen_2024.1.bb
rename to meta/recipes-gnome/gi-docgen/gi-docgen_2025.3.bb
index 12c2b8ed21..5dea1cdaee 100644
--- a/meta/recipes-gnome/gi-docgen/gi-docgen_2024.1.bb
+++ b/meta/recipes-gnome/gi-docgen/gi-docgen_2025.3.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://gi-docgen.py;beginline=1;endline=5;md5=2dc0f1f0120247
 
 SRC_URI = "git://gitlab.gnome.org/GNOME/gi-docgen.git;protocol=https;branch=main"
 
-SRCREV = "eff4ec3d21df38c9d857bcf58aa98437c6610489"
+SRCREV = "9ab2ab8fa3f4a04f5d2cc24b0c8e91e73bc57b51"
 
 S = "${WORKDIR}/git"
 
-- 
2.43.0



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

* [OE-core] [PATCH 05/31] harfbuzz: upgrade 10.2.0 -> 10.4.0
  2025-03-04  9:08 [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6 wangmy
                   ` (2 preceding siblings ...)
  2025-03-04  9:08 ` [OE-core] [PATCH 04/31] gi-docgen: upgrade 2024.1 -> 2025.3 wangmy
@ 2025-03-04  9:08 ` wangmy
  2025-03-04  9:08 ` [OE-core] [PATCH 06/31] inetutils: upgrade 2.5 -> 2.6 wangmy
                   ` (25 subsequent siblings)
  29 siblings, 0 replies; 32+ messages in thread
From: wangmy @ 2025-03-04  9:08 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

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

diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_10.2.0.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_10.4.0.bb
similarity index 95%
rename from meta/recipes-graphics/harfbuzz/harfbuzz_10.2.0.bb
rename to meta/recipes-graphics/harfbuzz/harfbuzz_10.4.0.bb
index 879cad36dc..b41e55d706 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_10.2.0.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_10.4.0.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b98429b8e8e3c2a67cfef01e99e4893d \
                     "
 
 SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "620e3468faec2ea8685d32c46a58469b850ef63040b3565cde05959825b48227"
+SRC_URI[sha256sum] = "480b6d25014169300669aa1fc39fb356c142d5028324ea52b3a27648b9beaad8"
 
 DEPENDS += "glib-2.0-native"
 
-- 
2.43.0



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

* [OE-core] [PATCH 06/31] inetutils: upgrade 2.5 -> 2.6
  2025-03-04  9:08 [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6 wangmy
                   ` (3 preceding siblings ...)
  2025-03-04  9:08 ` [OE-core] [PATCH 05/31] harfbuzz: upgrade 10.2.0 -> 10.4.0 wangmy
@ 2025-03-04  9:08 ` wangmy
  2025-03-04  9:08 ` [OE-core] [PATCH 07/31] libassuan: upgrade 3.0.1 -> 3.0.2 wangmy
                   ` (24 subsequent siblings)
  29 siblings, 0 replies; 32+ messages in thread
From: wangmy @ 2025-03-04  9:08 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../inetutils/{inetutils_2.5.bb => inetutils_2.6.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-connectivity/inetutils/{inetutils_2.5.bb => inetutils_2.6.bb} (99%)

diff --git a/meta/recipes-connectivity/inetutils/inetutils_2.5.bb b/meta/recipes-connectivity/inetutils/inetutils_2.6.bb
similarity index 99%
rename from meta/recipes-connectivity/inetutils/inetutils_2.5.bb
rename to meta/recipes-connectivity/inetutils/inetutils_2.6.bb
index 19bf7e1539..ef453d3bb2 100644
--- a/meta/recipes-connectivity/inetutils/inetutils_2.5.bb
+++ b/meta/recipes-connectivity/inetutils/inetutils_2.6.bb
@@ -11,7 +11,7 @@ LICENSE = "GPL-3.0-only"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=0c7051aef9219dc7237f206c5c4179a7"
 
-SRC_URI[sha256sum] = "87697d60a31e10b5cb86a9f0651e1ec7bee98320d048c0739431aac3d5764fb6"
+SRC_URI[sha256sum] = "68bedbfeaf73f7d86be2a7d99bcfbd4093d829f52770893919ae174c0b2357ca"
 SRC_URI = "${GNU_MIRROR}/inetutils/inetutils-${PV}.tar.xz \
            file://rexec.xinetd.inetutils \
            file://rlogin.xinetd.inetutils \
-- 
2.43.0



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

* [OE-core] [PATCH 07/31] libassuan: upgrade 3.0.1 -> 3.0.2
  2025-03-04  9:08 [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6 wangmy
                   ` (4 preceding siblings ...)
  2025-03-04  9:08 ` [OE-core] [PATCH 06/31] inetutils: upgrade 2.5 -> 2.6 wangmy
@ 2025-03-04  9:08 ` wangmy
  2025-03-04  9:08 ` [OE-core] [PATCH 08/31] libnotify: upgrade 0.8.3 -> 0.8.4 wangmy
                   ` (23 subsequent siblings)
  29 siblings, 0 replies; 32+ messages in thread
From: wangmy @ 2025-03-04  9:08 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

libassuan-add-pkgconfig-support.patch
refreshed for 3.0.2

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libassuan-add-pkgconfig-support.patch     | 19 +++++++++----------
 ...{libassuan_3.0.1.bb => libassuan_3.0.2.bb} |  2 +-
 2 files changed, 10 insertions(+), 11 deletions(-)
 rename meta/recipes-support/libassuan/{libassuan_3.0.1.bb => libassuan_3.0.2.bb} (93%)

diff --git a/meta/recipes-support/libassuan/libassuan/libassuan-add-pkgconfig-support.patch b/meta/recipes-support/libassuan/libassuan/libassuan-add-pkgconfig-support.patch
index d67087f4ac..20361e8a99 100644
--- a/meta/recipes-support/libassuan/libassuan/libassuan-add-pkgconfig-support.patch
+++ b/meta/recipes-support/libassuan/libassuan/libassuan-add-pkgconfig-support.patch
@@ -15,11 +15,11 @@ easier use.
 
 Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
 ---
- src/libassuan.m4 | 82 ++----------------------------------------------
- 1 file changed, 3 insertions(+), 79 deletions(-)
+ src/libassuan.m4 | 81 ++----------------------------------------------
+ 1 file changed, 3 insertions(+), 78 deletions(-)
 
 diff --git a/src/libassuan.m4 b/src/libassuan.m4
-index 2e98b39..404796f 100644
+index 4d7da17..f4692ab 100644
 --- a/src/libassuan.m4
 +++ b/src/libassuan.m4
 @@ -103,27 +103,6 @@ dnl
@@ -50,11 +50,10 @@ index 2e98b39..404796f 100644
  
    tmp=ifelse([$1], ,1:0.9.2,$1)
    if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then
-@@ -133,60 +112,11 @@ AC_DEFUN([_AM_PATH_LIBASSUAN_COMMON],
-     req_libassuan_api=0
+@@ -134,59 +113,11 @@ AC_DEFUN([_AM_PATH_LIBASSUAN_COMMON],
      min_libassuan_version="$tmp"
    fi
--
+ 
 -  AC_MSG_CHECKING(for LIBASSUAN - version >= $min_libassuan_version)
 -  ok=no
 -  if test "$LIBASSUAN_CONFIG" != "no"; then
@@ -96,7 +95,7 @@ index 2e98b39..404796f 100644
 -
 -  if test $ok = yes; then
 -    AC_MSG_RESULT([yes ($libassuan_config_version)])
--    AC_DEFINE(LIBASSUAN_API_REQUESTED, $req_libassuan_api, Requested API version for libassuan)
+-    AC_DEFINE_UNQUOTED(LIBASSUAN_API_REQUESTED, $req_libassuan_api, [Requested API version for libassuan])
 -  else
 -    AC_MSG_RESULT(no)
 -  fi
@@ -113,7 +112,7 @@ index 2e98b39..404796f 100644
        if test "$tmp" -gt 0 ; then
          AC_MSG_CHECKING([LIBASSUAN API version])
          if test "$req_libassuan_api" -eq "$tmp" ; then
-@@ -204,9 +134,7 @@ AC_DEFUN([_AM_PATH_LIBASSUAN_COMMON],
+@@ -204,9 +135,7 @@ AC_DEFUN([_AM_PATH_LIBASSUAN_COMMON],
    if test $ok = yes; then
      if test x"$host" != x ; then
        if test -z "$use_gpgrt_config"; then
@@ -124,7 +123,7 @@ index 2e98b39..404796f 100644
        fi
        if test x"$libassuan_config_host" != xnone ; then
          if test x"$libassuan_config_host" != x"$host" ; then
-@@ -248,12 +176,8 @@ dnl
+@@ -248,12 +177,8 @@ dnl
  AC_DEFUN([AM_PATH_LIBASSUAN],
  [ _AM_PATH_LIBASSUAN_COMMON($1)
    if test $ok = yes; then
@@ -138,5 +137,5 @@ index 2e98b39..404796f 100644
    fi
    AC_SUBST(LIBASSUAN_CFLAGS)
 -- 
-2.39.2
+2.43.0
 
diff --git a/meta/recipes-support/libassuan/libassuan_3.0.1.bb b/meta/recipes-support/libassuan/libassuan_3.0.2.bb
similarity index 93%
rename from meta/recipes-support/libassuan/libassuan_3.0.1.bb
rename to meta/recipes-support/libassuan/libassuan_3.0.2.bb
index 0518ed75aa..f0b7746284 100644
--- a/meta/recipes-support/libassuan/libassuan_3.0.1.bb
+++ b/meta/recipes-support/libassuan/libassuan_3.0.2.bb
@@ -20,7 +20,7 @@ SRC_URI = "${GNUPG_MIRROR}/libassuan/libassuan-${PV}.tar.bz2 \
            file://libassuan-add-pkgconfig-support.patch \
           "
 
-SRC_URI[sha256sum] = "c8f0f42e6103dea4b1a6a483cb556654e97302c7465308f58363778f95f194b1"
+SRC_URI[sha256sum] = "d2931cdad266e633510f9970e1a2f346055e351bb19f9b78912475b8074c36f6"
 
 BINCONFIG = "${bindir}/libassuan-config"
 
-- 
2.43.0



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

* [OE-core] [PATCH 08/31] libnotify: upgrade 0.8.3 -> 0.8.4
  2025-03-04  9:08 [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6 wangmy
                   ` (5 preceding siblings ...)
  2025-03-04  9:08 ` [OE-core] [PATCH 07/31] libassuan: upgrade 3.0.1 -> 3.0.2 wangmy
@ 2025-03-04  9:08 ` wangmy
  2025-03-04  9:08 ` [OE-core] [PATCH 09/31] libpng: upgrade 1.6.45 -> 1.6.47 wangmy
                   ` (22 subsequent siblings)
  29 siblings, 0 replies; 32+ messages in thread
From: wangmy @ 2025-03-04  9:08 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libnotify/{libnotify_0.8.3.bb => libnotify_0.8.4.bb}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-gnome/libnotify/{libnotify_0.8.3.bb => libnotify_0.8.4.bb} (93%)

diff --git a/meta/recipes-gnome/libnotify/libnotify_0.8.3.bb b/meta/recipes-gnome/libnotify/libnotify_0.8.4.bb
similarity index 93%
rename from meta/recipes-gnome/libnotify/libnotify_0.8.3.bb
rename to meta/recipes-gnome/libnotify/libnotify_0.8.4.bb
index 1e606b84b2..040df2ad5e 100644
--- a/meta/recipes-gnome/libnotify/libnotify_0.8.3.bb
+++ b/meta/recipes-gnome/libnotify/libnotify_0.8.4.bb
@@ -20,7 +20,7 @@ inherit gnomebase gi-docgen features_check gobject-introspection
 # depends on gtk+3 if tests are enabled
 ANY_OF_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'tests', '${GTK3DISTROFEATURES}', '', d)}"
 
-SRC_URI[archive.sha256sum] = "ee8f3ef946156ad3406fdf45feedbdcd932dbd211ab4f16f75eba4f36fb2f6c0"
+SRC_URI[archive.sha256sum] = "8fa04d4ebdc155b0a239df88bd9f09e8f2739d5707a1390b427ab4985f83d25a"
 
 EXTRA_OEMESON = "-Dman=false"
 
-- 
2.43.0



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

* [OE-core] [PATCH 09/31] libpng: upgrade 1.6.45 -> 1.6.47
  2025-03-04  9:08 [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6 wangmy
                   ` (6 preceding siblings ...)
  2025-03-04  9:08 ` [OE-core] [PATCH 08/31] libnotify: upgrade 0.8.3 -> 0.8.4 wangmy
@ 2025-03-04  9:08 ` wangmy
  2025-03-04  9:08 ` [OE-core] [PATCH 10/31] libsdl2: upgrade 2.30.12 -> 2.32.2 wangmy
                   ` (21 subsequent siblings)
  29 siblings, 0 replies; 32+ messages in thread
From: wangmy @ 2025-03-04  9:08 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

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

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



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

* [OE-core] [PATCH 10/31] libsdl2: upgrade 2.30.12 -> 2.32.2
  2025-03-04  9:08 [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6 wangmy
                   ` (7 preceding siblings ...)
  2025-03-04  9:08 ` [OE-core] [PATCH 09/31] libpng: upgrade 1.6.45 -> 1.6.47 wangmy
@ 2025-03-04  9:08 ` wangmy
  2025-03-04  9:08 ` [OE-core] [PATCH 11/31] liburcu: update 0.15.0 -> 0.15.1 wangmy
                   ` (20 subsequent siblings)
  29 siblings, 0 replies; 32+ messages in thread
From: wangmy @ 2025-03-04  9:08 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.30.12.bb => libsdl2_2.32.2.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/libsdl2/{libsdl2_2.30.12.bb => libsdl2_2.32.2.bb} (97%)

diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.30.12.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.32.2.bb
similarity index 97%
rename from meta/recipes-graphics/libsdl2/libsdl2_2.30.12.bb
rename to meta/recipes-graphics/libsdl2/libsdl2_2.32.2.bb
index 8f4d41ad84..dbe8e0c812 100644
--- a/meta/recipes-graphics/libsdl2/libsdl2_2.30.12.bb
+++ b/meta/recipes-graphics/libsdl2/libsdl2_2.32.2.bb
@@ -25,7 +25,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz"
 
 S = "${WORKDIR}/SDL2-${PV}"
 
-SRC_URI[sha256sum] = "ac356ea55e8b9dd0b2d1fa27da40ef7e238267ccf9324704850d5d47375b48ea"
+SRC_URI[sha256sum] = "c5f30c427fd8107ee4a400c84d4447dd211352512eaf0b6e89cc6a50a2821922"
 
 inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even
 
-- 
2.43.0



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

* [OE-core] [PATCH 11/31] liburcu: update 0.15.0 -> 0.15.1
  2025-03-04  9:08 [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6 wangmy
                   ` (8 preceding siblings ...)
  2025-03-04  9:08 ` [OE-core] [PATCH 10/31] libsdl2: upgrade 2.30.12 -> 2.32.2 wangmy
@ 2025-03-04  9:08 ` wangmy
  2025-03-04  9:08 ` [OE-core] [PATCH 12/31] man-pages: upgrade 6.11 -> 6.12 wangmy
                   ` (19 subsequent siblings)
  29 siblings, 0 replies; 32+ messages in thread
From: wangmy @ 2025-03-04  9:08 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0001-uatomic-generic.h-add-missing-stdlib.h-header-file-f.patch
removed since it's included in 0.15.1

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...h-add-missing-stdlib.h-header-file-f.patch | 45 -------------------
 .../{liburcu_0.15.0.bb => liburcu_0.15.1.bb}  |  6 +--
 2 files changed, 2 insertions(+), 49 deletions(-)
 delete mode 100644 meta/recipes-support/liburcu/liburcu/0001-uatomic-generic.h-add-missing-stdlib.h-header-file-f.patch
 rename meta/recipes-support/liburcu/{liburcu_0.15.0.bb => liburcu_0.15.1.bb} (82%)

diff --git a/meta/recipes-support/liburcu/liburcu/0001-uatomic-generic.h-add-missing-stdlib.h-header-file-f.patch b/meta/recipes-support/liburcu/liburcu/0001-uatomic-generic.h-add-missing-stdlib.h-header-file-f.patch
deleted file mode 100644
index 5872f45f43..0000000000
--- a/meta/recipes-support/liburcu/liburcu/0001-uatomic-generic.h-add-missing-stdlib.h-header-file-f.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From c534091fc6924e76e6d24e861da9cf7272714231 Mon Sep 17 00:00:00 2001
-From: Yi Zhao <yi.zhao@windriver.com>
-Date: Tue, 21 Jan 2025 11:02:05 +0800
-Subject: [PATCH] uatomic/generic.h: add missing stdlib.h header file for
- abort()
-
-We encountered the following error when building multipath-tools on
-qemuppc64 platform:
-
-| In file included from /build/tmp/work/ppc64p9le-wrs-linux/multipath-tools/0.10.0/recipe-sysroot/usr/include/urcu/uatomic/ppc.h:228,
-|                  from /build/tmp/work/ppc64p9le-wrs-linux/multipath-tools/0.10.0/recipe-sysroot/usr/include/urcu/uatomic.h:73,
-|                  from lock.h:5,
-|                  from lock.c:1:
-| /build/tmp/work/ppc64p9le-wrs-linux/multipath-tools/0.10.0/recipe-sysroot/usr/include/urcu/uatomic/generic.h: In function '_uatomic_and':
-| /build/tmp/work/ppc64p9le-wrs-linux/multipath-tools/0.10.0/recipe-sysroot/usr/include/urcu/uatomic/generic.h:422:24: error: implicit declaration of function 'abort' [-Wimplicit-function-declaration]
-|   422 |                 oldt = uatomic_read((uint32_t *) addr);
-|       |                        ^~~~~~~~~~~~
-| /build/tmp/work/ppc64p9le-wrs-linux/multipath-tools/0.10.0/recipe-sysroot/usr/include/urcu/uatomic/generic.h:1:1: note: include '<stdlib.h>' or provide a declaration of 'abort'
-|   +++ |+#include <stdlib.h>
-|     1 | // SPDX-FileCopyrightText: 1991-1994 by Xerox Corporation.  All rights reserved.
-| make[1]: *** [../Makefile.inc:155: lock.o] Error 1
-| make[1]: Leaving directory '/build/tmp/work/ppc64p9le-wrs-linux/multipath-tools/0.10.0/git/libmultipath'
-
-Upstream-Status: Submitted [https://github.com/urcu/userspace-rcu/pull/28]
-
-Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
----
- include/urcu/uatomic/generic.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/include/urcu/uatomic/generic.h b/include/urcu/uatomic/generic.h
-index 5a81e00..5c8cb6c 100644
---- a/include/urcu/uatomic/generic.h
-+++ b/include/urcu/uatomic/generic.h
-@@ -15,6 +15,7 @@
-  */
- 
- #include <stdint.h>
-+#include <stdlib.h>
- #include <urcu/compiler.h>
- #include <urcu/system.h>
- 
--- 
-2.25.1
-
diff --git a/meta/recipes-support/liburcu/liburcu_0.15.0.bb b/meta/recipes-support/liburcu/liburcu_0.15.1.bb
similarity index 82%
rename from meta/recipes-support/liburcu/liburcu_0.15.0.bb
rename to meta/recipes-support/liburcu/liburcu_0.15.1.bb
index a029b88111..811e59f853 100644
--- a/meta/recipes-support/liburcu/liburcu_0.15.0.bb
+++ b/meta/recipes-support/liburcu/liburcu_0.15.1.bb
@@ -12,11 +12,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=c2a92498b6e88e276f986877995425b8 \
                     "
 
 
-SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2 \
-           file://0001-uatomic-generic.h-add-missing-stdlib.h-header-file-f.patch \
-          "
+SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2"
 
-SRC_URI[sha256sum] = "4f2d839af67905ad396d6d53ba5649b66113d90840dcbc89941e0da64bccd38c"
+SRC_URI[sha256sum] = "98d66cc12f2c5881879b976f0c55d10d311401513be254e3bd28cf3811fb50c8"
 
 S = "${WORKDIR}/userspace-rcu-${PV}"
 inherit autotools multilib_header
-- 
2.43.0



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

* [OE-core] [PATCH 12/31] man-pages: upgrade 6.11 -> 6.12
  2025-03-04  9:08 [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6 wangmy
                   ` (9 preceding siblings ...)
  2025-03-04  9:08 ` [OE-core] [PATCH 11/31] liburcu: update 0.15.0 -> 0.15.1 wangmy
@ 2025-03-04  9:08 ` wangmy
  2025-03-04  9:08 ` [OE-core] [PATCH 13/31] minicom: upgrade 2.9 -> 2.10 wangmy
                   ` (18 subsequent siblings)
  29 siblings, 0 replies; 32+ messages in thread
From: wangmy @ 2025-03-04  9:08 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

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

diff --git a/meta/recipes-extended/man-pages/man-pages_6.11.bb b/meta/recipes-extended/man-pages/man-pages_6.12.bb
similarity index 96%
rename from meta/recipes-extended/man-pages/man-pages_6.11.bb
rename to meta/recipes-extended/man-pages/man-pages_6.12.bb
index 52a1fbda14..7c79e71704 100644
--- a/meta/recipes-extended/man-pages/man-pages_6.11.bb
+++ b/meta/recipes-extended/man-pages/man-pages_6.12.bb
@@ -20,7 +20,7 @@ LIC_FILES_CHKSUM = "file://README;md5=72cff06b7954222c24d38bc2c41b234e \
 SRC_URI = "${KERNELORG_MIRROR}/linux/docs/${BPN}/${BP}.tar.gz \
            "
 
-SRC_URI[sha256sum] = "44c09f43ae7a0b327efef5285a30d56ecc5fd4a07056f77e806f6c65196ba7f3"
+SRC_URI[sha256sum] = "23c6817f89b481c8ae2232a523ce66c06e5cc5b41873bb6675318777155d6a89"
 
 inherit manpages lib_package
 
-- 
2.43.0



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

* [OE-core] [PATCH 13/31] minicom: upgrade 2.9 -> 2.10
  2025-03-04  9:08 [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6 wangmy
                   ` (10 preceding siblings ...)
  2025-03-04  9:08 ` [OE-core] [PATCH 12/31] man-pages: upgrade 6.11 -> 6.12 wangmy
@ 2025-03-04  9:08 ` wangmy
  2025-03-04  9:08 ` [OE-core] [PATCH 14/31] mtools: upgrade 4.0.47 -> 4.0.48 wangmy
                   ` (17 subsequent siblings)
  29 siblings, 0 replies; 32+ messages in thread
From: wangmy @ 2025-03-04  9:08 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

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

diff --git a/meta/recipes-extended/minicom/minicom_2.9.bb b/meta/recipes-extended/minicom/minicom_2.10.bb
similarity index 90%
rename from meta/recipes-extended/minicom/minicom_2.9.bb
rename to meta/recipes-extended/minicom/minicom_2.10.bb
index 907d5c79c9..20ce5662c2 100644
--- a/meta/recipes-extended/minicom/minicom_2.9.bb
+++ b/meta/recipes-extended/minicom/minicom_2.10.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=420477abc567404debca0a2a1cb6b645 \
 
 SRC_URI = "${DEBIAN_MIRROR}/main/m/${BPN}/${BPN}_${PV}.orig.tar.bz2"
 
-SRC_URI[sha256sum] = "9efbb6458140e5a0de445613f0e76bcf12cbf7a9892b2f53e075c2e7beaba86c"
+SRC_URI[sha256sum] = "90e7ce2856b3eaaa3f452354d17981c49d32c426a255b6f0d3063a227c101538"
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[lockdev] = "--enable-lockdev,--disable-lockdev,lockdev"
-- 
2.43.0



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

* [OE-core] [PATCH 14/31] mtools: upgrade 4.0.47 -> 4.0.48
  2025-03-04  9:08 [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6 wangmy
                   ` (11 preceding siblings ...)
  2025-03-04  9:08 ` [OE-core] [PATCH 13/31] minicom: upgrade 2.9 -> 2.10 wangmy
@ 2025-03-04  9:08 ` wangmy
  2025-03-04  9:09 ` [OE-core] [PATCH 15/31] nghttp2: upgrade 1.64.0 -> 1.65.0 wangmy
                   ` (16 subsequent siblings)
  29 siblings, 0 replies; 32+ messages in thread
From: wangmy @ 2025-03-04  9:08 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

clang_UNUSED.patch
disable-hardcoded-configs.patch
refreshed for 4.0.48

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch      | 6 +++---
 .../mtools/mtools/disable-hardcoded-configs.patch           | 6 +++---
 .../mtools/{mtools_4.0.47.bb => mtools_4.0.48.bb}           | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)
 rename meta/recipes-devtools/mtools/{mtools_4.0.47.bb => mtools_4.0.48.bb} (93%)

diff --git a/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch b/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch
index 2f3c452420..ddf3706f51 100644
--- a/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch
+++ b/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch
@@ -1,4 +1,4 @@
-From d8e9cf472f49c8dbb3b0855145974d199a83e8a4 Mon Sep 17 00:00:00 2001
+From 6914c6e15cd15daf1dae81458e5346958c9d5449 Mon Sep 17 00:00:00 2001
 From: Khem Raj <raj.khem@gmail.com>
 Date: Wed, 19 Sep 2018 11:55:41 -0700
 Subject: [PATCH] Undefine UNUSED macros with clang
@@ -10,10 +10,10 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/sysincludes.h b/sysincludes.h
-index 6b322ff..48daecd 100644
+index 272b316..49ee5ae 100644
 --- a/sysincludes.h
 +++ b/sysincludes.h
-@@ -85,7 +85,7 @@ ac_cv_func_setpgrp_void=yes ../mtools/configure --build=i386-linux-gnu --host=i3
+@@ -98,7 +98,7 @@ ac_cv_func_setpgrp_void=yes ../mtools/configure --build=i386-linux-gnu --host=i3
  #if defined __GNUC__ && defined __STDC__
  /* gcc -traditional doesn't have PACKED, UNUSED and NORETURN */
  # define PACKED __attribute__ ((packed))
diff --git a/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch b/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch
index 1b3c3e003d..63992ac547 100644
--- a/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch
+++ b/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch
@@ -1,4 +1,4 @@
-From 4e51cf33fc34e8e82661b9bc3ab13858a2ffe43d Mon Sep 17 00:00:00 2001
+From 16969d42ec6514883bcee87cc89b3e7864481d7e Mon Sep 17 00:00:00 2001
 From: Ed Bartosh <ed.bartosh@linux.intel.com>
 Date: Tue, 13 Jun 2017 14:55:52 +0300
 Subject: [PATCH] Disabled reading host configs.
@@ -11,10 +11,10 @@ Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
  1 file changed, 8 deletions(-)
 
 diff --git a/config.c b/config.c
-index 436c94b..794f098 100644
+index 2433457..3972150 100644
 --- a/config.c
 +++ b/config.c
-@@ -868,14 +868,6 @@ void read_config(void)
+@@ -849,14 +849,6 @@ void read_config(void)
  	memcpy(devices, const_devices,
  	       nr_const_devices*sizeof(struct device));
  
diff --git a/meta/recipes-devtools/mtools/mtools_4.0.47.bb b/meta/recipes-devtools/mtools/mtools_4.0.48.bb
similarity index 93%
rename from meta/recipes-devtools/mtools/mtools_4.0.47.bb
rename to meta/recipes-devtools/mtools/mtools_4.0.48.bb
index 70d6579621..646735f3b3 100644
--- a/meta/recipes-devtools/mtools/mtools_4.0.47.bb
+++ b/meta/recipes-devtools/mtools/mtools_4.0.48.bb
@@ -24,7 +24,7 @@ RRECOMMENDS:${PN}:libc-glibc = "\
 	glibc-gconv-ibm866 \
 	glibc-gconv-ibm869 \
 	"
-SRC_URI[sha256sum] = "31aa06078cc3f50591b95e71a909c56dd179d87e9cbdc07bf435e595bd7cc7ff"
+SRC_URI[sha256sum] = "03c29aac8735dd7154a989fbc29eaf2b506121ae1c3a35cd0bf2a02e94d271a9"
 
 SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \
            file://mtools-makeinfo.patch \
-- 
2.43.0



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

* [OE-core] [PATCH 15/31] nghttp2: upgrade 1.64.0 -> 1.65.0
  2025-03-04  9:08 [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6 wangmy
                   ` (12 preceding siblings ...)
  2025-03-04  9:08 ` [OE-core] [PATCH 14/31] mtools: upgrade 4.0.47 -> 4.0.48 wangmy
@ 2025-03-04  9:09 ` wangmy
  2025-03-04  9:09 ` [OE-core] [PATCH 16/31] openssh: upgrade 9.9p1 -> 9.9p2 wangmy
                   ` (15 subsequent siblings)
  29 siblings, 0 replies; 32+ messages in thread
From: wangmy @ 2025-03-04  9:09 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

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

diff --git a/meta/recipes-support/nghttp2/nghttp2_1.64.0.bb b/meta/recipes-support/nghttp2/nghttp2_1.65.0.bb
similarity index 91%
rename from meta/recipes-support/nghttp2/nghttp2_1.64.0.bb
rename to meta/recipes-support/nghttp2/nghttp2_1.65.0.bb
index 5d5111a937..008935f165 100644
--- a/meta/recipes-support/nghttp2/nghttp2_1.64.0.bb
+++ b/meta/recipes-support/nghttp2/nghttp2_1.65.0.bb
@@ -5,7 +5,7 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=764abdf30b2eadd37ce47dcbce0ea1ec"
 
 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/nghttp2-${PV}.tar.xz"
-SRC_URI[sha256sum] = "88bb94c9e4fd1c499967f83dece36a78122af7d5fb40da2019c56b9ccc6eb9dd"
+SRC_URI[sha256sum] = "f1b9df5f02e9942b31247e3d415483553bc4ac501c87aa39340b6d19c92a9331"
 
 inherit cmake manpages python3native github-releases
 PACKAGECONFIG[manpages] = ""
-- 
2.43.0



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

* [OE-core] [PATCH 16/31] openssh: upgrade 9.9p1 -> 9.9p2
  2025-03-04  9:08 [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6 wangmy
                   ` (13 preceding siblings ...)
  2025-03-04  9:09 ` [OE-core] [PATCH 15/31] nghttp2: upgrade 1.64.0 -> 1.65.0 wangmy
@ 2025-03-04  9:09 ` wangmy
  2025-03-04  9:09 ` [OE-core] [PATCH 17/31] orc: upgrade 0.4.40 -> 0.4.41 wangmy
                   ` (14 subsequent siblings)
  29 siblings, 0 replies; 32+ messages in thread
From: wangmy @ 2025-03-04  9:09 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../openssh/{openssh_9.9p1.bb => openssh_9.9p2.bb}              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-connectivity/openssh/{openssh_9.9p1.bb => openssh_9.9p2.bb} (99%)

diff --git a/meta/recipes-connectivity/openssh/openssh_9.9p1.bb b/meta/recipes-connectivity/openssh/openssh_9.9p2.bb
similarity index 99%
rename from meta/recipes-connectivity/openssh/openssh_9.9p1.bb
rename to meta/recipes-connectivity/openssh/openssh_9.9p2.bb
index cb47ae7c07..5191725796 100644
--- a/meta/recipes-connectivity/openssh/openssh_9.9p1.bb
+++ b/meta/recipes-connectivity/openssh/openssh_9.9p2.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] = "b343fbcdbff87f15b1986e6e15d6d4fc9a7d36066be6b7fb507087ba8f966c02"
+SRC_URI[sha256sum] = "91aadb603e08cc285eddf965e1199d02585fa94d994d6cae5b41e1721e215673"
 
 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] 32+ messages in thread

* [OE-core] [PATCH 17/31] orc: upgrade 0.4.40 -> 0.4.41
  2025-03-04  9:08 [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6 wangmy
                   ` (14 preceding siblings ...)
  2025-03-04  9:09 ` [OE-core] [PATCH 16/31] openssh: upgrade 9.9p1 -> 9.9p2 wangmy
@ 2025-03-04  9:09 ` wangmy
  2025-03-04  9:09 ` [OE-core] [PATCH 18/31] python3-bcrypt: upgrade 4.2.1 -> 4.3.0 wangmy
                   ` (13 subsequent siblings)
  29 siblings, 0 replies; 32+ messages in thread
From: wangmy @ 2025-03-04  9:09 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/orc/{orc_0.4.40.bb => orc_0.4.41.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/orc/{orc_0.4.40.bb => orc_0.4.41.bb} (92%)

diff --git a/meta/recipes-devtools/orc/orc_0.4.40.bb b/meta/recipes-devtools/orc/orc_0.4.41.bb
similarity index 92%
rename from meta/recipes-devtools/orc/orc_0.4.40.bb
rename to meta/recipes-devtools/orc/orc_0.4.41.bb
index e437831cd7..491ff71067 100644
--- a/meta/recipes-devtools/orc/orc_0.4.40.bb
+++ b/meta/recipes-devtools/orc/orc_0.4.41.bb
@@ -5,7 +5,7 @@ LICENSE = "BSD-2-Clause & BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=1400bd9d09e8af56b9ec982b3d85797e"
 
 SRC_URI = "http://gstreamer.freedesktop.org/src/orc/orc-${PV}.tar.xz"
-SRC_URI[sha256sum] = "3fc2bee78dfb7c41fd9605061fc69138db7df007eae2f669a1f56e8bacef74ab"
+SRC_URI[sha256sum] = "cb1bfd4f655289cd39bc04642d597be9de5427623f0861c1fc19c08d98467fa2"
 
 inherit meson pkgconfig gtk-doc
 
-- 
2.43.0



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

* [OE-core] [PATCH 18/31] python3-bcrypt: upgrade 4.2.1 -> 4.3.0
  2025-03-04  9:08 [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6 wangmy
                   ` (15 preceding siblings ...)
  2025-03-04  9:09 ` [OE-core] [PATCH 17/31] orc: upgrade 0.4.40 -> 0.4.41 wangmy
@ 2025-03-04  9:09 ` wangmy
  2025-03-04  9:09 ` [OE-core] [PATCH 19/31] python3-beartype: upgrade 0.19.0 -> 0.20.0 wangmy
                   ` (12 subsequent siblings)
  29 siblings, 0 replies; 32+ messages in thread
From: wangmy @ 2025-03-04  9:09 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- Dropped support for Python 3.7.
- We now support free-threaded Python 3.13.
- We now support PyPy 3.11.
- We now publish wheels for free-threaded Python 3.13, for PyPy 3.11 on manylinux, and for ARMv7l on manylinux.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/python3-bcrypt-crates.inc          | 94 ++++++++++++-------
 ...crypt_4.2.1.bb => python3-bcrypt_4.3.0.bb} |  2 +-
 2 files changed, 59 insertions(+), 37 deletions(-)
 rename meta/recipes-devtools/python/{python3-bcrypt_4.2.1.bb => python3-bcrypt_4.3.0.bb} (86%)

diff --git a/meta/recipes-devtools/python/python3-bcrypt-crates.inc b/meta/recipes-devtools/python/python3-bcrypt-crates.inc
index 576abcd7cb..e0a2926519 100644
--- a/meta/recipes-devtools/python/python3-bcrypt-crates.inc
+++ b/meta/recipes-devtools/python/python3-bcrypt-crates.inc
@@ -4,81 +4,103 @@
 SRC_URI += " \
     crate://crates.io/autocfg/1.4.0 \
     crate://crates.io/base64/0.22.1 \
-    crate://crates.io/bcrypt/0.16.0 \
+    crate://crates.io/bcrypt/0.17.0 \
     crate://crates.io/bcrypt-pbkdf/0.10.0 \
+    crate://crates.io/bitflags/2.8.0 \
     crate://crates.io/block-buffer/0.10.4 \
     crate://crates.io/blowfish/0.9.1 \
     crate://crates.io/byteorder/1.5.0 \
     crate://crates.io/cfg-if/1.0.0 \
     crate://crates.io/cipher/0.4.4 \
-    crate://crates.io/cpufeatures/0.2.15 \
+    crate://crates.io/cpufeatures/0.2.17 \
     crate://crates.io/crypto-common/0.1.6 \
     crate://crates.io/digest/0.10.7 \
     crate://crates.io/generic-array/0.14.7 \
-    crate://crates.io/getrandom/0.2.15 \
+    crate://crates.io/getrandom/0.3.1 \
     crate://crates.io/heck/0.5.0 \
     crate://crates.io/indoc/2.0.5 \
-    crate://crates.io/inout/0.1.3 \
-    crate://crates.io/libc/0.2.164 \
+    crate://crates.io/inout/0.1.4 \
+    crate://crates.io/libc/0.2.170 \
     crate://crates.io/memoffset/0.9.1 \
-    crate://crates.io/once_cell/1.20.2 \
+    crate://crates.io/once_cell/1.20.3 \
     crate://crates.io/pbkdf2/0.12.2 \
-    crate://crates.io/portable-atomic/1.9.0 \
-    crate://crates.io/proc-macro2/1.0.89 \
-    crate://crates.io/pyo3/0.23.1 \
-    crate://crates.io/pyo3-build-config/0.23.1 \
-    crate://crates.io/pyo3-ffi/0.23.1 \
-    crate://crates.io/pyo3-macros/0.23.1 \
-    crate://crates.io/pyo3-macros-backend/0.23.1 \
-    crate://crates.io/quote/1.0.37 \
+    crate://crates.io/portable-atomic/1.11.0 \
+    crate://crates.io/proc-macro2/1.0.93 \
+    crate://crates.io/pyo3/0.23.5 \
+    crate://crates.io/pyo3-build-config/0.23.5 \
+    crate://crates.io/pyo3-ffi/0.23.5 \
+    crate://crates.io/pyo3-macros/0.23.5 \
+    crate://crates.io/pyo3-macros-backend/0.23.5 \
+    crate://crates.io/quote/1.0.38 \
     crate://crates.io/sha2/0.10.8 \
     crate://crates.io/subtle/2.6.1 \
-    crate://crates.io/syn/2.0.87 \
+    crate://crates.io/syn/2.0.98 \
     crate://crates.io/target-lexicon/0.12.16 \
-    crate://crates.io/typenum/1.17.0 \
-    crate://crates.io/unicode-ident/1.0.13 \
+    crate://crates.io/typenum/1.18.0 \
+    crate://crates.io/unicode-ident/1.0.17 \
     crate://crates.io/unindent/0.2.3 \
     crate://crates.io/version_check/0.9.5 \
-    crate://crates.io/wasi/0.11.0+wasi-snapshot-preview1 \
+    crate://crates.io/wasi/0.13.3+wasi-0.2.2 \
+    crate://crates.io/windows-targets/0.52.6 \
+    crate://crates.io/windows_aarch64_gnullvm/0.52.6 \
+    crate://crates.io/windows_aarch64_msvc/0.52.6 \
+    crate://crates.io/windows_i686_gnu/0.52.6 \
+    crate://crates.io/windows_i686_gnullvm/0.52.6 \
+    crate://crates.io/windows_i686_msvc/0.52.6 \
+    crate://crates.io/windows_x86_64_gnu/0.52.6 \
+    crate://crates.io/windows_x86_64_gnullvm/0.52.6 \
+    crate://crates.io/windows_x86_64_msvc/0.52.6 \
+    crate://crates.io/wit-bindgen-rt/0.33.0 \
     crate://crates.io/zeroize/1.8.1 \
 "
 
 SRC_URI[autocfg-1.4.0.sha256sum] = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 SRC_URI[base64-0.22.1.sha256sum] = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
-SRC_URI[bcrypt-0.16.0.sha256sum] = "2b1866ecef4f2d06a0bb77880015fdf2b89e25a1c2e5addacb87e459c86dc67e"
+SRC_URI[bcrypt-0.17.0.sha256sum] = "92758ad6077e4c76a6cadbce5005f666df70d4f13b19976b1a8062eef880040f"
 SRC_URI[bcrypt-pbkdf-0.10.0.sha256sum] = "6aeac2e1fe888769f34f05ac343bbef98b14d1ffb292ab69d4608b3abc86f2a2"
+SRC_URI[bitflags-2.8.0.sha256sum] = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
 SRC_URI[block-buffer-0.10.4.sha256sum] = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 SRC_URI[blowfish-0.9.1.sha256sum] = "e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7"
 SRC_URI[byteorder-1.5.0.sha256sum] = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 SRC_URI[cfg-if-1.0.0.sha256sum] = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 SRC_URI[cipher-0.4.4.sha256sum] = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
-SRC_URI[cpufeatures-0.2.15.sha256sum] = "0ca741a962e1b0bff6d724a1a0958b686406e853bb14061f218562e1896f95e6"
+SRC_URI[cpufeatures-0.2.17.sha256sum] = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 SRC_URI[crypto-common-0.1.6.sha256sum] = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 SRC_URI[digest-0.10.7.sha256sum] = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 SRC_URI[generic-array-0.14.7.sha256sum] = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
-SRC_URI[getrandom-0.2.15.sha256sum] = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
+SRC_URI[getrandom-0.3.1.sha256sum] = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
 SRC_URI[heck-0.5.0.sha256sum] = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 SRC_URI[indoc-2.0.5.sha256sum] = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
-SRC_URI[inout-0.1.3.sha256sum] = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
-SRC_URI[libc-0.2.164.sha256sum] = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f"
+SRC_URI[inout-0.1.4.sha256sum] = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
+SRC_URI[libc-0.2.170.sha256sum] = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828"
 SRC_URI[memoffset-0.9.1.sha256sum] = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
-SRC_URI[once_cell-1.20.2.sha256sum] = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
+SRC_URI[once_cell-1.20.3.sha256sum] = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
 SRC_URI[pbkdf2-0.12.2.sha256sum] = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
-SRC_URI[portable-atomic-1.9.0.sha256sum] = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2"
-SRC_URI[proc-macro2-1.0.89.sha256sum] = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
-SRC_URI[pyo3-0.23.1.sha256sum] = "7ebb0c0cc0de9678e53be9ccf8a2ab53045e6e3a8be03393ceccc5e7396ccb40"
-SRC_URI[pyo3-build-config-0.23.1.sha256sum] = "80e3ce69c4ec34476534b490e412b871ba03a82e35604c3dfb95fcb6bfb60c09"
-SRC_URI[pyo3-ffi-0.23.1.sha256sum] = "3b09f311c76b36dfd6dd6f7fa6f9f18e7e46a1c937110d283e80b12ba2468a75"
-SRC_URI[pyo3-macros-0.23.1.sha256sum] = "fd4f74086536d1e1deaff99ec0387481fb3325c82e4e48be0e75ab3d3fcb487a"
-SRC_URI[pyo3-macros-backend-0.23.1.sha256sum] = "9e77dfeb76b32bbf069144a5ea0a36176ab59c8db9ce28732d0f06f096bbfbc8"
-SRC_URI[quote-1.0.37.sha256sum] = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
+SRC_URI[portable-atomic-1.11.0.sha256sum] = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
+SRC_URI[proc-macro2-1.0.93.sha256sum] = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
+SRC_URI[pyo3-0.23.5.sha256sum] = "7778bffd85cf38175ac1f545509665d0b9b92a198ca7941f131f85f7a4f9a872"
+SRC_URI[pyo3-build-config-0.23.5.sha256sum] = "94f6cbe86ef3bf18998d9df6e0f3fc1050a8c5efa409bf712e661a4366e010fb"
+SRC_URI[pyo3-ffi-0.23.5.sha256sum] = "e9f1b4c431c0bb1c8fb0a338709859eed0d030ff6daa34368d3b152a63dfdd8d"
+SRC_URI[pyo3-macros-0.23.5.sha256sum] = "fbc2201328f63c4710f68abdf653c89d8dbc2858b88c5d88b0ff38a75288a9da"
+SRC_URI[pyo3-macros-backend-0.23.5.sha256sum] = "fca6726ad0f3da9c9de093d6f116a93c1a38e417ed73bf138472cf4064f72028"
+SRC_URI[quote-1.0.38.sha256sum] = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
 SRC_URI[sha2-0.10.8.sha256sum] = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
 SRC_URI[subtle-2.6.1.sha256sum] = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
-SRC_URI[syn-2.0.87.sha256sum] = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d"
+SRC_URI[syn-2.0.98.sha256sum] = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1"
 SRC_URI[target-lexicon-0.12.16.sha256sum] = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
-SRC_URI[typenum-1.17.0.sha256sum] = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
-SRC_URI[unicode-ident-1.0.13.sha256sum] = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
+SRC_URI[typenum-1.18.0.sha256sum] = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
+SRC_URI[unicode-ident-1.0.17.sha256sum] = "00e2473a93778eb0bad35909dff6a10d28e63f792f16ed15e404fca9d5eeedbe"
 SRC_URI[unindent-0.2.3.sha256sum] = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
 SRC_URI[version_check-0.9.5.sha256sum] = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
-SRC_URI[wasi-0.11.0+wasi-snapshot-preview1.sha256sum] = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
+SRC_URI[wasi-0.13.3+wasi-0.2.2.sha256sum] = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
+SRC_URI[windows-targets-0.52.6.sha256sum] = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
+SRC_URI[windows_aarch64_gnullvm-0.52.6.sha256sum] = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
+SRC_URI[windows_aarch64_msvc-0.52.6.sha256sum] = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
+SRC_URI[windows_i686_gnu-0.52.6.sha256sum] = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
+SRC_URI[windows_i686_gnullvm-0.52.6.sha256sum] = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
+SRC_URI[windows_i686_msvc-0.52.6.sha256sum] = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
+SRC_URI[windows_x86_64_gnu-0.52.6.sha256sum] = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
+SRC_URI[windows_x86_64_gnullvm-0.52.6.sha256sum] = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
+SRC_URI[windows_x86_64_msvc-0.52.6.sha256sum] = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
+SRC_URI[wit-bindgen-rt-0.33.0.sha256sum] = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
 SRC_URI[zeroize-1.8.1.sha256sum] = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
diff --git a/meta/recipes-devtools/python/python3-bcrypt_4.2.1.bb b/meta/recipes-devtools/python/python3-bcrypt_4.3.0.bb
similarity index 86%
rename from meta/recipes-devtools/python/python3-bcrypt_4.2.1.bb
rename to meta/recipes-devtools/python/python3-bcrypt_4.3.0.bb
index 004e8ce8b1..931aae4310 100644
--- a/meta/recipes-devtools/python/python3-bcrypt_4.2.1.bb
+++ b/meta/recipes-devtools/python/python3-bcrypt_4.3.0.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://pypi.org/project/bcrypt/"
 DEPENDS += "python3-cffi-native"
 LDFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', '-fuse-ld=bfd', '', d)}"
 
-SRC_URI[sha256sum] = "6765386e3ab87f569b276988742039baab087b2cdb01e809d74e74503c2faafe"
+SRC_URI[sha256sum] = "3a3fd2204178b6d2adcf09cb4f6426ffef54762577a7c9b54c159008cb288c18"
 
 inherit pypi python_setuptools3_rust cargo-update-recipe-crates ptest-python-pytest
 
-- 
2.43.0



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

* [OE-core] [PATCH 19/31] python3-beartype: upgrade 0.19.0 -> 0.20.0
  2025-03-04  9:08 [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6 wangmy
                   ` (16 preceding siblings ...)
  2025-03-04  9:09 ` [OE-core] [PATCH 18/31] python3-bcrypt: upgrade 4.2.1 -> 4.3.0 wangmy
@ 2025-03-04  9:09 ` wangmy
  2025-03-04  9:09 ` [OE-core] [PATCH 20/31] python3-hypothesis: upgrade 6.125.3 -> 6.127.4 wangmy
                   ` (11 subsequent siblings)
  29 siblings, 0 replies; 32+ messages in thread
From: wangmy @ 2025-03-04  9:09 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>
---
 ...{python3-beartype_0.19.0.bb => python3-beartype_0.20.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-beartype_0.19.0.bb => python3-beartype_0.20.0.bb} (60%)

diff --git a/meta/recipes-devtools/python/python3-beartype_0.19.0.bb b/meta/recipes-devtools/python/python3-beartype_0.20.0.bb
similarity index 60%
rename from meta/recipes-devtools/python/python3-beartype_0.19.0.bb
rename to meta/recipes-devtools/python/python3-beartype_0.20.0.bb
index ee2c068e09..c047ed2026 100644
--- a/meta/recipes-devtools/python/python3-beartype_0.19.0.bb
+++ b/meta/recipes-devtools/python/python3-beartype_0.20.0.bb
@@ -2,9 +2,9 @@ SUMMARY = "Unbearably fast runtime type checking in pure Python."
 HOMEPAGE = "https://beartype.readthedocs.io"
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=e71f94261c1b39896cacacfeaf60560e"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=3a5bc05a109d235912da97a053cd7a58"
 
-SRC_URI[sha256sum] = "de42dfc1ba5c3710fde6c3002e3bd2cad236ed4d2aabe876345ab0b4234a6573"
+SRC_URI[sha256sum] = "599ecc86b88549bcb6d1af626f44d85ffbb9151ace5d7f9f3b493dce2ffee529"
 
 inherit pypi python_hatchling
 
-- 
2.43.0



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

* [OE-core] [PATCH 20/31] python3-hypothesis: upgrade 6.125.3 -> 6.127.4
  2025-03-04  9:08 [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6 wangmy
                   ` (17 preceding siblings ...)
  2025-03-04  9:09 ` [OE-core] [PATCH 19/31] python3-beartype: upgrade 0.19.0 -> 0.20.0 wangmy
@ 2025-03-04  9:09 ` wangmy
  2025-03-04  9:09 ` [OE-core] [PATCH 21/31] python3-pyelftools: upgrade 0.31 -> 0.32 wangmy
                   ` (10 subsequent siblings)
  29 siblings, 0 replies; 32+ messages in thread
From: wangmy @ 2025-03-04  9:09 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 https://hypothesis.readthedocs.io/en/latest/changes.html

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

diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.125.3.bb b/meta/recipes-devtools/python/python3-hypothesis_6.127.4.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-hypothesis_6.125.3.bb
rename to meta/recipes-devtools/python/python3-hypothesis_6.127.4.bb
index e5c1dfc6b4..d5ea706b9a 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.125.3.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.127.4.bb
@@ -13,7 +13,7 @@ SRC_URI += " \
     file://test_rle.py \
     "
 
-SRC_URI[sha256sum] = "6276d9d8f7f91ebd7ad95081f004bcf5699afb4d680a8321861cbf3a5de45d3b"
+SRC_URI[sha256sum] = "3ab8dd0e2d985ea90169b0b0e5b77ef3a7bcaf3fc6bb038927a4e977e3477908"
 
 RDEPENDS:${PN} += " \
     python3-attrs \
-- 
2.43.0



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

* [OE-core] [PATCH 21/31] python3-pyelftools: upgrade 0.31 -> 0.32
  2025-03-04  9:08 [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6 wangmy
                   ` (18 preceding siblings ...)
  2025-03-04  9:09 ` [OE-core] [PATCH 20/31] python3-hypothesis: upgrade 6.125.3 -> 6.127.4 wangmy
@ 2025-03-04  9:09 ` wangmy
  2025-03-04  9:09 ` [OE-core] [PATCH 22/31] python3-pytest: upgrade 8.3.4 -> 8.3.5 wangmy
                   ` (9 subsequent siblings)
  29 siblings, 0 replies; 32+ messages in thread
From: wangmy @ 2025-03-04  9:09 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

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

diff --git a/meta/recipes-devtools/python/python3-pyelftools_0.31.bb b/meta/recipes-devtools/python/python3-pyelftools_0.32.bb
similarity index 83%
rename from meta/recipes-devtools/python/python3-pyelftools_0.31.bb
rename to meta/recipes-devtools/python/python3-pyelftools_0.32.bb
index 0774caafdb..13e9efff8d 100644
--- a/meta/recipes-devtools/python/python3-pyelftools_0.31.bb
+++ b/meta/recipes-devtools/python/python3-pyelftools_0.32.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "PD"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5ce2a2b07fca326bc7c146d10105ccfc"
 
-SRC_URI[sha256sum] = "c774416b10310156879443b81187d182d8d9ee499660380e645918b50bc88f99"
+SRC_URI[sha256sum] = "6de90ee7b8263e740c8715a925382d4099b354f29ac48ea40d840cf7aa14ace5"
 
 PYPI_PACKAGE = "pyelftools"
 
-- 
2.43.0



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

* [OE-core] [PATCH 22/31] python3-pytest: upgrade 8.3.4 -> 8.3.5
  2025-03-04  9:08 [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6 wangmy
                   ` (19 preceding siblings ...)
  2025-03-04  9:09 ` [OE-core] [PATCH 21/31] python3-pyelftools: upgrade 0.31 -> 0.32 wangmy
@ 2025-03-04  9:09 ` wangmy
  2025-03-04  9:09 ` [OE-core] [PATCH 23/31] python3-setuptools: upgrade 75.8.0 -> 75.8.2 wangmy
                   ` (8 subsequent siblings)
  29 siblings, 0 replies; 32+ messages in thread
From: wangmy @ 2025-03-04  9:09 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-pytest_8.3.4.bb => python3-pytest_8.3.5.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-pytest_8.3.4.bb => python3-pytest_8.3.5.bb} (91%)

diff --git a/meta/recipes-devtools/python/python3-pytest_8.3.4.bb b/meta/recipes-devtools/python/python3-pytest_8.3.5.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-pytest_8.3.4.bb
rename to meta/recipes-devtools/python/python3-pytest_8.3.5.bb
index 3b1770e14b..4d4e8b8511 100644
--- a/meta/recipes-devtools/python/python3-pytest_8.3.4.bb
+++ b/meta/recipes-devtools/python/python3-pytest_8.3.5.bb
@@ -5,7 +5,7 @@ DESCRIPTION = "The pytest framework makes it easy to write small tests, yet scal
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=bd27e41b6550fe0fc45356d1d81ee37c"
 
-SRC_URI[sha256sum] = "965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761"
+SRC_URI[sha256sum] = "f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845"
 
 DEPENDS += "python3-setuptools-scm-native"
 
-- 
2.43.0



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

* [OE-core] [PATCH 23/31] python3-setuptools: upgrade 75.8.0 -> 75.8.2
  2025-03-04  9:08 [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6 wangmy
                   ` (20 preceding siblings ...)
  2025-03-04  9:09 ` [OE-core] [PATCH 22/31] python3-pytest: upgrade 8.3.4 -> 8.3.5 wangmy
@ 2025-03-04  9:09 ` wangmy
  2025-03-04  9:09 ` [OE-core] [PATCH 24/31] python3-trove-classifiers: upgrade 2025.1.15.22 -> 2025.2.18.16 wangmy
                   ` (7 subsequent siblings)
  29 siblings, 0 replies; 32+ messages in thread
From: wangmy @ 2025-03-04  9:09 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0001-conditionally-do-not-fetch-code-by-easy_install.patch
refreshed for 75.8.2

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...01-conditionally-do-not-fetch-code-by-easy_install.patch | 6 +++---
 ...n3-setuptools_75.8.0.bb => python3-setuptools_75.8.2.bb} | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-devtools/python/{python3-setuptools_75.8.0.bb => python3-setuptools_75.8.2.bb} (95%)

diff --git a/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch b/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch
index f320bf4e6f..83fcb27f2d 100644
--- a/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch
+++ b/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch
@@ -1,4 +1,4 @@
-From 9441848a121912b6627c7188ab95595684c8306b Mon Sep 17 00:00:00 2001
+From 88df88cfa90281468114efb368bd37213f2b0fb7 Mon Sep 17 00:00:00 2001
 From: Hongxu Jia <hongxu.jia@windriver.com>
 Date: Tue, 17 Jul 2018 10:13:38 +0800
 Subject: [PATCH] conditionally do not fetch code by easy_install
@@ -20,10 +20,10 @@ Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
  1 file changed, 5 insertions(+)
 
 diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py
-index 66fe68f..8647c20 100644
+index eb1b4c1..4fd8d14 100644
 --- a/setuptools/command/easy_install.py
 +++ b/setuptools/command/easy_install.py
-@@ -673,6 +673,11 @@ class easy_install(Command):
+@@ -672,6 +672,11 @@ class easy_install(Command):
              os.path.exists(tmpdir) and _rmtree(tmpdir)
  
      def easy_install(self, spec, deps: bool = False) -> Distribution | None:
diff --git a/meta/recipes-devtools/python/python3-setuptools_75.8.0.bb b/meta/recipes-devtools/python/python3-setuptools_75.8.2.bb
similarity index 95%
rename from meta/recipes-devtools/python/python3-setuptools_75.8.0.bb
rename to meta/recipes-devtools/python/python3-setuptools_75.8.2.bb
index 02e299d0be..e9e6e9b2b6 100644
--- a/meta/recipes-devtools/python/python3-setuptools_75.8.0.bb
+++ b/meta/recipes-devtools/python/python3-setuptools_75.8.2.bb
@@ -13,7 +13,7 @@ SRC_URI:append:class-native = " file://0001-conditionally-do-not-fetch-code-by-e
 SRC_URI += " \
             file://0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch"
 
-SRC_URI[sha256sum] = "c5afc8f407c626b8313a86e10311dd3f661c6cd9c09d4bf8c15c0e11f9f2b0e6"
+SRC_URI[sha256sum] = "4880473a969e5f23f2a2be3646b2dfd84af9028716d398e46192f84bc36900d2"
 
 DEPENDS += "python3"
 
-- 
2.43.0



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

* [OE-core] [PATCH 24/31] python3-trove-classifiers: upgrade 2025.1.15.22 -> 2025.2.18.16
  2025-03-04  9:08 [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6 wangmy
                   ` (21 preceding siblings ...)
  2025-03-04  9:09 ` [OE-core] [PATCH 23/31] python3-setuptools: upgrade 75.8.0 -> 75.8.2 wangmy
@ 2025-03-04  9:09 ` wangmy
  2025-03-04  9:09 ` [OE-core] [PATCH 25/31] python3-websockets: upgrade 14.2 -> 15.0 wangmy
                   ` (6 subsequent siblings)
  29 siblings, 0 replies; 32+ messages in thread
From: wangmy @ 2025-03-04  9:09 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...025.1.15.22.bb => python3-trove-classifiers_2025.2.18.16.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-trove-classifiers_2025.1.15.22.bb => python3-trove-classifiers_2025.2.18.16.bb} (83%)

diff --git a/meta/recipes-devtools/python/python3-trove-classifiers_2025.1.15.22.bb b/meta/recipes-devtools/python/python3-trove-classifiers_2025.2.18.16.bb
similarity index 83%
rename from meta/recipes-devtools/python/python3-trove-classifiers_2025.1.15.22.bb
rename to meta/recipes-devtools/python/python3-trove-classifiers_2025.2.18.16.bb
index eb7eb30554..6bdce9dc79 100644
--- a/meta/recipes-devtools/python/python3-trove-classifiers_2025.1.15.22.bb
+++ b/meta/recipes-devtools/python/python3-trove-classifiers_2025.2.18.16.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/pypa/trove-classifiers"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRC_URI[sha256sum] = "90af74358d3a01b3532bc7b3c88d8c6a094c2fd50a563d13d9576179326d7ed9"
+SRC_URI[sha256sum] = "b1ee2e1668589217d4edf506743e28b1834da128f8a122bad522c02d837006e1"
 
 PYPI_PACKAGE = "trove_classifiers"
 UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
-- 
2.43.0



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

* [OE-core] [PATCH 25/31] python3-websockets: upgrade 14.2 -> 15.0
  2025-03-04  9:08 [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6 wangmy
                   ` (22 preceding siblings ...)
  2025-03-04  9:09 ` [OE-core] [PATCH 24/31] python3-trove-classifiers: upgrade 2025.1.15.22 -> 2025.2.18.16 wangmy
@ 2025-03-04  9:09 ` wangmy
  2025-03-04  9:09 ` [OE-core] [PATCH 26/31] re2c: upgrade 4.0.2 -> 4.1 wangmy
                   ` (5 subsequent siblings)
  29 siblings, 0 replies; 32+ messages in thread
From: wangmy @ 2025-03-04  9:09 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

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

diff --git a/meta/recipes-devtools/python/python3-websockets_14.2.bb b/meta/recipes-devtools/python/python3-websockets_15.0.bb
similarity index 79%
rename from meta/recipes-devtools/python/python3-websockets_14.2.bb
rename to meta/recipes-devtools/python/python3-websockets_15.0.bb
index 0c7b7d2470..9a7456dee4 100644
--- a/meta/recipes-devtools/python/python3-websockets_14.2.bb
+++ b/meta/recipes-devtools/python/python3-websockets_15.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=51924a6af4495b8cfaee1b1da869b6f4"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "5059ed9c54945efb321f097084b4c7e52c246f2c869815876a69d1efc4ad6eb5"
+SRC_URI[sha256sum] = "ca36151289a15b39d8d683fd8b7abbe26fc50be311066c5f8dcf3cb8cee107ab"
 
 BBCLASSEXTEND = "native nativesdk"
 
-- 
2.43.0



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

* [OE-core] [PATCH 26/31] re2c: upgrade 4.0.2 -> 4.1
  2025-03-04  9:08 [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6 wangmy
                   ` (23 preceding siblings ...)
  2025-03-04  9:09 ` [OE-core] [PATCH 25/31] python3-websockets: upgrade 14.2 -> 15.0 wangmy
@ 2025-03-04  9:09 ` wangmy
  2025-03-04  9:09 ` [OE-core] [PATCH 27/31] repo: upgrade 2.51 -> 2.52 wangmy
                   ` (4 subsequent siblings)
  29 siblings, 0 replies; 32+ messages in thread
From: wangmy @ 2025-03-04  9:09 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-support/re2c/{re2c_4.0.2.bb => re2c_4.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/re2c/{re2c_4.0.2.bb => re2c_4.1.bb} (90%)

diff --git a/meta/recipes-support/re2c/re2c_4.0.2.bb b/meta/recipes-support/re2c/re2c_4.1.bb
similarity index 90%
rename from meta/recipes-support/re2c/re2c_4.0.2.bb
rename to meta/recipes-support/re2c/re2c_4.1.bb
index 2a0fb197ff..238f95f745 100644
--- a/meta/recipes-support/re2c/re2c_4.0.2.bb
+++ b/meta/recipes-support/re2c/re2c_4.1.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] = "5e52ce0e26326115e41bc45d34dc2d5e10f2e44ed3a413fa2a826aa3500c8d56"
+SRC_URI[sha256sum] = "cd7d9bbadb3f04f20da25e20e155655de57beef48e0807266938069f0e322e8b"
 GITHUB_BASE_URI = "https://github.com/skvadrik/re2c/releases"
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.43.0



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

* [OE-core] [PATCH 27/31] repo: upgrade 2.51 -> 2.52
  2025-03-04  9:08 [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6 wangmy
                   ` (24 preceding siblings ...)
  2025-03-04  9:09 ` [OE-core] [PATCH 26/31] re2c: upgrade 4.0.2 -> 4.1 wangmy
@ 2025-03-04  9:09 ` wangmy
  2025-03-04  9:09 ` [OE-core] [PATCH 28/31] shadow: update 4.17.2 -> 4.17.3 wangmy
                   ` (3 subsequent siblings)
  29 siblings, 0 replies; 32+ messages in thread
From: wangmy @ 2025-03-04  9:09 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.51.bb => repo_2.52.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/repo/{repo_2.51.bb => repo_2.52.bb} (94%)

diff --git a/meta/recipes-devtools/repo/repo_2.51.bb b/meta/recipes-devtools/repo/repo_2.52.bb
similarity index 94%
rename from meta/recipes-devtools/repo/repo_2.51.bb
rename to meta/recipes-devtools/repo/repo_2.52.bb
index b78b4867f1..2e877c1847 100644
--- a/meta/recipes-devtools/repo/repo_2.51.bb
+++ b/meta/recipes-devtools/repo/repo_2.52.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 \
            "
-SRCREV = "db111d392407797e170355e1c0ec98e71d4a8278"
+SRCREV = "8d5f03261164f3cd65af0576dfa7d4edded96c67"
 
 MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git"
 
-- 
2.43.0



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

* [OE-core] [PATCH 28/31] shadow: update 4.17.2 -> 4.17.3
  2025-03-04  9:08 [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6 wangmy
                   ` (25 preceding siblings ...)
  2025-03-04  9:09 ` [OE-core] [PATCH 27/31] repo: upgrade 2.51 -> 2.52 wangmy
@ 2025-03-04  9:09 ` wangmy
  2025-03-04  9:09 ` [OE-core] [PATCH 29/31] stress-ng: upgrade 0.18.10 -> 0.18.11 wangmy
                   ` (2 subsequent siblings)
  29 siblings, 0 replies; 32+ messages in thread
From: wangmy @ 2025-03-04  9:09 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

shadow-update-pam-conf.patch
refreshed for 4.17.3

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../shadow/files/shadow-update-pam-conf.patch    | 16 ++++------------
 .../{shadow_4.17.2.bb => shadow_4.17.3.bb}       |  2 +-
 2 files changed, 5 insertions(+), 13 deletions(-)
 rename meta/recipes-extended/shadow/{shadow_4.17.2.bb => shadow_4.17.3.bb} (99%)

diff --git a/meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch b/meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch
index cb3baf450c..318e2665c2 100644
--- a/meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch
+++ b/meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch
@@ -15,7 +15,6 @@ Upstream-Status: Inappropriate [oe-core specific]
 
 Signed-off-by: Kang Kai <kai.kang@windriver.com>
 ---
- etc/pam.d/chage     | 2 +-
  etc/pam.d/chgpasswd | 2 +-
  etc/pam.d/groupadd  | 2 +-
  etc/pam.d/groupdel  | 2 +-
@@ -24,18 +23,8 @@ Signed-off-by: Kang Kai <kai.kang@windriver.com>
  etc/pam.d/useradd   | 2 +-
  etc/pam.d/userdel   | 2 +-
  etc/pam.d/usermod   | 2 +-
- 9 files changed, 9 insertions(+), 9 deletions(-)
+ 8 files changed, 8 insertions(+), 8 deletions(-)
 
-diff --git a/etc/pam.d/chage b/etc/pam.d/chage
-index 8f49f5c..b1f365d 100644
---- a/etc/pam.d/chage
-+++ b/etc/pam.d/chage
-@@ -1,4 +1,4 @@
- #%PAM-1.0
- auth		sufficient	pam_rootok.so
- account		required	pam_permit.so
--password	include		system-auth
-+password	include		common-password
 diff --git a/etc/pam.d/chgpasswd b/etc/pam.d/chgpasswd
 index 8f49f5c..b1f365d 100644
 --- a/etc/pam.d/chgpasswd
@@ -116,3 +105,6 @@ index 8f49f5c..b1f365d 100644
  account		required	pam_permit.so
 -password	include		system-auth
 +password	include		common-password
+-- 
+2.43.0
+
diff --git a/meta/recipes-extended/shadow/shadow_4.17.2.bb b/meta/recipes-extended/shadow/shadow_4.17.3.bb
similarity index 99%
rename from meta/recipes-extended/shadow/shadow_4.17.2.bb
rename to meta/recipes-extended/shadow/shadow_4.17.3.bb
index 19512f2594..3d07aec3d6 100644
--- a/meta/recipes-extended/shadow/shadow_4.17.2.bb
+++ b/meta/recipes-extended/shadow/shadow_4.17.3.bb
@@ -25,7 +25,7 @@ SRC_URI:append:class-native = " \
            file://commonio.c-fix-unexpected-open-failure-in-chroot-env.patch \
            file://disable_syslog.patch \
            "
-SRC_URI[sha256sum] = "064a7c048e613ef5b5f3613e137d79d35d062ab434e89020f743e90844ec5c4f"
+SRC_URI[sha256sum] = "2a029091d2c2f116f51b3a817ec16e7da22310a6c8116394457483c668c84b36"
 UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P<pver>\d+(\.\d+)+)$"
 
 # Additional Policy files for PAM
-- 
2.43.0



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

* [OE-core] [PATCH 29/31] stress-ng: upgrade 0.18.10 -> 0.18.11
  2025-03-04  9:08 [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6 wangmy
                   ` (26 preceding siblings ...)
  2025-03-04  9:09 ` [OE-core] [PATCH 28/31] shadow: update 4.17.2 -> 4.17.3 wangmy
@ 2025-03-04  9:09 ` wangmy
  2025-03-04  9:09 ` [OE-core] [PATCH 30/31] wireless-regdb: upgrade 2024.10.07 -> 2025.02.20 wangmy
  2025-03-04  9:09 ` [OE-core] [PATCH 31/31] zstd: upgrade 1.5.6 -> 1.5.7 wangmy
  29 siblings, 0 replies; 32+ messages in thread
From: wangmy @ 2025-03-04  9:09 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../stress-ng/{stress-ng_0.18.10.bb => stress-ng_0.18.11.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/stress-ng/{stress-ng_0.18.10.bb => stress-ng_0.18.11.bb} (94%)

diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.18.10.bb b/meta/recipes-extended/stress-ng/stress-ng_0.18.11.bb
similarity index 94%
rename from meta/recipes-extended/stress-ng/stress-ng_0.18.10.bb
rename to meta/recipes-extended/stress-ng/stress-ng_0.18.11.bb
index 7fcb5af0ee..2b1e306b17 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.18.10.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.18.11.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master \
            "
-SRCREV = "e00c355b8e9af3f7ce091e88ec6ddb5c439dc972"
+SRCREV = "44162bc4e00d06d366436857093a276ea692711e"
 S = "${WORKDIR}/git"
 
 DEPENDS = "coreutils-native libbsd"
-- 
2.43.0



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

* [OE-core] [PATCH 30/31] wireless-regdb: upgrade 2024.10.07 -> 2025.02.20
  2025-03-04  9:08 [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6 wangmy
                   ` (27 preceding siblings ...)
  2025-03-04  9:09 ` [OE-core] [PATCH 29/31] stress-ng: upgrade 0.18.10 -> 0.18.11 wangmy
@ 2025-03-04  9:09 ` wangmy
  2025-03-04  9:09 ` [OE-core] [PATCH 31/31] zstd: upgrade 1.5.6 -> 1.5.7 wangmy
  29 siblings, 0 replies; 32+ messages in thread
From: wangmy @ 2025-03-04  9:09 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ireless-regdb_2024.10.07.bb => wireless-regdb_2025.02.20.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-kernel/wireless-regdb/{wireless-regdb_2024.10.07.bb => wireless-regdb_2025.02.20.bb} (94%)

diff --git a/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.10.07.bb b/meta/recipes-kernel/wireless-regdb/wireless-regdb_2025.02.20.bb
similarity index 94%
rename from meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.10.07.bb
rename to meta/recipes-kernel/wireless-regdb/wireless-regdb_2025.02.20.bb
index 0e4100fba7..09fff768c4 100644
--- a/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.10.07.bb
+++ b/meta/recipes-kernel/wireless-regdb/wireless-regdb_2025.02.20.bb
@@ -5,7 +5,7 @@ LICENSE = "ISC"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=07c4f6dea3845b02a18dc00c8c87699c"
 
 SRC_URI = "https://www.kernel.org/pub/software/network/${BPN}/${BP}.tar.xz"
-SRC_URI[sha256sum] = "f76f2bd79a653e9f9dd50548d99d03a4a4eb157da056dfd5892f403ec28fb3d5"
+SRC_URI[sha256sum] = "57f8e7721cf5a880c13ae0c202edbb21092a060d45f9e9c59bcd2a8272bfa456"
 
 inherit bin_package allarch
 
-- 
2.43.0



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

* [OE-core] [PATCH 31/31] zstd: upgrade 1.5.6 -> 1.5.7
  2025-03-04  9:08 [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6 wangmy
                   ` (28 preceding siblings ...)
  2025-03-04  9:09 ` [OE-core] [PATCH 30/31] wireless-regdb: upgrade 2024.10.07 -> 2025.02.20 wangmy
@ 2025-03-04  9:09 ` wangmy
  29 siblings, 0 replies; 32+ messages in thread
From: wangmy @ 2025-03-04  9:09 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/zstd/{zstd_1.5.6.bb => zstd_1.5.7.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/zstd/{zstd_1.5.6.bb => zstd_1.5.7.bb} (96%)

diff --git a/meta/recipes-extended/zstd/zstd_1.5.6.bb b/meta/recipes-extended/zstd/zstd_1.5.7.bb
similarity index 96%
rename from meta/recipes-extended/zstd/zstd_1.5.6.bb
rename to meta/recipes-extended/zstd/zstd_1.5.7.bb
index 0f3309d8af..d173558a0f 100644
--- a/meta/recipes-extended/zstd/zstd_1.5.6.bb
+++ b/meta/recipes-extended/zstd/zstd_1.5.7.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0822a32f7acdbe013606746641746ee8 \
 
 SRC_URI = "git://github.com/facebook/zstd.git;branch=release;protocol=https"
 
-SRCREV = "794ea1b0afca0f020f4e57b6732332231fb23c70"
+SRCREV = "f8745da6ff1ad1e7bab384bd1f9d742439278e99"
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
 
 CVE_PRODUCT = "zstandard"
-- 
2.43.0



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

* Re: [OE-core] [PATCH 04/31] gi-docgen: upgrade 2024.1 -> 2025.3
  2025-03-04  9:08 ` [OE-core] [PATCH 04/31] gi-docgen: upgrade 2024.1 -> 2025.3 wangmy
@ 2025-03-04 14:08   ` Mathieu Dubois-Briand
  0 siblings, 0 replies; 32+ messages in thread
From: Mathieu Dubois-Briand @ 2025-03-04 14:08 UTC (permalink / raw)
  To: wangmy, openembedded-core

On Tue Mar 4, 2025 at 10:08 AM CET, wangmy via lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Changelog:
> =========
> Added
> ------
> Add layout for tablet portrait mode
> Support static virtual methods
>
> Changed
> -------
> Don't generate classes hierarchy if not needed
> Improve copy buttons on narrow layouts
>
> Fixed
> -------
> Only consider dot data processing fail if dot returns non-zero
> Show non-standard instance parameters
> Fix C declaration of structure fields
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---

Hi,

It looks like this is adding new warnings on the autobuilder:

WARNING: gi-docgen-2025.3-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend]

https://autobuilder.yoctoproject.org/valkyrie/api/v2/logs/1654230/raw_inline

Can you have a look at this issue please?


-- 
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



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

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

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-04  9:08 [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6 wangmy
2025-03-04  9:08 ` [OE-core] [PATCH 02/31] dbus: upgrade 1.16.0 -> 1.16.2 wangmy
2025-03-04  9:08 ` [OE-core] [PATCH 03/31] fmt: upgrade 11.1.3 -> 11.1.4 wangmy
2025-03-04  9:08 ` [OE-core] [PATCH 04/31] gi-docgen: upgrade 2024.1 -> 2025.3 wangmy
2025-03-04 14:08   ` Mathieu Dubois-Briand
2025-03-04  9:08 ` [OE-core] [PATCH 05/31] harfbuzz: upgrade 10.2.0 -> 10.4.0 wangmy
2025-03-04  9:08 ` [OE-core] [PATCH 06/31] inetutils: upgrade 2.5 -> 2.6 wangmy
2025-03-04  9:08 ` [OE-core] [PATCH 07/31] libassuan: upgrade 3.0.1 -> 3.0.2 wangmy
2025-03-04  9:08 ` [OE-core] [PATCH 08/31] libnotify: upgrade 0.8.3 -> 0.8.4 wangmy
2025-03-04  9:08 ` [OE-core] [PATCH 09/31] libpng: upgrade 1.6.45 -> 1.6.47 wangmy
2025-03-04  9:08 ` [OE-core] [PATCH 10/31] libsdl2: upgrade 2.30.12 -> 2.32.2 wangmy
2025-03-04  9:08 ` [OE-core] [PATCH 11/31] liburcu: update 0.15.0 -> 0.15.1 wangmy
2025-03-04  9:08 ` [OE-core] [PATCH 12/31] man-pages: upgrade 6.11 -> 6.12 wangmy
2025-03-04  9:08 ` [OE-core] [PATCH 13/31] minicom: upgrade 2.9 -> 2.10 wangmy
2025-03-04  9:08 ` [OE-core] [PATCH 14/31] mtools: upgrade 4.0.47 -> 4.0.48 wangmy
2025-03-04  9:09 ` [OE-core] [PATCH 15/31] nghttp2: upgrade 1.64.0 -> 1.65.0 wangmy
2025-03-04  9:09 ` [OE-core] [PATCH 16/31] openssh: upgrade 9.9p1 -> 9.9p2 wangmy
2025-03-04  9:09 ` [OE-core] [PATCH 17/31] orc: upgrade 0.4.40 -> 0.4.41 wangmy
2025-03-04  9:09 ` [OE-core] [PATCH 18/31] python3-bcrypt: upgrade 4.2.1 -> 4.3.0 wangmy
2025-03-04  9:09 ` [OE-core] [PATCH 19/31] python3-beartype: upgrade 0.19.0 -> 0.20.0 wangmy
2025-03-04  9:09 ` [OE-core] [PATCH 20/31] python3-hypothesis: upgrade 6.125.3 -> 6.127.4 wangmy
2025-03-04  9:09 ` [OE-core] [PATCH 21/31] python3-pyelftools: upgrade 0.31 -> 0.32 wangmy
2025-03-04  9:09 ` [OE-core] [PATCH 22/31] python3-pytest: upgrade 8.3.4 -> 8.3.5 wangmy
2025-03-04  9:09 ` [OE-core] [PATCH 23/31] python3-setuptools: upgrade 75.8.0 -> 75.8.2 wangmy
2025-03-04  9:09 ` [OE-core] [PATCH 24/31] python3-trove-classifiers: upgrade 2025.1.15.22 -> 2025.2.18.16 wangmy
2025-03-04  9:09 ` [OE-core] [PATCH 25/31] python3-websockets: upgrade 14.2 -> 15.0 wangmy
2025-03-04  9:09 ` [OE-core] [PATCH 26/31] re2c: upgrade 4.0.2 -> 4.1 wangmy
2025-03-04  9:09 ` [OE-core] [PATCH 27/31] repo: upgrade 2.51 -> 2.52 wangmy
2025-03-04  9:09 ` [OE-core] [PATCH 28/31] shadow: update 4.17.2 -> 4.17.3 wangmy
2025-03-04  9:09 ` [OE-core] [PATCH 29/31] stress-ng: upgrade 0.18.10 -> 0.18.11 wangmy
2025-03-04  9:09 ` [OE-core] [PATCH 30/31] wireless-regdb: upgrade 2024.10.07 -> 2025.02.20 wangmy
2025-03-04  9:09 ` [OE-core] [PATCH 31/31] zstd: upgrade 1.5.6 -> 1.5.7 wangmy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox