[OE-core] [PATCH] pam: Fix build with musl

2024-03-13 Thread Khem Raj
Apply a backported patch Signed-off-by: Khem Raj --- .../0001-pam_namespace-include-stdint-h.patch | 42 +++ meta/recipes-extended/pam/libpam_1.6.0.bb | 1 + 2 files changed, 43 insertions(+) create mode 100644

Re: [OE-core] [PATCH 09/21] libpam: update 1.5.3 -> 1.6.0

2024-03-13 Thread Khem Raj
fails to build with musl | ../../../Linux-PAM-1.6.0/modules/pam_namespace/pam_namespace.c:649:41: error: use of undeclared identifier 'SIZE_MAX' | 649 | if (count > UINT_MAX || count > SIZE_MAX / sizeof(uid_t)) { | | ^ | 1 error generated. |

[OE-core] [nanbield][PATCH v2] openssl: upgrade to 3.1.5

2024-03-13 Thread Lee Chee Yang
From: Lee Chee Yang Changes between 3.1.4 and 3.1.5 [30 Jan 2024] * A file in PKCS12 format can contain certificates and keys and may come from an untrusted source. The PKCS12 specification allows certain fields to be NULL, but OpenSSL did not correctly check for this case. A fix has been

Re: [OE-core][PATCH] meta-ide-support: depend recursively on populate_sysroot

2024-03-13 Thread Peter Marko via lists.openembedded.org
-Original Message- From: Richard Purdie Sent: Wednesday, March 13, 2024 23:04 To: Marko, Peter (ADV D EU SK BFS1) ; openembedded-core@lists.openembedded.org Subject: Re: [OE-core][PATCH] meta-ide-support: depend recursively on populate_sysroot > On Wed, 2024-03-13 at 18:48 +0100,

[OE-core][kirkstone][PATCH] expat: patch CVE-2024-28757

2024-03-13 Thread Peter Marko via lists.openembedded.org
From: Peter Marko Picked patch from https://github.com/libexpat/libexpat/pull/842 which is referenced in the NVD CVE report. Signed-off-by: Peter Marko --- .../expat/expat/CVE-2024-28757.patch | 58 +++ meta/recipes-core/expat/expat_2.5.0.bb| 1 + 2 files

Re: [OE-core][PATCH] meta-ide-support: depend recursively on populate_sysroot

2024-03-13 Thread Richard Purdie
On Wed, 2024-03-13 at 18:48 +0100, Peter Marko via lists.openembedded.org wrote: > From: Peter Marko > > Following workflow is broken when built from sstate-cache: > https://docs.yoctoproject.org/singleindex.html#setting-up-the-extensible-sdk-environment-directly-in-a-yocto-build > This is

[OE-core][nanbield 6/7] gnutls: upgrade 3.8.1 -> 3.8.2

2024-03-13 Thread Steve Sakoman
From: Wang Mingyu Changelog: ** libgnutls: Fix timing side-channel inside RSA-PSK key exchange. ** libgnutls: Add API functions to perform ECDH and DH key agreement ** libgnutls: Added support for AES-GCM-SIV ciphers ** libgnutls: transparent KTLS support is extended to FreeBSD

[OE-core][nanbield 7/7] gnutls: Upgrade 3.8.2 -> 3.8.3

2024-03-13 Thread Steve Sakoman
From: Simone Weiß Upgrade version to adress recent CVE findings. Changelog = ** libgnutls: Fix more timing side-channel inside RSA-PSK key exchange [GNUTLS-SA-2024-01-14, CVSS: medium] [CVE-2024-0553] ** libgnutls: Fix assertion failure when verifying a certificate chain with a

[OE-core][nanbield 5/7] bind: Upgrade 9.18.21 -> 9.18.24

2024-03-13 Thread Steve Sakoman
From: Soumya Sambu Changelog: = 9.18.24: - Fix case insensitive setting for isc_ht hashtable. [GL #4568] 9.18.23: - Specific DNS answers could cause a denial-of-service condition due to DNS validation taking a long time. (CVE-2023-50387) [GL

[OE-core][nanbield 4/7] bind: upgrade 9.18.20 -> 9.18.21

2024-03-13 Thread Steve Sakoman
From: Wang Mingyu bind-ensure-searching-for-json-headers-searches-sysr.patch refreshed for 9.18.21 Changelog: == -Improve LRU cleaning behaviour. -The "resolver-nonbackoff-tries" and "resolver-retry-interval" options are deprecated; a warning will be logged if they are used. -BIND

[OE-core][nanbield 3/7] python3-jinja2: upgrade 3.1.2 -> 3.1.3

2024-03-13 Thread Steve Sakoman
From: Wang Mingyu Changelog: == -Fix compiler error when checking if required blocks in parent templates are empty. -xmlattr filter does not allow keys with spaces. -Make error messages stemming from invalid nesting of {% trans %} blocks more helpful upgrade include fix for

[OE-core][nanbield 2/7] libxml2: upgrade to 2.11.7

2024-03-13 Thread Steve Sakoman
From: Lee Chee Yang libxml2 2.11.7 Security [CVE-2024-25062] xmlreader: Don't expand XIncludes when backtracking libxml2 2.11.6 Regressions threads: Fix --with-thread-alloc xinclude: Fix 'last' pointer in xmlXIncludeCopyNode Bug fixes parser: Fix potential use-after-free in

[OE-core][nanbield 1/7] xwayland: upgrade 23.2.3 -> 23.2.4

2024-03-13 Thread Steve Sakoman
From: Dhairya Nagodra Includes fixes for CVE-2023-6816, CVE-2024-0408, CVE-2024-0409 Signed-off-by: Dhairya Nagodra Signed-off-by: Steve Sakoman --- .../xwayland/{xwayland_23.2.3.bb => xwayland_23.2.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[OE-core][nanbield 0/7] Patch review

2024-03-13 Thread Steve Sakoman
Please review this set of changes for nanbield and have comments back by end of day Friday, March 15 Passsed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6674 The following changes since commit d88e0fa7c5e6c8252f8f775996f512a37fea4818:

[OE-core] [PATCH] sngrep: new recipe for ncurses SIP Messages flow viewer

2024-03-13 Thread Jörg Sommer via lists . openembedded . org
From: Jörg Sommer Signed-off-by: Jörg Sommer --- .../recipes-support/sngrep/sngrep_1.8.0.bb| 37 +++ 1 file changed, 37 insertions(+) create mode 100644 meta-networking/recipes-support/sngrep/sngrep_1.8.0.bb diff --git

[OE-core] [PATCH v2] linux-firmware: Move Intel 9260 modules firmware.

2024-03-13 Thread Yannick Rodriguez
From: Yannick Rodriguez Moving intel 9260 firmware because it's common wifi chip and otherwise to include this firmware whe have to include iwlwifi-misc which included a lot of firmwares. Signed-off-by: Yannick Rodriguez --- meta/recipes-kernel/linux-firmware/linux-firmware_20240220.bb | 4

Re: [OE-core] [PATCH 1/1] linux-firmware : Add firmaware for Intel 9260 wifi modules.

2024-03-13 Thread Yannick Rodriguez
Hi Quentin , Thanks for your help , i'll push v2 then. Regards Yannick On 13/03/2024 17:36, Quentin Schulz wrote: Hi Yannick, On 3/13/24 17:29, RODRIGUEZ Yannick wrote: Hi Quentin, Thanks for your review. Should i resend a patch with the modification your sugest . It's possible to just

Re: [OE-core] Yocto Project Status 12 March 2024 (WW11)

2024-03-13 Thread Yoann Congal
Hi, Le mar. 12 mars 2024 à 15:45, Stephen Jolley a écrit : > >- > >The previously reported CVE database update issue on the autobuilder >has not been addressed yet. This is causing higher numbers of CVEs to be >reported on the autobuilder generated charts. > > Here's my proposal

[OE-core][dunfell][PATCH] expat: Backport fix for CVE-2024-28757

2024-03-13 Thread Ashish Sharma via lists.openembedded.org
Upstream ref: https://github.com/libexpat/libexpat/pull/842 https://github.com/libexpat/libexpat/issues/839 Upstream-Status: Backport [https://github.com/libexpat/libexpat/commit/072eca0b72373da103ce15f8f62d1d7b52695454] Signed-off-by: Ashish Sharma --- .../expat/expat/CVE-2024-28757.patch

Re: [OE-core] [master] [PATCH] cve-check: Add provision to exclude classes

2024-03-13 Thread Dhairya Nagodra via lists.openembedded.org
A gentle reminder >-Original Message- >From: dnago...@cisco.com >Sent: Sunday, March 3, 2024 11:23 PM >To: openembedded-core@lists.openembedded.org >Cc: xe-linux-external(mailer list) ; Dhairya >Nagodra -X (dnagodra - E-INFO CHIPS INC at Cisco) >Subject: [master] [PATCH] cve-check: Add

Re: [OE-core] [PATCH 21/21] man-pages: use env from coreutils-native

2024-03-13 Thread Alexander Kanavin
On Wed, 13 Mar 2024 at 18:55, Khem Raj wrote: > does buildtools tarball contain it ? if so, we may instead recommend > that or add it to buildtools tarball instead of adding this dep > for every host environment. If there are more instances of this, then yes. Otherwise I wouldn't add to the

Re: [OE-core] [PATCH 21/21] man-pages: use env from coreutils-native

2024-03-13 Thread Khem Raj
On Wed, Mar 13, 2024 at 10:34 AM Alexander Kanavin wrote: > > This is the outcome of investigating the selftest-armhost fail: > https://autobuilder.yoctoproject.org/typhoon/#/builders/127/builds/3028/steps/15/logs/stdio > > When man-pages recipe builds on ubuntu 18.04, /usr/bin/env on that is too

[OE-core][PATCH] meta-ide-support: depend recursively on populate_sysroot

2024-03-13 Thread Peter Marko via lists.openembedded.org
From: Peter Marko Following workflow is broken when built from sstate-cache: https://docs.yoctoproject.org/singleindex.html#setting-up-the-extensible-sdk-environment-directly-in-a-yocto-build This is already broken in kirkstone. Reproducer: $ bitbake meta-ide-support && bitbake build-sysroots

Re: [OE-core] [PATCH 35/47] python3-jsonschema: upgrade 4.17.3 -> 4.21.1 and add new dependencies

2024-03-13 Thread Alex Kiernan
On Wed, Mar 13, 2024 at 2:45 PM Theodore A. Roth wrote: > > On Wed, Mar 13, 2024 at 12:53 AM Alexander Kanavin > wrote: >> >> On Tue, 12 Mar 2024 at 19:55, Theodore A. Roth wrote: >> >> > Any help or things to try would be appreciated. More than happy to provide >> > more information if

[OE-core] [PATCH 15/21] rpm: update 4.19.1 -> 4.19.1.1

2024-03-13 Thread Alexander Kanavin
Drop patches: files/0002-docs-CMakeLists.txt-do-not-install-non-existent-docs.patch (upstream resolved the issue) files/0001-CMakeLists.txt-restore-readline-support-as-an-explic.patch files/0001-Fix-unconditional-dependency-on-non-POSIX-GLOB_ONLYD.patch (backports) Signed-off-by: Alexander

[OE-core] [PATCH 21/21] man-pages: use env from coreutils-native

2024-03-13 Thread Alexander Kanavin
This is the outcome of investigating the selftest-armhost fail: https://autobuilder.yoctoproject.org/typhoon/#/builders/127/builds/3028/steps/15/logs/stdio When man-pages recipe builds on ubuntu 18.04, /usr/bin/env on that is too old to support -S option, and the outcome is that man-pages quietly

[OE-core] [PATCH 16/21] ruby: update 3.2.2 -> 3.3.0

2024-03-13 Thread Alexander Kanavin
Rebase: ruby/0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch Drop: ruby/0001-fiddle-Use-C11-_Alignof-to-define-ALIGN_OF-when-poss.patch (merged upstream) ruby/0001-template-Makefile.in-do-not-write-host-cross-cc-item.patch

[OE-core] [PATCH 20/21] waffle: update 1.7.2 -> 1.8.0

2024-03-13 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...build-request-native-wayland-scanner.patch | 28 --- ...-make-core-protocol-into-the-library.patch | 9 +++--- .../{waffle_1.7.2.bb => waffle_1.8.0.bb} | 5 ++-- 3 files changed, 6 insertions(+), 36 deletions(-) delete mode 100644

[OE-core] [PATCH 19/21] texinfo: update 7.0.3 -> 7.1

2024-03-13 Thread Alexander Kanavin
Drop texinfo/link-zip.patch (no longer necessary) Add texinfo_cv_sys_iconv_converts_euc_cn=yes as otherwise it's determined via building and running a helper binary. Signed-off-by: Alexander Kanavin --- ...hanges-to-build-without-zlib-and-nc.patch} | 13 +++ ...tch =>

[OE-core] [PATCH 17/21] shadow: update 4.14.2 -> 4.15.0

2024-03-13 Thread Alexander Kanavin
libcrack support was dropped. Signed-off-by: Alexander Kanavin --- ...nexpected-open-failure-in-chroot-env.patch | 9 +-- .../shadow/files/shadow-update-pam-conf.patch | 79 --- meta/recipes-extended/shadow/shadow.inc | 4 +- .../{shadow_4.14.2.bb => shadow_4.15.0.bb}

[OE-core] [PATCH 18/21] tcl: update 8.6.13 -> 8.6.14

2024-03-13 Thread Alexander Kanavin
Drop recipes-devtools/tcltk/tcl/fix_issue_with_old_distro_glibc.patch (very obsolete) Signed-off-by: Alexander Kanavin --- .../tcltk/tcl/alter-includedir.patch | 11 +++--- .../tcl/fix_issue_with_old_distro_glibc.patch | 39 --- .../tcl/fix_non_native_build_issue.patch

[OE-core] [PATCH 14/21] python3-lxml: update 5.0.0 -> 5.1.0

2024-03-13 Thread Alexander Kanavin
Upstream issued the new version in .tar.gz format, so .zip setting can be dropped. Signed-off-by: Alexander Kanavin --- .../python/{python3-lxml_5.0.0.bb => python3-lxml_5.1.0.bb}| 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename

[OE-core] [PATCH 13/21] ovmf: update 202308 -> 202402

2024-03-13 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-core/ovmf/ovmf_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/ovmf/ovmf_git.bb b/meta/recipes-core/ovmf/ovmf_git.bb index 3dc031d3b67..9463ec148bb 100644 --- a/meta/recipes-core/ovmf/ovmf_git.bb

[OE-core] [PATCH 11/21] mdadm: update 4.2 -> 4.3

2024-03-13 Thread Alexander Kanavin
Drop a gigantic set of patches: either backports or test fixups (which are no longer testable after exclusion of mdadm from ptests). Add musl fixes: 0001-util.c-add-limits.h-include-for-NAME_MAX-definition.patch 0002-Create.c-include-linux-falloc.h-for-FALLOC_FL_ZERO_R.patch Signed-off-by:

[OE-core] [PATCH 12/21] npth: update 1.6 -> 1.7

2024-03-13 Thread Alexander Kanavin
Drop 0001-Revert-Fix-problem-with-regression-tests-on-recent-g.patch (upstream resolved the issue) npth-config is no longer installed. Signed-off-by: Alexander Kanavin --- ...em-with-regression-tests-on-recent-g.patch | 43 --- meta/recipes-support/npth/npth/musl-fix.patch | 37

[OE-core] [PATCH 10/21] libtraceevent: update 1.7.3 -> 1.8.2

2024-03-13 Thread Alexander Kanavin
Drop docs option from meson.patch, as upstream added a doc option that does the same thing. Signed-off-by: Alexander Kanavin --- .../libtraceevent/libtraceevent/meson.patch | 47 --- ...eevent_1.7.3.bb => libtraceevent_1.8.2.bb} | 4 +- 2 files changed, 11 insertions(+), 40

[OE-core] [PATCH 04/21] cargo-c-native: update 0.9.18 -> 0.9.30

2024-03-13 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/rust/cargo-c-crates.inc | 866 +++--- ... => cargo-c-native_0.9.30+cargo-0.77.0.bb} | 2 +- 2 files changed, 531 insertions(+), 337 deletions(-) rename meta/recipes-devtools/rust/{cargo-c-native_0.9.18+cargo-0.69.bb =>

[OE-core] [PATCH 08/21] go-helloworld: update to latest revision

2024-03-13 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-extended/go-examples/go-helloworld_0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/go-examples/go-helloworld_0.1.bb b/meta/recipes-extended/go-examples/go-helloworld_0.1.bb index

[OE-core] [PATCH 07/21] icu: update 74-1 -> 74-2

2024-03-13 Thread Alexander Kanavin
Note that upstream has re-spun the release tarball (the initial tarball had a broken symlink for LICENSE file), so there can be yocto premirror checksum mismatches: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6671/steps/13/logs/stdio Signed-off-by: Alexander Kanavin ---

[OE-core] [PATCH 09/21] libpam: update 1.5.3 -> 1.6.0

2024-03-13 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...place-use-of-termio.h-with-termios.h.patch | 39 --- .../pam/libpam/libpam-xtests.patch| 22 +++ .../pam/{libpam_1.5.3.bb => libpam_1.6.0.bb} | 3 +- 3 files changed, 16 insertions(+), 48 deletions(-) delete mode

[OE-core] [PATCH 06/21] gptfdisk: update 1.0.9 -> 1.0.10

2024-03-13 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...h-of-sgdisk-when-compiled-with-lates.patch | 46 --- ...to-deal-with-minor-change-in-libuuid.patch | 27 --- ...01-Use-64bit-time_t-on-linux-as-well.patch | 32 - ...gptcurses-correctly-include-curses.h.patch | 5 +-

[OE-core] [PATCH 03/21] cargo-c-native: convert from git fetcher to crate fetcher

2024-03-13 Thread Alexander Kanavin
Fetching from git requires manually maintaining Cargo.lock which is tedious and unclear how to do correctly, especially with version updates. On the other hand, crates do include Cargo.lock, and this way the revisions would match upstream's and crate users (which requires regenerating crates.inc

[OE-core] [PATCH 05/21] dpkg: update 1.22.0 -> 1.22.5

2024-03-13 Thread Alexander Kanavin
Drop pager.patch as macros removed upstream. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/dpkg/dpkg.inc | 2 +- .../0001-Add-support-for-riscv32-CPU.patch| 13 +--- ...ild.c-ignore-return-of-1-from-tar-cf.patch | 9

[OE-core] [PATCH 01/21] meson: correct upstream version check (exclude pre-releases)

2024-03-13 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/meson/meson_1.3.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/meson/meson_1.3.1.bb b/meta/recipes-devtools/meson/meson_1.3.1.bb index 3a4bb14f09a..9cc0cc31ab1 100644 ---

[OE-core] [PATCH 02/21] attr: update 2.5.1 -> 2.5.2

2024-03-13 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-support/attr/attr_2.5.1.bb | 5 - meta/recipes-support/attr/attr_2.5.2.bb | 5 + 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 meta/recipes-support/attr/attr_2.5.1.bb create mode 100644

[OE-core] [PATCH] kernel: Fix check_oldest_kernel

2024-03-13 Thread Paul Barker
The check_oldest_kernel() function requires utsrelease.h to be generated. This file is generated during do_compile, so we need to delay calling check_oldest_kernel() until after this. With this change in place, I now see the expected warning when building Linux 5.10.y. Signed-off-by: Paul Barker

Re: [OE-core] [PATCH 1/1] linux-firmware : Add firmaware for Intel 9260 wifi modules.

2024-03-13 Thread Quentin Schulz via lists.openembedded.org
Hi Yannick, On 3/13/24 17:29, RODRIGUEZ Yannick wrote: Hi Quentin, Thanks for your review. Should i resend a patch with the modification your sugest . It's possible to just amend m'y patch ? For the bluetooth part of the suggestion, a separate patch would be welcome. Though it's a

Re: [OE-core] [PATCH 1/1] linux-firmware : Add firmaware for Intel 9260 wifi modules.

2024-03-13 Thread Quentin Schulz via lists.openembedded.org
Hi Yannick, Thanks for the patch. Typo in the commit title: firmware and not firmaware. Also, to be pedantic, you're not adding firmware for Intel 9260 modules, you're moving the different pieces of firmware to a separate package. On 3/13/24 16:39, Yannick Rodriguez via

[OE-core] [PATCH 1/1] linux-firmware : Add firmaware for Intel 9260 wifi modules.

2024-03-13 Thread Yannick Rodriguez
From: Yannick Rodriguez Intel 9260 wifi modules is a serie of wireless modules that need firmwares to function correctly. The linux firmware recipe does not have a package of these firmwares, and this commit add them. Signed-off-by: Yannick Rodriguez ---

[OE-core] Patchtest results for [PATCH 1/1] Add firmaware for Intel 9260 wifi modules.

2024-03-13 Thread Patchtest
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/1-1-Add-firmaware-for-Intel-9260-wifi-modules..patch FAIL: test shortlog format: Commit shortlog (first line of

[OE-core] [PATCH 1/1] Add firmaware for Intel 9260 wifi modules.

2024-03-13 Thread Yannick Rodriguez
From: Yannick Rodriguez Intel 9260 wifi modules is a serie of wireless modules that need firmwares to function correctly. The linux firmware recipe does not have a package of these firmwares, and this commit add them. Signed-off-by: Yannick Rodriguez ---

[OE-core] [PATCH 2/2] cve-update-nvd2-native: Add an age threshold for incremental update

2024-03-13 Thread Yoann Congal
Add a new variable "CVE_DB_INCR_UPDATE_AGE_THRES", which can be used to specify the maximum age of the database for doing an incremental update For older databases, a full re-download is done. With a value of "0", this forces a full-redownload. Signed-off-by: Yoann Congal ---

[OE-core] [PATCH 1/2] cve-update-nvd2-native: Fix typo in comment

2024-03-13 Thread Yoann Congal
attmepts -> attempts Signed-off-by: Yoann Congal --- meta/recipes-core/meta/cve-update-nvd2-native.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/meta/cve-update-nvd2-native.bb b/meta/recipes-core/meta/cve-update-nvd2-native.bb index

Re: [OE-core] [PATCH 35/47] python3-jsonschema: upgrade 4.17.3 -> 4.21.1 and add new dependencies

2024-03-13 Thread Theodore A. Roth
On Wed, Mar 13, 2024 at 12:53 AM Alexander Kanavin wrote: > On Tue, 12 Mar 2024 at 19:55, Theodore A. Roth wrote: > > > Any help or things to try would be appreciated. More than happy to > provide more information if needed. > > Maturin support is fairly new, and rpds is the first real consumer

Re: [oe-core][PATCH v1] mesa: enable imagination powervr support

2024-03-13 Thread Marcel Ziswiler via lists.openembedded.org
Hi Alex On Wed, 2024-03-13 at 15:23 +0100, Alexander Kanavin wrote: > On Wed, 13 Mar 2024 at 15:19, Marcel Ziswiler wrote: > > +EXTRA_OEMESON:append:class-target = " > > ${@bb.utils.contains('PACKAGECONFIG', 'imagination', '-Dimagination- > > srv=true', '', d)}" > > This should be defined as a

Re: [oe-core][PATCH v1] mesa: enable imagination powervr support

2024-03-13 Thread Alexander Kanavin
On Wed, 13 Mar 2024 at 15:19, Marcel Ziswiler wrote: > +EXTRA_OEMESON:append:class-target = " ${@bb.utils.contains('PACKAGECONFIG', > 'imagination', '-Dimagination-srv=true', '', d)}" This should be defined as a standard PACKAGECONFIG setting, no? Alex -=-=-=-=-=-=-=-=-=-=-=- Links: You

[oe-core][PATCH v1] mesa: enable imagination powervr support

2024-03-13 Thread Marcel Ziswiler
From: Marcel Ziswiler Allows mesa to be build with Imagination PowerVR support. Signed-off-by: Marcel Ziswiler --- meta/recipes-graphics/mesa/mesa.inc | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/recipes-graphics/mesa/mesa.inc

[OE-core] Patchtest results for [PATCH] libtirpc: drop redundant PACKAGECONFIG

2024-03-13 Thread Patchtest
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/libtirpc-drop-redundant-PACKAGECONFIG.patch FAIL: test commit message presence: Please include a commit message on

[OE-core] [PATCH] libtirpc: drop redundant PACKAGECONFIG

2024-03-13 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb b/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb index 16c7a6007a..aa526e9e1c 100644 ---

[OE-core] [PATCH 36/36] xz: upgrade 5.4.6 -> 5.6.1

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu License-Update: *COPYING: Add the license for the XZ logo. Change most public domain parts to 0BSD. Update COPYING about the man pages of the scripts. *getopt.c MSVC: Don't #include . lib/getopt*.c: Include only HAVE_CONFIG_H is defined. lib: Update

[OE-core] [PATCH 35/36] xev: update 1.2.5 -> 1.2.6

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == -Mark graceful_exit as noreturn -Mark global variables as "static" since there's only one source file -gitlab CI: stop requiring Signed-off-by in commits -Fix overflow on XmbLookupString buffer Signed-off-by: Wang Mingyu ---

[OE-core] [PATCH 31/36] shaderc: update 2023.8 -> 2024.0

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 0001-cmake-disable-building-external-dependencies.patch refreshed for 2024.0 Changelog: == - Update dependencies - Utilities: - Use Python3 explicitly in utility scripts Signed-off-by: Wang Mingyu --- ...make-disable-building-external-dependencies.patch | 12

[OE-core] [PATCH 29/36] python3-trove-classifiers: upgrade 2024.2.23 -> 2024.3.3

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: = *add "License :: OSI Approved :: NASA Open Source Agreement (NOSA)" * added NOSA * Update src/trove_classifiers/__init__.py Signed-off-by: Wang Mingyu --- ...fiers_2024.2.23.bb => python3-trove-classifiers_2024.3.3.bb} | 2 +- 1 file changed, 1

[OE-core] [PATCH 34/36] xauth: upgrade 1.1.2 -> 1.1.3

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == -unifdef Lynx -unifdef hpux -configure: raise minimum autoconf requirement to 2.70 -configure: Use AC_SYS_LARGEFILE to enable large file support -Unbold brackets for optional n at start of commands -Handle -Wempty-body warning for WRITES() macro -Remove

[OE-core] [PATCH 32/36] stress-ng: upgrade 0.17.05 -> 0.17.06

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == -New fd-fork stressor, force copying of tens of thousands of file descriptors on fork() system calls -New bitonicsort stressor: sort 32 bit integers using bitonic sort, exercises integer compare, copying/cache/memory. -Add more signals in the nested

[OE-core] [PATCH 33/36] tcl: upgrade 8.6.13 -> 8.6.14

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu fix_issue_with_old_distro_glibc.patch fix_non_native_build_issue.patch refreshed for 8.6.14 Signed-off-by: Wang Mingyu --- .../tcl/fix_issue_with_old_distro_glibc.patch | 28 +++ .../tcl/fix_non_native_build_issue.patch | 25 ++---

[OE-core] [PATCH 30/36] repo: upgrade 2.42 -> 2.44

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta/recipes-devtools/repo/{repo_2.42.bb => repo_2.44.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/repo/{repo_2.42.bb => repo_2.44.bb} (94%) diff --git a/meta/recipes-devtools/repo/repo_2.42.bb

[OE-core] [PATCH 28/36] python3-pytest: upgrade 8.0.2 -> 8.1.1

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: https://docs.pytest.org/en/stable/changelog.html Signed-off-by: Wang Mingyu --- .../python/{python3-pytest_8.0.2.bb => python3-pytest_8.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pytest_8.0.2.bb =>

[OE-core] [PATCH 21/36] python3-importlib-metadata: upgrade 7.0.1 -> 7.0.2

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...ib-metadata_7.0.1.bb => python3-importlib-metadata_7.0.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-importlib-metadata_7.0.1.bb => python3-importlib-metadata_7.0.2.bb} (88%) diff

[OE-core] [PATCH 27/36] python3-pytest-subtests: upgrade 0.11.0 -> 0.12.1

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === -Fixed compatibility with upcoming pytest 8.1.x. -Python 3.12 is now officially supported -Added typing support -SubTests can be imported from pytest_subtests to type-annotate the subtests fixture. Signed-off-by: Wang Mingyu ---

[OE-core] [PATCH 26/36] python3-pyparsing: upgrade 3.1.1 -> 3.1.2

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === - Added 'ieee_float' expression to 'pyparsing.common', which parses float values, plus "NaN", "Inf", "Infinity". - Updated pep8 synonym wrappers for better type checking compatibility. - Fixed empty error message bug. This _should_ return pyparsing's

[OE-core] [PATCH 24/36] python3-pygobject: update 3.46.0 -> 3.48.1

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === * Fix installation with pip failing in some environments with ModuleNotFoundError in g-ir-scanner :issue:'622' :mr:'302' * test: fix some tests on macOS :mr:'296' * docs: some dark mode fixes :mr:'291' * Drop setuptools in favor of meson-python

[OE-core] [PATCH 25/36] python3-pyopenssl: upgrade 24.0.0 -> 24.1.0

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: -Removed the deprecated OpenSSL.crypto.PKCS12 and OpenSSL.crypto.NetscapeSPKI. OpenSSL.crypto.PKCS12 may be replaced by the PKCS#12 APIs in the cryptography package. Signed-off-by: Wang Mingyu --- ...{python3-pyopenssl_24.0.0.bb => python3-pyopenssl_24.1.0.bb} |

[OE-core] [PATCH 23/36] python3-maturin: upgrade 1.4.0 -> 1.5.0

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: Fix the format_name property and move it from the ArchiveEntry class to the ArchiveRead class Signed-off-by: Wang Mingyu --- .../{python3-maturin_1.4.0.bb => python3-maturin_1.5.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[OE-core] [PATCH 22/36] python3-libarchive-c: upgrade 5.0 -> 5.1

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === Fix the format_name property and move it from the ArchiveEntry class to the ArchiveRead class Signed-off-by: Wang Mingyu --- ...{python3-libarchive-c_5.0.bb => python3-libarchive-c_5.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[OE-core] [PATCH 20/36] python3-hypothesis: upgrade 6.98.15 -> 6.99.4

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == -Fix regression caused by using PEP 696 default in TypeVar with Python 3.13.0a3. -improves the type annotations in hypothesis.extra.numpy. -Simplify the type annotation of column() and columns() by using PEP 696 to avoid overloading. -implement type

[OE-core] [PATCH 19/36] python3-cython: upgrade 3.0.8 -> 3.0.9

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === Features added -- * Assigning "const" values to non-const variables now issues a warning. * Using "noexcept" on a function returning Python objects now issues a warning. * Some C-API usage was updated for the upcoming CPython 3.13. * The

[OE-core] [PATCH 18/36] psmisc: upgrade 23.6 -> 23.7

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch refreshed for 23.7 Changelog: === * build-sys: Make disable-statx work * fuser: Fallback to stat() if no statx() Debian 1030747 * fuser: silently ignore EACCES when scanning proc directories * killall: small formatting

[OE-core] [PATCH 16/36] mkfontscale: upgrade 1.2.2 -> 1.2.3

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu License-Update: "All rights reserved." removed from copyright. Changelog: = -Fix -Wimplicit-float-conversion warnings from clang -Resolve some -Wsign-conversion warnings from clang -Variable scope reductions as recommended by cppcheck -ident.c: clear

[OE-core] [PATCH 14/36] libxdmcp: upgrade 1.1.4 -> 1.1.5

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == -gitlab CI: add xz-utils to container for "make distcheck" -XdmcpWriteHeader: use calloc instead of malloc to alloc buffer -XdmcpWriteHeader: drop unnecessary cast of free() argument -Clear -Wunused-macros warnings when arc4random_buf() is available

[OE-core] [PATCH 15/36] lzip: upgrade 1.24 -> 1.24.1

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: main.cc: Fix compilation failure on MinGW because of mkdir. Signed-off-by: Wang Mingyu --- meta/recipes-extended/lzip/{lzip_1.24.bb => lzip_1.24.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/lzip/{lzip_1.24.bb =>

[OE-core] [PATCH 17/36] pango: upgrade 1.52.0 -> 1.52.1

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: Fix hexbox drawing Signed-off-by: Wang Mingyu --- .../recipes-graphics/pango/{pango_1.52.0.bb => pango_1.52.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/pango/{pango_1.52.0.bb => pango_1.52.1.bb} (94%) diff --git

[OE-core] [PATCH 13/36] libxcursor: upgrade 1.2.1 -> 1.2.2

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === -Remove superfluous and unguarded config.h include -XcursorXcFileLoad: plug memory leak in error paths -Add comment about keeping libxcb-cursor copy of code in sync -If O_CLOEXEC is defined, add "e" to fopen modes -configure: Use LT_INIT from libtool 2

[OE-core] [PATCH 12/36] libxcb: upgrade 1.16 -> 1.16.1

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === -Enable large file support -Fix compilation on Windows -gitlab CI: use latest xcbproto from git to build against -configure.ac: drop `pthread-stubs` dependency on NetBSD -gitlab CI: regenerate container used for builds Signed-off-by: Wang Mingyu ---

[OE-core] [PATCH 11/36] libsdl2: upgrade 2.30.0 -> 2.30.1

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === -Fixed a regression causing SDL_WaitEvent() to return spurious failures -Fixed X11 cursors on the latest release of GNOME -Wayland windows automatically have OpenGL enabled again -Fixed memory corruption when converting signed 16-bit audio to float -Fixed

[OE-core] [PATCH 10/36] libpng: upgrade 1.6.42 -> 1.6.43

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === -Fixed the row width check in png_check_IHDR(). -Added eXIf chunk support to the push-mode reader in pngpread.c. -Added contrib/pngexif for the benefit of the users who would like to inspect the content of eXIf chunks. -Added contrib/conftest/basic.dfa,

[OE-core] [PATCH 08/36] libassuan: upgrade 2.5.6 -> 2.5.7

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: * New configure option --with-libtool-modification. * Change the naming of the 64 bit Windows DLL from libassuan6-0.dll to libassuan-0.dll to sync this with what we did for libgpg-error. Signed-off-by: Wang Mingyu ---

[OE-core] [PATCH 09/36] libfontenc: upgrade 1.1.7 -> 1.1.8

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == -Set close-on-exec when opening files -configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL -Remove "All rights reserved" from Oracle copyright notices -configure: raise minimum autoconf requirement to 2.70 Signed-off-by: Wang

[OE-core] [PATCH 07/36] libadwaita: upgrade 1.4.3 -> 1.4.4

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === - Fix layout with GtkSettings:gtk-xft-dpi == 0 - AdwNavigationView - Fix signal mentions in push() docs - AdwStatusPage - Fix property notification in set_child() - AdwToolbarView - Fix a typo in docs - Translation updates - British English

[OE-core] [PATCH 06/36] gnupg: upgrade 2.4.4 -> 2.4.5

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == * gpg,gpgv: New option --assert-pubkey-algo. * gpg: Emit status lines for errors in the compression layer. * gpg: Fix invocation with --trusted-keys and --no-options. * gpgsm: Allow for a longer salt in PKCS#12 files. * gpgtar: Make --status-fd=2 work on

[OE-core] [PATCH 05/36] ghostscript: upgrade 10.02.1 -> 10.03.0

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu avoid-host-contamination.patch refreshed for 10.03.0 configure.ac-add-option-to-explicitly-disable-neon.patch removed since it's included in 10.03.0 Signed-off-by: Wang Mingyu --- .../avoid-host-contamination.patch| 11 +--

[OE-core] [PATCH 04/36] gcr: upgrade 4.2.0 -> 4.2.1

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === - gcr-ssh-agent: set 'SSH_AUTH_SOCK' - gcr-ssh-agent: port avoid deadlock fix - Updated translations Signed-off-by: Wang Mingyu --- meta/recipes-gnome/gcr/{gcr_4.2.0.bb => gcr_4.2.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[OE-core] [PATCH 03/36] encodings: upgrade 1.0.7 -> 1.1.0

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == -Add a meson build system -Add the ISO8859-14 encoding Signed-off-by: Wang Mingyu --- .../xorg-font/{encodings_1.0.7.bb => encodings_1.1.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[OE-core] [PATCH 02/36] diffoscope: upgrade 259 -> 260

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == * Actually test 7z support in the test_7z set of tests, not the lz4 functionality. * In addition, correctly check for the 7z binary being available (and not lz4) when testing 7z. * Prevent a traceback when comparing a contentful .pyc file with an

[OE-core] [PATCH 01/36] debianutils: upgrade 5.16 -> 5.17

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: = * run-parts.c: Forward last exit code to preserve exit status. * d/tests/control: Add run-parts.test to autopkgtests. * d/tests/run-parts.test: Move run-parts testing here and add testing for the --exit-on-error option. * d/tests/smoke: Remove

Re: [OE-core] [PATCH 35/47] python3-jsonschema: upgrade 4.17.3 -> 4.21.1 and add new dependencies

2024-03-13 Thread Alexander Kanavin
On Tue, 12 Mar 2024 at 19:55, Theodore A. Roth wrote: > Any help or things to try would be appreciated. More than happy to provide > more information if needed. Maturin support is fairly new, and rpds is the first real consumer in oe-core, so issues like this can happen. You need to find out