Re: [OE-core] [PATCH v2 2/2] runqemu: add an option to enable guest-agent virtio device

2023-03-05 Thread Alexander Kanavin
Can you please explain the use case? Who would want to enable the option, and what could they do when there's a running qemu? This kind of information needs to go to the commit message, so we can document those things for the users. Alex On Sun, 5 Mar 2023 at 21:10, Clément Péron wrote: > >

[OE-core] [PATCH] grub2: support metadata_csum_seed feature

2023-03-05 Thread Kai Kang
From: Kai Kang It enable the metadata_csum_seed feature by default in e2fsprogs 1.47.0 and causes grub doesn't work. Backport patch to make grub support this feature. Signed-off-by: Kai Kang --- ...gnore-checksum-seed-incompat-feature.patch | 66 +++

Re: [OE-core] [Kirkstone][Patch review] harfbuzz: CVE-2023-25193 doesn't fix the issue and still exhibits O(n^2) behaviour #kirkstone

2023-03-05 Thread vkumbhar
Yes, will revert that patch and backport the correct one. Thanks vivek On Mon, Mar 6, 2023 at 10:47 AM DC wrote: > The patches submitted to > dunfell -> > https://lists.openembedded.org/g/openembedded-core/message/177768 > Kirkstone -> >

[OE-core] [Kirkstone][Patch review] harfbuzz: CVE-2023-25193 doesn't fix the issue and still exhibits O(n^2) behaviour #kirkstone

2023-03-05 Thread DC
The patches submitted to dunfell -> https://lists.openembedded.org/g/openembedded-core/message/177768 Kirkstone -> https://lists.openembedded.org/g/openembedded-core/message/177767 ( https://lists.openembedded.org/g/openembedded-core/message/177767 ) Still exhibits O(n^2) behaviour upon testing

Re: [OE-core] [PATCH] linux: inherit pkgconfig in kernel.bbclass

2023-03-05 Thread Bruce Ashfield
On Sat, Mar 4, 2023 at 11:30 AM Ming Liu wrote: > > From: Ming Liu > > pkgconfig is being required to find dependencies for building kernel > native tools, move "inherit pkgconfig" to kernel.bbclass so BSP kernel > recipes can also benefit from it. Reminder: copy me on linux-yocto changes!

Re: [OE-core] [PATCH v2 1/2] qemu: split out qemu-guest-agent, add startup scripts

2023-03-05 Thread Richard Purdie
On Sun, 2023-03-05 at 22:04 +0100, Alexandre Belloni via lists.openembedded.org wrote: > Hello, > > This doesn't apply on master, can you rebase? > > On 24/02/2023 16:31:56+0100, Clément Péron wrote: > > Split out the QEMU guest agent into a separate package. The agent is > > intended to be

Re: [OE-core] [PATCH v2 1/2] qemu: split out qemu-guest-agent, add startup scripts

2023-03-05 Thread Alexandre Belloni via lists.openembedded.org
Hello, This doesn't apply on master, can you rebase? On 24/02/2023 16:31:56+0100, Clément Péron wrote: > Split out the QEMU guest agent into a separate package. The agent is > intended to be installed within a QEMU VM guest where a user is likely > to not want to have the rest of the QEMU

[oe] [oe-core] [PATCH 1/1] Fix Bug 11766 - "nobody" group added by systemd sysusers.d

2023-03-05 Thread Piotr Łobacz
diff --git a/meta/recipes-core/systemd/systemd_250.5.bb b/meta/recipes-core/systemd/systemd_250.5.bb index 7df7bca4cc..9bb42b971f 100644 --- a/meta/recipes-core/systemd/systemd_250.5.bb +++ b/meta/recipes-core/systemd/systemd_250.5.bb @@ -221,7 +221,7 @@ rootlibdir ?= "${base_libdir}"

[OE-core] [PATCH v2 1/2] qemu: split out qemu-guest-agent, add startup scripts

2023-03-05 Thread Clément Péron
Split out the QEMU guest agent into a separate package. The agent is intended to be installed within a QEMU VM guest where a user is likely to not want to have the rest of the QEMU installation within it. Additionally, an initscript, udev rules file, and systemd unit file are added to the package

Re: [OE-core] [PATCH] python3-influxdb_5.3.1.bb: add python3 recipe

2023-03-05 Thread Parthiban
Please ignore, sent in wrong list. Thanks, Parthiban N https://www.linumiz.com Berlin, Germany On 2/21/23 19:30, Parthiban Nallathambi wrote: > add python3 recipe for python3-influxdb_5.3.1.bb > > Signed-off-by: Parthiban Nallathambi > --- > .../python/python3-influxdb_5.3.1.bb | 19

[OE-core] [PATCH v2 2/2] runqemu: add an option to enable guest-agent virtio device

2023-03-05 Thread Clément Péron
Add support to the runqemu script for a new option, 'guestagent', that enables the virtio serial port for host-to-guest communication. Signed-off-by: Brenda Streiff Signed-off-by: Clément Péron --- scripts/runqemu | 14 ++ 1 file changed, 14 insertions(+) diff --git

[OE-core] [PATCH] python3-influxdb_5.3.1.bb: add python3 recipe

2023-03-05 Thread Parthiban
add python3 recipe for python3-influxdb_5.3.1.bb Signed-off-by: Parthiban Nallathambi --- .../python/python3-influxdb_5.3.1.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-influxdb_5.3.1.bb diff --git

Re: [oe-core][PATCHv2] gtk4: update 4.8.3 -> 4.10.0

2023-03-05 Thread Markus Volk
v2 I had sent the wrong patch by mistake Am So, 5. Mär 2023 um 18:28:53 +0100 schrieb Markus Volk : A testsuite was added that breaks musl build -> disable by default Overview of Changes in 4.10.0, 04-03-2023 = * GtkTextView - Document hanging

[oe-core][PATCHv2] gtk4: update 4.8.3 -> 4.10.0

2023-03-05 Thread Markus Volk
A testsuite was added that breaks musl build -> disable by default Overview of Changes in 4.10.0, 04-03-2023 = * GtkTextView - Document hanging indentation * GtkListView - Fix a size allocation problem * GtkFileChooser - Fix paned behavior - Fix a crash

[oe-core][PATCH] gtk4: update 4.8.3 -> 4.10.0

2023-03-05 Thread Markus Volk
A testsuite was added that breaks musl build -> disable by default Overview of Changes in 4.10.0, 04-03-2023 = * GtkTextView - Document hanging indentation * GtkListView - Fix a size allocation problem * GtkFileChooser - Fix paned behavior - Fix a crash

[OE-core] OE-core CVE metrics for langdale on Sun 05 Mar 2023 03:30:01 AM HST

2023-03-05 Thread Steve Sakoman
Branch: langdale New this week: 8 CVEs CVE-2005-1796 (CVSS3: N/A): ncurses:ncurses-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2005-1796 * CVE-2016-15024 (CVSS3: 5.5 MEDIUM): shadow:shadow-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-15024 * CVE-2022-3219

[OE-core] OE-core CVE metrics for kirkstone on Sun 05 Mar 2023 03:00:01 AM HST

2023-03-05 Thread Steve Sakoman
Branch: kirkstone New this week: 8 CVEs CVE-2005-1796 (CVSS3: N/A): ncurses:ncurses-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2005-1796 * CVE-2016-15024 (CVSS3: 5.5 MEDIUM): shadow:shadow-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-15024 * CVE-2022-3219

[OE-core] OE-core CVE metrics for dunfell on Sun 05 Mar 2023 02:30:01 AM HST

2023-03-05 Thread Steve Sakoman
Branch: dunfell New this week: 6 CVEs CVE-2005-1796 (CVSS3: N/A): ncurses:ncurses-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2005-1796 * CVE-2016-15024 (CVSS3: 5.5 MEDIUM): shadow:shadow-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-15024 * CVE-2022-3219

[OE-core] OE-core CVE metrics for master on Sun 05 Mar 2023 02:00:01 AM HST

2023-03-05 Thread Steve Sakoman
Branch: master New this week: 4 CVEs CVE-2005-1796 (CVSS3: N/A): ncurses:ncurses-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2005-1796 * CVE-2016-15024 (CVSS3: 5.5 MEDIUM): shadow:shadow-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-15024 * CVE-2022-3219

[OE-core] [PATCH] stress-ng: upgrade 0.15.03 -> 0.15.04

2023-03-05 Thread wangmy
From: Wang Mingyu 0001-test-float-Make-variables-global.patch 0001-Include-sys-futex.h-for-clock_adjtime.patch removed since they're included in 0.15.04. 0001-Pass-LD_GOLD-1-via-makefile-to-enable-gold-linker.patch refreshed for 0.15.04. Signed-off-by: Wang Mingyu ---

[OE-core] [PATCH] strace: upgrade 6.1 -> 6.2

2023-03-05 Thread wangmy
From: Wang Mingyu * Improvements * Implemented collision resolution for overlapping ioctl commands from tty and snd subsystems. * Implemented decoding of IFLA_BRPORT_MAB and IFLA_DEVLINK_PORT netlink attributes. * Updated lists of ALG_*, BPF_*, IFLA_*, KEY_*, KVM_*, LANDLOCK_*,

[OE-core] [PATCH] repo: upgrade 2.31 -> 2.32

2023-03-05 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta/recipes-devtools/repo/{repo_2.31.bb => repo_2.32.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/repo/{repo_2.31.bb => repo_2.32.bb} (95%) diff --git a/meta/recipes-devtools/repo/repo_2.31.bb

[OE-core] [PATCH] python3-git: upgrade 3.1.30 -> 3.1.31

2023-03-05 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../python/{python3-git_3.1.30.bb => python3-git_3.1.31.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-git_3.1.30.bb => python3-git_3.1.31.bb} (92%) diff --git

[OE-core] [PATCH] python3-setuptools: upgrade 67.3.3 -> 67.4.0

2023-03-05 Thread wangmy
From: Wang Mingyu Changelog: * #3832: Update vendored "importlib-metadata" (to 6.0.0) and "importlib-resources" (to 5.10.2) Signed-off-by: Wang Mingyu --- ...ython3-setuptools_67.3.3.bb => python3-setuptools_67.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[OE-core] [PATCH] python3-cryptography(-vectors): upgrade 39.0.1 -> 39.0.2

2023-03-05 Thread wangmy
From: Wang Mingyu Changelog: == Fixed a bug where the content type header was not properly encoded for PKCS7 signatures when using the Text option and SMIME encoding. Signed-off-by: Wang Mingyu --- ...vectors_39.0.1.bb => python3-cryptography-vectors_39.0.2.bb} | 2 +-

[OE-core] [PATCH] glib-2.0: upgrade 2.74.5 -> 2.74.6

2023-03-05 Thread wangmy
From: Wang Mingyu Changelog: == * Bugs fixed: - !3239 Backport !3237 "Fix safe_wspawnve #define" to glib-2-74 * Translation updates: - Georgian - German Signed-off-by: Wang Mingyu --- .../glib-2.0/{glib-2.0_2.74.5.bb => glib-2.0_2.74.6.bb} | 2 +- 1 file changed, 1

[OE-core] [PATCH] meson: upgrade 1.0.0 -> 1.0.1

2023-03-05 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta/recipes-devtools/meson/{meson_1.0.0.bb => meson_1.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/meson/{meson_1.0.0.bb => meson_1.0.1.bb} (98%) diff --git

[OE-core] [PATCH] libmicrohttpd: upgrade 0.9.75 -> 0.9.76

2023-03-05 Thread wangmy
From: Wang Mingyu Changelog: Fix potential DoS vector in MHD_PostProcessor. Releasing GNU libmicrohttpd 0.9.76 hotfix. Signed-off-by: Wang Mingyu --- .../{libmicrohttpd_0.9.75.bb => libmicrohttpd_0.9.76.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[OE-core] [PATCH] iso-codes: upgrade 4.12.0 -> 4.13.0

2023-03-05 Thread wangmy
From: Wang Mingyu Added = - ISO 3166-1: Add missing common names for Laos, Iran, and Syria. Fixes #32 Changed === - Translation updates for ISO 3166-1 - Kazakh from Debian BTS. Closes: #1025423 - Catalan from Debian BTS. Closes: #1026972 - Translation updates for ISO

[OE-core] [PATCH] harfbuzz: upgrade 7.0.1 -> 7.1.0

2023-03-05 Thread wangmy
From: Wang Mingyu Changelog: = - New experimental hb_shape_justify() API that uses font variations to expand or shrink the text to a given advance. - Various build and bug fixes. - New API:+hb_font_set_variation() Signed-off-by: Wang Mingyu --- .../harfbuzz/{harfbuzz_7.0.1.bb =>

[OE-core] [PATCH] font-util: upgrade 1.3.3 -> 1.4.0

2023-03-05 Thread wangmy
From: Wang Mingyu Changelog: == gitlab CI: stop requiring Signed-off-by in commits Add COMPRESS_FLAGS to pass options to compression command Signed-off-by: Wang Mingyu --- .../xorg-font/{font-util_1.3.3.bb => font-util_1.4.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1

[OE-core] [PATCH] autoconf-archive: upgrade 2022.09.03 -> 2023.02.20

2023-03-05 Thread wangmy
From: Wang Mingyu Changelog: == ax_have_qt: bump serial number Merge pull request #262 from bastien-roucaries/fromdebian20200930 Fix AX_HAVE_QT ax_have_qt: bump serial number Merge pull request #266 from netfab/fix-ax_have_qt AX_HAVE_QT: remove qmake stash file before