[OE-Core][kirkstone][PATCH] linux-yocto-dev: add qemuarm64

2022-10-11 Thread Xiangyu Chen
Mark the qemuarm64 as compatible Signed-off-by: Xiangyu Chen --- meta/recipes-kernel/linux/linux-yocto-dev.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb index 75b1cb2a49..4039934

[OE-Core][PATCH] linux-yocto-dev: add qemuarm64

2022-10-11 Thread Xiangyu Chen
Mark the qemuarm64 as compatible Signed-off-by: Xiangyu Chen --- meta/recipes-kernel/linux/linux-yocto-dev.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb index 75b1cb2a49..4039934

Re: [OE-core] [PATCH v3] meson: make wrapper options sub-command specific

2022-10-11 Thread Liam Beguin
Hi, On Wed, Sep 28, 2022 at 10:50:56PM -0400, Liam Beguin wrote: > The meson-wrapper adds setup options to facilitate cross-compilation. > The current options are exclusive to the setup sub-command and might > cause issues with other sub-commands. > > Update the wrapper to make options sub-comman

Re: [OE-core][dunfell][PATCH] bind: fix CVE-2022-38178

2022-10-11 Thread Steve Sakoman
On Tue, Oct 11, 2022 at 6:11 AM vkumbhar wrote: > > Source: > https://gitlab.isc.org/isc-projects/bind9/-/commit/1af23378ebb11da2eb0f412e4563d6c4165fbd3d > MR: 122537 > Type: Security Fix > Disposition: Backport from > https://gitlab.isc.org/isc-projects/bind9/-/commit/1af23378ebb11da2eb0f412e45

Re: [OE-core][dunfell][PATCH] qemu: fix CVE-2021-3638

2022-10-11 Thread Steve Sakoman
On Tue, Oct 11, 2022 at 6:27 AM vkumbhar wrote: > > Source: https://lists.nongnu.org/archive/html/qemu-devel/2021-09/msg01682.html > MR: 116345 > Type: Security Fix > Disposition: Backport from > https://lists.nongnu.org/archive/html/qemu-devel/2021-09/msg01682.html > ChangeID: 16be2d24b89b9ff8f4

Re: [OE-core][dunfell][PATCH] qemu: fix CVE-2021-20196

2022-10-11 Thread Steve Sakoman
On Tue, Oct 11, 2022 at 5:05 AM vkumbhar wrote: > > Source: > https://gitlab.com/qemu-project/qemu/-/commit/1ab95af033a419e7a64e2d58e67dd96b20af5233 > MR: 111637 > Type: Security Fix > Disposition: Backport from > https://gitlab.com/qemu-project/qemu/-/commit/1ab95af033a419e7a64e2d58e67dd96b20af

Re: [OE-core][dunfell][PATCH] bluez: fix CVE-2022-39177

2022-10-11 Thread Steve Sakoman
On Tue, Oct 11, 2022 at 6:04 AM vkumbhar wrote: > > Source: > https://git.kernel.org/pub/scm/bluetooth/bluez.git/commit/?id=e2b0f0d8d63e1223bb714a9efb37e2257818268b > MR: 122138 > Type: Security Fix > Disposition: Backport from > https://git.kernel.org/pub/scm/bluetooth/bluez.git/commit/?id=e2b0

Re: [OE-core][dunfell][PATCH] rsync: fix CVE-2022-29154

2022-10-11 Thread Steve Sakoman
On Tue, Oct 11, 2022 at 5:50 AM vkumbhar wrote: > > Source: > https://git.samba.org/?p=rsync.git;a=patch;h=b7231c7d02cfb65d291af74ff66e7d8c507ee871 > MR: 120436 > Type: Security Fix > Disposition: Backport from > https://git.samba.org/?p=rsync.git;a=patch;h=b7231c7d02cfb65d291af74ff66e7d8c507ee8

[OE-core] [kirkstone][PATCH] python3: upgrade 3.10.4 -> 3.10.7

2022-10-11 Thread Tim Orling
Security and bug fixes. Drop patch for gh-92036 which was merged in 3.10.5 Refresh 0017-setup.py-do-not-report-missing-dependencies-for-disa.pathc Fixes: * CVE-2020-10735 https://nvd.nist.gov/vuln/detail/CVE-2020-10735 * CVE-2021-28861 https://nvd.nist.gov/vuln/detail/CVE-2021-28861 * CVE-201

Re: [OE-Core][dunfell][PATCH] python3: Whitelist CVE-2018-25032

2022-10-11 Thread Tim Orling
While the reasoning is correct that this only applies to Windows, this patch is superseded by upgrading to Python 3.8.14: https://docs.python.org/release/3.8.14/whatsnew/changelog.html#windows bpo-47194: Update zlib to v1.2.12 to resolve CVE-2018-25032. On Mon, Oct 10, 2022 at 8:25 AM Ranjitsinh

[OE-core] [dunfell][PATCH v2] python3: upgrade 3.8.13 -> 3.8.14

2022-10-11 Thread Tim Orling
Security and bug fixes. * Drop CVE-2021-28861.patch as it was merged in 3.8.14 release. Fixes: * CVE-2020-10735 https://nvd.nist.gov/vuln/detail/CVE-2020-10735 * CVE-2021-28861 https://nvd.nist.gov/vuln/detail/CVE-2021-28861 * CVE-2018-25032 https://nvd.nist.gov/vuln/detail/CVE-

Re: [OE-core] [kirkstone][PATCH] overlayfs: Allow not used mount points

2022-10-11 Thread Vyacheslav Yurkov
Just checking if something is missing to include this fix to kirkstone. Thanks, Vyacheslav On 05.10.2022 13:17, Vyacheslav Yurkov via lists.openembedded.org wrote: From: Vyacheslav Yurkov When machine configuration defines a mount point, which is not used in any recipe, allow to fall through

[OE-core][dunfell][PATCH] qemu: fix CVE-2021-3638

2022-10-11 Thread vkumbhar
Source: https://lists.nongnu.org/archive/html/qemu-devel/2021-09/msg01682.html MR: 116345 Type: Security Fix Disposition: Backport from https://lists.nongnu.org/archive/html/qemu-devel/2021-09/msg01682.html ChangeID: 16be2d24b89b9ff8f492b034f77eb24800771910 Description: When building QEMU with

[OE-core][dunfell][PATCH] bind: fix CVE-2022-38178

2022-10-11 Thread vkumbhar
Source: https://gitlab.isc.org/isc-projects/bind9/-/commit/1af23378ebb11da2eb0f412e4563d6c4165fbd3d MR: 122537 Type: Security Fix Disposition: Backport from https://gitlab.isc.org/isc-projects/bind9/-/commit/1af23378ebb11da2eb0f412e4563d6c4165fbd3d ChangeID: f93f9a7755124934083d77cf9334fffb32a0c2

[OE-core][dunfell][PATCH] bluez: fix CVE-2022-39177

2022-10-11 Thread vkumbhar
Source: https://git.kernel.org/pub/scm/bluetooth/bluez.git/commit/?id=e2b0f0d8d63e1223bb714a9efb37e2257818268b MR: 122138 Type: Security Fix Disposition: Backport from https://git.kernel.org/pub/scm/bluetooth/bluez.git/commit/?id=e2b0f0d8d63e1223bb714a9efb37e2257818268b ChangeID: 680cf2af29d34d79

[OE-core][dunfell][PATCH] rsync: fix CVE-2022-29154

2022-10-11 Thread vkumbhar
Source: https://git.samba.org/?p=rsync.git;a=patch;h=b7231c7d02cfb65d291af74ff66e7d8c507ee871 MR: 120436 Type: Security Fix Disposition: Backport from https://git.samba.org/?p=rsync.git;a=patch;h=b7231c7d02cfb65d291af74ff66e7d8c507ee871 ChangeID: c343a62e84fc2bd4793bda2f45e603a1347d0672 Descripti

[OE-core][dunfell][PATCH] qemu: fix CVE-2021-20196

2022-10-11 Thread vkumbhar
Source: https://gitlab.com/qemu-project/qemu/-/commit/1ab95af033a419e7a64e2d58e67dd96b20af5233 MR: 111637 Type: Security Fix Disposition: Backport from https://gitlab.com/qemu-project/qemu/-/commit/1ab95af033a419e7a64e2d58e67dd96b20af5233 ChangeID: c1e435aa25bb60b362bb68ab253ff55504e0328d Descrip

[OE-core] Yocto Project Status 11 October 2022 (WW41)

2022-10-11 Thread Stephen Jolley
Current Dev Position: YP 4.1 M4 (In TSC Review) Next Deadline: 28th October 2022 YP 4.1 Release Next Team Meetings: * Bug Triage meeting Thursday October 13th 7:30 am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3

[OE-core] [dunfell][PATCH] python3: upgrade 3.8.13 -> 3.8.14

2022-10-11 Thread Tim Orling
Fixes: * CVE-2020-10735 https://nvd.nist.gov/vuln/detail/CVE-2020-10735 * CVE-2021-28861 https://nvd.nist.gov/vuln/detail/CVE-2021-28861 * CVE-2018-25032 https://nvd.nist.gov/vuln/detail/CVE-2018-25032 Python 3.8.14 Release Date: Sept. 6, 2022 This is a security release of Pytho

Re: [OE-core] [PATCH] libffi: upgrade 3.4.2 -> 3.4.3

2022-10-11 Thread Alexandre Belloni via lists.openembedded.org
Hello, This causes the following warning: https://autobuilder.yoctoproject.org/typhoon/#/builders/120/builds/1815/steps/13/logs/warnings Please test your patches before sending them On 11/10/2022 16:05:54+0800, wangmy wrote: > License-Update: Copyriht year updated to 2022. > > Changelog: > ===

[OE-core] [meta-oe][PATCH v2 1/3] kernel: classes: Extract savedefconfig to a class

2022-10-11 Thread Alex Kiernan
Move savedefconfig task to a class so we can reuse it in other recipes which support it. Signed-off-by: Alex Kiernan --- meta/classes-recipe/cml1-savedefconfig.bbclass | 12 meta/classes-recipe/kernel.bbclass | 9 + 2 files changed, 13 insertions(+), 8 deletions

[OE-core] [meta-oe][PATCH v2 3/3] u-boot: Add savedefconfig task

2022-10-11 Thread Alex Kiernan
Add savedefconfig task which U-Boot supports (unfortunately not all consumers of cml1 support this). Signed-off-by: Alex Kiernan --- meta/recipes-bsp/u-boot/u-boot.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boo

[OE-core] [meta-oe][PATCH v2 2/3] u-boot: Remove duplicate inherit of cml1

2022-10-11 Thread Alex Kiernan
Splitting u-boot-configure.inc out of the base left duplicate cml1.bbclass in the base include. Fixes: fc9a17ad386c ("u-boot: Split do_configure logic into separate file") Signed-off-by: Alex Kiernan --- meta/recipes-bsp/u-boot/u-boot.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di

Re: [OE-core] [PATCH 2/3] perf: make scripting depend on setuptools3

2022-10-11 Thread Bruce Ashfield
On Mon, Oct 10, 2022 at 10:57 PM Khem Raj wrote: > On Fri, Oct 7, 2022 at 8:00 AM Peter Kjellerstedt > wrote: > > > > > -Original Message- > > > From: openembedded-core@lists.openembedded.org > > c...@lists.openembedded.org> On Behalf Of Bruce Ashfield > > > Sent: den 6 oktober 2022 16:

Re: [OE-core] [PATCH] perf: Depend on native setuptools3

2022-10-11 Thread Bruce Ashfield
There's already several versions of this patch floating around. There was an error on the AB with the latest version of it that neither Ross or myself could reproduce so we are looking at that part of it now. Cheers, Bruce On Mon, Oct 10, 2022 at 11:02 PM Khem Raj wrote: > perf has need for p

[OE-core] [PATCH] python3-manifest.json: Move urllib to netclient

2022-10-11 Thread Leon Anavi
Move urllib from core to netclient because it imports base64. Signed-off-by: Leon Anavi --- .../python/python3/python3-manifest.json | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/rec

[OE-core] [PATCH] lttng-ust: upgrade 2.13.4 -> 2.13.5

2022-10-11 Thread wangmy
Changelog: == * Fix: bytecode validator: reject specialized load field/context ref instructions * Fix: bytecode validator: reject specialized load instructions * Fix: event notification capture: validate buffer length * Fix: event notification capture error handling * Fix: lttng-ust-comm:

[OE-core] [PATCH] lighttpd: upgrade 1.4.66 -> 1.4.67

2022-10-11 Thread wangmy
Changelog: = * Update comment about TCP_INFO on OpenBSD * [mod_ajp13] fix crash with bad response headers (fixes #3170) * [core] handle RDHUP when collecting chunked body * [core] tweak streaming request body to backends * [core] handle ENOSPC with pwritev() (#3171) * [core]

[OE-core] [PATCH] libwpe: upgrade 1.12.3 -> 1.14.0

2022-10-11 Thread wangmy
Changelog: New API to provide input events to be treated by WebKit as gamepad inputs. New API to configure the target refresh rate of view backends. New API which allow clients to supply an alternative mechanism for spawning WebKit auxiliary processes. New WPE_ENABLE_XKB build option,

Re: [OE-core] [PATCH] numactl: upgrade 2.0.15 -> 2.0.16

2022-10-11 Thread Michael Opdenacker via lists.openembedded.org
Hi Wang On 10/11/22 10:21, wangmy wrote: Signed-off-by: Wang Mingyu --- meta/recipes-support/numactl/numactl_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Thank you for your patches. There's a problem with the way you send your patches though. If I apply your patch thr

[OE-core] [PATCH] libsdl2: upgrade 2.24.0 -> 2.24.1

2022-10-11 Thread wangmy
0001-Disable-libunwind-in-native-OE-builds-by-not-looking.patch refreshed for new version. Signed-off-by: Wang Mingyu --- ...sable-libunwind-in-native-OE-builds-by-not-looking.patch | 6 +++--- .../libsdl2/{libsdl2_2.24.0.bb => libsdl2_2.24.1.bb}| 2 +- 2 files changed, 4 insertions(+),

[OE-core] [PATCH] libksba: upgrade 1.6.0 -> 1.6.2

2022-10-11 Thread wangmy
Signed-off-by: Wang Mingyu --- .../libksba/{libksba_1.6.0.bb => libksba_1.6.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libksba/{libksba_1.6.0.bb => libksba_1.6.2.bb} (94%) diff --git a/meta/recipes-support/libksba/libksba_1.6.0.bb b/me

[OE-core] [PATCH] xz: upgrade 5.2.6 -> 5.2.7

2022-10-11 Thread wangmy
Signed-off-by: Wang Mingyu --- meta/recipes-extended/xz/{xz_5.2.6.bb => xz_5.2.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/xz/{xz_5.2.6.bb => xz_5.2.7.bb} (95%) diff --git a/meta/recipes-extended/xz/xz_5.2.6.bb b/meta/recipes-extended/xz/xz_5.2.7.bb

[OE-core] [PATCH] xkeyboard-config: upgrade 2.36 -> 2.37

2022-10-11 Thread wangmy
Signed-off-by: Wang Mingyu --- .../{xkeyboard-config_2.36.bb => xkeyboard-config_2.37.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.36.bb => xkeyboard-config_2.37.bb} (92%) diff --git a/meta/recipes-graphics/xorg-lib/xk

[OE-core] [PATCH] wpebackend-fdo: upgrade 1.12.1 -> 1.14.0

2022-10-11 Thread wangmy
Changelog: == Fixed a crash caused by trying to deallocate already freed graphics buffers in certain situations. Signed-off-by: Wang Mingyu --- .../{wpebackend-fdo_1.12.1.bb => wpebackend-fdo_1.14.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-sato

[OE-core] [PATCH] sqlite3: upgrade 3.39.3 -> 3.39.4

2022-10-11 Thread wangmy
Signed-off-by: Wang Mingyu --- .../sqlite/{sqlite3_3.39.3.bb => sqlite3_3.39.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/sqlite/{sqlite3_3.39.3.bb => sqlite3_3.39.4.bb} (86%) diff --git a/meta/recipes-support/sqlite/sqlite3_3.39.3.bb b/m

[OE-core] [PATCH] repo: upgrade 2.29.2 -> 2.29.3

2022-10-11 Thread wangmy
Signed-off-by: Wang Mingyu --- meta/recipes-devtools/repo/{repo_2.29.2.bb => repo_2.29.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/repo/{repo_2.29.2.bb => repo_2.29.3.bb} (95%) diff --git a/meta/recipes-devtools/repo/repo_2.29.2.bb b/meta/recipes-de

[OE-core] [PATCH] python3-zipp: upgrade 3.8.1 -> 3.9.0

2022-10-11 Thread wangmy
Signed-off-by: Wang Mingyu --- .../python/{python3-zipp_3.8.1.bb => python3-zipp_3.9.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-zipp_3.8.1.bb => python3-zipp_3.9.0.bb} (85%) diff --git a/meta/recipes-devtools/python/python3-zipp

[OE-core] [PATCH] python3-pytz: upgrade 2022.2.1 -> 2022.4

2022-10-11 Thread wangmy
Signed-off-by: Wang Mingyu --- .../python/{python3-pytz_2022.2.1.bb => python3-pytz_2022.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pytz_2022.2.1.bb => python3-pytz_2022.4.bb} (89%) diff --git a/meta/recipes-devtools/python/python3-

[OE-core] [PATCH] numactl: upgrade 2.0.15 -> 2.0.16

2022-10-11 Thread wangmy
Signed-off-by: Wang Mingyu --- meta/recipes-support/numactl/numactl_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/numactl/numactl_git.bb b/meta/recipes-support/numactl/numactl_git.bb index 712cf0203f..23be0a3b4f 100644 --- a/meta/recipes-supp

Re: [OE-core] [qa-build-notification] QA notification for completed autobuilder build (yocto-4.1.rc2)

2022-10-11 Thread Jing Hui Tham
Hi All, QA for yocto-4.1.rc2 is completed. This is the full report for this release: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. No new issue found. Thanks, Jing Hui > -Original

[OE-core] [PATCH] powertop: upgrade 2.14 -> 2.15

2022-10-11 Thread wangmy
0001-src-fix-compatibility-with-ncurses-6.3.patch removed since it's included in new version. Signed-off-by: Wang Mingyu --- ...c-fix-compatibility-with-ncurses-6.3.patch | 52 --- .../{powertop_2.14.bb => powertop_2.15.bb}| 3 +- 2 files changed, 1 insertion(+), 54 deletion

[OE-core] [PATCH] pango: upgrade 1.50.10 -> 1.50.11

2022-10-11 Thread wangmy
Signed-off-by: Wang Mingyu --- .../pango/{pango_1.50.10.bb => pango_1.50.11.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/pango/{pango_1.50.10.bb => pango_1.50.11.bb} (94%) diff --git a/meta/recipes-graphics/pango/pango_1.50.10.bb b/meta/

[OE-core] [PATCH] libva-utils: upgrade 2.15.0 -> 2.16.0

2022-10-11 Thread wangmy
Changelog: === * trace: print the display being attempted * ci: upgrade FreeBSD to 13.1 * meson: Search for threads in top-level meson.build * meson: produce summary() when 0.53.0 is present Signed-off-by: Wang Mingyu --- .../libva/{libva-utils_2.15.0.bb => libva-utils_2.16.0.bb}| 4

[OE-core] [PATCH] libva: upgrade 2.15.0 -> 2.16.0

2022-10-11 Thread wangmy
Changelog: === add: Add HierarchicalFlag & hierarchical_level_plus1 for AV1e. dep: Update README.md to remove badge links dep: Removed waffle-io badge from README to fix broken link dep: Drop mailing list, IRC and Slack autotools: use wayland-scanner private-code aut

[OE-core] [PATCH] libffi: upgrade 3.4.2 -> 3.4.3

2022-10-11 Thread wangmy
License-Update: Copyriht year updated to 2022. Changelog: = All struct args are passed by value, regardless of size, as per ABIs. Enable static trampolines for Cygwin. Add support for Loongson's LoongArch64 architecture. Fix x32 static trampolines. Fix 32-bit x86 stdcall stack co

[OE-core] [PATCH] libical: upgrade 3.0.14 -> 3.0.15

2022-10-11 Thread wangmy
Changelog: = Add missing property parameters into libical-glib Fix CMake option USE_32BIT_TIME_T actually uses a 32-bit time_t value Fix icaltime_as_timet, which returned incorrect results for years >= 2100, to work properly between years 1902 and 10k. Fix x-property comma handling and

[OE-core] [PATCH] libcap: upgrade 2.65 -> 2.66

2022-10-11 Thread wangmy
Signed-off-by: Wang Mingyu --- ...1-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch | 2 +- meta/recipes-support/libcap/{libcap_2.65.bb => libcap_2.66.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libcap/{libcap_2.65.bb => libcap_2.66.bb} (9

[OE-core] [PATCH] harfbuzz: upgrade 5.1.0 -> 5.3.0

2022-10-11 Thread wangmy
0001-fix-signedness-of-char-in-tests.patch removed since it's included in new version. Changelog: === Don’t add glyphs from dropped MATH or COLR tables to the subset glyphs. Map rlig to appropriate AAT feature selectors. Update USE data files to latest version. Check CBDT extents first

[OE-core] [PATCH] gsettings-desktop-schemas: upgrade 42.0 -> 43.0

2022-10-11 Thread wangmy
Changelog: = - Update default background file extension to webp - Translation updates - Add setting for touchpad acceleration profiles - Add specific schema for trackpoint pointer devices - Fix description of use-same-proxy setting Signed-off-by: Wang Mingyu --- ...esktop-schemas_42.0.bb

[OE-core] [PATCH] gnutls: upgrade 3.7.7 -> 3.7.8

2022-10-11 Thread wangmy
Changelog: = ** libgnutls: In FIPS140 mode, RSA signature verification is an approved operation if the key has modulus with known sizes (1024, 1280, 1536, and 1792 bits), in addition to any modulus sizes larger than 2048 bits, according to SP800-131A rev2. ** libgnutls: gnutls_ses