Re: [OE-core] [PATCH 0/8] kernel: consolidated pull request

2021-03-20 Thread Bruce Ashfield
On Sat, Mar 20, 2021 at 2:46 PM Richard Purdie wrote: > > Hi Bruce, > > On Fri, 2021-03-19 at 14:58 -0400, bruce.ashfi...@gmail.com wrote: > > Here's my latest batch of bugfix and prep for release changes. > > > > We have one configuration fix, as well as a fix to the tools that was > > hiding som

Re: [OE-core] [dunfell][PATCH] glibc: Pull latest 2.31 HEAD

2021-03-20 Thread Khem Raj
On 3/20/21 9:34 AM, Anatol Belski wrote: The relevant commit log: $ git log --format="%h %s" df31c7ca927242d5d4eee97f93a01e23ff47e332..f84949f1c4bbf20e6a1d9a5859cf012cde060ede f84949f1c4 powerpc64: Workaround sigtramp vdso return call 5e43566f0f nscd: Fix double free in netgroupcache [BZ #274

Re: [OE-core] [PATCH] bitbake.conf: Prevent pyc file creation in pseudo context for shell tasks

2021-03-20 Thread Khem Raj
On 3/20/21 1:34 AM, Richard Purdie wrote: On Fri, 2021-03-19 at 21:30 +0100, Peter Kjellerstedt wrote: In commit 73d538f2 (bitbake.conf: Prevent pyc file generation in pseudo context), pyc generation was disabled for fakeroot python tasks. However, Python applications started from a fakeroot s

Re: [OE-core] [PATCH 12/16] automake: update 1.16.2 - > 1.16.3

2021-03-20 Thread Khem Raj
On 3/19/21 8:45 PM, Khem Raj wrote: here is a related failure https://errors.yoctoproject.org/Errors/Details/574252/ FWIW, I have posted a fix for gaudio makery for this to oe-devel, so we should be good with pulling this update in core from my POV. On Fri, Mar 19, 2021 at 1:45 AM Alexan

Re: [OE-core] [PATCH 15/16] apt: mark as incompatible with musl

2021-03-20 Thread Khem Raj
On 3/20/21 2:13 AM, Alexander Kanavin wrote: On Fri, 19 Mar 2021 at 17:58, Khem Raj > wrote: On 3/19/21 1:44 AM, Alexander Kanavin wrote: > There are multiple failures with the new version; unless Can you share details of failures ? it would be be

[OE-core] [PATCH v2 2/3] apt: Support old resolver as fallback

2021-03-20 Thread Khem Raj
Not all C libraries implement the new resolver APIs e.g. musl, therefore keep the old interfaces around and choose using __RES version macro which is meant for this kind of work. Signed-off-by: Khem Raj Cc: Alexander Kanavin --- ...vrec-Keep-support-for-older-resolver.patch | 44 +++

[OE-core] [PATCH v2 1/3] apt: update 1.8.2.2 -> 2.2.2

2021-03-20 Thread Khem Raj
From: Alexander Kanavin Drop 0001-test-libapt-do-not-use-gtest-from-the-host.patch (replaced by WITH_TESTS option). Drop 0001-Do-not-configure-packages-on-installation.patch (no longer necessary). Adjust build dependencies. Signed-off-by: Alexander Kanavin --- ...e-documentation-directory-al

[OE-core] [PATCH v2 3/3] apt: Do not disable NLS

2021-03-20 Thread Khem Raj
Add a patch to disable cmake po targets Signed-off-by: Khem Raj Cc: Alexander Kanavin --- .../0001-cmake-Do-not-build-po-files.patch| 37 +++ meta/recipes-devtools/apt/apt_2.2.2.bb| 3 +- 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 meta/rec

[OE-core] [PATCH] apt: Support old resolver as fallback

2021-03-20 Thread Khem Raj
Not all C libraries implement the new resolver APIs e.g. musl, therefore keep the old interfaces around and choose using __RES version macro which is meant for this kind of work. Signed-off-by: Khem Raj Cc: Alexander Kanavin --- ...vrec-Keep-support-for-older-resolver.patch | 44 +++

Re: [OE-core] [PATCH 0/8] kernel: consolidated pull request

2021-03-20 Thread Richard Purdie
Hi Bruce, On Fri, 2021-03-19 at 14:58 -0400, bruce.ashfi...@gmail.com wrote: > Here's my latest batch of bugfix and prep for release changes. > > We have one configuration fix, as well as a fix to the tools that was > hiding some warnings that we used to get. > >   ** There's a chance that this

Re: [OE-core] [gatesgarth][PATCH] glibc: Pull latest 2.32 HEAD

2021-03-20 Thread Khem Raj
looks ok On Sat, Mar 20, 2021 at 10:31 AM Anatol Belski wrote: > > New commits: > > $ git log --format="%h %s" > df31c7ca927242d5d4eee97f93a01e23ff47e332..f84949f1c4bbf20e6a1d9a5859cf012cde060ede > f84949f1c4 powerpc64: Workaround sigtramp vdso return call > 5e43566f0f nscd: Fix double free in n

[OE-core] [gatesgarth][PATCH] glibc: Pull latest 2.32 HEAD

2021-03-20 Thread Anatol Belski
New commits: $ git log --format="%h %s" df31c7ca927242d5d4eee97f93a01e23ff47e332..f84949f1c4bbf20e6a1d9a5859cf012cde060ede f84949f1c4 powerpc64: Workaround sigtramp vdso return call 5e43566f0f nscd: Fix double free in netgroupcache [BZ #27462] Note also that additionally CVE-2021-3326 has been w

[OE-core] [dunfell][PATCH] glibc: Pull latest 2.31 HEAD

2021-03-20 Thread Anatol Belski
The relevant commit log: $ git log --format="%h %s" df31c7ca927242d5d4eee97f93a01e23ff47e332..f84949f1c4bbf20e6a1d9a5859cf012cde060ede f84949f1c4 powerpc64: Workaround sigtramp vdso return call 5e43566f0f nscd: Fix double free in netgroupcache [BZ #27462] d0c84d22b6 gconv: Fix assertion failure i

[OE-core] [PATCH] python3: fix PACKAGECONFIG handling

2021-03-20 Thread Martin Jansa
* it was changed from sysconf_dis to mods_disabled in: https://git.openembedded.org/openembedded-core/diff/meta/recipes-devtools/python/python3/0017-setup.py-do-not-report-missing-dependencies-for-disa.patch?id=7347556b18b45c5f9afc2cade565a75c95876914 but unfortunately this doesn't work as mo

Re: [OE-core] [PATCH 2/2] python3: upgrade to python 3.9.0

2021-03-20 Thread Martin Jansa
On Sat, Oct 24, 2020 at 11:35:05PM +0200, Alexander Kanavin wrote: > Haha, you beat me to it by a few minutes :) > http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=akanavin/package-version-updates&id=98049b60602b4bd3854e870e46705716e469277c > > I have some additional fixes included

Re: [OE-core] [PATCH 15/16] apt: mark as incompatible with musl

2021-03-20 Thread Alexander Kanavin
On Fri, 19 Mar 2021 at 17:58, Khem Raj wrote: > > > On 3/19/21 1:44 AM, Alexander Kanavin wrote: > > There are multiple failures with the new version; unless > > Can you share details of failures ? > it would be better to not regress whats working > For example, here: https://autobuilder.yoctopr

Re: [OE-core] [PATCH] bitbake.conf: Prevent pyc file creation in pseudo context for shell tasks

2021-03-20 Thread Richard Purdie
On Fri, 2021-03-19 at 21:30 +0100, Peter Kjellerstedt wrote: > In commit 73d538f2 (bitbake.conf: Prevent pyc file generation in > pseudo context), pyc generation was disabled for fakeroot python > tasks. However, Python applications started from a fakeroot shell task > were not affected by this and

[OE-core] [dunfell][PATCH] wpa-supplicant: update CVE-2021-27803.patch

2021-03-20 Thread Martin Jansa
* update to match what was merged in master branch (and I have now sent for gatesgarth) * fixes Upstream-Status (there is a missing 'c' in 'Acepted' and 'Backport' is more accurate) Signed-off-by: Martin Jansa --- .../wpa-supplicant/CVE-2021-27803.patch | 12 1 file c

[OE-core] [gatesgarth][PATCH] wpa-supplicant: fix CVE-2021-27803

2021-03-20 Thread Martin Jansa
From: Stefan Ghinea A vulnerability was discovered in how p2p/p2p_pd.c in wpa_supplicant before 2.10 processes P2P (Wi-Fi Direct) provision discovery requests. It could result in denial of service or other impact (potentially execution of arbitrary code), for an attacker within radio range. Refe