From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 16 Jan 2025 17:11:39 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tYST4-000ez5-39 for lore@lore.pengutronix.de; Thu, 16 Jan 2025 17:11:39 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1tYST5-0004RD-BK; Thu, 16 Jan 2025 17:11:39 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tYSRD-0001nP-EA; Thu, 16 Jan 2025 17:09:43 +0100 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tYSRD-000HUD-0k; Thu, 16 Jan 2025 17:09:43 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1tYSRD-001nEr-0b; Thu, 16 Jan 2025 17:09:43 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 16 Jan 2025 17:09:43 +0100 Message-Id: <20250116160943.427593-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250104212111.968417-1-christian.melki@t2data.com> References: <20250104212111.968417-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] dbus: Version bump. 1.15.2 -> 1.16.0 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Christian Melki Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 7b67614d6c3492b7bada03fa2f7ebaa2b60a272c. Michael [sent from post-receive hook] On Thu, 16 Jan 2025 17:09:43 +0100, Christian Melki 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 > Message-Id: <20250104212111.968417-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > 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 \