Re: [OE-core] [PATCH v2 2/2] pip_install_wheel: improved wheel filename guess

2022-02-25 Thread Konrad Weihmann
On 25.02.22 05:03, Tim Orling wrote: From: Tim Orling Rather than only use PYPI_PACKAGE as a guess, fall back on PN for cases where a recipe does not inherit pypi. Wheels can only have alphanumeric characters in the 'distribution' name [1]. Any other characters are replaced with an

Re: [OE-core] [PATCH v3] setuptools3.bbclass: add check for pyproject.toml

2022-02-25 Thread Richard Purdie
On Fri, 2022-02-25 at 15:43 -0800, Tim Orling wrote: > From: Tim Orling > > With help from Peter Kjellerstedt via IRC. > > Add a check for pyproject.toml in ${S} and if so check if it has a > [build-system] build-backend. Give the user a helpful warning that > the recipe should be changed to

Re: [OE-core][PATCH] bitbake.conf: add ssh-keygen to HOSTTOOLS_NONFATAL

2022-02-25 Thread Markus Volk
Am 25.02.22 um 16:47 schrieb Richard Purdie: On Fri, 2022-02-18 at 08:35 +0100, Markus Volk wrote: Gnome Seahorse needs an external ssh-keygen to build and there is no provider for it in yocto/oe. openssh-native is not allowed to build and if allowed there are problems building it with

[OE-core] [PATCH v3 2/2] license.py: rename variales

2022-02-25 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/lib/oe/license.py | 28 +++- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/meta/lib/oe/license.py b/meta/lib/oe/license.py index b5d378a549b..4cd382b4fd7 100644 --- a/meta/lib/oe/license.py +++ b/meta/lib/oe/license.py

[OE-core] [PATCH v3 1/2] INCOMPATIBLE_LICENSE re-work

2022-02-25 Thread Saul Wold
From: Saul Wold This re-writes the INCOMPATIBLE_LICENSE checking code to replace the WHITELIST_ with INCOMPATIBLE_LICENSE_EXCEPTIONS = ': : ...' This initial set of changes leaves most of the code structure in place, but the code in base.bbclass needs to be re-written to make the check more

[OE-core] [PATCH v3 2/2] INCOMPATIBLE_LICENSE: add has_pkg_license_exception()

2022-02-25 Thread Saul Wold
This adds in the new function to check for both package and license are in the new INCOMPATIBLE_LICENSE_EXCEPTION list. This has been tested by changing the skeleton/hello to MIT-X and using that license to verify it will be skipped or not installed. oe-selftest was also used. Signed-off-by:

Re: [OE-core] [PATCH 2/2] OELAYOUT_ABI: bump, avoid tmp/ breakage by removing old cross manifests

2022-02-25 Thread Richard Purdie
On Fri, 2022-02-25 at 23:24 +0100, Alexander Kanavin wrote: > I’m… confused :) Do I need to change something? This particular combination of > arches is only used for cross manifests, so it shouldn’t touch other things? Yes, this needs a tweak. Imagine you have a TMPDIR where you build with two

[OE-core] [PATCH v2] flit_core: inherit setuptools3-base

2022-02-25 Thread Tim Orling
This helps bridge the old setuptools3 behavior. FILES:${PN} has sane defaults in setuptools3-base Signed-off-by: Tim Orling --- Change in v2: minor grammar correction in git commit log meta/classes/flit_core.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH v3] setuptools3.bbclass: add check for pyproject.toml

2022-02-25 Thread Tim Orling
From: Tim Orling With help from Peter Kjellerstedt via IRC. Add a check for pyproject.toml in ${S} and if so check if it has a [build-system] build-backend. Give the user a helpful warning that the recipe should be changed to one of the PEP-517 classes (instead of setuptools3.bbclass). Add

[OE-core] [PATCH] flit_core: inherit setuptools3-base

2022-02-25 Thread Tim Orling
This is helps bridge the old setuptools3 behavior. FILES:${PN} has sane defaults in setuptools3-base Signed-off-by: Tim Orling --- meta/classes/flit_core.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/flit_core.bbclass b/meta/classes/flit_core.bbclass

Re: [OE-core] [PATCH 2/2] OELAYOUT_ABI: bump, avoid tmp/ breakage by removing old cross manifests

2022-02-25 Thread Alexander Kanavin
I’m… confused :) Do I need to change something? This particular combination of arches is only used for cross manifests, so it shouldn’t touch other things? Ale On Fri 25. Feb 2022 at 22.19, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Fri, 2022-02-25 at 20:52 +0100,

Re: [OE-core] [PATCH 2/2] OELAYOUT_ABI: bump, avoid tmp/ breakage by removing old cross manifests

2022-02-25 Thread Richard Purdie
On Fri, 2022-02-25 at 20:52 +0100, Alexander Kanavin wrote: > Signed-off-by: Alexander Kanavin > --- > meta/classes/sanity.bbclass | 22 +- > meta/conf/abi_version.conf | 2 +- > 2 files changed, 22 insertions(+), 2 deletions(-) > > diff --git a/meta/classes/sanity.bbclass

[OE-core] [PATCH 2/2] OELAYOUT_ABI: bump, avoid tmp/ breakage by removing old cross manifests

2022-02-25 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/classes/sanity.bbclass | 22 +- meta/conf/abi_version.conf | 2 +- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index 773902e619..9dd829512a 100644 ---

[OE-core] [PATCH 1/2] sstate: do not add TARGET_ARCH to pkgarch for cross recipes.

2022-02-25 Thread Alexander Kanavin
This is redundant (target arch is already in PN), and breaks compiling a cross-canadian toolchain, as that needs populating the sysroot with two different native-hosted toolchains built from cross recipes. Inserting TARGET_ARCH allows only one or the other. Signed-off-by: Alexander Kanavin ---

[OE-core] [PATCH] musl: Update to latest master

2022-02-25 Thread Khem Raj
brings in these fixes * f8bdc304 fix spurious failures by fgetws when buffer ends with partial character * 5690668a add missing strerror text for key management * 3b7b4155 fix out-of-bound read processing time zone data with distant-past dates * 75b3412f fix potentially wrong-sign zero

[OE-core] [PATCH] license.py: Correct a comment

2022-02-25 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt --- meta/lib/oe/license.py | 17 +++-- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/meta/lib/oe/license.py b/meta/lib/oe/license.py index 79800c2b8f..8955cbdeb2 100644 --- a/meta/lib/oe/license.py +++ b/meta/lib/oe/license.py @@

[OE-core] [PATCH v3] systemd: move systemd shared library into its own package

2022-02-25 Thread Stefan Herbrechtsmeier
From: Stefan Herbrechtsmeier Move the systemd shared library (libsystemd-shared.so) into its own package to prevent a runtime dependency from udev package to systemd package and thereby to a second init manager. Signed-off-by: Stefan Herbrechtsmeier --- Changes in v3: - Add libdir to

[v2][oe-core][PATCH 1/1] zip: modify when match.S is built

2022-02-25 Thread Joe Slater
Use the correct $CPP to test if *.S are buildable, but do not build match.S because it is not PIC code. Signed-off-by: Joe Slater --- .../0001-configure-use-correct-CPP.patch | 47 +++ ...002-configure-support-PIC-code-build.patch | 34 ++

Re: [OE-core][PATCH] bitbake.conf: add ssh-keygen to HOSTTOOLS_NONFATAL

2022-02-25 Thread Richard Purdie
On Fri, 2022-02-18 at 08:35 +0100, Markus Volk wrote: > Gnome Seahorse needs an external ssh-keygen to build and there is no provider > for it in yocto/oe. openssh-native is not allowed to build and if allowed > there > are problems building it with '--enable-pam'. > > 'ssh' is already set to be

[OE-core] [PATCH] kernel-devsrc: do not copy Module.symvers file during install

2022-02-25 Thread Oleksandr Ocheretnyi via lists.openembedded.org
When CONFIG_MODULES is not enabled in kernel config - Module.symvers generation is not done, which causes the file not to be created. This fails later in do_install() due to the fact that copy command in executed for non-existing Module.symvers file. Check for Module.symvers existence before

Re: [OE-core] [PATCH v3 00/32] Python PEP-517: build wheels and install with pip

2022-02-25 Thread Richard Purdie
On Fri, 2022-02-25 at 14:27 +0100, Konrad Weihmann wrote: > > On 25.02.22 14:16, Richard Purdie wrote: > > On Thu, 2022-02-24 at 16:52 +0100, Konrad Weihmann wrote: > > > I got a kind of general question about this patch series and all the > > > followups: is this still considered to go into the

[OE-core] [PATCH 3/3] python3-numpy: Fix pyc determinism issue

2022-02-25 Thread Richard Purdie
Using frozenset causes problems for pyc file determinism. For now remove the problematic pyc file as we do in the main python3 recipe. Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-numpy_1.22.2.bb | 9 + 1 file changed, 9 insertions(+) diff --git

[OE-core] [PATCH 1/3] python-pip: Improve reproducibility

2022-02-25 Thread Richard Purdie
Pip installed wheels are not reproducible currently. The direct_url files encode an installation path and the installed wheels compile the python files at their location, not their final install location which is incorrect. To fix this, simply disable the direct_urls and pass the "root" to the

[OE-core] [PATCH 2/3] pip_install_wheel: Recompile modified files

2022-02-25 Thread Richard Purdie
If we modify the file, we need to recompile the pyc files since the file hash has changed. This would otherwise result in reproducibility failrues. Signed-off-by: Richard Purdie --- meta/classes/pip_install_wheel.bbclass | 5 + 1 file changed, 5 insertions(+) diff --git

Re: [OE-core] [PATCH 3/3] insane: use HOST_ variables, not TARGET_ to determine the cross system

2022-02-25 Thread Alexander Kanavin
On Fri, 25 Feb 2022 at 15:30, Ross Burton wrote: > > -target_os = d.getVar('TARGET_OS') > > -target_arch = d.getVar('TARGET_ARCH') > > +target_os = d.getVar('HOST_OS') > > +target_arch = d.getVar('HOST_ARCH') > > provides = d.getVar('PROVIDES') > > bpn =

Re: [OE-core] [PATCH 3/3] insane: use HOST_ variables, not TARGET_ to determine the cross system

2022-02-25 Thread Ross Burton
On Thu, 24 Feb 2022 at 15:03, Alexander Kanavin wrote: > Almost everywhere those are the same, except when making a cross toolchain > where HOST_ is where it's going to run, and TARGET_ is what it's going to > produce. > > Signed-off-by: Alexander Kanavin > --- > meta/classes/insane.bbclass | 8

[OE-core][dunfell 50/50] grub: add a fix for a crash in scripts

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This patch adds a fix for a crash in grub's script handling. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 47/50] grub: fix incorrect use of a negative value

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This patch adds a fix for an incorrect use of a negative value in grub's util/glue-efi. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 49/50] grub: avoid a NULL pointer dereference

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This patch adds a fix for a NULL pointer dereference in grub's commands/ls. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 48/50] grub: add a fix for a NULL pointer dereference

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This patch adds a fix for a NULL pointer dereference in grub's script/execute. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 46/50] grub: add a fix for an incorrect cast

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This patch adds a fix for incorrect casting from signed to unsigned in grub's util/grub-editenv. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman

[OE-core][dunfell 45/50] grub: add a fix for NULL pointer dereference

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This patch adds a fix for a NULL pointer dereference in grub's util/grub-install. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 44/50] grub: add a check for a NULL pointer

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This patch adds a check for a NULL pointer before use in grub's loader/xnu. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 43/50] grub: avoid a memory leak

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This patch fixes a memory leak in grub's loader/xnu when an error is detected in grub_xnu_writetree_toheap(). It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by:

[OE-core][dunfell 42/50] grub: add a fix for a memory leak

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This patch adds a fix for a memory leak in grub's loader/xnu. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 41/50] grub: fix checking for NULL

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This patch adds a fix for checking for NULL in grub's loader/bsd. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 40/50] grub: remove dead code

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This patch removes dead code from grub's gfxmenu/gui_list. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 39/50] grub: test for malformed jpeg files

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This patch adds a fix for handling malformed JPEG files in grub's video/readers/jpeg. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 38/50] grub: fix a possible integer overflow

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This patch adds a fix for a possible integer overflow in grub's video/fb/video_fb. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 37/50] grub: fix multiple integer overflows

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This patch adds a fix for multiple integer overflows in grub's video/fb/video_fb. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 36/50] grub: fix an integer overflow

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This patch adds a fix for a potential integer overflow in grub's video/fb/fbfill. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 35/50] grub: remove unneeded return value

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This patch removes an uneeded return value in grub's (static) grub_video_gop_fill_mode_info(). It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman

[OE-core][dunfell 34/50] grub: fix a memory leak

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska Add a fix of a memory leak in grub's commands/hashsum. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 33/50] grub: add a fix for a memory leak

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This patch adds a fix for a memory leak in grub's normal/completion. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 32/50] grub: add a fix for a memory leak

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This patch fixes a memory leak in grub's syslinux parsing. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 31/50] grub: add a fix for a possible NULL dereference

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This patch adds a fix for a possible NULL dereference in grub's libgcrypt/mpi. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 30/50] grub: add a fix for a possible unintended sign extension

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This patch fixes a possible unintended sign extension in grub's libgcrypt/mpi. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 29/50] grub: add a fix for a memory leak

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This patch fixes a memory leak in grub's affs. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman --- .../files/0025-affs-Fix-memory-leaks.patch

[OE-core][dunfell 28/50] grub: fix an error check

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This patch fixes an error check in grub's zfsinfo. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 17/50] grub: add a fix for unnecessary assignements

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska Add a fix for unnecessary assignements grub's io/lzopio. This patch is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 27/50] grub: add a fix for possible integer overflows

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This patch adds a fix for a possible integer overflows in grub's zfs. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 26/50] grub: add a fix for a memory leak

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This patch adds a fix for a memory leak in grub's path construction in zfs. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 16/50] grub: fix an unitialized re_token in gnulib

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This patch adds a fix for an unitialized re_token in grub's gnulib. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 25/50] grub: add a fix for a possible negative shift

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This patch adds a fix for a possible negative shift in grub's zfs. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 15/50] grub: add a fix for NULL pointer dereference

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska Add a fix for gnulib's regexec NULL pointer dereference. This patch a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 24/50] grub: add a fix for a length check

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This patch adds a fix for a volume name length check in grub's hfsplus. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 14/50] grub: add a fix a NULL pointer dereference in gnulib

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This change adds a fix for a NULL pointer dereference of state in gnulib. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 13/50] grub: fix an unitialized token in gnulib

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This change adds a fix for an unitialized token structure in gnulib. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 23/50] grub: fix an integer overflow

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This patch fixes a potential overflow in grub's disk/cryptodisk. It is a part of a security series [1] [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 12/50] grub: add a fix for unused variable in gnulib

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This changes adds a fix for an unused variable issue in gnulib. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 22/50] grub: fix a memory leak

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska Add a fix for a memory leak in grub'd disk/ldm. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 21/50] grub: fix a memory leak

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This patch adds a fix for a memory leak in grub's disk/ldm. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 20/50] grub: fix a memory leak

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska Add a fix for a memory leak in grub's disk/ldm. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 11/50] grub: add a fix for a possible NULL pointer dereference

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This change fixes a possible NULL pointer dereference in grub's EFI support. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 19/50] grub: add a missing NULL check

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This fix adds a missing check for NULL pointer from an external source in grub's kern/partition. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman

[OE-core][dunfell 10/50] grub: fix memory leak at error in grub_efi_get_filename()

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This change fixes a memory leak on error in grub_efi_get_filename(). It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 18/50] grub: add structure initialization in zstd

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This patch adds initialization of a structure in grub's zstd, which might be left uninitialized by the compiler. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by:

[OE-core][dunfell 08/50] grub: fix wrong handling of argc == 0

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This change fixes wrong handling of argc == 0 causing a memory leak. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 09/50] grub: add a fix for malformed device path handling

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This change fixes the malformed device paths in EFI handling. Device paths of length 4 or shorter could cause different kinds of unexpected behaviours. This patch is NOT a part of [1], but is a dependency of one of the patches included in the series. [1]

[OE-core][dunfell 07/50] grub: fix a dangling memory pointer

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This change fixes a dangling memory pointer in the grub TFTP code. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 06/50] grub: add a fix for a possible NULL dereference

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska This fix removes a possible NULL pointer dereference in grub networking code. It is a part of a security series [1]. [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 05/50] grub: fix a memory leak

2022-02-25 Thread Steve Sakoman
From: Marta Rybczynska Backport a fix for a memory leak in grub_mmap_iterate(). This patch is a part of a security series [1] [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html Signed-off-by: Marta Rybczynska Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 04/50] puzzles: Upstream changed to main branch for development

2022-02-25 Thread Steve Sakoman
From: Kartikey Rameshbhai Parmar Signed-off-by: Kartikey Rameshbhai Parmar Signed-off-by: Steve Sakoman --- meta/recipes-sato/puzzles/puzzles_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb

[OE-core][dunfell 03/50] ruby: 2.7.4 -> 2.7.5

2022-02-25 Thread Steve Sakoman
From: Chee Yang Lee This release includes security fixes. CVE-2021-41817: Regular Expression Denial of Service Vulnerability of Date Parsing Methods CVE-2021-41816: Buffer Overrun in CGI.escape_html CVE-2021-41819: Cookie Prefix Spoofing in CGI::Cookie.parse Signed-off-by: Chee Yang Lee

[OE-core][dunfell 02/50] tiff: fix for CVE-2022-22844

2022-02-25 Thread Steve Sakoman
From: Purushottam Choudhary Backport patch from: https://gitlab.com/libtiff/libtiff/-/commit/03047a26952a82daaa0792957ce211e0aa51bc64 Signed-off-by: Purushottam Choudhary Signed-off-by: Purushottam Choudhary Signed-off-by: Steve Sakoman --- ...al-buffer-overflow-for-ASCII-tags-wh.patch | 52

[OE-core][dunfell 01/50] openssl: Add fix for CVE-2021-4160

2022-02-25 Thread Steve Sakoman
From: Ranjitsinh Rathod Add a patch to fix CVE-2021-4160 The issue only affects OpenSSL on MIPS platforms. Link: https://security-tracker.debian.org/tracker/CVE-2021-4160 Signed-off-by: Ranjitsinh Rathod Signed-off-by: Ranjitsinh Rathod Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 00/50] Patch review

2022-02-25 Thread Steve Sakoman
Please review this set of patches for dunfell and have comments back by end of day Tuesday. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3283 with the exception of a known autobuilder intermittent issue on qemuarm64 which passed on subsequent

Re: [OE-core] [PATCH v3 00/32] Python PEP-517: build wheels and install with pip

2022-02-25 Thread Konrad Weihmann
On 25.02.22 14:16, Richard Purdie wrote: On Thu, 2022-02-24 at 16:52 +0100, Konrad Weihmann wrote: I got a kind of general question about this patch series and all the followups: is this still considered to go into the next release? It is still being considered, yes. I'm a bit worried

Re: [OE-core] [PATCH v3 00/32] Python PEP-517: build wheels and install with pip

2022-02-25 Thread Richard Purdie
On Thu, 2022-02-24 at 16:52 +0100, Konrad Weihmann wrote: > I got a kind of general question about this patch series and all the > followups: is this still considered to go into the next release? It is still being considered, yes. > I'm a bit worried about the fallout of this pretty invasive

Re: [OE-core] [PATCH v2] systemd: move systemd shared library into its own package

2022-02-25 Thread Richard Purdie
On Fri, 2022-02-25 at 09:05 +0100, Stefan Herbrechtsmeier wrote: > Am 24.02.2022 um 22:06 schrieb Richard Purdie: > > On Wed, 2022-02-23 at 17:17 +0100, Stefan Herbrechtsmeier wrote: > > > From: Stefan Herbrechtsmeier > > > > > > Move the systemd shared library (libsystemd-shared.so) into its

Re: [OE-core] [PATCH v2] license.py: rename variables

2022-02-25 Thread Richard Purdie
On Thu, 2022-02-24 at 13:55 -0800, Saul Wold wrote: > Update the comment to reflect new variable names > > Signed-off-by: Saul Wold > --- > v2: Update comment and change include -> include_licenses, > exclude -> exclude_licenses > meta/lib/oe/license.py | 31 +--

Re: [OE-core] [PATCH v2] systemd: move systemd shared library into its own package

2022-02-25 Thread Stefan Herbrechtsmeier
Am 24.02.2022 um 22:06 schrieb Richard Purdie: On Wed, 2022-02-23 at 17:17 +0100, Stefan Herbrechtsmeier wrote: From: Stefan Herbrechtsmeier Move the systemd shared library (libsystemd-shared.so) into its own package to prevent a runtime dependency from udev package to systemd package and