From patchwork Sun Nov 5 18:24:17 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Baruch Siach X-Patchwork-Id: 834396 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.138; helo=whitealder.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3yVPHB5BC2z9s83 for ; Mon, 6 Nov 2017 05:24:38 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id ADC1A88D20; Sun, 5 Nov 2017 18:24:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KXg3KRq0WKMn; Sun, 5 Nov 2017 18:24:34 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 188FB88C7F; Sun, 5 Nov 2017 18:24:34 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 1B27F1C2092 for ; Sun, 5 Nov 2017 18:24:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1576888C7F for ; Sun, 5 Nov 2017 18:24:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id j58DSJT6usf3 for ; Sun, 5 Nov 2017 18:24:30 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mx.tkos.co.il (guitar.tcltek.co.il [192.115.133.116]) by whitealder.osuosl.org (Postfix) with ESMTPS id 0FF8888BD6 for ; Sun, 5 Nov 2017 18:24:30 +0000 (UTC) Received: from tarshish.tkos.co.il (unknown [10.0.8.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx.tkos.co.il (Postfix) with ESMTPSA id 14F37440800; Sun, 5 Nov 2017 20:24:27 +0200 (IST) From: Baruch Siach To: buildroot@busybox.net Date: Sun, 5 Nov 2017 20:24:17 +0200 Message-Id: <8ad470089db5ea9391181af416f64952559b76be.1509906257.git.baruch@tkos.co.il> X-Mailer: git-send-email 2.14.2 Subject: [Buildroot] [PATCH] dbus: bump to version 1.12.0 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.24 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Remove --enable-abstract-sockets; dropped upstream. Remove ac_cv_have_abstract_sockets that is dropped as well. Remove --disable-selinux; we handle selinux as an optional dependency below. Remove --{enable,disable}-dnotify; this options has been removed in version 1.7.6, broken since 2010. Remove --with-init-scripts; dropped upstream. Signed-off-by: Baruch Siach --- package/dbus/dbus.hash | 4 ++-- package/dbus/dbus.mk | 11 ++--------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/package/dbus/dbus.hash b/package/dbus/dbus.hash index b174391c1303..df1891b6d8b4 100644 --- a/package/dbus/dbus.hash +++ b/package/dbus/dbus.hash @@ -1,5 +1,5 @@ # Locally calculated after checking pgp signature -# https://dbus.freedesktop.org/releases/dbus/dbus-1.10.24.tar.gz.asc -sha256 71184eb27638e224579ffa998e88f01d0f1fef17a7811406e53350735eaecd1b dbus-1.10.24.tar.gz +# https://dbus.freedesktop.org/releases/dbus/dbus-1.12.0.tar.gz.asc +sha256 39af0d9267391434b549c5c4adc001b735518c96f7630c3fe7162af1d13ef3c0 dbus-1.12.0.tar.gz # Locally calculated sha256 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1 COPYING diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk index 6fa04962baf7..56a54e309c8c 100644 --- a/package/dbus/dbus.mk +++ b/package/dbus/dbus.mk @@ -4,7 +4,7 @@ # ################################################################################ -DBUS_VERSION = 1.10.24 +DBUS_VERSION = 1.12.0 DBUS_SITE = https://dbus.freedesktop.org/releases/dbus DBUS_LICENSE = AFL-2.1 or GPL-2.0+ (library, tools), GPL-2.0+ (tools) DBUS_LICENSE_FILES = COPYING @@ -20,20 +20,15 @@ endef DBUS_DEPENDENCIES = host-pkgconf expat -DBUS_CONF_ENV = ac_cv_have_abstract_sockets=yes DBUS_CONF_OPTS = \ --with-dbus-user=dbus \ --disable-tests \ --disable-asserts \ - --enable-abstract-sockets \ - --disable-selinux \ --disable-xml-docs \ --disable-doxygen-docs \ - --disable-dnotify \ --with-xml=expat \ --with-system-socket=/var/run/dbus/system_bus_socket \ - --with-system-pid-file=/var/run/messagebus.pid \ - --with-init-scripts=none + --with-system-pid-file=/var/run/messagebus.pid ifeq ($(BR2_STATIC_LIBS),y) DBUS_CONF_OPTS += LIBS='-pthread' @@ -109,11 +104,9 @@ HOST_DBUS_CONF_OPTS = \ --with-dbus-user=dbus \ --disable-tests \ --disable-asserts \ - --enable-abstract-sockets \ --disable-selinux \ --disable-xml-docs \ --disable-doxygen-docs \ - --enable-dnotify \ --without-x \ --with-xml=expat