From patchwork Mon Apr 23 06:41:02 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yegor Yefremov X-Patchwork-Id: 154325 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 05674B6F6E for ; Mon, 23 Apr 2012 16:41:44 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id F19F6101664; Mon, 23 Apr 2012 06:41:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Rh1GcCjwhujh; Mon, 23 Apr 2012 06:41:39 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id A618D10083D; Mon, 23 Apr 2012 06:41:39 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 263018F753 for ; Mon, 23 Apr 2012 06:41:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1C5228BB14 for ; Mon, 23 Apr 2012 06:41:38 +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 Pn5TxB1NKjEo for ; Mon, 23 Apr 2012 06:41:36 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.visionsystems.de (hhlx01.visionsystems.de [62.145.30.242]) by whitealder.osuosl.org (Postfix) with ESMTP id 958988BAF8 for ; Mon, 23 Apr 2012 06:41:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.visionsystems.de (Postfix) with ESMTP id A73582A0E30; Mon, 23 Apr 2012 08:41:35 +0200 (CEST) Received: from mail.visionsystems.de ([127.0.0.1]) by localhost (mail.visionsystems.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 09343-09; Mon, 23 Apr 2012 08:41:23 +0200 (CEST) Received: from visionsystems.de (kallisto.visionsystems.local [192.168.1.3]) by mail.visionsystems.de (Postfix) with ESMTP id BB6592A0E22; Mon, 23 Apr 2012 08:41:20 +0200 (CEST) Received: from development1.visionsystems.local ([192.168.1.36]) by visionsystems.de with Microsoft SMTPSVC(6.0.3790.4675); Mon, 23 Apr 2012 08:41:20 +0200 From: yegorslists@googlemail.com To: buildroot@busybox.net Date: Mon, 23 Apr 2012 08:41:02 +0200 Message-Id: <1335163262-3010-3-git-send-email-yegorslists@googlemail.com> X-Mailer: git-send-email 1.7.7 In-Reply-To: <1335163262-3010-1-git-send-email-yegorslists@googlemail.com> References: <1335163262-3010-1-git-send-email-yegorslists@googlemail.com> X-OriginalArrivalTime: 23 Apr 2012 06:41:20.0242 (UTC) FILETIME=[179A9520:01CD211C] X-Virus-Scanned: amavisd-new at visionsystems.de Subject: [Buildroot] [PATCH 2/2] dbus: bump to 1.4.20 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net From: Yegor Yefremov Signed-off-by: Yegor Yefremov --- package/dbus/dbus.mk | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk index 0942b33..129308f 100644 --- a/package/dbus/dbus.mk +++ b/package/dbus/dbus.mk @@ -3,8 +3,8 @@ # dbus # ############################################################# -DBUS_VERSION = 1.4.16 -DBUS_SOURCE = dbus-$(DBUS_VERSION).tar.gz +DBUS_VERSION = 1.4.20 +#DBUS_SOURCE = dbus-$(DBUS_VERSION).tar.gz DBUS_SITE = http://dbus.freedesktop.org/releases/dbus/ DBUS_INSTALL_STAGING = YES