From patchwork Wed Dec 19 18:43:57 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gary Coulbourne X-Patchwork-Id: 207507 X-Patchwork-Delegate: patrickdepinguin+buildroot@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 3BDBB2C0089 for ; Thu, 20 Dec 2012 05:44:49 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 34B6981680; Wed, 19 Dec 2012 18:44:45 +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 W235q9TNC7Ul; Wed, 19 Dec 2012 18:44:40 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id D3AEF816D4; Wed, 19 Dec 2012 18:44:37 +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 C350B8F75B for ; Wed, 19 Dec 2012 18:44:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 296B081688 for ; Wed, 19 Dec 2012 18:44:34 +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 u1wFzZpPielC for ; Wed, 19 Dec 2012 18:44:33 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-vb0-f43.google.com (mail-vb0-f43.google.com [209.85.212.43]) by whitealder.osuosl.org (Postfix) with ESMTPS id 129FC81680 for ; Wed, 19 Dec 2012 18:44:32 +0000 (UTC) Received: by mail-vb0-f43.google.com with SMTP id fs19so2689694vbb.2 for ; Wed, 19 Dec 2012 10:44:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:x-gm-message-state; bh=zsifU7KjZh9lgaRmICXt0Qgt9IF3FIAtsXozAOoT+40=; b=BmJw9u84YTxJbp5e4dL98FZC+RkWYNrNRGqVWOdKCsThMypuKJ5Ald7NroOuKNy6yw fS3rvCqtia0z75KNJHyfVcCmevNfElZAXXh7yFsWhivqx3d4Et8gt7KzKHl86RzmUxR+ gStD/p/CiLInu8JXEfigU7wLPiwzFWzAsWhBP4ZsIwBWtWgE/R095C+p2rHY+vuBANcB XVMNBrIDuVvY++u9EK+qsw6wl2xzE3zcxOvs66zmcraAtY0MbzcUmtg/LdsTCuOsVl1N r75Oerv3NVFiylQzcgYy/Zxnhpn9yZogmbGV0yyARJ+Nl6sTBrBaCYrU9Qjp+7kD3pUr VoVw== X-Received: by 10.59.11.67 with SMTP id eg3mr10625041ved.31.1355942671889; Wed, 19 Dec 2012 10:44:31 -0800 (PST) Received: from javaman.home.lan (c-71-225-119-46.hsd1.pa.comcast.net. [71.225.119.46]) by mx.google.com with ESMTPS id b10sm4756027vdk.15.2012.12.19.10.44.30 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 19 Dec 2012 10:44:30 -0800 (PST) From: Gary Coulbourne To: buildroot@busybox.net Date: Wed, 19 Dec 2012 13:43:57 -0500 Message-Id: <1355942638-27288-2-git-send-email-bear@bears.org> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1355942638-27288-1-git-send-email-bear@bears.org> References: <1355942638-27288-1-git-send-email-bear@bears.org> X-Gm-Message-State: ALoCoQlJ+97SpyHErGcgADKxD5gNIOwD0HVYcHkftnLEgv+BibELPJVVj5p3pNwoSGXssRDMcQsT Subject: [Buildroot] [PATCH 1/2] dbus: bump dbus version from 1.4.24 to current 1.6.8 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 Signed-off-by: Gary Coulbourne --- package/dbus/dbus.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk index ec42874..694cbfe 100644 --- a/package/dbus/dbus.mk +++ b/package/dbus/dbus.mk @@ -3,7 +3,7 @@ # dbus # ############################################################# -DBUS_VERSION = 1.4.24 +DBUS_VERSION = 1.6.8 DBUS_SITE = http://dbus.freedesktop.org/releases/dbus/ DBUS_INSTALL_STAGING = YES