* [Buildroot] [PATCH 1/2] package/dbus-broker: add DBUS_BROKER_CPE_ID_VENDOR
@ 2022-08-27 7:38 Fabrice Fontaine
2022-08-27 7:38 ` [Buildroot] [PATCH 2/2] package/dbus-broker: fix legal-info Fabrice Fontaine
2022-08-27 7:51 ` [Buildroot] [PATCH 1/2] package/dbus-broker: add DBUS_BROKER_CPE_ID_VENDOR Yann E. MORIN
0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2022-08-27 7:38 UTC (permalink / raw)
To: buildroot; +Cc: Norbert Lange, Yann E . MORIN, Fabrice Fontaine
cpe:2.3:a:dbus-broker_project:dbus-broker is a valid CPE identifier for
this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Adbus-broker_project%3Adbus-broker
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/dbus-broker/dbus-broker.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/dbus-broker/dbus-broker.mk b/package/dbus-broker/dbus-broker.mk
index 22c5e8d8b7..85c3f75a3b 100644
--- a/package/dbus-broker/dbus-broker.mk
+++ b/package/dbus-broker/dbus-broker.mk
@@ -23,6 +23,7 @@ DBUS_BROKER_LICENSE_FILES = \
subprojects/c-stdaux/AUTHORS subprojects/c-stdaux/README.md \
subprojects/c-utf8/AUTHORS subprojects/c-utf8/README.md
+DBUS_BROKER_CPE_ID_VENDOR = dbus-broker_project
DBUS_BROKER_DEPENDENCIES = expat systemd
DBUS_BROKER_CONF_OPTS = -Dlauncher=true
--
2.35.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 2/2] package/dbus-broker: fix legal-info
2022-08-27 7:38 [Buildroot] [PATCH 1/2] package/dbus-broker: add DBUS_BROKER_CPE_ID_VENDOR Fabrice Fontaine
@ 2022-08-27 7:38 ` Fabrice Fontaine
2022-08-27 7:51 ` [Buildroot] [PATCH 1/2] package/dbus-broker: add DBUS_BROKER_CPE_ID_VENDOR Yann E. MORIN
1 sibling, 0 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2022-08-27 7:38 UTC (permalink / raw)
To: buildroot; +Cc: Norbert Lange, Yann E . MORIN, Fabrice Fontaine
Commit bd3cf3fb5b0da97e6d4dd9c9321e44c376c1f36a forgot to add all hashes
of license files
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/dbus-broker/dbus-broker.hash | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/package/dbus-broker/dbus-broker.hash b/package/dbus-broker/dbus-broker.hash
index 26ebab7ac1..fc661003b5 100644
--- a/package/dbus-broker/dbus-broker.hash
+++ b/package/dbus-broker/dbus-broker.hash
@@ -1,3 +1,17 @@
# Locally calculated
sha256 4eca425db52b7ab1027153e93fea9b3f11759db9e93ffbf88759b73ddfb8026a dbus-broker-29.tar.xz
sha256 3cda3630283eda0eab825abe5ac84d191248c6b3fe1c232a118124959b96c6a4 LICENSE
+sha256 70a742f7a88831ad6e7b94bc27058939af182b59578ac829e928094319764442 subprojects/c-dvar/AUTHORS
+sha256 f37eb9b23d99d56070b41d98d211eb9156776717ea332d4895d7cc6d68440cf4 subprojects/c-dvar/README.md
+sha256 17a927565c92aa664a010f2146d539f5df46e38d98030dea607554df7b9e4ad5 subprojects/c-ini/AUTHORS
+sha256 46b75a7e0e2a6cd233f4066bbbf4ee0dee862c040d4d8431bd77aab4c1e1b16b subprojects/c-ini/README.md
+sha256 0e7d0f64caa88761647ba5ee21e9b173b5fe3210a6eda67ff00a86eb230f6a42 subprojects/c-list/AUTHORS
+sha256 0dd74d40d3994b0c7441b0cd9725fd39bcedc75f9ca7cb4320202572817c64a5 subprojects/c-list/README.md
+sha256 469aa63261a1b92487777989e449f1552f1bdc7df7804955e9652eb47ca7bbbf subprojects/c-rbtree/AUTHORS
+sha256 fa140044c88f8a6ca0cf554273a4b84a8e1905e7e0a517835b32f2b4882afb92 subprojects/c-rbtree/README.md
+sha256 17a927565c92aa664a010f2146d539f5df46e38d98030dea607554df7b9e4ad5 subprojects/c-shquote/AUTHORS
+sha256 769b71ceb1c4dee816eeb701627d2893299a6c5c090dadddba1ef678e7e28901 subprojects/c-shquote/README.md
+sha256 9c9c40e94ff58884564fbae0cefd9af0eb2c270d5f25f4666560b89c8cb584a8 subprojects/c-stdaux/AUTHORS
+sha256 481e73f260f6fa1073b7bb91f8f7b46b89dd7e6caa9d0922a5c2ed2dd41d65a0 subprojects/c-stdaux/README.md
+sha256 36438bc0796d76828e104d2766e28effe8c6a1a14f90440a2223b1a2fab6c69a subprojects/c-utf8/AUTHORS
+sha256 f195e6943366a0b0014b65920a5becb7ed64f0a589b7d55ddb7489a0e5893364 subprojects/c-utf8/README.md
--
2.35.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/2] package/dbus-broker: add DBUS_BROKER_CPE_ID_VENDOR
2022-08-27 7:38 [Buildroot] [PATCH 1/2] package/dbus-broker: add DBUS_BROKER_CPE_ID_VENDOR Fabrice Fontaine
2022-08-27 7:38 ` [Buildroot] [PATCH 2/2] package/dbus-broker: fix legal-info Fabrice Fontaine
@ 2022-08-27 7:51 ` Yann E. MORIN
1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2022-08-27 7:51 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: Norbert Lange, buildroot
Fabrice, All,
On 2022-08-27 09:38 +0200, Fabrice Fontaine spake thusly:
> cpe:2.3:a:dbus-broker_project:dbus-broker is a valid CPE identifier for
> this package:
>
> https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Adbus-broker_project%3Adbus-broker
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Series of two patches applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/dbus-broker/dbus-broker.mk | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/package/dbus-broker/dbus-broker.mk b/package/dbus-broker/dbus-broker.mk
> index 22c5e8d8b7..85c3f75a3b 100644
> --- a/package/dbus-broker/dbus-broker.mk
> +++ b/package/dbus-broker/dbus-broker.mk
> @@ -23,6 +23,7 @@ DBUS_BROKER_LICENSE_FILES = \
> subprojects/c-stdaux/AUTHORS subprojects/c-stdaux/README.md \
> subprojects/c-utf8/AUTHORS subprojects/c-utf8/README.md
>
> +DBUS_BROKER_CPE_ID_VENDOR = dbus-broker_project
> DBUS_BROKER_DEPENDENCIES = expat systemd
> DBUS_BROKER_CONF_OPTS = -Dlauncher=true
>
> --
> 2.35.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-08-27 7:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-27 7:38 [Buildroot] [PATCH 1/2] package/dbus-broker: add DBUS_BROKER_CPE_ID_VENDOR Fabrice Fontaine
2022-08-27 7:38 ` [Buildroot] [PATCH 2/2] package/dbus-broker: fix legal-info Fabrice Fontaine
2022-08-27 7:51 ` [Buildroot] [PATCH 1/2] package/dbus-broker: add DBUS_BROKER_CPE_ID_VENDOR Yann E. MORIN
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.