[OE-core][kirkstone][PATCH v2] rpm: fix CVE-2021-35938 races with chown/chmod/capabilities calls during installation

2023-03-01 Thread vkumbhar
Set file metadata via fd-based ops for everything but symlinks Regular file ops are fd-based already, for the rest we need to open them manually. Files with temporary suffix must never be followed, for directories (and pre-existing FA_TOUCHed files) use the rpm symlink "root or target owner

Re: [OE-core] [PATCH] cve-extra-exclusions: ignore inapplicable linux-yocto CVEs

2023-03-01 Thread Richard Purdie
On Mon, 2023-02-27 at 12:00 +0100, Geoffrey GIRY wrote: > Multiple CVE are patched in kernel but appears as active because the NVD > database is not up to date. > > CVE are ignored if and only if all versions of kernel used by master are > patched. > > Also ignore CVEs with wrong CPE (applied

Re: [oe-core][PATCH 1/1] wic: Add support for F2FS in WIC rootfs plugin

2023-03-01 Thread Anna-Lena Marx via lists.openembedded.org
Hi, took me a while to reproduce the failure locally. It's because meta-oe and meta-filesystems are not as default included in the bblayers.conf used for oe-selftest. I don't want to touch bblayers and I think this is not intended as it would be the same for e.g. erofs for which no test case was

Re: [OE-core] [PATCH] cve-extra-exclusions: ignore inapplicable linux-yocto CVEs

2023-03-01 Thread Mikko Rapeli
Hi, On Wed, Mar 01, 2023 at 02:11:19PM +, Richard Purdie wrote: > On Mon, 2023-02-27 at 12:00 +0100, Geoffrey GIRY wrote: > > Multiple CVE are patched in kernel but appears as active because the NVD > > database is not up to date. > > > > CVE are ignored if and only if all versions of kernel

[OE-core] [PATCH] opensbi: Do not add dependencies if RISCV_SBI_FDT is not set

2023-03-01 Thread Khem Raj
Dependencies only make sense when opensbi is being used to deliver payload which maybe an artifact of kernel or u-boot, otherwise it should be not added. This avoids circular dependencies when RISCV machines do not define RISCV_SBI_PAYLOAD but do define RISCV_SBI_FDT Signed-off-by: Khem Raj ---

Re: [OE-core] [PATCH] kernel: Add kernel specific OBJDUMP

2023-03-01 Thread Bruce Ashfield
On Wed, Mar 1, 2023 at 12:30 AM Khem Raj wrote: > > This helps in switching toolchains cleanly for kernel build > between gcc and clang > > Currently, some kernels allow building with clang but not all > the distro might use clang as default system compiler but kernel > may demand gcc which is

Re: [OE-core] [pseudo][PATCH 1/1] pseudo_util.c: Open file with O_CLOEXEC to avoid fd leak

2023-03-01 Thread Richard Purdie
On Wed, 2023-03-01 at 01:03 +0100, Yoann Congal wrote: > From: Pavel Modilaynen > > Use close-on-exec (O_CLOEXEC) flag when open log file to > make sure its file descriptor is not leaked to parent > process on fork/exec. > > Fixes [YOCTO #13311] > > Signed-off-by: Mingli Yu > Signed-off-by:

[OE-core] [PATCH] bootimg-efi: Use the custom .dtb file's path as its final location

2023-03-01 Thread Tomás González
From: tomasagustin.gonzalezorla...@arm.com When specifying a custom .dtb with the --sourceparams="dtb=" parameter, the custom file is looked for in ${DEPLOY_DIR_IMAGE}/, and the resulting grub config file is set to look for the .dtb under / inside the boot partition. However, the file is not

Re: [OE-core] [pseudo][PATCH 1/1] pseudo_util.c: Open file with O_CLOEXEC to avoid fd leak

2023-03-01 Thread Richard Purdie
On Wed, 2023-03-01 at 10:00 +0100, Yoann Congal wrote: > Hi, > > On 3/1/23 09:52, Alexandre Belloni wrote: > > On 01/03/2023 01:03:04+0100, Yoann Congal wrote: > > > From: Pavel Modilaynen > > > > > > Use close-on-exec (O_CLOEXEC) flag when open log file to > > > make sure its file descriptor

Re: [OE-core] [PATCH] cve-extra-exclusions: ignore inapplicable linux-yocto CVEs

2023-03-01 Thread Richard Purdie
On Tue, 2023-02-28 at 10:05 +0100, Geoffrey GIRY wrote: > Hello Marta, Richard, > > We sent to NVD an update for one CVE (CVE-2020-27784) 14 days ago, we > are still waiting for an answer. > This is the first time we ever do this, so we did send only the first as a > test. > When the change is

[OE-core] [PATCH] opensbi: Upgrade to 1.2 release

2023-03-01 Thread Khem Raj
Here is list of changes in this major release https://github.com/riscv-software-src/opensbi/compare/v1.1...v1.2 Signed-off-by: Khem Raj --- meta/recipes-bsp/opensbi/{opensbi_1.1.bb => opensbi_1.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[OE-core] [AUH] puzzles: upgrading to 5a491c5ad333ef34c1e7713f920f51cbb205af60 SUCCEEDED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *puzzles* to *5a491c5ad333ef34c1e7713f920f51cbb205af60* has Succeeded. Next steps: - apply the patch: git am 0001-puzzles-upgrade-to-latest-revision.patch - check the

[OE-core][langdale 00/28] Pull request (cover letter only)

2023-03-01 Thread Steve Sakoman
The following changes since commit ab1e3000cee9f5f3496a7e67cc59b2e08a681a89: oeqa qemurunner.py: try to avoid reading one character at a time (2023-02-18 06:41:49 -1000) are available in the Git repository at: https://git.openembedded.org/openembedded-core-contrib stable/langdale-next

[OE-core] [PATCH 2/8] linux-yocto-dev: bump to v6.2

2023-03-01 Thread Bruce Ashfield
From: Bruce Ashfield Updating the -dev kernel to the 6.2 kernel. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-dev.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb

[OE-core] [PATCH 0/8] linux-yocto: consolidated pull request

2023-03-01 Thread Bruce Ashfield
From: Bruce Ashfield Richard, Here's the latest set of -stable and -rt updates for the supported kernels. For those that care, linux-yocto-dev is now fully at 6.2 for your bleeding edge kernel enjoyment. I'll send kirkstone and dunfell kernel updates as well shortly, following by the

[OE-core] [PATCH 3/8] linux-yocto/6.1: update to v6.1.12

2023-03-01 Thread Bruce Ashfield
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: 129c15b60627 Linux 6.1.12 da1ae884562c Documentation/hw-vuln: Add documentation for Cross-Thread Return Predictions 40c4fdfc942e KVM: x86: Mitigate the cross-thread return

[OE-core] [PATCH 4/8] linux-yocto/5.15: update to v5.15.94

2023-03-01 Thread Bruce Ashfield
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: e2c1a934fd8e Linux 5.15.94 17170acdc7c8 Documentation/hw-vuln: Add documentation for Cross-Thread Return Predictions 5122e0e44363 KVM: x86: Mitigate the cross-thread return

[OE-core] [AUH] bind: upgrading to 9.18.12 SUCCEEDED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *bind* to *9.18.12* has Succeeded. Next steps: - apply the patch: git am 0001-bind-upgrade-9.18.11-9.18.12.patch - check the changes to upstream patches and summarize them

[OE-core] [AUH] iproute2: upgrading to 6.2.0 SUCCEEDED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *iproute2* to *6.2.0* has Succeeded. Next steps: - apply the patch: git am 0001-iproute2-upgrade-6.1.0-6.2.0.patch - check the changes to upstream patches and summarize them

[OE-core] [AUH] python3-more-itertools: upgrading to 9.1.0 SUCCEEDED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-more-itertools* to *9.1.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-more-itertools-upgrade-9.0.0-9.1.0.patch - check the changes to

[OE-core] [AUH] btrfs-tools: upgrading to 6.2 FAILED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *btrfs-tools* to *6.2* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade btrfs-tools -V 6.2 -S

[OE-core] [AUH] systemd: upgrading to 253 FAILED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *systemd* to *253* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade systemd -V 253 -S

[OE-core] [AUH] make: upgrading to 4.4.1 SUCCEEDED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *make* to *4.4.1* has Succeeded. Next steps: - apply the patch: git am 0001-make-upgrade-4.4-4.4.1.patch - check the changes to upstream patches and summarize them in the

[OE-core] [AUH] systemd-boot: upgrading to 253 FAILED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *systemd-boot* to *253* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade systemd-boot -V 253 -S

[OE-core] [AUH] autoconf-archive: upgrading to 2023.02.20 SUCCEEDED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *autoconf-archive* to *2023.02.20* has Succeeded. Next steps: - apply the patch: git am 0001-autoconf-archive-upgrade-2022.09.03-2023.02.20.patch - check the changes to

[OE-core] [PATCH 5/8] linux-yocto/6.1: update to v6.1.14

2023-03-01 Thread Bruce Ashfield
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: 7d54cb2c26da Linux 6.1.14 de41a146f98e bpf: add missing header file include a1bc22d04dcf randstruct: disable Clang 15 support 0a1394e07c5d ext4: Fix function prototype

[OE-core] [PATCH 6/8] linux-yocto/5.15: update to v5.15.96

2023-03-01 Thread Bruce Ashfield
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: d383d0f28eca Linux 5.15.96 49ce63694cae bpf: add missing header file include 80569627ce46 Revert "net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child

[OE-core] [PATCH 1/8] linux-yocto-rt/6.1: fix compilation issue with per cpu stats

2023-03-01 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/6.1: 3b4c5ff8e4f1 net: fix net/netfilter/ipvs/ip_vs_ctl.c with u64 and u64_stats_t Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb | 4 ++--

[OE-core] [PATCH 7/8] linux-yocto-rt/6.1: update to -rt7

2023-03-01 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/6.1: fb6c0ef43abf v6.1.12-rt7 18b89fa1b1fa softirq: Wake ktimers thread also in softirq. d096b2295771 v6.1.12-rt6 Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb | 2 +- 1

[OE-core] [PATCH 8/8] linux-yocto-rt/5.15: update to -rt59

2023-03-01 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/5.15: 4d335265c101 'Linux 5.15.94-rt59' c3b4464f5d2b 'Linux 5.15.93-rt58' c67bd325f576 'Linux 5.15.92-rt57' 48e551ae0f55 'Linux 5.15.86-rt56' 977a63a270ad 'Linux 5.15.85-rt55' adaa1d9e19a5 'Linux

[OE-core] [AUH] acpica: upgrading to 20221022 FAILED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *acpica* to *20221022* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade acpica -V 20221022 NOTE: Starting bitbake server...

[OE-core] [AUH] iptables: upgrading to 1.8.9 FAILED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *iptables* to *1.8.9* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade iptables -V 1.8.9 NOTE: Starting bitbake server...

[OE-core] [AUH] python3-git: upgrading to 3.1.31 SUCCEEDED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-git* to *3.1.31* has Succeeded. Next steps: - apply the patch: git am 0001-python3-git-upgrade-3.1.30-3.1.31.patch - check the changes to upstream patches and

[OE-core] [AUH] libdnf: upgrading to 0.70.0 FAILED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libdnf* to *0.70.0* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe libdnf failed. NOTE: Starting bitbake server... NOTE: Reconnecting

[OE-core] [AUH] libva: upgrading to 2.17.0 FAILED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libva* to *2.17.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-libva-upgrade-2.16.0-2.17.0.patch -

[OE-core] [AUH] python3-zipp: upgrading to 3.15.0 SUCCEEDED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-zipp* to *3.15.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-zipp-upgrade-3.14.0-3.15.0.patch - check the changes to upstream patches and

[OE-core] [AUH] libva-initial: upgrading to 2.17.0 FAILED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libva-initial* to *2.17.0* has Failed (devtool error). Detailed error information: The following devtool command failed: finish -f libva-initial

[OE-core] [AUH] python3-setuptools: upgrading to 67.4.0 SUCCEEDED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-setuptools* to *67.4.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-setuptools-upgrade-67.3.3-67.4.0.patch - check the changes to upstream

[OE-core] [AUH] python3-babel: upgrading to 2.12.1 SUCCEEDED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-babel* to *2.12.1* has Succeeded. Next steps: - apply the patch: git am 0001-python3-babel-upgrade-2.11.0-2.12.1.patch - check the changes to upstream patches and

[OE-core] [AUH] glib-2.0: upgrading to 2.74.6 SUCCEEDED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *glib-2.0* to *2.74.6* has Succeeded. Next steps: - apply the patch: git am 0001-glib-2.0-upgrade-2.74.5-2.74.6.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] repo: upgrading to 2.32 SUCCEEDED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *repo* to *2.32* has Succeeded. Next steps: - apply the patch: git am 0001-repo-upgrade-2.31-2.32.patch - check the changes to upstream patches and summarize them in the

[OE-core] [AUH] pango: upgrading to 1.50.13 SUCCEEDED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *pango* to *1.50.13* has Succeeded. Next steps: - apply the patch: git am 0001-pango-upgrade-1.50.12-1.50.13.patch - check the changes to upstream patches and summarize them

Re: [oe-core][PATCH 1/1] wic: Add support for F2FS in WIC rootfs plugin

2023-03-01 Thread Alexander Kanavin
If f2fs support requires recipes that are not available in oe-core, is it possible to add that support (and tests) to the layer that has the needed recipes, e.g. meta-filesystems? In general, we try to avoid having things in oe-core that cannot be tested without adding other layers. Alex On Wed,

[OE-core] [AUH] ethtool: upgrading to 6.2 FAILED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *ethtool* to *6.2* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe ethtool failed. NOTE: Starting bitbake server... NOTE: Reconnecting

[OE-core] [AUH] encodings: upgrading to 1.0.7 FAILED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *encodings* to *1.0.7* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe encodings failed. NOTE: Starting bitbake server... NOTE:

[OE-core] [AUH] python3-hypothesis: upgrading to 6.68.2 SUCCEEDED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-hypothesis* to *6.68.2* has Succeeded. Next steps: - apply the patch: git am 0001-python3-hypothesis-upgrade-6.68.1-6.68.2.patch - check the changes to upstream

[OE-core] [AUH] stress-ng: upgrading to 0.15.04 SUCCEEDED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *stress-ng* to *0.15.04* has Succeeded. Next steps: - apply the patch: git am 0001-stress-ng-upgrade-0.15.03-0.15.04.patch - check the changes to upstream patches and

[OE-core] [AUH] ffmpeg: upgrading to 6.0 FAILED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *ffmpeg* to *6.0* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe ffmpeg failed. NOTE: Starting bitbake server... NOTE: Reconnecting to

[OE-core] [AUH] mesa: upgrading to 23.0.0 FAILED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *mesa* to *23.0.0* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe mesa failed. NOTE: Starting bitbake server... Loading cache...done.

[OE-core] [AUH] vte: upgrading to 0.70.3 SUCCEEDED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *vte* to *0.70.3* has Succeeded. Next steps: - apply the patch: git am 0001-vte-upgrade-0.70.2-0.70.3.patch - check the changes to upstream patches and summarize them in the

[OE-core] [AUH] sudo: upgrading to 1.9.13p2 FAILED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *sudo* to *1.9.13p2* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe sudo failed. NOTE: Starting bitbake server... NOTE: Reconnecting

[OE-core] [AUH] meson: upgrading to 1.0.1 SUCCEEDED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *meson* to *1.0.1* has Succeeded. Next steps: - apply the patch: git am 0001-meson-upgrade-1.0.0-1.0.1.patch - check the changes to upstream patches and summarize them in

[OE-core] [AUH] iso-codes: upgrading to 4.13.0 SUCCEEDED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *iso-codes* to *4.13.0* has Succeeded. Next steps: - apply the patch: git am 0001-iso-codes-upgrade-4.12.0-4.13.0.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] libmicrohttpd: upgrading to 0.9.76 SUCCEEDED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libmicrohttpd* to *0.9.76* has Succeeded. Next steps: - apply the patch: git am 0001-libmicrohttpd-upgrade-0.9.75-0.9.76.patch - check the changes to upstream patches and

[OE-core] [AUH] dpkg: upgrading to 1.21.21 FAILED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *dpkg* to *1.21.21* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade dpkg -V 1.21.21 -S

[OE-core] [AUH] font-alias: upgrading to 1.0.5 FAILED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *font-alias* to *1.0.5* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade font-alias -V 1.0.5 NOTE: Starting bitbake server...

[OE-core] [AUH] piglit: upgrading to 0f4a875b05feb44426a2d43146f5e3c6ea5f8038 SUCCEEDED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *piglit* to *0f4a875b05feb44426a2d43146f5e3c6ea5f8038* has Succeeded. Next steps: - apply the patch: git am 0001-piglit-upgrade-to-latest-revision.patch - check the changes

[OE-core] [AUH] enchant2: upgrading to 2.3.4 FAILED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *enchant2* to *2.3.4* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-enchant2-upgrade-2.3.3-2.3.4.patch

[OE-core] [AUH] vulkan-samples: upgrading to 566bedacf26b2820f75bc52fd3c8607b89f9247e FAILED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *vulkan-samples* to *566bedacf26b2820f75bc52fd3c8607b89f9247e* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake vulkan-samples' failed Loading

[OE-core] [AUH] font-util: upgrading to 1.4.0 SUCCEEDED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *font-util* to *1.4.0* has Succeeded. Next steps: - apply the patch: git am 0001-font-util-upgrade-1.3.3-1.4.0.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] diffoscope: upgrading to 237 SUCCEEDED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *diffoscope* to *237* has Succeeded. Next steps: - apply the patch: git am 0001-diffoscope-upgrade-235-237.patch - check the changes to upstream patches and summarize them

[OE-core] [AUH] libgit2: upgrading to 1.6.2 FAILED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libgit2* to *1.6.2* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe libgit2 failed. NOTE: Starting bitbake server... NOTE:

[OE-core] [AUH] sqlite3: upgrading to 3.41.0 FAILED

2023-03-01 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *sqlite3* to *3.41.0* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade sqlite3 -V 3.41.0 NOTE: Starting bitbake server...

[OE-core] [PATCH 1/4] python3-more-itertools: upgrade 9.0.0 -> 9.1.0

2023-03-01 Thread Tim Orling
Upstream docs currently have a typo showing the changes as 8.14.0 https://github.com/more-itertools/more-itertools/commit/89d58c2ec089f3df54ed6cc9279949b8e2bbcd29 9.1.0 - * New functions - iter_index() (from the Python itertools docs) - transpose() (from the Python itertools docs) -

[OE-core] [PATCH 2/4] python3-hypothesis: upgrade 6.68.1 -> 6.68.2

2023-03-01 Thread Tim Orling
https://hypothesis.readthedocs.io/en/latest/changes.html#v6-68-2 6.68.2 - 2023-02-17 This patch fixes missing imports of the re module, when ghostwriting tests which include compiled patterns or regex flags. Thanks to Jens Heinrich for reporting and promptly fixing this bug! Signed-off-by: Tim

[OE-core] [PATCH 3/4] python3-babel: upgrade 2.11.0 -> 2.12.1

2023-03-01 Thread Tim Orling
https://babel.pocoo.org/en/latest/changelog.html#version-2-12-1 Version 2.12.1 * Fixes - Version 2.12.0 was missing the py.typed marker file. Thanks to Alex Waygood for the fix! #975 - The copyright year in all files was bumped to 2023. License-Update: copyright years Signed-off-by: Tim

[OE-core] [PATCH 0/4] Recipe upgrades for AUH 01 Mar 2023 Run

2023-03-01 Thread Tim Orling
All ptests for python3-more-itertools and python3-hypothesis pass on qemux86-64 The following changes since commit 33d9b3a8ed186c2d212acb83f715367912010e7f: systemd-systemctl: Create machine-id with "uninitialized" text in it (2023-02-28 07:53:54 +) are available in the Git repository

[OE-core] [PATCH 4/4] python3-zipp: upgrade 3.14.0 -> 3.15.0

2023-03-01 Thread Tim Orling
https://zipp.readthedocs.io/en/latest/history.html#v3-15-0 v3.15.0 (24 Feb 2023) * gh-102209: test_implied_dirs_performance now tests measures the time complexity experimentally. Reference: https://github.com/python/cpython/issues/102209 Signed-off-by: Tim Orling ---

[OE-core] [langdale][patch 1/3] tiff: fix multiple CVEs

2023-03-01 Thread Lee Chee Yang
From: Chee Yang Lee import patch from debian to fix CVE-2022-48281 http://security.debian.org/debian-security/pool/updates/main/t/tiff/tiff_4.2.0-1+deb11u4.debian.tar.xz import patch from fedora to fix CVE-2023-0800 CVE-2023-0801 CVE-2023-0802 CVE-2023-0803 CVE-2023-0804

[OE-core] [langdale][patch 3/3] qemu: Fix CVE-2022-4144

2023-03-01 Thread Lee Chee Yang
From: Bhabu Bindu Add patch to fix CVE-2022-4144 Link: https://security-tracker.debian.org/tracker/CVE-2022-4144 (From OE-Core rev: 4cb3874abf4fdeb04337a48a14c765ba9b2269d4) Signed-off-by: Bhabu Bindu Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie Signed-off-by: Chee Yang Lee

[OE-core] [langdale][patch 2/3] libxml2: Fix CVE-2022-40303 && CVE-2022-40304

2023-03-01 Thread Lee Chee Yang
From: Hitendra Prajapati Upstream-Status: Backport from https://gitlab.gnome.org/GNOME/libxml2/-/commit/c846986356fc149915a74972bf198abc266bc2c0 && https://gitlab.gnome.org/GNOME/libxml2/-/commit/1b41ec4e9433b05bb0376be4725804c54ef1d80b (From OE-Core rev:

[OE-core] [PATCH] vte: Fix -Wenum-constexpr-conversion warning

2023-03-01 Thread Khem Raj
Signed-off-by: Khem Raj --- ...ty.cc-Do-not-typecast-to-GSpawnFlags.patch | 58 +++ meta/recipes-support/vte/vte_0.70.2.bb| 3 +- 2 files changed, 60 insertions(+), 1 deletion(-) create mode 100644

[OE-core] [PATCH] btrfs-tools: upgrade 6.1.3 -> 6.2

2023-03-01 Thread wangmy
From: Wang Mingyu Changelog: == * receive: fix a corruption when decompressing zstd extents * subvol sync: print total number and deletion progress * accelerated hash algorithm implementations in fallback mode on x86_64 * fi mkswapfile: new option --uuid * new global option --log=level

Re: [OE-core] [PATCH 2/4] vala: Fix install conflict when enable multilib.

2023-03-01 Thread wangmy
For the solution to this problem, can I delete this file from the target?   -- Best Regards --- Wang Mingyu Development Dept.I Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) No. 6 Wenzhu Road, Nanjing, 210012, China TEL: +86+25-86630566-8568

Re: [OE-core][dunfell][PATCH] gcc: Fix inconsistent noexcept specifier for valarray in libstdc++

2023-03-01 Thread Khem Raj
lgtm On Tue, Feb 28, 2023 at 11:17 PM BINDU wrote: > > From: Virendra Thakur > > Backport of gcc upstream commit 2b2d97fc545635a0f6aa9c9ee3b017394bc494bf > to gcc release 9.5.0. This fix is available to all release-branches > except releases/gcc-9 because upstream do not support gcc-9 now. > >

Re: [OE-core] Yocto reproducibilty issue :: rust-llvm binary differences

2023-03-01 Thread Richard Purdie
On Wed, 2023-03-01 at 07:47 +0100, Alexander Kanavin wrote: > You should not copy things between sysroot and ${D}. There is > post-processing between those steps, so do it only between sysroots > please. I think Sundeep was trying to so something I'd suggested, which was to inject a different

Re: [OE-core] Yocto reproducibilty issue :: rust-llvm binary differences

2023-03-01 Thread Richard Purdie
On Tue, 2023-02-28 at 22:28 -0800, Sundeep KOKKONDA wrote: > Hello, >   > I tried to copy the libLTO.so to ${D}. But this shows ERROR: rust- > llvm-1.67.0-r0 do_package_qa: QA Issue: -dev package rust-llvm-dev > contains non-symlink .so '/usr/lib/llvm-rust/lib/libLTO.so' [dev- > elf] and I had a

Re: [OE-core] [pseudo][PATCH 1/1] pseudo_util.c: Open file with O_CLOEXEC to avoid fd leak

2023-03-01 Thread Alexandre Belloni via lists.openembedded.org
On 01/03/2023 01:03:04+0100, Yoann Congal wrote: > From: Pavel Modilaynen > > Use close-on-exec (O_CLOEXEC) flag when open log file to > make sure its file descriptor is not leaked to parent > process on fork/exec. > > Fixes [YOCTO #13311] > This is missing the author's SoB > Signed-off-by:

Re: [OE-core] [PATCH] libnotify: upgrade 0.8.1 -> 0.8.2

2023-03-01 Thread Alexandre Belloni via lists.openembedded.org
Hello, This causes: | Looking for a fallback subproject for the dependency gi-docgen | | ../libnotify-0.8.2/docs/reference/meson.build:13:0: ERROR: Subproject exists but has no meson.build file | | A full log can be found at

Re: [OE-core] [pseudo][PATCH 1/1] pseudo_util.c: Open file with O_CLOEXEC to avoid fd leak

2023-03-01 Thread Yoann Congal
Hi, On 3/1/23 09:52, Alexandre Belloni wrote: > On 01/03/2023 01:03:04+0100, Yoann Congal wrote: >> From: Pavel Modilaynen >> >> Use close-on-exec (O_CLOEXEC) flag when open log file to >> make sure its file descriptor is not leaked to parent >> process on fork/exec. >> >> Fixes [YOCTO #13311]

Re: [OE-core] [pseudo][PATCH 1/1] pseudo_util.c: Open file with O_CLOEXEC to avoid fd leak

2023-03-01 Thread Alexander Kanavin
I believe we need only the submitter's s-o-b, not the author? Alex On Wed, 1 Mar 2023 at 10:01, Yoann Congal wrote: > > Hi, > > On 3/1/23 09:52, Alexandre Belloni wrote: > > On 01/03/2023 01:03:04+0100, Yoann Congal wrote: > >> From: Pavel Modilaynen > >> > >> Use close-on-exec (O_CLOEXEC)

Re: [OE-core] [PATCH] binutils: Enable --enable-new-dtags

2023-03-01 Thread Alexandre Belloni via lists.openembedded.org
On 28/02/2023 23:45:05+0100, Alexandre Belloni wrote: > On 28/02/2023 17:50:05+, Richard Purdie wrote: > > On Tue, 2023-02-28 at 08:43 -0800, Khem Raj wrote: > > > On Tue, Feb 28, 2023 at 8:18 AM Alexandre Belloni > > > wrote: > > > > > > > > Hello Khem, > > > > > > > > As discussed I gave