From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 10 Mar 2025 09:27:32 +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 1trYU1-00CAx5-0w for lore@lore.pengutronix.de; Mon, 10 Mar 2025 09:27:32 +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 1trYU0-0001Xt-8T; Mon, 10 Mar 2025 09:27:32 +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 1trYTf-0001G7-8m; Mon, 10 Mar 2025 09:27:11 +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 1trYTf-004xoB-0G; Mon, 10 Mar 2025 09:27:11 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1trYTf-002l31-08; Mon, 10 Mar 2025 09:27:11 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 10 Mar 2025 09:27:11 +0100 Message-Id: <20250310082711.657500-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250305181633.3488616-1-christian.melki@t2data.com> References: <20250305181633.3488616-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] dbus: Version bump. 1.16.0 -> 1.16.2 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 789c7b5a90bf293c2080654c5848c8cf7c85eb9b. Michael [sent from post-receive hook] On Mon, 10 Mar 2025 09:27:10 +0100, Christian Melki wrote: > Very minor changes. > https://gitlab.freedesktop.org/dbus/dbus/-/blob/dbus-1.16.2/NEWS > > * Forward patchset. Applies cleanly. > > Signed-off-by: Christian Melki > Message-Id: <20250305181633.3488616-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/patches/dbus-1.16.0/0001-HACK-meson_post_install.py-don-t-try-to-change-owner.patch b/patches/dbus-1.16.2/0001-HACK-meson_post_install.py-don-t-try-to-change-owner.patch > similarity index 100% > rename from patches/dbus-1.16.0/0001-HACK-meson_post_install.py-don-t-try-to-change-owner.patch > rename to patches/dbus-1.16.2/0001-HACK-meson_post_install.py-don-t-try-to-change-owner.patch > diff --git a/patches/dbus-1.16.0/series b/patches/dbus-1.16.2/series > similarity index 100% > rename from patches/dbus-1.16.0/series > rename to patches/dbus-1.16.2/series > diff --git a/rules/dbus.make b/rules/dbus.make > index 73c11273abb6..c7155b9202e0 100644 > --- a/rules/dbus.make > +++ b/rules/dbus.make > @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_DBUS) += dbus > # > # Paths and names > # > -DBUS_VERSION := 1.16.0 > -DBUS_MD5 := 66bfcf1f42d4ebc634ca558d14335e92 > +DBUS_VERSION := 1.16.2 > +DBUS_MD5 := 97832e6f0a260936d28536e5349c22e5 > DBUS := dbus-$(DBUS_VERSION) > DBUS_SUFFIX := tar.xz > DBUS_URL := https://dbus.freedesktop.org/releases/dbus/$(DBUS).$(DBUS_SUFFIX)