* [Buildroot] [PATCH 1/1] package/dbus: fix CPE variables
@ 2024-02-03 18:35 Fabrice Fontaine
2024-02-28 21:21 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2024-02-03 18:35 UTC (permalink / raw)
To: buildroot; +Cc: Fabrice Fontaine
cpe:2.3:a:d-bus_project:d-bus has been deprecated in favor of
cpe:2.3:a:freedesktop:dbus in December 2023:
<cpe-item name="cpe:/a:d-bus_project:d-bus:1.15.6" deprecated="true" deprecation_date="2023-12-27T16:36:56.510Z">
<title xml:lang="en-US">D-Bus Project D-Bus 1.15.6</title>
<reference href="https://gitlab.freedesktop.org/dbus/dbus/-/tags">Version</reference>
<reference href="https://gitlab.freedesktop.org/dbus/dbus/-/issues/457">Advisory</reference>
<cpe-23:cpe23-item name="cpe:2.3:a:d-bus_project:d-bus:1.15.6:*:*:*:*:*:*:*">
<cpe-23:deprecated-by name="cpe:2.3:a:freedesktop:dbus:1.15.6:*:*:*:*:*:*:*" type="NAME_CORRECTION"/>
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/dbus/dbus.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk
index c41fbcb4dd..d610846ddb 100644
--- a/package/dbus/dbus.mk
+++ b/package/dbus/dbus.mk
@@ -11,8 +11,8 @@ DBUS_SOURCE = dbus-$(DBUS_VERSION).tar.xz
DBUS_SITE = https://dbus.freedesktop.org/releases/dbus
DBUS_LICENSE = AFL-2.1 or GPL-2.0+ (library, tools), GPL-2.0+ (tools)
DBUS_LICENSE_FILES = COPYING
-DBUS_CPE_ID_VENDOR = d-bus_project
-DBUS_CPE_ID_PRODUCT = d-bus
+DBUS_CPE_ID_VENDOR = freedesktop
+DBUS_CPE_ID_PRODUCT = dbus
DBUS_INSTALL_STAGING = YES
define DBUS_PERMISSIONS
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/dbus: fix CPE variables
2024-02-03 18:35 [Buildroot] [PATCH 1/1] package/dbus: fix CPE variables Fabrice Fontaine
@ 2024-02-28 21:21 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2024-02-28 21:21 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> cpe:2.3:a:d-bus_project:d-bus has been deprecated in favor of
> cpe:2.3:a:freedesktop:dbus in December 2023:
> <cpe-item name="cpe:/a:d-bus_project:d-bus:1.15.6" deprecated="true" deprecation_date="2023-12-27T16:36:56.510Z">
> <title xml:lang="en-US">D-Bus Project D-Bus 1.15.6</title>
> <reference href="https://gitlab.freedesktop.org/dbus/dbus/-/tags">Version</reference>
> <reference href="https://gitlab.freedesktop.org/dbus/dbus/-/issues/457">Advisory</reference>
> <cpe-23:cpe23-item name="cpe:2.3:a:d-bus_project:d-bus:1.15.6:*:*:*:*:*:*:*">
> <cpe-23:deprecated-by name="cpe:2.3:a:freedesktop:dbus:1.15.6:*:*:*:*:*:*:*" type="NAME_CORRECTION"/>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed to 2023.02.x and 2023.11.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-02-28 21:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-03 18:35 [Buildroot] [PATCH 1/1] package/dbus: fix CPE variables Fabrice Fontaine
2024-02-28 21:21 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox