From patchwork Thu Oct 18 20:31:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Belisko X-Patchwork-Id: 192432 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 727A72C007C for ; Fri, 19 Oct 2012 07:32:11 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 39CEC8D2E4; Thu, 18 Oct 2012 20:32:09 +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 H4HzHSEwZFTt; Thu, 18 Oct 2012 20:31:59 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 06FEA8D3A8; Thu, 18 Oct 2012 20:31:59 +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 050AC8F74A for ; Thu, 18 Oct 2012 20:32:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E11438D38B for ; Thu, 18 Oct 2012 20:31:56 +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 cd7IBS3Z4fMG for ; Thu, 18 Oct 2012 20:31:53 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com [74.125.82.53]) by whitealder.osuosl.org (Postfix) with ESMTPS id E0EC88D32C for ; Thu, 18 Oct 2012 20:31:52 +0000 (UTC) Received: by mail-wg0-f53.google.com with SMTP id dr1so5987874wgb.10 for ; Thu, 18 Oct 2012 13:31:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer; bh=5tCq4LjPU/GTjPsFk5b33qrb5pF8YTdm7T6qBW/23DA=; b=LcCxH1ZDNzoExfy0uRAJjdUppnl7IGVldA5KSRd5dxBeMp/LEy/IhaC5489di9xkqb 0BT644cRnN8JM6tPdvmBBAtuG49jMzlcdcYd3Jw2J9Xr2w5vme6Cw0wSr6yh/EOpRSgW SI9i0gMwipcXn5OJJKUEtwZcs2rFJBmc3wDwTfN6XyZkq29SHl0aQTv9u0inB58d77jy skjhbo1rBEAX04cFdkfv6fanhqiR0JJqXbQ1u1sFr8LfKXNyMvqWUB54VzSFSnLTBlSY QLQfJG2RIkBByJ1FTJu5NWT9BbLb1ruW5f8E9MvSLKLuZRJqSmuUOVw0UxUiXscfiKsY 1H8w== Received: by 10.180.87.34 with SMTP id u2mr13799464wiz.4.1350592311045; Thu, 18 Oct 2012 13:31:51 -0700 (PDT) Received: from localhost.localdomain (dial-109-230-36-120.orange.sk. [109.230.36.120]) by mx.google.com with ESMTPS id k20sm31338605wiv.11.2012.10.18.13.31.49 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 18 Oct 2012 13:31:50 -0700 (PDT) From: Marek Belisko To: buildroot@busybox.net Date: Thu, 18 Oct 2012 22:31:39 +0200 Message-Id: <1350592299-22900-1-git-send-email-marek.belisko@open-nandra.com> X-Mailer: git-send-email 1.7.10.4 Cc: Marek Belisko Subject: [Buildroot] [PATCH] connman: bump to version 1.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: Marek Belisko --- package/connman/connman.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/connman/connman.mk b/package/connman/connman.mk index 2ce3dbd..2c04cdd 100644 --- a/package/connman/connman.mk +++ b/package/connman/connman.mk @@ -4,7 +4,7 @@ # ####################################################### -CONNMAN_VERSION = 1.7 +CONNMAN_VERSION = 1.8 CONNMAN_SITE = $(BR2_KERNEL_MIRROR)/linux/network/connman/ CONNMAN_DEPENDENCIES = libglib2 dbus iptables gnutls CONNMAN_INSTALL_STAGING = YES