Message ID | 20221209152504.2513715-2-mbriand@witekio.com |
---|---|
State | New, archived |
Headers | show |
Series | [dunfell,1/2] dbus: Add missing CVE product name | expand |
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] > -=-=-=-=-=-=-=-=-=-=-=- >
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
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
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%)