[OE-core] [dunfell][PATCH] go: fix CVE-2023-29402 & CVE-2023-29404

2023-06-28 Thread Hitendra Prajapati
Backport fixes for: * CVE-2023-29402 - Upstream-Status: Backport from https://github.com/golang/go/commit/c160b49b6d328c86bd76ca2fff9009a71347333f * CVE-2023-29404 - Upstream-Status: Backport from https://github.com/golang/go/commit/bf3c8ce03e175e870763901a3850bca01381a828 Signed-off-by: Hitendr

Re: [OE-core] [mickledore][PATCH] tiff: backport a fix for CVE-2023-26965

2023-06-28 Thread Siddharth
CVE-fix for CVE-2023-25434 and CVE-2023-26965 for 4.5.0 was submitted for master which could directly be backported to mickledore too as it has the same version -> https://lists.openembedded.org/g/openembedded-core/message/183408 However, it increases Steve's task to patch if we submit single CV

[OE-core][mickledore][PATCH] tiff: Security fix for CVE-2023-25434 and CVE-2023-26965

2023-06-28 Thread Siddharth
Upstream-Status: Backport from [https://gitlab.com/libtiff/libtiff/-/commit/69818e2f2d246e6631ac2a2da692c3706b849c38, https://gitlab.com/libtiff/libtiff/-/commit/ec8ef90c1f573c9eb1f17d6a056aa0015f184acf] Signed-off-by: Siddharth Doshi --- .../libtiff/files/CVE-2023-25434.patch| 159 +++

[OE-core] [mickledore][PATCH] python3-numpy: remove NPY_INLINE, use inline instead

2023-06-28 Thread Yu, Mingli
From: Mingli Yu The build fails when DEBUG_BUILD is enabled with GCC-13 as [1] and [2]. Fixes: | numpy/core/src/umath/simd.inc.src:977:20: note: called from here | 977 | @vtype@ zeros = _mm512_setzero_@vsuffix@(); |^~~ | numpy/core/src/umath

Re: [OE-core] [PATCH] qemu: Install the default qemu emulation rpm

2023-06-28 Thread Yu, Mingli
Please ignore this patch and use the patch "qemu: Add qemu-common package" instead. And the patch "qemu: Add qemu-common package" fix the backward compatibility as https://patchwork.yoctoproject.org/project/oe-core/patch/20230627105627.2583973-1-mingli...@eng.windriver.com/. Thanks, On 6/15

Re: [OE-core] [PATCH 5/5] init-manager-systemd: add modulesloaddir and modprobedir

2023-06-28 Thread Richard Purdie
On Tue, 2023-06-27 at 10:16 +, Jose Quaresma wrote: > Signed-off-by: Jose Quaresma > --- > > v5: introduced in v5 > > meta/conf/distro/include/init-manager-systemd.inc | 4 > 1 file changed, 4 insertions(+) > > diff --git a/meta/conf/distro/include/init-manager-systemd.inc > b/meta/c

[OE-core] [PATCH] linux-yocto/5.4: cfg: fix DECNET configuration warning

2023-06-28 Thread Bruce Ashfield
From: Bruce Ashfield Dropping CONFIG_DECNET as it has been removed from -stable and we now get a configuration warning. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb | 2 +- meta/recipes-kernel/linu

Re: [OE-core] [PATCH] ptest-runner: Pull in sync fix to improve log warnings

2023-06-28 Thread Richard Purdie
On Wed, 2023-06-28 at 16:24 +0200, Alexander Kanavin wrote: > This appears to have regressed glib-2.0 ptest, particularly: > Failed ptests: > {'glib-2.0': ['glib/codegen.py.test']} > https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/5273/steps/12/logs/stdio > > I didn't yet got to

[OE-core] [PATCH] musl: Guard fallocate64 with _LARGEFILE64_SOURCE

2023-06-28 Thread Khem Raj
Gets this fix * 718f363b move fallocate64 declaration under _LARGEFILE64_SOURCE feature test Signed-off-by: Khem Raj --- meta/recipes-core/musl/musl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.b

[OE-core] [PATCH v2] strace: Update patches/tests with upstream fixes

2023-06-28 Thread Richard Purdie
Replace the sockopt disable patch with a fix from upstream. Also add a patch to handle accept/accept4 differences when using glibc optimisations for platforms where socketcall is used instead of an accept syscall such as 32 bit x86. Signed-off-by: Richard Purdie --- v2: Add missing patch to allo

Re: [OE-core] [PATCH] oeqa/selftest/devtool: add unit test for "devtool add -b"

2023-06-28 Thread Richard Purdie
On Wed, 2023-06-28 at 09:09 +0200, Yoann Congal wrote: > From: Fawzi KHABER > > Fix [Yocto #15085] > > Signed-off-by: Fawzi KHABER > Signed-off-by: Yoann Congal > --- > meta/lib/oeqa/selftest/cases/devtool.py | 23 +++ > 1 file changed, 23 insertions(+) > > diff --git a/m

[oe-core][mickledore][PATCH] tiff: backport a fix for CVE-2023-26965

2023-06-28 Thread Nat Bailey via lists.openembedded.org
Fixes a bug where a buffer was used after a potential reallocation. Signed-off-by: Natasha Bailey --- .../libtiff/files/CVE-2023-26965.patch| 100 ++ meta/recipes-multimedia/libtiff/tiff_4.5.0.bb | 1 + 2 files changed, 101 insertions(+) create mode 100644 meta/recipes

Re: [OE-core][dunfell 3/3] linux-yocto/5.4: update to v5.4.248

2023-06-28 Thread Steve Sakoman
Sign, same issue here in dunfell :-( WARNING: linux-yocto-5.4.248+gitAUTOINC+b6e41788ae_d18af0e8ac-r0 do_kernel_configcheck: [kernel config]: This BSP sets config options that are not offered anywhere within this kernel: CONFIG_DECNET Steve On Thu, Jun 22, 2023 at 1:22 PM wrote: > > From: Bruc

[OE-core] [PATCH] sstatesig: Fix pn and taskname derivation in find_siginfo

2023-06-28 Thread Yang Xu via lists.openembedded.org
From: Yang Xu The `bb.siggen.compare_sigfiles` method transforms the key format from `[mc:mc_name:][virtual:][native:]:` to `/:[:virtual][:native][:mc:mc_name]` in `clean_basepaths`. However, `find_siginfo` uses the original format to get the package name (pn) and task name. This commit corrects

Re: [OE-core] [PATCH] bonnie++: New recipe for version 2.0

2023-06-28 Thread Alexander Kanavin
I think this is actually for meta-oe? Alex On Wed 28. Jun 2023 at 17.16, Alexandre Belloni via lists.openembedded.org wrote: > Hello, > > On 26/06/2023 14:00:32+0200, Jörg Sommer via lists.openembedded.org wrote: > > Newer versions of bonnie get published on > >

Re: [OE-core][dunfell][PATCH] go: Fix CVE-2023-29400

2023-06-28 Thread Steve Sakoman
Hi Ashish, Unfortunately I'm getting fuzz warnings with your patch: WARNING: go-native-1.14.15-r0 do_patch: Fuzz detected: Applying patch CVE-2023-29400.patch patching file src/html/template/escape.go Hunk #1 succeeded at 360 (offset -22 lines). patching file src/html/template/escape_test.go pat

Re: [OE-core] [PATCH] bonnie++: New recipe for version 2.0

2023-06-28 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 26/06/2023 14:00:32+0200, Jörg Sommer via lists.openembedded.org wrote: > Newer versions of bonnie get published on > . Unfortunately, the new version > doesn't compile with g++ 11 which requires *fix-csv2html-data.patch* and > configure fails d

[OE-core] [PATCH 4/4] time64.inc: annotate and clean up recipe-specific Y2038 exceptions

2023-06-28 Thread Alexander Kanavin
Additionally: - drop pseudo from INSANE_SKIP for 32bit time API check (pseudo passes the check; it's not clear where the issue may have been) - move rust exceptions to the cargo class, as the problem is common across the ecosystem, and needs to be fixed in the libc crate. Signed-off-by: Alexander

[OE-core] [PATCH 2/4] webkitgtk: update 2.38.5 -> 2.40.2

2023-06-28 Thread Alexander Kanavin
Drop backports. Add extra options that require additional dependencies, and fail without them. Disable the recipe on ancient x86 without SSE support; SSE is now required. Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/epiphany/epiphany_43.1.bb | 3 ++ ...tCore-CMakeLists.txt-ensure-

[OE-core] [PATCH 3/4] python3-cryptography: update a patch to upstream's better followup fix

2023-06-28 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...-directory-when-cross-compiling-9129.patch | 52 +++ ...i-substitute-include-path-from-targe.patch | 29 --- .../python/python3-cryptography_41.0.1.bb | 2 +- 3 files changed, 53 insertions(+), 30 deletions(-) create mode 10064

[OE-core] [PATCH 1/4] gstreamer1.0-plugins-base: enable glx/opengl support

2023-06-28 Thread Alexander Kanavin
This is required by latest webkit when built with x11 support. Signed-off-by: Alexander Kanavin --- .../gstreamer/gstreamer1.0-plugins-base_1.22.4.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1

Re: [OE-core] [PATCH] ptest-runner: Pull in sync fix to improve log warnings

2023-06-28 Thread Alexander Kanavin
There's an open issue for it as well: https://bugzilla.yoctoproject.org/show_bug.cgi?id=15154 Alex On Wed, 28 Jun 2023 at 16:24, Alexander Kanavin via lists.openembedded.org wrote: > > This appears to have regressed glib-2.0 ptest, particularly: > Failed ptests: > {'glib-2.0': ['glib/codegen.py.

Re: [OE-core] [mickledore][PATCH 1/2] erofs-utils: update 1.5 -> 1.6

2023-06-28 Thread Steve Sakoman
Sorry, I can only take bug/security fix version bumps . This update includes new features: erofs-utils 1.6 * This release includes the following updates: - support fragments by using `-Efragments` (Yue Hu); - support compressed data deduplication by using `-Ededupe` (Ziyang Zhang); - (erofsfuse)

Re: [OE-core] [PATCH] ptest-runner: Pull in sync fix to improve log warnings

2023-06-28 Thread Alexander Kanavin
This appears to have regressed glib-2.0 ptest, particularly: Failed ptests: {'glib-2.0': ['glib/codegen.py.test']} https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/5273/steps/12/logs/stdio I didn't yet got to the root cause, just wanted to register where it happened. Note that the

[OE-core][kirkstone 29/29] blktrace: ask for python3 specifically

2023-06-28 Thread Steve Sakoman
From: Sakib Sajal python2 has been deprecated, use python3 instead Signed-off-by: Sakib Sajal Signed-off-by: Steve Sakoman --- ...plot.py-Ask-for-python3-specifically.patch | 35 +++ meta/recipes-kernel/blktrace/blktrace_git.bb | 4 ++- 2 files changed, 38 insertions(+), 1 d

[OE-core][kirkstone 28/29] layer.conf: Add missing dependency exclusion

2023-06-28 Thread Steve Sakoman
From: Richard Purdie Add a dependency which should have been in this list but wasn't, found when debugging create-spdx hash issues. Signed-off-by: Richard Purdie (cherry picked from commit 1075b9fc5d562dada45b3187cb737511ff8c7376) Signed-off-by: Steve Sakoman --- meta/conf/layer.conf | 1 + 1

[OE-core][kirkstone 27/29] maintainers.inc: correct Carlos Rafael Giani's email address

2023-06-28 Thread Steve Sakoman
From: Alexander Kanavin As confirmed via private email. Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni (cherry picked from commit c7f934368d3fb3e9cf268f8237eae80b1c1665a5) Signed-off-by: Steve Sakoman --- meta/conf/distro/include/maintainers.inc | 2 +- 1 file changed, 1 i

[OE-core][kirkstone 26/29] selftest/license: Exclude from world

2023-06-28 Thread Steve Sakoman
From: Richard Purdie These test recipes shouldn't be built as part of world builds. Some recent changes are exposing issues from this so exclude them. Signed-off-by: Richard Purdie (cherry picked from commit 80d3f5586cd060ae69fbc6dec2e8978d87da10ba) Signed-off-by: Steve Sakoman --- .../recipe

[OE-core][kirkstone 25/29] connman: fix warning by specifying runstatedir at configure time

2023-06-28 Thread Steve Sakoman
From: Marc Ferland Without this patch, systemd complains on startup with messages similar to: systemd-tmpfiles[128]: /etc/tmpfiles.d/connman_resolvconf.conf:1: Line references path below legacy directory /var/run/, updating /var/run/connman → /run/connman; please update the tmpfiles.d/ drop-in

[OE-core][kirkstone 24/29] maintainers.inc: correct unassigned entries

2023-06-28 Thread Steve Sakoman
From: Alexander Kanavin Modify packages to unassigned where appropriate Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit ab37ddf53607111bf5c49c4f2388224999c4a5a9) Signed-off-by: Steve Sakoman (cherry picked from commit 27f15bc3166fda5acd07e9e1c34842a64

[OE-core][kirkstone 23/29] maintainers.inc: unassign Pascal Bach from cmake entry

2023-06-28 Thread Steve Sakoman
From: Alexander Kanavin This was confirmed via private email. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit c30e9f1972a3e1d4099f39fd6d0dfb37acb73ce1) Signed-off-by: Steve Sakoman --- meta/conf/distro/include/maintainers.inc | 4 ++-- 1 file changed

[OE-core][kirkstone 22/29] maintainers.inc: unassign Andreas Müller from itstool entry

2023-06-28 Thread Steve Sakoman
From: Alexander Kanavin This was confirmed via private email. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit cc8bb0da24419424989548ced27b2e76030340d9) Signed-off-by: Steve Sakoman --- meta/conf/distro/include/maintainers.inc | 2 +- 1 file changed,

[OE-core][kirkstone 20/29] pm-utils: fix multilib conflictions

2023-06-28 Thread Steve Sakoman
From: Kai Kang It fails to instal pm-utils and lib32-pm-utils at same time: Error: Transaction test error: file /usr/bin/pm-is-supported conflicts between attempted installs of lib32-pm-utils-1.4.1-r1.corei7_32 and pm-utils-1.4.1-r1.corei7_64 file /usr/sbin/pm-hibernate conflicts between at

[OE-core][kirkstone 21/29] maintaines.inc: unassign Richard Weinberger from erofs-utils entry

2023-06-28 Thread Steve Sakoman
From: Alexander Kanavin This was confirmed via private email. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit 834519933fcd6e4ff54f24d0cf671ea9ce24398a) Signed-off-by: Steve Sakoman --- meta/conf/distro/include/maintainers.inc | 2 +- 1 file changed,

[OE-core][kirkstone 19/29] kmod: remove unused ptest.patch

2023-06-28 Thread Steve Sakoman
From: Martin Jansa * it was removed from SRC_URI in 2015: https://git.openembedded.org/openembedded-core/commit/?id=f80d136bdd578468035a88125fa1b84973fd912b Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie (cherry picked from commit cfc4586b4bf080a3a4aa419dffc76c5da2a95b74) Signed-

[OE-core][kirkstone 18/29] minicom: remove unused patch files

2023-06-28 Thread Steve Sakoman
From: Martin Jansa * they were removed from SRC_URI in: https://git.openembedded.org/openembedded-core/commit/?id=41f8760dd8a8ac388389bc17dbc5e0ae0f64bf57 Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie (cherry picked from commit a0f28cd8d01f4faeedc1089e5d1e2dacc5b046f9) Signed-of

[OE-core][kirkstone 17/29] psmisc: Set ALTERNATIVE for pstree to resolve conflict with busybox

2023-06-28 Thread Steve Sakoman
From: Frieder Schrempf If pstree in busybox is enabled there is a conflict with pstree from psmisc resulting in: do_rootfs: Postinstall scriptlets of ['busybox'] have failed. If the intention is to defer them to first boot, then please place them into pkg_postinst_ontarget:${PN} (). Defe

[OE-core][kirkstone 16/29] linux-yocto/5.10: cfg: fix DECNET configuration warning

2023-06-28 Thread Steve Sakoman
From: Bruce Ashfield Dropping CONFIG_DECNET as it has been removed from -stable and we now get a configuration warning. Signed-off-by: Bruce Ashfield Signed-off-by: Steve Sakoman --- meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb

[OE-core][kirkstone 15/29] linux-yocto/5.10: update to v5.10.185

2023-06-28 Thread Steve Sakoman
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: ef0d5feb32ab Linux 5.10.185 ed2bf5cee6c6 um: Fix build w/o CONFIG_PM_SLEEP f73ec12dc718 drm/i915/gen11+: Only load DRAM information from pcode 27458487c8f4 drm/i915/dg1: Wait f

[OE-core][kirkstone 14/29] linux-yocto/5.10: update to v5.10.184

2023-06-28 Thread Steve Sakoman
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: a1f0beb13d9b Linux 5.10.184 7f896130eff7 Revert "staging: rtl8192e: Replace macro RTL_PCI_DEVICE with PCI_DEVICE" b60e862e133f btrfs: unset reloc control if transaction commit fai

[OE-core][kirkstone 13/29] linux-yocto/5.10: update to v5.10.183

2023-06-28 Thread Steve Sakoman
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: 7356714b95aa Linux 5.10.183 842156dc0aad ARM: defconfig: drop CONFIG_DRM_RCAR_LVDS 2c0ea7a06db5 ext4: enable the lazy init thread when remounting read/write 92450a1eaa9e selfte

[OE-core][kirkstone 12/29] linux-yocto/5.10: update to v5.10.182

2023-06-28 Thread Steve Sakoman
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: c7992b6c7f0e Linux 5.10.182 468bebc426ba netfilter: ctnetlink: Support offloaded conntrack entry deletion 18c14d3028c0 ipv{4,6}/raw: fix output xfrm lookup wrt protocol 221875

[OE-core][kirkstone 11/29] dbus: upgrade 1.14.6 -> 1.14.8

2023-06-28 Thread Steve Sakoman
From: Xiangyu Chen Update dbus to 1.14.8 to fix CVE-2023-34969 and serveral bugs changes: https://gitlab.freedesktop.org/dbus/dbus/-/blob/f90d4f16933ee5153fe02c405eb883c9cb8f0ad5/NEWS commits: 55d11f57 doc/dbus-api-design: fix wrong closing tag a96f417f CI: Run a detached pipeline for merge req

[OE-core][kirkstone 10/29] mobile-broadband-provider-info: upgrade 20221107 -> 20230416

2023-06-28 Thread Steve Sakoman
From: Wang Mingyu Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni (cherry picked from commit 125f72393c9b6fea02757cdc3a22696945e0f490) Signed-off-by: Steve Sakoman --- .../mobile-broadband-provider-info_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deleti

[OE-core][kirkstone 08/29] libxpm: upgrade 3.5.15 -> 3.5.16

2023-06-28 Thread Steve Sakoman
From: Wang Mingyu Changelog: === test: skip compressed file tests when --disable-open-zfile is used itlab CI: build with each of --enable-open-zfile & --disable-open-zfile configure: correct error message to suggest --disable-open-zfile Fix a memleak in ParsePixels error code path Fix CVE

[OE-core][kirkstone 09/29] xdpyinfo: upgrade 1.3.3 -> 1.3.4

2023-06-28 Thread Steve Sakoman
From: Wang Mingyu Changelog: = configure: Make xf86misc support disabled by default Variable scope reduction Remove unnecessary downcast of double to float Call memset() instead of hand-coding our own equivalent Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni (cherry picked

[OE-core][kirkstone 07/29] fribidi: upgrade 1.0.12 -> 1.0.13

2023-06-28 Thread Steve Sakoman
From: Wang Mingyu Changelog: * Adding missing man pages to the tar release file. Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni (cherry picked from commit 0f6da8601fd4d992550e8afe7b09ba7c491250fd) Signed-off-by: Steve Sakoman --- .../fribidi/{fribidi_1.0.12.bb => fribidi_1.0.13.

[OE-core][kirkstone 06/29] babeltrace2: upgrade 2.0.4 -> 2.0.5

2023-06-28 Thread Steve Sakoman
From: Wang Mingyu Changelog: == * bt2: honor build system compiler/linker preferences * Fix: clear_string_field(): set first character to 0 * Fix: src.ctf.fs: Not resolving event common ctx * debug-info: fix -Wenum-int-mismatch problem in copy_field_class_content_internal * fix: pas

[OE-core][kirkstone 05/29] go: fix CVE-2023-29402

2023-06-28 Thread Steve Sakoman
From: Archana Polampalli The go command may generate unexpected code at build time when using cgo. This may result in unexpected behavior when running a go program which uses cgo. This may occur when running an untrusted module which contains directories with newline characters in their names. Mo

[OE-core][kirkstone 04/29] ninja: ignore CVE-2021-4336, wrong ninja

2023-06-28 Thread Steve Sakoman
From: Ross Burton (From OE-Core rev: c2dd2c13ff26c3f046e35a2f6b8afeb099ef422a) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit 9a106486ad7900924a87c5869702903204a35b54) Signed-off-by: virendra thakur Signed-off-by: Steve Sakoman --- meta/recipes-devtools/

[OE-core][kirkstone 03/29] libcap: CVE-2023-2602 Memory Leak on pthread_create() Error

2023-06-28 Thread Steve Sakoman
From: Hitendra Prajapati Upstream-Status: Backport from https://git.kernel.org/pub/scm/libs/libcap/libcap.git/patch/?id=bc6b36682f188020ee4770fae1d41bde5b2c97bb Signed-off-by: Hitendra Prajapati Signed-off-by: Steve Sakoman --- .../libcap/files/CVE-2023-2602.patch | 45 +

[OE-core][kirkstone 02/29] go: fix CVE-2023-29405

2023-06-28 Thread Steve Sakoman
From: Archana Polampalli The go command may execute arbitrary code at build time when using cgo. This may occur when running "go get" on a malicious module, or when running any other command which builds untrusted code. This is can by triggered by linker flags, specified via a "#cgo LDFLAGS" dire

[OE-core][kirkstone 01/29] go: fix CVE-2023-29404

2023-06-28 Thread Steve Sakoman
From: Archana Polampalli The go command may execute arbitrary code at build time when using cgo. This may occur when running "go get" on a malicious module, or when running any other command which builds untrusted code. This is can by triggered by linker flags, specified via a "#cgo LDFLAGS" dire

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

2023-06-28 Thread Steve Sakoman
Please review this set of changes for kirkstone and have comments back by end of day Friday. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5530 The following changes since commit 7949e786cf8e50f716ff1f1c4797136637205e0c: build-appliance-image:

[OE-core] [PATCH] ifupdown: install missing directories

2023-06-28 Thread Yi Zhao
There are four directories in which scripts can be placed which will always be run for any interface during certain phases of ifup and ifdown commands: /etc/network/if-pre-up.d/ /etc/network/if-up.d/ /etc/network/if-down.d/ /etc/network/if-post-down.d/ Even if there are no scripts in these directo

Re: [OE-core] [PATCH 02/21] libxml2: update 2.10.4 -> 2.11.4

2023-06-28 Thread Khem Raj
I wonder if this is the cause of failure for raptor2 and pidgin-sipe as seen here https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/2856/steps/14/logs/stdio On Sun, Jun 25, 2023 at 11:22 PM Alexander Kanavin wrote: > > Drop backports. > > Drop libxml-64bit.patch > (no longer nece

[OE-core][master][PATCHv4] Flac: upgrade 1.4.2 -> 1.4.3

2023-06-28 Thread Siddharth
From: Siddharth Doshi License-Update: URL fix Remove PowerPC related options no longer supported upstream. Signed-off-by: Siddharth Doshi --- .../flac/{flac_1.4.2.bb => flac_1.4.3.bb} | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) rename meta/recipes-multimedia

[OE-core][dunfell][PATCH] go: Backport fix CVE-2023-29405

2023-06-28 Thread Ashish Sharma
Upstream-Status: Backport [https://github.com/golang/go/commit/fa60c381ed06c12f9c27a7b50ca44c5f84f7f0f4 & https://github.com/golang/go/commit/1008486a9ff979dbd21c7466eeb6abf378f9c637] Signed-off-by: Ashish Sharma --- meta/recipes-devtools/go/go-1.14.inc | 2 + .../go/go-1.14/CVE-2023-

Re: [OE-core][master][PATCHv3] Flac: upgrade 1.4.2 -> 1.4.3

2023-06-28 Thread Richard Purdie
On Wed, 2023-06-28 at 13:26 +0530, Siddharth wrote: > From: Siddharth Doshi > > License-Update: URL fix > > Remove PowerPC related options no longer supported upstream. > > Signed-off-by: Siddharth Doshi > --- > .../flac/{flac_1.4.2.bb => flac_1.4.3.bb}| 12 +--- > 1 file

Re: [OE-core] [PATCH] efivar: Upgrade to tip of trunk

2023-06-28 Thread Alexander Kanavin
On Mon, 12 Jun 2023 at 03:41, Khem Raj wrote: > +PV .= "+39+git${SRCPV}" This broke upstream version check :( "+39" isn't necessary here, "+git${SRCPV}" would have ensured monotonic increase from 38. Alex -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Onl

Re: [PATCH] [OE-core] [PATCH] gettext: upgrade 0.21.1 -> 0.22

2023-06-28 Thread wangmy
Sorry, I didn't notice that the files in the minimal directory need to be updated based on the source code. Please ignore this patch and I will investigate before considering whether to resubmit it.   -- Best Regards --- Wang Mingyu Development De

[OE-core][master][PATCHv3] Flac: upgrade 1.4.2 -> 1.4.3

2023-06-28 Thread Siddharth
From: Siddharth Doshi License-Update: URL fix Remove PowerPC related options no longer supported upstream. Signed-off-by: Siddharth Doshi --- .../flac/{flac_1.4.2.bb => flac_1.4.3.bb}| 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) rename meta/recipes-multimedia

Re: [OE-core] [master][PATCHv2] Upgrade flac 1.4.2 -> 1.4.3

2023-06-28 Thread Siddharth
That's quite strange as I didn't came across any warnings in my build environment. However, i have removed from Packageconfig (which ideally i should have noticed while submitting the first version itself) in v3 and we should be all set to go. Regards, Siddharth -=-=-=-=-=-=-=-=-=-=-=- Links:

[OE-core][dunfell][PATCH] libcap: backport Debian patches to fix CVE-2023-2602 and CVE-2023-2603

2023-06-28 Thread Vijay Anusuri
From: Vijay Anusuri import patches from ubuntu to fix CVE-2023-2602 CVE-2023-2603 Upstream-Status: Backport [import from ubuntu https://git.launchpad.net/ubuntu/+source/libcap2/tree/debian/patches?h=ubuntu/focal-security Upstream commit https://git.kernel.org/pub/scm/libs/libcap/libcap.git/co

[OE-core] [PATCH] recipetool: Fix inherit in created -native* recipes

2023-06-28 Thread Yoann Congal
native and nativesdk classes are special and must be inherited last : put them at the end of the gathered classes to inherit. Signed-off-by: Yoann Congal --- scripts/lib/recipetool/create.py | 4 1 file changed, 4 insertions(+) diff --git a/scripts/lib/recipetool/create.py b/scripts/lib/re

[OE-core] [PATCH] oeqa/selftest/devtool: add unit test for "devtool add -b"

2023-06-28 Thread Yoann Congal
From: Fawzi KHABER Fix [Yocto #15085] Signed-off-by: Fawzi KHABER Signed-off-by: Yoann Congal --- meta/lib/oeqa/selftest/cases/devtool.py | 23 +++ 1 file changed, 23 insertions(+) diff --git a/meta/lib/oeqa/selftest/cases/devtool.py b/meta/lib/oeqa/selftest/cases/devtoo