|
[kirkstone 07/24] libtasn1: upgrade 4.18.0 -> 4.19.0
From: wangmy <wangmy@...>
Changelog:
===========
- Clarify libtasn1.map license. Closes: #38.
- Fix ETYPE_OK out of bounds read. Closes: #32.
- Update gnulib files and various maintenance
From: wangmy <wangmy@...>
Changelog:
===========
- Clarify libtasn1.map license. Closes: #38.
- Fix ETYPE_OK out of bounds read. Closes: #32.
- Update gnulib files and various maintenance
|
By
Steve Sakoman
·
#170402
·
|
|
[kirkstone 06/24] vim: Upgrade 9.0.0242 -> 9.0.0341
From: Richard Purdie <richard.purdie@...>
Addresses CVE-2022-2980, CVE-2022-2946 and CVE-2022-2982.
Signed-off-by: Richard Purdie <richard.purdie@...>
Signed-off-by:
From: Richard Purdie <richard.purdie@...>
Addresses CVE-2022-2980, CVE-2022-2946 and CVE-2022-2982.
Signed-off-by: Richard Purdie <richard.purdie@...>
Signed-off-by:
|
By
Steve Sakoman
·
#170401
·
|
|
[kirkstone 05/24] cve-check: close cursors as soon as possible
From: Ross Burton <ross.burton@...>
We can have multiple processes reading the database at the same time, and
cursors only release their locks when they're garbage collected.
This might be the
From: Ross Burton <ross.burton@...>
We can have multiple processes reading the database at the same time, and
cursors only release their locks when they're garbage collected.
This might be the
|
By
Steve Sakoman
·
#170400
·
|
|
[kirkstone 04/24] classes: cve-check: Get shared database lock
From: Joshua Watt <JPEWhacker@...>
The CVE check database needs to have a shared lock acquired on it before
it is accessed. This to prevent cve-update-db-native from deleting the
database file
From: Joshua Watt <JPEWhacker@...>
The CVE check database needs to have a shared lock acquired on it before
it is accessed. This to prevent cve-update-db-native from deleting the
database file
|
By
Steve Sakoman
·
#170399
·
|
|
[kirkstone 03/24] binutils : CVE-2022-38533
From: pgowda <pgowda.cve@...>
Upstream-Status: Backport
[https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ef186fe54aa6d281a3ff8a9528417e5cc614c797]
Signed-off-by: pgowda
From: pgowda <pgowda.cve@...>
Upstream-Status: Backport
[https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ef186fe54aa6d281a3ff8a9528417e5cc614c797]
Signed-off-by: pgowda
|
By
Steve Sakoman
·
#170398
·
|
|
[kirkstone 02/24] curl: Backport patch for CVE-2022-35252
From: Robert Joslyn <robert.joslyn@...>
https://curl.se/docs/CVE-2022-35252.html
Signed-off-by: Robert Joslyn <robert.joslyn@...>
Signed-off-by: Steve Sakoman
From: Robert Joslyn <robert.joslyn@...>
https://curl.se/docs/CVE-2022-35252.html
Signed-off-by: Robert Joslyn <robert.joslyn@...>
Signed-off-by: Steve Sakoman
|
By
Steve Sakoman
·
#170397
·
|
|
[kirkstone 01/24] sqlite: add CVE-2022-35737 patch to SRC_URI
From: Chee Yang Lee <chee.yang.lee@...>
SRC_URI include patch introduced in oe-core commit
fdc82b2314b580c0135c16b7278ebf8786311dec
Signed-off-by: Chee Yang Lee
From: Chee Yang Lee <chee.yang.lee@...>
SRC_URI include patch introduced in oe-core commit
fdc82b2314b580c0135c16b7278ebf8786311dec
Signed-off-by: Chee Yang Lee
|
By
Steve Sakoman
·
#170396
·
|
|
[kirkstone 00/24] Patch review
Please review this set of patches for kirkstone and have comments back by
end of day Friday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/4192
The
Please review this set of patches for kirkstone and have comments back by
end of day Friday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/4192
The
|
By
Steve Sakoman
·
#170395
·
|
|
Re: [PATCH v10] Rust Oe-Selftest implementation
I was able to debug this. Adding:
--exclude src/tools/lint-docs --exclude src/test/rustdoc-js-std
to the test run stops it trying to build the docs for Std.
Cheers,
Richard
I was able to debug this. Adding:
--exclude src/tools/lint-docs --exclude src/test/rustdoc-js-std
to the test run stops it trying to build the docs for Std.
Cheers,
Richard
|
By
Richard Purdie
·
#170394
·
|
|
Re: [PATCH 3/3] gcc: remove obsolete 0012-export-CPP.patch
Someone convinced upstream to fix that:
https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=84401ce5fb4ecab55decb472b168100e7593e01f
:)
Cheers,
Richard
Someone convinced upstream to fix that:
https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=84401ce5fb4ecab55decb472b168100e7593e01f
:)
Cheers,
Richard
|
By
Richard Purdie
·
#170393
·
|
|
[PATCH] sstate: Fix sstate file mirroring checksum issue
After a recent fix in bitbake, the checksums may be checked for local file
fetches at an earlier code point. The underlying recipe checksums won't
match sstate values so ensure these aren't set via
After a recent fix in bitbake, the checksums may be checked for local file
fetches at an earlier code point. The underlying recipe checksums won't
match sstate values so ensure these aren't set via
|
By
Richard Purdie
·
#170392
·
|
|
[PATCH 3/3] gcc: remove obsolete 0012-export-CPP.patch
This patch is no longer needed, the upstream Makefile exports CPP from
CPP_FOR_BUILD since 12.1.
Signed-off-by: Ross Burton <ross.burton@...>
---
meta/recipes-devtools/gcc/gcc-12.2.inc |
This patch is no longer needed, the upstream Makefile exports CPP from
CPP_FOR_BUILD since 12.1.
Signed-off-by: Ross Burton <ross.burton@...>
---
meta/recipes-devtools/gcc/gcc-12.2.inc |
|
By
Ross Burton
·
#170391
·
|
|
[PATCH 2/3] gcc-cross: pass -Werror=poison-system-directories to compiler stages
The -Werror=3Dpoison-system-directories argument was being passed to runs
where _just_ CPP was being invoked, so it wasn't passed to runs which
also compile. Add the options to cc1_options so that
The -Werror=3Dpoison-system-directories argument was being passed to runs
where _just_ CPP was being invoked, so it wasn't passed to runs which
also compile. Add the options to cc1_options so that
|
By
Ross Burton
·
#170390
·
|
|
[PATCH 1/3] meta-selftest/poison: improve sysroot poisoning test case
It was discovered by Martin Jansa that the sysroot poisoning errors are
not functioning as they should. Due to either a bug from day 1 or a
bad rebase, -Werror=3Dpoison-system-directories is only
It was discovered by Martin Jansa that the sysroot poisoning errors are
not functioning as they should. Due to either a bug from day 1 or a
bad rebase, -Werror=3Dpoison-system-directories is only
|
By
Ross Burton
·
#170389
·
|
|
[PATCH 2/2] libxml2: Port gentest.py to Python-3
From: Martin Jansa <martin.jansa@...>
* but it still won't work well on hosts without libxml2, make
sure to use pre-generated testapi.c in do_compile_ptest
* this is reproducible with
From: Martin Jansa <martin.jansa@...>
* but it still won't work well on hosts without libxml2, make
sure to use pre-generated testapi.c in do_compile_ptest
* this is reproducible with
|
By
Martin Jansa
·
#170388
·
|
|
[PATCH 1/2] webkitgtk: fix gstreamer include paths
* fixes:
http://errors.yoctoproject.org/Errors/Details/671441/
cc1plus: error: include location "/usr/include/gstreamer-1.0" is unsafe for cross-compilation
* fixes:
http://errors.yoctoproject.org/Errors/Details/671441/
cc1plus: error: include location "/usr/include/gstreamer-1.0" is unsafe for cross-compilation
|
By
Martin Jansa
·
#170387
·
|
|
Re: [dunfell][PATCH 1/2] libarchive: Fix CVE-2021-23177 issue
Hi Steve,
I have tested this and it seems the patch is working fine.
I'm attaching the patch file as an attachment, please use this and let me know if that works.
It seems like something went wrong
Hi Steve,
I have tested this and it seems the patch is working fine.
I'm attaching the patch file as an attachment, please use this and let me know if that works.
It seems like something went wrong
|
By
Ranjitsinh Rathod
·
#170386
·
|
|
[PATCH 1/2] icecc.bbclass: fix typos
Signed-off-by: Ulrich Ölmann <u.oelmann@...>
---
meta/classes/icecc.bbclass | 46 +++++++++++++++++++-------------------
1 file changed, 23 insertions(+), 23 deletions(-)
diff --git
Signed-off-by: Ulrich Ölmann <u.oelmann@...>
---
meta/classes/icecc.bbclass | 46 +++++++++++++++++++-------------------
1 file changed, 23 insertions(+), 23 deletions(-)
diff --git
|
By
Ulrich Ölmann
·
#170385
·
|
|
[PATCH 2/2] icecc.bbclass: delete 'rm' command
The removed command was explicitly marked as transitional in commit [1] roughly
three years ago, so finally clean up.
[1] 40d74cb1d0dd ("icecc: Export ICECC_CC and friends via
The removed command was explicitly marked as transitional in commit [1] roughly
three years ago, so finally clean up.
[1] 40d74cb1d0dd ("icecc: Export ICECC_CC and friends via
|
By
Ulrich Ölmann
·
#170384
·
|
|
Re: [PATCH] systemd: Add 'default-dns-fallback' PACKAGECONFIG option
Thanks, I agree this looks better FWIW :)
Cheers,
Richard
Thanks, I agree this looks better FWIW :)
Cheers,
Richard
|
By
Richard Purdie
·
#170383
·
|