Re: [OE-core] FreeType CVE-2020-15999

2020-11-11 Thread Mikko Rapeli
Hi, On Wed, Nov 11, 2020 at 08:06:44AM +, Diego Santa Cruz via lists.openembedded.org wrote: > Hi all, > > It was brought to my attention that FreeType < 2.10.4 is affected by a buffer > overflow with PNG bitmaps as per > https://sourceforge.net/projects/freetype/files/freetype2/2.10.4/,

Re: [OE-core] FreeType CVE-2020-15999

2020-11-11 Thread Ross Burton
On Wed, 11 Nov 2020 at 08:06, Diego Santa Cruz via lists.openembedded.org wrote: > Also, how should one report problems in the NVD database? Email cpe_dictionary and explain the situation, matching the CPE vendor/product to existing freetype CVEs and including the version information. Ross

Re: [OE-core] FreeType CVE-2020-15999

2020-11-11 Thread Diego Santa Cruz via lists.openembedded.org
> -Original Message- > From: mikko.rap...@bmw.de > Sent: 11 November 2020 10:06 > To: Diego Santa Cruz > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] FreeType CVE-2020-15999 > > Hi, > > On Wed, Nov 11, 2020 at 08:06:44AM +, Diego Santa Cruz via >

Re: [OE-core] FreeType CVE-2020-15999

2020-11-11 Thread Diego Santa Cruz via lists.openembedded.org
> -Original Message- > From: Ross Burton > Sent: 11 November 2020 11:46 > To: Diego Santa Cruz > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] FreeType CVE-2020-15999 > > On Wed, 11 Nov 2020 at 08:06, Diego Santa Cruz via > lists.openembedded.org > wrote: > >

[OE-core] [dunfell][PATCH] binutils: reproducibility: reuse debug-prefix-map for stabs

2020-11-11 Thread Denys Zagorui -X (dzagorui - GLOBALLOGIC INC@Cisco) via lists.openembedded.org
powerpc 32bit Linux Kernel widely uses .stabs pseudo-op to produce debugging information in stabs format. Faced an issue that during Linux Kernel build with Yocto build system for 32bit powerpc platform resulting vmlinux contains absolute path in .stabstr section that cannot be remapped with

[OE-core] FreeType CVE-2020-15999

2020-11-11 Thread Diego Santa Cruz via lists.openembedded.org
Hi all, It was brought to my attention that FreeType < 2.10.4 is affected by a buffer overflow with PNG bitmaps as per https://sourceforge.net/projects/freetype/files/freetype2/2.10.4/, https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15999 This does not appear in the CVE metrics which

Re: [OE-core] [PATCH v2] dbus: split -common and -tools out of main package

2020-11-11 Thread Luca Boccassi via lists.openembedded.org
On Mon, 2020-11-02 at 19:18 +, luca.bocca...@gmail.com wrote: > From: Luca Boccassi > > Certain config files and units are shared between dbus-daemon and > dbus-broker (available in meta-openembedded), so split them out to > allow installing dbus-broker without pulling in dbus-daemon and its

Re: [OE-core] [PATCH] icu: upgrade 67.1 -> 68.1

2020-11-11 Thread Ross Burton
Please remember to build more than just a single recipe when testing, in particular dependents. This upgrade broke libical and webkitgtk, which resulted in three iterations though the autobuilder and me finding/backporting fixes as appropriate. Ross On Mon, 9 Nov 2020 at 03:39, zangrc wrote: >

Re: [OE-core] [WIP v2 1/1] qemurunner: add support for qmp cmds

2020-11-11 Thread Joshua Watt
On 11/10/20 10:10 PM, Saul Wold wrote: This adds support for the Qemu Machine Protocol [0] extending the current dump process for Host and Target. The commands are added in the testimage.bbclass. Currently, we setup qemu to stall until qmp gets connected and sends the initialization and

Re: [OE-core] [WIP v2 1/1] qemurunner: add support for qmp cmds

2020-11-11 Thread Joshua Watt
On 11/10/20 10:10 PM, Saul Wold wrote: This adds support for the Qemu Machine Protocol [0] extending the current dump process for Host and Target. The commands are added in the testimage.bbclass. Currently, we setup qemu to stall until qmp gets connected and sends the initialization and

[OE-core] [dunfell][PATCH] freetype: fix CVE-2020-15999, backport from 2.10.4

2020-11-11 Thread Diego Santa Cruz via lists.openembedded.org
Signed-off-by: Diego Santa Cruz --- ...-sfnt-Fix-heap-buffer-overflow-59308.patch | 51 +++ .../freetype/freetype_2.10.1.bb | 1 + 2 files changed, 52 insertions(+) create mode 100644

[OE-core] [gatesgarth][PATCH] freetype: fix CVE-2020-15999, backport from 2.10.4

2020-11-11 Thread Diego Santa Cruz via lists.openembedded.org
Signed-off-by: Diego Santa Cruz --- ...-sfnt-Fix-heap-buffer-overflow-59308.patch | 51 +++ .../freetype/freetype_2.10.2.bb | 1 + 2 files changed, 52 insertions(+) create mode 100644

[OE-core] [PATCH 2/2] Revert "rt-tests: Enable only for x86/ppc64 architectures"

2020-11-11 Thread Peter Bergin
This reverts commit 44010756b0ae91e0ac7715b7840285d59f991141. With the packported patch from rt-tests (67da9d8af7d8a0e1a0822e6ee99d68fa3d5a46d2) that allows build for all archs this patch can be reverted. An error is dumped in run-time is frc() is not present. Signed-off-by: Peter Bergin ---

[OE-core] [PATCH 0/2] Make rt-tests buildable for all architectures

2020-11-11 Thread Peter Bergin
As rt-tests has added frc() to oslat and frc() function is not present on all architectures the rt-tests recipe was recently updated in commit 44010756b0ae91e0ac7715b7840285d59f991141 to avoid those. rt-tests repo has a commit that makes another workaround for the issue. With that commit the build

[OE-core] [PATCH 1/2] rt-tests: backport patch that enable build for all archs

2020-11-11 Thread Peter Bergin
Upstream rt-tests has applied a patch that allow builds for all archs. The problem is that oslat using frc() that is not present for all archs. With this backported patch oslat is building but in run-time an error message is dumped if frc() is not present. Signed-off-by: Peter Bergin ---

Re: [OE-core] [PATCH] icu: upgrade 67.1 -> 68.1

2020-11-11 Thread zangrc
Sorry, we will improve in the future, but we don’t know how to determine which recipes need to be tested during the upgrade. Is there any way you can provide us? Zang Ruochen > -Original Message- > From: Ross Burton > Sent: Wednesday, November 11, 2020 6:49 PM > To: Zang, Ruochen/臧 若尘

Re: [OE-core] [PATCH] vulkan-samples: fix do_compile failure

2020-11-11 Thread Khem Raj
On Wed, Nov 11, 2020 at 10:02 PM Changqing Li wrote: > > fix error: > | framework/lib/ppc/libframework.a(device.cpp.o): in function > `std::__atomic_base::load(std::memory_order) const': > | /usr/include/c++/10.2.0/bits/atomic_base.h:426: undefined reference to > `__atomic_load_8' > >

Re: [OE-core] [PATCH] icu: upgrade 67.1 -> 68.1

2020-11-11 Thread Khem Raj
On 11/11/20 6:45 PM, zangrc wrote: > Sorry, we will improve in the future, but we don’t know how to determine > which recipes need to be tested during the upgrade. Is there any way you can > provide us? > one way would be to do bitbake -k world, > Zang Ruochen > >> -Original

[OE-core] [gatesgarth][PATCH 00/21] pull request (cover letter only)

2020-11-11 Thread Anuj Mittal
Please merge these changes in gatesgarth. Thanks, Anuj The following changes since commit b1eb390bbcb995c0da70478e17f9170721c75341: scripts/buildhistory_analysis: Avoid tracebacks from file comparision code (2020-10-30 12:37:53 +) are available in the Git repository at:

[OE-core] [PATCH] vulkan-samples: fix do_compile failure

2020-11-11 Thread Changqing Li
fix error: | framework/lib/ppc/libframework.a(device.cpp.o): in function `std::__atomic_base::load(std::memory_order) const': | /usr/include/c++/10.2.0/bits/atomic_base.h:426: undefined reference to `__atomic_load_8' Signed-off-by: Changqing Li ---

[OE-core] [PATCH] lrzsz: Use Cross AR during compile

2020-11-11 Thread Khem Raj
Current code hardcodes archiver to be 'ar' from build host Signed-off-by: Khem Raj --- ...mpilation-using-autoconf-detected-AR.patch | 36 +++ meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb | 1 + 2 files changed, 37 insertions(+) create mode 100644

[OE-core] python3-native sysconfig failing to load in dunfell

2020-11-11 Thread Glenn Stroz via lists.openembedded.org
Hi all, We've been upgrading our work to Dunfell and have encountered an issue with python3-native. One of our python3-native scripts uses pydoc and that in turn eventually pulls in python's sysconfig. However, this is failing to import with the following stack trace: ``` import pydoc

Re: [OE-core] [PATCH 0/2] Make rt-tests buildable for all architectures

2020-11-11 Thread Khem Raj
On Wed, Nov 11, 2020 at 2:15 PM Peter Bergin wrote: > > As rt-tests has added frc() to oslat and frc() function is not present > on all architectures the rt-tests recipe was recently updated in commit > 44010756b0ae91e0ac7715b7840285d59f991141 to avoid those. > rt-tests repo has a commit that

[OE-core] [PATCH] gawk: Avoid using host ar during cross compile

2020-11-11 Thread Khem Raj
Signed-off-by: Khem Raj --- .../0001-Use-cross-AR-during-compile.patch| 35 +++ meta/recipes-extended/gawk/gawk_5.1.0.bb | 1 + 2 files changed, 36 insertions(+) create mode 100644 meta/recipes-extended/gawk/gawk/0001-Use-cross-AR-during-compile.patch diff --git

Re: [OE-core] [PATCH v2] gdb: add PACKAGECONFIG for xz (lzma) compression support

2020-11-11 Thread Dan Callaghan via lists.openembedded.org
Bump... I just noticed this patch was never applied. I have been carrying it locally all year and it still applies cleanly. Any issues preventing it from being applied? Excerpts from Dan Callaghan's message of 2020-01-21 11:24:12 +10:00: > Similar to elfutils, when xz support is built into gdb

Re: [OE-core] [PATCH 0/2] Make rt-tests buildable for all architectures

2020-11-11 Thread Peter Bergin
Hi Khem, On 2020-11-12 02:33, Khem Raj wrote: this seems to improve the situation but its not clear if arches without frc() will now fail miserably at runtime or will it only fail a subset of tests and rt-tests will still be largely useful for such arches. In the latter case, I am fine with