Thanks, applied as 7b67614d6c3492b7bada03fa2f7ebaa2b60a272c. Michael
[sent from post-receive hook] On Thu, 16 Jan 2025 17:09:43 +0100, Christian Melki <[email protected]> wrote: > Next stable series. > No major changes since we followed the unstable series (same as others). > https://gitlab.freedesktop.org/dbus/dbus/-/blob/dbus-1.16.0/NEWS > > * Forward patches. Applies cleanly > > * Rearrange options, fix renamed and removed options. > > Signed-off-by: Christian Melki <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git > a/patches/dbus-1.15.12/0001-HACK-meson_post_install.py-don-t-try-to-change-owner.patch > > b/patches/dbus-1.16.0/0001-HACK-meson_post_install.py-don-t-try-to-change-owner.patch > similarity index 100% > rename from > patches/dbus-1.15.12/0001-HACK-meson_post_install.py-don-t-try-to-change-owner.patch > rename to > patches/dbus-1.16.0/0001-HACK-meson_post_install.py-don-t-try-to-change-owner.patch > diff --git a/patches/dbus-1.15.12/series b/patches/dbus-1.16.0/series > similarity index 100% > rename from patches/dbus-1.15.12/series > rename to patches/dbus-1.16.0/series > diff --git a/rules/dbus.make b/rules/dbus.make > index f2bc7b552898..73c11273abb6 100644 > --- a/rules/dbus.make > +++ b/rules/dbus.make > @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_DBUS) += dbus > # > # Paths and names > # > -DBUS_VERSION := 1.15.12 > -DBUS_MD5 := cc1a1e2ae4ad166ed3d3da36172bbb8a > +DBUS_VERSION := 1.16.0 > +DBUS_MD5 := 66bfcf1f42d4ebc634ca558d14335e92 > DBUS := dbus-$(DBUS_VERSION) > DBUS_SUFFIX := tar.xz > DBUS_URL := > https://dbus.freedesktop.org/releases/dbus/$(DBUS).$(DBUS_SUFFIX) > @@ -48,14 +48,13 @@ DBUS_CONF_OPT := \ > -Dapparmor=disabled \ > -Dasserts=false \ > -Dchecks=false \ > - -Dcontainers=false \ > -Ddbus_user=messagebus \ > -Ddoxygen_docs=disabled \ > -Dducktype_docs=disabled \ > - -Dembedded_tests=false \ > -Depoll=enabled \ > -Dinotify=enabled \ > -Dinstalled_tests=false \ > + -Dintrusive_tests=false \ > -Dkqueue=disabled \ > -Dlaunchd=disabled \ > -Dlibaudit=disabled \
