From patchwork Tue Feb 4 11:46:18 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 316557 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 7ACAD2C007A for ; Tue, 4 Feb 2014 22:46:45 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 5721D32ABA; Tue, 4 Feb 2014 11:46:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pL283HDQoZ3C; Tue, 4 Feb 2014 11:46:41 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id E8D6731E9E; Tue, 4 Feb 2014 11:46:40 +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 8B3151BF9DB for ; Tue, 4 Feb 2014 11:46:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 864DC8BB1E for ; Tue, 4 Feb 2014 11:46:40 +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 rYeUes7JVpzN for ; Tue, 4 Feb 2014 11:46:39 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f178.google.com (mail-we0-f178.google.com [74.125.82.178]) by whitealder.osuosl.org (Postfix) with ESMTPS id 998968BAF7 for ; Tue, 4 Feb 2014 11:46:39 +0000 (UTC) Received: by mail-we0-f178.google.com with SMTP id q59so4015122wes.9 for ; Tue, 04 Feb 2014 03:46:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=fFEGNnOdq3S9By6igQc/GQIzqg9RbLKG7ibx739fz+0=; b=D7fwCkueRBrGOPMgA5HvC41G9DN34NsIcWhiI/Z/uuciQzVKGqegnpJetCaeTWFFp1 YXBiNHXmkUkO1FMlwQZiRLyAL9V1Jm/eTHVo0NowxdUVwOCmQquSIOxulwdaClcFnLyR pVRB0EsI/sM/v1SzHScJUNFl8nglV+2ZultorDmeN4xsFoOAjuwVjOLrlz8INAAJSvBw TAurdEiWB7BItz1dAJ1kbOljJla+R6R91khY7rTI8T1gj20PrRe5bGXNFYriSp9VTkc/ FXQPnMd+7T7aaygC1nj0tsNTKe/vQV2Am6Sz+HS/6U9gyHzg6yGPJcRcSN/8LVeY5NX/ AXUQ== X-Received: by 10.194.60.73 with SMTP id f9mr1101327wjr.65.1391514397816; Tue, 04 Feb 2014 03:46:37 -0800 (PST) Received: from localhost.localdomain ([74.125.61.14]) by mx.google.com with ESMTPSA id eo4sm35046137wib.9.2014.02.04.03.46.36 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 04 Feb 2014 03:46:37 -0800 (PST) From: Samuel Martin To: buildroot@busybox.net Date: Tue, 4 Feb 2014 12:46:18 +0100 Message-Id: <1391514379-7431-1-git-send-email-s.martin49@gmail.com> X-Mailer: git-send-email 1.8.5.3 Cc: Gary Coulbourne Subject: [Buildroot] [PATCH 1/2] dbus: bump version to 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 Cc: Gary Coulbourne Signed-off-by: Samuel Martin --- 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 560f63e..74e2041 100644 --- a/package/dbus/dbus.mk +++ b/package/dbus/dbus.mk @@ -4,7 +4,7 @@ # ################################################################################ -DBUS_VERSION = 1.4.26 +DBUS_VERSION = 1.6.8 DBUS_SITE = http://dbus.freedesktop.org/releases/dbus DBUS_LICENSE = AFLv2.1 GPLv2+ DBUS_LICENSE_FILES = COPYING