diff mbox series

[1/2] package/lua: bump to version 5.4.4

Message ID 20220126145503.1032630-1-francois.perrad@gadz.org
State Accepted
Headers show
Series [1/2] package/lua: bump to version 5.4.4 | expand

Commit Message

Francois Perrad Jan. 26, 2022, 2:55 p.m. UTC
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/lua/5.4.3/lua.hash                                  | 6 ------
 package/lua/{5.4.3 => 5.4.4}/0001-root-path.patch           | 0
 package/lua/{5.4.3 => 5.4.4}/0002-shared-libs-for-lua.patch | 0
 package/lua/{5.4.3 => 5.4.4}/0011-linenoise.patch           | 2 +-
 package/lua/5.4.4/lua.hash                                  | 6 ++++++
 package/lua/lua.mk                                          | 2 +-
 6 files changed, 8 insertions(+), 8 deletions(-)
 delete mode 100644 package/lua/5.4.3/lua.hash
 rename package/lua/{5.4.3 => 5.4.4}/0001-root-path.patch (100%)
 rename package/lua/{5.4.3 => 5.4.4}/0002-shared-libs-for-lua.patch (100%)
 rename package/lua/{5.4.3 => 5.4.4}/0011-linenoise.patch (97%)
 create mode 100644 package/lua/5.4.4/lua.hash

Comments

Arnout Vandecappelle Feb. 5, 2022, 10:47 p.m. UTC | #1
On 26/01/2022 15:55, Francois Perrad wrote:
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>

  Both applied to master. However, François, when the license hash changes, 
please explain in the commit message why it changed.

  Regards,
  Arnout

> ---
>   package/lua/5.4.3/lua.hash                                  | 6 ------
>   package/lua/{5.4.3 => 5.4.4}/0001-root-path.patch           | 0
>   package/lua/{5.4.3 => 5.4.4}/0002-shared-libs-for-lua.patch | 0
>   package/lua/{5.4.3 => 5.4.4}/0011-linenoise.patch           | 2 +-
>   package/lua/5.4.4/lua.hash                                  | 6 ++++++
>   package/lua/lua.mk                                          | 2 +-
>   6 files changed, 8 insertions(+), 8 deletions(-)
>   delete mode 100644 package/lua/5.4.3/lua.hash
>   rename package/lua/{5.4.3 => 5.4.4}/0001-root-path.patch (100%)
>   rename package/lua/{5.4.3 => 5.4.4}/0002-shared-libs-for-lua.patch (100%)
>   rename package/lua/{5.4.3 => 5.4.4}/0011-linenoise.patch (97%)
>   create mode 100644 package/lua/5.4.4/lua.hash
> 
> diff --git a/package/lua/5.4.3/lua.hash b/package/lua/5.4.3/lua.hash
> deleted file mode 100644
> index be3604837..000000000
> --- a/package/lua/5.4.3/lua.hash
> +++ /dev/null
> @@ -1,6 +0,0 @@
> -# Hashes from: https://www.lua.org/ftp/
> -md5  ef63ed2ecfb713646a7fcc583cf5f352  lua-5.4.3.tar.gz
> -sha1  1dda2ef23a9828492b4595c0197766de6e784bc7  lua-5.4.3.tar.gz
> -
> -# Locally computed
> -sha256  d205bfea131113bcdd64d4ebe4a50ce34063b42bad24b93e44b4b0d853ae4d49  doc/readme.html
> diff --git a/package/lua/5.4.3/0001-root-path.patch b/package/lua/5.4.4/0001-root-path.patch
> similarity index 100%
> rename from package/lua/5.4.3/0001-root-path.patch
> rename to package/lua/5.4.4/0001-root-path.patch
> diff --git a/package/lua/5.4.3/0002-shared-libs-for-lua.patch b/package/lua/5.4.4/0002-shared-libs-for-lua.patch
> similarity index 100%
> rename from package/lua/5.4.3/0002-shared-libs-for-lua.patch
> rename to package/lua/5.4.4/0002-shared-libs-for-lua.patch
> diff --git a/package/lua/5.4.3/0011-linenoise.patch b/package/lua/5.4.4/0011-linenoise.patch
> similarity index 97%
> rename from package/lua/5.4.3/0011-linenoise.patch
> rename to package/lua/5.4.4/0011-linenoise.patch
> index 7b9d6d76f..68316e108 100644
> --- a/package/lua/5.4.3/0011-linenoise.patch
> +++ b/package/lua/5.4.4/0011-linenoise.patch
> @@ -8,7 +8,7 @@ Index: b/src/lua.c
>   ===================================================================
>   --- a/src/lua.c
>   +++ b/src/lua.c
> -@@ -421,6 +421,14 @@
> +@@ -428,6 +428,14 @@
>    #define lua_saveline(L,line)	((void)L, add_history(line))
>    #define lua_freeline(L,b)	((void)L, free(b))
>    
> diff --git a/package/lua/5.4.4/lua.hash b/package/lua/5.4.4/lua.hash
> new file mode 100644
> index 000000000..b55b17f25
> --- /dev/null
> +++ b/package/lua/5.4.4/lua.hash
> @@ -0,0 +1,6 @@
> +# Hashes from: https://www.lua.org/ftp/
> +md5  bd8ce7069ff99a400efd14cf339a727b  lua-5.4.4.tar.gz
> +sha1  03c27684b9d5d9783fb79a7c836ba1cdc5f309cd  lua-5.4.4.tar.gz
> +
> +# Locally computed
> +sha256  2556ac7198243f9f83130b9c81016e1904f7b30351481f1c28e02475dbd237fb  doc/readme.html
> diff --git a/package/lua/lua.mk b/package/lua/lua.mk
> index 844e165df..09e7b34f7 100644
> --- a/package/lua/lua.mk
> +++ b/package/lua/lua.mk
> @@ -5,7 +5,7 @@
>   ################################################################################
>   
>   ifeq ($(BR2_PACKAGE_LUA_5_4),y)
> -LUA_VERSION = 5.4.3
> +LUA_VERSION = 5.4.4
>   else ifeq ($(BR2_PACKAGE_LUA_5_3),y)
>   LUA_VERSION = 5.3.6
>   else
diff mbox series

Patch

diff --git a/package/lua/5.4.3/lua.hash b/package/lua/5.4.3/lua.hash
deleted file mode 100644
index be3604837..000000000
--- a/package/lua/5.4.3/lua.hash
+++ /dev/null
@@ -1,6 +0,0 @@ 
-# Hashes from: https://www.lua.org/ftp/
-md5  ef63ed2ecfb713646a7fcc583cf5f352  lua-5.4.3.tar.gz
-sha1  1dda2ef23a9828492b4595c0197766de6e784bc7  lua-5.4.3.tar.gz
-
-# Locally computed
-sha256  d205bfea131113bcdd64d4ebe4a50ce34063b42bad24b93e44b4b0d853ae4d49  doc/readme.html
diff --git a/package/lua/5.4.3/0001-root-path.patch b/package/lua/5.4.4/0001-root-path.patch
similarity index 100%
rename from package/lua/5.4.3/0001-root-path.patch
rename to package/lua/5.4.4/0001-root-path.patch
diff --git a/package/lua/5.4.3/0002-shared-libs-for-lua.patch b/package/lua/5.4.4/0002-shared-libs-for-lua.patch
similarity index 100%
rename from package/lua/5.4.3/0002-shared-libs-for-lua.patch
rename to package/lua/5.4.4/0002-shared-libs-for-lua.patch
diff --git a/package/lua/5.4.3/0011-linenoise.patch b/package/lua/5.4.4/0011-linenoise.patch
similarity index 97%
rename from package/lua/5.4.3/0011-linenoise.patch
rename to package/lua/5.4.4/0011-linenoise.patch
index 7b9d6d76f..68316e108 100644
--- a/package/lua/5.4.3/0011-linenoise.patch
+++ b/package/lua/5.4.4/0011-linenoise.patch
@@ -8,7 +8,7 @@  Index: b/src/lua.c
 ===================================================================
 --- a/src/lua.c
 +++ b/src/lua.c
-@@ -421,6 +421,14 @@
+@@ -428,6 +428,14 @@
  #define lua_saveline(L,line)	((void)L, add_history(line))
  #define lua_freeline(L,b)	((void)L, free(b))
  
diff --git a/package/lua/5.4.4/lua.hash b/package/lua/5.4.4/lua.hash
new file mode 100644
index 000000000..b55b17f25
--- /dev/null
+++ b/package/lua/5.4.4/lua.hash
@@ -0,0 +1,6 @@ 
+# Hashes from: https://www.lua.org/ftp/
+md5  bd8ce7069ff99a400efd14cf339a727b  lua-5.4.4.tar.gz
+sha1  03c27684b9d5d9783fb79a7c836ba1cdc5f309cd  lua-5.4.4.tar.gz
+
+# Locally computed
+sha256  2556ac7198243f9f83130b9c81016e1904f7b30351481f1c28e02475dbd237fb  doc/readme.html
diff --git a/package/lua/lua.mk b/package/lua/lua.mk
index 844e165df..09e7b34f7 100644
--- a/package/lua/lua.mk
+++ b/package/lua/lua.mk
@@ -5,7 +5,7 @@ 
 ################################################################################
 
 ifeq ($(BR2_PACKAGE_LUA_5_4),y)
-LUA_VERSION = 5.4.3
+LUA_VERSION = 5.4.4
 else ifeq ($(BR2_PACKAGE_LUA_5_3),y)
 LUA_VERSION = 5.3.6
 else