From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Duskett Date: Fri, 3 Feb 2017 15:29:51 -0500 Subject: [Buildroot] [PATCH 03/11] dbus: bump to version 1.11.8 In-Reply-To: <20170203202959.18916-1-aduskett@codeblue.com> References: <20170203202959.18916-1-aduskett@codeblue.com> Message-ID: <20170203202959.18916-3-aduskett@codeblue.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Signed-off-by: Adam Duskett --- package/dbus/dbus.hash | 2 +- package/dbus/dbus.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/dbus/dbus.hash b/package/dbus/dbus.hash index 14bee20..910a85c 100644 --- a/package/dbus/dbus.hash +++ b/package/dbus/dbus.hash @@ -1,2 +1,2 @@ # Locally calculated after checking pgp signature -sha256 23238f70353e38ce5ca183ebc9525c0d97ac00ef640ad29cf794782af6e6a083 dbus-1.10.14.tar.gz +sha256 fa207530d694706e33378c87e65b2b4304eb99fff71fc6d6caa6f70591b9afd5 dbus-1.11.8.tar.gz diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk index c765e0a..e74e8ba 100644 --- a/package/dbus/dbus.mk +++ b/package/dbus/dbus.mk @@ -4,7 +4,7 @@ # ################################################################################ -DBUS_VERSION = 1.10.14 +DBUS_VERSION = 1.11.8 DBUS_SITE = http://dbus.freedesktop.org/releases/dbus DBUS_LICENSE = AFLv2.1 or GPLv2+ (library, tools), GPLv2+ (tools) DBUS_LICENSE_FILES = COPYING -- 2.9.3