[OE-core] [PATCH v2] mesa: upgrade 24.0.3 -> 24.0.5

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: https://docs.mesa3d.org/relnotes/24.0.5.html Signed-off-by: Wang Mingyu --- .../mesa/{mesa-gl_24.0.3.bb => mesa-gl_24.0.5.bb} | 0 meta/recipes-graphics/mesa/mesa.inc | 2 +- meta/recipes-graphics/mesa/{mesa_24.0.3.bb =>

[OE-core] [PATCH 38/38] xcb-proto: upgrade 1.16.0 -> 1.17.0

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../xorg-proto/{xcb-proto_1.16.0.bb => xcb-proto_1.17.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-proto/{xcb-proto_1.16.0.bb => xcb-proto_1.17.0.bb} (92%) diff --git

[OE-core] [PATCH 37/38] wayland-protocols: upgrade 1.34 -> 1.35

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == - tablet-v2: mark as stable - staging: add alpha-modifier protocol - xdg-shell: add missing enum attribute to set_constraint_adjustment - xdg-shell: recommend against drawing decorations when tiled - cursor-shape-v1: Does not advertises the list of

[OE-core] [PATCH 36/38] vala: upgrade 0.56.16 -> 0.56.17

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu * Various improvements and bug fixes: - codegen: + Add missing initializers for private fields of GSourceFuncs + Update array length variable passed to null-terminated ref parameter + Properly pass through a null-terminated out argument + Refactor and cache

[OE-core] [PATCH 33/38] stress-ng: upgrade 0.17.06 -> 0.17.07

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === - Porting fixes to support modern Solaris systems - Improve vecshuf performance (regression due to using -O3 on gcc on vec ops) Signed-off-by: Wang Mingyu --- .../stress-ng/{stress-ng_0.17.06.bb => stress-ng_0.17.07.bb}| 2 +- 1 file changed, 1

[OE-core] [PATCH 28/38] python3-pluggy: upgrade 1.4.0 -> 1.5.0

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === - Add support for deprecating specific hook parameters, or more generally, for issuing a warning whenever a hook implementation requests certain parameters. - PluginManager.get_plugins() no longer returns None for blocked plugins. Signed-off-by: Wang

[OE-core] [PATCH 34/38] taglib: upgrade 2.0 -> 2.0.1

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === * Fix aborting when _GLIBCXX_ASSERTIONS are enabled. * Fall back to utf8cpp header detection in the case that its CMake configuration is removed. * Improve compatibility with the SWIG interface compiler. * Build system fixes for testing without

[OE-core] [PATCH 35/38] util-macros: upgrade 1.20.0 -> 1.20.1

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: Remove unnecessary escape Signed-off-by: Wang Mingyu --- .../xorg-util/{util-macros_1.20.0.bb => util-macros_1.20.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-util/{util-macros_1.20.0.bb =>

[OE-core] [PATCH 30/38] python3-setuptools: upgrade 69.2.0 -> 69.5.1

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: = - Merged bugfix for pypa/distutils - Refresh unpinned vendored dependencies. - Updated vendored packaging to version 24.0. - Remove attempt to canonicalize the version. It's already canonical enough. - Support PEP 625 by canonicalizing package name and

[OE-core] [PATCH 23/38] python3-hatchling: upgrade 1.22.4 -> 1.24.1

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Fix: Maintain file permissions for shared-scripts option/shared_scripts build data of the wheel target Signed-off-by: Wang Mingyu --- ...{python3-hatchling_1.22.4.bb => python3-hatchling_1.24.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[OE-core] [PATCH 32/38] repo: upgrade 2.44 -> 2.45

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === - project: Check if dotgit exists w/out symlink check - git: raise soft version to 2.7.4 - git: raise hard version to 1.7.9 - docs: release: add recent git/python/ssh/debian info - main: Stringify project name in error_info Signed-off-by: Wang Mingyu

[OE-core] [PATCH 31/38] python3-trove-classifiers: upgrade 2024.3.3 -> 2024.4.10

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == - Add Natural Languages - Add OpenTelemetry related classifiers Signed-off-by: Wang Mingyu --- ...fiers_2024.3.3.bb => python3-trove-classifiers_2024.4.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[OE-core] [PATCH 16/38] mesa: upgrade 24.0.3 -> 24.0.5

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: https://docs.mesa3d.org/relnotes/24.0.5.html Signed-off-by: Wang Mingyu --- meta/recipes-graphics/mesa/mesa.inc | 2 +- meta/recipes-graphics/mesa/{mesa_24.0.3.bb => mesa_24.0.5.bb} | 0 2 files changed, 1 insertion(+), 1 deletion(-)

[OE-core] [PATCH 26/38] python3-lxml: upgrade 5.1.0 -> 5.2.1

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === * LP#2059910: The minimum CPU architecture for the Linux x86 binary wheels was set back to "core2", but with SSE 4.2 enabled. * LP#2059977: "Element.iterfind("//absolute_path")" failed with a "SyntaxError" where it should have issued a warning. *

[OE-core] [PATCH 29/38] python3-pygobject: upgrade 3.48.1 -> 3.48.2

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === * Fix support for fundamental (primitive) types, such as Gst.Bitmask Signed-off-by: Wang Mingyu --- ...{python3-pygobject_3.48.1.bb => python3-pygobject_3.48.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[OE-core] [PATCH 27/38] python3-mako: upgrade 1.3.2 -> 1.3.3

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: - Fixed unexpected error when use control lines which the first control block with no bodies other than comments,as pass is now added to the first empty block. - Fixed unexpected syntax error in strict_undefined mode that occurred when using

[OE-core] [PATCH 25/38] python3-idna: upgrade 3.6 -> 3.7

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu License-Update: Copyright year updated to 2024. Changelog: Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. Signed-off-by: Wang Mingyu --- .../python/{python3-idna_3.6.bb => python3-idna_3.7.bb} | 4 ++--

[OE-core] [PATCH 24/38] python3-hypothesis: upgrade 6.99.4 -> 6.100.1

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: = -improve a rare error message for flaky tests -The from_dtype() function no longer generates NaT ("not-a-time") values for the datetime64 or timedelta64 dtypes if passed allow_nan=False -includes the backend setting in the how_generated field of our

[OE-core] [PATCH 19/38] pango: upgrade 1.52.1 -> 1.52.2

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == - coretext: Implement reload_font - coretext: Use Menlo instead of Courier for monospace - win32: Avoid a double free - Update to Unicode 15.1 - Simplify hexbox drawing Signed-off-by: Wang Mingyu --- .../recipes-graphics/pango/{pango_1.52.1.bb =>

[OE-core] [PATCH 20/38] python3-beartype: upgrade 0.18.2 -> 0.18.5

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-beartype_0.18.2.bb => python3-beartype_0.18.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-beartype_0.18.2.bb => python3-beartype_0.18.5.bb} (75%) diff --git

[OE-core] [PATCH 18/38] openssl: upgrade 3.2.1 -> 3.3.0

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu CVE-2024-2511.patch revmoed since it's included in 3.3.0 Changelog: https://github.com/openssl/openssl/blob/openssl-3.3.0/NEWS.md Signed-off-by: Wang Mingyu --- .../openssl/openssl/CVE-2024-2511.patch | 120 -- .../{openssl_3.2.1.bb =>

[OE-core] [PATCH 21/38] python3-cython: upgrade 3.0.9 -> 3.0.10

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == * Cython generated incorrect self-casts when directly calling final methods of subtypes. * Internal C names generated from C function signatures could become too long for MSVC. * The "noexcept" warnings could be misleading in some cases. * The

[OE-core] [PATCH 22/38] python3-dtschema: upgrade 2024.2 -> 2024.4

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: -fixups: Convert anyOf/oneOf + const to enum -dt-validate: Add an 'only matching compatible' schema validation mode -schemas: pci: allow additional device properties in pci-pci-bridge -validator: Rework selecting schemas for validation -validator: Add a

[OE-core] [PATCH 15/38] lttng-ust: upgrade 2.13.7 -> 2.13.8

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: * Add close_range wrapper to liblttng-ust-fd.so * ust-tracepoint-event: Add static check of sequences length type * lttng-ust(3): Fix wrong len_type for sequence * Fix: libc wrapper: use initial-exec for malloc_nesting TLS Signed-off-by: Wang Mingyu

[OE-core] [PATCH 12/38] libxmlb: upgrade 0.3.17 -> 0.3.18

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == - Fix decompressing large zstd files, harder - Include the pkgconfig variables in the subproject declared dependency Signed-off-by: Wang Mingyu --- .../libxmlb/{libxmlb_0.3.17.bb => libxmlb_0.3.18.bb}| 2 +- 1 file changed, 1 insertion(+), 1

[OE-core] [PATCH 17/38] ninja: upgrade 1.11.1 -> 1.12.0

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == -Critical path scheduler which orders the jobs by their runtime history -This may break your build if you haven't specified your dependencies correctly. -Resiliency against inputs changing during the build -Reliable ETA and progress percentage in status

[OE-core] [PATCH 14/38] lighttpd: upgrade 1.4.75 -> 1.4.76

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == * [core] add default to builtin mimetype.assign * [core] add MPTCP support * [core] disable MPTCP support by default * [mod_expire] omit caching hdrs for 204 No Content * [mod_staticfile] noinline cold func * [core] GNU/Hurd preadv2() RWF_NOWAIT ENOTSUP *

[OE-core] [PATCH 11/38] libwebp: upgrade 1.3.2 -> 1.4.0

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == * API changes: - libwebpmux: WebPAnimEncoderSetChunk, WebPAnimEncoderGetChunk, WebPAnimEncoderDeleteChunk - libsharpyuv: SharpYuvOptionsInit, SharpYuvConvertWithOptions - extras: SharpYuvEstimate420Risk * further security related

[OE-core] [PATCH 13/38] libxmu: upgrade 1.2.0 -> 1.2.1

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: test: Add prototype for Xmureallocarray to silence warning test: Add missing setjmp() Signed-off-by: Wang Mingyu --- .../xorg-lib/{libxmu_1.2.0.bb => libxmu_1.2.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[OE-core] [PATCH 07/38] libarchive: upgrade 3.7.2 -> 3.7.3

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == -PCRE2 support -add trailing letter b to bsdtar(1) substitute pattern -add support for long options "--group" and "--owner" to tar(1) -Fix possible vulnerability in tar error reporting introduced in f27c173 -ISO9660: preserve the natural order of links

[OE-core] [PATCH 10/38] libsdl2: upgrade 2.30.1 -> 2.30.2

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === -Fixed performance regression initializing controllers on Linux -Added support for the 6-button SEGA Mega Drive Control Pad for Nintendo Online -Added support for the MadCatz Saitek Side Panel Control Deck -Added support for the Hori Fighting Stick EX2

[OE-core] [PATCH 09/38] libpam: upgrade 1.6.0 -> 1.6.1

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 0001-pam_namespace-include-stdint-h.patch removed since it's included in 1.6.1 Changelog: === * build: fail if specified configure options cannot be satisfied. * pam_env: fixed --disable-econf --enable-vendordir support. * pam_unix: do not warn if password aging is

[OE-core] [PATCH 03/38] diffoscope: upgrade 260 -> 265

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == * Ensure that tests with ">=" version constraints actually print the corresponding tool name. * Prevent odt2txt tests from always being skipped due to an impossibly new version requirement. * Avoid nested parens-in-parens when printing "skipping"

[OE-core] [PATCH 08/38] libcap-ng: upgrade 0.8.4 -> 0.8.5

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: - Remove python global exception handler since it's deprecated - Make the utilities link against just built libraries - Remove unused macro in cap-ng.h fix-issues-with-swig-4-2.patch removed since it's included in 0.8.5 Signed-off-by: Wang Mingyu ---

[OE-core] [PATCH 04/38] dpkg: upgrade 1.22.5 -> 1.22.6

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: -po: Regenerate .pot files and merge .po files with them -Dpkg::Vendor::Debian: Unconditionally set qa bug-implicit-func -build: Fix typo in CI config -build: Add gen-release script -test: Skip OpenPGP tests if the backend does not have a verify command

[OE-core] [PATCH 06/38] gdk-pixbuf: upgrade 2.42.10 -> 2.42.11

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch fatal-loader.patch refreshed for 2.42.11 Changelog: === - Disable fringe loaders by default - Introspection fixes - Translation updates Signed-off-by: Wang Mingyu ---

[OE-core] [PATCH 01/38] bind: upgrade 9.18.25 -> 9.18.26

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: - Add RESOLVER.ARPA to the built in empty zones. - dig/mdig +ednsflags= did not re-enable EDNS if it had been disabled. - Some invalid ISO 8601 durations were accepted erroneously. - Don't return static-stub synthesised NS RRset. - Fix bug in Depends

[OE-core] [PATCH 05/38] gcr: upgrade 4.2.1 -> 4.3.0

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: - certificate: Add API to retrieve version - Bump required GnuTLS version to 3.8.5 - Avoid potential integer overflow spotted by UBSan - Support GnuTLS as an alternative crypto backend - Updated translations Signed-off-by: Wang Mingyu ---

[OE-core] [PATCH 02/38] cronie: upgrade 1.7.1 -> 1.7.2

2024-04-24 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: *Revert setting the return path to <>. It is not RFC compliant. *Inherit MAILFROM from the crond process environment. Signed-off-by: Wang Mingyu --- .../cronie/{cronie_1.7.1.bb => cronie_1.7.2.bb} | 2 +- 1 file changed, 1

Re: [OE-core] [PATCH 13/33] librepo: upgrade 1.17.0 -> 1.17.1

2024-04-11 Thread wangmy via lists.openembedded.org
d.org > Sent: Thursday, April 11, 2024 5:11 PM > To: Wang, Mingyu/王 鸣瑜 > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH 13/33] librepo: upgrade 1.17.0 -> 1.17.1 > > On 09/04/2024 15:10:00+0800, wangmy via lists.openembedded.org wrote: &g

[OE-core] [PATCH v2] python3-pycparser: upgrade 2.21 -> 2.22

2024-04-09 Thread wangmy via lists.openembedded.org
From: Wang Mingyu License-Update: === Slightly tweak the LICENSE file to be more canonical: - Copyright year updated to 2022. - "Eli Bendersky: changed to "the copyright holder" Changelog: === -Add missing SCHAR limit defines -Use proper SPDX identifier -Add Python 3.11 as a

[OE-core] [PATCH v2] dropbear: upgrade 2022.83 -> 2024.84

2024-04-09 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 0001-urandom-xauth-changes-to-options.h.patch dropbear-disable-weak-ciphers.patch 0005-dropbear-enable-pam.patch 0006-dropbear-configuration-file.patch refreshed for 2024.84 CVE-2023-36328.patch removed since it's included in 2024.84 Signed-off-by: Wang Mingyu ---

[OE-core] [PATCH 33/33] xorgproto: upgrade 2023.2 -> 2024.1

2024-04-09 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../xorg-proto/{xorgproto_2023.2.bb => xorgproto_2024.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-proto/{xorgproto_2023.2.bb => xorgproto_2024.1.bb} (90%) diff --git

[OE-core] [PATCH 32/33] u-boot: upgrade 2024.01 -> 2024.04

2024-04-09 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta/recipes-bsp/u-boot/u-boot-common.inc | 2 +- .../u-boot/{u-boot-tools_2024.01.bb => u-boot-tools_2024.04.bb} | 0 .../recipes-bsp/u-boot/{u-boot_2024.01.bb => u-boot_2024.04.bb} | 0 3 files changed, 1 insertion(+), 1

[OE-core] [PATCH 31/33] ttyrun: upgrade 2.31.0 -> 2.32.0

2024-04-09 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === - dbginfo.sh: dash compatible copy sequence - rust/pv_core: Fix UvDeviceInfo::get() method - zipl/src: Fix leak of files if run with a broken configuration - zkey: Fix convert command to accept only keys of type CCA-AESDATA Signed-off-by: Wang Mingyu

[OE-core] [PATCH 27/33] python3-pyasn1: upgrade 0.5.1 -> 0.6.0

2024-04-09 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == -Removed support for EOL Python 2.7, 3.6, 3.7 -Added support for previously missing RELATIVE-OID construct -Updated link to Layman's Guide Signed-off-by: Wang Mingyu --- meta/recipes-devtools/python/python-pyasn1.inc | 2 +-

[OE-core] [PATCH 29/33] python3-typing-extensions: upgrade 4.10.0 -> 4.11.0

2024-04-09 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == -Fix tests on Python 3.13.0a5. -Fix the runtime behavior of type parameters with defaults -Fix minor discrepancy between error messages produced by typing and typing_extensions on Python 3.10. -When include_extra=False, get_type_hints() now strips

[OE-core] [PATCH 30/33] rsync: upgrade 3.2.7 -> 3.3.0

2024-04-09 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 0001-Add-missing-prototypes-to-function-declarations.patch makefile-no-rebuild.patch refreshed for 3.3.0 Changelog: == - Fixed a bug with '--sparse --inplace' where a trailing gap in the source file would not clear out the trailing data in the destination file. -

[OE-core] [PATCH 18/33] llvm: upgrade 18.1.2 -> 18.1.3

2024-04-09 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch refreshed for 18.1.3 Changelog: -DFixes tsan failures for glibc's LoongArch and certain RISC-V ports when fstat is used. -transform.structured.convert_to_loops now properly deletes its target op.

[OE-core] [PATCH 03/33] btrfs-tools: upgrade 6.7.1 -> 6.8

2024-04-09 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: * fix --enqueue option timeout handling * subvolume: remove support for undocumented options -c and -x, functionality disabled in kernel * libbtrfsutil: * version 0.1.3, backward compabile * add aliases for all existing functions with unified

[OE-core] [PATCH 16/33] libxmlb: upgrade 0.3.15 -> 0.3.17

2024-04-09 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch refreshed for 0.3.17 Changelog: = - Create SECURITY.md for the OpenSSF scorecard - Fix decompressing large zstd files - Use zst as the file extension for zstd - Make the LZMA support optional - Add the lzma and zstd

[OE-core] [PATCH 24/33] python3-beartype: upgrade 0.17.2 -> 0.18.2

2024-04-09 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-beartype_0.17.2.bb => python3-beartype_0.18.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-beartype_0.17.2.bb => python3-beartype_0.18.2.bb} (75%) diff --git

[OE-core] [PATCH 28/33] python3-pycparser: upgrade 2.21 -> 2.22

2024-04-09 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === -Add missing SCHAR limit defines -Use proper SPDX identifier -Add Python 3.11 as a supported version -Fix multi-pragma/single statement blocks (#479) -Add an encoding parameter to parse_file -Feature/add pragma support -Set up permissions to ci.yml

[OE-core] [PATCH 26/33] python3-git: upgrade 3.1.42 -> 3.1.43

2024-04-09 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: -Issue and test deprecation warnings -Fix version_info cache invalidation, typing, parsing, and serialization -Document manual refresh path treatment -Improve static typing and docstrings related to git object types Signed-off-by: Wang Mingyu ---

[OE-core] [PATCH 23/33] pkgconf: upgrade 2.1.1 -> 2.2.0

2024-04-09 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === * libpkgconf SOVERSION is now 5. * Significant solver rework to flatten both requires and requires.private dependencies in a single pass. Improves performance slightly and ensures proper dependency order. * Improve '--digraph' output to reflect more

[OE-core] [PATCH 25/33] python3-build: upgrade 1.1.1 -> 1.2.1

2024-04-09 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: -Avoid error when terminal width is undetectable on Python < 3.11 -Add --installer option, supporting pip and uv. Added uv extra. -Improve console output and provide -v for dependency installation -Avoid compiling unused bytecode when using pip -Dropped

[OE-core] [PATCH 21/33] mpg123: upgrade 1.32.5 -> 1.32.6

2024-04-09 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: - build: Detect forced 64 bit offsets on a dual-mode system that used to default to 32 bits and drop ambiguous suffix-less symbols in that case. Signed-off-by: Wang Mingyu --- .../mpg123/{mpg123_1.32.5.bb => mpg123_1.32.6.bb} | 2 +- 1 file

[OE-core] [PATCH 22/33] mtdev: upgrade 1.1.6 -> 1.1.7

2024-04-09 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: = -test: link using libmtdev.la -Fix test warnings Signed-off-by: Wang Mingyu --- .../wayland/{mtdev_1.1.6.bb => mtdev_1.1.7.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{mtdev_1.1.6.bb

[OE-core] [PATCH 17/33] libxmu: upgrade 1.1.4 -> 1.2.0

2024-04-09 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === -Use XtAsprintf to simplify os_name string generation -Remove "#ifndef notdef" checks -XmuReadBitmapDataFromFile: set close-on-exec when opening files -configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL -src/Makefile.am: Remove

[OE-core] [PATCH 20/33] man-db: upgrade 2.12.0 -> 2.12.1

2024-04-09 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 0001-man-Move-local-variable-declaration-to-function-scop.patch refreshed for 2.23.1 Changelog: = * Fix excessive cleanup of '/var/cache/man' by 'systemd-tmpfiles'. * 'man' matches the display width more accurately to the configured width. * Upgrade to Gnulib

[OE-core] [PATCH 19/33] lttng-tools: upgrade 2.13.11 -> 2.13.13

2024-04-09 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 0001-tests-do-not-strip-a-helper-library.patch refreshed for 2.13.13 Changelog: === * Fix: consumerd: leak of tracing buffers on relayd connectivity issue * Fix: consumerd: wrong timer mentioned in error logging * Fix: consumerd: type confusion in

[OE-core] [PATCH 12/33] libical: upgrade 3.0.17 -> 3.0.18

2024-04-09 Thread wangmy via lists.openembedded.org
From: Wang Mingyu License-Update: LICENSE.LGPL21.txt - remove the KDAB claim for copyright Changelog: === -Requires CMake v3.5.0 or higher -Escape ^ (U+005E) character in parameter values according to RFC 6868 -New CMake option LIBICAL_BUILD_EXAMPLES to disable building the examples

[OE-core] [PATCH 13/33] librepo: upgrade 1.17.0 -> 1.17.1

2024-04-09 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 0001-gpg_gpgme.c-fix-build-errors-with-older-gcc.patch removed since it's included in 1.17.1 Changelog: = -gpg_gpgme.c: fix build errors with older gcc -Fix some compiler warnings -Change header files to match a configured ABI regarding a zchunk support -Fix

[OE-core] [PATCH 15/33] libx11: upgrade 1.8.7 -> 1.8.9

2024-04-09 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === -xlibi18n: restore parse_line1 for WIN32 builds -Fix _XkbReadGetDeviceInfoReply for nButtons == dev->buttons -_XimProtoIMFree:no need to check arg for Xfree() -_XimEncodeString:no need to check arg for Xfree() -Fix XCreateIC() memory leak (Part 2)

[OE-core] [PATCH 14/33] liburi-perl: upgrade 5.27 -> 5.28

2024-04-09 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: - Using Scalar::Util::reftype instead of just ref(), but mindful this time about definedness to avoid warnings Signed-off-by: Wang Mingyu --- .../perl/{liburi-perl_5.27.bb => liburi-perl_5.28.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[OE-core] [PATCH 10/33] gnutls: upgrade 3.8.4 -> 3.8.5

2024-04-09 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Add-ptest-support.patch refreshed for 3.8.5 Changelog: == * libgnutls: Due to majority of usages and implementations of RSA decryption with PKCS#1 v1.5 padding being incorrect, leaving them vulnerable to Marvin attack, the RSAES-PKCS1-v1_5 is being deprecated

[OE-core] [PATCH 11/33] libdnf: upgrade 0.73.0 -> 0.73.1

2024-04-09 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: = -Fix https://issues.redhat.com/browse/RHEL-27657 -subject-py: Fix memory leak Signed-off-by: Wang Mingyu --- .../libdnf/{libdnf_0.73.0.bb => libdnf_0.73.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[OE-core] [PATCH 06/33] dropbear: upgrade 2022.83 -> 2024.84

2024-04-09 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 0001-urandom-xauth-changes-to-options.h.patch dropbear-disable-weak-ciphers.patch refreshed for 2024.84 CVE-2023-36328.patch removed since it's included in 2024.84 Signed-off-by: Wang Mingyu --- ...1-urandom-xauth-changes-to-options.h.patch | 14 +-

[OE-core] [PATCH 08/33] enchant2: upgrade 2.6.8 -> 2.6.9

2024-04-09 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: Implement user dictionary support for Hspell, Nuspell, Voikko Signed-off-by: Wang Mingyu --- .../enchant/{enchant2_2.6.8.bb => enchant2_2.6.9.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[OE-core] [PATCH 09/33] ffmpeg: upgrade 6.1.1 -> 7.0

2024-04-09 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === - enable gdigrab device to grab a window using the hwnd=HANDLER syntax - qrencode filter and qrencodesrc source - lavu/eval: introduce randomi() function in expressions - Change the default bitrate control method from VBR to CQP for QSV encoders. -

[OE-core] [PATCH 04/33] coreutils: upgrade 9.4 -> 9.5

2024-04-09 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 0001-posixtm-pacify-clang-18.patch CVE-2024-0684.patch removed since they're included in 9.5 0001-local.mk-fix-cross-compiling-problem.patch remove-usr-local-lib-from-m4.patch refreshed for 9.5 License-Update: Copyright updatedto 2024. Signed-off-by: Wang Mingyu ---

[OE-core] [PATCH 07/33] ell: upgrade 0.63 -> 0.64

2024-04-09 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == -Fix issue with casting in C++ environment. -Fix issue with ASCII string upper and lower helpers. Signed-off-by: Wang Mingyu --- meta/recipes-core/ell/{ell_0.63.bb => ell_0.64.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[OE-core] [PATCH 05/33] dnf: upgrade 4.19.0 -> 4.19.2

2024-04-09 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: Bump libdnf version to 0.73.1 Signed-off-by: Wang Mingyu --- meta/recipes-devtools/dnf/{dnf_4.19.0.bb => dnf_4.19.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/dnf/{dnf_4.19.0.bb => dnf_4.19.2.bb} (98%) diff --git

[OE-core] [PATCH 02/33] bash-completion: upgrade 2.12.0 -> 2.13.0

2024-04-09 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === ### Features -Complete protocols for --proto-default -Add completion for netconf subcommand -Complete commands for netns exec -Complete help for unknown subcommands -Complete ip link property -Complete link types for address show -Complete

[OE-core] [PATCH 01/33] babeltrace2: upgrade 2.0.5 -> 2.0.6

2024-04-09 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === * bt2: disable some warnings for 'native_bt.c' * bt2: compile 'native_bt.c' with '-Wno-undef' * Fix: src.ctf.lttng-live: expect NEW_STREAM/METADATA for inactive streams * Fix: 'babeltrace2 convert': don't consider the '--plugin-path' opt. *

[OE-core] [PATCH v2] vulkan: upgrade 1.3.275.0 -> 1.3.280.0

2024-03-26 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 0001-generate-glslang-pkg-config.patch refreshed for 1.3.280.0 License-Update: === spirv-headers:License-Update: List all licenses in the root LICENSE file. vulkan-volk:Copyright year updated to 2024. Signed-off-by: Wang Mingyu ---

[OE-core] [PATCH v2] mesa: upgrade 24.0.2 -> 24.0.3

2024-03-26 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 0001-Revert-meson-do-not-pull-in-clc-for-clover.patch refreshed for 24.0.3 Signed-off-by: Wang Mingyu --- ...Revert-meson-do-not-pull-in-clc-for-clover.patch | 13 + .../mesa/{mesa-gl_24.0.2.bb => mesa-gl_24.0.3.bb} | 0 meta/recipes-graphics/mesa/mesa.inc

[OE-Core] [PATCH 26/34] python3-scons: upgrade 4.6.0 -> 4.7.0

2024-03-25 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: https://github.com/SCons/scons/releases/tag/4.7.0 Signed-off-by: Wang Mingyu --- .../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 =>

[OE-Core] [PATCH 34/34] wget: upgrade 1.21.4 -> 1.24.5

2024-03-25 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 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 HTML tags ** Support

[OE-Core] [PATCH 32/34] vala: upgrade 0.56.15 -> 0.56.16

2024-03-25 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 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

[OE-Core] [PATCH 33/34] wayland-protocols: upgrade 1.33 -> 1.34

2024-03-25 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 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

[OE-Core] [PATCH 31/34] spirv-tools: upgrade 1.3.275.0 -> 1.3.280.0

2024-03-25 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 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

[OE-Core] [PATCH 24/34] python3-pyelftools: upgrade 0.30 -> 0.31

2024-03-25 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 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

[OE-Core] [PATCH 30/34] spirv-headers: upgrade 1.3.275.0 -> 1.3.280.0

2024-03-25 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 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

[OE-Core] [PATCH 29/34] python3-zipp: upgrade 3.17.0 -> 3.18.1

2024-03-25 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 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

[OE-Core] [PATCH 25/34] python3-referencing: upgrade 0.33.0 -> 0.34.0

2024-03-25 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 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 --- ...hon3-referencing_0.33.0.bb => python3-referencing_0.34.0.bb} | 2 +- 1 file changed, 1

[OE-Core] [PATCH 28/34] python3-wheel: upgrade 0.42.0 -> 0.43.0

2024-03-25 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == -Dropped support for Python 3.7 -Updated vendored packaging to 24.0 Signed-off-by: Wang Mingyu --- .../python/{python3-wheel_0.42.0.bb => python3-wheel_0.43.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[OE-Core] [PATCH 27/34] python3-setuptools: upgrade 69.1.1 -> 69.2.0

2024-03-25 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 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

[OE-Core] [PATCH 22/34] python3-markdown: upgrade 3.5.2 -> 3.6

2024-03-25 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 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 --- .../{python3-markdown_3.5.2.bb => python3-markdown_3.6.bb}| 4 ++-- 1 file changed, 2

[OE-Core] [PATCH 23/34] python3-packaging: upgrade 23.2 -> 24.0

2024-03-25 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 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

[OE-Core] [PATCH 21/34] python3-license-expression: upgrade 30.2.0 -> 30.3.0

2024-03-25 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 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 --- ...xpression_30.2.0.bb => python3-license-expression_30.3.0.bb} | 2 +- 1 file changed, 1

[OE-Core] [PATCH 18/34] openssh: upgrade 9.6p1 -> 9.7p1

2024-03-25 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 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

[OE-Core] [PATCH 19/34] python3-hatchling: upgrade 1.21.1 -> 1.22.4

2024-03-25 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 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

[OE-Core] [PATCH 20/34] python3-importlib-metadata: upgrade 7.0.2 -> 7.1.0

2024-03-25 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 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 --- ...ib-metadata_7.0.2.bb =>

[OE-Core] [PATCH 17/34] mesa: upgrade 24.0.2 -> 24.0.3

2024-03-25 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 0001-Revert-meson-do-not-pull-in-clc-for-clover.patch refreshed for 24.0.3 Signed-off-by: Wang Mingyu --- ...Revert-meson-do-not-pull-in-clc-for-clover.patch | 13 + meta/recipes-graphics/mesa/mesa.inc | 2 +- .../mesa/{mesa_24.0.2.bb =>

[OE-Core] [PATCH 15/34] libxml2: upgrade 2.12.5 -> 2.12.6

2024-03-25 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 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 ---

[OE-Core] [PATCH 16/34] lighttpd: upgrade 1.4.74 -> 1.4.75

2024-03-25 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 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]

[OE-Core] [PATCH 13/34] libwpe: upgrade 1.14.2 -> 1.16.0

2024-03-25 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 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 ---

[OE-Core] [PATCH 14/34] libxkbcommon: upgrade 1.6.0 -> 1.7.0

2024-03-25 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 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

[OE-Core] [PATCH 12/34] libpciaccess: upgrade 0.18 -> 0.18.1

2024-03-25 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../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

  1   2   3   4   5   6   7   8   9   10   >