From patchwork Fri Apr 4 19:15:07 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Francois Perrad X-Patchwork-Id: 337077 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 594AE1400EC for ; Sat, 5 Apr 2014 06:15:50 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A18E58CB0E; Fri, 4 Apr 2014 19:15:49 +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 Nb43DDPBgPTi; Fri, 4 Apr 2014 19:15:46 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 9E44C8CB34; Fri, 4 Apr 2014 19:15:45 +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 2509C1BFA3E for ; Fri, 4 Apr 2014 19:15:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1EC5D8CABE for ; Fri, 4 Apr 2014 19:15:41 +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 iiltvbWP1fXF for ; Fri, 4 Apr 2014 19:15:39 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by whitealder.osuosl.org (Postfix) with ESMTPS id EC3638CAC9 for ; Fri, 4 Apr 2014 19:15:38 +0000 (UTC) Received: by mail-wi0-f173.google.com with SMTP id z2so1901963wiv.0 for ; Fri, 04 Apr 2014 12:15:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=mYBR2/AWttfYrcDFfLXsd80DZYpZs6yKABSZ6YP2p/0=; b=FrzzK4eXUsz/E/fRmb6hgMfd+3+7mEyuhaocZWU/ajHYOk5u9De8LTyF3OxLUiVCdF 77dYQqo9lkZNHX+PrvHwXDWcmfY6+Vsz6Vv3Nk2mmstZFRQCXJN8SNFT+JdFkhgXMAxj KweDYAyW1xNaip+Da7Oz0L3uYjju8emjmfJmZEkX5G/FW+p4lP2aqqn8p9VjIyWCGD6w 3RTemrOCyX1gyr6yrsh5oDYm78YDHniTSB3tncGnD8ElMtMf/3xcXYPUFh4y58xB2WZc YTqB1KjguzcMx9YegRwL+L8H6TLR6hpLCRIlujTe2Vxl/ee9NqmXEVmDJb+AviMDnmPb cccg== X-Received: by 10.194.88.230 with SMTP id bj6mr975468wjb.85.1396638937635; Fri, 04 Apr 2014 12:15:37 -0700 (PDT) Received: from ubuntu.localdomain (44.226.204.77.rev.sfr.net. [77.204.226.44]) by mx.google.com with ESMTPSA id l12sm13659139wjr.35.2014.04.04.12.15.36 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 04 Apr 2014 12:15:37 -0700 (PDT) From: Francois Perrad To: buildroot@busybox.net Date: Fri, 4 Apr 2014 21:15:07 +0200 Message-Id: <1396638907-14054-2-git-send-email-francois.perrad@gadz.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1396638907-14054-1-git-send-email-francois.perrad@gadz.org> References: <1396638907-14054-1-git-send-email-francois.perrad@gadz.org> Subject: [Buildroot] [PATCH 2/2] luasec: bump to version 0.5 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 which is now compatible with Lua 5.2 Signed-off-by: Francois Perrad --- package/luasec/Config.in | 4 ---- package/luasec/luasec.mk | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/package/luasec/Config.in b/package/luasec/Config.in index 48aa766..ed55df7 100644 --- a/package/luasec/Config.in +++ b/package/luasec/Config.in @@ -3,12 +3,8 @@ config BR2_PACKAGE_LUASEC select BR2_PACKAGE_OPENSSL select BR2_PACKAGE_LUASOCKET depends on BR2_PACKAGE_HAS_LUA_INTERPRETER - depends on !BR2_PACKAGE_LUA_5_2 help LuaSec is a binding for OpenSSL library to provide TLS/SSL communication. http://www.inf.puc-rio.br/~brunoos/luasec/ - -comment "luasec needs a Lua 5.1 interpreter" - depends on BR2_PACKAGE_LUA_5_2 diff --git a/package/luasec/luasec.mk b/package/luasec/luasec.mk index 354e805..69f53b2 100644 --- a/package/luasec/luasec.mk +++ b/package/luasec/luasec.mk @@ -4,9 +4,9 @@ # ################################################################################ -LUASEC_VERSION_UPSTREAM = 0.4.1 +LUASEC_VERSION_UPSTREAM = 0.5 LUASEC_VERSION = $(LUASEC_VERSION_UPSTREAM)-2 -LUASEC_SUBDIR = luasec-luasec-$(LUASEC_VERSION_UPSTREAM) +LUASEC_SUBDIR = luasec LUASEC_LICENSE = MIT LUASEC_LICENSE_FILES = $(LUASEC_SUBDIR)/LICENSE LUASEC_DEPENDENCIES = openssl