[OE-core][dunfell][PATCH] ghostscript: backport fix for CVE-2023-38559

2023-08-09 Thread Vijay Anusuri
From: Vijay Anusuri Upstream-Status: Backport from https://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=d81b82c70bc1fb9991bb95f1201abb5dea55f57f Signed-off-by: Vijay Anusuri --- ...pcx-buffer-overrun-fix-from-devices-.patch | 31 +++ .../ghostscript/ghostscript_9.52.bb

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

2023-08-09 Thread Jing Hui Tham
Hi All, QA for yocto-3.1.27.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 >

Re: [OE-core] [kirkstone][PATCHv2] tiff: fix multiple CVEs

2023-08-09 Thread Hitendra Prajapati
Hi Team, Gentle reminder. Is there any issue with patch ??  what is the issue here ?? Regards, Hitendra -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#185721): https://lists.openembedded.org/g/openembedded-core/message/185721 Mute This Topic:

Re: [OE-core][dunfell][PATCH] openssl: Upgrade 1.1.1t -> 1.1.1v

2023-08-09 Thread Steve Sakoman
I'm getting a failure on the autobuilder for the qemumips64 machine: DEBUG: Executing shell function do_compile NOTE: make -j 16 -l 52 perl "-I." -Mconfigdata "../openssl-1.1.1v/util/dofile.pl" \ "-oMakefile" ../openssl-1.1.1v/include/crypto/bn_conf.h.in > include/crypto/bn_conf.h perl "-I."

Re: [OE-core][PATCH] systemd: fix efi dependency

2023-08-09 Thread Alexandre Belloni via lists.openembedded.org
On 09/08/2023 21:52:35+0100, Jose Quaresma wrote: > Hi Alexandre, > > Alexandre Belloni escreveu no dia quarta, > 9/08/2023 à(s) 21:25: > > > Hello, > > > > On 09/08/2023 00:02:08+0100, Jose Quaresma wrote: > > > Ping! > > > > We developed the same patch at the same time, I confirm yours is

[OE-core] [PATCH] systemd-boot: Fix build on musl

2023-08-09 Thread Khem Raj
Signed-off-by: Khem Raj --- .../0001-efi-Use-char16_t-on-musl.patch | 79 +++ meta/recipes-core/systemd/systemd-boot_254.bb | 2 + 2 files changed, 81 insertions(+) create mode 100644 meta/recipes-core/systemd/systemd-boot/0001-efi-Use-char16_t-on-musl.patch diff --git

[OE-core] [PATCH v2] gnu-efi: Fix build on musl

2023-08-09 Thread Khem Raj
Build with musl emits extra warnings about pointer incompatibility due to different type of wchar_t than glibc which turns to be error in the end, disable -Werror for musl. Signed-off-by: Khem Raj --- v2: Always apply the patch .../gnu-efi/gnu-efi/no-werror.patch | 19

Re: [OE-core][PATCH] systemd: fix efi dependency

2023-08-09 Thread Jose Quaresma
Hi Alexandre, Alexandre Belloni escreveu no dia quarta, 9/08/2023 à(s) 21:25: > Hello, > > On 09/08/2023 00:02:08+0100, Jose Quaresma wrote: > > Ping! > > We developed the same patch at the same time, I confirm yours is working > but it was not enough to solve all the systemd v254 related

Re: [OE-core][PATCH] systemd: fix efi dependency

2023-08-09 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 09/08/2023 00:02:08+0100, Jose Quaresma wrote: > Ping! We developed the same patch at the same time, I confirm yours is working but it was not enough to solve all the systemd v254 related issues. I've just sent the hopefully last patch to fix the remaining issue. > > Jose Quaresma

[OE-core] [PATCH] wic: bootimg-efi: Stop hardcoding VMA offsets

2023-08-09 Thread Alexandre Belloni via lists.openembedded.org
From: Alexandre Belloni Section VMA's are currently hardcoded. This doesn't work anymore starting with systemd-boot v254. Follow the actually solution to this which is documented here: https://wiki.archlinux.org/title/Unified_kernel_image#Manually This is also used by dracut. Later on, we may

Re: [OE-core][PATCH 1/2] systemd-boot: enable verbose compilation

2023-08-09 Thread Khem Raj
On Wed, Aug 9, 2023 at 7:49 AM Ross Burton wrote: > > On 9 Aug 2023, at 07:47, Alexander Kanavin via lists.openembedded.org > wrote: > >> Ideally we only want the verbosity when something goes wrong and meson > >> ninja etc are good at that with their defaults perhaps that -v should be > >>

Re: [OE-core][PATCH 1/2] systemd-boot: enable verbose compilation

2023-08-09 Thread Jose Quaresma
Ross Burton escreveu no dia quarta, 9/08/2023 à(s) 15:49: > On 9 Aug 2023, at 07:47, Alexander Kanavin via lists.openembedded.org > wrote: > >> Ideally we only want the verbosity when something goes wrong and meson > ninja etc are good at that with their defaults perhaps that -v should be >

Re: [OE-core] [PATCH v8] systemd: update to v254

2023-08-09 Thread Luca Bocassi
On Tue, 8 Aug 2023 at 17:10, Jose Quaresma wrote: > > > With this adictional patch > https://lists.openembedded.org/g/openembedded-core/message/185666 > the stub looks good again. Yeah that sounds about right. That patch was also backported to the newly minted 254.1. -=-=-=-=-=-=-=-=-=-=-=-

Re: [OE-core][PATCH 1/2] systemd-boot: enable verbose compilation

2023-08-09 Thread Ross Burton
On 9 Aug 2023, at 07:47, Alexander Kanavin via lists.openembedded.org wrote: >> Ideally we only want the verbosity when something goes wrong and meson ninja >> etc are good at that with their defaults perhaps that -v should be turned >> off by default as well > > Absolutely not. As someone

[OE-core] [PATCH 4/4] systemd-boot: improve cross file generation

2023-08-09 Thread Ross Burton
From: Ross Burton The meson.cross generated by the class already has c and objcopy entries, so these can be removed. Pass the --cross-file option in MESON_CROSS_FILE to ensure the ordering is always correct. Signed-off-by: Ross Burton --- meta/recipes-core/systemd/systemd-boot_254.bb | 7

[OE-core] [PATCH 3/4] systemd-boot: use MESON_TARGET

2023-08-09 Thread Ross Burton
From: Ross Burton Instead of re-implementing do_compile, use MESON_TARGET. Signed-off-by: Ross Burton --- meta/recipes-core/systemd/systemd-boot_254.bb | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/meta/recipes-core/systemd/systemd-boot_254.bb

[OE-core] [PATCH 1/4] meson.bbclass: add MESON_TARGET

2023-08-09 Thread Ross Burton
From: Ross Burton Add a variable to control what target gets built in do_compile. By default this value is unset so meson builds the default target, but by setting MESON_TARGET a specific target can be built. Signed-off-by: Ross Burton --- meta/classes-recipe/meson.bbclass | 5 - 1 file

[OE-core] [PATCH 2/4] meson.bbclass:: update do_write_config vardeps

2023-08-09 Thread Ross Burton
From: Ross Burton Add OBJCOPY and EXEWRAPPER_ENABLED, remove LD as it isn't used anymore. Signed-off-by: Ross Burton --- meta/classes-recipe/meson.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes-recipe/meson.bbclass b/meta/classes-recipe/meson.bbclass

[OE-core] [PATCH] linux-yocto-tiny/6.4: fix HID configuration warning

2023-08-09 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s): 88ed9ec4909 qemuarm(a15): fix HID warnings in -tiny During the update to 6.4, qemuarm was missed when updating the HID configuration to avoid the following warning: WARNING:

[OE-core] [PATCH] connman-conf: don't take over any ethernet devices, not just eth0

2023-08-09 Thread Ross Burton
From: Ross Burton The goal of connman-conf in qemu environments is to stop connman from trying to control the network device, because runqemu will set it up appropriately. It currently hardcodes eth0, but 6.2 kernels onwards will rename eth0 to en* even when the interface is already up[1]. So

[OE-core] [PATCH v2] rust-target-config: fix target_features for vfpv3d16

2023-08-09 Thread Benjamin Bara
From: Benjamin Bara A build with vfpv3d16 (armv7at2hf-vfpv3d16) tune currently warns: '+d16' is not a recognized feature for this target (ignoring feature) This correlates with the supported target_features for arm[1]. With the now enabled features, rustc might use vdiv.f64 with register d17,

[OE-core] [dunfell] [PATCH] qemu: CVE-ID correction for CVE-2020-35505

2023-08-09 Thread Emily.Vekariya via lists.openembedded.org
From: Emily Vekariya - The commit [https://github.com/qemu/qemu/commit/995457517340] ("esp: ensure cmdfifo is not empty and current_dev is non-NULL") fixes CVE-2020-35505 instead of CVE-2020-35504. - Hence, corrected the CVE-ID in CVE-2020-35505.patch. - Reference:

Re: [OE-core] [PATCH 0/7] linux-yocto: consolidated kernel pull request

2023-08-09 Thread Bruce Ashfield
On Tue, Aug 8, 2023 at 11:36 PM Bruce Ashfield via lists.openembedded.org wrote: > > On Tue, Aug 8, 2023 at 4:49 PM Alexandre Belloni > wrote: > > > > On 08/08/2023 13:09:50-0400, Bruce Ashfield wrote: > > > On Tue, Aug 8, 2023 at 8:49 AM Bruce Ashfield via > > > lists.openembedded.org > > >

Re: [OE-core] [PATCH v2] kea: upgrade to v2.5.0

2023-08-09 Thread Alexander Kanavin
On Wed, 9 Aug 2023 at 14:20, Sudip Mukherjee wrote: > > I suppose they will do that once someone reads the issue, until then > > you can refer to the ticket in oe-core submission (but pls roll back > > to 2.4.x). > > v2.4 will also have the same problem. This change was introduced in > v2.3, so

Re: [OE-core] [PATCH v2] kea: upgrade to v2.5.0

2023-08-09 Thread Sudip Mukherjee
On Wed, 9 Aug 2023 at 12:21, Alexander Kanavin wrote: > > On Wed, 9 Aug 2023 at 13:08, Sudip Mukherjee > wrote: > > There seems to be no way to submit a MR or patch. I have used another > > email (non-gmail) to register, but it did not allow me to fork and > > raise MR. So I have opened an

Re: [OE-core] [PATCH v2] kea: upgrade to v2.5.0

2023-08-09 Thread Alexander Kanavin
On Wed, 9 Aug 2023 at 13:08, Sudip Mukherjee wrote: > There seems to be no way to submit a MR or patch. I have used another > email (non-gmail) to register, but it did not allow me to fork and > raise MR. So I have opened an issue - > https://gitlab.isc.org/isc-projects/kea/-/issues/3007

Re: [OE-core] [PATCH v2] kea: upgrade to v2.5.0

2023-08-09 Thread Sudip Mukherjee
On Wed, 9 Aug 2023 at 11:22, Alexander Kanavin wrote: > > On Wed, 9 Aug 2023 at 12:05, Sudip Mukherjee > wrote: > > Yeah, I know and I always try to send any patches upstream first. > > But in this case there seems to be no way to do it. > > > > I have tried with

Re: [OE-core] [PATCH v2] kea: upgrade to v2.5.0

2023-08-09 Thread Alexander Kanavin
On Wed, 9 Aug 2023 at 12:05, Sudip Mukherjee wrote: > Yeah, I know and I always try to send any patches upstream first. > But in this case there seems to be no way to do it. > > I have tried with https://gitlab.isc.org/isc-projects/kea/ but they > are not allowing gmail > or any non-corporate

Re: [OE-core] [PATCH v2] kea: upgrade to v2.5.0

2023-08-09 Thread Sudip Mukherjee
Hi Alex, On Wed, 9 Aug 2023 at 09:55, Alexander Kanavin wrote: > > On Wed, 9 Aug 2023 at 10:45, Sudip Mukherjee > wrote: > > .../kea/{kea_2.2.0.bb => kea_2.5.0.bb}| 5 +- > > 2.5.0 is a development series. The update should be to 2.4.x instead > which is stable. >

Re: [OE-core][PATCH 1/2] systemd-boot: enable verbose compilation

2023-08-09 Thread Mikko Rapeli
Hi, On Wed, Aug 09, 2023 at 08:47:05AM +0200, Alexander Kanavin wrote: > On Wed, 9 Aug 2023 at 01:06, Khem Raj wrote: > >>> I think this is only useful during debugging. So perhaps a comment to > >>> enable it is better than enabling it always. > >> > >> > >> The meson bbclass also compile with

Re: [OE-core] [PATCH v2] kea: upgrade to v2.5.0

2023-08-09 Thread Alexander Kanavin
On Wed, 9 Aug 2023 at 10:45, Sudip Mukherjee wrote: > .../kea/{kea_2.2.0.bb => kea_2.5.0.bb}| 5 +- 2.5.0 is a development series. The update should be to 2.4.x instead which is stable. https://kb.isc.org/docs/aa-00896#kea-updated-as-of-122022 Please always verify the latest version

[OE-core] [PATCH v2] kea: upgrade to v2.5.0

2023-08-09 Thread Sudip Mukherjee
Changes: Update license checksum: change in copyright year. Update sha256sum for new version. An additinal patch to fix the reproducible build failure. Signed-off-by: Sudip Mukherjee --- ...1-kea-fix-reproducible-build-failure.patch | 58 +++ .../kea/{kea_2.2.0.bb =>

[oe][OE-core][Patch] classes/create-spdx-2.2: allow absolute paths in NO_GENERIC_LICENSE

2023-08-09 Thread Max Krummenacher
From: Max Krummenacher The current implementation expects the license file in NO_GENERIC_LICENSE specified as being relative to ${S}. Assuming that there are two source locations this gets confusing to specify, e.g. ${WORKDIR}/other_tree/file looks more natural than ${S}/../other_tree/file.

[OE-core][dunfell] kernel fitImage not found

2023-08-09 Thread Frederic Martinsons
Hello since the introduction of two commits (8280c089b0d and e3eb79c0a1

[OE-core][kirkstone][PATCH 1/1] qemu: fix CVE-2020-14394

2023-08-09 Thread Urade, Yogita via lists.openembedded.org
QEMU: infinite loop in xhci_ring_chain_length() in hw/usb/hcd-xhci.c Reference: https://gitlab.com/qemu-project/qemu/-/issues/646 Signed-off-by: Yogita Urade --- meta/recipes-devtools/qemu/qemu.inc | 1 + .../qemu/qemu/CVE-2020-14394.patch| 79 +++ 2

Re: [OE-core][PATCH 1/2] systemd-boot: enable verbose compilation

2023-08-09 Thread Alexander Kanavin
On Wed, 9 Aug 2023 at 01:06, Khem Raj wrote: >>> I think this is only useful during debugging. So perhaps a comment to >>> enable it is better than enabling it always. >> >> >> The meson bbclass also compile with verbose so in my opinion it is better to >> do the same >> and make it consistent