There was a proposal with two option (maybe that was missed) and I
suggested just adding the link and be done with it. We can drop lots of
patches and send tweaks then.
Alex
On Fri 19. Jul 2024 at 8.17, Alexander Kanavin
wrote:
> But there is no alternative. Python is python3 and has been for y
On 7/19/24 10:37, Changqing Li via lists.openembedded.org wrote:
On 7/18/24 21:16, Ross Burton wrote:
CAUTION: This email comes from a non Wind River email account!
Do not click links or open attachments unless you recognize the sender and know
the content is safe.
Can you submit this to pi
On 7/18/24 21:16, Ross Burton wrote:
CAUTION: This email comes from a non Wind River email account!
Do not click links or open attachments unless you recognize the sender and know
the content is safe.
Can you submit this to pixman’s gitlab repository as a MR?
https://gitlab.freedesktop.org/pi
Fixes and test case for static-library related items.
v2:
The first three patches were combined into a single patch originally.
This has been split apart to make it more clear the three individual changes.
Mark Hatle (4):
package.py: Fix static debuginfo split
package.py: Fix inode link targ
From: Mark Hatle
Additional test cases for debug symlink generation both binaries
and static libraries.
This also has the side effect of testing for race conditions in the
hardlink debug generation and stripping.
Signed-off-by: Mark Hatle
Signed-off-by: Mark Hatle
---
.../selftest-hardlink/s
From: Mark Hatle
When PACKAGE_STRIP_STATIC is enabled the system did not pay attention to
hardlinks. This could trigger a race condition during stripping of static
libraries where multiple strips (through hardlinks) could run at the same
time triggering a truncated or modified file error.
The h
From: Mark Hatle
The process_split_and_strip_files attempts to reconstruct hardlinks
through the .debug directory components. Unfortunately there was an error
in the 'dest' calculation that cause the SRC and DEST to be the same when
they both exist in the same path. This did not trigger an erro
From: Mark Hatle
Fix:
NameError: name 'shutil' is not defined
Signed-off-by: Mark Hatle
Signed-off-by: Mark Hatle
---
meta/lib/oe/package.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/lib/oe/package.py b/meta/lib/oe/package.py
index e6b46a0..8a64e13 100644
--- a/meta/lib/oe/
Should this be done via update-alternatives, like many other Linux distros do?
On Wed, Jul 17, 2024 at 10:32:01AM +0800, Song, Jiaying (CN) via
lists.openembedded.org wrote:
> From: Jiaying Song
>
> The /usr/bin/python cannot find the correct Python interpreter, so a symbolic
> link is added t
Hello Markus,
Can you rebase on master?
Thanks!
On 12/07/2024 11:49:28+0200, Markus Volk wrote:
> - Remove two patches that have been merged upstream
> - Remove 0001-Revert-meson-do-not-pull-in-clc-for-clover.patch
> Upstream managed to fix this:
>
> https://gitlab.freedesktop.org/mesa/mesa
On 18/07/2024 12:27:43+0200, Yoann Congal via lists.openembedded.org wrote:
> Le jeu. 18 juil. 2024 à 12:05, Sundeep KOKKONDA via lists.openembedded.org
> a écrit :
>
> > From: Sundeep KOKKONDA
> >
> > We do see a few reproducible issues are depending on the path length of
> > the build director
From: Mark Hatle
When PACKAGE_DEBUG_STATIC_SPLIT is enabled, the copy frunction fails since
shutil was not availble in this python module. Fix this with an import.
When PACKAGE_STRIP_STATIC is enabled the system did not pay attention to
hardlinks. This could trigger a race condition during str
From: Mark Hatle
Additional test cases for debug symlink generation both binaries
and static libraries.
This also has the side effect of testing for race conditions in the
hardlink debug generation and stripping.
Signed-off-by: Mark Hatle
Signed-off-by: Mark Hatle
---
.../selftest-hardlink/s
* gtkwaylandsink was added in 1.21.1 version:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1515
* gtk3+ could be autodetected (e.g. as transitive dependency from opencv)
Signed-off-by: Martin Jansa
---
.../gstreamer/gstreamer1.0-plugins-bad_1.24.5.bb | 1
From: Sundeep KOKKONDA
We do see a few reproducible issues are depending on the path length of the
build directory.
https://bugzilla.yoctoproject.org/show_bug.cgi?id=15554
The current implementation of reproducible tests having different names for
directories but with same length.
The build di
From: Peter Marko
Backport patch for CVE-2021-42380.
Move if before patch for CVE-2023-42363 because they touch the same code
and they are in this order in git history so we avoid fuzz modifications.
This will remove fuzz modifications from CVE-2023-42363 and both will
apply cleanly without modi
Thank you for your submission. Patchtest identified one
or more issues with the patch. Please see the log below for
more information:
---
Testing patch
/home/patchtest/share/mboxes/v7-2-2-openssh-upgrade-9.7p1---9.8p1.patch
FAIL: test CVE tag format: Missing or incorrectly formatted CVE tag in p
- drop the CVE-2024-6387
- fix musl build [backported patch]
- fix ptest regression [submited patch]
- sshd now had the sshd-session
Release notes at https://www.openssh.com/txt/release-9.8
Security
This release contains fixes for two security problems, one critical
and one minor.
1) R
Drop our rejected sd-notify patch and switch to the upstream standalone
implementation that does not depend on libsystemd.
Signed-off-by: Jose Quaresma
---
v4:
- split update of Upstream-Status in new patches in the serie
v5:
- use the upstream solution
v6:
- sshd socket service runs with '
From: Peter Marko
History of code changes:
* introduced:
https://github.com/ilibarchive/libarchive/commit/390d83012fdba8c8db7fc9915338805882b0597a
(v3.7.2-52-g390d8301)
* reverted:
6https://github.com/libarchive/libarchive/commit/2c8caf6611a7d0662d80176c4fdb40f85794699
(v3.7.2-53-g62c8caf6)
*
Rewrite (again) the openssl test suite installation.
Depend on and reuse already installed libraries and modules instead of
installing them twice.
Be more selective when installing from the build tree so we don't install
intermediate .c .d .o files.
This further reduces the size of openssl-dbg f
The test suite is huge because every test binary is statically linked to
libssl and/or libcrypto. This bloats the size of the -dbg package hugely,
so strip the test suite before packaging.
This reduces the size of openssl-dbg by 90% from ~1.2GB to ~120MB, and
reduces the size of the build tree fro
The upstream Makefile always builds the tests unless they're explicitly
disabled. Whilst this doesn't make a difference to the final package and
sysroot output, disabling the tests for openssl-native reduces the size
of the build tree from 659M to 78M and reduces the CPU time used by 30%.
Signed-o
From: Changqing Li
When debug build is enabled(-Og is used), pixman-native do_compile
failed with error:
In function ‘combine_inner’,
inlined from ‘combine_soft_light_ca_float’ at
../pixman-0.42.2/pixman/pixman-combine-float.c:655:1:
../pixman-0.42.2/pixman/pixman-combine-float.c:370:5: erro
This reverts commit dafdf9bb9e9d944b9f455c2be8cf698496200717.
Patch rejected upstream
Signed-off-by: Steve Sakoman
---
...he-filename-can-t-be-longer-than-255.patch | 40 ---
meta/recipes-devtools/apt/apt_2.6.1.bb| 1 -
2 files changed, 41 deletions(-)
delete mode 1006
From: Changqing Li
Occasionally, gettext will build failed with error:
In file included from
../../../gettext-0.22.5/gettext-runtime/intl/gettextP.h:71,
from ../../../gettext-0.22.5/gettext-runtime/intl/log.c:24:
./libgnuintl.h:98:1: error: unterminated comment
98 | /* The us
From: Changqing Li
When debug build is enabled(-Og is used), vulkan-samples do_compile
failed with error:
In function 'ZSTD_compressBlock_lazy_generic',
inlined from 'ZSTD_compressBlock_greedy' at
TOPDIR/tmp-glibc/work/core2-32-wrs-linux/vulkan-samples/git/git/third_party/ktx/lib/basisu/zstd
From: Changqing Li
* Since commit [a23c482cab allarch: only enable allarch when multilib is
not used], allarch recipes will also be installed into
${MLPREFIX}recipe-sysroot, so this appending is not needed.
* This appending also causes some QA errors. Eg: for lib32-php, the
recipe will use 's@${
From: Vijay Anusuri
ssh(1) in OpenSSH versions 9.5p1 to 9.7p1 (inclusive).
Logic error in ObscureKeystrokeTiming option.
A logic error in the implementation of the ssh(1) ObscureKeystrokeTiming option
rendered the feature ineffective and additionally exposed limited keystroke
timing information
From: Deepthi Hemraj
Below commits on binutils-2.42 stable branch are updated.
29ae8b8ea71 x86-64: Skip -z mark-plt tests on MUSL
92cc764e58f hppa: Fix handling of relocations that apply to data
c439c1e1f56 elf: Add glibc version dependency only if needed
68ae8e2a849 ld: pass -g for ld-elf tests
From: Jose Quaresma
- refresh patches with devtool
Upgrade to latest 1.22.x release [1]:
$ git --no-pager log --oneline go1.22.4..go1.22.5
8e1fdea831 (tag: go1.22.5, origin/release-branch.go1.22)
[release-branch.go1.22] go1.22.5
c2d4f852ce [release-branch.go1.22] cmd/link: handle dynamic impor
From: Hitendra Prajapati
Upstream-Status: Backport from
https://gitlab.gnome.org/GNOME/vte/-/commit/036bc3ddcbb56f05c6ca76712a53b89dee1369e2
&&
https://gitlab.gnome.org/GNOME/vte/-/commit/c313849c2e5133802e21b13fa0b141b360171d39
Signed-off-by: Hitendra Prajapati
Signed-off-by: Steve Sakoman
From: Archana Polampalli
Signed-off-by: Archana Polampalli
Signed-off-by: Steve Sakoman
---
.../less/files/CVE-2024-32487.patch | 74 +++
meta/recipes-extended/less/less_643.bb| 1 +
2 files changed, 75 insertions(+)
create mode 100644 meta/recipes-extended/
From: Peter Marko
Backport patch for CVE-2023-42363.
Signed-off-by: Peter Marko
Signed-off-by: Richard Purdie
(cherry picked from commit 814f97922e1d6c24a36b03ee0e865f2210ff6d7c)
Signed-off-by: Steve Sakoman
---
.../busybox/busybox/CVE-2023-42363.patch | 67 +++
meta/rec
From: Peter Marko
Backport patch for CVE-2021-42380.
Additionally backport clang regression fix caused by this patch.
Signed-off-by: Peter Marko
Signed-off-by: Richard Purdie
(cherry picked from commit 66543769ff79d81508bb703bd2fc34871a16e2c7)
Signed-off-by: Steve Sakoman
---
...-fix-segfaul
Please review this set of changes for scarthgap and have comments back by
end of day Monday, July 21
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/7150
The following changes since commit bf3fe8c01c5cc00ada22049f4f0abb485e2a626f:
webkitgtk: fix
On Thu, Jul 18, 2024 at 2:37 PM Adrian Freihofer
wrote:
>
> On Thu, 2024-07-18 at 10:39 +0200, Martin Jansa wrote:
> > On Thu, Jul 18, 2024 at 10:00 AM Adrian Freihofer
> > wrote:
> > >
> > > Hi Martin
> > >
> > > Thank you for looking at my patches.
> > >
> > > On Mon, 2024-07-15 at 16:32 +0200,
Can you submit this to pixman’s gitlab repository as a MR?
https://gitlab.freedesktop.org/pixman/pixman/-/merge_requests
Thanks,
Ross
> On 16 Jul 2024, at 10:49, Changqing Li via lists.openembedded.org
> wrote:
>
> From: Changqing Li
>
> Previous patch works on fedora40 with gcc-14, but not
We've realised that "bitbake XXXx -c populate_sdk" doesn't actually trigger
the package_qa tests to run. This means test coverage on the autobuilder was
poor. Fix this and run the tests for SDKs.
Signed-off-by: Richard Purdie
---
meta/classes-recipe/populate_sdk_base.bbclass | 2 +-
1 file chang
In local testing this appears to not be needed any more. Since the bash
dependency
is painful in many different ways, particularly being injected at do_package
time,
drop it all.
Signed-off-by: Richard Purdie
---
meta/recipes-devtools/qemu/qemu.inc | 17 -
1 file changed, 17 de
On Thu, 2024-07-18 at 11:28 +0100, Jose Quaresma wrote:
>
>
> Adrian Freihofer via lists.openembedded.org
> escreveu (quinta,
> 18/07/2024 à(s) 09:00):
> > Hi Martin
> >
> > Thank you for looking at my patches.
> >
> > On Mon, 2024-07-15 at 16:32 +0200, Martin Jansa wrote:
> > > Doesn't it sti
On Thu, 2024-07-18 at 10:39 +0200, Martin Jansa wrote:
> On Thu, Jul 18, 2024 at 10:00 AM Adrian Freihofer
> wrote:
> >
> > Hi Martin
> >
> > Thank you for looking at my patches.
> >
> > On Mon, 2024-07-15 at 16:32 +0200, Martin Jansa wrote:
> > > Doesn't it still rebuild from scratch when IMAG
On 18-Jul-24 16:44, Richard Purdie wrote:
CAUTION: This email comes from a non Wind River email account!
Do not click links or open attachments unless you recognize the sender and know
the content is safe.
On Thu, 2024-07-18 at 03:04 -0700, Sundeep KOKKONDA via lists.openembedded.org
wrote:
On Thu, 2024-07-18 at 03:04 -0700, Sundeep KOKKONDA via lists.openembedded.org
wrote:
> From: Sundeep KOKKONDA
>
> We do see a few reproducible issues are depending on the path length of the
> build directory.
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=15554
>
> The current implementa
Adrian Freihofer via lists.openembedded.org escreveu (quinta, 18/07/2024 à(s) 09:00):
> Hi Martin
>
> Thank you for looking at my patches.
>
> On Mon, 2024-07-15 at 16:32 +0200, Martin Jansa wrote:
> > Doesn't it still rebuild from scratch when IMAGE_VERSION_SUFFIX
> > changes?
>
> I wonder why t
Le jeu. 18 juil. 2024 à 12:05, Sundeep KOKKONDA via lists.openembedded.org
a écrit :
> From: Sundeep KOKKONDA
>
> We do see a few reproducible issues are depending on the path length of
> the build directory.
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=15554
>
> The current implementatio
Thank you for your submission. Patchtest identified one
or more issues with the patch. Please see the log below for
more information:
---
Testing patch
/home/patchtest/share/mboxes/v6-3-3-openssh-upgrade-9.7p1---9.8p1.patch
FAIL: test CVE tag format: Missing or incorrectly formatted CVE tag in p
Changelog:
==
- Add Kyber algorithm according to FIPS 203 ipd 2023-08-24
- Fix AESWRAP padding length check.
License-Update: Add 3-clause BSD license for poly1305-amd64-avx512.S.
Add 'cipher/keccak-amd64-avx512.S'.
Update license docs for FSF new address and
Emil Kronborg via lists.openembedded.org escreveu (segunda, 18/03/2024 à(s)
18:55):
> On Fri, Mar 15, 2024 at 16:09 +, Ross Burton wrote:
> > On 7 Mar 2024, at 20:08, Emil Kronborg via lists.openembedded.org
> wrote:
> > >
> > > Socket activation is prone to DoS (denial of service) because t
- drop the CVE-2024-6387
- fix musl build [backported patch]
- fix ptest regression [submited patch]
- sshd now had the sshd-session
Release notes at https://www.openssh.com/txt/release-9.8
Security
This release contains fixes for two security problems, one critical
and one minor.
1) R
Still side effects of the XZ backdoor. The systemd sd-notify patch
was rejected [1] upstream and was chosen a standalone implementation
that does not depend on libsystemd [2].
Racional [1]:
License incompatibility and library bloatedness were the reasons.
Given recent events we're never going to
The rationale [1] is that C11 6.5.6.9 says:
"""
When two pointers are subtracted, both shall point to elements of the
same array object, or one past the last element of the array object; the
result is the difference of the subscripts of the two array elements.
"""
In these cases the objects are ar
From: Sundeep KOKKONDA
We do see a few reproducible issues are depending on the path length of the
build directory.
https://bugzilla.yoctoproject.org/show_bug.cgi?id=15554
The current implementation of reproducible tests having different names for
directories but with same length.
The build di
Hi Qi,
Chen, Qi escreveu (quinta, 18/07/2024 à(s) 04:34):
> Hi Jose,
>
>
>
> The changes in the patch have already done an implicit check:
>
>
>
> if ((path = getenv("NOTIFY_SOCKET")) == NULL || strlen(path) == 0)
>
> return;
>
>
>
> return;
>
> This means if it’s not systemd who starts sshd
On Thu, Jul 18, 2024 at 10:00 AM Adrian Freihofer
wrote:
>
> Hi Martin
>
> Thank you for looking at my patches.
>
> On Mon, 2024-07-15 at 16:32 +0200, Martin Jansa wrote:
> > Doesn't it still rebuild from scratch when IMAGE_VERSION_SUFFIX
> > changes?
>
> I wonder why this happens in WebOS. I thin
On Wed, 2024-07-17 at 02:56 -0700, Oleksandr Hnatiuk via lists.openembedded.org
wrote:
> Apply fixes from gcc-cross (84a78f46d594 and 0ead8cbdfb96) to
> gcc-cross-canadian.
> This will improve (but not fix) reproducibility of gcc-cross-canadian.
> Also move this code to functions to avoid code du
On Thu, 2024-07-18 at 07:40 +, Oleksandr Hnatiuk via lists.openembedded.org
wrote:
> I am aware of this issue. As stated in my commit, it is designed to
> improve reproducibility of gcc-cross-canadian as opposed to fully
> fixing it.
>
> I have another patch I was going to submit which fully
Hi Martin
Thank you for looking at my patches.
On Mon, 2024-07-15 at 16:32 +0200, Martin Jansa wrote:
> Doesn't it still rebuild from scratch when IMAGE_VERSION_SUFFIX
> changes?
I wonder why this happens in WebOS. I think that this line
kernel_do_deploy[vardepsexclude] = "DATETIME"
prevents suc
Hi Denys,
I am aware of this issue. As stated in my commit, it is designed to improve
reproducibility of gcc-cross-canadian as opposed to fully fixing it.
I have another patch I was going to submit which fully fixes this package by
modifying the code of gcc's fixincludes program to not include
59 matches
Mail list logo