From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 22 Apr 2022 12:01:27 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nhq6S-00B1iQ-JI for lore@lore.pengutronix.de; Fri, 22 Apr 2022 12:01:27 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1nhq6Q-0005nm-Ny; Fri, 22 Apr 2022 12:01:26 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nhq5o-0005mG-Qu; Fri, 22 Apr 2022 12:00:48 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1nhq5p-004X2c-FC; Fri, 22 Apr 2022 12:00:48 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1nhq5n-00G3tt-5A; Fri, 22 Apr 2022 12:00:47 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 22 Apr 2022 12:00:47 +0200 Message-Id: <20220422100047.3828036-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220414120809.2062306-1-christian.melki@t2data.com> References: <20220414120809.2062306-1-christian.melki@t2data.com> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] dbus: Version bump. 1.12.22 -> 1.14.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 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 083faa476f86bf50d7559bad962cfbc0d26cfb9c. Michael [sent from post-receive hook] On Fri, 22 Apr 2022 12:00:46 +0200, Christian Melki wrote: > Major version. > https://github.com/freedesktop/dbus/blob/master/NEWS > > * Change compression format of tarball. xz seems to be > the new preferred method. > * Only --with-x=auto or no work now. The rest is broken. But > --enable-x11-autolaunch will still cause a failure if no X is found, so > that's ok. > > Signed-off-by: Christian Melki > Message-Id: <20220414120809.2062306-1-christian.melki@t2data.com> > [mol: add new configure options] > Signed-off-by: Michael Olbrich > > diff --git a/rules/dbus.make b/rules/dbus.make > index e0d596879af0..90a0347fe0e3 100644 > --- a/rules/dbus.make > +++ b/rules/dbus.make > @@ -16,10 +16,10 @@ PACKAGES-$(PTXCONF_DBUS) += dbus > # > # Paths and names > # > -DBUS_VERSION := 1.12.22 > -DBUS_MD5 := c6430ac3be48162b1b62a92d99a1d448 > +DBUS_VERSION := 1.14.0 > +DBUS_MD5 := ddd5570aff05191dbee8e42d751f1b7d > DBUS := dbus-$(DBUS_VERSION) > -DBUS_SUFFIX := tar.gz > +DBUS_SUFFIX := tar.xz > DBUS_URL := http://dbus.freedesktop.org/releases/dbus/$(DBUS).$(DBUS_SUFFIX) > DBUS_SOURCE := $(SRCDIR)/$(DBUS).$(DBUS_SUFFIX) > DBUS_DIR := $(BUILDDIR)/$(DBUS) > @@ -61,6 +61,7 @@ DBUS_CONF_OPT := \ > --disable-console-owner-file \ > --disable-launchd \ > --$(call ptx/endis, PTXCONF_DBUS_SYSTEMD)-systemd \ > + --enable-traditional-activation \ > --disable-embedded-tests \ > --disable-modular-tests \ > --disable-tests \ > @@ -70,13 +71,14 @@ DBUS_CONF_OPT := \ > --$(call ptx/endis, PTXCONF_DBUS_X)-x11-autolaunch \ > --disable-compile-warnings \ > --disable-Werror \ > + --disable-qt-help \ > --disable-relocation \ > --disable-stats \ > --$(call ptx/endis, PTXCONF_DBUS_SYSTEMD)-user-session \ > --with-system-socket=/run/dbus/system_bus_socket \ > --with-dbus-user=messagebus \ > --without-valgrind \ > - --$(call ptx/wwo, PTXCONF_DBUS_X)-x$(call ptx/ifdef,PTXCONF_DBUS_X,=$(SYSROOT)/usr,) \ > + --with-x=$(call ptx/ifdef,PTXCONF_DBUS_X,auto,no) \ > --with-systemdsystemunitdir=/usr/lib/systemd/system \ > --with-systemduserunitdir=/usr/lib/systemd/user > _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de