From patchwork Thu Nov 28 09:17:43 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 294825 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 467D42C007E for ; Thu, 28 Nov 2013 20:17:54 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id B4AC32FDF6; Thu, 28 Nov 2013 09:17:52 +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 XDQOYjz9IPfc; Thu, 28 Nov 2013 09:17:49 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id C36B63032F; Thu, 28 Nov 2013 09:17:49 +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 C96931BF836 for ; Thu, 28 Nov 2013 09:17:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A808F8C2FB for ; Thu, 28 Nov 2013 09:17:48 +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 AUYrxaVaiygx for ; Thu, 28 Nov 2013 09:17:48 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by whitealder.osuosl.org (Postfix) with ESMTPS id EB9B48C2CE for ; Thu, 28 Nov 2013 09:17:47 +0000 (UTC) Received: by mail-wi0-f182.google.com with SMTP id en1so538938wid.9 for ; Thu, 28 Nov 2013 01:17:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=kyS323bjxyvVwl/LIfFrN0ODELJwqAvCcR8oKMVOc9Q=; b=byZlJjPt6r4ikA/122NoILxIlR1x7RYj6g5nNTGd6T6/7NG9t8S/5dBApu7hVp9F+V D0jygx55ABoLmjRkXplpXDZA8+HuGSm/OKUUNGhYgtittpDQGTo9dheVjuIYlgTUMF6S pR/QOj9BCfSNnDOLYIWZ/RGMPujxWJqQT6q/BRhQ+Y3XKC6jezaGeQBZQi7YpvBhFF3c ZWxq/iDRRR72umZg8rnei+jvGNIrv7Y87K8vjeJKqD2/w0iRKlyd0VMvKSCQAx+IF38R oDXz0wndENyz48pSROxAFgMI+MkR4H02EFlKfYws6vQgMmHfibwSeimA108daSdjl6K/ 8qtw== X-Received: by 10.194.178.166 with SMTP id cz6mr6715653wjc.53.1385630266501; Thu, 28 Nov 2013 01:17:46 -0800 (PST) Received: from localhost.localdomain (host86-134-27-197.range86-134.btcentralplus.com. [86.134.27.197]) by mx.google.com with ESMTPSA id nb16sm79430341wic.0.2013.11.28.01.17.44 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 28 Nov 2013 01:17:45 -0800 (PST) From: spdawson@gmail.com To: buildroot@busybox.net Date: Thu, 28 Nov 2013 09:17:43 +0000 Message-Id: <1385630263-14080-1-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.8.3.2 Subject: [Buildroot] [PATCH] connman: bump version to 1.19 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: Simon Dawson Bump connman to version 1.19; remove a local patch that is no longer required, the code change having now been made upstream. Signed-off-by: Simon Dawson --- .../connman-001-fix-for-latest-headers-3.8+.patch | 19 ------------------- package/connman/connman.mk | 2 +- 2 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 package/connman/connman-001-fix-for-latest-headers-3.8+.patch diff --git a/package/connman/connman-001-fix-for-latest-headers-3.8+.patch b/package/connman/connman-001-fix-for-latest-headers-3.8+.patch deleted file mode 100644 index ef1fabc..0000000 --- a/package/connman/connman-001-fix-for-latest-headers-3.8+.patch +++ /dev/null @@ -1,19 +0,0 @@ -tethering: fix build with kernel headers 3.8+ - -Highly inspired by: - package/bridge-utils/bridge-utils-001-fix-for-kernel-headers-3.8+.patch - http://www.redhat.com/archives/libvir-list/2013-January/msg01253.html - -Signed-off-by: "Yann E. MORIN" - -diff -durN connman-1.11.orig/src/tethering.c connman-1.11/src/tethering.c ---- connman-1.11.orig/src/tethering.c 2012-12-22 22:52:47.000000000 +0100 -+++ connman-1.11/src/tethering.c 2013-03-21 19:39:17.036029270 +0100 -@@ -35,6 +35,7 @@ - #include - #include - #include -+#include - #include - - #include "connman.h" diff --git a/package/connman/connman.mk b/package/connman/connman.mk index 4a6bb78..db74c03 100644 --- a/package/connman/connman.mk +++ b/package/connman/connman.mk @@ -4,7 +4,7 @@ # ################################################################################ -CONNMAN_VERSION = 1.12 +CONNMAN_VERSION = 1.19 CONNMAN_SOURCE = connman-$(CONNMAN_VERSION).tar.xz CONNMAN_SITE = $(BR2_KERNEL_MIRROR)/linux/network/connman/ CONNMAN_DEPENDENCIES = libglib2 dbus iptables gnutls