From patchwork Fri Oct 11 03:54:22 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Axel Lin X-Patchwork-Id: 282523 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 744042C009F for ; Fri, 11 Oct 2013 14:54:31 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 6F0A832DF3; Fri, 11 Oct 2013 03:54:30 +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 Y0H4HRyF3xfF; Fri, 11 Oct 2013 03:54:28 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 8DC1B32DE1; Fri, 11 Oct 2013 03:54:28 +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 416841BF85A for ; Fri, 11 Oct 2013 03:54:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3A0AB8CF9F for ; Fri, 11 Oct 2013 03:54:27 +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 PJPHY1-xv+yw for ; Fri, 11 Oct 2013 03:54:26 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pa0-f50.google.com (mail-pa0-f50.google.com [209.85.220.50]) by whitealder.osuosl.org (Postfix) with ESMTPS id A54E98CF9A for ; Fri, 11 Oct 2013 03:54:26 +0000 (UTC) Received: by mail-pa0-f50.google.com with SMTP id fb1so3768159pad.9 for ; Thu, 10 Oct 2013 20:54:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:to:cc:date:content-type :mime-version:content-transfer-encoding; bh=cDXROtZgXItSqnlNP3N48fdtLl8PI6efBHOKJshoPqE=; b=kailWy09USZxq+nqyA/hh5R5pOLPQ50/4C8XO3Nyd09ZjmN030Kur6OhvjtbLPbV0C L4cBueD8cps65fw/o1lQTyARBcTd2EVonB/0VuD6em+/VrL+7GFQ1ZPmx6cH+M5MsafR OEPE74BMSTHzIin4UXhaFOlPRJEZqSCcpy8eUvgQ0OLESobHbvEEHuxaM8XDUPg9I+Un c+B0EKCcj3ON9LVx4uCyBK42WQCOAkThwFoPhgMU50pcY96a8qQd61rWyQyl2DRQvE2l DFpK0TIlWGiuZREXkPQjuLYA9swVvdnvPim2XF9b/7MQ8FmdlgvIRhKwihdcElEc0GDS TXVQ== X-Gm-Message-State: ALoCoQlRUV3nfJdkWuTOugUq/taic4brSpk9CrmXbqTyVERZGM6BlLokjtUx8hsASg9gH7Qrycld X-Received: by 10.68.195.36 with SMTP id ib4mr17698189pbc.56.1381463666248; Thu, 10 Oct 2013 20:54:26 -0700 (PDT) Received: from [192.168.1.108] (111-240-42-236.dynamic.hinet.net. [111.240.42.236]) by mx.google.com with ESMTPSA id bt1sm56680322pbb.2.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 10 Oct 2013 20:54:25 -0700 (PDT) Message-ID: <1381463662.12012.1.camel@phoenix> From: Axel Lin To: Peter Korsgaard Date: Fri, 11 Oct 2013 11:54:22 +0800 X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Cc: buildroot@busybox.net Subject: [Buildroot] [PATCH] ola: bump to version 0.8.32 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: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Axel Lin --- package/ola/ola.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/ola/ola.mk b/package/ola/ola.mk index d7ddab7..835ca4e 100644 --- a/package/ola/ola.mk +++ b/package/ola/ola.mk @@ -4,7 +4,7 @@ # ################################################################################ -OLA_VERSION = 0.8.31 +OLA_VERSION = 0.8.32 OLA_SITE = https://open-lighting.googlecode.com/files OLA_LICENSE = LGPLv2.1+ (libola, libolacommon, Python bindings), GPLv2+ (libolaserver, olad, Python examples and tests)