* Kirkstone merge request: Jan 8th
@ 2023-01-08 15:32 akuster808
2023-01-08 15:53 ` Khem Raj
0 siblings, 1 reply; 8+ messages in thread
From: akuster808 @ 2023-01-08 15:32 UTC (permalink / raw)
To: Khem Raj, OpenEmbedded Devel List
The following changes since commit a8055484f2829e8dfd03d5c8520b2c611aa7ebd2:
dool: Add patch to fix rebuild (2022-12-11 16:18:53 -0500)
are available in the Git repository at:
https://git.openembedded.org/meta-openembedded kirkstone-next
for you to fetch changes up to a9c25bef8882a69fd35ea7dbac3d978ce440fe06:
mariadb: Upgrade to 10.7.7 (2023-01-04 11:46:45 -0500)
----------------------------------------------------------------
Archana Polampalli (1):
Nodejs: Fixed python3 DeprecationWarning
Mingli Yu (3):
php: Upgrade to 8.1.12
mariadb: not use qemu to run cross-compiled binaries
mariadb: Upgrade to 10.7.7
Narpat Mali (1):
Fix collections.abc deprecation warning in downloadutils Warning
appears as:
Polampalli, Archana (1):
xfce4-settings: 4.16.2 -> 4.16.5
Siddharth Doshi (1):
xterm : Fix CVE-2022-45063 code execution via OSC 50 input
sequences] CVE-2022-45063
Yogita Urade (1):
multipath-tools:fix CVE-2022-41973
.../{mariadb-native_10.7.4.bb => mariadb-native_10.7.7.bb} | 4 +-
meta-oe/recipes-dbs/mysql/mariadb.inc | 23 +-
.../0001-sql-CMakeLists.txt-fix-gen_lex_hash-not-found.patch | 69 +++
meta-oe/recipes-dbs/mysql/mariadb/cross-compiling.patch | 34 ++
meta-oe/recipes-dbs/mysql/mariadb/mariadb-openssl3.patch | 416
---------------
.../recipes-dbs/mysql/{mariadb_10.7.4.bb => mariadb_10.7.7.bb} | 6 +-
.../nodejs/0001-Nodejs-Fixed-pipes-DeprecationWarning.patch | 35 ++
meta-oe/recipes-devtools/nodejs/nodejs_16.18.1.bb | 3 +-
meta-oe/recipes-devtools/php/{php_8.1.10.bb => php_8.1.12.bb} | 2 +-
meta-oe/recipes-graphics/xorg-app/xterm/CVE-2022-45063.patch | 782
++++++++++++++++++++++++++++
meta-oe/recipes-graphics/xorg-app/xterm_372.bb | 1 +
.../files/0001-multipath-tools-use-run-instead-of-dev-shm.patch | 159
++++++
.../recipes-support/multipath-tools/multipath-tools_0.8.4.bb | 4 +
...1-Fix-collections.abc-deprecation-warning-in-downloadu.patch | 41 ++
.../recipes-devtools/python/python3-requests-toolbelt_0.9.1.bb | 5 +-
.../{xfce4-settings_4.16.2.bb => xfce4-settings_4.16.5.bb} | 2 +-
16 files changed, 1147 insertions(+), 439 deletions(-)
rename meta-oe/recipes-dbs/mysql/{mariadb-native_10.7.4.bb =>
mariadb-native_10.7.7.bb} (93%)
create mode 100644
meta-oe/recipes-dbs/mysql/mariadb/0001-sql-CMakeLists.txt-fix-gen_lex_hash-not-found.patch
create mode 100644 meta-oe/recipes-dbs/mysql/mariadb/cross-compiling.patch
delete mode 100644
meta-oe/recipes-dbs/mysql/mariadb/mariadb-openssl3.patch
rename meta-oe/recipes-dbs/mysql/{mariadb_10.7.4.bb =>
mariadb_10.7.7.bb} (81%)
create mode 100644
meta-oe/recipes-devtools/nodejs/nodejs/0001-Nodejs-Fixed-pipes-DeprecationWarning.patch
rename meta-oe/recipes-devtools/php/{php_8.1.10.bb => php_8.1.12.bb} (99%)
create mode 100644
meta-oe/recipes-graphics/xorg-app/xterm/CVE-2022-45063.patch
create mode 100644
meta-oe/recipes-support/multipath-tools/files/0001-multipath-tools-use-run-instead-of-dev-shm.patch
create mode 100644
meta-python/recipes-devtools/python/python3-requests-toolbelt/0001-Fix-collections.abc-deprecation-warning-in-downloadu.patch
rename meta-xfce/recipes-xfce/xfce4-settings/{xfce4-settings_4.16.2.bb
=> xfce4-settings_4.16.5.bb} (93%)
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: Kirkstone merge request: Jan 8th 2023-01-08 15:32 Kirkstone merge request: Jan 8th akuster808 @ 2023-01-08 15:53 ` Khem Raj 2023-01-09 23:31 ` [oe] " Geoff Parker 0 siblings, 1 reply; 8+ messages in thread From: Khem Raj @ 2023-01-08 15:53 UTC (permalink / raw) To: akuster808; +Cc: OpenEmbedded Devel List merged thanks. On Sun, Jan 8, 2023 at 7:32 AM akuster808 <akuster808@gmail.com> wrote: > > The following changes since commit a8055484f2829e8dfd03d5c8520b2c611aa7ebd2: > > dool: Add patch to fix rebuild (2022-12-11 16:18:53 -0500) > > are available in the Git repository at: > > https://git.openembedded.org/meta-openembedded kirkstone-next > > for you to fetch changes up to a9c25bef8882a69fd35ea7dbac3d978ce440fe06: > > mariadb: Upgrade to 10.7.7 (2023-01-04 11:46:45 -0500) > > ---------------------------------------------------------------- > Archana Polampalli (1): > Nodejs: Fixed python3 DeprecationWarning > > Mingli Yu (3): > php: Upgrade to 8.1.12 > mariadb: not use qemu to run cross-compiled binaries > mariadb: Upgrade to 10.7.7 > > Narpat Mali (1): > Fix collections.abc deprecation warning in downloadutils Warning > appears as: > > Polampalli, Archana (1): > xfce4-settings: 4.16.2 -> 4.16.5 > > Siddharth Doshi (1): > xterm : Fix CVE-2022-45063 code execution via OSC 50 input > sequences] CVE-2022-45063 > > Yogita Urade (1): > multipath-tools:fix CVE-2022-41973 > > .../{mariadb-native_10.7.4.bb => mariadb-native_10.7.7.bb} | 4 +- > meta-oe/recipes-dbs/mysql/mariadb.inc | 23 +- > .../0001-sql-CMakeLists.txt-fix-gen_lex_hash-not-found.patch | 69 +++ > meta-oe/recipes-dbs/mysql/mariadb/cross-compiling.patch | 34 ++ > meta-oe/recipes-dbs/mysql/mariadb/mariadb-openssl3.patch | 416 > --------------- > .../recipes-dbs/mysql/{mariadb_10.7.4.bb => mariadb_10.7.7.bb} | 6 +- > .../nodejs/0001-Nodejs-Fixed-pipes-DeprecationWarning.patch | 35 ++ > meta-oe/recipes-devtools/nodejs/nodejs_16.18.1.bb | 3 +- > meta-oe/recipes-devtools/php/{php_8.1.10.bb => php_8.1.12.bb} | 2 +- > meta-oe/recipes-graphics/xorg-app/xterm/CVE-2022-45063.patch | 782 > ++++++++++++++++++++++++++++ > meta-oe/recipes-graphics/xorg-app/xterm_372.bb | 1 + > .../files/0001-multipath-tools-use-run-instead-of-dev-shm.patch | 159 > ++++++ > .../recipes-support/multipath-tools/multipath-tools_0.8.4.bb | 4 + > ...1-Fix-collections.abc-deprecation-warning-in-downloadu.patch | 41 ++ > .../recipes-devtools/python/python3-requests-toolbelt_0.9.1.bb | 5 +- > .../{xfce4-settings_4.16.2.bb => xfce4-settings_4.16.5.bb} | 2 +- > 16 files changed, 1147 insertions(+), 439 deletions(-) > rename meta-oe/recipes-dbs/mysql/{mariadb-native_10.7.4.bb => > mariadb-native_10.7.7.bb} (93%) > create mode 100644 > meta-oe/recipes-dbs/mysql/mariadb/0001-sql-CMakeLists.txt-fix-gen_lex_hash-not-found.patch > create mode 100644 meta-oe/recipes-dbs/mysql/mariadb/cross-compiling.patch > delete mode 100644 > meta-oe/recipes-dbs/mysql/mariadb/mariadb-openssl3.patch > rename meta-oe/recipes-dbs/mysql/{mariadb_10.7.4.bb => > mariadb_10.7.7.bb} (81%) > create mode 100644 > meta-oe/recipes-devtools/nodejs/nodejs/0001-Nodejs-Fixed-pipes-DeprecationWarning.patch > rename meta-oe/recipes-devtools/php/{php_8.1.10.bb => php_8.1.12.bb} (99%) > create mode 100644 > meta-oe/recipes-graphics/xorg-app/xterm/CVE-2022-45063.patch > create mode 100644 > meta-oe/recipes-support/multipath-tools/files/0001-multipath-tools-use-run-instead-of-dev-shm.patch > create mode 100644 > meta-python/recipes-devtools/python/python3-requests-toolbelt/0001-Fix-collections.abc-deprecation-warning-in-downloadu.patch > rename meta-xfce/recipes-xfce/xfce4-settings/{xfce4-settings_4.16.2.bb > => xfce4-settings_4.16.5.bb} (93%) > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [oe] Kirkstone merge request: Jan 8th 2023-01-08 15:53 ` Khem Raj @ 2023-01-09 23:31 ` Geoff Parker 2023-01-10 0:23 ` [meta-oe][PATCH] multipath-tools: fix QA "dev-so" regression S. Lockwood-Childs 2023-01-10 1:04 ` [oe] Kirkstone merge request: Jan 8th Khem Raj 0 siblings, 2 replies; 8+ messages in thread From: Geoff Parker @ 2023-01-09 23:31 UTC (permalink / raw) To: Khem Raj, yogita.urade; +Cc: akuster808, OpenEmbedded Devel List Since the merge of .../recipes-support/multipath-tools/multipath-tools_0.8.4.bb CVE fix, I've been getting build failures on my kirkstone builds due to this do_package_qa Error. ERROR: multipath-tools-0.8.4-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package multipath-tools-libs contains symlink .so '/usr/lib/libdmmp.so' non -dev/-dbg/nativesdk- package multipath-tools-libs contains symlink .so '/usr/lib/libmpathcmd.so' non -dev/-dbg/nativesdk- package multipath-tools-libs contains symlink .so '/usr/lib/libmultipath.so' non -dev/-dbg/nativesdk- package multipath-tools-libs contains symlink .so '/usr/lib/libmpathpersist.so' [dev-so] ERROR: multipath-tools-0.8.4-r0 do_package_qa: Fatal QA errors were found, failing task. The only ways I've been able to resolve the QA Error is to either revert the multipath-tools CVE fix commit, or add 'INSANE_SKIP:${PN}-libs = "dev-so" ' to a .bbappend. I'm happy to send a patch for the INSSANE_SKIP work-around, but I'm not sure this is a proper fix to this or not. On Sun, Jan 8, 2023 at 7:54 AM Khem Raj <raj.khem@gmail.com> wrote: > > merged thanks. > > On Sun, Jan 8, 2023 at 7:32 AM akuster808 <akuster808@gmail.com> wrote: > > > > The following changes since commit a8055484f2829e8dfd03d5c8520b2c611aa7ebd2: > > > > dool: Add patch to fix rebuild (2022-12-11 16:18:53 -0500) > > > > are available in the Git repository at: > > > > https://git.openembedded.org/meta-openembedded kirkstone-next > > > > for you to fetch changes up to a9c25bef8882a69fd35ea7dbac3d978ce440fe06: > > > > mariadb: Upgrade to 10.7.7 (2023-01-04 11:46:45 -0500) > > > > ---------------------------------------------------------------- > > Archana Polampalli (1): > > Nodejs: Fixed python3 DeprecationWarning > > > > Mingli Yu (3): > > php: Upgrade to 8.1.12 > > mariadb: not use qemu to run cross-compiled binaries > > mariadb: Upgrade to 10.7.7 > > > > Narpat Mali (1): > > Fix collections.abc deprecation warning in downloadutils Warning > > appears as: > > > > Polampalli, Archana (1): > > xfce4-settings: 4.16.2 -> 4.16.5 > > > > Siddharth Doshi (1): > > xterm : Fix CVE-2022-45063 code execution via OSC 50 input > > sequences] CVE-2022-45063 > > > > Yogita Urade (1): > > multipath-tools:fix CVE-2022-41973 > > > > .../{mariadb-native_10.7.4.bb => mariadb-native_10.7.7.bb} | 4 +- > > meta-oe/recipes-dbs/mysql/mariadb.inc | 23 +- > > .../0001-sql-CMakeLists.txt-fix-gen_lex_hash-not-found.patch | 69 +++ > > meta-oe/recipes-dbs/mysql/mariadb/cross-compiling.patch | 34 ++ > > meta-oe/recipes-dbs/mysql/mariadb/mariadb-openssl3.patch | 416 > > --------------- > > .../recipes-dbs/mysql/{mariadb_10.7.4.bb => mariadb_10.7.7.bb} | 6 +- > > .../nodejs/0001-Nodejs-Fixed-pipes-DeprecationWarning.patch | 35 ++ > > meta-oe/recipes-devtools/nodejs/nodejs_16.18.1.bb | 3 +- > > meta-oe/recipes-devtools/php/{php_8.1.10.bb => php_8.1.12.bb} | 2 +- > > meta-oe/recipes-graphics/xorg-app/xterm/CVE-2022-45063.patch | 782 > > ++++++++++++++++++++++++++++ > > meta-oe/recipes-graphics/xorg-app/xterm_372.bb | 1 + > > .../files/0001-multipath-tools-use-run-instead-of-dev-shm.patch | 159 > > ++++++ > > .../recipes-support/multipath-tools/multipath-tools_0.8.4.bb | 4 + > > ...1-Fix-collections.abc-deprecation-warning-in-downloadu.patch | 41 ++ > > .../recipes-devtools/python/python3-requests-toolbelt_0.9.1.bb | 5 +- > > .../{xfce4-settings_4.16.2.bb => xfce4-settings_4.16.5.bb} | 2 +- > > 16 files changed, 1147 insertions(+), 439 deletions(-) > > rename meta-oe/recipes-dbs/mysql/{mariadb-native_10.7.4.bb => > > mariadb-native_10.7.7.bb} (93%) > > create mode 100644 > > meta-oe/recipes-dbs/mysql/mariadb/0001-sql-CMakeLists.txt-fix-gen_lex_hash-not-found.patch > > create mode 100644 meta-oe/recipes-dbs/mysql/mariadb/cross-compiling.patch > > delete mode 100644 > > meta-oe/recipes-dbs/mysql/mariadb/mariadb-openssl3.patch > > rename meta-oe/recipes-dbs/mysql/{mariadb_10.7.4.bb => > > mariadb_10.7.7.bb} (81%) > > create mode 100644 > > meta-oe/recipes-devtools/nodejs/nodejs/0001-Nodejs-Fixed-pipes-DeprecationWarning.patch > > rename meta-oe/recipes-devtools/php/{php_8.1.10.bb => php_8.1.12.bb} (99%) > > create mode 100644 > > meta-oe/recipes-graphics/xorg-app/xterm/CVE-2022-45063.patch > > create mode 100644 > > meta-oe/recipes-support/multipath-tools/files/0001-multipath-tools-use-run-instead-of-dev-shm.patch > > create mode 100644 > > meta-python/recipes-devtools/python/python3-requests-toolbelt/0001-Fix-collections.abc-deprecation-warning-in-downloadu.patch > > rename meta-xfce/recipes-xfce/xfce4-settings/{xfce4-settings_4.16.2.bb > > => xfce4-settings_4.16.5.bb} (93%) > > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#100476): https://lists.openembedded.org/g/openembedded-devel/message/100476 > Mute This Topic: https://lists.openembedded.org/mt/96132811/141655 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [geoffhp@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > ^ permalink raw reply [flat|nested] 8+ messages in thread
* [meta-oe][PATCH] multipath-tools: fix QA "dev-so" regression 2023-01-09 23:31 ` [oe] " Geoff Parker @ 2023-01-10 0:23 ` S. Lockwood-Childs 2023-01-10 1:04 ` [oe] Kirkstone merge request: Jan 8th Khem Raj 1 sibling, 0 replies; 8+ messages in thread From: S. Lockwood-Childs @ 2023-01-10 0:23 UTC (permalink / raw) To: OpenEmbedded Devel List; +Cc: Khem Raj, yogita.urade, akuster808, Geoff Parker the commit addressing CVE-2022-41973 caused new QA errors due to .so symlinks getting slurped into multipath-tools-libs: QA Issue: non -dev/-dbg/nativesdk- package multipath-tools-libs contains symlink .so '/usr/lib/libdmmp.so' ... Fix this by making the new pattern for multipath-tools-libs package more specific. Signed-off-by: S. Lockwood-Childs <sjl@vctlabs.com> --- .../recipes-support/multipath-tools/multipath-tools_0.8.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.4.bb b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.4.bb index 2e929362d..43dced707 100644 --- a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.4.bb +++ b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.4.bb @@ -122,5 +122,5 @@ FILES:kpartx = "${base_sbindir}/kpartx \ RDEPENDS:${PN} += "kpartx" PARALLEL_MAKE = "" -FILES:${PN}-libs += "usr/lib" +FILES:${PN}-libs += "usr/lib/*.so.*" FILES:${PN}-libs += "usr/lib/tmpfiles.d/*" -- 2.20.1 ^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [oe] Kirkstone merge request: Jan 8th 2023-01-09 23:31 ` [oe] " Geoff Parker 2023-01-10 0:23 ` [meta-oe][PATCH] multipath-tools: fix QA "dev-so" regression S. Lockwood-Childs @ 2023-01-10 1:04 ` Khem Raj 2023-01-10 2:23 ` Geoff Parker 1 sibling, 1 reply; 8+ messages in thread From: Khem Raj @ 2023-01-10 1:04 UTC (permalink / raw) To: Geoff Parker; +Cc: yogita.urade, akuster808, OpenEmbedded Devel List Can you try https://patchwork.yoctoproject.org/project/oe/patch/20230110002358.GC1773006@codepurple/ On Mon, Jan 9, 2023 at 3:31 PM Geoff Parker <geoffhp@gmail.com> wrote: > > Since the merge of > .../recipes-support/multipath-tools/multipath-tools_0.8.4.bb CVE fix, > I've been getting build failures on my kirkstone builds due to this > do_package_qa Error. > > ERROR: multipath-tools-0.8.4-r0 do_package_qa: QA Issue: non > -dev/-dbg/nativesdk- package multipath-tools-libs contains symlink .so > '/usr/lib/libdmmp.so' > non -dev/-dbg/nativesdk- package multipath-tools-libs contains symlink > .so '/usr/lib/libmpathcmd.so' > non -dev/-dbg/nativesdk- package multipath-tools-libs contains symlink > .so '/usr/lib/libmultipath.so' > non -dev/-dbg/nativesdk- package multipath-tools-libs contains symlink > .so '/usr/lib/libmpathpersist.so' [dev-so] > ERROR: multipath-tools-0.8.4-r0 do_package_qa: Fatal QA errors were > found, failing task. > > The only ways I've been able to resolve the QA Error is to either > revert the multipath-tools CVE fix commit, or add > 'INSANE_SKIP:${PN}-libs = "dev-so" ' to a .bbappend. > > I'm happy to send a patch for the INSSANE_SKIP work-around, but I'm > not sure this is a proper fix to this or not. > > On Sun, Jan 8, 2023 at 7:54 AM Khem Raj <raj.khem@gmail.com> wrote: > > > > merged thanks. > > > > On Sun, Jan 8, 2023 at 7:32 AM akuster808 <akuster808@gmail.com> wrote: > > > > > > The following changes since commit a8055484f2829e8dfd03d5c8520b2c611aa7ebd2: > > > > > > dool: Add patch to fix rebuild (2022-12-11 16:18:53 -0500) > > > > > > are available in the Git repository at: > > > > > > https://git.openembedded.org/meta-openembedded kirkstone-next > > > > > > for you to fetch changes up to a9c25bef8882a69fd35ea7dbac3d978ce440fe06: > > > > > > mariadb: Upgrade to 10.7.7 (2023-01-04 11:46:45 -0500) > > > > > > ---------------------------------------------------------------- > > > Archana Polampalli (1): > > > Nodejs: Fixed python3 DeprecationWarning > > > > > > Mingli Yu (3): > > > php: Upgrade to 8.1.12 > > > mariadb: not use qemu to run cross-compiled binaries > > > mariadb: Upgrade to 10.7.7 > > > > > > Narpat Mali (1): > > > Fix collections.abc deprecation warning in downloadutils Warning > > > appears as: > > > > > > Polampalli, Archana (1): > > > xfce4-settings: 4.16.2 -> 4.16.5 > > > > > > Siddharth Doshi (1): > > > xterm : Fix CVE-2022-45063 code execution via OSC 50 input > > > sequences] CVE-2022-45063 > > > > > > Yogita Urade (1): > > > multipath-tools:fix CVE-2022-41973 > > > > > > .../{mariadb-native_10.7.4.bb => mariadb-native_10.7.7.bb} | 4 +- > > > meta-oe/recipes-dbs/mysql/mariadb.inc | 23 +- > > > .../0001-sql-CMakeLists.txt-fix-gen_lex_hash-not-found.patch | 69 +++ > > > meta-oe/recipes-dbs/mysql/mariadb/cross-compiling.patch | 34 ++ > > > meta-oe/recipes-dbs/mysql/mariadb/mariadb-openssl3.patch | 416 > > > --------------- > > > .../recipes-dbs/mysql/{mariadb_10.7.4.bb => mariadb_10.7.7.bb} | 6 +- > > > .../nodejs/0001-Nodejs-Fixed-pipes-DeprecationWarning.patch | 35 ++ > > > meta-oe/recipes-devtools/nodejs/nodejs_16.18.1.bb | 3 +- > > > meta-oe/recipes-devtools/php/{php_8.1.10.bb => php_8.1.12.bb} | 2 +- > > > meta-oe/recipes-graphics/xorg-app/xterm/CVE-2022-45063.patch | 782 > > > ++++++++++++++++++++++++++++ > > > meta-oe/recipes-graphics/xorg-app/xterm_372.bb | 1 + > > > .../files/0001-multipath-tools-use-run-instead-of-dev-shm.patch | 159 > > > ++++++ > > > .../recipes-support/multipath-tools/multipath-tools_0.8.4.bb | 4 + > > > ...1-Fix-collections.abc-deprecation-warning-in-downloadu.patch | 41 ++ > > > .../recipes-devtools/python/python3-requests-toolbelt_0.9.1.bb | 5 +- > > > .../{xfce4-settings_4.16.2.bb => xfce4-settings_4.16.5.bb} | 2 +- > > > 16 files changed, 1147 insertions(+), 439 deletions(-) > > > rename meta-oe/recipes-dbs/mysql/{mariadb-native_10.7.4.bb => > > > mariadb-native_10.7.7.bb} (93%) > > > create mode 100644 > > > meta-oe/recipes-dbs/mysql/mariadb/0001-sql-CMakeLists.txt-fix-gen_lex_hash-not-found.patch > > > create mode 100644 meta-oe/recipes-dbs/mysql/mariadb/cross-compiling.patch > > > delete mode 100644 > > > meta-oe/recipes-dbs/mysql/mariadb/mariadb-openssl3.patch > > > rename meta-oe/recipes-dbs/mysql/{mariadb_10.7.4.bb => > > > mariadb_10.7.7.bb} (81%) > > > create mode 100644 > > > meta-oe/recipes-devtools/nodejs/nodejs/0001-Nodejs-Fixed-pipes-DeprecationWarning.patch > > > rename meta-oe/recipes-devtools/php/{php_8.1.10.bb => php_8.1.12.bb} (99%) > > > create mode 100644 > > > meta-oe/recipes-graphics/xorg-app/xterm/CVE-2022-45063.patch > > > create mode 100644 > > > meta-oe/recipes-support/multipath-tools/files/0001-multipath-tools-use-run-instead-of-dev-shm.patch > > > create mode 100644 > > > meta-python/recipes-devtools/python/python3-requests-toolbelt/0001-Fix-collections.abc-deprecation-warning-in-downloadu.patch > > > rename meta-xfce/recipes-xfce/xfce4-settings/{xfce4-settings_4.16.2.bb > > > => xfce4-settings_4.16.5.bb} (93%) > > > > > > > -=-=-=-=-=-=-=-=-=-=-=- > > Links: You receive all messages sent to this group. > > View/Reply Online (#100476): https://lists.openembedded.org/g/openembedded-devel/message/100476 > > Mute This Topic: https://lists.openembedded.org/mt/96132811/141655 > > Group Owner: openembedded-devel+owner@lists.openembedded.org > > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [geoffhp@gmail.com] > > -=-=-=-=-=-=-=-=-=-=-=- > > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [oe] Kirkstone merge request: Jan 8th 2023-01-10 1:04 ` [oe] Kirkstone merge request: Jan 8th Khem Raj @ 2023-01-10 2:23 ` Geoff Parker 2023-01-10 3:45 ` Khem Raj 0 siblings, 1 reply; 8+ messages in thread From: Geoff Parker @ 2023-01-10 2:23 UTC (permalink / raw) To: Khem Raj Cc: yogita.urade, akuster808, OpenEmbedded Devel List, Stephanie Lockwood-Childs Hi Khem, Stephanie's patch worked for me. On Mon, Jan 9, 2023 at 5:04 PM Khem Raj <raj.khem@gmail.com> wrote: > > Can you try https://patchwork.yoctoproject.org/project/oe/patch/20230110002358.GC1773006@codepurple/ > > On Mon, Jan 9, 2023 at 3:31 PM Geoff Parker <geoffhp@gmail.com> wrote: > > > > Since the merge of > > .../recipes-support/multipath-tools/multipath-tools_0.8.4.bb CVE fix, > > I've been getting build failures on my kirkstone builds due to this > > do_package_qa Error. > > > > ERROR: multipath-tools-0.8.4-r0 do_package_qa: QA Issue: non > > -dev/-dbg/nativesdk- package multipath-tools-libs contains symlink .so > > '/usr/lib/libdmmp.so' > > non -dev/-dbg/nativesdk- package multipath-tools-libs contains symlink > > .so '/usr/lib/libmpathcmd.so' > > non -dev/-dbg/nativesdk- package multipath-tools-libs contains symlink > > .so '/usr/lib/libmultipath.so' > > non -dev/-dbg/nativesdk- package multipath-tools-libs contains symlink > > .so '/usr/lib/libmpathpersist.so' [dev-so] > > ERROR: multipath-tools-0.8.4-r0 do_package_qa: Fatal QA errors were > > found, failing task. > > > > The only ways I've been able to resolve the QA Error is to either > > revert the multipath-tools CVE fix commit, or add > > 'INSANE_SKIP:${PN}-libs = "dev-so" ' to a .bbappend. > > > > I'm happy to send a patch for the INSSANE_SKIP work-around, but I'm > > not sure this is a proper fix to this or not. > > > > On Sun, Jan 8, 2023 at 7:54 AM Khem Raj <raj.khem@gmail.com> wrote: > > > > > > merged thanks. > > > > > > On Sun, Jan 8, 2023 at 7:32 AM akuster808 <akuster808@gmail.com> wrote: > > > > > > > > The following changes since commit a8055484f2829e8dfd03d5c8520b2c611aa7ebd2: > > > > > > > > dool: Add patch to fix rebuild (2022-12-11 16:18:53 -0500) > > > > > > > > are available in the Git repository at: > > > > > > > > https://git.openembedded.org/meta-openembedded kirkstone-next > > > > > > > > for you to fetch changes up to a9c25bef8882a69fd35ea7dbac3d978ce440fe06: > > > > > > > > mariadb: Upgrade to 10.7.7 (2023-01-04 11:46:45 -0500) > > > > > > > > ---------------------------------------------------------------- > > > > Archana Polampalli (1): > > > > Nodejs: Fixed python3 DeprecationWarning > > > > > > > > Mingli Yu (3): > > > > php: Upgrade to 8.1.12 > > > > mariadb: not use qemu to run cross-compiled binaries > > > > mariadb: Upgrade to 10.7.7 > > > > > > > > Narpat Mali (1): > > > > Fix collections.abc deprecation warning in downloadutils Warning > > > > appears as: > > > > > > > > Polampalli, Archana (1): > > > > xfce4-settings: 4.16.2 -> 4.16.5 > > > > > > > > Siddharth Doshi (1): > > > > xterm : Fix CVE-2022-45063 code execution via OSC 50 input > > > > sequences] CVE-2022-45063 > > > > > > > > Yogita Urade (1): > > > > multipath-tools:fix CVE-2022-41973 > > > > > > > > .../{mariadb-native_10.7.4.bb => mariadb-native_10.7.7.bb} | 4 +- > > > > meta-oe/recipes-dbs/mysql/mariadb.inc | 23 +- > > > > .../0001-sql-CMakeLists.txt-fix-gen_lex_hash-not-found.patch | 69 +++ > > > > meta-oe/recipes-dbs/mysql/mariadb/cross-compiling.patch | 34 ++ > > > > meta-oe/recipes-dbs/mysql/mariadb/mariadb-openssl3.patch | 416 > > > > --------------- > > > > .../recipes-dbs/mysql/{mariadb_10.7.4.bb => mariadb_10.7.7.bb} | 6 +- > > > > .../nodejs/0001-Nodejs-Fixed-pipes-DeprecationWarning.patch | 35 ++ > > > > meta-oe/recipes-devtools/nodejs/nodejs_16.18.1.bb | 3 +- > > > > meta-oe/recipes-devtools/php/{php_8.1.10.bb => php_8.1.12.bb} | 2 +- > > > > meta-oe/recipes-graphics/xorg-app/xterm/CVE-2022-45063.patch | 782 > > > > ++++++++++++++++++++++++++++ > > > > meta-oe/recipes-graphics/xorg-app/xterm_372.bb | 1 + > > > > .../files/0001-multipath-tools-use-run-instead-of-dev-shm.patch | 159 > > > > ++++++ > > > > .../recipes-support/multipath-tools/multipath-tools_0.8.4.bb | 4 + > > > > ...1-Fix-collections.abc-deprecation-warning-in-downloadu.patch | 41 ++ > > > > .../recipes-devtools/python/python3-requests-toolbelt_0.9.1.bb | 5 +- > > > > .../{xfce4-settings_4.16.2.bb => xfce4-settings_4.16.5.bb} | 2 +- > > > > 16 files changed, 1147 insertions(+), 439 deletions(-) > > > > rename meta-oe/recipes-dbs/mysql/{mariadb-native_10.7.4.bb => > > > > mariadb-native_10.7.7.bb} (93%) > > > > create mode 100644 > > > > meta-oe/recipes-dbs/mysql/mariadb/0001-sql-CMakeLists.txt-fix-gen_lex_hash-not-found.patch > > > > create mode 100644 meta-oe/recipes-dbs/mysql/mariadb/cross-compiling.patch > > > > delete mode 100644 > > > > meta-oe/recipes-dbs/mysql/mariadb/mariadb-openssl3.patch > > > > rename meta-oe/recipes-dbs/mysql/{mariadb_10.7.4.bb => > > > > mariadb_10.7.7.bb} (81%) > > > > create mode 100644 > > > > meta-oe/recipes-devtools/nodejs/nodejs/0001-Nodejs-Fixed-pipes-DeprecationWarning.patch > > > > rename meta-oe/recipes-devtools/php/{php_8.1.10.bb => php_8.1.12.bb} (99%) > > > > create mode 100644 > > > > meta-oe/recipes-graphics/xorg-app/xterm/CVE-2022-45063.patch > > > > create mode 100644 > > > > meta-oe/recipes-support/multipath-tools/files/0001-multipath-tools-use-run-instead-of-dev-shm.patch > > > > create mode 100644 > > > > meta-python/recipes-devtools/python/python3-requests-toolbelt/0001-Fix-collections.abc-deprecation-warning-in-downloadu.patch > > > > rename meta-xfce/recipes-xfce/xfce4-settings/{xfce4-settings_4.16.2.bb > > > > => xfce4-settings_4.16.5.bb} (93%) > > > > > > > > > > -=-=-=-=-=-=-=-=-=-=-=- > > > Links: You receive all messages sent to this group. > > > View/Reply Online (#100476): https://lists.openembedded.org/g/openembedded-devel/message/100476 > > > Mute This Topic: https://lists.openembedded.org/mt/96132811/141655 > > > Group Owner: openembedded-devel+owner@lists.openembedded.org > > > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [geoffhp@gmail.com] > > > -=-=-=-=-=-=-=-=-=-=-=- > > > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [oe] Kirkstone merge request: Jan 8th 2023-01-10 2:23 ` Geoff Parker @ 2023-01-10 3:45 ` Khem Raj 2023-01-10 18:21 ` akuster808 0 siblings, 1 reply; 8+ messages in thread From: Khem Raj @ 2023-01-10 3:45 UTC (permalink / raw) To: Geoff Parker Cc: yogita.urade, akuster808, OpenEmbedded Devel List, Stephanie Lockwood-Childs Great, thanks for testing. I am sure Armin will get this sorted soon On Mon, Jan 9, 2023 at 6:24 PM Geoff Parker <geoffhp@gmail.com> wrote: > > Hi Khem, > > Stephanie's patch worked for me. > > On Mon, Jan 9, 2023 at 5:04 PM Khem Raj <raj.khem@gmail.com> wrote: > > > > Can you try https://patchwork.yoctoproject.org/project/oe/patch/20230110002358.GC1773006@codepurple/ > > > > On Mon, Jan 9, 2023 at 3:31 PM Geoff Parker <geoffhp@gmail.com> wrote: > > > > > > Since the merge of > > > .../recipes-support/multipath-tools/multipath-tools_0.8.4.bb CVE fix, > > > I've been getting build failures on my kirkstone builds due to this > > > do_package_qa Error. > > > > > > ERROR: multipath-tools-0.8.4-r0 do_package_qa: QA Issue: non > > > -dev/-dbg/nativesdk- package multipath-tools-libs contains symlink .so > > > '/usr/lib/libdmmp.so' > > > non -dev/-dbg/nativesdk- package multipath-tools-libs contains symlink > > > .so '/usr/lib/libmpathcmd.so' > > > non -dev/-dbg/nativesdk- package multipath-tools-libs contains symlink > > > .so '/usr/lib/libmultipath.so' > > > non -dev/-dbg/nativesdk- package multipath-tools-libs contains symlink > > > .so '/usr/lib/libmpathpersist.so' [dev-so] > > > ERROR: multipath-tools-0.8.4-r0 do_package_qa: Fatal QA errors were > > > found, failing task. > > > > > > The only ways I've been able to resolve the QA Error is to either > > > revert the multipath-tools CVE fix commit, or add > > > 'INSANE_SKIP:${PN}-libs = "dev-so" ' to a .bbappend. > > > > > > I'm happy to send a patch for the INSSANE_SKIP work-around, but I'm > > > not sure this is a proper fix to this or not. > > > > > > On Sun, Jan 8, 2023 at 7:54 AM Khem Raj <raj.khem@gmail.com> wrote: > > > > > > > > merged thanks. > > > > > > > > On Sun, Jan 8, 2023 at 7:32 AM akuster808 <akuster808@gmail.com> wrote: > > > > > > > > > > The following changes since commit a8055484f2829e8dfd03d5c8520b2c611aa7ebd2: > > > > > > > > > > dool: Add patch to fix rebuild (2022-12-11 16:18:53 -0500) > > > > > > > > > > are available in the Git repository at: > > > > > > > > > > https://git.openembedded.org/meta-openembedded kirkstone-next > > > > > > > > > > for you to fetch changes up to a9c25bef8882a69fd35ea7dbac3d978ce440fe06: > > > > > > > > > > mariadb: Upgrade to 10.7.7 (2023-01-04 11:46:45 -0500) > > > > > > > > > > ---------------------------------------------------------------- > > > > > Archana Polampalli (1): > > > > > Nodejs: Fixed python3 DeprecationWarning > > > > > > > > > > Mingli Yu (3): > > > > > php: Upgrade to 8.1.12 > > > > > mariadb: not use qemu to run cross-compiled binaries > > > > > mariadb: Upgrade to 10.7.7 > > > > > > > > > > Narpat Mali (1): > > > > > Fix collections.abc deprecation warning in downloadutils Warning > > > > > appears as: > > > > > > > > > > Polampalli, Archana (1): > > > > > xfce4-settings: 4.16.2 -> 4.16.5 > > > > > > > > > > Siddharth Doshi (1): > > > > > xterm : Fix CVE-2022-45063 code execution via OSC 50 input > > > > > sequences] CVE-2022-45063 > > > > > > > > > > Yogita Urade (1): > > > > > multipath-tools:fix CVE-2022-41973 > > > > > > > > > > .../{mariadb-native_10.7.4.bb => mariadb-native_10.7.7.bb} | 4 +- > > > > > meta-oe/recipes-dbs/mysql/mariadb.inc | 23 +- > > > > > .../0001-sql-CMakeLists.txt-fix-gen_lex_hash-not-found.patch | 69 +++ > > > > > meta-oe/recipes-dbs/mysql/mariadb/cross-compiling.patch | 34 ++ > > > > > meta-oe/recipes-dbs/mysql/mariadb/mariadb-openssl3.patch | 416 > > > > > --------------- > > > > > .../recipes-dbs/mysql/{mariadb_10.7.4.bb => mariadb_10.7.7.bb} | 6 +- > > > > > .../nodejs/0001-Nodejs-Fixed-pipes-DeprecationWarning.patch | 35 ++ > > > > > meta-oe/recipes-devtools/nodejs/nodejs_16.18.1.bb | 3 +- > > > > > meta-oe/recipes-devtools/php/{php_8.1.10.bb => php_8.1.12.bb} | 2 +- > > > > > meta-oe/recipes-graphics/xorg-app/xterm/CVE-2022-45063.patch | 782 > > > > > ++++++++++++++++++++++++++++ > > > > > meta-oe/recipes-graphics/xorg-app/xterm_372.bb | 1 + > > > > > .../files/0001-multipath-tools-use-run-instead-of-dev-shm.patch | 159 > > > > > ++++++ > > > > > .../recipes-support/multipath-tools/multipath-tools_0.8.4.bb | 4 + > > > > > ...1-Fix-collections.abc-deprecation-warning-in-downloadu.patch | 41 ++ > > > > > .../recipes-devtools/python/python3-requests-toolbelt_0.9.1.bb | 5 +- > > > > > .../{xfce4-settings_4.16.2.bb => xfce4-settings_4.16.5.bb} | 2 +- > > > > > 16 files changed, 1147 insertions(+), 439 deletions(-) > > > > > rename meta-oe/recipes-dbs/mysql/{mariadb-native_10.7.4.bb => > > > > > mariadb-native_10.7.7.bb} (93%) > > > > > create mode 100644 > > > > > meta-oe/recipes-dbs/mysql/mariadb/0001-sql-CMakeLists.txt-fix-gen_lex_hash-not-found.patch > > > > > create mode 100644 meta-oe/recipes-dbs/mysql/mariadb/cross-compiling.patch > > > > > delete mode 100644 > > > > > meta-oe/recipes-dbs/mysql/mariadb/mariadb-openssl3.patch > > > > > rename meta-oe/recipes-dbs/mysql/{mariadb_10.7.4.bb => > > > > > mariadb_10.7.7.bb} (81%) > > > > > create mode 100644 > > > > > meta-oe/recipes-devtools/nodejs/nodejs/0001-Nodejs-Fixed-pipes-DeprecationWarning.patch > > > > > rename meta-oe/recipes-devtools/php/{php_8.1.10.bb => php_8.1.12.bb} (99%) > > > > > create mode 100644 > > > > > meta-oe/recipes-graphics/xorg-app/xterm/CVE-2022-45063.patch > > > > > create mode 100644 > > > > > meta-oe/recipes-support/multipath-tools/files/0001-multipath-tools-use-run-instead-of-dev-shm.patch > > > > > create mode 100644 > > > > > meta-python/recipes-devtools/python/python3-requests-toolbelt/0001-Fix-collections.abc-deprecation-warning-in-downloadu.patch > > > > > rename meta-xfce/recipes-xfce/xfce4-settings/{xfce4-settings_4.16.2.bb > > > > > => xfce4-settings_4.16.5.bb} (93%) > > > > > > > > > > > > > -=-=-=-=-=-=-=-=-=-=-=- > > > > Links: You receive all messages sent to this group. > > > > View/Reply Online (#100476): https://lists.openembedded.org/g/openembedded-devel/message/100476 > > > > Mute This Topic: https://lists.openembedded.org/mt/96132811/141655 > > > > Group Owner: openembedded-devel+owner@lists.openembedded.org > > > > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [geoffhp@gmail.com] > > > > -=-=-=-=-=-=-=-=-=-=-=- > > > > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [oe] Kirkstone merge request: Jan 8th 2023-01-10 3:45 ` Khem Raj @ 2023-01-10 18:21 ` akuster808 0 siblings, 0 replies; 8+ messages in thread From: akuster808 @ 2023-01-10 18:21 UTC (permalink / raw) To: Khem Raj, Geoff Parker Cc: yogita.urade, OpenEmbedded Devel List, Stephanie Lockwood-Childs noted On 1/9/23 10:45 PM, Khem Raj wrote: > Great, thanks for testing. I am sure Armin will get this sorted soon > > On Mon, Jan 9, 2023 at 6:24 PM Geoff Parker <geoffhp@gmail.com> wrote: >> Hi Khem, >> >> Stephanie's patch worked for me. >> >> On Mon, Jan 9, 2023 at 5:04 PM Khem Raj <raj.khem@gmail.com> wrote: >>> Can you try https://patchwork.yoctoproject.org/project/oe/patch/20230110002358.GC1773006@codepurple/ >>> >>> On Mon, Jan 9, 2023 at 3:31 PM Geoff Parker <geoffhp@gmail.com> wrote: >>>> Since the merge of >>>> .../recipes-support/multipath-tools/multipath-tools_0.8.4.bb CVE fix, >>>> I've been getting build failures on my kirkstone builds due to this >>>> do_package_qa Error. >>>> >>>> ERROR: multipath-tools-0.8.4-r0 do_package_qa: QA Issue: non >>>> -dev/-dbg/nativesdk- package multipath-tools-libs contains symlink .so >>>> '/usr/lib/libdmmp.so' >>>> non -dev/-dbg/nativesdk- package multipath-tools-libs contains symlink >>>> .so '/usr/lib/libmpathcmd.so' >>>> non -dev/-dbg/nativesdk- package multipath-tools-libs contains symlink >>>> .so '/usr/lib/libmultipath.so' >>>> non -dev/-dbg/nativesdk- package multipath-tools-libs contains symlink >>>> .so '/usr/lib/libmpathpersist.so' [dev-so] >>>> ERROR: multipath-tools-0.8.4-r0 do_package_qa: Fatal QA errors were >>>> found, failing task. >>>> >>>> The only ways I've been able to resolve the QA Error is to either >>>> revert the multipath-tools CVE fix commit, or add >>>> 'INSANE_SKIP:${PN}-libs = "dev-so" ' to a .bbappend. >>>> >>>> I'm happy to send a patch for the INSSANE_SKIP work-around, but I'm >>>> not sure this is a proper fix to this or not. >>>> >>>> On Sun, Jan 8, 2023 at 7:54 AM Khem Raj <raj.khem@gmail.com> wrote: >>>>> merged thanks. >>>>> >>>>> On Sun, Jan 8, 2023 at 7:32 AM akuster808 <akuster808@gmail.com> wrote: >>>>>> The following changes since commit a8055484f2829e8dfd03d5c8520b2c611aa7ebd2: >>>>>> >>>>>> dool: Add patch to fix rebuild (2022-12-11 16:18:53 -0500) >>>>>> >>>>>> are available in the Git repository at: >>>>>> >>>>>> https://git.openembedded.org/meta-openembedded kirkstone-next >>>>>> >>>>>> for you to fetch changes up to a9c25bef8882a69fd35ea7dbac3d978ce440fe06: >>>>>> >>>>>> mariadb: Upgrade to 10.7.7 (2023-01-04 11:46:45 -0500) >>>>>> >>>>>> ---------------------------------------------------------------- >>>>>> Archana Polampalli (1): >>>>>> Nodejs: Fixed python3 DeprecationWarning >>>>>> >>>>>> Mingli Yu (3): >>>>>> php: Upgrade to 8.1.12 >>>>>> mariadb: not use qemu to run cross-compiled binaries >>>>>> mariadb: Upgrade to 10.7.7 >>>>>> >>>>>> Narpat Mali (1): >>>>>> Fix collections.abc deprecation warning in downloadutils Warning >>>>>> appears as: >>>>>> >>>>>> Polampalli, Archana (1): >>>>>> xfce4-settings: 4.16.2 -> 4.16.5 >>>>>> >>>>>> Siddharth Doshi (1): >>>>>> xterm : Fix CVE-2022-45063 code execution via OSC 50 input >>>>>> sequences] CVE-2022-45063 >>>>>> >>>>>> Yogita Urade (1): >>>>>> multipath-tools:fix CVE-2022-41973 >>>>>> >>>>>> .../{mariadb-native_10.7.4.bb => mariadb-native_10.7.7.bb} | 4 +- >>>>>> meta-oe/recipes-dbs/mysql/mariadb.inc | 23 +- >>>>>> .../0001-sql-CMakeLists.txt-fix-gen_lex_hash-not-found.patch | 69 +++ >>>>>> meta-oe/recipes-dbs/mysql/mariadb/cross-compiling.patch | 34 ++ >>>>>> meta-oe/recipes-dbs/mysql/mariadb/mariadb-openssl3.patch | 416 >>>>>> --------------- >>>>>> .../recipes-dbs/mysql/{mariadb_10.7.4.bb => mariadb_10.7.7.bb} | 6 +- >>>>>> .../nodejs/0001-Nodejs-Fixed-pipes-DeprecationWarning.patch | 35 ++ >>>>>> meta-oe/recipes-devtools/nodejs/nodejs_16.18.1.bb | 3 +- >>>>>> meta-oe/recipes-devtools/php/{php_8.1.10.bb => php_8.1.12.bb} | 2 +- >>>>>> meta-oe/recipes-graphics/xorg-app/xterm/CVE-2022-45063.patch | 782 >>>>>> ++++++++++++++++++++++++++++ >>>>>> meta-oe/recipes-graphics/xorg-app/xterm_372.bb | 1 + >>>>>> .../files/0001-multipath-tools-use-run-instead-of-dev-shm.patch | 159 >>>>>> ++++++ >>>>>> .../recipes-support/multipath-tools/multipath-tools_0.8.4.bb | 4 + >>>>>> ...1-Fix-collections.abc-deprecation-warning-in-downloadu.patch | 41 ++ >>>>>> .../recipes-devtools/python/python3-requests-toolbelt_0.9.1.bb | 5 +- >>>>>> .../{xfce4-settings_4.16.2.bb => xfce4-settings_4.16.5.bb} | 2 +- >>>>>> 16 files changed, 1147 insertions(+), 439 deletions(-) >>>>>> rename meta-oe/recipes-dbs/mysql/{mariadb-native_10.7.4.bb => >>>>>> mariadb-native_10.7.7.bb} (93%) >>>>>> create mode 100644 >>>>>> meta-oe/recipes-dbs/mysql/mariadb/0001-sql-CMakeLists.txt-fix-gen_lex_hash-not-found.patch >>>>>> create mode 100644 meta-oe/recipes-dbs/mysql/mariadb/cross-compiling.patch >>>>>> delete mode 100644 >>>>>> meta-oe/recipes-dbs/mysql/mariadb/mariadb-openssl3.patch >>>>>> rename meta-oe/recipes-dbs/mysql/{mariadb_10.7.4.bb => >>>>>> mariadb_10.7.7.bb} (81%) >>>>>> create mode 100644 >>>>>> meta-oe/recipes-devtools/nodejs/nodejs/0001-Nodejs-Fixed-pipes-DeprecationWarning.patch >>>>>> rename meta-oe/recipes-devtools/php/{php_8.1.10.bb => php_8.1.12.bb} (99%) >>>>>> create mode 100644 >>>>>> meta-oe/recipes-graphics/xorg-app/xterm/CVE-2022-45063.patch >>>>>> create mode 100644 >>>>>> meta-oe/recipes-support/multipath-tools/files/0001-multipath-tools-use-run-instead-of-dev-shm.patch >>>>>> create mode 100644 >>>>>> meta-python/recipes-devtools/python/python3-requests-toolbelt/0001-Fix-collections.abc-deprecation-warning-in-downloadu.patch >>>>>> rename meta-xfce/recipes-xfce/xfce4-settings/{xfce4-settings_4.16.2.bb >>>>>> => xfce4-settings_4.16.5.bb} (93%) >>>>>> >>>>> -=-=-=-=-=-=-=-=-=-=-=- >>>>> Links: You receive all messages sent to this group. >>>>> View/Reply Online (#100476): https://lists.openembedded.org/g/openembedded-devel/message/100476 >>>>> Mute This Topic: https://lists.openembedded.org/mt/96132811/141655 >>>>> Group Owner: openembedded-devel+owner@lists.openembedded.org >>>>> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [geoffhp@gmail.com] >>>>> -=-=-=-=-=-=-=-=-=-=-=- >>>>> ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2023-01-10 18:21 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-01-08 15:32 Kirkstone merge request: Jan 8th akuster808 2023-01-08 15:53 ` Khem Raj 2023-01-09 23:31 ` [oe] " Geoff Parker 2023-01-10 0:23 ` [meta-oe][PATCH] multipath-tools: fix QA "dev-so" regression S. Lockwood-Childs 2023-01-10 1:04 ` [oe] Kirkstone merge request: Jan 8th Khem Raj 2023-01-10 2:23 ` Geoff Parker 2023-01-10 3:45 ` Khem Raj 2023-01-10 18:21 ` akuster808
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.