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

2022-11-20 Thread Jing Hui Tham
Hi All, QA for yocto-4.11.rc1 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 > -Ori

Re: [OE-core] [kirkstone][master][PATCH V2] apt: fix do_package_qa failure

2022-11-20 Thread Changqing Li
On 8/1/22 11:34, Changqing Li wrote: From: Changqing Li bitbake nativesdk-apt failed with error: ERROR: nativesdk-apt-2.4.5-r0 do_package_qa: QA Issue: nativesdk-apt installs files in /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/volatile, but it is expected to be

Re: [OE-core] [meta-oe] [PATCH] rust-snapshot:add riscv64 toolchains

2022-11-20 Thread cp0613
Yes, now bitbake is running on this board. The example TH1520 is 4cores, but Wujian 600 supports more cores. It does take a lot of time to run on this board now, and I don’t see the actual significance at the moment, but I think this is part of the riscv ecology and will play a role in the near f

Re: [oe-core][PATCH] python3: add ${bindir}/python symlink

2022-11-20 Thread Alexander Kanavin
Python community has no plans for python4 whatsoever. Anything but gentle and steady evolution won’t be well received. https://www.techrepublic.com/article/programming-languages-why-python-4-0-will-probably-never-arrive-according-to-its-creator/ Alex On Mon 21. Nov 2022 at 0.17, Khem Raj wrote

Re: [oe-core][PATCH] python3: add ${bindir}/python symlink

2022-11-20 Thread Khem Raj
On Sun, Nov 20, 2022 at 9:52 AM Markus Volk wrote: > Currently /usr/bin/python is provided by the python2 package. If python2 > is not installed, the built image lacks a provider for it. > This results in failed scripts when using '/usr/bin/python' shebang. > > This patch adds a /usr/bin/python s

[oe-core][PATCHv2] python3: add ${bindir}/python symlink

2022-11-20 Thread Markus Volk
Currently /usr/bin/python is provided by the python2 package. If python2 is not installed, the built image lacks a provider for it. This results in failed scripts when using '/usr/bin/python' shebang. This patch adds a /usr/bin/python symlink for python3 to fix this issue. The link is created wit

Re: [oe-core][PATCH] python3: add ${bindir}/python symlink

2022-11-20 Thread Markus Volk
Am So, 20. Nov 2022 um 19:00:39 +0100 schrieb Alexander Kanavin : I have to ask you to resend and drop the DISTRO_FEATURE idea. We do not want to make the impression that python2 is supported in any way, and as explained earlier this implies that all scripts that ask for python would work with bo

Re: [oe-core][PATCH] python3: add ${bindir}/python symlink

2022-11-20 Thread Alexander Kanavin
I have to ask you to resend and drop the DISTRO_FEATURE idea. We do not want to make the impression that python2 is supported in any way, and as explained earlier this implies that all scripts that ask for python would work with both 2 and 3. No, this is a clean break, and anyone who still has 2.x

Re: [OE-core] [PATCH] blktrace: ask for python3 specifically

2022-11-20 Thread Markus Volk
Am Sa, 19. Nov 2022 um 18:37:37 +0100 schrieb Alexander Kanavin : Very well. Can you make a patch? I've sent a patch for this. It was tested with 'bitbake myimage -c do_populate_sdk' only for x86_64. I guess this is arch independent -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages se

[oe-core][PATCH] python3: add ${bindir}/python symlink

2022-11-20 Thread Markus Volk
Currently /usr/bin/python is provided by the python2 package. If python2 is not installed, the built image lacks a provider for it. This results in failed scripts when using '/usr/bin/python' shebang. This patch adds a /usr/bin/python symlink for python3 to fix this issue. For images containing py

[OE-core][kirkstone 35/35] wic: make ext2/3/4 images reproducible

2022-11-20 Thread Steve Sakoman
From: Sergei Zhmylev Ext2/3/4 FS contains not only mtime, but also ctime, atime and crtime. Currently, all the files are being added into the rootfs image using mkfs -d functionality which affects all the timestamps excluding mtime. This patch ensures these timestamps inside the FS image equal to

[OE-core][kirkstone 34/35] gcc-source: Ensure deploy_source_date_epoch sstate hash doesn't change

2022-11-20 Thread Steve Sakoman
From: Richard Purdie Currently if you switch machines, gcc-source do_deploy_source_date_epoch would re-run as the stamps are tune specific. This hasn't caused much of an issue until now, however if we fix the gcc recipes to reuse the timestamp from this task, it does then create problems. Copy c

[OE-core][kirkstone 33/35] gcc-source: Drop gengtype manipulation

2022-11-20 Thread Steve Sakoman
From: Richard Purdie Whilst we patch gengtype.cc, we don't patch gengtype-lex.cc which would be the file which would trigger regeneration of files. The real bug that was likely the cause for this fix is probably SDE issues with gcc shared workdir so this code can now be dropped. Signed-off-by:

[OE-core][kirkstone 32/35] gcc-source: Fix gengtypes race

2022-11-20 Thread Steve Sakoman
From: Richard Purdie gcc renamed .c files to .cc files: https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=5c69acb32329d49e58c26fa41ae74229a52b9106 but we didn't fix this reference which meant we re-introduced a race around gengtypes-lex.c. This lead to the race reappearing on the autobuilder. F

[OE-core][kirkstone 31/35] gcc-shared-source: Fix source date epoch handling

2022-11-20 Thread Steve Sakoman
From: Richard Purdie The source date epoch for gcc isn't being transferred from the shared workdir to the current WORKDIR for the specific recipe. This results in the clamping code within sstate.bbclass using a value from 2011 which changes the timestamps of many files. Since this happens part wa

[OE-core][kirkstone 30/35] kernel.bbclass: Include randstruct seed assets in STAGING_KERNEL_BUILDDIR

2022-11-20 Thread Steve Sakoman
From: Diego Sueiro When building with CONFIG_MODVERSIONS=y and CONFIG_RANDSTRUCT=y we need to copy the build assets generated for the randstrutc seed to STAGING_KERNEL_BUILDDIR, otherwise the out-of-tree modules build will generate those assets which will result in a different RANDSTRUCT_HASHED_S

[OE-core][kirkstone 29/35] systemd: Consider PACKAGECONFIG in RRECOMMENDS

2022-11-20 Thread Steve Sakoman
From: Niko Mauno Since RRECOMMENDS declaration implictly induces building the recipes that provide the runtime recommended packages, conditionalize adding such values according to associated PACKAGECONFIG settings in order to avoid redundant building. Signed-off-by: Niko Mauno Signed-off-by: Al

[OE-core][kirkstone 28/35] libuv: fixup SRC_URI

2022-11-20 Thread Steve Sakoman
From: Kai Kang Add the trailing '.git' to git repo uri in SRC_URI then it could share source code repo on premirror with grpc which uses libuv as a git submodule with fixed revision. Signed-off-by: Kai Kang Signed-off-by: Alexandre Belloni (cherry picked from commit cecdf616e7cf192cdc723a446be

[OE-core][kirkstone 27/35] bitbake.conf: Drop export of SOURCE_DATE_EPOCH_FALLBACK

2022-11-20 Thread Steve Sakoman
From: Richard Purdie Whilst SDE definitely needs to be exported, the fallback does not as it is only used in our python code via the datastore. It was introduced as an export in 9a1dde74e794362399193dc3f81c9685a83d0776 but even then it doesn't look like it needed to be, likely just a copy and pa

[OE-core][kirkstone 26/35] get_module_deps3.py: Check attribute '__file__'

2022-11-20 Thread Steve Sakoman
From: Leon Anavi Check if the module object has attribute '__file__' to fix and avoid errors like: AttributeError: module '_abc' has no attribute '__file__'. Did you mean: '__name__'? Signed-off-by: Leon Anavi Signed-off-by: Alexandre Belloni (cherry picked from commit 8acce12c1a4cf37ac312c9

[OE-core][kirkstone 25/35] bluez5: Point hciattach bcm43xx firmware search path to /lib/firmware

2022-11-20 Thread Steve Sakoman
From: Marek Vasut Currently the hciattach bcm43xx firmware loader looks up the firmware blob in /etc/firmware . Change this to /lib/firmware instead, so that the path is consistent with Linux kernel which also looks up firmware for the WiFi part in /lib/firmware . Signed-off-by: Marek Vasut Sig

[OE-core][kirkstone 24/35] libffi: submit patch upstream

2022-11-20 Thread Steve Sakoman
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 9555a7dc768c32a009333232e25cef041054b7f7) Signed-off-by: Steve Sakoman --- .../libffi/0001-arm-sysv-reverted-clang-VFP-mitigation.patch| 2 +-

[OE-core][kirkstone 23/35] ovmf: correct patches status

2022-11-20 Thread Steve Sakoman
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 0f758719ad26fd7b23bbf21a37375f8de7068f0e) Signed-off-by: Steve Sakoman --- .../ovmf/0001-ovmf-update-path-to-native-BaseTools.patch | 2 +- ...

[OE-core][kirkstone 22/35] kea: submit patch upstream

2022-11-20 Thread Steve Sakoman
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit e8f0e3a01262ecb83185ec5e84e6f359d7d64d1d) Signed-off-by: Steve Sakoman --- meta/recipes-connectivity/kea/files/fix-multilib-conflict.patch | 2 +-

[OE-core][kirkstone 21/35] tcl: correct patch status

2022-11-20 Thread Steve Sakoman
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 9f37e5b83db662bba92605c8741516108aad3c5e) Signed-off-by: Steve Sakoman --- .../recipes-devtools/tcltk/tcl/fix_non_native_build_issue.patch | 2 +-

[OE-core][kirkstone 20/35] groff: submit patches upstream

2022-11-20 Thread Steve Sakoman
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 4269cfcd6c29be05964010d0406584b80822d1d1) Signed-off-by: Steve Sakoman --- .../groff/files/0001-Make-manpages-mulitlib-identical.patch | 2 +-

[OE-core][kirkstone 19/35] cargo_common.bbclass: Fix typos

2022-11-20 Thread Steve Sakoman
From: Alex Kiernan Signed-off-by: Alex Kiernan Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit c7a92180b21e75a84f632e4c16e63dc1f4861a00) Signed-off-by: Steve Sakoman --- meta/classes/cargo_common.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 d

[OE-core][kirkstone 18/35] archiver: avoid using machine variable as it breaks multiconfig

2022-11-20 Thread Steve Sakoman
From: Jose Quaresma STAGING_KERNEL_DIR uses the MACHINE name so it breaks the multiconfig and in this cases it will run the shared recipes twice, one for each machine. STAGING_KERNEL_DIR it's been introduced in commit 5487dee2e1 Signed-off-by: Jose Quaresma Signed-off-by: Alexandre Belloni Si

[OE-core][kirkstone 17/35] package: Fix handling of minidebuginfo with newer binutils

2022-11-20 Thread Steve Sakoman
From: Nathan Rossi Newer versions of binutils (2.38+) have changed how the "--only-keep-debug" of objcopy behaves when stripping non-debug sections from an ELF. https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=68f543154e92ab0f5d6c569e0fa143f5e8bd2d80 This change causes associated se

[OE-core][kirkstone 16/35] glibc-locale: Do not INHIBIT_DEFAULT_DEPS

2022-11-20 Thread Steve Sakoman
From: Nathan Rossi The glibc-locale recipe already partially depends on the base depends in order to satisfy the do_package dependency on binutils. However since commit d6ffd683bf6 NM has defaulted to gcc-nm, meaning do_package depends on gcc (for minidebuginfo). Whilst the do_package task could

[OE-core][kirkstone 15/35] oeqa/selftest/minidebuginfo: Create selftest for minidebuginfo

2022-11-20 Thread Steve Sakoman
From: Nathan Rossi Add a new selftest to validate minidebuginfo support. This selftest builds a complete target image with PACKAGE_MINIDEBUGINFO enabled. ELFs included in the image are expected to have minidebuginfo included in the resulting executables and shared libraries, the self test validat

[OE-core][kirkstone 14/35] oeqa/selftest/lic_checksum: Cleanup changes to emptytest include

2022-11-20 Thread Steve Sakoman
From: Nathan Rossi Config written to the emptytest include file is invalid after the test has cleaned up its temporary directories resulting in the emptytest recipe potentially having invalid content when parsed by successive bitbake runs. This presents the following error in tests after lic_che

[OE-core][kirkstone 13/35] sudo: upgrade 1.9.10 -> sudo 1.9.12p1

2022-11-20 Thread Steve Sakoman
From: Xiangyu Chen Signed-off-by: Xiangyu Chen Signed-off-by: Steve Sakoman --- meta/recipes-extended/sudo/sudo.inc | 2 +- meta/recipes-extended/sudo/{sudo_1.9.10.bb => sudo_1.9.12p1.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-

[OE-core][kirkstone 12/35] libxcrypt: upgrade 4.4.28 -> 4.4.30

2022-11-20 Thread Steve Sakoman
From: Wang Mingyu Changelog: == * configure: Restore ucontext api functionality check. In c3f01c72b303cbbb0cc8983120677edee2f3fa4b the use of the ucontext api in the main program was removed, and with it the configure check for it. However, the ucontext api is still used in the "exp

[OE-core][kirkstone 11/35] socat: upgrade 1.7.4.3 -> 1.7.4.4

2022-11-20 Thread Steve Sakoman
From: Wang Mingyu 1.7.4.4 is a bug fix release 0001-configure.ac-check-getprotobynumber_r-with-AC_TRY_LI.patch removed since it's included in 1.7.4.4 Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni (cherry picked from commit c00e9d66f0b8449ff1bf24546f232345eb6feebd) Signed-off-by:

[OE-core][kirkstone 10/35] bind: upgrade 9.18.7 -> 9.18.8

2022-11-20 Thread Steve Sakoman
From: Wang Mingyu Changelog: https://gitlab.isc.org/isc-projects/bind9/-/blob/v9_18_8/CHANGES --- 9.18.7 released --- 5962. [security] Fix memory leak in EdDSA verify processing. (CVE-2022-38178) [GL #3487] 5960. [security] Fix serve-stale crash th

[OE-core][kirkstone 09/35] lttng-modules: upgrade 2.13.5 -> 2.13.7

2022-11-20 Thread Steve Sakoman
From: Richard Purdie 2022-09-30 (National Day for Truth and Reconciliation) LTTng modules 2.13.7 * Fix: handle integer capture page faults as skip field 2022-09-30 (National Day for Truth and Reconciliation) LTTng modules 2.13.6 * Fix: bytecode validator: reject specialized load

[OE-core][kirkstone 08/35] lttng-tools: submit determinism.patch upstream

2022-11-20 Thread Steve Sakoman
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit bec62455d900a0d3e18a62ea7053c214bc545fb6) Signed-off-by: Steve Sakoman --- meta/recipes-kernel/lttng/lttng-tools/determinism.patch | 2 +- 1 file

[OE-core][kirkstone 07/35] lttng-tools: Upgrade 2.13.4 -> 2.13.8

2022-11-20 Thread Steve Sakoman
From: Xiangyu Chen Signed-off-by: Xiangyu Chen Signed-off-by: Steve Sakoman --- .../{lttng-tools_2.13.4.bb => lttng-tools_2.13.8.bb} | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) rename meta/recipes-kernel/lttng/{lttng-tools_2.13.4.bb => lttng-tools_2.13.8.bb} (90%) dif

[OE-core][kirkstone 06/35] expat: upgrade to 2.5.0

2022-11-20 Thread Steve Sakoman
From: Ross Burton Release 2.5.0 Tue October 25 2022 Security fixes: #616 #649 #650 CVE-2022-43680 -- Fix heap use-after-free after overeager destruction of a shared DTD in function XML_ExternalEntityParserCreate in out-of-memory situations.

[OE-core][kirkstone 05/35] Revert "expat: backport the fix for CVE-2022-43680"

2022-11-20 Thread Steve Sakoman
Prepare for version bump which includes this fix This reverts commit 791fe354e5887af3fa3d3f772fafacc5eaedca21. --- .../expat/expat/CVE-2022-43680.patch | 33 --- meta/recipes-core/expat/expat_2.4.9.bb| 1 - 2 files changed, 34 deletions(-) delete mode 100644 met

[OE-core][kirkstone 04/35] systemd: CVE-2022-3821 Fix buffer overrun

2022-11-20 Thread Steve Sakoman
From: Hitendra Prajapati Upstream-Status: Backport from https://github.com/systemd/systemd-stable/commit/72d4c15a946d20143cd4c6783c802124bc894dc7 Affects "systemd <= 251" Signed-off-by: Hitendra Prajapati Signed-off-by: Steve Sakoman --- .../systemd/systemd/CVE-2022-3821.patch | 45 ++

[OE-core][kirkstone 03/35] dbus: fix CVE-2022-42012 dbus-marshal-byteswap: Byte-swap Unix fd indexes if needed

2022-11-20 Thread Steve Sakoman
From: Xiangyu Chen Backport a patch from upstream [1] to fix CVE-2022-42012 dbus-marshal-byteswap: Byte-swap Unix fd indexes if needed [1] https://gitlab.freedesktop.org/dbus/dbus/-/commit/3fb065b0752db1e298e4ada52cf4adc414f5e946 Signed-off-by: Xiangyu Chen Signed-off-by: Steve Sakoman ---

[OE-core][kirkstone 02/35] dbus: fix CVE-2022-42011 dbus-daemon can be crashed by messages with array length inconsistent with element type

2022-11-20 Thread Steve Sakoman
From: Xiangyu Chen Backport a patch from upstream[1] to fix CVE-2022-42011 dbus-daemon can be crashed by messages with array length inconsistent with element type [1] https://gitlab.freedesktop.org/dbus/dbus/-/commit/b9e6a7523085a2cfceaffca7ba1ab4251f12a984 Signed-off-by: Xiangyu Chen Signed-

[OE-core][kirkstone 01/35] dbus: fix CVE-2022-42010 Check brackets in signature nest correctly

2022-11-20 Thread Steve Sakoman
From: Xiangyu Chen Signed-off-by: Xiangyu Chen Signed-off-by: Steve Sakoman --- ...idate-Check-brackets-in-signature-ne.patch | 119 ++ meta/recipes-core/dbus/dbus_1.14.0.bb | 1 + 2 files changed, 120 insertions(+) create mode 100644 meta/recipes-core/dbus/dbus/000

[OE-core][kirkstone 00/35] Patch review

2022-11-20 Thread Steve Sakoman
Please review this set of patches for kirkstone and have comments back by end of day Tuesday. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/4507 The following changes since commit 3243b069db7629d15e4b8c25b4133f824d18520c: qemu: add io_uring PA

[OE-core] OE-core CVE metrics for langdale on Sun 20 Nov 2022 03:30:01 AM HST

2022-11-20 Thread Steve Sakoman
Branch: langdale New this week: 2 CVEs CVE-2022-39377 (CVSS3: 9.8 CRITICAL): sysstat https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-39377 * CVE-2022-3970 (CVSS3: 9.8 CRITICAL): tiff https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-3970 * Removed this week: 4 CVEs CVE-2022-42

[OE-core] [PATCH 17/17] vte: update 0.68.0 -> 0.70.1

2022-11-20 Thread Alexander Kanavin
Transition to gi-docgen from gtk-doc. Drop vala tweaks: gobject-introspection already does it correctly (with STAGING_LIBDIR included). Signed-off-by: Alexander Kanavin --- ...rrectly-substitute-gtkdoc-qemu-wrapp.patch | 24 --- .../vte/{vte_0.68.0.bb => vte_0.70.1.bb} | 16

[OE-core] [PATCH 13/17] webkitgtk: update 2.36.7 -> 2.38.2

2022-11-20 Thread Alexander Kanavin
Upstream has rewritten gobject introspection support, so the two related patches are ported to that: 0001-FindGObjectIntrospection.cmake-prefix-variables-obta.patch 0001-When-building-introspection-files-do-not-quote-CFLAG.patch The latter patch is also promoted from Inappropriate to Pending gtk-d

[OE-core] [PATCH 15/17] libgpg-error: update 1.45 -> 1.46

2022-11-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...Do-not-fail-when-testing-config-scripts.patch | 8 .../libgpg-error/libgpg-error/pkgconfig.patch| 16 ++-- ...libgpg-error_1.45.bb => libgpg-error_1.46.bb} | 2 +- 3 files changed, 15 insertions(+), 11 deletions(-) rename meta/re

[OE-core] [PATCH 16/17] popt: update 1.18 -> 1.19

2022-11-20 Thread Alexander Kanavin
Patch is merged upstream. License-update: clarification https://github.com/rpm-software-management/popt/commit/dcec86df3cfc96d3dd3a3e9f7f1086b768d2d88f Backport a regression fix for gptfdisk. Signed-off-by: Alexander Kanavin --- ...h-of-sgdisk-when-compiled-with-lates.patch | 59 ++

[OE-core] [PATCH 14/17] icu: update 71.1 -> 72-1

2022-11-20 Thread Alexander Kanavin
Update the recipe to reflect the change in version separator. Signed-off-by: Alexander Kanavin --- .../icu/{icu_71.1.bb => icu_72-1.bb} | 22 +++ 1 file changed, 13 insertions(+), 9 deletions(-) rename meta/recipes-support/icu/{icu_71.1.bb => icu_72-1.bb} (87%) diff --

[OE-core] [PATCH 12/17] flac: update 1.4.0 -> 1.4.2

2022-11-20 Thread Alexander Kanavin
License-Update: removed file, URL fix Remove options no longer supported upstream. Signed-off-by: Alexander Kanavin --- .../flac/{flac_1.4.0.bb => flac_1.4.2.bb} | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) rename meta/recipes-multimedia/flac/{flac_1.4.0.bb =>

[OE-core] [PATCH 11/17] xf86-input-mouse: update 1.9.3 -> 1.9.4

2022-11-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{xf86-input-mouse_1.9.3.bb => xf86-input-mouse_1.9.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input-mouse_1.9.3.bb => xf86-input-mouse_1.9.4.bb} (76%) diff --git a/meta/recipes-graphic

[OE-core] [PATCH 10/17] libhandy: update 1.6.3 -> 1.8.0

2022-11-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libhandy/{libhandy_1.6.3.bb => libhandy_1.8.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/libhandy/{libhandy_1.6.3.bb => libhandy_1.8.0.bb} (93%) diff --git a/meta/recipes-gnome/libhandy/libhandy_1.6.3

[OE-core] [PATCH 08/17] shadow: update 4.12.3 -> 4.13

2022-11-20 Thread Alexander Kanavin
Drop 0001-Drop-nsswitch.conf-message-when-not-in-place-eg.-musl.patch (issue fixed upstream) 0001-shadow-use-relaxed-usernames.patch (merged upstream) Signed-off-by: Alexander Kanavin --- ...01-Disable-use-of-syslog-for-sysroot.patch | 6 +- ...f-message-when-not-in-place-eg.-musl.patch | 27

[OE-core] [PATCH 07/17] quota: update 4.06 -> 4.09

2022-11-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...-realloc-3-instead-of-reallocarray-3.patch | 34 --- meta/recipes-extended/quota/quota/fcntl.patch | 27 +++ .../quota/{quota_4.06.bb => quota_4.09.bb}| 5 ++- 3 files changed, 15 insertions(+), 51 deletions(-) delete mode

[OE-core] [PATCH 06/17] man-db: update 2.10.2 -> 2.11.1

2022-11-20 Thread Alexander Kanavin
License-Update: upstream has clarified that it is gpl3 https://salsa.debian.org/debian/man-db/-/commit/695a3560fdf91f829f21f00a502244b0cf28e29d Signed-off-by: Alexander Kanavin --- .../man-db/{man-db_2.10.2.bb => man-db_2.11.1.bb} | 8 1 file changed, 4 insertions(+), 4 deletion

[OE-core] [PATCH 05/17] unfs: update 0.9.22 -> 0.10.0

2022-11-20 Thread Alexander Kanavin
This is the first release in 13 years; accordingly I took the liberty of dropping all the patches (none of which were ever reviewed or merged, and all of which are difficult to impossible to rebase), and removed all non-standard hacks from the recipe. Drop -N from oeqa nfs helper; the option was p

[OE-core] [PATCH 02/17] rsync: update 3.2.5 -> 3.2.7

2022-11-20 Thread Alexander Kanavin
Rebase patches. Signed-off-by: Alexander Kanavin --- ...-prototypes-to-function-declarations.patch | 28 +++ ...antic-errors-at-the-end-of-configure.patch | 36 --- .../rsync/{rsync_3.2.5.bb => rsync_3.2.7.bb} | 2 +- 3 files changed, 20 insertions(+), 46 deletions(

[OE-core] [PATCH 04/17] tcl: update 8.6.11 -> 8.6.12

2022-11-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../tcl/fix_non_native_build_issue.patch | 27 +++--- .../tcltk/tcl/tcl-add-soname.patch| 50 +++ .../tcltk/{tcl_8.6.11.bb => tcl_8.6.12.bb}| 2 +- 3 files changed, 50 insertions(+), 29 deletions(-) rename meta/recipe

[OE-core] [PATCH 03/17] swig: update 4.0.2 -> 4.1.0

2022-11-20 Thread Alexander Kanavin
swig has transitioned pcre -> pcre2 Update 0001-configure-use-pkg-config-for-pcre-detection.patch accordingly. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/swig/swig.inc | 2 +- ...re-use-pkg-config-for-pcre-detection.patch | 44 ++- .../swig/{swig_4.0.2.

[OE-core] [PATCH 01/17] elfutils: update 0.187 -> 0.188

2022-11-20 Thread Alexander Kanavin
Drop upstreamed patch. Signed-off-by: Alexander Kanavin --- .../{elfutils_0.187.bb => elfutils_0.188.bb} | 5 +- ...Add-libeu-to-tests-needing-error-API.patch | 147 -- ...m-compile-test_nlist-with-standard-C.patch | 8 +- 3 files changed, 6 insertions(+), 154 deletions(-)

[OE-core] OE-core CVE metrics for kirkstone on Sun 20 Nov 2022 03:00:01 AM HST

2022-11-20 Thread Steve Sakoman
Branch: kirkstone New this week: 1 CVEs CVE-2022-39377 (CVSS3: 9.8 CRITICAL): sysstat https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-39377 * Removed this week: 1 CVEs CVE-2022-3165 (CVSS3: 6.5 MEDIUM): qemu:qemu-native:qemu-system-native https://web.nvd.nist.gov/view/vuln/detail?vuln

[OE-core] OE-core CVE metrics for dunfell on Sun 20 Nov 2022 02:30:01 AM HST

2022-11-20 Thread Steve Sakoman
Branch: dunfell New this week: 1 CVEs CVE-2022-39377 (CVSS3: 9.8 CRITICAL): sysstat https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-39377 * Removed this week: 1 CVEs CVE-2021-3638 (CVSS3: 6.5 MEDIUM): qemu:qemu-native:qemu-system-native https://web.nvd.nist.gov/view/vuln/detail?vulnId

[OE-core] OE-core CVE metrics for master on Sun 20 Nov 2022 02:00:01 AM HST

2022-11-20 Thread Steve Sakoman
Branch: master New this week: 2 CVEs CVE-2022-39377 (CVSS3: 9.8 CRITICAL): sysstat https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-39377 * CVE-2022-3970 (CVSS3: 9.8 CRITICAL): tiff https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-3970 * Removed this week: 1 CVEs CVE-2022-4399

Re: [OE-core] [langdale][master][PATCH] rust: Do not use default compiler flags defined in CC crate

2022-11-20 Thread Richard Purdie
On Sat, 2022-11-19 at 01:57 +, Peter Kjellerstedt wrote: > > -Original Message- > > From: openembedded-core@lists.openembedded.org > > On Behalf Of Richard > > Purdie > > Sent: den 18 november 2022 17:36 > > To: Anton Antonov ; > > openembedded-core@lists.openembedded.org > > Subject:

Re: [OE-core] [meta-oe] [PATCH] rust-snapshot:add riscv64 toolchains

2022-11-20 Thread Alexander Kanavin
Right, but are you actually running bitbake on this board, which according to the page has only 4 cores? And if you do, what targets are you building and how long do they take? Otherwise I am not sure what riscv rust-snapshot is useful for. It would help if you explain the use case. Alex On Sat,