[OE-core] [PATCH v3] glibc: ptest: Fix glibc-tests package issue

2022-04-18 Thread Pgowda
Run glibc-tests only when its enabled in the DISTRO_FEATURES. Signed-off-by: pgowda --- meta/recipes-core/glibc/glibc-tests_2.35.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/glibc/glibc-tests_2.35.bb b/meta/recipes-core/glibc/glibc-tests_2.35.bb ind

Re: [OE-core] [PATCH V3] meta: rust - Bug fix for target definitions returning 'NoneType' for arm

2022-04-18 Thread Sundeep KOKKONDA
Hello, In which release this patch will be considered? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#164614): https://lists.openembedded.org/g/openembedded-core/message/164614 Mute This Topic: https://lists.openembedded.org/mt/90389343/21656 Grou

[OE-core] [PATCH] python3-sphinx-rtd-theme: upgrade 0.5.0 -> 1.0.0

2022-04-18 Thread wangmy
Signed-off-by: Wang Mingyu --- ...inx-rtd-theme_0.5.0.bb => python3-sphinx-rtd-theme_1.0.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-sphinx-rtd-theme_0.5.0.bb => python3-sphinx-rtd-theme_1.0.0.bb} (88%) diff --git a/meta/recipes-devt

[OE-core] [PATCH] python3-pip: upgrade 22.0.3 -> 22.0.4

2022-04-18 Thread wangmy
Changelog: == Deprecations and Removals -- Drop the doctype check, that presented a warning for index pages that use non-compliant HTML 5. (#10903) Vendored Libraries Downgrade distlib to 0.3.3. Signed-off-by: Wang Mingyu --- .../python/{pyt

[OE-core] [PATCH] python3-jsonpointer: upgrade 2.2 -> 2.3

2022-04-18 Thread wangmy
Signed-off-by: Wang Mingyu --- .../{python3-jsonpointer_2.2.bb => python3-jsonpointer_2.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-jsonpointer_2.2.bb => python3-jsonpointer_2.3.bb} (84%) diff --git a/meta/recipes-devtools/python/py

[OE-core] [PATCH] python3-dbusmock: upgrade 0.27.3 -> 0.27.5

2022-04-18 Thread wangmy
Changelog: bluez and accountsservice templates: Drop default arguments from D-Bus methods Signed-off-by: Wang Mingyu --- .../{python3-dbusmock_0.27.3.bb => python3-dbusmock_0.27.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python

[OE-core] [PATCH] python3-hypothesis: upgrade 6.39.5 -> 6.43.2

2022-04-18 Thread wangmy
Changelog: = Fixed a type annotation for "pyright --strict" (issue #3287). Signed-off-by: Wang Mingyu --- ...ython3-hypothesis_6.39.5.bb => python3-hypothesis_6.43.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hypothesis_6.39.5.

Re: [OE-core] [AUH] rust-llvm: upgrading to 1.60.0 FAILED

2022-04-18 Thread Randy MacLeod
On 2022-04-15 15:58, a...@yoctoproject.org wrote: Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *rust-llvm* to *1.60.0* has Failed (devtool error). Alex, Do you have this Rust/Cargo/... update in a branch somewhere or shoul

[OE-core] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2022-04-18 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading: https://wiki.yoctoproject.org/wiki/Bug_Triage#Newc

[OE-core][master][kirkstone] lua: fix CVE-2022-28805

2022-04-18 Thread Steve Sakoman
singlevar in lparser.c in Lua through 5.4.4 lacks a certain luaK_exp2anyregup call, leading to a heap-based buffer over-read that might affect a system that compiles untrusted Lua code. https://nvd.nist.gov/vuln/detail/CVE-2022-28805 Signed-off-by: Steve Sakoman --- .../lua/lua/CVE-2022-28805.p

[OE-core][master][kirkstone] busybox: fix CVE-2022-28391

2022-04-18 Thread Steve Sakoman
BusyBox through 1.35.0 allows remote attackers to execute arbitrary code if netstat is used to print a DNS PTR record's value to a VT compatible terminal. Alternatively, the attacker could choose to change the terminal's colors. https://nvd.nist.gov/vuln/detail/CVE-2022-28391 Signed-off-by: Stev

Re: [OE-core] [yocto-security] OE-core CVE metrics for master on Sun 17 Apr 2022 02:00:01 AM HST

2022-04-18 Thread Steve Sakoman
On Sun, Apr 17, 2022 at 2:02 AM Steve Sakoman via lists.yoctoproject.org wrote: > > Branch: master > > New this week: 3 CVEs > CVE-2022-1210 (CVSS3: 6.5 MEDIUM): tiff > https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-1210 * > CVE-2022-28391 (CVSS3: 9.8 CRITICAL): busybox > https://web.

Re: [OE-core] [yocto-security] OE-core CVE metrics for master on Sun 17 Apr 2022 02:00:01 AM HST

2022-04-18 Thread Steve Sakoman
On Sun, Apr 17, 2022 at 2:02 AM Steve Sakoman via lists.yoctoproject.org wrote: > > Branch: master > > New this week: 3 CVEs > CVE-2022-1210 (CVSS3: 6.5 MEDIUM): tiff > https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-1210 * > CVE-2022-28391 (CVSS3: 9.8 CRITICAL): busybox > https://web.

[OE-core] [PATCH] ruby: upgrade 3.1.1 -> 3.1.2

2022-04-18 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin --- meta/recipes-devtools/ruby/{ruby_3.1.1.bb => ruby_3.1.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/ruby/{ruby_3.1.1.bb => ruby_3.1.2.bb} (97%) diff --git a/meta/recipes-devtools/ruby/ruby_3.1.1.bb b/meta/recipes-devtoo

[OE-core] [PATCH] wireless-regdb: upgrade 2022.02.18 -> 2022.04.08

2022-04-18 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin --- ...ireless-regdb_2022.02.18.bb => wireless-regdb_2022.04.08.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-kernel/wireless-regdb/{wireless-regdb_2022.02.18.bb => wireless-regdb_2022.04.08.bb} (94%) diff --git a/meta/recipes-kernel/

[OE-core] [PATCH] sysvinit: upgrade 3.01 -> 3.03

2022-04-18 Thread zhengruoqin
pidof-add-m-option.patch updated for new version. Signed-off-by: Zheng Ruoqin --- .../sysvinit/sysvinit/pidof-add-m-option.patch | 10 +- .../sysvinit/{sysvinit_3.01.bb => sysvinit_3.03.bb}| 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) rename meta/recipes-core/sys

[OE-core] [PATCH] openssh: upgrade 8.9p1 -> 9.0p1

2022-04-18 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin --- ...t-using-sandbox-when-cross-compiling.patch | 33 - ...467179428a0e3ea9e4aa9738ac12ff02822d.patch | 35 --- .../{openssh_8.9p1.bb => openssh_9.0p1.bb}| 4 +-- 3 files changed, 1 insertion(+), 71 deletions(-) delete mode 10064

[OE-core] [PATCH] git: upgrade 2.35.2 -> 2.35.3

2022-04-18 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin --- meta/recipes-devtools/git/{git_2.35.2.bb => git_2.35.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/git/{git_2.35.2.bb => git_2.35.3.bb} (98%) diff --git a/meta/recipes-devtools/git/git_2.35.2.bb b/meta/recipes-devtools/

[OE-core] [PATCH] mtools: upgrade 4.0.38 -> 4.0.39

2022-04-18 Thread wangmy
Changelog: == Rename strtoi to strosi (string to signed int). The strtoi function on BSD does something else (returns an intmax, not an int) Signed-off-by: Wang Mingyu --- .../mtools/{mtools_4.0.38.bb => mtools_4.0.39.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-

[OE-core] [PATCH] linux-firmware: upgrade 20220310 -> 20220411

2022-04-18 Thread wangmy
License-Update: Version of driver files updated Added files for some drivers Signed-off-by: Wang Mingyu --- ...{linux-firmware_20220310.bb => linux-firmware_20220411.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-kernel/linux-firmware/{linux-firmware_2

[OE-core] [PATCH] libcap: upgrade 2.63 -> 2.64

2022-04-18 Thread wangmy
Signed-off-by: Wang Mingyu --- meta/recipes-support/libcap/{libcap_2.63.bb => libcap_2.64.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libcap/{libcap_2.63.bb => libcap_2.64.bb} (96%) diff --git a/meta/recipes-support/libcap/libcap_2.63.bb b/meta/recipes

[OE-core] [PATCH] libpcre2: upgrade 10.39 -> 10.40

2022-04-18 Thread wangmy
License-Update: year updated to 2022 Changelog: == 1. Merged patch from @carenas (GitHub #35, 7db87842) to fix pcre2grep incorrect handling of multiple passes. 2. Merged patch from @carenas (GitHub #36, dae47509) to fix portability issue in pcre2grep with buffered fseek(stdin). 3. Merged

[OE-core] [PATCH] apt: upgrade 2.4.3 -> 2.4.5

2022-04-18 Thread wangmy
Signed-off-by: Wang Mingyu --- meta/recipes-devtools/apt/{apt_2.4.3.bb => apt_2.4.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/apt/{apt_2.4.3.bb => apt_2.4.5.bb} (97%) diff --git a/meta/recipes-devtools/apt/apt_2.4.3.bb b/meta/recipes-devtools/apt/ap

[OE-core] [PATCH] libgit2: upgrade 1.4.2 -> 1.4.3

2022-04-18 Thread wangmy
Changelog: = Validate repository directory ownership (v1.4) midx: Fix an undefined behavior (left-shift signed overflow) fetch: support OID refspec without dst Fix crash when regenerating a patch with unquoted spaces in filename Signed-off-by: Wang Mingyu --- .../libgit2/{libgit2_1.4.2.b

[OE-core] [PATCH] libusb1: upgrade 1.0.25 -> 1.0.26

2022-04-18 Thread wangmy
Changelog: == * Fix regression with transfer free's after closing device * Fix regression with destroyed context if API is misused * Workaround for applications using missing default context * Fix hotplog enumeration regression * Fix Windows isochronous transfer regression since 1.0.24 * Fi

[OE-core] [PATCH] libaio: upgrade 0.3.112 -> 0.3.113

2022-04-18 Thread wangmy
refresh 00_arches.patch for new version. Signed-off-by: Wang Mingyu --- meta/recipes-extended/libaio/libaio/00_arches.patch | 12 ++-- .../libaio/{libaio_0.3.112.bb => libaio_0.3.113.bb} | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) rename meta/recipes-extended/libaio/{lib

[OE-core] [PATCH] json-c: upgrade 0.15 -> 0.16

2022-04-18 Thread wangmy
Changelog: == Deprecated and removed features: * JSON_C_OBJECT_KEY_IS_CONSTANT is deprecated in favor of JSON_C_OBJECT_ADD_CONSTANT_KEY * Direct access to lh_table and lh_entry structure members is deprecated. Use access functions instead, lh_table_hea

[OE-core] [PATCH] help2man: upgrade 1.49.1 -> 1.49.2

2022-04-18 Thread wangmy
Signed-off-by: Wang Mingyu --- .../help2man/{help2man_1.49.1.bb => help2man_1.49.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/help2man/{help2man_1.49.1.bb => help2man_1.49.2.bb} (89%) diff --git a/meta/recipes-devtools/help2man/help2man_1.49.

[OE-core] [PATCH] enchant2: upgrade 2.3.2 -> 2.3.3

2022-04-18 Thread wangmy
Changelog: == Update Nuspell provider, requiring Nuspell 5.1.0. The new provider takes advantage of recently-added Nuspell APIs to be smaller and simpler. Fix the C++ API is_added() method to return a boolean rather than void. Require C99 and POSIX 2008, and as a result use fewer gnulib m

[OE-core] [PATCH] boost: upgrade 1.78.0 -> 1.79.0

2022-04-18 Thread wangmy
0001-futex-fix-build-on-32-bit-architectures-using-64-bit.patch de657e01635306085488290ea83de541ec393f8b.patch removed since they're included in 1.79.0 Changelog: https://www.boost.org/users/history/version_1_79_0.html Signed-off-by: Wang Mingyu --- .../{boost-1.78.0.inc => boost-1.79.0.inc}

Re: [OE-Core][PATCH] ethtool: upgrade 5.16 -> 5.17

2022-04-18 Thread Luca Ceresoli via lists.openembedded.org
Hi Changhyeok Bae, Il giorno Sat, 16 Apr 2022 05:22:51 + "Changhyeok Bae" ha scritto: > Signed-off-by: Changhyeok Bae Thanks, bu a similar patch had already been sent on April 6 and it is already on my master-next branch. Best regards. -- Luca Ceresoli, Bootlin Embedded Linux and Kernel

Re: [OE-core] [PATCH] clinfo: Upgrade 2.2.18.04.06 -> 3.0.21.02.21

2022-04-18 Thread Luca Ceresoli via lists.openembedded.org
Hi Suhrid_S, Il giorno Fri, 15 Apr 2022 11:25:19 -0700 "Suhrid_S" ha scritto: > From: Suhrid_S > > clinfo 2.2.18.04.06 released April 2018 does not show correct > information pertaining to OpenCL 3.0 released Sept 2020. It shows > version as `2.0` or `2.2` in systems with OpenCL 3.0. This upgr