From patchwork Mon Nov 30 19:48:28 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Francois Perrad X-Patchwork-Id: 550316 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 839E71402BB for ; Tue, 1 Dec 2015 06:48:46 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=dlwI4ZmI; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 91D6886B35; Mon, 30 Nov 2015 19:48:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id d2PSYF8MxQW7; Mon, 30 Nov 2015 19:48:43 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 8C68786B30; Mon, 30 Nov 2015 19:48:43 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 8AB181C0A72 for ; Mon, 30 Nov 2015 19:48:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8228780044 for ; Mon, 30 Nov 2015 19:48:42 +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 g2qBnnohjXDK for ; Mon, 30 Nov 2015 19:48:41 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by whitealder.osuosl.org (Postfix) with ESMTPS id 657F887654 for ; Mon, 30 Nov 2015 19:48:41 +0000 (UTC) Received: by wmec201 with SMTP id c201so153846854wme.1 for ; Mon, 30 Nov 2015 11:48:40 -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=KFMhYQYbS73B6DcsQnybaOi49B17+LYORjBD34mCiew=; b=dlwI4ZmIP9BlbYYnj9cDOXedx7v4yxGymtCTDB69gWLWhTN7g1fLBIhsv0w+a7nG6S d+6hfTXfofbFAUHsQcDssruhGSniTSy5bqNr4SNSSuGZ9DD7P+z8uHxwZ4VF0LtPTExT jBBe+8bmNo5MyGihMc5Txa2QHI8QC/jicJ525bNvXud4PdLaA3HH7zybi1b7jnX/crwg XK8NVBdDHznqEoUmtnvKuMuc3SiIO7CqeaI1CDBu48zIEPimDpCnU9vi9q76CAqNZrrd /Tjrsc4NuKeD79jyX6djW4T9yA7PwX4EyQopU8lwCFNWAmK9BgSAnI3UiHcqWZDThFRG jIHQ== X-Received: by 10.28.216.72 with SMTP id p69mr31894480wmg.14.1448912919885; Mon, 30 Nov 2015 11:48:39 -0800 (PST) Received: from localhost.localdomain (234.180.132.77.rev.sfr.net. [77.132.180.234]) by smtp.gmail.com with ESMTPSA id k133sm22917208wmg.18.2015.11.30.11.48.38 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 30 Nov 2015 11:48:39 -0800 (PST) From: Francois Perrad X-Google-Original-From: Francois Perrad To: buildroot@busybox.net Date: Mon, 30 Nov 2015 20:48:28 +0100 Message-Id: <1448912908-6459-1-git-send-email-francois.perrad@gadz.org> X-Mailer: git-send-email 2.5.0 Subject: [Buildroot] [PATCH] lua: bump to version 5.3.2 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Signed-off-by: Francois Perrad --- package/lua/{5.3.1 => 5.3.2}/0001-root-path.patch | 0 package/lua/{5.3.1 => 5.3.2}/0002-shared-libs-for-lua.patch | 0 package/lua/{5.3.1 => 5.3.2}/0004-lua-pc.patch | 2 +- package/lua/{5.3.1 => 5.3.2}/0011-linenoise.patch | 6 ++---- package/lua/lua.hash | 4 ++-- package/lua/lua.mk | 2 +- 6 files changed, 7 insertions(+), 9 deletions(-) rename package/lua/{5.3.1 => 5.3.2}/0001-root-path.patch (100%) rename package/lua/{5.3.1 => 5.3.2}/0002-shared-libs-for-lua.patch (100%) rename package/lua/{5.3.1 => 5.3.2}/0004-lua-pc.patch (97%) rename package/lua/{5.3.1 => 5.3.2}/0011-linenoise.patch (78%) -- 2.5.0 diff --git a/package/lua/5.3.1/0001-root-path.patch b/package/lua/5.3.2/0001-root-path.patch similarity index 100% rename from package/lua/5.3.1/0001-root-path.patch rename to package/lua/5.3.2/0001-root-path.patch diff --git a/package/lua/5.3.1/0002-shared-libs-for-lua.patch b/package/lua/5.3.2/0002-shared-libs-for-lua.patch similarity index 100% rename from package/lua/5.3.1/0002-shared-libs-for-lua.patch rename to package/lua/5.3.2/0002-shared-libs-for-lua.patch diff --git a/package/lua/5.3.1/0004-lua-pc.patch b/package/lua/5.3.2/0004-lua-pc.patch similarity index 97% rename from package/lua/5.3.1/0004-lua-pc.patch rename to package/lua/5.3.2/0004-lua-pc.patch index d3129d7..8d6cf0e 100644 --- a/package/lua/5.3.1/0004-lua-pc.patch +++ b/package/lua/5.3.2/0004-lua-pc.patch @@ -14,7 +14,7 @@ Index: b/etc/lua.pc +# grep '^V=' ../Makefile +V= 5.3 +# grep '^R=' ../Makefile -+R= 5.3.0 ++R= 5.3.2 + +# grep '^INSTALL_.*=' ../Makefile | sed 's/INSTALL_TOP/prefix/' +prefix= /usr diff --git a/package/lua/5.3.1/0011-linenoise.patch b/package/lua/5.3.2/0011-linenoise.patch similarity index 78% rename from package/lua/5.3.1/0011-linenoise.patch rename to package/lua/5.3.2/0011-linenoise.patch index ccdd3fd..f3ced2b 100644 --- a/package/lua/5.3.1/0011-linenoise.patch +++ b/package/lua/5.3.2/0011-linenoise.patch @@ -8,7 +8,7 @@ Index: b/src/lua.c =================================================================== --- a/src/lua.c +++ b/src/lua.c -@@ -83,6 +83,15 @@ +@@ -83,6 +83,13 @@ #define lua_saveline(L,line) ((void)L, add_history(line)) #define lua_freeline(L,b) ((void)L, free(b)) @@ -16,9 +16,7 @@ Index: b/src/lua.c + +#include +#define lua_readline(L,b,p) ((void)L, ((b)=linenoise(p)) != NULL) -+#define lua_saveline(L,idx) \ -+ if (lua_rawlen(L,idx) > 0) /* non-empty line? */ \ -+ linenoiseHistoryAdd(lua_tostring(L, idx)); /* add it to history */ ++#define lua_saveline(L,line) ((void)L, linenoiseHistoryAdd(line)) +#define lua_freeline(L,b) ((void)L, free(b)) + #else /* }{ */ diff --git a/package/lua/lua.hash b/package/lua/lua.hash index f0fa87d..8f0242e 100644 --- a/package/lua/lua.hash +++ b/package/lua/lua.hash @@ -1,6 +1,6 @@ # Hashes from: http://www.lua.org/ftp/ -md5 797adacada8d85761c079390ff1d9961 lua-5.3.1.tar.gz -sha1 1676c6a041d90b6982db8cef1e5fb26000ab6dee lua-5.3.1.tar.gz +md5 33278c2ab5ee3c1a875be8d55c1ca2a1 lua-5.3.2.tar.gz +sha1 7a47adef554fdca7d0c5536148de34579134a973 lua-5.3.2.tar.gz md5 913fdb32207046b273fdb17aad70be13 lua-5.2.4.tar.gz sha1 ef15259421197e3d85b7d6e4871b8c26fd82c1cf lua-5.2.4.tar.gz diff --git a/package/lua/lua.mk b/package/lua/lua.mk index 1279b76..37992f2 100644 --- a/package/lua/lua.mk +++ b/package/lua/lua.mk @@ -5,7 +5,7 @@ ################################################################################ ifeq ($(BR2_PACKAGE_LUA_5_3),y) -LUA_VERSION = 5.3.1 +LUA_VERSION = 5.3.2 else ifeq ($(BR2_PACKAGE_LUA_5_2),y) LUA_VERSION = 5.2.4