|
[dunfell 02/20] connman: fix CVE-2022-23096-7
An issue was discovered in the DNS proxy in Connman through 1.40.
The TCP server reply implementation lacks a check for the presence
of sufficient Header Data, leading to an out-of-bounds read
An issue was discovered in the DNS proxy in Connman through 1.40.
The TCP server reply implementation lacks a check for the presence
of sufficient Header Data, leading to an out-of-bounds read
|
By
Steve Sakoman
·
#162030
·
|
|
[dunfell 01/20] expat: fix CVE-2022-23990
Expat (aka libexpat) before 2.4.4 has an integer overflow in the
doProlog function.
Backport patch
Expat (aka libexpat) before 2.4.4 has an integer overflow in the
doProlog function.
Backport patch
|
By
Steve Sakoman
·
#162029
·
|
|
[dunfell 00/20] Patch review
Please review this set of patches for dunfell and have comments back by end
of day Wednesday.
Passed a-full on
Please review this set of patches for dunfell and have comments back by end
of day Wednesday.
Passed a-full on
|
By
Steve Sakoman
·
#162028
·
|
|
Re: [dunfell][PATCH v2] openssl: upgrade to 1.1.1m for CVE-2021-4160
Yes, I'm aware of the CVE only patch. In this case I'd prefer the
letter version update since it also contains bug fixes. But if we
can't fix the ptest regression in the next couple of days I'll
Yes, I'm aware of the CVE only patch. In this case I'd prefer the
letter version update since it also contains bug fixes. But if we
can't fix the ptest regression in the next couple of days I'll
|
By
Steve Sakoman
·
#162027
·
|
|
[PATCH] patch.py: Prevent git repo reinitialization
There were few bugs in the _isInitialized() function which might trigger
git repo to be reinitialized and patches failing to apply.
Signed-off-by: Pavel Zhukov <pavel.zhukov@...>
---
There were few bugs in the _isInitialized() function which might trigger
git repo to be reinitialized and patches failing to apply.
Signed-off-by: Pavel Zhukov <pavel.zhukov@...>
---
|
By
Pavel Zhukov
·
#162026
·
|
|
Re: [PATCH] glibc: fix create thread failed in unprivileged process
Agreed. Our CI used to hit this problem but we were missing some
upgrades on one of the runners, and now we don't need it.
Ross
Agreed. Our CI used to hit this problem but we were missing some
upgrades on one of the runners, and now we don't need it.
Ross
|
By
Ross Burton <ross@...>
·
#162025
·
|
|
Re: [PATCH 00/19] Python PEP-517: build wheels and installw with pip
wrote:
FWIW that was with the other patches in your branch too. I was curious to see
how it looked but it isn't quite there yet :/
Cheers,
Richard
wrote:
FWIW that was with the other patches in your branch too. I was curious to see
how it looked but it isn't quite there yet :/
Cheers,
Richard
|
By
Richard Purdie
·
#162024
·
|
|
Re: [PATCH 00/19] Python PEP-517: build wheels and installw with pip
Hi,
Seems that python changes cause build fail https://swatbot.yoctoproject.org/collection/6991/
Regards,
Oleksiy
________________________________________
Sent: Monday, February 21, 2022 03:27
To:
Hi,
Seems that python changes cause build fail https://swatbot.yoctoproject.org/collection/6991/
Regards,
Oleksiy
________________________________________
Sent: Monday, February 21, 2022 03:27
To:
|
By
Oleksiy Obitotskyy
·
#162023
·
|
|
[PATCH 2/2] devtool: explicitly set main or master branches in upgrades when available
In particular this resolves devtool's inability to pick a branch
when the same tagged commit is avaiable in main and in a release maintenance
branch.
Thanks to Peter Kjellerstedt for the
In particular this resolves devtool's inability to pick a branch
when the same tagged commit is avaiable in main and in a release maintenance
branch.
Thanks to Peter Kjellerstedt for the
|
By
Alexander Kanavin
·
#162022
·
|
|
[PATCH 1/2] weston-init: replace deprecated/disabled fbdev with drm backend
drm will default to opengl rendering by default; if this is
problematic, --use-pixman option may help, apply only where
it's proven necessary.
Signed-off-by: Alexander Kanavin
drm will default to opengl rendering by default; if this is
problematic, --use-pixman option may help, apply only where
it's proven necessary.
Signed-off-by: Alexander Kanavin
|
By
Alexander Kanavin
·
#162021
·
|
|
[PATCH v2 2/2] meson.bbclass: add exe_wrapper helper
When we use the exe_wrapper to run the tests we need a way to
costumize or circumvent some limitations of the qemu usermode.
So for example we can skip the tests we know will fail.
The ideia of this
When we use the exe_wrapper to run the tests we need a way to
costumize or circumvent some limitations of the qemu usermode.
So for example we can skip the tests we know will fail.
The ideia of this
|
By
Jose Quaresma
·
#162020
·
|
|
[PATCH v2 1/2] meson.bbclass: add support for running the meson tests at build time
The generic exe_wrapper introcuced in 40349dc5 can be used to run the
meson tests when build the receipe. This patch add the meson_test task
on the meson bbclass that adds this possibility.
The
The generic exe_wrapper introcuced in 40349dc5 can be used to run the
meson tests when build the receipe. This patch add the meson_test task
on the meson bbclass that adds this possibility.
The
|
By
Jose Quaresma
·
#162019
·
|
|
Re: [oe] Inclusive Language Proposal for YP/OE
When running master-next I have found one missing rename, cve-check has "CVE STATUS" result
which is still Patched, Unpatched, Whitelisted. I propose to rename Whitelisted to Ignored to be
When running master-next I have found one missing rename, cve-check has "CVE STATUS" result
which is still Patched, Unpatched, Whitelisted. I propose to rename Whitelisted to Ignored to be
|
By
Marta Rybczynska
·
#162018
·
|
|
[hardknott][PATCH] e2fsprogs: backport to fix one regression
From: Changqing Li <changqing.li@...>
Backport a patch in 1.46.3 which fix one regression:
This is what the changelog says:
Fix e2fsck so that the if the s_interval is zero, and the
From: Changqing Li <changqing.li@...>
Backport a patch in 1.46.3 which fix one regression:
This is what the changelog says:
Fix e2fsck so that the if the s_interval is zero, and the
|
By
Changqing Li
·
#162017
·
|
|
Re: [honister][PATCH V3] Rust Oe-Selftest implementation
Hi Richard,
Thanks for reviewing the patch and letting me know about your suggestions.
The excluded folders errored out even though they were ignored. There
are no tests in
some of the excluded
Hi Richard,
Thanks for reviewing the patch and letting me know about your suggestions.
The excluded folders errored out even though they were ignored. There
are no tests in
some of the excluded
|
By
Pgowda
·
#162016
·
|
|
[honister][PATCH V4] Rust Oe-Selftest implementation
The patch implements Oe-selftest framework for Rust test.
Some of the functions are as follows:-
setup_cargo_environment(): Build bootstrap and some early stage tools.
do_rust_setup_snapshot():
The patch implements Oe-selftest framework for Rust test.
Some of the functions are as follows:-
setup_cargo_environment(): Build bootstrap and some early stage tools.
do_rust_setup_snapshot():
|
By
Pgowda
·
#162015
·
|
|
Re: [dunfell][PATCH v2] openssl: upgrade to 1.1.1m for CVE-2021-4160
FWIW, there is also the pure patch to fix CVE-2021-4160 in openssl 1.1.1l for dunfell:
https://lists.openembedded.org/g/openembedded-core/message/161652
Patch versus letter version update, which one
FWIW, there is also the pure patch to fix CVE-2021-4160 in openssl 1.1.1l for dunfell:
https://lists.openembedded.org/g/openembedded-core/message/161652
Patch versus letter version update, which one
|
By
Mikko Rapeli <mikko.rapeli@...>
·
#162014
·
|
|
[PATCH] boost: Fix build on 32bit arches with 64bit time_t defaults
Signed-off-by: Khem Raj <raj.khem@...>
---
...on-32-bit-architectures-using-64-bit.patch | 36 +++++++++++++++++++
meta/recipes-support/boost/boost_1.78.0.bb | 1 +
2 files changed, 37
Signed-off-by: Khem Raj <raj.khem@...>
---
...on-32-bit-architectures-using-64-bit.patch | 36 +++++++++++++++++++
meta/recipes-support/boost/boost_1.78.0.bb | 1 +
2 files changed, 37
|
By
Khem Raj
·
#162013
·
|
|
Re: [PATCH 00/19] Python PEP-517: build wheels and installw with pip
I pushed a few more fixes to the same branch. Several recipes are failing in package qa because somehow
the hash bang of e.g. #!/usr/bin/env python3 is being expanded to the full path to nativepython3
I pushed a few more fixes to the same branch. Several recipes are failing in package qa because somehow
the hash bang of e.g. #!/usr/bin/env python3 is being expanded to the full path to nativepython3
|
By
Tim Orling
·
#162012
·
|
|
[PATCH 19/19] python3-more-itertools: set PIP_INSTALL_PACKAGE
Define PIP_INSTALL_PACKAGE as more_itertools to match the name of the
wheel.
[YOCTO #14638]
Signed-off-by: Tim Orling <tim.orling@...>
---
Define PIP_INSTALL_PACKAGE as more_itertools to match the name of the
wheel.
[YOCTO #14638]
Signed-off-by: Tim Orling <tim.orling@...>
---
|
By
Tim Orling
·
#162011
·
|