Re: [oe-core][PATCH] mesa: update 22.2.3 -> 22.3.0

2022-12-04 Thread Markus Volk
Am So, 4. Dez 2022 um 09:23:49 -0800 schrieb Khem Raj : Not sure if this is related but I think its somewhere in egl headers provided by mesa. This is related to an update of the egl headers in Mesa, just as you thought: -=-=-=-=-=-=-=-=-=-=-

[OE-core][PATCH] rm_work: adjust dependency to make do_rm_work_all depend on do_rm_work

2022-12-04 Thread Chen Qi
For now, if we use rm_work and `bitbake core-image-minimal', some recipes' WORKDIRs are not cleaned up, e.g., makedevs-native. Adjust the dependency to make do_rm_work_all depend on do_rm_work to solve this problem. Below are the detailed explanation of why this would work. Without this patch, t

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

2022-12-04 Thread wangmy
From: Wang Mingyu Changelog: = * liblzma: - Fixed an infinite loop in LZMA encoder initialization if dict_size >= 2 GiB. (The encoder only supports up to 1536 MiB.) - Fixed two cases of invalid free() that can happen if a tiny allocation fails in encoder

[OE-core] [PATCH] wayland-protocols: upgrade 1.28 -> 1.31

2022-12-04 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{wayland-protocols_1.28.bb => wayland-protocols_1.31.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/wayland/{wayland-protocols_1.28.bb => wayland-protocols_1.31.bb} (91%) diff --git a/meta/recipes

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

2022-12-04 Thread wangmy
From: Wang Mingyu Changelog: = * liblzma: - Fixed an infinite loop in LZMA encoder initialization if dict_size >= 2 GiB. (The encoder only supports up to 1536 MiB.) - Fixed two cases of invalid free() that can happen if a tiny allocation fails in encoder

[OE-core] [PATCH] usbutils: upgrade 014 -> 015

2022-12-04 Thread wangmy
From: Wang Mingyu Changelog: == usb-devices: list the root devices in numerical order usb-devices: use 'local' variable type to handle recursion lsusb: remove unused wireless check lsusb: remove wireless descriptor information usb-devices: fix field width on device speed field

[OE-core] [PATCH] texinfo: upgrade 7.0 -> 7.0.1

2022-12-04 Thread wangmy
From: Wang Mingyu dont-depend-on-help2man.patch refreshed for 7.0.1 Signed-off-by: Wang Mingyu --- .../texinfo/texinfo/dont-depend-on-help2man.patch | 6 +++--- .../texinfo/{texinfo_7.0.bb => texinfo_7.0.1.bb}| 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) renam

[OE-core] [PATCH] swig: upgrade 4.1.0 -> 4.1.1

2022-12-04 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta/recipes-devtools/swig/{swig_4.1.0.bb => swig_4.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/swig/{swig_4.1.0.bb => swig_4.1.1.bb} (72%) diff --git a/meta/recipes-devtools/swig/swig_4.1.0.bb b/

[OE-core] [PATCH] stress-ng: upgrade 0.14.06 -> 0.15.00

2022-12-04 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../stress-ng/{stress-ng_0.14.06.bb => stress-ng_0.15.00.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/stress-ng/{stress-ng_0.14.06.bb => stress-ng_0.15.00.bb} (94%) diff --git a/meta/recipes-extende

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

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

[OE-core] [PATCH] shaderc: upgrade 2022.3 -> 2022.4

2022-12-04 Thread wangmy
From: Wang Mingyu Changelog: == - Update to Glslang 11 - Update SPIRV-Tools, SPIRV-Headers dependencies - Add Cmake BUNDLE DESTINATION option for target install - The code coverage build is no longer being tested Signed-off-by: Wang Mingyu --- .../shaderc/{shaderc_2022.3.bb => shad

[OE-core] [PATCH] pciutils: upgrade 3.8.0 -> 3.9.0

2022-12-04 Thread wangmy
From: Wang Mingyu configure.patch refreshed for 3.9.0 Changelog: == * We decode Compute Express Link (CXL) capabilities. * The tree mode of lspci is now compatible with filtering options. * When setpci is used with a named register, it checks whether the register is present in the part

[OE-core] [PATCH] patchelf: upgrade 0.16.1 -> 0.17.0

2022-12-04 Thread wangmy
From: Wang Mingyu Changelog: == fix pagesize on ia64 write out replace sections in original order patchelf: correct page size for sparc64/sparc32 update vendored elf file add workaround for readelf from binutils 2.30 make objdump/objcopy/readelf configurable and respect cross-compil

[OE-core] [PATCH] libxcrypt-compat: upgrade 4.4.30 -> 4.4.33

2022-12-04 Thread wangmy
From: Wang Mingyu Changelog: == * Fix -Werror=sign-conversion in lib/alg-yescrypt-platform.c. With commit 894aee75433b4dc8d9724b126da6e79fa5f6814b we introduced some changes to huge page handling, that show this error when building with GCC v12.2.1, and thus need a small fix. Signe

[OE-core] [PATCH] mpfr: upgrade 4.1.0 -> 4.1.1

2022-12-04 Thread wangmy
From: Wang Mingyu Changelog: = - Bug fixes (see and/or the ChangeLog file), in particular for macros implementing functions. - Improved manual formatting. Signed-off-by: Wang Mingyu --- meta/recipes-support/mpfr/{mpfr_4.1.0.bb => mpfr_4.1.1.bb

[OE-core] [PATCH] glib-2.0: upgrade 2.74.1 -> 2.74.3

2022-12-04 Thread wangmy
From: Wang Mingyu Changelog: === * Fix regression in type checking 'g_str_equal()' from C++ projects (#2820) * Bugs fixed: - #2820 g_str_equal: New macro version breaks compilation in C++ projects - !3096 Backport !3094 "gstrfuncs: Fix regression in C++ types accepted by g_str_eq

[OE-core] [PATCH] libxft: upgrade 2.3.6 -> 2.3.7

2022-12-04 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../xorg-lib/{libxft_2.3.6.bb => libxft_2.3.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-lib/{libxft_2.3.6.bb => libxft_2.3.7.bb} (92%) diff --git a/meta/recipes-graphics/xorg-lib/

[OE-core] [PATCH] libinput: upgrade 1.21.0 -> 1.22.0

2022-12-04 Thread wangmy
From: Wang Mingyu Changelog: == CI: prettify the include of templates CI: remove one occurrence of fedora instead of distro.name CI: make freebsd slightly more in line with others CI: remove unused test CI: do not retry the qemu runs CI: rely on b2c to start qemu tests CI: include

[OE-core] [PATCH] gnu-config: upgrade to latest revision

2022-12-04 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta/recipes-devtools/gnu-config/gnu-config_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/gnu-config/gnu-config_git.bb b/meta/recipes-devtools/gnu-config/gnu-config_git.bb index e298e31714..c97c

[OE-core] [PATCH] dropbear: upgrade 2022.82 -> 2022.83

2022-12-04 Thread wangmy
From: Wang Mingyu 0007-Fix-X11-build-failure-use-DROPBEAR_PRIO_LOWDELAY.patch removed since it's included in 2022.83 Changelog: == - Disable DROPBEAR_DSS by default - Added DROPBEAR_RSA_SHA1 option to allow disabling sha1 rsa signatures. - Add option for requiring both password and pubke

[OE-core] [PATCH] ccache: upgrade 4.7.2 -> 4.7.4

2022-12-04 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../ccache/{ccache_4.7.2.bb => ccache_4.7.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/ccache/{ccache_4.7.2.bb => ccache_4.7.4.bb} (90%) diff --git a/meta/recipes-devtools/ccache/ccach

[OE-core] [PATCH] bind: upgrade 9.18.8 -> 9.18.9

2022-12-04 Thread wangmy
From: Wang Mingyu Changelog: === Fix a crash that could happen when you change a dnssec-policy zone with NSEC3 to start using inline-signing. [GL #3591] Don't trust a placeholder KEYDATA from the managed-keys zone by adding it into secroots. [GL #2895] Fixed a race condition

[OE-core] [dunfell][PATCHv2] xserver-xorg: backport fixes for CVE-2022-3550, CVE-2022-3551 and CVE-2022-3553

2022-12-04 Thread Minjae Kim
xkb: proof GetCountedString against request length attacks Upstream-Status: Backport [https://cgit.freedesktop.org/xorg/xserver/commit/?id=11beef0b7f1ed290348e45618e5fa0d2bffcb72e] xkb: fix some possible memleaks in XkbGetKbdByName Upstream-Status: Backport [https://cgit.freedesktop.org/xorg/x

Re: [oe-core][PATCH] mesa: update 22.2.3 -> 22.3.0

2022-12-04 Thread Khem Raj
On Thu, Dec 1, 2022 at 9:39 AM Markus Volk wrote: > > - remove deprecated xvmc PACKAGECONFIG > - remove futex.h patch. Code has been reworked, still needed? > > Note: mesa-22.3.0 will require libperfetto update to v28. Otherwise > compilation will fail. I am also seeing qtwayland fail. https://e

[OE-core] OE-core CVE metrics for langdale on Sun 04 Dec 2022 03:30:01 AM HST

2022-12-04 Thread Steve Sakoman
Branch: langdale New this week: 6 CVEs CVE-2022-36227 (CVSS3: 9.8 CRITICAL): libarchive:libarchive-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-36227 * CVE-2022-37454 (CVSS3: 9.8 CRITICAL): python3:python3-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-37454

[OE-core] OE-core CVE metrics for kirkstone on Sun 04 Dec 2022 03:00:01 AM HST

2022-12-04 Thread Steve Sakoman
Branch: kirkstone New this week: 6 CVEs CVE-2022-36227 (CVSS3: 9.8 CRITICAL): libarchive:libarchive-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-36227 * CVE-2022-37454 (CVSS3: 9.8 CRITICAL): python3:python3-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-3745

[OE-core] OE-core CVE metrics for dunfell on Sun 04 Dec 2022 02:30:01 AM HST

2022-12-04 Thread Steve Sakoman
Branch: dunfell New this week: 5 CVEs CVE-2022-37454 (CVSS3: 9.8 CRITICAL): python3:python3-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-37454 * CVE-2022-40303 (CVSS3: 7.5 HIGH): libxml2:libxml2-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-40303 * CVE-2022

[OE-core] OE-core CVE metrics for master on Sun 04 Dec 2022 02:00:01 AM HST

2022-12-04 Thread Steve Sakoman
Branch: master New this week: 5 CVEs CVE-2022-36227 (CVSS3: 9.8 CRITICAL): libarchive:libarchive-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-36227 * CVE-2022-40303 (CVSS3: 7.5 HIGH): libxml2:libxml2-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-40303 * CVE