* [dunfell][PATCH 1/2] dbus: Add missing CVE product name
@ 2022-12-09 15:25 Mathieu Dubois-Briand
2022-12-09 15:25 ` [dunfell][PATCH 2/2] dbus: Update to 1.12.24 Mathieu Dubois-Briand
0 siblings, 1 reply; 4+ messages in thread
From: Mathieu Dubois-Briand @ 2022-12-09 15:25 UTC (permalink / raw)
To: openembedded-core; +Cc: Qi.Chen, Mathieu Dubois-Briand
Signed-off-by: Mathieu Dubois-Briand <mbriand@witekio.com>
---
meta/recipes-core/dbus/dbus.inc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc
index dcbcc0a9d636..4eecc6921624 100644
--- a/meta/recipes-core/dbus/dbus.inc
+++ b/meta/recipes-core/dbus/dbus.inc
@@ -32,3 +32,5 @@ PACKAGECONFIG[systemd] = "--enable-systemd --with-systemdsystemunitdir=${systemd
PACKAGECONFIG[x11] = "--with-x --enable-x11-autolaunch,--without-x --disable-x11-autolaunch, virtual/libx11 libsm"
PACKAGECONFIG[user-session] = "--enable-user-session --with-systemduserunitdir=${systemd_user_unitdir},--disable-user-session"
PACKAGECONFIG[verbose-mode] = "--enable-verbose-mode,,,"
+
+CVE_PRODUCT += "d-bus_project:d-bus"
--
2.34.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [dunfell][PATCH 2/2] dbus: Update to 1.12.24
2022-12-09 15:25 [dunfell][PATCH 1/2] dbus: Add missing CVE product name Mathieu Dubois-Briand
@ 2022-12-09 15:25 ` Mathieu Dubois-Briand
2022-12-09 15:59 ` [OE-core] " Steve Sakoman
0 siblings, 1 reply; 4+ messages in thread
From: Mathieu Dubois-Briand @ 2022-12-09 15:25 UTC (permalink / raw)
To: openembedded-core; +Cc: Qi.Chen, Mathieu Dubois-Briand
Signed-off-by: Mathieu Dubois-Briand <mbriand@witekio.com>
---
.../dbus/{dbus-test_1.12.20.bb => dbus-test_1.12.24.bb} | 0
meta/recipes-core/dbus/dbus.inc | 4 ++--
meta/recipes-core/dbus/{dbus_1.12.20.bb => dbus_1.12.24.bb} | 0
3 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-core/dbus/{dbus-test_1.12.20.bb => dbus-test_1.12.24.bb} (100%)
rename meta/recipes-core/dbus/{dbus_1.12.20.bb => dbus_1.12.24.bb} (100%)
diff --git a/meta/recipes-core/dbus/dbus-test_1.12.20.bb b/meta/recipes-core/dbus/dbus-test_1.12.24.bb
similarity index 100%
rename from meta/recipes-core/dbus/dbus-test_1.12.20.bb
rename to meta/recipes-core/dbus/dbus-test_1.12.24.bb
diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc
index 4eecc6921624..7e2325a0e102 100644
--- a/meta/recipes-core/dbus/dbus.inc
+++ b/meta/recipes-core/dbus/dbus.inc
@@ -10,8 +10,8 @@ SRC_URI = "https://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
file://clear-guid_from_server-if-send_negotiate_unix_f.patch \
"
-SRC_URI[md5sum] = "dfe8a71f412e0b53be26ed4fbfdc91c4"
-SRC_URI[sha256sum] = "f77620140ecb4cdc67f37fb444f8a6bea70b5b6461f12f1cbe2cec60fa7de5fe"
+SRC_URI[md5sum] = "2d118d2d29e895eb3b47ccd68670403e"
+SRC_URI[sha256sum] = "bc42d196c1756ac520d61bf3ccd6f42013617def45dd1e591a6091abf51dca38"
EXTRA_OECONF = "--disable-xml-docs \
--disable-doxygen-docs \
diff --git a/meta/recipes-core/dbus/dbus_1.12.20.bb b/meta/recipes-core/dbus/dbus_1.12.24.bb
similarity index 100%
rename from meta/recipes-core/dbus/dbus_1.12.20.bb
rename to meta/recipes-core/dbus/dbus_1.12.24.bb
--
2.34.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [OE-core] [dunfell][PATCH 2/2] dbus: Update to 1.12.24
2022-12-09 15:25 ` [dunfell][PATCH 2/2] dbus: Update to 1.12.24 Mathieu Dubois-Briand
@ 2022-12-09 15:59 ` Steve Sakoman
2022-12-09 16:18 ` Mathieu Dubois-Briand
0 siblings, 1 reply; 4+ messages in thread
From: Steve Sakoman @ 2022-12-09 15:59 UTC (permalink / raw)
To: Mathieu Dubois-Briand; +Cc: openembedded-core, Qi.Chen, Mathieu Dubois-Briand
I suspect you aren't using the current dunfell head since dbus has
already been bumped to 1.12.24:
https://git.yoctoproject.org/poky/commit/?h=dunfell&id=bff6562223f646404842ae1631a9df17158808b8
Steve
On Fri, Dec 9, 2022 at 5:25 AM Mathieu Dubois-Briand
<mathieu.dubois-briand@hyprua.org> wrote:
>
> Signed-off-by: Mathieu Dubois-Briand <mbriand@witekio.com>
> ---
> .../dbus/{dbus-test_1.12.20.bb => dbus-test_1.12.24.bb} | 0
> meta/recipes-core/dbus/dbus.inc | 4 ++--
> meta/recipes-core/dbus/{dbus_1.12.20.bb => dbus_1.12.24.bb} | 0
> 3 files changed, 2 insertions(+), 2 deletions(-)
> rename meta/recipes-core/dbus/{dbus-test_1.12.20.bb => dbus-test_1.12.24.bb} (100%)
> rename meta/recipes-core/dbus/{dbus_1.12.20.bb => dbus_1.12.24.bb} (100%)
>
> diff --git a/meta/recipes-core/dbus/dbus-test_1.12.20.bb b/meta/recipes-core/dbus/dbus-test_1.12.24.bb
> similarity index 100%
> rename from meta/recipes-core/dbus/dbus-test_1.12.20.bb
> rename to meta/recipes-core/dbus/dbus-test_1.12.24.bb
> diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc
> index 4eecc6921624..7e2325a0e102 100644
> --- a/meta/recipes-core/dbus/dbus.inc
> +++ b/meta/recipes-core/dbus/dbus.inc
> @@ -10,8 +10,8 @@ SRC_URI = "https://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
> file://clear-guid_from_server-if-send_negotiate_unix_f.patch \
> "
>
> -SRC_URI[md5sum] = "dfe8a71f412e0b53be26ed4fbfdc91c4"
> -SRC_URI[sha256sum] = "f77620140ecb4cdc67f37fb444f8a6bea70b5b6461f12f1cbe2cec60fa7de5fe"
> +SRC_URI[md5sum] = "2d118d2d29e895eb3b47ccd68670403e"
> +SRC_URI[sha256sum] = "bc42d196c1756ac520d61bf3ccd6f42013617def45dd1e591a6091abf51dca38"
>
> EXTRA_OECONF = "--disable-xml-docs \
> --disable-doxygen-docs \
> diff --git a/meta/recipes-core/dbus/dbus_1.12.20.bb b/meta/recipes-core/dbus/dbus_1.12.24.bb
> similarity index 100%
> rename from meta/recipes-core/dbus/dbus_1.12.20.bb
> rename to meta/recipes-core/dbus/dbus_1.12.24.bb
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#174463): https://lists.openembedded.org/g/openembedded-core/message/174463
> Mute This Topic: https://lists.openembedded.org/mt/95562256/3620601
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [steve@sakoman.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [OE-core] [dunfell][PATCH 2/2] dbus: Update to 1.12.24
2022-12-09 15:59 ` [OE-core] " Steve Sakoman
@ 2022-12-09 16:18 ` Mathieu Dubois-Briand
0 siblings, 0 replies; 4+ messages in thread
From: Mathieu Dubois-Briand @ 2022-12-09 16:18 UTC (permalink / raw)
To: Steve Sakoman; +Cc: openembedded-core, Qi.Chen, Mathieu Dubois-Briand
On Fri, Dec 09, 2022 at 05:59:01AM -1000, Steve Sakoman wrote:
> I suspect you aren't using the current dunfell head since dbus has
> already been bumped to 1.12.24:
>
> https://git.yoctoproject.org/poky/commit/?h=dunfell&id=bff6562223f646404842ae1631a9df17158808b8
>
Yes, you're right. Sorry, I was on a branch that was a few weeks old and
forgot to rebase.
So the second part of this patchset has to be skipped, the first one is
still valid.
Mathieu
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-12-09 16:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-09 15:25 [dunfell][PATCH 1/2] dbus: Add missing CVE product name Mathieu Dubois-Briand
2022-12-09 15:25 ` [dunfell][PATCH 2/2] dbus: Update to 1.12.24 Mathieu Dubois-Briand
2022-12-09 15:59 ` [OE-core] " Steve Sakoman
2022-12-09 16:18 ` Mathieu Dubois-Briand
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.