[OE-core][mickledore][PATCH 1/2] tiff: fix CVE-2023-40745

2023-09-15 Thread Urade, Yogita via lists.openembedded.org
From: Yogita Urade libtiff: integer overflow in tiffcp.c References: https://security-tracker.debian.org/tracker/CVE-2023-40745 https://gitlab.com/libtiff/libtiff/-/issues/591 https://bugzilla.redhat.com/show_bug.cgi?id=2235265 Signed-off-by: Yogita Urade --- .../libtiff/files/CVE-2023-40745.

[OE-core][mickledore][PATCH 2/2] tiff: fix CVE-2023-41175

2023-09-15 Thread Urade, Yogita via lists.openembedded.org
From: Yogita Urade libtiff: potential integer overflow in raw2tiff.c References: https://bugzilla.redhat.com/show_bug.cgi?id=2235264 https://security-tracker.debian.org/tracker/CVE-2023-41175 https://gitlab.com/libtiff/libtiff/-/issues/592 Signed-off-by: Yogita Urade --- .../libtiff/files/CVE

[OE-core][PATCH 1/2] tiff: fix CVE-2023-40745

2023-09-15 Thread Urade, Yogita via lists.openembedded.org
From: Yogita Urade libtiff: integer overflow in tiffcp.c References: https://security-tracker.debian.org/tracker/CVE-2023-40745 https://gitlab.com/libtiff/libtiff/-/issues/591 https://bugzilla.redhat.com/show_bug.cgi?id=2235265 Signed-off-by: Yogita Urade --- .../libtiff/files/CVE-2023-40745.

[OE-core][PATCH 2/2] tiff: fix CVE-2023-41175

2023-09-15 Thread Urade, Yogita via lists.openembedded.org
From: Yogita Urade libtiff: potential integer overflow in raw2tiff.c References: https://bugzilla.redhat.com/show_bug.cgi?id=2235264 https://security-tracker.debian.org/tracker/CVE-2023-41175 https://gitlab.com/libtiff/libtiff/-/issues/592 Signed-off-by: Yogita Urade --- .../libtiff/files/CVE

[OE-core][kirkstone][PATCH 1/1] cups: fix CVE-2023-32360

2023-09-15 Thread Urade, Yogita via lists.openembedded.org
From: Yogita Urade An authentication issue was addressed with improved state management. This issue is fixed in macOS Big Sur 11.7.7, macOS Monterey 12.6.6, macOS Ventura 13.4. An unauthenticated user may be able to access recently printed documents. References: https://ubuntu.com/security/CVE-2

Re: [OE-core] [Openembedded-architecture] Security processes: YP needs

2023-09-15 Thread Marta Rybczynska
On Wed, Sep 13, 2023 at 6:28 PM Mark Hatle wrote: > >> * Visibility of the security work of the YP > >> > >> There is much work on security in the YP, but it lacks visibility. > > > > Is there a common nexus for this work? eg. do most of the folks who are > > doing security work tend to congregate

Re: [OE-core] Core workflow: sstate for all, bblock/bbunlock, tools for why is sstate not being reused?

2023-09-15 Thread Alexander Kanavin
On Thu, 14 Sept 2023 at 21:54, Richard Purdie wrote: > Effectively those "configs" are what the eSDK is, you're just proposing > a server side set of them rather than a built copy. In many ways that > could be useful way of possibly rethinking the way the eSDK works. > > So in that sense I like t

[OE-core] dbus patch 1916cb6 in master branch, but not in kirkstone

2023-09-15 Thread Jörg Sommer via lists . openembedded . org
Hello, the patch »dbus: Specify runstatedir configure option« [1] is in the master branch, but not in the kirkstone branch. Is it possible to get it applied there, too? Whom can I ping for this? [1] https://git.yoctoproject.org/poky/commit/meta/recipes-core/dbus?id=1916cb69980dbe1de79c3809f502

Re: [OE-core] dbus patch 1916cb6 in master branch, but not in kirkstone

2023-09-15 Thread Alexander Kanavin
You can simply make a patch and send it. Put kirkstine in the subject prefix. Alex On Fri 15. Sep 2023 at 11.54, Jörg Sommer via lists.openembedded.org wrote: > Hello, > > the patch »dbus: Specify runstatedir configure option« [1] is in the > master branch, but not in the kirkstone branch. Is i

[OE-core] OEDvM 2023.12

2023-09-15 Thread Josef Holzmayr
Howdy! We are happy to announce this years OEDvM taking place on Friday December 1st, 2023. Bring your topics and challenges for discussion, or just join for the networking. As usual, the main organization will happen through the OpenEmbedded Wiki, with the event page being located at https://ww

[OE-core] [kirkstone cherry-pick] dbus: Specify runstatedir configure option

2023-09-15 Thread Jörg Sommer via lists . openembedded . org
From: Pavel Zhukov Without specifing runstatedir tmpfiles.d is configured to use /var/run for dbus and this causes deprecation warnings in system logs. (From OE-Core rev: 4df1a16e5c38d0fb724f63d37cc032aa37fa122f) Signed-off-by: Pavel Zhukov Signed-off-by: Luca Ceresoli Signed-off-by: Richard

[OE-core][PATCH] python3: skip test_input_no_stdout_fileno

2023-09-15 Thread Trevor Gamblin
[YOCTO #15210] test_input_no_stdout_fileno has been seen failing on AB workers under heavy load. Skip it while leaving the rest of the test_builtin suite alone. Signed-off-by: Trevor Gamblin --- ..._fileno-test-due-to-load-variability.patch | 32 +++ .../recipes-devtools/python/

[OE-core][PATCH v2] python3-ptest: skip test_input_no_stdout_fileno

2023-09-15 Thread Trevor Gamblin
[YOCTO #15210] test_input_no_stdout_fileno has been seen failing on AB workers under heavy load. Skip it while leaving the rest of the test_builtin suite alone. Signed-off-by: Trevor Gamblin --- v2 clarifies that this is a fix for python3-ptest, not python3. ..._fileno-test-due-to-load-variabil

[OE-core][mickledore 0/8] Patch review

2023-09-15 Thread Steve Sakoman
Please review this set of changes for mickledore and have comments bacak by end of day Tuesday, September 19. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5889 The following changes since commit 055b7acd73a591cb529629a780558cc0f5b19456: yocto

[OE-core][mickledore 1/8] dropbear: fix CVE-2023-36328

2023-09-15 Thread Steve Sakoman
From: Yogita Urade Integer Overflow vulnerability in mp_grow in libtom libtommath before commit beba892bc0d4e4ded4d667ab1d2a94f4d75109a9, allows attackers to execute arbitrary code and cause a denial of service (DoS). References: https://nvd.nist.gov/vuln/detail/CVE-2023-36328 https://github.com

[OE-core][mickledore 2/8] binutils: Fix CVE-2023-39128

2023-09-15 Thread Steve Sakoman
From: Sanjana Avoid buffer overflow in ada_decode. Signed-off-by: Sanjana Signed-off-by: Steve Sakoman --- .../binutils/binutils-2.40.inc| 1 + .../binutils/0017-CVE-2023-39128.patch| 74 +++ 2 files changed, 75 insertions(+) create mode 100644 meta/

[OE-core][mickledore 3/8] gdb: Fix CVE-2023-39128

2023-09-15 Thread Steve Sakoman
From: Siddharth Doshi Note: The Fix needs to be pushed in gdb rather than bintuils-gdb as we are disabling gdb in binutils configure. Upstream-Status: Backport from [https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=033bc52bb6190393c8eed80925fa78cc35b40c6d] CVE: CVE-2023-39128 Signed-o

[OE-core][mickledore 4/8] gcc: Fix -fstack-protector issue on aarch64

2023-09-15 Thread Steve Sakoman
From: Ross Burton This series of patches fixes deficiencies in GCC's -fstack-protector implementation for AArch64 when using dynamically allocated stack space. This is CVE-2023-4039. See: https://developer.arm.com/Arm%20Security%20Center/GCC%20Stack%20Protector%20Vulnerability%20AArch64 https:/

[OE-core][mickledore 6/8] vim: upgrade 9.0.1592 -> 9.0.1664

2023-09-15 Thread Steve Sakoman
From: Archana Polampalli Fixes: https://nvd.nist.gov/vuln/detail/CVE-2023-3896 8154e642a (tag: v9.0.1664) patch 9.0.1664: divide by zero when scrolling with 'smoothscroll' set Signed-off-by: Archana Polampalli Signed-off-by: Richard Purdie (cherry picked from commit 4a1ab744142c9229f03a359b45

[OE-core][mickledore 7/8] vim: Upgrade 9.0.1664 -> 9.0.1894

2023-09-15 Thread Steve Sakoman
From: Richard Purdie This includes multiple CVE fixes. The license change is due to changes in maintainership, the license itself is unchanged. Signed-off-by: Richard Purdie (cherry picked from commit 91e66b93a0c0928f0c2cfe78e22898a6c9800f34) Signed-off-by: Steve Sakoman --- meta/recipes-sup

[OE-core][mickledore 5/8] qemu: fix CVE-2023-3354

2023-09-15 Thread Steve Sakoman
From: Yogita Urade A flaw was found in the QEMU built-in VNC server. When a client connects to the VNC server, QEMU checks whether the current number of connections crosses a certain threshold and if so, cleans up the previous connection. If the previous connection happens to be in the handshake

[OE-core][mickledore 8/8] cmake.bbclass: fix allarch override syntax

2023-09-15 Thread Steve Sakoman
From: Chen Qi The override syntax should be ":allarch" instead of "_allarch". Signed-off-by: Chen Qi Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie (cherry picked from commit bea74c9942a3bb4f71aca0f722b4a7306ae52fb4) Signed-off-by: Steve Sakoman --- meta/classes-recipe/cmake.bbc

Re: [OE-core][mickledore][PATCH 2/2] qemu: fix CVE-2023-0330

2023-09-15 Thread Steve Sakoman
On Wed, Sep 13, 2023 at 4:44 AM Steve Sakoman via lists.openembedded.org wrote: > > Unfortunately this change breaks the qemux86 and qemux86-64 tests on > the autobuilder: The versions of this patch for both mickledore and kirkstone break qemux86 and qemux86-64 in the same way, so I can't take th

[OE-core] [PATCH 1/3] util-linux: Fix lscpu on musl

2023-09-15 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-core/util-linux/util-linux.inc | 1 + ...-buffer-size-for-cpuinfo_parse_cache.patch | 36 +++ 2 files changed, 37 insertions(+) create mode 100644 meta/recipes-core/util-linux/util-linux/0001-lscpu-Use-larger-buffer-size-for-cpuinfo_pa

[OE-core] [PATCH 2/3] util-linux: Disable failing tests on musl

2023-09-15 Thread Khem Raj
These tests need strptime with %s which is glibc specific extention Signed-off-by: Khem Raj --- meta/recipes-core/util-linux/util-linux_2.39.1.bb | 9 + 1 file changed, 9 insertions(+) diff --git a/meta/recipes-core/util-linux/util-linux_2.39.1.bb b/meta/recipes-core/util-linux/util-li

[OE-core] [PATCH 3/3] Revert "util-linux: scanf_cv_alloc_modifier changed from 'as' -> 'ms'"

2023-09-15 Thread Khem Raj
This was needed for uclibc, which is long gone in OE This reverts commit d3ffa39e2edcf68583fa85c191f59a54c4722abd. Signed-off-by: Khem Raj --- meta/recipes-core/util-linux/util-linux_2.39.1.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-core/util-linux/util-linux_2.39.1.bb

[OE-core] [PATCH v2 1/3] util-linux: Fix lscpu on musl

2023-09-15 Thread Khem Raj
Signed-off-by: Khem Raj --- v2: Use v2 from upstream submission meta/recipes-core/util-linux/util-linux.inc | 1 + ...Use-4K-buffer-size-instead-of-BUFSIZ.patch | 38 +++ 2 files changed, 39 insertions(+) create mode 100644 meta/recipes-core/util-linux/util-linux/0001-lscpu-

[OE-core] [AUH] glib-2.0: upgrading to 2.78.0 FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *glib-2.0* to *2.78.0* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe glib-2.0 failed. NOTE: Starting bitbake server... Loading cache..

[OE-core] [AUH] iproute2: upgrading to 6.5.0 SUCCEEDED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *iproute2* to *6.5.0* has Succeeded. Next steps: - apply the patch: git am 0001-iproute2-upgrade-6.4.0-6.5.0.patch - check the changes to upstream patches and summarize them

[OE-core] [AUH] seatd: upgrading to 0.8.0 SUCCEEDED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *seatd* to *0.8.0* has Succeeded. Next steps: - apply the patch: git am 0001-seatd-upgrade-0.7.0-0.8.0.patch - check the changes to upstream patches and summarize them in the

[OE-core] [AUH] go: upgrading to 1.21.1 FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *go* to *1.21.1* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe go failed. NOTE: Starting bitbake server... NOTE: Reconnecting to bitba

[OE-core] [AUH] createrepo-c: upgrading to 1.0.0 SUCCEEDED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *createrepo-c* to *1.0.0* has Succeeded. Next steps: - apply the patch: git am 0001-createrepo-c-upgrade-0.21.1-1.0.0.patch - check the changes to upstream patches and summar

[OE-core] [AUH] util-linux: upgrading to 2.39.2 FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *util-linux* to *2.39.2* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-util-linux-upgrade-2.39.1-2.39.2.pat

[OE-core] [AUH] gnu-config: upgrading to d4e37b5868ef910e3e52744c34408084bb13051c FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gnu-config* to *d4e37b5868ef910e3e52744c34408084bb13051c* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade gnu-config -S d4e3

[OE-core] [AUH] util-linux-libuuid: upgrading to 2.39.2 FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *util-linux-libuuid* to *2.39.2* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-util-linux-libuuid-upgrade-

[OE-core] [AUH] go-runtime: upgrading to 1.21.1 FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *go-runtime* to *1.21.1* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe go-runtime failed. NOTE: Starting bitbake server... NOTE: Recon

[OE-core] [AUH] mtd-utils: upgrading to 2.1.6 SUCCEEDED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *mtd-utils* to *2.1.6* has Succeeded. Next steps: - apply the patch: git am 0001-mtd-utils-upgrade-2.1.5-2.1.6.patch - check the changes to upstream patches and summarize the

[OE-core] [AUH] cmake: upgrading to 3.27.5 FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *cmake* to *3.27.5* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-cmake-upgrade-3.27.4-3.27.5.patch - c

[OE-core] [AUH] python3-sphinxcontrib-devhelp: upgrading to 1.0.5 FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-sphinxcontrib-devhelp* to *1.0.5* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade python3-sphinxcontrib-devhelp -V 1

[OE-core] [AUH] liburi-perl: upgrading to 5.21 FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *liburi-perl* to *5.21* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe liburi-perl failed. NOTE: Starting bitbake server... NOTE: Recon

[OE-core] [AUH] libdnf: upgrading to 0.71.0 FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libdnf* to *0.71.0* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe libdnf failed. NOTE: Starting bitbake server... NOTE: Reconnecting

[OE-core] [AUH] meson: upgrading to 1.2.1 SUCCEEDED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *meson* to *1.2.1* has Succeeded. Next steps: - apply the patch: git am 0001-meson-upgrade-1.1.1-1.2.1.patch - check the changes to upstream patches and summarize them in the

[OE-core] [AUH] python3-dtschema: upgrading to 2023.7 SUCCEEDED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-dtschema* to *2023.7* has Succeeded. Next steps: - apply the patch: git am 0001-python3-dtschema-upgrade-2023.6.1-2023.7.patch - check the changes to upstream patch

[OE-core] [AUH] btrfs-tools: upgrading to 6.5.1 SUCCEEDED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *btrfs-tools* to *6.5.1* has Succeeded. Next steps: - apply the patch: git am 0001-btrfs-tools-upgrade-6.3.3-6.5.1.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] python3-sphinxcontrib-applehelp: upgrading to 1.0.7 FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-sphinxcontrib-applehelp* to *1.0.7* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade python3-sphinxcontrib-applehelp

[OE-core] [AUH] python3-cython: upgrading to 3.0.2 SUCCEEDED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-cython* to *3.0.2* has Succeeded. Next steps: - apply the patch: git am 0001-python3-cython-upgrade-0.29.36-3.0.2.patch - check the changes to upstream patches and s

[OE-core] [AUH] systemd-boot: upgrading to 254.3 SUCCEEDED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *systemd-boot* to *254.3* has Succeeded. Next steps: - apply the patch: git am 0001-systemd-boot-upgrade-254-254.3.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] python3-jsonschema: upgrading to 4.19.0 SUCCEEDED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-jsonschema* to *4.19.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-jsonschema-upgrade-4.17.3-4.19.0.patch - check the changes to upstream pat

[OE-core] [AUH] python3-sphinxcontrib-qthelp: upgrading to 1.0.6 FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-sphinxcontrib-qthelp* to *1.0.6* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade python3-sphinxcontrib-qthelp -V 1.0

[OE-core] [AUH] jquery: upgrading to 3.7.1 FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *jquery* to *3.7.1* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-jquery-upgrade-3.7.0-3.7.1.patch - ch

[OE-core] [AUH] mmc-utils: upgrading to 613495ecaca97a19fa7f8f3ea23306472b36453c SUCCEEDED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *mmc-utils* to *613495ecaca97a19fa7f8f3ea23306472b36453c* has Succeeded. Next steps: - apply the patch: git am 0001-mmc-utils-upgrade-to-latest-revision.patch - check the cha

[OE-core] [AUH] python3-setuptools: upgrading to 68.2.2 SUCCEEDED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-setuptools* to *68.2.2* has Succeeded. Next steps: - apply the patch: git am 0001-python3-setuptools-upgrade-68.2.1-68.2.2.patch - check the changes to upstream pat

[OE-core] [AUH] python3-libarchive-c: upgrading to 5.0 SUCCEEDED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-libarchive-c* to *5.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-libarchive-c-upgrade-4.0-5.0.patch - check the changes to upstream patches a

[OE-core] [AUH] python3-sphinx: upgrading to 7.2.6 SUCCEEDED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-sphinx* to *7.2.6* has Succeeded. Next steps: - apply the patch: git am 0001-python3-sphinx-upgrade-7.2.5-7.2.6.patch - check the changes to upstream patches and sum

[OE-core] [AUH] python3-sphinxcontrib-htmlhelp: upgrading to 2.0.4 FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-sphinxcontrib-htmlhelp* to *2.0.4* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade python3-sphinxcontrib-htmlhelp -V

[OE-core] [AUH] libsdl2: upgrading to 2.28.3 SUCCEEDED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libsdl2* to *2.28.3* has Succeeded. Next steps: - apply the patch: git am 0001-libsdl2-upgrade-2.28.0-2.28.3.patch - check the changes to upstream patches and summarize them

[OE-core] [AUH] man-pages: upgrading to 6.05.01 SUCCEEDED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *man-pages* to *6.05.01* has Succeeded. Next steps: - apply the patch: git am 0001-man-pages-upgrade-6.04-6.05.01.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] python3-sphinxcontrib-serializinghtml: upgrading to 1.1.9 FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-sphinxcontrib-serializinghtml* to *1.1.9* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade python3-sphinxcontrib-seri

[OE-core] [AUH] kmscube: upgrading to ea6c5d1eeefbfb0a1c27ab74a6e4621f1d9adf4c SUCCEEDED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *kmscube* to *ea6c5d1eeefbfb0a1c27ab74a6e4621f1d9adf4c* has Succeeded. Next steps: - apply the patch: git am 0001-kmscube-upgrade-to-latest-revision.patch - check the changes

[OE-core] [AUH] libstd-rs: upgrading to 1.72.0 FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libstd-rs* to *1.72.0* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe libstd-rs failed. NOTE: Starting bitbake server... Loading cache

[OE-core] [AUH] bmap-tools: upgrading to 3.7 FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *bmap-tools* to *3.7* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade bmap-tools -V 3.7 -S d84a6fd202fe246a0bc19ed2082e41bcdd

[OE-core] [AUH] vala: upgrading to 0.56.13 SUCCEEDED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *vala* to *0.56.13* has Succeeded. Next steps: - apply the patch: git am 0001-vala-upgrade-0.56.8-0.56.13.patch - check the changes to upstream patches and summarize them in

[OE-core] [AUH] libarchive: upgrading to 3.7.2 SUCCEEDED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libarchive* to *3.7.2* has Succeeded. Next steps: - apply the patch: git am 0001-libarchive-upgrade-3.7.1-3.7.2.patch - check the changes to upstream patches and summarize t

[OE-core] [AUH] python3-pygobject: upgrading to 3.46.0 FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-pygobject* to *3.46.0* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe python3-pygobject failed. NOTE: Starting bitbake server.

[OE-core] [AUH] python3-git: upgrading to 3.1.36 SUCCEEDED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-git* to *3.1.36* has Succeeded. Next steps: - apply the patch: git am 0001-python3-git-upgrade-3.1.35-3.1.36.patch - check the changes to upstream patches and summar

[OE-core] [AUH] ghostscript: upgrading to 10.02.0 SUCCEEDED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *ghostscript* to *10.02.0* has Succeeded. Next steps: - apply the patch: git am 0001-ghostscript-upgrade-10.01.2-10.02.0.patch - check the changes to upstream patches and sum

[OE-core] [AUH] libxcb: upgrading to 1.16 FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libxcb* to *1.16* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-libxcb-upgrade-1.15-1.16.patch - check

[OE-core] [AUH] ethtool: upgrading to 6.5 SUCCEEDED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *ethtool* to *6.5* has Succeeded. Next steps: - apply the patch: git am 0001-ethtool-upgrade-6.3-6.5.patch - check the changes to upstream patches and summarize them in the c

[OE-core] [AUH] python3-setuptools-rust: upgrading to 1.7.0 FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-setuptools-rust* to *1.7.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-python3-setuptools-rust

[OE-core] [AUH] tiff: upgrading to 4.6.0 SUCCEEDED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *tiff* to *4.6.0* has Succeeded. Next steps: - apply the patch: git am 0001-tiff-upgrade-4.5.1-4.6.0.patch - check the changes to upstream patches and summarize them in the c

[OE-core] [AUH] rust-llvm: upgrading to 1.72.0 FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *rust-llvm* to *1.72.0* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe rust-llvm failed. NOTE: Starting bitbake server... Loading cache

[OE-core] [AUH] vulkan-headers: upgrading to 1.3.261.1 FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *vulkan-headers* to *1.3.261.1* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade vulkan-headers -V 1.3.261.1 -S 85c2334e92e215

[OE-core] [AUH] igt-gpu-tools: upgrading to 1.28 FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *igt-gpu-tools* to *1.28* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe igt-gpu-tools failed. NOTE: Starting bitbake server... NOTE: R

[OE-core] [AUH] piglit: upgrading to 71c21b1157c4f9a96453bdfcb9f4dda091360afd FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *piglit* to *71c21b1157c4f9a96453bdfcb9f4dda091360afd* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe piglit failed. NOTE: Starting bit

[OE-core] [AUH] gobject-introspection: upgrading to 1.78.0 FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gobject-introspection* to *1.78.0* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe gobject-introspection failed. NOTE: Starting bitbake

[OE-core] [AUH] rust: upgrading to 1.72.0 FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *rust* to *1.72.0* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe rust failed. NOTE: Starting bitbake server... Loading cache...done. L

[OE-core] [AUH] shadow: upgrading to 4.14.0 FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *shadow* to *4.14.0* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe shadow failed. NOTE: Starting bitbake server... NOTE: Reconnecting

[OE-core] [AUH] libportal: upgrading to 0.7.1 FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libportal* to *0.7.1* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-libportal-upgrade-0.6-0.7.1.patch

[OE-core] [AUH] spirv-headers: upgrading to 1.3.261.1 SUCCEEDED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *spirv-headers* to *1.3.261.1* has Succeeded. Next steps: - apply the patch: git am 0001-spirv-headers-upgrade-1.3.250.0-1.3.261.1.patch - check the changes to upstream patc

[OE-core] [AUH] glslang: upgrading to 1.3.261.1 SUCCEEDED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *glslang* to *1.3.261.1* has Succeeded. Next steps: - apply the patch: git am 0001-glslang-upgrade-1.3.250.0-1.3.261.1.patch - check the changes to upstream patches and summa

[OE-core] [AUH] cargo: upgrading to 1.72.0 FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *cargo* to *1.72.0* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe cargo failed. NOTE: Starting bitbake server... NOTE: Reconnecting to

[OE-core] [AUH] xcb-proto: upgrading to 1.16.0 SUCCEEDED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *xcb-proto* to *1.16.0* has Succeeded. Next steps: - apply the patch: git am 0001-xcb-proto-upgrade-1.15.2-1.16.0.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] librsvg: upgrading to 2.57.0 FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *librsvg* to *2.57.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-librsvg-upgrade-2.56.3-2.57.0.patch

[OE-core] [AUH] font-util: upgrading to 1.4.1 SUCCEEDED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *font-util* to *1.4.1* has Succeeded. Next steps: - apply the patch: git am 0001-font-util-upgrade-1.4.0-1.4.1.patch - check the changes to upstream patches and summarize the

[OE-core] [AUH] vulkan-samples: upgrading to 01d183fbb50603e5f0adcb2dbe9b02b44677a18a FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *vulkan-samples* to *01d183fbb50603e5f0adcb2dbe9b02b44677a18a* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 00

[OE-core] [AUH] screen: upgrading to 4.9.1 FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *screen* to *4.9.1* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe screen failed. NOTE: Starting bitbake server... NOTE: Reconnecting t

[OE-core] [AUH] freetype: upgrading to 2.13.2 SUCCEEDED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *freetype* to *2.13.2* has Succeeded. Next steps: - apply the patch: git am 0001-freetype-upgrade-2.13.1-2.13.2.patch - check the changes to upstream patches and summarize th

[OE-core] [AUH] libva-utils: upgrading to 2.20.0 FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libva-utils* to *2.20.0* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe libva-utils failed. NOTE: Starting bitbake server... Loading c

[OE-core] [AUH] gzip: upgrading to 1.13 FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gzip* to *1.13* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe gzip failed. NOTE: Starting bitbake server... NOTE: Reconnecting to bit

[OE-core] [AUH] json-c: upgrading to 0.17 SUCCEEDED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *json-c* to *0.17* has Succeeded. Next steps: - apply the patch: git am 0001-json-c-upgrade-0.16-0.17.patch - check the changes to upstream patches and summarize them in the

[OE-core] [AUH] go-helloworld: upgrading to d9923f6970e9ba7e0d23aa9448ead71ea57235ae FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *go-helloworld* to *d9923f6970e9ba7e0d23aa9448ead71ea57235ae* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade go-helloworld -S

[OE-core] [AUH] debianutils: upgrading to 5.13 SUCCEEDED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *debianutils* to *5.13* has Succeeded. Next steps: - apply the patch: git am 0001-debianutils-upgrade-5.12-5.13.patch - check the changes to upstream patches and summarize th

[OE-core] [AUH] diffoscope: upgrading to 249 SUCCEEDED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *diffoscope* to *249* has Succeeded. Next steps: - apply the patch: git am 0001-diffoscope-upgrade-244-249.patch - check the changes to upstream patches and summarize them in

[OE-core] [AUH] ovmf: upgrading to edk2-stable202308 FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *ovmf* to *edk2-stable202308* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe ovmf failed. NOTE: Starting bitbake server... Loading cach

[OE-core] [AUH] sqlite3: upgrading to 3.43.1 SUCCEEDED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *sqlite3* to *3.43.1* has Succeeded. Next steps: - apply the patch: git am 0001-sqlite3-upgrade-3.43.0-3.43.1.patch - check the changes to upstream patches and summarize them

[OE-core] [AUH] procps: upgrading to 4.0.4 FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *procps* to *4.0.4* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe procps failed. NOTE: Starting bitbake server... NOTE: Reconnecting t

[OE-core] [AUH] alsa-utils: upgrading to 1.2.10 FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *alsa-utils* to *1.2.10* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-alsa-utils-upgrade-1.2.9-1.2.10.patc

[OE-core] [AUH] curl: upgrading to 8.3.0 FAILED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *curl* to *8.3.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-curl-upgrade-8.2.1-8.3.0.patch - check

[OE-core] [AUH] puzzles: upgrading to 67496e74f68db900d8117be6de3c75285c29c489 SUCCEEDED

2023-09-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *puzzles* to *67496e74f68db900d8117be6de3c75285c29c489* has Succeeded. Next steps: - apply the patch: git am 0001-puzzles-upgrade-to-latest-revision.patch - check the changes

[OE-core] [mickledore][PATCH] gcc: backport a fix for ICE caused by CVE-2023-4039.patch

2023-09-15 Thread Martin Jansa
* see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111418 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111411 Signed-off-by: Martin Jansa --- meta/recipes-devtools/gcc/gcc-12.3.inc| 1 + ...ch64-Fix-loose-ldpstp-check-PR111411.patch | 117 ++ 2 files changed, 118 i

  1   2   >