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]> --- ...K-meson_post_install.py-don-t-try-to-change-owner.patch | 0 patches/{dbus-1.15.12 => dbus-1.16.0}/series | 0 rules/dbus.make | 7 +++---- 3 files changed, 3 insertions(+), 4 deletions(-) rename patches/{dbus-1.15.12 => dbus-1.16.0}/0001-HACK-meson_post_install.py-don-t-try-to-change-owner.patch (100%) rename patches/{dbus-1.15.12 => dbus-1.16.0}/series (100%) 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 f2bc7b552..73c11273a 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 \ -- 2.34.1
