All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0
@ 2024-03-26  0:34 wangmy
  2024-03-26  0:34 ` [OE-Core] [PATCH 02/34] at-spi2-core: upgrade 2.50.1 -> 2.52.0 wangmy
                   ` (32 more replies)
  0 siblings, 33 replies; 43+ messages in thread
From: wangmy @ 2024-03-26  0:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- cursors: fix windows build
- cursors: reinstate some x11 cursor names
- symbolic: thunderbolt, phone & export fixes
- index.theme: remove duplicate entries
- cursors: clean up shapes, sync DND metaphors with macos
- symbolic: revert about metaphor
- symbolic: shared screen metaphor update
- fullcolor: antialias 16x16 a little more
- symbolic: replace filled silhouettes with outlines
- cursors: only cover the CSS named
- symbolic: help-about metaphor
- symbolic: sync not-junk metaphor (https://gitlab.gnome.org/GNOME/evolution/-/issues/1710#note_1924546)
- symbolic: cleaned up export with Symbolic Preview

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

diff --git a/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb b/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb
similarity index 91%
rename from meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb
rename to meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb
index 0bd98288f6..2f3e4e7b85 100644
--- a/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb
+++ b/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c84cac88e46fc07647ea07e6c24eeb7c \
 
 inherit gnomebase allarch gtk-icon-cache
 
-SRC_URI[archive.sha256sum] = "2442bfb06f4e6cc95bf6e2682fdff98fa5eddc688751b9d6215c623cb4e42ff1"
+SRC_URI[archive.sha256sum] = "4bcb539bd75d64da385d6fa08cbaa9ddeaceb6ac8e82b85ba6c41117bf5ba64e"
 
 DEPENDS += "librsvg-native"
 
-- 
2.34.1



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

* [OE-Core] [PATCH 02/34] at-spi2-core: upgrade 2.50.1 -> 2.52.0
  2024-03-26  0:34 [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0 wangmy
@ 2024-03-26  0:34 ` wangmy
  2024-03-26  0:34 ` [OE-Core] [PATCH 03/34] bind: upgrade 9.18.24 -> 9.18.25 wangmy
                   ` (31 subsequent siblings)
  32 siblings, 0 replies; 43+ messages in thread
From: wangmy @ 2024-03-26  0:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
* tests: Fix missing declaration for getpid().
* Back out code to generate mouse events on mutter. It had a couple of
  unwanted side effects. Also remove dependencies on libei and xkbcommon.
* atk-adaptor: Fix collection role matching.
* Have atspi_text_get_string_at_offset fall back to calling
  GetTextAtOffset if GetStringAtOffset is unimplemented.
* Don't use g_assert in the unit tests.
* Add an attribute-changed signal in atk, and update libatspi attribute cache.
* Add GetTextSelection and SetTextSelection to Document interface.
* Add atspi_device_generate_mouse_event, and implement for mutter.
* Have atspi_device_add_key_grab return 0 if XIGrabKeycode fails.
* xml: Add Embedded to the Socket interface
* Don't return uninitialized values if atspi_component_get_size/position fail.
* atk-adaptor: Fix critical when no table cell array is returned.
* accessible: Do not rename deprecated methods to the new names.
* Add HelpText property and corresponding functions in atk and libatspi.

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

diff --git a/meta/recipes-support/atk/at-spi2-core_2.50.1.bb b/meta/recipes-support/atk/at-spi2-core_2.52.0.bb
similarity index 95%
rename from meta/recipes-support/atk/at-spi2-core_2.50.1.bb
rename to meta/recipes-support/atk/at-spi2-core_2.52.0.bb
index 6996ebebcd..cf221e0389 100644
--- a/meta/recipes-support/atk/at-spi2-core_2.50.1.bb
+++ b/meta/recipes-support/atk/at-spi2-core_2.52.0.bb
@@ -11,7 +11,7 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
 
 SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz"
 
-SRC_URI[sha256sum] = "5727b5c0687ac57ba8040e79bd6731b714a36b8fcf32190f236b8fb3698789e7"
+SRC_URI[sha256sum] = "0ac3fc8320c8d01fa147c272ba7fa03806389c6b03d3c406d0823e30e35ff5ab"
 
 DEPENDS = " \
 	dbus \
-- 
2.34.1



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

* [OE-Core] [PATCH 03/34] bind: upgrade 9.18.24 -> 9.18.25
  2024-03-26  0:34 [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0 wangmy
  2024-03-26  0:34 ` [OE-Core] [PATCH 02/34] at-spi2-core: upgrade 2.50.1 -> 2.52.0 wangmy
@ 2024-03-26  0:34 ` wangmy
  2024-03-26  0:34 ` [OE-Core] [PATCH 04/34] createrepo-c: upgrade 1.0.4 -> 1.1.0 wangmy
                   ` (30 subsequent siblings)
  32 siblings, 0 replies; 43+ messages in thread
From: wangmy @ 2024-03-26  0:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
-Create the pruning task in the dns_cache_flush(), so
 the cache pruning still works after the flush.
-Improve the TTL-based cleaning by removing the expired
 headers from the heap, so they don't block the next
 cleaning round and clean more than a single item for
 each new addition to the RBTDB.
-Revert change 6319 and decrease lock contention during
 RBTDB tree pruning by not cleaning up nodes recursively
 within a single prune_tree() call.
-Address use after free in expire_lru_headers.

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

diff --git a/meta/recipes-connectivity/bind/bind_9.18.24.bb b/meta/recipes-connectivity/bind/bind_9.18.25.bb
similarity index 97%
rename from meta/recipes-connectivity/bind/bind_9.18.24.bb
rename to meta/recipes-connectivity/bind/bind_9.18.25.bb
index 2874990320..cc35604aba 100644
--- a/meta/recipes-connectivity/bind/bind_9.18.24.bb
+++ b/meta/recipes-connectivity/bind/bind_9.18.25.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] = "709d73023c9115ddad3bab65b6c8c79a590196d0d114f5d0ca2533dbd52ddf66"
+SRC_URI[sha256sum] = "5a4a70432a33d009f0e6e9dbb328aae7a5e27507e98e28bf3c0c6b250ccb2ab3"
 
 UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/"
 # follow the ESV versions divisible by 2
-- 
2.34.1



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

* [OE-Core] [PATCH 04/34] createrepo-c: upgrade 1.0.4 -> 1.1.0
  2024-03-26  0:34 [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0 wangmy
  2024-03-26  0:34 ` [OE-Core] [PATCH 02/34] at-spi2-core: upgrade 2.50.1 -> 2.52.0 wangmy
  2024-03-26  0:34 ` [OE-Core] [PATCH 03/34] bind: upgrade 9.18.24 -> 9.18.25 wangmy
@ 2024-03-26  0:34 ` wangmy
  2024-03-26  0:34 ` [OE-Core] [PATCH 05/34] enchant2: upgrade 2.6.7 -> 2.6.8 wangmy
                   ` (29 subsequent siblings)
  32 siblings, 0 replies; 43+ messages in thread
From: wangmy @ 2024-03-26  0:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
-Add tests for RepositoryReader and RepositoryWriter
-Add a high-level repository writing API
-Add a high-level repository reading API
-Print where and when cr_hascontrollchars is true
-Build aarch64 python packages during releases
-build: Adapt to changes in Fedora packaging of bash-completion

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{createrepo-c_1.0.4.bb => createrepo-c_1.1.0.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/createrepo-c/{createrepo-c_1.0.4.bb => createrepo-c_1.1.0.bb} (96%)

diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.4.bb b/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.0.bb
similarity index 96%
rename from meta/recipes-devtools/createrepo-c/createrepo-c_1.0.4.bb
rename to meta/recipes-devtools/createrepo-c/createrepo-c_1.1.0.bb
index f498bcb655..1f97c99bde 100644
--- a/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.4.bb
+++ b/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.0.bb
@@ -9,7 +9,7 @@ SRC_URI = "git://github.com/rpm-software-management/createrepo_c;branch=master;p
            file://0001-include-rpm-rpmstring.h.patch \
            "
 
-SRCREV = "4ade5ea5c4c636f045f29a2d8d8a57241fc5d24e"
+SRCREV = "10a8a7af4f1de3f98a21a7d08fe3a46ef306d197"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1



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

* [OE-Core] [PATCH 05/34] enchant2: upgrade 2.6.7 -> 2.6.8
  2024-03-26  0:34 [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0 wangmy
                   ` (2 preceding siblings ...)
  2024-03-26  0:34 ` [OE-Core] [PATCH 04/34] createrepo-c: upgrade 1.0.4 -> 1.1.0 wangmy
@ 2024-03-26  0:34 ` wangmy
  2024-03-26  0:34 ` [OE-Core] [PATCH 06/34] glib-networking: upgrade 2.78.1 -> 2.80.0 wangmy
                   ` (28 subsequent siblings)
  32 siblings, 0 replies; 43+ messages in thread
From: wangmy @ 2024-03-26  0:34 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.6.7.bb => enchant2_2.6.8.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/enchant/{enchant2_2.6.7.bb => enchant2_2.6.8.bb} (91%)

diff --git a/meta/recipes-support/enchant/enchant2_2.6.7.bb b/meta/recipes-support/enchant/enchant2_2.6.8.bb
similarity index 91%
rename from meta/recipes-support/enchant/enchant2_2.6.7.bb
rename to meta/recipes-support/enchant/enchant2_2.6.8.bb
index b31bdc422b..e2bbe2eabf 100644
--- a/meta/recipes-support/enchant/enchant2_2.6.7.bb
+++ b/meta/recipes-support/enchant/enchant2_2.6.8.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] = "a1c2e5b59acca000bbfb24810af4a1165733d407f2154786588e076c8cd57bfc"
+SRC_URI[sha256sum] = "f565923062c77f3d58846f0558d21e6d07ca4a488c58812dfdefb35202fac7ae"
 
 GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases"
 
-- 
2.34.1



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

* [OE-Core] [PATCH 06/34] glib-networking: upgrade 2.78.1 -> 2.80.0
  2024-03-26  0:34 [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0 wangmy
                   ` (3 preceding siblings ...)
  2024-03-26  0:34 ` [OE-Core] [PATCH 05/34] enchant2: upgrade 2.6.7 -> 2.6.8 wangmy
@ 2024-03-26  0:34 ` wangmy
  2024-03-26 16:50   ` Alexandre Belloni
  2024-03-26  0:34 ` [OE-Core] [PATCH 07/34] glslang: upgrade 1.3.275.0 -> 1.3.280.0 wangmy
                   ` (27 subsequent siblings)
  32 siblings, 1 reply; 43+ messages in thread
From: wangmy @ 2024-03-26  0:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Mark plugin functions as exports on Windows
- GnuTLS: fix improper use of IP address in SNI extension
- GnuTLS: major performance improvement: reduce unnecessary trust list creation
- OpenSSL: properly handle BIO_CTRL_EOF
- GnuTLS: Add warning when system has no trusted certificates
- OpenSSL: Fix bug when populating trust store
- Fix license on dtls-connection.c test
- Updated translations

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{glib-networking_2.78.1.bb => glib-networking_2.80.0.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/glib-networking/{glib-networking_2.78.1.bb => glib-networking_2.80.0.bb} (95%)

diff --git a/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb b/meta/recipes-core/glib-networking/glib-networking_2.80.0.bb
similarity index 95%
rename from meta/recipes-core/glib-networking/glib-networking_2.78.1.bb
rename to meta/recipes-core/glib-networking/glib-networking_2.80.0.bb
index 5060d9fd7a..c8a1355548 100644
--- a/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb
+++ b/meta/recipes-core/glib-networking/glib-networking_2.80.0.bb
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
 SECTION = "libs"
 DEPENDS = "glib-2.0-native glib-2.0"
 
-SRC_URI[archive.sha256sum] = "e48f2ddbb049832cbb09230529c5e45daca9f0df0eda325f832f7379859bf09f"
+SRC_URI[archive.sha256sum] = "d8f4f1aab213179ae3351617b59dab5de6bcc9e785021eee178998ebd4bb3acf"
 
 # Upstream note that for the openssl backend, half the tests where this backend don't return
 # the expected error code or don't work as expected so default to gnutls
-- 
2.34.1



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

* [OE-Core] [PATCH 07/34] glslang: upgrade 1.3.275.0 -> 1.3.280.0
  2024-03-26  0:34 [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0 wangmy
                   ` (4 preceding siblings ...)
  2024-03-26  0:34 ` [OE-Core] [PATCH 06/34] glib-networking: upgrade 2.78.1 -> 2.80.0 wangmy
@ 2024-03-26  0:34 ` wangmy
  2024-03-26  8:44   ` Alexander Kanavin
  2024-03-26  0:34 ` [OE-Core] [PATCH 08/34] gnutls: upgrade 3.8.3 -> 3.8.4 wangmy
                   ` (26 subsequent siblings)
  32 siblings, 1 reply; 43+ messages in thread
From: wangmy @ 2024-03-26  0:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0001-generate-glslang-pkg-config.patch
refreshed for 1.3.280.0.

Changelog:
==========
* Add a new --abosute-path command-line option to output absolute paths in error messages
* Support GL_EXT_control_flow_attributes2
* Support GL_ARB_shading_language_include
* Fix HLSL built-in passthrough via inout
* Enable -Wimplicit-fallthrough and fix warnings
* Fix -Wmissing_field_initializer warnings
* Document supported dependencies in known_good.json
* Clear spirv vector before use
* Emit debug info for accelerationStructure and rayQuery variables
* Support NV_shader_atomic_fp16_vector
* Support GL_EXT_expect_assume_support
* Allow external control of whether glslang will be tested or installed
* Improve debug source and line info
* Support GL_KHR_shader_subgroup_rotate
* Add SPIRV-Tools-opt dependency if ENABLE_OPT
* Support EXT_shader_quad_control
* Add OpAssumeTrueKHR and OpExpectKHR
* Support GL_EXT_maximal_reconvergence
* Remove generation of deprecated Target.cmake files
* Fix array size of gl_SampleMask and gl_SampleMaskIn
* Support GL_ARB_texture_multisample_extension
* Emit DebugTypePointer when non-semantic debug info is enabled

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../glslang/0001-generate-glslang-pkg-config.patch     | 10 +++++-----
 .../{glslang_1.3.275.0.bb => glslang_1.3.280.0.bb}     |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)
 rename meta/recipes-graphics/glslang/{glslang_1.3.275.0.bb => glslang_1.3.280.0.bb} (96%)

diff --git a/meta/recipes-graphics/glslang/glslang/0001-generate-glslang-pkg-config.patch b/meta/recipes-graphics/glslang/glslang/0001-generate-glslang-pkg-config.patch
index 316a57fa4a..e6bb6ec8e3 100644
--- a/meta/recipes-graphics/glslang/glslang/0001-generate-glslang-pkg-config.patch
+++ b/meta/recipes-graphics/glslang/glslang/0001-generate-glslang-pkg-config.patch
@@ -1,4 +1,4 @@
-From 4cede5edcff96134baf35953d58595c4aa5f1fc5 Mon Sep 17 00:00:00 2001
+From fc33f1cf032a15c07044ef932bc991c346d62d62 Mon Sep 17 00:00:00 2001
 From: Jose Quaresma <quaresma.jose@gmail.com>
 Date: Sun, 7 Feb 2021 01:30:39 +0000
 Subject: [PATCH] generate glslang pkg-config
@@ -15,12 +15,12 @@ Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
  create mode 100644 glslang/glslang.pc.cmake.in
 
 diff --git a/glslang/CMakeLists.txt b/glslang/CMakeLists.txt
-index 37eecaad..6974935c 100644
+index e4690f09..8e660bc5 100644
 --- a/glslang/CMakeLists.txt
 +++ b/glslang/CMakeLists.txt
-@@ -251,6 +251,8 @@ if(PROJECT_IS_TOP_LEVEL)
-         ")
-         install(FILES "${CMAKE_CURRENT_BINARY_DIR}/glslangTargets.cmake" DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake)
+@@ -233,6 +233,8 @@ if(GLSLANG_ENABLE_INSTALL)
+         install(TARGETS MachineIndependent EXPORT glslang-targets)
+         install(TARGETS GenericCodeGen EXPORT glslang-targets)
      endif()
 +    configure_file(${CMAKE_CURRENT_SOURCE_DIR}/glslang.pc.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/pkgconfig/glslang.pc @ONLY)
 +    install(FILES ${CMAKE_CURRENT_BINARY_DIR}/pkgconfig/glslang.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
diff --git a/meta/recipes-graphics/glslang/glslang_1.3.275.0.bb b/meta/recipes-graphics/glslang/glslang_1.3.280.0.bb
similarity index 96%
rename from meta/recipes-graphics/glslang/glslang_1.3.275.0.bb
rename to meta/recipes-graphics/glslang/glslang_1.3.280.0.bb
index 2fd1e72a26..637082c719 100644
--- a/meta/recipes-graphics/glslang/glslang_1.3.275.0.bb
+++ b/meta/recipes-graphics/glslang/glslang_1.3.280.0.bb
@@ -8,7 +8,7 @@ HOMEPAGE = "https://www.khronos.org/opengles/sdk/tools/Reference-Compiler"
 LICENSE = "BSD-3-Clause & BSD-2-Clause & MIT & Apache-2.0 & GPL-3-with-bison-exception"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2a2b5acd7bc4844964cfda45fe807dc3"
 
-SRCREV = "a91631b260cba3f22858d6c6827511e636c2458a"
+SRCREV = "ee2f5d09eaf8f4e8d0d598bd2172fce290d4ca60"
 SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https;branch=main \
            file://0001-generate-glslang-pkg-config.patch \
            "
-- 
2.34.1



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

* [OE-Core] [PATCH 08/34] gnutls: upgrade 3.8.3 -> 3.8.4
  2024-03-26  0:34 [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0 wangmy
                   ` (5 preceding siblings ...)
  2024-03-26  0:34 ` [OE-Core] [PATCH 07/34] glslang: upgrade 1.3.275.0 -> 1.3.280.0 wangmy
@ 2024-03-26  0:34 ` wangmy
  2024-03-26  0:34 ` [OE-Core] [PATCH 09/34] harfbuzz: upgrade 8.3.0 -> 8.3.1 wangmy
                   ` (25 subsequent siblings)
  32 siblings, 0 replies; 43+ messages in thread
From: wangmy @ 2024-03-26  0:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch
Add-ptest-support.patch
refreshed for 3.8.4

Changelog:
============
** libgnutls: RSA-OAEP encryption scheme is now supported
** libgnutls: Fix side-channel in the deterministic ECDSA.
** libgnutls: Fixed a bug where certtool crashed when verifying a certificate
   chain with more than 16 certificates.
** libgnutls: Compression libraries are now loaded dynamically as needed
   instead of all being loaded during gnutls library initialization.
   As a result, the library initialization should be faster.
** build: The gnutls library can now be linked with the static library
   of GMP.  Note that in order for this to work libgmp.a needs to be
   compiled with -fPIC and libhogweed in Nettle also has to be linked
   to the static library of GMP.  This can be used to prevent custom
   memory allocators from being overriden by other applications.
** API and ABI modifications:
gnutls_x509_spki_get_rsa_oaep_params: New function.
gnutls_x509_spki_set_rsa_oaep_params: New function.
GNUTLS_PK_RSA_OAEP: New enum member of gnutls_pk_algorithm_t.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...-.hmac-file-should-be-excuted-in-target-envi.patch |  7 +++----
 .../gnutls/gnutls/Add-ptest-support.patch             | 11 +++++------
 .../gnutls/{gnutls_3.8.3.bb => gnutls_3.8.4.bb}       |  2 +-
 3 files changed, 9 insertions(+), 11 deletions(-)
 rename meta/recipes-support/gnutls/{gnutls_3.8.3.bb => gnutls_3.8.4.bb} (97%)

diff --git a/meta/recipes-support/gnutls/gnutls/0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch b/meta/recipes-support/gnutls/gnutls/0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch
index 4bdc40d932..723ef9ab83 100644
--- a/meta/recipes-support/gnutls/gnutls/0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch
+++ b/meta/recipes-support/gnutls/gnutls/0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch
@@ -1,4 +1,4 @@
-From 21a8295bac3805e4490ba2b5f136e7f4c121061b Mon Sep 17 00:00:00 2001
+From 47194bcefbddb6ae5ea62943dcb42d625d2831b4 Mon Sep 17 00:00:00 2001
 From: Lei Maohui <leimaohui@fujitsu.com>
 Date: Mon, 23 May 2022 10:44:43 +0900
 Subject: [PATCH] Creating .hmac file should be excuted in target environment,
@@ -6,16 +6,15 @@ Subject: [PATCH] Creating .hmac file should be excuted in target environment,
 
 Upstream-Status: Inappropriate [https://gitlab.com/gnutls/gnutls/-/issues/1373]
 Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
-
 ---
  lib/Makefile.am | 3 +--
  1 file changed, 1 insertion(+), 2 deletions(-)
 
 diff --git a/lib/Makefile.am b/lib/Makefile.am
-index 6d4e8d2..24ef108 100644
+index a50d311..193ea19 100644
 --- a/lib/Makefile.am
 +++ b/lib/Makefile.am
-@@ -206,8 +206,7 @@ hmac_file = .libs/.$(gnutls_so).hmac
+@@ -198,8 +198,7 @@ hmac_file = .libs/.$(gnutls_so).hmac
  
  all-local: $(hmac_file)
  
diff --git a/meta/recipes-support/gnutls/gnutls/Add-ptest-support.patch b/meta/recipes-support/gnutls/gnutls/Add-ptest-support.patch
index f87cf536fa..09d55b35f7 100644
--- a/meta/recipes-support/gnutls/gnutls/Add-ptest-support.patch
+++ b/meta/recipes-support/gnutls/gnutls/Add-ptest-support.patch
@@ -1,11 +1,10 @@
-From 81861f7ba690956c064ebe8dce6c313951fa2a9f Mon Sep 17 00:00:00 2001
+From 45217917a0a5ab6983e691b8d2a9a376cb77c7c5 Mon Sep 17 00:00:00 2001
 From: Ravineet Singh <ravineet.a.singh@est.tech>
 Date: Tue, 10 Jan 2023 16:11:10 +0100
 Subject: [PATCH] gnutls: add ptest support
 
 Upstream-Status: Inappropriate [embedded specific]
 Signed-off-by: Ravineet Singh <ravineet.a.singh@est.tech>
-
 ---
  Makefile.am       | 3 +++
  configure.ac      | 2 ++
@@ -27,10 +26,10 @@ index 843193f..816b09f 100644
  
  include $(top_srcdir)/cligen/cligen.mk
 diff --git a/configure.ac b/configure.ac
-index b25ba14..860ddef 100644
+index d6e03cf..e3f15fb 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -1150,6 +1150,8 @@ AC_SUBST(LIBGNUTLS_CFLAGS)
+@@ -1213,6 +1213,8 @@ AC_SUBST(LIBGNUTLS_CFLAGS)
  
  AM_CONDITIONAL(NEEDS_LIBRT, test "$gnutls_needs_librt" = "yes")
  
@@ -40,10 +39,10 @@ index b25ba14..860ddef 100644
  
  hw_features=
 diff --git a/tests/Makefile.am b/tests/Makefile.am
-index d530ad0..71c592f 100644
+index fb9e55a..c2d226a 100644
 --- a/tests/Makefile.am
 +++ b/tests/Makefile.am
-@@ -648,6 +648,12 @@ SH_LOG_COMPILER = $(SHELL)
+@@ -658,6 +658,12 @@ SH_LOG_COMPILER = $(SHELL)
  AM_VALGRINDFLAGS = --suppressions=$(srcdir)/suppressions.valgrind
  LOG_COMPILER = $(LOG_VALGRIND)
  
diff --git a/meta/recipes-support/gnutls/gnutls_3.8.3.bb b/meta/recipes-support/gnutls/gnutls_3.8.4.bb
similarity index 97%
rename from meta/recipes-support/gnutls/gnutls_3.8.3.bb
rename to meta/recipes-support/gnutls/gnutls_3.8.4.bb
index 27d6753be0..20139b4dd4 100644
--- a/meta/recipes-support/gnutls/gnutls_3.8.3.bb
+++ b/meta/recipes-support/gnutls/gnutls_3.8.4.bb
@@ -25,7 +25,7 @@ SRC_URI = "https://www.gnupg.org/ftp/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar
            file://Add-ptest-support.patch \
            "
 
-SRC_URI[sha256sum] = "f74fc5954b27d4ec6dfbb11dea987888b5b124289a3703afcada0ee520f4173e"
+SRC_URI[sha256sum] = "2bea4e154794f3f00180fa2a5c51fe8b005ac7a31cd58bd44cdfa7f36ebc3a9b"
 
 inherit autotools texinfo pkgconfig gettext lib_package gtk-doc ptest
 
-- 
2.34.1



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

* [OE-Core] [PATCH 09/34] harfbuzz: upgrade 8.3.0 -> 8.3.1
  2024-03-26  0:34 [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0 wangmy
                   ` (6 preceding siblings ...)
  2024-03-26  0:34 ` [OE-Core] [PATCH 08/34] gnutls: upgrade 3.8.3 -> 3.8.4 wangmy
@ 2024-03-26  0:34 ` wangmy
  2024-03-26  0:34 ` [OE-Core] [PATCH 10/34] libbsd: upgrade 0.12.1 -> 0.12.2 wangmy
                   ` (24 subsequent siblings)
  32 siblings, 0 replies; 43+ messages in thread
From: wangmy @ 2024-03-26  0:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- hb_blob_create_from_file_or_fail() on Windows will now try to interpret the
  file name as UTF-8 first, and as system code page if it is not valid UTF-8.
- Fix hb_style_get_value() in fonts with "STAT" table.
- Properly handle negative offsets in CFF table.
- Update IANA Language Subtag Registry to 2024-03-07.
- Subsetter now supports subsetting "BASE" table.
- Subsetter will update "hhea" font metrics in sync with "OS/2" ones.
- "--variations" option of "hb-subset" now supports leaving out values that
  should be unchanged, e.g. "wght=:500:" will change the default and keep max
  and min unchanged. It also supports "*=drop" to to pin all axes to default
  location.
- Fix hb_ot_math_get_glyph_kerning() to match updated "MATH" table spec.
- Support legacy MacRoman encoding in "cmap" table.
- Various build fixes.
- Various subsetting and instancing fixes.
- New API:
  hb_subset_input_pin_all_axes_to_default()

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

diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.1.bb
similarity index 95%
rename from meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb
rename to meta/recipes-graphics/harfbuzz/harfbuzz_8.3.1.bb
index d733342682..fd4dcc2338 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.0.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_8.3.1.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] = "109501eaeb8bde3eadb25fab4164e993fbace29c3d775bcaa1c1e58e2f15f847"
+SRC_URI[sha256sum] = "f73e1eacd7e2ffae687bc3f056bb0c705b7a05aee86337686e09da8fc1c2030c"
 
 DEPENDS += "glib-2.0-native"
 
-- 
2.34.1



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

* [OE-Core] [PATCH 10/34] libbsd: upgrade 0.12.1 -> 0.12.2
  2024-03-26  0:34 [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0 wangmy
                   ` (7 preceding siblings ...)
  2024-03-26  0:34 ` [OE-Core] [PATCH 09/34] harfbuzz: upgrade 8.3.0 -> 8.3.1 wangmy
@ 2024-03-26  0:34 ` wangmy
  2024-03-26  0:34 ` [OE-Core] [PATCH 11/34] libcomps: upgrade 0.1.20 -> 0.1.21 wangmy
                   ` (23 subsequent siblings)
  32 siblings, 0 replies; 43+ messages in thread
From: wangmy @ 2024-03-26  0:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
-test: nlist: make resilient against -Wl,--gc-sections
-build: Do not rely on internal autoconf ac_cv_sys_file_offset_bits variable
-build: Use -eq instead of = as test operators for arithmetic tests
-build: Fix typo in ABI selection description
-build: Only install time struct conversion macros where missing
-man: Add links for errc module functions
-man: Do not install timeval(3bsd) nor timespec(3bsd)
-strtonum: Do not abort on EINVAL from strtoi()
-closefrom: Ignore files starting with dot when scanning /proc/self/fd
-build: Match also gnu* for GNU/Hurd on the glibc ABI selection

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

diff --git a/meta/recipes-support/libbsd/libbsd_0.12.1.bb b/meta/recipes-support/libbsd/libbsd_0.12.2.bb
similarity index 95%
rename from meta/recipes-support/libbsd/libbsd_0.12.1.bb
rename to meta/recipes-support/libbsd/libbsd_0.12.2.bb
index 161dc6df43..7d5e88f293 100644
--- a/meta/recipes-support/libbsd/libbsd_0.12.1.bb
+++ b/meta/recipes-support/libbsd/libbsd_0.12.2.bb
@@ -38,7 +38,7 @@ SECTION = "libs"
 
 SRC_URI = "https://libbsd.freedesktop.org/releases/${BPN}-${PV}.tar.xz"
 
-SRC_URI[sha256sum] = "d7747f8ec1baa6ff5c096a9dd587c061233dec90da0f1aedd66d830f6db6996a"
+SRC_URI[sha256sum] = "b88cc9163d0c652aaf39a99991d974ddba1c3a9711db8f1b5838af2a14731014"
 
 inherit autotools pkgconfig
 
-- 
2.34.1



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

* [OE-Core] [PATCH 11/34] libcomps: upgrade 0.1.20 -> 0.1.21
  2024-03-26  0:34 [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0 wangmy
                   ` (8 preceding siblings ...)
  2024-03-26  0:34 ` [OE-Core] [PATCH 10/34] libbsd: upgrade 0.12.1 -> 0.12.2 wangmy
@ 2024-03-26  0:34 ` wangmy
  2024-03-26  0:34 ` [OE-Core] [PATCH 12/34] libpciaccess: upgrade 0.18 -> 0.18.1 wangmy
                   ` (22 subsequent siblings)
  32 siblings, 0 replies; 43+ messages in thread
From: wangmy @ 2024-03-26  0:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
-Build aarch64 python packages during releases
-Fix build: use correct variable for category and env
-build: Restore compatiblity with libxml2-2.12.0
-tests: Unify formatting of current test announcements
-tests: Don't print parsing errors during tests
-Update CI

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

diff --git a/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb b/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb
similarity index 94%
rename from meta/recipes-devtools/libcomps/libcomps_0.1.20.bb
rename to meta/recipes-devtools/libcomps/libcomps_0.1.21.bb
index 1f59c5ea1e..91170dfbed 100644
--- a/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb
+++ b/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb
@@ -8,7 +8,7 @@ SRC_URI = "git://github.com/rpm-software-management/libcomps.git;branch=master;p
            file://0002-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \
            "
 
-SRCREV = "854fbb9fe733b774981e1ffcf825b2d2ce0f8072"
+SRCREV = "2e973ce22698dd64f472180e3a689755268fb06b"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1



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

* [OE-Core] [PATCH 12/34] libpciaccess: upgrade 0.18 -> 0.18.1
  2024-03-26  0:34 [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0 wangmy
                   ` (9 preceding siblings ...)
  2024-03-26  0:34 ` [OE-Core] [PATCH 11/34] libcomps: upgrade 0.1.20 -> 0.1.21 wangmy
@ 2024-03-26  0:34 ` wangmy
  2024-03-26  0:34 ` [OE-Core] [PATCH 13/34] libwpe: upgrade 1.14.2 -> 1.16.0 wangmy
                   ` (21 subsequent siblings)
  32 siblings, 0 replies; 43+ messages in thread
From: wangmy @ 2024-03-26  0:34 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/{libpciaccess_0.18.bb => libpciaccess_0.18.1.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/xorg-lib/{libpciaccess_0.18.bb => libpciaccess_0.18.1.bb} (87%)

diff --git a/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.bb b/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb
similarity index 87%
rename from meta/recipes-graphics/xorg-lib/libpciaccess_0.18.bb
rename to meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb
index 74b308c912..d311fd95e0 100644
--- a/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.bb
+++ b/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb
@@ -16,7 +16,7 @@ inherit features_check pkgconfig meson
 
 REQUIRED_DISTRO_FEATURES ?= "x11"
 
-SRC_URI[sha256sum] = "5461b0257d495254346f52a9c329b44b346262663675d3fecdb204a7e7c262a9"
+SRC_URI[sha256sum] = "4af43444b38adb5545d0ed1c2ce46d9608cc47b31c2387fc5181656765a6fa76"
 
 LICENSE = "MIT & MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=54c978968e565218eea36cf03ef24352"
-- 
2.34.1



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

* [OE-Core] [PATCH 13/34] libwpe: upgrade 1.14.2 -> 1.16.0
  2024-03-26  0:34 [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0 wangmy
                   ` (10 preceding siblings ...)
  2024-03-26  0:34 ` [OE-Core] [PATCH 12/34] libpciaccess: upgrade 0.18 -> 0.18.1 wangmy
@ 2024-03-26  0:34 ` wangmy
  2024-03-26  0:34 ` [OE-Core] [PATCH 14/34] libxkbcommon: upgrade 1.6.0 -> 1.7.0 wangmy
                   ` (20 subsequent siblings)
  32 siblings, 0 replies; 43+ messages in thread
From: wangmy @ 2024-03-26  0:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=========
- This version does not contain changes over the 1.15.2 development release.
- Allow resetting the fullscreen client to a null pointer.
- Fix usage of the _wpe_loader_interface with the static loader.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-sato/webkit/{libwpe_1.14.2.bb => libwpe_1.16.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-sato/webkit/{libwpe_1.14.2.bb => libwpe_1.16.0.bb} (88%)

diff --git a/meta/recipes-sato/webkit/libwpe_1.14.2.bb b/meta/recipes-sato/webkit/libwpe_1.16.0.bb
similarity index 88%
rename from meta/recipes-sato/webkit/libwpe_1.14.2.bb
rename to meta/recipes-sato/webkit/libwpe_1.16.0.bb
index 03ee88193d..57f91ce87e 100644
--- a/meta/recipes-sato/webkit/libwpe_1.14.2.bb
+++ b/meta/recipes-sato/webkit/libwpe_1.16.0.bb
@@ -11,7 +11,7 @@ inherit cmake features_check pkgconfig
 REQUIRED_DISTRO_FEATURES = "opengl"
 
 SRC_URI = "https://wpewebkit.org/releases/${BPN}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "8ae38022c50cb340c96fdbee1217f1e46ab57fbc1c8ba98142565abbedbe22ef"
+SRC_URI[sha256sum] = "c7f3a3c6b3d006790d486dc7cceda2b6d2e329de07f33bc47dfc53f00f334b2a"
 
 # This is a tweak of upstream-version-is-even needed because
 # ipstream directory contains tarballs for other components as well.
-- 
2.34.1



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

* [OE-Core] [PATCH 14/34] libxkbcommon: upgrade 1.6.0 -> 1.7.0
  2024-03-26  0:34 [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0 wangmy
                   ` (11 preceding siblings ...)
  2024-03-26  0:34 ` [OE-Core] [PATCH 13/34] libwpe: upgrade 1.14.2 -> 1.16.0 wangmy
@ 2024-03-26  0:34 ` wangmy
  2024-03-26  0:34 ` [OE-Core] [PATCH 15/34] libxml2: upgrade 2.12.5 -> 2.12.6 wangmy
                   ` (19 subsequent siblings)
  32 siblings, 0 replies; 43+ messages in thread
From: wangmy @ 2024-03-26  0:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Added early detection of invalid encodings and BOM for keymaps, rules & Compose.
  Also added a hint that the expected encoding must be UTF-8 compatible.
- Updated keysyms using latest [xorgproto]
- Keysyms: Fixed inconsistent results in 'xkb_keysym_from_name' when used with
  the flag 'XKB_KEYSYM_CASE_INSENSITIVE'.
- Keysyms: Fixed case mapping for 3 Latin 1 keysyms:
  - 'XKB_KEY_ydiaeresis'
  - 'XKB_KEY_mu'
  - 'XKB_KEY_ssharp'
- Keysyms: Fixed 'xkb_keysym_is_modifier' to detect also the following keysyms:
  - 'XKB_KEY_ISO_Level5_Shift'
  - 'XKB_KEY_ISO_Level5_Latch'
  - 'XKB_KEY_ISO_Level5_Lock'
- Prevent recursive includes of keymap components.
- Fixed global default statements 'x.y = z;' in wrong scope not raising an error.
- Rules: Made newline required after '!include' line.
- Rules: Fixed a bug where variant indexes were ignored with the layout index
  used instead. They are practically always the same, but don't have to be.
- Compose: Fixed a segfault with 'xkb_compose_table_iterator_next' when used on an
  empty table.
- Compose: Added check to ensure to open only regular files, not e.g. directories.
- Registry: Updated the DTD and always parse the "popularity" attribute.
- Fixed a few memory leaks and keymap symbols parsing.

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

diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb
similarity index 94%
rename from meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb
rename to meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb
index 02045cc212..40cf616f0b 100644
--- a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb
+++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb
@@ -9,7 +9,7 @@ DEPENDS = "flex-native bison-native"
 
 SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz"
 
-SRC_URI[sha256sum] = "0edc14eccdd391514458bc5f5a4b99863ed2d651e4dd761a90abf4f46ef99c2b"
+SRC_URI[sha256sum] = "65782f0a10a4b455af9c6baab7040e2f537520caa2ec2092805cdfd36863b247"
 
 UPSTREAM_CHECK_URI = "http://xkbcommon.org/"
 
-- 
2.34.1



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

* [OE-Core] [PATCH 15/34] libxml2: upgrade 2.12.5 -> 2.12.6
  2024-03-26  0:34 [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0 wangmy
                   ` (12 preceding siblings ...)
  2024-03-26  0:34 ` [OE-Core] [PATCH 14/34] libxkbcommon: upgrade 1.6.0 -> 1.7.0 wangmy
@ 2024-03-26  0:34 ` wangmy
  2024-03-26  0:34 ` [OE-Core] [PATCH 16/34] lighttpd: upgrade 1.4.74 -> 1.4.75 wangmy
                   ` (18 subsequent siblings)
  32 siblings, 0 replies; 43+ messages in thread
From: wangmy @ 2024-03-26  0:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- parser: Fix detection of duplicate attributes in XML namespace
- xmlreader: Fix xmlTextReaderConstEncoding
- html: Fix htmlCreatePushParserCtxt with encoding
- xmllint: Return error code if XPath returns empty nodeset

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libxml/{libxml2_2.12.5.bb => libxml2_2.12.6.bb}             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/libxml/{libxml2_2.12.5.bb => libxml2_2.12.6.bb} (97%)

diff --git a/meta/recipes-core/libxml/libxml2_2.12.5.bb b/meta/recipes-core/libxml/libxml2_2.12.6.bb
similarity index 97%
rename from meta/recipes-core/libxml/libxml2_2.12.5.bb
rename to meta/recipes-core/libxml/libxml2_2.12.6.bb
index 47c1a72e77..14fcff7fa4 100644
--- a/meta/recipes-core/libxml/libxml2_2.12.5.bb
+++ b/meta/recipes-core/libxml/libxml2_2.12.6.bb
@@ -20,7 +20,7 @@ SRC_URI += "http://www.w3.org/XML/Test/xmlts20130923.tar;subdir=${BP};name=testt
            file://install-tests.patch \
            "
 
-SRC_URI[archive.sha256sum] = "a972796696afd38073e0f59c283c3a2f5a560b5268b4babc391b286166526b21"
+SRC_URI[archive.sha256sum] = "889c593a881a3db5fdd96cc9318c87df34eb648edfc458272ad46fd607353fbb"
 SRC_URI[testtar.sha256sum] = "c6b2d42ee50b8b236e711a97d68e6c4b5c8d83e69a2be4722379f08702ea7273"
 
 # Disputed as a security issue, but fixed in d39f780
-- 
2.34.1



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

* [OE-Core] [PATCH 16/34] lighttpd: upgrade 1.4.74 -> 1.4.75
  2024-03-26  0:34 [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0 wangmy
                   ` (13 preceding siblings ...)
  2024-03-26  0:34 ` [OE-Core] [PATCH 15/34] libxml2: upgrade 2.12.5 -> 2.12.6 wangmy
@ 2024-03-26  0:34 ` wangmy
  2024-03-26  0:34 ` [OE-Core] [PATCH 17/34] mesa: upgrade 24.0.2 -> 24.0.3 wangmy
                   ` (17 subsequent siblings)
  32 siblings, 0 replies; 43+ messages in thread
From: wangmy @ 2024-03-26  0:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
* [mod_redirect] url.redirect-code = 308 new default
* [ls-hpack] more portability fixes for sys/queue.h
* [ls-hpack] update version to 2.3.3
* [TLS] default to stronger ciphers w/ PFS and AEAD
* [ci] apt-get install build-essential on Ubuntu
* [ci] /usr/local/opt keg-only pkgs on Darwin(macOS)
* [mod_authn_sasl] translate SASL_LOG_* to syslog
* [build] include src/compat/sys/queue.h in tarball
* [core] fdlog_openlog(), fdlog_closelog()
* [mod_accesslog] fdlog_openlog() if using syslog
* [cmake] fix LEMON_PATH with empty CMAKE_BUILD_TYPE
* [ci] limit github ci to specific branches
* [ci] prefer non-login shell for Cygwin CI build
* [ci] prefer dash for Cygwin and MSYS2 builds
* [mod_wstunnel] fix server.ping-interval w/ HTTP/2
* [mod_dirlisting] fix suffix display of '/' on file (fixes #3242)
* [mod_openssl] use internal asn1_time fn on 32-bit (fixes #3244)
* [mod_openssl] faster ASN1_TIME parse
* [mod_wolfssl] faster ASN1_TIME parse
* [doc] update TLS comment in sample lighttpd.conf

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

diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.74.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.75.bb
similarity index 97%
rename from meta/recipes-extended/lighttpd/lighttpd_1.4.74.bb
rename to meta/recipes-extended/lighttpd/lighttpd_1.4.75.bb
index 7460d3d716..fc3b7e005d 100644
--- a/meta/recipes-extended/lighttpd/lighttpd_1.4.74.bb
+++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.75.bb
@@ -16,7 +16,7 @@ SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.t
            file://lighttpd \
            "
 
-SRC_URI[sha256sum] = "5c08736e83088f7e019797159f306e88ec729abe976dc98fb3bed71b9d3e53b5"
+SRC_URI[sha256sum] = "8b721ca939d312afaa6ef31dcbd6afb5161ed385ac828e6fccd4c5b76be189d6"
 
 DEPENDS = "virtual/crypt"
 
-- 
2.34.1



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

* [OE-Core] [PATCH 17/34] mesa: upgrade 24.0.2 -> 24.0.3
  2024-03-26  0:34 [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0 wangmy
                   ` (14 preceding siblings ...)
  2024-03-26  0:34 ` [OE-Core] [PATCH 16/34] lighttpd: upgrade 1.4.74 -> 1.4.75 wangmy
@ 2024-03-26  0:34 ` wangmy
  2024-03-26  8:49   ` Alexander Kanavin
  2024-03-26  0:34 ` [OE-Core] [PATCH 18/34] openssh: upgrade 9.6p1 -> 9.7p1 wangmy
                   ` (16 subsequent siblings)
  32 siblings, 1 reply; 43+ messages in thread
From: wangmy @ 2024-03-26  0:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0001-Revert-meson-do-not-pull-in-clc-for-clover.patch
refreshed for 24.0.3

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...Revert-meson-do-not-pull-in-clc-for-clover.patch | 13 +++++--------
 meta/recipes-graphics/mesa/mesa.inc                 |  2 +-
 .../mesa/{mesa_24.0.2.bb => mesa_24.0.3.bb}         |  0
 3 files changed, 6 insertions(+), 9 deletions(-)
 rename meta/recipes-graphics/mesa/{mesa_24.0.2.bb => mesa_24.0.3.bb} (100%)

diff --git a/meta/recipes-graphics/mesa/files/0001-Revert-meson-do-not-pull-in-clc-for-clover.patch b/meta/recipes-graphics/mesa/files/0001-Revert-meson-do-not-pull-in-clc-for-clover.patch
index f6d95c8982..1711e22585 100644
--- a/meta/recipes-graphics/mesa/files/0001-Revert-meson-do-not-pull-in-clc-for-clover.patch
+++ b/meta/recipes-graphics/mesa/files/0001-Revert-meson-do-not-pull-in-clc-for-clover.patch
@@ -1,4 +1,4 @@
-From fe4600de549549fbb3033fc1b37904ba6b3fe2af Mon Sep 17 00:00:00 2001
+From 051f41beda540f0ae77b341db01a6de83c9e938a Mon Sep 17 00:00:00 2001
 From: Markus Volk <f_l_k@t-online.de>
 Date: Fri, 8 Mar 2024 15:53:11 +0100
 Subject: [PATCH] Revert "meson: do not pull in clc for clover"
@@ -18,10 +18,10 @@ Signed-off-by: Markus Volk <f_l_k@t-online.de>
  2 files changed, 3 insertions(+), 2 deletions(-)
 
 diff --git a/meson.build b/meson.build
-index 25e92ea5f95..3956e19c08f 100644
+index 2db6185..741b5d1 100644
 --- a/meson.build
 +++ b/meson.build
-@@ -818,6 +818,7 @@ if _opencl != 'disabled'
+@@ -813,6 +813,7 @@ if _opencl != 'disabled'
      error('The Clover OpenCL state tracker requires rtti')
    endif
  
@@ -29,7 +29,7 @@ index 25e92ea5f95..3956e19c08f 100644
    with_gallium_opencl = true
    with_opencl_icd = _opencl == 'icd'
  else
-@@ -842,7 +843,7 @@ if with_gallium_rusticl
+@@ -837,7 +838,7 @@ if with_gallium_rusticl
  endif
  
  dep_clc = null_dep
@@ -39,7 +39,7 @@ index 25e92ea5f95..3956e19c08f 100644
  endif
  
 diff --git a/src/compiler/meson.build b/src/compiler/meson.build
-index 8d73544c6d8..1dae56d1b2b 100644
+index 8d73544..1dae56d 100644
 --- a/src/compiler/meson.build
 +++ b/src/compiler/meson.build
 @@ -79,7 +79,7 @@ subdir('nir')
@@ -51,6 +51,3 @@ index 8d73544c6d8..1dae56d1b2b 100644
    subdir('clc')
  endif
  if with_gallium
--- 
-2.44.0
-
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index a8088e6fb6..b08ec873a0 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -23,7 +23,7 @@ SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \
            file://0001-Revert-meson-do-not-pull-in-clc-for-clover.patch \
 "
 
-SRC_URI[sha256sum] = "94e28a8edad06d8ed2b83eb53f253b9eb5aa62c3080f939702e1b3039b56c9e8"
+SRC_URI[sha256sum] = "77aec9a2a37b7d3596ea1640b3cc53d0b5d9b3b52abed89de07e3717e91bfdbe"
 
 UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)"
 
diff --git a/meta/recipes-graphics/mesa/mesa_24.0.2.bb b/meta/recipes-graphics/mesa/mesa_24.0.3.bb
similarity index 100%
rename from meta/recipes-graphics/mesa/mesa_24.0.2.bb
rename to meta/recipes-graphics/mesa/mesa_24.0.3.bb
-- 
2.34.1



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

* [OE-Core] [PATCH 18/34] openssh: upgrade 9.6p1 -> 9.7p1
  2024-03-26  0:34 [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0 wangmy
                   ` (15 preceding siblings ...)
  2024-03-26  0:34 ` [OE-Core] [PATCH 17/34] mesa: upgrade 24.0.2 -> 24.0.3 wangmy
@ 2024-03-26  0:34 ` wangmy
  2024-03-26  0:34 ` [OE-Core] [PATCH 19/34] python3-hatchling: upgrade 1.21.1 -> 1.22.4 wangmy
                   ` (15 subsequent siblings)
  32 siblings, 0 replies; 43+ messages in thread
From: wangmy @ 2024-03-26  0:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0001-systemd-Add-optional-support-for-systemd-sd_notify.patch
refresh for 9.7p1

Changelog:
============
New features
------------
 * ssh(1), sshd(8): add a "global" ChannelTimeout type that watches
   all open channels and will close all open channels if there is no
   traffic on any of them for the specified interval. This is in
   addition to the existing per-channel timeouts added recently.
 * All: make DSA key support compile-time optional, defaulting to on.

Bugfixes
--------
 * sshd(8): don't append an unnecessary space to the end of subsystem
   arguments
 * ssh(1): fix the multiplexing "channel proxy" mode, broken when
   keystroke timing obfuscation was added.
 * ssh(1), sshd(8): fix spurious configuration parsing errors when
   options that accept array arguments are overridden
 * ssh-agent(1): fix potential spin in signal handler
 * Many fixes to manual pages and other documentation
 * Greatly improve interop testing against PuTTY.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...optional-support-for-systemd-sd_notify.patch | 17 +++++++----------
 .../{openssh_9.6p1.bb => openssh_9.7p1.bb}      |  2 +-
 2 files changed, 8 insertions(+), 11 deletions(-)
 rename meta/recipes-connectivity/openssh/{openssh_9.6p1.bb => openssh_9.7p1.bb} (99%)

diff --git a/meta/recipes-connectivity/openssh/openssh/0001-systemd-Add-optional-support-for-systemd-sd_notify.patch b/meta/recipes-connectivity/openssh/openssh/0001-systemd-Add-optional-support-for-systemd-sd_notify.patch
index acda8f1ce9..f079d936a4 100644
--- a/meta/recipes-connectivity/openssh/openssh/0001-systemd-Add-optional-support-for-systemd-sd_notify.patch
+++ b/meta/recipes-connectivity/openssh/openssh/0001-systemd-Add-optional-support-for-systemd-sd_notify.patch
@@ -1,4 +1,4 @@
-From be187435911cde6cc3cef6982a508261074f1e56 Mon Sep 17 00:00:00 2001
+From b02ef7621758f06eb686ef4f620636dbad086eda Mon Sep 17 00:00:00 2001
 From: Matt Jolly <Matt.Jolly@footclan.ninja>
 Date: Thu, 2 Feb 2023 21:05:40 +1100
 Subject: [PATCH] systemd: Add optional support for systemd `sd_notify`
@@ -15,10 +15,10 @@ Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
  2 files changed, 37 insertions(+)
 
 diff --git a/configure.ac b/configure.ac
-index 22fee70f..486c189f 100644
+index 82e8bb7..d1145d3 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -4835,6 +4835,29 @@ AC_SUBST([GSSLIBS])
+@@ -4870,6 +4870,29 @@ AC_SUBST([GSSLIBS])
  AC_SUBST([K5LIBS])
  AC_SUBST([CHANNELLIBS])
  
@@ -48,7 +48,7 @@ index 22fee70f..486c189f 100644
  # Looking for programs, paths and files
  
  PRIVSEP_PATH=/var/empty
-@@ -5634,6 +5657,7 @@ echo "                   libldns support: $LDNS_MSG"
+@@ -5688,6 +5711,7 @@ echo "                   libldns support: $LDNS_MSG"
  echo "  Solaris process contract support: $SPC_MSG"
  echo "           Solaris project support: $SP_MSG"
  echo "         Solaris privilege support: $SPP_MSG"
@@ -57,7 +57,7 @@ index 22fee70f..486c189f 100644
  echo "           Translate v4 in v6 hack: $IPV4_IN6_HACK_MSG"
  echo "                  BSD Auth support: $BSD_AUTH_MSG"
 diff --git a/sshd.c b/sshd.c
-index 6321936c..859d6a0b 100644
+index b4f2b97..6820a41 100644
 --- a/sshd.c
 +++ b/sshd.c
 @@ -88,6 +88,10 @@
@@ -71,7 +71,7 @@ index 6321936c..859d6a0b 100644
  #include "xmalloc.h"
  #include "ssh.h"
  #include "ssh2.h"
-@@ -310,6 +314,10 @@ static void
+@@ -308,6 +312,10 @@ static void
  sighup_restart(void)
  {
  	logit("Received SIGHUP; restarting.");
@@ -82,7 +82,7 @@ index 6321936c..859d6a0b 100644
  	if (options.pid_file != NULL)
  		unlink(options.pid_file);
  	platform_pre_restart();
-@@ -2086,6 +2094,11 @@ main(int ac, char **av)
+@@ -2093,6 +2101,11 @@ main(int ac, char **av)
  			}
  		}
  
@@ -94,6 +94,3 @@ index 6321936c..859d6a0b 100644
  		/* Accept a connection and return in a forked child */
  		server_accept_loop(&sock_in, &sock_out,
  		    &newsock, config_s);
--- 
-2.25.1
-
diff --git a/meta/recipes-connectivity/openssh/openssh_9.6p1.bb b/meta/recipes-connectivity/openssh/openssh_9.7p1.bb
similarity index 99%
rename from meta/recipes-connectivity/openssh/openssh_9.6p1.bb
rename to meta/recipes-connectivity/openssh/openssh_9.7p1.bb
index 26cddec942..0a202b3b78 100644
--- a/meta/recipes-connectivity/openssh/openssh_9.6p1.bb
+++ b/meta/recipes-connectivity/openssh/openssh_9.7p1.bb
@@ -28,7 +28,7 @@ SRC_URI = "http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar
            file://0001-regress-banner.sh-log-input-and-output-files-on-erro.patch \
            file://0001-systemd-Add-optional-support-for-systemd-sd_notify.patch \
            "
-SRC_URI[sha256sum] = "910211c07255a8c5ad654391b40ee59800710dd8119dd5362de09385aa7a777c"
+SRC_URI[sha256sum] = "490426f766d82a2763fcacd8d83ea3d70798750c7bd2aff2e57dc5660f773ffd"
 
 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.34.1



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

* [OE-Core] [PATCH 19/34] python3-hatchling: upgrade 1.21.1 -> 1.22.4
  2024-03-26  0:34 [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0 wangmy
                   ` (16 preceding siblings ...)
  2024-03-26  0:34 ` [OE-Core] [PATCH 18/34] openssh: upgrade 9.6p1 -> 9.7p1 wangmy
@ 2024-03-26  0:34 ` wangmy
  2024-03-26  0:34 ` [OE-Core] [PATCH 20/34] python3-importlib-metadata: upgrade 7.0.2 -> 7.1.0 wangmy
                   ` (14 subsequent siblings)
  32 siblings, 0 replies; 43+ messages in thread
From: wangmy @ 2024-03-26  0:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=============
Added:
----------
-Metadata for the wheel target now defaults to the PKG-INFO metadata within
 source distributions
-Add dependencies method to the build hook interface so that hooks can
 themselves dynamically define dependencies
-Update SPDX license information to version 3.23
-Improve error message for when the default heuristics for wheel file inclusion
 fail
-Update the default version of core metadata to 2.3

Fixed:
-----------
-Properly support core metadata version 2.2
-Only read source distribution metadata for fields that are explicitly defined
 as dynamic
-Fix the custom build hook when using dynamic dependencies
-Fix regression when loading metadata from source distributions
-Fix metadata hooks when building wheels from source distributions
-Remove editables as a direct dependency
-Fix default wheel tag when the supported Python version declaration is strict
-Load VCS ignore patterns first so that whitelisted patterns can be excluded by
 project configuration
-Don't consider VCS ignore files that are outside of the VCS boundary
-The sdist build target now gracefully ignores UNIX socket files
-Begin ignoring certain files ubiquitously, like .DS_Store on macOS

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

diff --git a/meta/recipes-devtools/python/python3-hatchling_1.21.1.bb b/meta/recipes-devtools/python/python3-hatchling_1.22.4.bb
similarity index 85%
rename from meta/recipes-devtools/python/python3-hatchling_1.21.1.bb
rename to meta/recipes-devtools/python/python3-hatchling_1.22.4.bb
index 09d936aa7d..d2f32d8b1a 100644
--- a/meta/recipes-devtools/python/python3-hatchling_1.21.1.bb
+++ b/meta/recipes-devtools/python/python3-hatchling_1.22.4.bb
@@ -8,7 +8,7 @@ inherit pypi python_hatchling
 DEPENDS += "python3-pluggy-native python3-pathspec-native python3-packaging-native python3-editables-native python3-trove-classifiers-native"
 DEPENDS:remove:class-native = "python3-hatchling-native"
 
-SRC_URI[sha256sum] = "bba440453a224e7d4478457fa2e8d8c3633765bafa02975a6b53b9bf917980bc"
+SRC_URI[sha256sum] = "8a2dcec96d7fb848382ef5848e5ac43fdae641f35a08a3fab5116bd495f3416e"
 
 do_compile:prepend() {
     export PYTHONPATH=src
-- 
2.34.1



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

* [OE-Core] [PATCH 20/34] python3-importlib-metadata: upgrade 7.0.2 -> 7.1.0
  2024-03-26  0:34 [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0 wangmy
                   ` (17 preceding siblings ...)
  2024-03-26  0:34 ` [OE-Core] [PATCH 19/34] python3-hatchling: upgrade 1.21.1 -> 1.22.4 wangmy
@ 2024-03-26  0:34 ` wangmy
  2024-03-26  0:34 ` [OE-Core] [PATCH 21/34] python3-license-expression: upgrade 30.2.0 -> 30.3.0 wangmy
                   ` (13 subsequent siblings)
  32 siblings, 0 replies; 43+ messages in thread
From: wangmy @ 2024-03-26  0:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
-Make MetadataPathFinder.find_distributions a classmethod for consistency
 with CPython.
-Allow MetadataPathFinder.invalidate_caches to be called as a classmethod.

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

diff --git a/meta/recipes-devtools/python/python3-importlib-metadata_7.0.2.bb b/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb
similarity index 88%
rename from meta/recipes-devtools/python/python3-importlib-metadata_7.0.2.bb
rename to meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb
index 719d5f84f9..fdb37cecef 100644
--- a/meta/recipes-devtools/python/python3-importlib-metadata_7.0.2.bb
+++ b/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb
@@ -8,7 +8,7 @@ inherit pypi python_setuptools_build_meta
 PYPI_PACKAGE = "importlib_metadata"
 UPSTREAM_CHECK_REGEX = "/importlib-metadata/(?P<pver>(\d+[\.\-_]*)+)/"
 
-SRC_URI[sha256sum] = "198f568f3230878cb1b44fbd7975f87906c22336dba2e4a7f05278c281fbd792"
+SRC_URI[sha256sum] = "b78938b926ee8d5f020fc4772d487045805a55ddbad2ecf21c6d60938dc7fcd2"
 
 S = "${WORKDIR}/importlib_metadata-${PV}"
 
-- 
2.34.1



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

* [OE-Core] [PATCH 21/34] python3-license-expression: upgrade 30.2.0 -> 30.3.0
  2024-03-26  0:34 [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0 wangmy
                   ` (18 preceding siblings ...)
  2024-03-26  0:34 ` [OE-Core] [PATCH 20/34] python3-importlib-metadata: upgrade 7.0.2 -> 7.1.0 wangmy
@ 2024-03-26  0:34 ` wangmy
  2024-03-26  0:34 ` [OE-Core] [PATCH 22/34] python3-markdown: upgrade 3.5.2 -> 3.6 wangmy
                   ` (12 subsequent siblings)
  32 siblings, 0 replies; 43+ messages in thread
From: wangmy @ 2024-03-26  0:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
-Use latest skeleton
-Update license list to latest ScanCode and SPDX 3.23
-Drop support for Python 3.7
-Release prep v30.3.0

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

diff --git a/meta/recipes-devtools/python/python3-license-expression_30.2.0.bb b/meta/recipes-devtools/python/python3-license-expression_30.3.0.bb
similarity index 90%
rename from meta/recipes-devtools/python/python3-license-expression_30.2.0.bb
rename to meta/recipes-devtools/python/python3-license-expression_30.3.0.bb
index 7059cf76ee..f36336b592 100644
--- a/meta/recipes-devtools/python/python3-license-expression_30.2.0.bb
+++ b/meta/recipes-devtools/python/python3-license-expression_30.3.0.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/nexB/license-expression"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://apache-2.0.LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRC_URI[sha256sum] = "599928edd995c43fc335e0af342076144dc71cb858afa1ed9c1c30c4e81794f5"
+SRC_URI[sha256sum] = "1295406f736b4f395ff069aec1cebfad53c0fcb3cf57df0f5ec58fc7b905aea5"
 
 inherit pypi ptest python_setuptools_build_meta
 
-- 
2.34.1



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

* [OE-Core] [PATCH 22/34] python3-markdown: upgrade 3.5.2 -> 3.6
  2024-03-26  0:34 [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0 wangmy
                   ` (19 preceding siblings ...)
  2024-03-26  0:34 ` [OE-Core] [PATCH 21/34] python3-license-expression: upgrade 30.2.0 -> 30.3.0 wangmy
@ 2024-03-26  0:34 ` wangmy
  2024-03-26  0:34 ` [OE-Core] [PATCH 23/34] python3-packaging: upgrade 23.2 -> 24.0 wangmy
                   ` (11 subsequent siblings)
  32 siblings, 0 replies; 43+ messages in thread
From: wangmy @ 2024-03-26  0:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 https://github.com/Python-Markdown/markdown/releases/tag/3.6

License-Update:
 Update the license template so GitHub can detect it

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-markdown_3.5.2.bb => python3-markdown_3.6.bb}    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-markdown_3.5.2.bb => python3-markdown_3.6.bb} (64%)

diff --git a/meta/recipes-devtools/python/python3-markdown_3.5.2.bb b/meta/recipes-devtools/python/python3-markdown_3.6.bb
similarity index 64%
rename from meta/recipes-devtools/python/python3-markdown_3.5.2.bb
rename to meta/recipes-devtools/python/python3-markdown_3.6.bb
index 1df7a98183..7c64837395 100644
--- a/meta/recipes-devtools/python/python3-markdown_3.5.2.bb
+++ b/meta/recipes-devtools/python/python3-markdown_3.6.bb
@@ -1,12 +1,12 @@
 SUMMARY = "A Python implementation of John Gruber's Markdown."
 HOMEPAGE = "https://python-markdown.github.io/"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE.md;md5=745aaad0c69c60039e638bff9ffc59ed"
+LIC_FILES_CHKSUM = "file://LICENSE.md;md5=ec58cdf7cfed06a21f7a9362627a5480"
 
 inherit pypi python_setuptools_build_meta
 
 PYPI_PACKAGE = "Markdown"
-SRC_URI[sha256sum] = "e1ac7b3dc550ee80e602e71c1d168002f062e49f1b11e26a36264dafd4df2ef8"
+SRC_URI[sha256sum] = "ed4f41f6daecbeeb96e576ce414c41d2d876daa9a16cb35fa8ed8c2ddfad0224"
 
 BBCLASSEXTEND = "native nativesdk"
 
-- 
2.34.1



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

* [OE-Core] [PATCH 23/34] python3-packaging: upgrade 23.2 -> 24.0
  2024-03-26  0:34 [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0 wangmy
                   ` (20 preceding siblings ...)
  2024-03-26  0:34 ` [OE-Core] [PATCH 22/34] python3-markdown: upgrade 3.5.2 -> 3.6 wangmy
@ 2024-03-26  0:34 ` wangmy
  2024-03-26  0:34 ` [OE-Core] [PATCH 24/34] python3-pyelftools: upgrade 0.30 -> 0.31 wangmy
                   ` (10 subsequent siblings)
  32 siblings, 0 replies; 43+ messages in thread
From: wangmy @ 2024-03-26  0:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
-Fix specifier matching when the specifier is long and has an epoch
-Clarify version split/join usage
-Default optional metadata values to None
-Stop using deprecated/removed keys
-Correctly use the ExceptionGroup shim only when needed
-Update CHANGELOG entry about validate kwarg
-Support --disable-gil builds (PEP 703) in packaging.tags
-Skip test_glibc_version_string_ctypes_raise_oserror if ctypes is unavailable
-Enable CodeQL
-PEP 703: Rename Py_NOGIL to Py_GIL_DISABLED
-Replace PEP references with PUG links
-Remove coverage ignore for non-existent file
-Update URLs
-Configure dependabot
-Hash pin github actions
-Apply some refurb suggestions
-Appply some bugbear suggestions
-Apply some ruff suggestions
-Add riscv64 as a supported manylinux architecture

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

diff --git a/meta/recipes-devtools/python/python3-packaging_23.2.bb b/meta/recipes-devtools/python/python3-packaging_24.0.bb
similarity index 83%
rename from meta/recipes-devtools/python/python3-packaging_23.2.bb
rename to meta/recipes-devtools/python/python3-packaging_24.0.bb
index 2d35936615..0942eeb15e 100644
--- a/meta/recipes-devtools/python/python3-packaging_23.2.bb
+++ b/meta/recipes-devtools/python/python3-packaging_24.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] = "048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5"
+SRC_URI[sha256sum] = "eb82c5e3e56209074766e6885bb04b8c38a0c015d0a30036ebe7ece34c9989e9"
 
 inherit pypi python_flit_core
 
-- 
2.34.1



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

* [OE-Core] [PATCH 24/34] python3-pyelftools: upgrade 0.30 -> 0.31
  2024-03-26  0:34 [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0 wangmy
                   ` (21 preceding siblings ...)
  2024-03-26  0:34 ` [OE-Core] [PATCH 23/34] python3-packaging: upgrade 23.2 -> 24.0 wangmy
@ 2024-03-26  0:34 ` wangmy
  2024-03-26  0:34 ` [OE-Core] [PATCH 25/34] python3-referencing: upgrade 0.33.0 -> 0.34.0 wangmy
                   ` (9 subsequent siblings)
  32 siblings, 0 replies; 43+ messages in thread
From: wangmy @ 2024-03-26  0:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=============
-remove universal setting for wheels, since we don't support py2 now
-[RELOCATIONS] add enum for v850 relocations
-Fix buffer overrun in NT_GNU_PROPERTY_TYPE_0 parser
-Fix iter_notes to handle >4 byte segment alignment
-Support for XC16/PIC phantom bytes
-Support for the GNU note with the AARCH64 CPU features
-Fix for mixed version loclists, tests
-Update supported python versions for GitHub actions CI
-Initial s390x relocation support
-Add py.typed to elftools
-Fix ranges autotest take 2
-Support getting RELR relocations from dynamic section
-Dynamic array size can be a loclist/locexpr
-DW_OP_GNU_uninit
-Update CHANGES to mention Python 2 (lack of) support
-Remove redundant wheel dep from pyproject.toml
-False positive on LocationParser.attribute_has_location()
-Support for DW_OP_WASM_location
-Dwarfdump test on Windows
-More Apple, LLVM attributes

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

diff --git a/meta/recipes-devtools/python/python3-pyelftools_0.30.bb b/meta/recipes-devtools/python/python3-pyelftools_0.31.bb
similarity index 82%
rename from meta/recipes-devtools/python/python3-pyelftools_0.30.bb
rename to meta/recipes-devtools/python/python3-pyelftools_0.31.bb
index 837edb7165..551fed6876 100644
--- a/meta/recipes-devtools/python/python3-pyelftools_0.30.bb
+++ b/meta/recipes-devtools/python/python3-pyelftools_0.31.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "PD"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5ce2a2b07fca326bc7c146d10105ccfc"
 
-SRC_URI[sha256sum] = "2fc92b0d534f8b081f58c7c370967379123d8e00984deb53c209364efd575b40"
+SRC_URI[sha256sum] = "c774416b10310156879443b81187d182d8d9ee499660380e645918b50bc88f99"
 
 PYPI_PACKAGE = "pyelftools"
 
-- 
2.34.1



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

* [OE-Core] [PATCH 25/34] python3-referencing: upgrade 0.33.0 -> 0.34.0
  2024-03-26  0:34 [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0 wangmy
                   ` (22 preceding siblings ...)
  2024-03-26  0:34 ` [OE-Core] [PATCH 24/34] python3-pyelftools: upgrade 0.30 -> 0.31 wangmy
@ 2024-03-26  0:34 ` wangmy
  2024-03-26  0:34 ` [OE-Core] [PATCH 26/34] python3-scons: upgrade 4.6.0 -> 4.7.0 wangmy
                   ` (8 subsequent siblings)
  32 siblings, 0 replies; 43+ messages in thread
From: wangmy @ 2024-03-26  0:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
-Also look inside definitions keywords even on newer dialects. The specification
 recommends doing so regardless of the rename to $defs.

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

diff --git a/meta/recipes-devtools/python/python3-referencing_0.33.0.bb b/meta/recipes-devtools/python/python3-referencing_0.34.0.bb
similarity index 81%
rename from meta/recipes-devtools/python/python3-referencing_0.33.0.bb
rename to meta/recipes-devtools/python/python3-referencing_0.34.0.bb
index 5b50932264..9388fca376 100644
--- a/meta/recipes-devtools/python/python3-referencing_0.33.0.bb
+++ b/meta/recipes-devtools/python/python3-referencing_0.34.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/python-jsonschema/referencing"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=93eb9740964b59e9ba30281255b044e2"
 
-SRC_URI[sha256sum] = "c775fedf74bc0f9189c2a3be1c12fd03e8c23f4d371dce795df44e06c5b412f7"
+SRC_URI[sha256sum] = "5773bd84ef41799a5a8ca72dc34590c041eb01bf9aa02632b4a973fb0181a844"
 
 inherit pypi python_hatchling
 
-- 
2.34.1



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

* [OE-Core] [PATCH 26/34] python3-scons: upgrade 4.6.0 -> 4.7.0
  2024-03-26  0:34 [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0 wangmy
                   ` (23 preceding siblings ...)
  2024-03-26  0:34 ` [OE-Core] [PATCH 25/34] python3-referencing: upgrade 0.33.0 -> 0.34.0 wangmy
@ 2024-03-26  0:34 ` wangmy
  2024-03-26  0:34 ` [OE-Core] [PATCH 27/34] python3-setuptools: upgrade 69.1.1 -> 69.2.0 wangmy
                   ` (7 subsequent siblings)
  32 siblings, 0 replies; 43+ messages in thread
From: wangmy @ 2024-03-26  0:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 https://github.com/SCons/scons/releases/tag/4.7.0

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

diff --git a/meta/recipes-devtools/python/python3-scons_4.6.0.bb b/meta/recipes-devtools/python/python3-scons_4.7.0.bb
similarity index 90%
rename from meta/recipes-devtools/python/python3-scons_4.6.0.bb
rename to meta/recipes-devtools/python/python3-scons_4.7.0.bb
index c3cc3f0373..bba6c799d4 100644
--- a/meta/recipes-devtools/python/python3-scons_4.6.0.bb
+++ b/meta/recipes-devtools/python/python3-scons_4.7.0.bb
@@ -5,7 +5,7 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d903b0b8027f461402bac9b5169b36f7"
 
 SRC_URI += " file://0001-Fix-man-page-installation.patch"
-SRC_URI[sha256sum] = "7db28958b188b800f803c287d0680cc3ac7c422ed0b1cf9895042c52567803ec"
+SRC_URI[sha256sum] = "d8b617f6610a73e46509de70dcf82f76861b79762ff602d546f4e80918ec81f3"
 
 PYPI_PACKAGE = "SCons"
 
-- 
2.34.1



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

* [OE-Core] [PATCH 27/34] python3-setuptools: upgrade 69.1.1 -> 69.2.0
  2024-03-26  0:34 [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0 wangmy
                   ` (24 preceding siblings ...)
  2024-03-26  0:34 ` [OE-Core] [PATCH 26/34] python3-scons: upgrade 4.6.0 -> 4.7.0 wangmy
@ 2024-03-26  0:34 ` wangmy
  2024-04-23 12:37   ` Ross Burton
  2024-03-26  0:34 ` [OE-Core] [PATCH 28/34] python3-wheel: upgrade 0.42.0 -> 0.43.0 wangmy
                   ` (6 subsequent siblings)
  32 siblings, 1 reply; 43+ messages in thread
From: wangmy @ 2024-03-26  0:34 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 69.2.0

Changelog:
==========
-Explicitly use encoding="locale" for .pth files whenever possible, to reduce
 EncodingWarnings. This avoid errors with UTF-8
-Clarify some Package Discovery and Resource Access using pkg_resources methods
 return bytes, not str. Also return an empty bytes in EmptyProvider._get
-Return an empty list by default in pkg_resources.ResourceManager.cleanup_resources
-Made pkg_resoursces.NullProvider's has_metadata and metadata_isdir methods
 return actual booleans like all other Providers.

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

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 2a3c71fb62..e227c2889c 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 40648dfa770f9f7b9b9efa501c9ef7af96be9f2d Mon Sep 17 00:00:00 2001
+From 80fe63816eb3bfd1f5b6d354e1f2442805cff4e0 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
@@ -14,10 +14,10 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
  1 file changed, 5 insertions(+)
 
 diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py
-index 5d6fd5c..377e575 100644
+index 858fb20..62bd853 100644
 --- a/setuptools/command/easy_install.py
 +++ b/setuptools/command/easy_install.py
-@@ -676,6 +676,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=False):
diff --git a/meta/recipes-devtools/python/python3-setuptools_69.1.1.bb b/meta/recipes-devtools/python/python3-setuptools_69.2.0.bb
similarity index 94%
rename from meta/recipes-devtools/python/python3-setuptools_69.1.1.bb
rename to meta/recipes-devtools/python/python3-setuptools_69.2.0.bb
index 77d4e0aa03..897398afc5 100644
--- a/meta/recipes-devtools/python/python3-setuptools_69.1.1.bb
+++ b/meta/recipes-devtools/python/python3-setuptools_69.2.0.bb
@@ -11,7 +11,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] = "5c0806c7d9af348e6dd3777b4f4dbb42c7ad85b190104837488eab9a7c945cf8"
+SRC_URI[sha256sum] = "0ff4183f8f42cd8fa3acea16c45205521a4ef28f73c6391d8a25e92893134f2e"
 
 DEPENDS += "python3"
 
-- 
2.34.1



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

* [OE-Core] [PATCH 28/34] python3-wheel: upgrade 0.42.0 -> 0.43.0
  2024-03-26  0:34 [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0 wangmy
                   ` (25 preceding siblings ...)
  2024-03-26  0:34 ` [OE-Core] [PATCH 27/34] python3-setuptools: upgrade 69.1.1 -> 69.2.0 wangmy
@ 2024-03-26  0:34 ` wangmy
  2024-03-26  0:34 ` [OE-Core] [PATCH 29/34] python3-zipp: upgrade 3.17.0 -> 3.18.1 wangmy
                   ` (5 subsequent siblings)
  32 siblings, 0 replies; 43+ messages in thread
From: wangmy @ 2024-03-26  0:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
-Dropped support for Python 3.7
-Updated vendored packaging to 24.0

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

diff --git a/meta/recipes-devtools/python/python3-wheel_0.42.0.bb b/meta/recipes-devtools/python/python3-wheel_0.43.0.bb
similarity index 85%
rename from meta/recipes-devtools/python/python3-wheel_0.42.0.bb
rename to meta/recipes-devtools/python/python3-wheel_0.43.0.bb
index 807888e6c0..ba309ae5fc 100644
--- a/meta/recipes-devtools/python/python3-wheel_0.42.0.bb
+++ b/meta/recipes-devtools/python/python3-wheel_0.43.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7ffb0db04527cfe380e4f2726bd05ebf"
 
-SRC_URI[sha256sum] = "c45be39f7882c9d34243236f2d63cbd58039e360f85d0913425fbd7ceea617a8"
+SRC_URI[sha256sum] = "465ef92c69fa5c5da2d1cf8ac40559a8c940886afcef87dcf14b9470862f1d85"
 
 inherit python_flit_core pypi
 
-- 
2.34.1



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

* [OE-Core] [PATCH 29/34] python3-zipp: upgrade 3.17.0 -> 3.18.1
  2024-03-26  0:34 [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0 wangmy
                   ` (26 preceding siblings ...)
  2024-03-26  0:34 ` [OE-Core] [PATCH 28/34] python3-wheel: upgrade 0.42.0 -> 0.43.0 wangmy
@ 2024-03-26  0:34 ` wangmy
  2024-03-26  0:34 ` [OE-Core] [PATCH 30/34] spirv-headers: upgrade 1.3.275.0 -> 1.3.280.0 wangmy
                   ` (4 subsequent siblings)
  32 siblings, 0 replies; 43+ messages in thread
From: wangmy @ 2024-03-26  0:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
-Bypass ZipFile.namelist in glob for better performance.
-Refactored glob functionality to support a more generalized solution with
 support for platform-specific path separators.
-Add special accounting for pypy when computing the stack level for text
 encoding warnings.

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

diff --git a/meta/recipes-devtools/python/python3-zipp_3.17.0.bb b/meta/recipes-devtools/python/python3-zipp_3.18.1.bb
similarity index 84%
rename from meta/recipes-devtools/python/python3-zipp_3.17.0.bb
rename to meta/recipes-devtools/python/python3-zipp_3.18.1.bb
index e9e220e315..e43432469d 100644
--- a/meta/recipes-devtools/python/python3-zipp_3.17.0.bb
+++ b/meta/recipes-devtools/python/python3-zipp_3.18.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/jaraco/zipp"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=141643e11c48898150daa83802dbc65f"
 
-SRC_URI[sha256sum] = "84e64a1c28cf7e91ed2078bb8cc8c259cb19b76942096c8d7b84947690cabaf0"
+SRC_URI[sha256sum] = "2884ed22e7d8961de1c9a05142eb69a247f120291bc0206a00a7642f09b5b715"
 
 DEPENDS += "python3-setuptools-scm-native"
 
-- 
2.34.1



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

* [OE-Core] [PATCH 30/34] spirv-headers: upgrade 1.3.275.0 -> 1.3.280.0
  2024-03-26  0:34 [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0 wangmy
                   ` (27 preceding siblings ...)
  2024-03-26  0:34 ` [OE-Core] [PATCH 29/34] python3-zipp: upgrade 3.17.0 -> 3.18.1 wangmy
@ 2024-03-26  0:34 ` wangmy
  2024-03-27 11:34   ` Jose Quaresma
  2024-03-26  0:34 ` [OE-Core] [PATCH 31/34] spirv-tools: " wangmy
                   ` (3 subsequent siblings)
  32 siblings, 1 reply; 43+ messages in thread
From: wangmy @ 2024-03-26  0:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
-Add SPV_NV_raw_access_chains
-Headers support for SPV_INTEL_maximum_registers extension
-Add SPV_NV_shader_atomic_fp16_vector
-SPV_QCOM_image_processing2
-cmake: Allow external control of test and install options
-remove Kernel from Image Channel Order and Channel Data Type enums
-Update FPFastMath token reservation
-List all licenses in the root LICENSE file.
-Support SPV_KHR_quad_control (with fixed line endings)
-SPV_KHR_float_controls2
-Add SPV_KHR_maximal_reconvergence
-update copyright dates to 2024
-Register Zig Compiler tool
-Add a Source Language for Zig
-Reserve an FPFastMathMode bit
-Bump the github-actions group with 1 update
-Publish the header for the vulkan-shader-profiler embedded reflection
-Upstream tokens for SPV_INTEL_masked_gather_scatter
-feat: Create dependabot.yml

License-Update: List all licenses in the root LICENSE file.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...{spirv-headers_1.3.275.0.bb => spirv-headers_1.3.280.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/spir/{spirv-headers_1.3.275.0.bb => spirv-headers_1.3.280.0.bb} (84%)

diff --git a/meta/recipes-graphics/spir/spirv-headers_1.3.275.0.bb b/meta/recipes-graphics/spir/spirv-headers_1.3.280.0.bb
similarity index 84%
rename from meta/recipes-graphics/spir/spirv-headers_1.3.275.0.bb
rename to meta/recipes-graphics/spir/spirv-headers_1.3.280.0.bb
index 598a8fc209..26bfd9c4fa 100644
--- a/meta/recipes-graphics/spir/spirv-headers_1.3.275.0.bb
+++ b/meta/recipes-graphics/spir/spirv-headers_1.3.280.0.bb
@@ -2,9 +2,9 @@ SUMMARY = "Machine-readable files for the SPIR-V Registry"
 SECTION = "graphics"
 HOMEPAGE = "https://www.khronos.org/registry/spir-v"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=c938b85bceb8fb26c1a807f28a52ae2d"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d14ee3b13f42e9c9674acc5925c3d741"
 
-SRCREV = "1c6bb2743599e6eb6f37b2969acc0aef812e32e3"
+SRCREV = "8b246ff75c6615ba4532fe4fde20f1be090c3764"
 SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=main"
 PE = "1"
 # These recipes need to be updated in lockstep with each other:
-- 
2.34.1



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

* [OE-Core] [PATCH 31/34] spirv-tools: upgrade 1.3.275.0 -> 1.3.280.0
  2024-03-26  0:34 [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0 wangmy
                   ` (28 preceding siblings ...)
  2024-03-26  0:34 ` [OE-Core] [PATCH 30/34] spirv-headers: upgrade 1.3.275.0 -> 1.3.280.0 wangmy
@ 2024-03-26  0:34 ` wangmy
  2024-03-27 11:34   ` Jose Quaresma
  2024-03-26  0:34 ` [OE-Core] [PATCH 32/34] vala: upgrade 0.56.15 -> 0.56.16 wangmy
                   ` (2 subsequent siblings)
  32 siblings, 1 reply; 43+ messages in thread
From: wangmy @ 2024-03-26  0:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Add tooling support for SPV_KHR_maximal_reconvergence
- Add support for SPV_KHR_float_controls2
- SPV_KHR_quad_control
- Fold 64-bit int operations
- update image enum tests to remove Kernel capability
- Support operand kind for SPV_INTEL_maximum_registers
- SPV_NV_shader_atomic_fp16_vector
- Support for SPV_QCOM_image_processing2 (#5582)
- Fix access chain struct checks

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../spir/{spirv-tools_1.3.275.0.bb => spirv-tools_1.3.280.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/spir/{spirv-tools_1.3.275.0.bb => spirv-tools_1.3.280.0.bb} (96%)

diff --git a/meta/recipes-graphics/spir/spirv-tools_1.3.275.0.bb b/meta/recipes-graphics/spir/spirv-tools_1.3.280.0.bb
similarity index 96%
rename from meta/recipes-graphics/spir/spirv-tools_1.3.275.0.bb
rename to meta/recipes-graphics/spir/spirv-tools_1.3.280.0.bb
index 05c6de1b50..d2b6acf946 100644
--- a/meta/recipes-graphics/spir/spirv-tools_1.3.275.0.bb
+++ b/meta/recipes-graphics/spir/spirv-tools_1.3.280.0.bb
@@ -7,7 +7,7 @@ SECTION = "graphics"
 LICENSE  = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRCREV = "f0cc85efdbbe3a46eae90e0f915dc1509836d0fc"
+SRCREV = "04896c462d9f3f504c99a4698605b6524af813c1"
 SRC_URI = "git://github.com/KhronosGroup/SPIRV-Tools.git;branch=main;protocol=https"
 PE = "1"
 # These recipes need to be updated in lockstep with each other:
-- 
2.34.1



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

* [OE-Core] [PATCH 32/34] vala: upgrade 0.56.15 -> 0.56.16
  2024-03-26  0:34 [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0 wangmy
                   ` (29 preceding siblings ...)
  2024-03-26  0:34 ` [OE-Core] [PATCH 31/34] spirv-tools: " wangmy
@ 2024-03-26  0:34 ` wangmy
  2024-03-26  0:34 ` [OE-Core] [PATCH 33/34] wayland-protocols: upgrade 1.33 -> 1.34 wangmy
  2024-03-26  0:34 ` [OE-Core] [PATCH 34/34] wget: upgrade 1.21.4 -> 1.24.5 wangmy
  32 siblings, 0 replies; 43+ messages in thread
From: wangmy @ 2024-03-26  0:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0001-gtk4-Preserve-compatibility-with-4.14.patch
removed since it's included in 0.56.16

Changelog:
============
* Various improvements and bug fixes:
 - girparser: Recognize usage of time_t and don't rely on given GIR type
 - girparser: Recognize usage of off_t and don't rely on given GIR type
* Bindings:
 - gio-2.0: Restore ApplicationCommandLine.print*_literal() to not require 2.80
 - gmodule-2.0: Do not mark `Module.open` as deprecated
 - gtk4: Preserve compatibility with < 4.14 [#1531]
 - Regenerate for GIR-based bindings to pick up time_t fix (long vs time_t)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...tk4-Preserve-compatibility-with-4.14.patch | 39 -------------------
 .../vala/{vala_0.56.15.bb => vala_0.56.16.bb} |  7 +---
 2 files changed, 2 insertions(+), 44 deletions(-)
 delete mode 100644 meta/recipes-devtools/vala/vala/0001-gtk4-Preserve-compatibility-with-4.14.patch
 rename meta/recipes-devtools/vala/{vala_0.56.15.bb => vala_0.56.16.bb} (92%)

diff --git a/meta/recipes-devtools/vala/vala/0001-gtk4-Preserve-compatibility-with-4.14.patch b/meta/recipes-devtools/vala/vala/0001-gtk4-Preserve-compatibility-with-4.14.patch
deleted file mode 100644
index 161474086e..0000000000
--- a/meta/recipes-devtools/vala/vala/0001-gtk4-Preserve-compatibility-with-4.14.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From 17349020fb95454d06f827fd555b05248f10a370 Mon Sep 17 00:00:00 2001
-From: Rico Tzschichholz <ricotz@ubuntu.com>
-Date: Thu, 7 Mar 2024 17:56:05 +0100
-Subject: [PATCH] gtk4: Preserve compatibility with < 4.14
-
-Don't prefer new accessor methods for Calendar.day/month/year
-
-Fixes https://gitlab.gnome.org/GNOME/vala/issues/1531
-
-Upstream-Status: Backport [https://gitlab.gnome.org/GNOME/vala/-/commit/e0c4ea8c4a0bbf859b5341a7465b395892789d9e]
-
-Signed-off-by: Markus Volk <f_l_k@t-online.de>
----
- vapi/gtk4.vapi                 | 3 +++
- vapi/metadata/Gtk-4.0.metadata | 5 +++++
- 2 files changed, 8 insertions(+)
-
-diff --git a/vapi/gtk4.vapi b/vapi/gtk4.vapi
-index 49f8b2078..51ecea27d 100644
---- a/vapi/gtk4.vapi
-+++ b/vapi/gtk4.vapi
-@@ -7350,11 +7350,14 @@ namespace Gtk {
- 		[Version (since = "4.14")]
- 		public void set_year (int year);
- 		public void unmark_day (uint day);
-+		[NoAccessorMethod]
- 		public int day { get; set; }
-+		[NoAccessorMethod]
- 		public int month { get; set; }
- 		public bool show_day_names { get; set; }
- 		public bool show_heading { get; set; }
- 		public bool show_week_numbers { get; set; }
-+		[NoAccessorMethod]
- 		public int year { get; set; }
- 		public signal void day_selected ();
- 		public signal void next_month ();
--- 
-2.44.0
-
diff --git a/meta/recipes-devtools/vala/vala_0.56.15.bb b/meta/recipes-devtools/vala/vala_0.56.16.bb
similarity index 92%
rename from meta/recipes-devtools/vala/vala_0.56.15.bb
rename to meta/recipes-devtools/vala/vala_0.56.16.bb
index 915ddd8e4d..1c8e4fc673 100644
--- a/meta/recipes-devtools/vala/vala_0.56.15.bb
+++ b/meta/recipes-devtools/vala/vala_0.56.16.bb
@@ -18,11 +18,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
 
 SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
 
-SRC_URI = " \
-	http://ftp.gnome.org/pub/GNOME/sources/${BPN}/${SHRT_VER}/${BP}.tar.xz \
-	file://0001-gtk4-Preserve-compatibility-with-4.14.patch \
-"
-SRC_URI[sha256sum] = "535b6452ed310fd5fb5c7dd6794b6213dac3b48e645e5bff3173741ec2cb3f2b"
+SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${BPN}/${SHRT_VER}/${BP}.tar.xz"
+SRC_URI[sha256sum] = "05487b5600f5d2f09e66a753cccd8f39c1bff9f148aea1b7774d505b9c8bca9b"
 
 inherit autotools pkgconfig upstream-version-is-even
 
-- 
2.34.1



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

* [OE-Core] [PATCH 33/34] wayland-protocols: upgrade 1.33 -> 1.34
  2024-03-26  0:34 [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0 wangmy
                   ` (30 preceding siblings ...)
  2024-03-26  0:34 ` [OE-Core] [PATCH 32/34] vala: upgrade 0.56.15 -> 0.56.16 wangmy
@ 2024-03-26  0:34 ` wangmy
  2024-03-26  0:34 ` [OE-Core] [PATCH 34/34] wget: upgrade 1.21.4 -> 1.24.5 wangmy
  32 siblings, 0 replies; 43+ messages in thread
From: wangmy @ 2024-03-26  0:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
-staging/dialog: Add "dialog" protocol
-Add xdg-toplevel-drag protocol
-build: Bump version to 1.34
-Fix typo in ext-foreign-toplevel-list-v1
-tablet-v2: clarify that name/id events are optional
-linux-drm-syncobj-v1: new protocol
-linux-explicit-synchronization-v1: add linux-drm-syncobj note

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

diff --git a/meta/recipes-graphics/wayland/wayland-protocols_1.33.bb b/meta/recipes-graphics/wayland/wayland-protocols_1.34.bb
similarity index 91%
rename from meta/recipes-graphics/wayland/wayland-protocols_1.33.bb
rename to meta/recipes-graphics/wayland/wayland-protocols_1.34.bb
index 074ea3663a..8c12985714 100644
--- a/meta/recipes-graphics/wayland/wayland-protocols_1.33.bb
+++ b/meta/recipes-graphics/wayland/wayland-protocols_1.34.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c7b12b6702da38ca028ace54aae3d484 \
                     file://stable/presentation-time/presentation-time.xml;endline=26;md5=4646cd7d9edc9fa55db941f2d3a7dc53"
 
 SRC_URI = "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/${PV}/downloads/wayland-protocols-${PV}.tar.xz"
-SRC_URI[sha256sum] = "94f0c50b090d6e61a03f62048467b19abbe851be4e11ae7b36f65f8b98c3963a"
+SRC_URI[sha256sum] = "c59b27cacd85f60baf4ee5f80df5c0d15760ead6a2432b00ab7e2e0574dcafeb"
 
 UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/tags"
 
-- 
2.34.1



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

* [OE-Core] [PATCH 34/34] wget: upgrade 1.21.4 -> 1.24.5
  2024-03-26  0:34 [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0 wangmy
                   ` (31 preceding siblings ...)
  2024-03-26  0:34 ` [OE-Core] [PATCH 33/34] wayland-protocols: upgrade 1.33 -> 1.34 wangmy
@ 2024-03-26  0:34 ` wangmy
  32 siblings, 0 replies; 43+ messages in thread
From: wangmy @ 2024-03-26  0:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0002-improve-reproducibility.patch
refreshed for 1.24.5

Changelog:
============
** Fix how subdomain matches are checked for HSTS.
   Fixes a minor issue where cookies may be leaked to the wrong domain
** Wget will now also parse the srcset attribute in <source> HTML tags
** Support reading fetchmail style "user" and "passwd" fields from netrc
** In some cases, prevent the confusing "Cannot write to... (success)" error messages
** Support extremely fast download speeds (TB/s).
   Previously this would cause Wget to crash when printing the speed
** Improve portability on OpenBSD to run the test suite
** Ensure that CSS URLs are corectly quoted (Bug: 64082)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../wget/wget/0002-improve-reproducibility.patch         | 9 +++------
 .../wget/{wget_1.21.4.bb => wget_1.24.5.bb}              | 2 +-
 2 files changed, 4 insertions(+), 7 deletions(-)
 rename meta/recipes-extended/wget/{wget_1.21.4.bb => wget_1.24.5.bb} (60%)

diff --git a/meta/recipes-extended/wget/wget/0002-improve-reproducibility.patch b/meta/recipes-extended/wget/wget/0002-improve-reproducibility.patch
index 050fc2c7e1..5438bafdcb 100644
--- a/meta/recipes-extended/wget/wget/0002-improve-reproducibility.patch
+++ b/meta/recipes-extended/wget/wget/0002-improve-reproducibility.patch
@@ -1,4 +1,4 @@
-From 7f1357529d23b356b45fbb0dd7388588162e4cb8 Mon Sep 17 00:00:00 2001
+From b86e57b68363d108fe77c6fd588a275d2696cabe Mon Sep 17 00:00:00 2001
 From: Hongxu Jia <hongxu.jia@windriver.com>
 Date: Wed, 10 Jan 2018 14:43:20 +0800
 Subject: [PATCH] src/Makefile.am: improve reproducibility
@@ -44,10 +44,10 @@ Signed-off-by: Joe Slater <jslater@windriver.com>
  1 file changed, 4 insertions(+)
 
 diff --git a/src/Makefile.am b/src/Makefile.am
-index 28c0be2..44084a3 100644
+index 18ec622..38d252d 100644
 --- a/src/Makefile.am
 +++ b/src/Makefile.am
-@@ -87,9 +87,13 @@ version.c:  $(wget_SOURCES) ../lib/libgnu.a
+@@ -108,9 +108,13 @@ version.c:  $(wget_SOURCES) ../lib/libgnu.a
  	echo '#include "version.h"' >> $@
  	echo 'const char *version_string = "@VERSION@";' >> $@
  	echo 'const char *compilation_string = "'$(COMPILE)'";' \
@@ -61,6 +61,3 @@ index 28c0be2..44084a3 100644
  	    | $(ESCAPEQUOTE) >> $@
  
  css.c: $(srcdir)/css.l
--- 
-1.8.3.1
-
diff --git a/meta/recipes-extended/wget/wget_1.21.4.bb b/meta/recipes-extended/wget/wget_1.24.5.bb
similarity index 60%
rename from meta/recipes-extended/wget/wget_1.21.4.bb
rename to meta/recipes-extended/wget/wget_1.24.5.bb
index 1d31b0116d..64e6ee80af 100644
--- a/meta/recipes-extended/wget/wget_1.21.4.bb
+++ b/meta/recipes-extended/wget/wget_1.24.5.bb
@@ -2,6 +2,6 @@ SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \
            file://0002-improve-reproducibility.patch \
           "
 
-SRC_URI[sha256sum] = "81542f5cefb8faacc39bbbc6c82ded80e3e4a88505ae72ea51df27525bcde04c"
+SRC_URI[sha256sum] = "fa2dc35bab5184ecbc46a9ef83def2aaaa3f4c9f3c97d4bd19dcb07d4da637de"
 
 require wget.inc
-- 
2.34.1



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

* Re: [OE-Core] [PATCH 07/34] glslang: upgrade 1.3.275.0 -> 1.3.280.0
  2024-03-26  0:34 ` [OE-Core] [PATCH 07/34] glslang: upgrade 1.3.275.0 -> 1.3.280.0 wangmy
@ 2024-03-26  8:44   ` Alexander Kanavin
  0 siblings, 0 replies; 43+ messages in thread
From: Alexander Kanavin @ 2024-03-26  8:44 UTC (permalink / raw)
  To: wangmy; +Cc: openembedded-core

This and the spirv recipes should be updated in lockstep with vulkan
recipes to keep them all at the same version. Please note that this is
written in the comments in all those recipes.

Alex


On Tue, 26 Mar 2024 at 01:35, wangmy via lists.openembedded.org
<wangmy=fujitsu.com@lists.openembedded.org> wrote:
>
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> 0001-generate-glslang-pkg-config.patch
> refreshed for 1.3.280.0.
>
> Changelog:
> ==========
> * Add a new --abosute-path command-line option to output absolute paths in error messages
> * Support GL_EXT_control_flow_attributes2
> * Support GL_ARB_shading_language_include
> * Fix HLSL built-in passthrough via inout
> * Enable -Wimplicit-fallthrough and fix warnings
> * Fix -Wmissing_field_initializer warnings
> * Document supported dependencies in known_good.json
> * Clear spirv vector before use
> * Emit debug info for accelerationStructure and rayQuery variables
> * Support NV_shader_atomic_fp16_vector
> * Support GL_EXT_expect_assume_support
> * Allow external control of whether glslang will be tested or installed
> * Improve debug source and line info
> * Support GL_KHR_shader_subgroup_rotate
> * Add SPIRV-Tools-opt dependency if ENABLE_OPT
> * Support EXT_shader_quad_control
> * Add OpAssumeTrueKHR and OpExpectKHR
> * Support GL_EXT_maximal_reconvergence
> * Remove generation of deprecated Target.cmake files
> * Fix array size of gl_SampleMask and gl_SampleMaskIn
> * Support GL_ARB_texture_multisample_extension
> * Emit DebugTypePointer when non-semantic debug info is enabled
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../glslang/0001-generate-glslang-pkg-config.patch     | 10 +++++-----
>  .../{glslang_1.3.275.0.bb => glslang_1.3.280.0.bb}     |  2 +-
>  2 files changed, 6 insertions(+), 6 deletions(-)
>  rename meta/recipes-graphics/glslang/{glslang_1.3.275.0.bb => glslang_1.3.280.0.bb} (96%)
>
> diff --git a/meta/recipes-graphics/glslang/glslang/0001-generate-glslang-pkg-config.patch b/meta/recipes-graphics/glslang/glslang/0001-generate-glslang-pkg-config.patch
> index 316a57fa4a..e6bb6ec8e3 100644
> --- a/meta/recipes-graphics/glslang/glslang/0001-generate-glslang-pkg-config.patch
> +++ b/meta/recipes-graphics/glslang/glslang/0001-generate-glslang-pkg-config.patch
> @@ -1,4 +1,4 @@
> -From 4cede5edcff96134baf35953d58595c4aa5f1fc5 Mon Sep 17 00:00:00 2001
> +From fc33f1cf032a15c07044ef932bc991c346d62d62 Mon Sep 17 00:00:00 2001
>  From: Jose Quaresma <quaresma.jose@gmail.com>
>  Date: Sun, 7 Feb 2021 01:30:39 +0000
>  Subject: [PATCH] generate glslang pkg-config
> @@ -15,12 +15,12 @@ Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
>   create mode 100644 glslang/glslang.pc.cmake.in
>
>  diff --git a/glslang/CMakeLists.txt b/glslang/CMakeLists.txt
> -index 37eecaad..6974935c 100644
> +index e4690f09..8e660bc5 100644
>  --- a/glslang/CMakeLists.txt
>  +++ b/glslang/CMakeLists.txt
> -@@ -251,6 +251,8 @@ if(PROJECT_IS_TOP_LEVEL)
> -         ")
> -         install(FILES "${CMAKE_CURRENT_BINARY_DIR}/glslangTargets.cmake" DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake)
> +@@ -233,6 +233,8 @@ if(GLSLANG_ENABLE_INSTALL)
> +         install(TARGETS MachineIndependent EXPORT glslang-targets)
> +         install(TARGETS GenericCodeGen EXPORT glslang-targets)
>       endif()
>  +    configure_file(${CMAKE_CURRENT_SOURCE_DIR}/glslang.pc.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/pkgconfig/glslang.pc @ONLY)
>  +    install(FILES ${CMAKE_CURRENT_BINARY_DIR}/pkgconfig/glslang.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
> diff --git a/meta/recipes-graphics/glslang/glslang_1.3.275.0.bb b/meta/recipes-graphics/glslang/glslang_1.3.280.0.bb
> similarity index 96%
> rename from meta/recipes-graphics/glslang/glslang_1.3.275.0.bb
> rename to meta/recipes-graphics/glslang/glslang_1.3.280.0.bb
> index 2fd1e72a26..637082c719 100644
> --- a/meta/recipes-graphics/glslang/glslang_1.3.275.0.bb
> +++ b/meta/recipes-graphics/glslang/glslang_1.3.280.0.bb
> @@ -8,7 +8,7 @@ HOMEPAGE = "https://www.khronos.org/opengles/sdk/tools/Reference-Compiler"
>  LICENSE = "BSD-3-Clause & BSD-2-Clause & MIT & Apache-2.0 & GPL-3-with-bison-exception"
>  LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2a2b5acd7bc4844964cfda45fe807dc3"
>
> -SRCREV = "a91631b260cba3f22858d6c6827511e636c2458a"
> +SRCREV = "ee2f5d09eaf8f4e8d0d598bd2172fce290d4ca60"
>  SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https;branch=main \
>             file://0001-generate-glslang-pkg-config.patch \
>             "
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#197496): https://lists.openembedded.org/g/openembedded-core/message/197496
> Mute This Topic: https://lists.openembedded.org/mt/105150498/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


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

* Re: [OE-Core] [PATCH 17/34] mesa: upgrade 24.0.2 -> 24.0.3
  2024-03-26  0:34 ` [OE-Core] [PATCH 17/34] mesa: upgrade 24.0.2 -> 24.0.3 wangmy
@ 2024-03-26  8:49   ` Alexander Kanavin
  0 siblings, 0 replies; 43+ messages in thread
From: Alexander Kanavin @ 2024-03-26  8:49 UTC (permalink / raw)
  To: wangmy; +Cc: openembedded-core

Don't forget the mesa-gl recipe in those updates.

Alex

On Tue, 26 Mar 2024 at 01:37, wangmy via lists.openembedded.org
<wangmy=fujitsu.com@lists.openembedded.org> wrote:
>
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> 0001-Revert-meson-do-not-pull-in-clc-for-clover.patch
> refreshed for 24.0.3
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  ...Revert-meson-do-not-pull-in-clc-for-clover.patch | 13 +++++--------
>  meta/recipes-graphics/mesa/mesa.inc                 |  2 +-
>  .../mesa/{mesa_24.0.2.bb => mesa_24.0.3.bb}         |  0
>  3 files changed, 6 insertions(+), 9 deletions(-)
>  rename meta/recipes-graphics/mesa/{mesa_24.0.2.bb => mesa_24.0.3.bb} (100%)
>
> diff --git a/meta/recipes-graphics/mesa/files/0001-Revert-meson-do-not-pull-in-clc-for-clover.patch b/meta/recipes-graphics/mesa/files/0001-Revert-meson-do-not-pull-in-clc-for-clover.patch
> index f6d95c8982..1711e22585 100644
> --- a/meta/recipes-graphics/mesa/files/0001-Revert-meson-do-not-pull-in-clc-for-clover.patch
> +++ b/meta/recipes-graphics/mesa/files/0001-Revert-meson-do-not-pull-in-clc-for-clover.patch
> @@ -1,4 +1,4 @@
> -From fe4600de549549fbb3033fc1b37904ba6b3fe2af Mon Sep 17 00:00:00 2001
> +From 051f41beda540f0ae77b341db01a6de83c9e938a Mon Sep 17 00:00:00 2001
>  From: Markus Volk <f_l_k@t-online.de>
>  Date: Fri, 8 Mar 2024 15:53:11 +0100
>  Subject: [PATCH] Revert "meson: do not pull in clc for clover"
> @@ -18,10 +18,10 @@ Signed-off-by: Markus Volk <f_l_k@t-online.de>
>   2 files changed, 3 insertions(+), 2 deletions(-)
>
>  diff --git a/meson.build b/meson.build
> -index 25e92ea5f95..3956e19c08f 100644
> +index 2db6185..741b5d1 100644
>  --- a/meson.build
>  +++ b/meson.build
> -@@ -818,6 +818,7 @@ if _opencl != 'disabled'
> +@@ -813,6 +813,7 @@ if _opencl != 'disabled'
>       error('The Clover OpenCL state tracker requires rtti')
>     endif
>
> @@ -29,7 +29,7 @@ index 25e92ea5f95..3956e19c08f 100644
>     with_gallium_opencl = true
>     with_opencl_icd = _opencl == 'icd'
>   else
> -@@ -842,7 +843,7 @@ if with_gallium_rusticl
> +@@ -837,7 +838,7 @@ if with_gallium_rusticl
>   endif
>
>   dep_clc = null_dep
> @@ -39,7 +39,7 @@ index 25e92ea5f95..3956e19c08f 100644
>   endif
>
>  diff --git a/src/compiler/meson.build b/src/compiler/meson.build
> -index 8d73544c6d8..1dae56d1b2b 100644
> +index 8d73544..1dae56d 100644
>  --- a/src/compiler/meson.build
>  +++ b/src/compiler/meson.build
>  @@ -79,7 +79,7 @@ subdir('nir')
> @@ -51,6 +51,3 @@ index 8d73544c6d8..1dae56d1b2b 100644
>     subdir('clc')
>   endif
>   if with_gallium
> ---
> -2.44.0
> -
> diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
> index a8088e6fb6..b08ec873a0 100644
> --- a/meta/recipes-graphics/mesa/mesa.inc
> +++ b/meta/recipes-graphics/mesa/mesa.inc
> @@ -23,7 +23,7 @@ SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \
>             file://0001-Revert-meson-do-not-pull-in-clc-for-clover.patch \
>  "
>
> -SRC_URI[sha256sum] = "94e28a8edad06d8ed2b83eb53f253b9eb5aa62c3080f939702e1b3039b56c9e8"
> +SRC_URI[sha256sum] = "77aec9a2a37b7d3596ea1640b3cc53d0b5d9b3b52abed89de07e3717e91bfdbe"
>
>  UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)"
>
> diff --git a/meta/recipes-graphics/mesa/mesa_24.0.2.bb b/meta/recipes-graphics/mesa/mesa_24.0.3.bb
> similarity index 100%
> rename from meta/recipes-graphics/mesa/mesa_24.0.2.bb
> rename to meta/recipes-graphics/mesa/mesa_24.0.3.bb
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#197506): https://lists.openembedded.org/g/openembedded-core/message/197506
> Mute This Topic: https://lists.openembedded.org/mt/105150531/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


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

* Re: [OE-Core] [PATCH 06/34] glib-networking: upgrade 2.78.1 -> 2.80.0
  2024-03-26  0:34 ` [OE-Core] [PATCH 06/34] glib-networking: upgrade 2.78.1 -> 2.80.0 wangmy
@ 2024-03-26 16:50   ` Alexandre Belloni
  0 siblings, 0 replies; 43+ messages in thread
From: Alexandre Belloni @ 2024-03-26 16:50 UTC (permalink / raw)
  To: wangmy; +Cc: openembedded-core

This causes ptest failures:

Failed ptests:
{'glib-networking': ['glib-networking/connection-gnutls.test',
                     'glib-networking/file-database-gnutls.test']}

(/usr/libexec/installed-tests/glib-networking/file-database-gnutls:400): GLib-Net-WARNING **: 10:09:00.679: Failed to load TLS database: System trust contains zero trusted certificates; please investigate your GnuTLS configuration
FAIL: glib-networking/file-database-gnutls.test (Child process killed by signal 5)
Running test: glib-networking/connection-gnutls.test

(/usr/libexec/installed-tests/glib-networking/connection-gnutls:402): GLib-Net-WARNING **: 10:09:00.693: Failed to load TLS database: System trust contains zero trusted certificates; please investigate your GnuTLS configuration
FAIL: glib-networking/connection-gnutls.test (Child process killed by signal 5)
Running test: glib-networking/certificate-gnutls.test

I guess the ptests need ca-certificates.


On 26/03/2024 08:34:24+0800, wangmy via lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
> 
> Changelog:
> ===========
> - Mark plugin functions as exports on Windows
> - GnuTLS: fix improper use of IP address in SNI extension
> - GnuTLS: major performance improvement: reduce unnecessary trust list creation
> - OpenSSL: properly handle BIO_CTRL_EOF
> - GnuTLS: Add warning when system has no trusted certificates
> - OpenSSL: Fix bug when populating trust store
> - Fix license on dtls-connection.c test
> - Updated translations
> 
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../{glib-networking_2.78.1.bb => glib-networking_2.80.0.bb}    | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-core/glib-networking/{glib-networking_2.78.1.bb => glib-networking_2.80.0.bb} (95%)
> 
> diff --git a/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb b/meta/recipes-core/glib-networking/glib-networking_2.80.0.bb
> similarity index 95%
> rename from meta/recipes-core/glib-networking/glib-networking_2.78.1.bb
> rename to meta/recipes-core/glib-networking/glib-networking_2.80.0.bb
> index 5060d9fd7a..c8a1355548 100644
> --- a/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb
> +++ b/meta/recipes-core/glib-networking/glib-networking_2.80.0.bb
> @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
>  SECTION = "libs"
>  DEPENDS = "glib-2.0-native glib-2.0"
>  
> -SRC_URI[archive.sha256sum] = "e48f2ddbb049832cbb09230529c5e45daca9f0df0eda325f832f7379859bf09f"
> +SRC_URI[archive.sha256sum] = "d8f4f1aab213179ae3351617b59dab5de6bcc9e785021eee178998ebd4bb3acf"
>  
>  # Upstream note that for the openssl backend, half the tests where this backend don't return
>  # the expected error code or don't work as expected so default to gnutls
> -- 
> 2.34.1
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#197497): https://lists.openembedded.org/g/openembedded-core/message/197497
> Mute This Topic: https://lists.openembedded.org/mt/105150499/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


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

* Re: [OE-Core] [PATCH 31/34] spirv-tools: upgrade 1.3.275.0 -> 1.3.280.0
  2024-03-26  0:34 ` [OE-Core] [PATCH 31/34] spirv-tools: " wangmy
@ 2024-03-27 11:34   ` Jose Quaresma
  2024-03-27 12:45     ` Alexandre Belloni
  0 siblings, 1 reply; 43+ messages in thread
From: Jose Quaresma @ 2024-03-27 11:34 UTC (permalink / raw)
  To: wangmy, Alexandre Belloni; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 2709 bytes --]

Hi Alexandre,

I see this is still on
https://git.yoctoproject.org/poky-contrib/log/?h=abelloni/master-next but
it should be dropped
because it is included in the vulkan v2
https://lists.openembedded.org/g/openembedded-core/message/197546

This spirv and glslang recipes should be updated in lockstep with vulkan as
printed by AlexK on
https://lists.openembedded.org/g/openembedded-core/message/197529

Jose


wangmy via lists.openembedded.org <wangmy=fujitsu.com@lists.openembedded.org>
escreveu (terça, 26/03/2024 à(s) 00:37):

> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Changelog:
> ==========
> - Add tooling support for SPV_KHR_maximal_reconvergence
> - Add support for SPV_KHR_float_controls2
> - SPV_KHR_quad_control
> - Fold 64-bit int operations
> - update image enum tests to remove Kernel capability
> - Support operand kind for SPV_INTEL_maximum_registers
> - SPV_NV_shader_atomic_fp16_vector
> - Support for SPV_QCOM_image_processing2 (#5582)
> - Fix access chain struct checks
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../spir/{spirv-tools_1.3.275.0.bb => spirv-tools_1.3.280.0.bb} | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-graphics/spir/{spirv-tools_1.3.275.0.bb =>
> spirv-tools_1.3.280.0.bb} (96%)
>
> diff --git a/meta/recipes-graphics/spir/spirv-tools_1.3.275.0.bb
> b/meta/recipes-graphics/spir/spirv-tools_1.3.280.0.bb
> similarity index 96%
> rename from meta/recipes-graphics/spir/spirv-tools_1.3.275.0.bb
> rename to meta/recipes-graphics/spir/spirv-tools_1.3.280.0.bb
> index 05c6de1b50..d2b6acf946 100644
> --- a/meta/recipes-graphics/spir/spirv-tools_1.3.275.0.bb
> +++ b/meta/recipes-graphics/spir/spirv-tools_1.3.280.0.bb
> @@ -7,7 +7,7 @@ SECTION = "graphics"
>  LICENSE  = "Apache-2.0"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
>
> -SRCREV = "f0cc85efdbbe3a46eae90e0f915dc1509836d0fc"
> +SRCREV = "04896c462d9f3f504c99a4698605b6524af813c1"
>  SRC_URI = "git://
> github.com/KhronosGroup/SPIRV-Tools.git;branch=main;protocol=https"
>  PE = "1"
>  # These recipes need to be updated in lockstep with each other:
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#197520):
> https://lists.openembedded.org/g/openembedded-core/message/197520
> Mute This Topic: https://lists.openembedded.org/mt/105150547/5052612
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> quaresma.jose@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

-- 
Best regards,

José Quaresma

[-- Attachment #2: Type: text/html, Size: 5384 bytes --]

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

* Re: [OE-Core] [PATCH 30/34] spirv-headers: upgrade 1.3.275.0 -> 1.3.280.0
  2024-03-26  0:34 ` [OE-Core] [PATCH 30/34] spirv-headers: upgrade 1.3.275.0 -> 1.3.280.0 wangmy
@ 2024-03-27 11:34   ` Jose Quaresma
  0 siblings, 0 replies; 43+ messages in thread
From: Jose Quaresma @ 2024-03-27 11:34 UTC (permalink / raw)
  To: wangmy; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 3432 bytes --]

Hi Alexandre,

I see this is still on
https://git.yoctoproject.org/poky-contrib/log/?h=abelloni/master-next but
it should be dropped
because it is included in the vulkan v2
https://lists.openembedded.org/g/openembedded-core/message/197546

This spirv and glslang recipes should be updated in lockstep with vulkan as
printed by AlexK on
https://lists.openembedded.org/g/openembedded-core/message/197529

Jose

wangmy via lists.openembedded.org <wangmy=fujitsu.com@lists.openembedded.org>
escreveu (terça, 26/03/2024 à(s) 00:37):

> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Changelog:
> ==========
> -Add SPV_NV_raw_access_chains
> -Headers support for SPV_INTEL_maximum_registers extension
> -Add SPV_NV_shader_atomic_fp16_vector
> -SPV_QCOM_image_processing2
> -cmake: Allow external control of test and install options
> -remove Kernel from Image Channel Order and Channel Data Type enums
> -Update FPFastMath token reservation
> -List all licenses in the root LICENSE file.
> -Support SPV_KHR_quad_control (with fixed line endings)
> -SPV_KHR_float_controls2
> -Add SPV_KHR_maximal_reconvergence
> -update copyright dates to 2024
> -Register Zig Compiler tool
> -Add a Source Language for Zig
> -Reserve an FPFastMathMode bit
> -Bump the github-actions group with 1 update
> -Publish the header for the vulkan-shader-profiler embedded reflection
> -Upstream tokens for SPV_INTEL_masked_gather_scatter
> -feat: Create dependabot.yml
>
> License-Update: List all licenses in the root LICENSE file.
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  ...{spirv-headers_1.3.275.0.bb => spirv-headers_1.3.280.0.bb} | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-graphics/spir/{spirv-headers_1.3.275.0.bb =>
> spirv-headers_1.3.280.0.bb} (84%)
>
> diff --git a/meta/recipes-graphics/spir/spirv-headers_1.3.275.0.bb
> b/meta/recipes-graphics/spir/spirv-headers_1.3.280.0.bb
> similarity index 84%
> rename from meta/recipes-graphics/spir/spirv-headers_1.3.275.0.bb
> rename to meta/recipes-graphics/spir/spirv-headers_1.3.280.0.bb
> index 598a8fc209..26bfd9c4fa 100644
> --- a/meta/recipes-graphics/spir/spirv-headers_1.3.275.0.bb
> +++ b/meta/recipes-graphics/spir/spirv-headers_1.3.280.0.bb
> @@ -2,9 +2,9 @@ SUMMARY = "Machine-readable files for the SPIR-V Registry"
>  SECTION = "graphics"
>  HOMEPAGE = "https://www.khronos.org/registry/spir-v"
>  LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=c938b85bceb8fb26c1a807f28a52ae2d"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=d14ee3b13f42e9c9674acc5925c3d741"
>
> -SRCREV = "1c6bb2743599e6eb6f37b2969acc0aef812e32e3"
> +SRCREV = "8b246ff75c6615ba4532fe4fde20f1be090c3764"
>  SRC_URI = "git://
> github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=main"
>  PE = "1"
>  # These recipes need to be updated in lockstep with each other:
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#197518):
> https://lists.openembedded.org/g/openembedded-core/message/197518
> Mute This Topic: https://lists.openembedded.org/mt/105150545/5052612
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> quaresma.jose@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

-- 
Best regards,

José Quaresma

[-- Attachment #2: Type: text/html, Size: 6233 bytes --]

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

* Re: [OE-Core] [PATCH 31/34] spirv-tools: upgrade 1.3.275.0 -> 1.3.280.0
  2024-03-27 11:34   ` Jose Quaresma
@ 2024-03-27 12:45     ` Alexandre Belloni
  2024-03-27 12:54       ` Alexander Kanavin
  0 siblings, 1 reply; 43+ messages in thread
From: Alexandre Belloni @ 2024-03-27 12:45 UTC (permalink / raw)
  To: Jose Quaresma; +Cc: wangmy, openembedded-core

On 27/03/2024 11:34:42+0000, Jose Quaresma wrote:
> Hi Alexandre,
> 
> I see this is still on
> https://git.yoctoproject.org/poky-contrib/log/?h=abelloni/master-next but
> it should be dropped
> because it is included in the vulkan v2
> https://lists.openembedded.org/g/openembedded-core/message/197546
> 
> This spirv and glslang recipes should be updated in lockstep with vulkan as
> printed by AlexK on
> https://lists.openembedded.org/g/openembedded-core/message/197529

Note that I took the spirv patches only once there was the vulkan
update so it is not *still* there.
This is super frustrating because the vulkan upgrade commit changelog is
not a replacement for the spirv upgrade commit changelog.

> 
> Jose
> 
> 
> wangmy via lists.openembedded.org <wangmy=fujitsu.com@lists.openembedded.org>
> escreveu (ter�a, 26/03/2024 �(s) 00:37):
> 
> > From: Wang Mingyu <wangmy@fujitsu.com>
> >
> > Changelog:
> > ==========
> > - Add tooling support for SPV_KHR_maximal_reconvergence
> > - Add support for SPV_KHR_float_controls2
> > - SPV_KHR_quad_control
> > - Fold 64-bit int operations
> > - update image enum tests to remove Kernel capability
> > - Support operand kind for SPV_INTEL_maximum_registers
> > - SPV_NV_shader_atomic_fp16_vector
> > - Support for SPV_QCOM_image_processing2 (#5582)
> > - Fix access chain struct checks
> >
> > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > ---
> >  .../spir/{spirv-tools_1.3.275.0.bb => spirv-tools_1.3.280.0.bb} | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >  rename meta/recipes-graphics/spir/{spirv-tools_1.3.275.0.bb =>
> > spirv-tools_1.3.280.0.bb} (96%)
> >
> > diff --git a/meta/recipes-graphics/spir/spirv-tools_1.3.275.0.bb
> > b/meta/recipes-graphics/spir/spirv-tools_1.3.280.0.bb
> > similarity index 96%
> > rename from meta/recipes-graphics/spir/spirv-tools_1.3.275.0.bb
> > rename to meta/recipes-graphics/spir/spirv-tools_1.3.280.0.bb
> > index 05c6de1b50..d2b6acf946 100644
> > --- a/meta/recipes-graphics/spir/spirv-tools_1.3.275.0.bb
> > +++ b/meta/recipes-graphics/spir/spirv-tools_1.3.280.0.bb
> > @@ -7,7 +7,7 @@ SECTION = "graphics"
> >  LICENSE  = "Apache-2.0"
> >  LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
> >
> > -SRCREV = "f0cc85efdbbe3a46eae90e0f915dc1509836d0fc"
> > +SRCREV = "04896c462d9f3f504c99a4698605b6524af813c1"
> >  SRC_URI = "git://
> > github.com/KhronosGroup/SPIRV-Tools.git;branch=main;protocol=https"
> >  PE = "1"
> >  # These recipes need to be updated in lockstep with each other:
> > --
> > 2.34.1
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#197520):
> > https://lists.openembedded.org/g/openembedded-core/message/197520
> > Mute This Topic: https://lists.openembedded.org/mt/105150547/5052612
> > Group Owner: openembedded-core+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> > quaresma.jose@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
> >
> 
> -- 
> Best regards,
> 
> Jos� Quaresma

-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


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

* Re: [OE-Core] [PATCH 31/34] spirv-tools: upgrade 1.3.275.0 -> 1.3.280.0
  2024-03-27 12:45     ` Alexandre Belloni
@ 2024-03-27 12:54       ` Alexander Kanavin
  0 siblings, 0 replies; 43+ messages in thread
From: Alexander Kanavin @ 2024-03-27 12:54 UTC (permalink / raw)
  To: alexandre.belloni; +Cc: Jose Quaresma, wangmy, openembedded-core

This should all be squashed into a single commit, because otherwise it
will break bisection, if the bisect process lands between those
patches (or just take the original v2). I'm fine with not having
upstream changelogs.

Alex


On Wed, 27 Mar 2024 at 13:45, Alexandre Belloni via
lists.openembedded.org
<alexandre.belloni=bootlin.com@lists.openembedded.org> wrote:
>
> On 27/03/2024 11:34:42+0000, Jose Quaresma wrote:
> > Hi Alexandre,
> >
> > I see this is still on
> > https://git.yoctoproject.org/poky-contrib/log/?h=abelloni/master-next but
> > it should be dropped
> > because it is included in the vulkan v2
> > https://lists.openembedded.org/g/openembedded-core/message/197546
> >
> > This spirv and glslang recipes should be updated in lockstep with vulkan as
> > printed by AlexK on
> > https://lists.openembedded.org/g/openembedded-core/message/197529
>
> Note that I took the spirv patches only once there was the vulkan
> update so it is not *still* there.
> This is super frustrating because the vulkan upgrade commit changelog is
> not a replacement for the spirv upgrade commit changelog.
>
> >
> > Jose
> >
> >
> > wangmy via lists.openembedded.org <wangmy=fujitsu.com@lists.openembedded.org>
> > escreveu (terça, 26/03/2024 à(s) 00:37):
> >
> > > From: Wang Mingyu <wangmy@fujitsu.com>
> > >
> > > Changelog:
> > > ==========
> > > - Add tooling support for SPV_KHR_maximal_reconvergence
> > > - Add support for SPV_KHR_float_controls2
> > > - SPV_KHR_quad_control
> > > - Fold 64-bit int operations
> > > - update image enum tests to remove Kernel capability
> > > - Support operand kind for SPV_INTEL_maximum_registers
> > > - SPV_NV_shader_atomic_fp16_vector
> > > - Support for SPV_QCOM_image_processing2 (#5582)
> > > - Fix access chain struct checks
> > >
> > > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > > ---
> > >  .../spir/{spirv-tools_1.3.275.0.bb => spirv-tools_1.3.280.0.bb} | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >  rename meta/recipes-graphics/spir/{spirv-tools_1.3.275.0.bb =>
> > > spirv-tools_1.3.280.0.bb} (96%)
> > >
> > > diff --git a/meta/recipes-graphics/spir/spirv-tools_1.3.275.0.bb
> > > b/meta/recipes-graphics/spir/spirv-tools_1.3.280.0.bb
> > > similarity index 96%
> > > rename from meta/recipes-graphics/spir/spirv-tools_1.3.275.0.bb
> > > rename to meta/recipes-graphics/spir/spirv-tools_1.3.280.0.bb
> > > index 05c6de1b50..d2b6acf946 100644
> > > --- a/meta/recipes-graphics/spir/spirv-tools_1.3.275.0.bb
> > > +++ b/meta/recipes-graphics/spir/spirv-tools_1.3.280.0.bb
> > > @@ -7,7 +7,7 @@ SECTION = "graphics"
> > >  LICENSE  = "Apache-2.0"
> > >  LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
> > >
> > > -SRCREV = "f0cc85efdbbe3a46eae90e0f915dc1509836d0fc"
> > > +SRCREV = "04896c462d9f3f504c99a4698605b6524af813c1"
> > >  SRC_URI = "git://
> > > github.com/KhronosGroup/SPIRV-Tools.git;branch=main;protocol=https"
> > >  PE = "1"
> > >  # These recipes need to be updated in lockstep with each other:
> > > --
> > > 2.34.1
> > >
> > >
> > >
> > >
> > >
> >
> > --
> > Best regards,
> >
> > José Quaresma
>
> --
> Alexandre Belloni, co-owner and COO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#197556): https://lists.openembedded.org/g/openembedded-core/message/197556
> Mute This Topic: https://lists.openembedded.org/mt/105150547/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


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

* Re: [OE-Core] [PATCH 27/34] python3-setuptools: upgrade 69.1.1 -> 69.2.0
  2024-03-26  0:34 ` [OE-Core] [PATCH 27/34] python3-setuptools: upgrade 69.1.1 -> 69.2.0 wangmy
@ 2024-04-23 12:37   ` Ross Burton
  2024-04-23 15:39     ` Ross Burton
  0 siblings, 1 reply; 43+ messages in thread
From: Ross Burton @ 2024-04-23 12:37 UTC (permalink / raw)
  To: Mingyu Wang (Fujitsu); +Cc: openembedded-core

Somehow, this distributes a copy of the build tree:

Changes to packages/aarch64-linux/python3-setuptools-native (sysroot):
  /usr/lib/python3.12/site-packages/build was added
  /usr/lib/python3.12/site-packages/build/lib was added
  /usr/lib/python3.12/site-packages/build/lib/_distutils_hack was added
  /usr/lib/python3.12/site-packages/build/lib/_distutils_hack/__init__.py was added
  /usr/lib/python3.12/site-packages/build/lib/_distutils_hack/override.py was added
  /usr/lib/python3.12/site-packages/build/lib/pkg_resources was added
  /usr/lib/python3.12/site-packages/build/lib/pkg_resources/extern was added
  /usr/lib/python3.12/site-packages/build/lib/pkg_resources/extern/__init__.py was added
  /usr/lib/python3.12/site-packages/build/lib/pkg_resources/__init__.py was added
  /usr/lib/python3.12/site-packages/build/lib/pkg_resources/_vendor was added
…

This is very broken and hopefully a newer release fixed it.

Ross

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

* Re: [OE-Core] [PATCH 27/34] python3-setuptools: upgrade 69.1.1 -> 69.2.0
  2024-04-23 12:37   ` Ross Burton
@ 2024-04-23 15:39     ` Ross Burton
  0 siblings, 0 replies; 43+ messages in thread
From: Ross Burton @ 2024-04-23 15:39 UTC (permalink / raw)
  To: Ross Burton; +Cc: Mingyu Wang (Fujitsu), openembedded-core

On 23 Apr 2024, at 13:37, Ross Burton via lists.openembedded.org <ross.burton=arm.com@lists.openembedded.org> wrote:
> 
> Somehow, this distributes a copy of the build tree:
> 
> Changes to packages/aarch64-linux/python3-setuptools-native (sysroot):
>  /usr/lib/python3.12/site-packages/build was added
>  /usr/lib/python3.12/site-packages/build/lib was added
>  /usr/lib/python3.12/site-packages/build/lib/_distutils_hack was added
>  /usr/lib/python3.12/site-packages/build/lib/_distutils_hack/__init__.py was added
>  /usr/lib/python3.12/site-packages/build/lib/_distutils_hack/override.py was added
>  /usr/lib/python3.12/site-packages/build/lib/pkg_resources was added
>  /usr/lib/python3.12/site-packages/build/lib/pkg_resources/extern was added
>  /usr/lib/python3.12/site-packages/build/lib/pkg_resources/extern/__init__.py was added
>  /usr/lib/python3.12/site-packages/build/lib/pkg_resources/__init__.py was added
>  /usr/lib/python3.12/site-packages/build/lib/pkg_resources/_vendor was added
> …
> 
> This is very broken and hopefully a newer release fixed it.

Oddly, if I rebuild the recipe this disappears.  This is _very_ odd but I can’t blame setuptools just yet.

Ross

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

end of thread, other threads:[~2024-04-23 15:39 UTC | newest]

Thread overview: 43+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-26  0:34 [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0 wangmy
2024-03-26  0:34 ` [OE-Core] [PATCH 02/34] at-spi2-core: upgrade 2.50.1 -> 2.52.0 wangmy
2024-03-26  0:34 ` [OE-Core] [PATCH 03/34] bind: upgrade 9.18.24 -> 9.18.25 wangmy
2024-03-26  0:34 ` [OE-Core] [PATCH 04/34] createrepo-c: upgrade 1.0.4 -> 1.1.0 wangmy
2024-03-26  0:34 ` [OE-Core] [PATCH 05/34] enchant2: upgrade 2.6.7 -> 2.6.8 wangmy
2024-03-26  0:34 ` [OE-Core] [PATCH 06/34] glib-networking: upgrade 2.78.1 -> 2.80.0 wangmy
2024-03-26 16:50   ` Alexandre Belloni
2024-03-26  0:34 ` [OE-Core] [PATCH 07/34] glslang: upgrade 1.3.275.0 -> 1.3.280.0 wangmy
2024-03-26  8:44   ` Alexander Kanavin
2024-03-26  0:34 ` [OE-Core] [PATCH 08/34] gnutls: upgrade 3.8.3 -> 3.8.4 wangmy
2024-03-26  0:34 ` [OE-Core] [PATCH 09/34] harfbuzz: upgrade 8.3.0 -> 8.3.1 wangmy
2024-03-26  0:34 ` [OE-Core] [PATCH 10/34] libbsd: upgrade 0.12.1 -> 0.12.2 wangmy
2024-03-26  0:34 ` [OE-Core] [PATCH 11/34] libcomps: upgrade 0.1.20 -> 0.1.21 wangmy
2024-03-26  0:34 ` [OE-Core] [PATCH 12/34] libpciaccess: upgrade 0.18 -> 0.18.1 wangmy
2024-03-26  0:34 ` [OE-Core] [PATCH 13/34] libwpe: upgrade 1.14.2 -> 1.16.0 wangmy
2024-03-26  0:34 ` [OE-Core] [PATCH 14/34] libxkbcommon: upgrade 1.6.0 -> 1.7.0 wangmy
2024-03-26  0:34 ` [OE-Core] [PATCH 15/34] libxml2: upgrade 2.12.5 -> 2.12.6 wangmy
2024-03-26  0:34 ` [OE-Core] [PATCH 16/34] lighttpd: upgrade 1.4.74 -> 1.4.75 wangmy
2024-03-26  0:34 ` [OE-Core] [PATCH 17/34] mesa: upgrade 24.0.2 -> 24.0.3 wangmy
2024-03-26  8:49   ` Alexander Kanavin
2024-03-26  0:34 ` [OE-Core] [PATCH 18/34] openssh: upgrade 9.6p1 -> 9.7p1 wangmy
2024-03-26  0:34 ` [OE-Core] [PATCH 19/34] python3-hatchling: upgrade 1.21.1 -> 1.22.4 wangmy
2024-03-26  0:34 ` [OE-Core] [PATCH 20/34] python3-importlib-metadata: upgrade 7.0.2 -> 7.1.0 wangmy
2024-03-26  0:34 ` [OE-Core] [PATCH 21/34] python3-license-expression: upgrade 30.2.0 -> 30.3.0 wangmy
2024-03-26  0:34 ` [OE-Core] [PATCH 22/34] python3-markdown: upgrade 3.5.2 -> 3.6 wangmy
2024-03-26  0:34 ` [OE-Core] [PATCH 23/34] python3-packaging: upgrade 23.2 -> 24.0 wangmy
2024-03-26  0:34 ` [OE-Core] [PATCH 24/34] python3-pyelftools: upgrade 0.30 -> 0.31 wangmy
2024-03-26  0:34 ` [OE-Core] [PATCH 25/34] python3-referencing: upgrade 0.33.0 -> 0.34.0 wangmy
2024-03-26  0:34 ` [OE-Core] [PATCH 26/34] python3-scons: upgrade 4.6.0 -> 4.7.0 wangmy
2024-03-26  0:34 ` [OE-Core] [PATCH 27/34] python3-setuptools: upgrade 69.1.1 -> 69.2.0 wangmy
2024-04-23 12:37   ` Ross Burton
2024-04-23 15:39     ` Ross Burton
2024-03-26  0:34 ` [OE-Core] [PATCH 28/34] python3-wheel: upgrade 0.42.0 -> 0.43.0 wangmy
2024-03-26  0:34 ` [OE-Core] [PATCH 29/34] python3-zipp: upgrade 3.17.0 -> 3.18.1 wangmy
2024-03-26  0:34 ` [OE-Core] [PATCH 30/34] spirv-headers: upgrade 1.3.275.0 -> 1.3.280.0 wangmy
2024-03-27 11:34   ` Jose Quaresma
2024-03-26  0:34 ` [OE-Core] [PATCH 31/34] spirv-tools: " wangmy
2024-03-27 11:34   ` Jose Quaresma
2024-03-27 12:45     ` Alexandre Belloni
2024-03-27 12:54       ` Alexander Kanavin
2024-03-26  0:34 ` [OE-Core] [PATCH 32/34] vala: upgrade 0.56.15 -> 0.56.16 wangmy
2024-03-26  0:34 ` [OE-Core] [PATCH 33/34] wayland-protocols: upgrade 1.33 -> 1.34 wangmy
2024-03-26  0:34 ` [OE-Core] [PATCH 34/34] wget: upgrade 1.21.4 -> 1.24.5 wangmy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.