[OE-core][PATCH] linux-firmware: fix mediatek MT76x empty license package

2024-01-18 Thread Julian Haller
these packages were used at the same time, the license packages would be empty. This commit defines a common license package for the mediatek MT76x packages, which is then referenced by all of them. Fixes: dfb7d2c426b4 ("linux-firmware: create separate packages") Signed-off-by: Jul

[OE-core] [dunfell][PATCH 1/2] dbus: Backport fix for CVE-2023-34969

2023-10-04 Thread Julian Haller
From: Julian Haller Upstream commit https://gitlab.freedesktop.org/dbus/dbus/-/commit/37a4dc5835731a1f7a81f1b67c45b8dfb556dd1c Signed-off-by: Julian Haller --- meta/recipes-core/dbus/dbus.inc | 1 + .../dbus/dbus/CVE-2023-34969.patch| 96 +++ 2

[OE-core] [dunfell][PATCH 2/2] dbus: Add missing CVE_PRODUCT

2023-10-04 Thread Julian Haller
From: Julian Haller The current dunfell CVE scans report 0 CVEs for our dbus version. This is not correct, though, as we use the wrong product name to query it. Fix this to get a proper CVE list. Signed-off-by: Julian Haller --- meta/recipes-core/dbus/dbus.inc | 2 ++ 1 file changed, 2

Re: [OE-core] [PATCH 1/2] dbus: Backport fix for CVE-2023-34969

2023-09-04 Thread Julian Haller
My bad, I dropped the [dunfell] prefix when sending the patch. This patch is intended to be applied to dunfell. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#187178): https://lists.openembedded.org/g/openembedded-core/message/187178 Mute This Top

Re: [OE-core] [PATCH 2/2] dbus: Add missing CVE_PRODUCT

2023-09-04 Thread Julian Haller
My bad, I dropped the [dunfell] prefix when sending the patch. This patch is intended to be applied to dunfell. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#187177): https://lists.openembedded.org/g/openembedded-core/message/187177 Mute This Top

[OE-core] [meta-oe][PATCH 2/2] ccid: upgrade 1.4.33 -> 1.5.0

2022-06-24 Thread Julian Haller via lists.openembedded.org
From: Julian Haller Signed-off-by: Julian Haller --- .../recipes-support/ccid/{ccid_1.4.33.bb => ccid_1.5.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-support/ccid/{ccid_1.4.33.bb => ccid_1.5.0.bb} (69%) diff --git a/meta-oe/recipes-suppor

[OE-core] [meta-oe][PATCH 1/2] pcsc-lite: upgrade 1.9.0 -> 1.9.8

2022-06-24 Thread Julian Haller via lists.openembedded.org
From: Julian Haller The python3 related patch is no longer due to similar changes in the project. This also requires changing the RDEPENDS to python3-core to avoid package QA warnings. Signed-off-by: Julian Haller --- .../0001-pcsc-spy-use-python3-only.patch | 43