Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 00/11] Lua 5.4
@ 2020-07-02 20:22 Francois Perrad
  2020-07-02 20:22 ` [Buildroot] [PATCH 01/11] lua: add 5.4.0 version Francois Perrad
                   ` (11 more replies)
  0 siblings, 12 replies; 17+ messages in thread
From: Francois Perrad @ 2020-07-02 20:22 UTC (permalink / raw)
  To: buildroot

This pacthset introduces Lua 5.4 serie.
Lua 5.4.0 is the first release of this new serie.

Packages which don't support Lua 5.3, don't support Lua 5.4 too.

Packages which need big change, are temporarily disabled (waiting for upstream).

Francois Perrad (11):
  lua: add 5.4.0 version
  package/luabitop: unsupport of Lua 5.4, as 5.3
  package/lua-compat53: unsupport of Lua 5.4, as 5.3
  package/prosody: unsupport of Lua 5.4, as 5.3
  package/lua-messagepack: add support of Lua 5.4
  package/luaossl: add support of Lua 5.4
  package/easybus: temporarily disabled with Lua 5.4
  package/lua-cqueues: temporarily disabled with Lua 5.4
  package/lua-flu: temporarily disabled with Lua 5.4
  package/lua-sdl2: temporarily disabled with Lua 5.4
  package/luv: temporarily disabled with Lua 5.4

 package/easydbus/Config.in                    |  1 +
 package/lua-compat53/Config.in                |  2 +-
 package/lua-cqueues/Config.in                 |  1 +
 package/lua-flu/Config.in                     |  1 +
 package/lua-http/Config.in                    |  3 +-
 package/lua-messagepack/lua-messagepack.mk    |  2 +-
 package/lua-sdl2/Config.in                    |  1 +
 package/lua/5.4.0/0001-root-path.patch        | 17 ++++
 .../lua/5.4.0/0002-shared-libs-for-lua.patch  | 78 +++++++++++++++++++
 package/lua/5.4.0/0011-linenoise.patch        | 25 ++++++
 package/lua/Config.in                         |  6 +-
 package/lua/lua.hash                          |  3 +
 package/lua/lua.mk                            | 10 ++-
 package/luabitop/Config.in                    |  4 +-
 package/luaossl/0001-add-support-Lua54.patch  | 25 ++++++
 package/luv/Config.in                         |  1 +
 package/pkg-luarocks.mk                       |  6 +-
 package/prosody/Config.in                     |  4 +-
 18 files changed, 178 insertions(+), 12 deletions(-)
 create mode 100644 package/lua/5.4.0/0001-root-path.patch
 create mode 100644 package/lua/5.4.0/0002-shared-libs-for-lua.patch
 create mode 100644 package/lua/5.4.0/0011-linenoise.patch
 create mode 100644 package/luaossl/0001-add-support-Lua54.patch

-- 
2.25.1

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2020-07-27 16:59 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-02 20:22 [Buildroot] [PATCH 00/11] Lua 5.4 Francois Perrad
2020-07-02 20:22 ` [Buildroot] [PATCH 01/11] lua: add 5.4.0 version Francois Perrad
2020-07-27 14:00   ` Thomas Petazzoni
2020-07-27 16:59     ` François Perrad
2020-07-02 20:22 ` [Buildroot] [PATCH 02/11] package/luabitop: unsupport of Lua 5.4, as 5.3 Francois Perrad
2020-07-02 20:22 ` [Buildroot] [PATCH 03/11] package/lua-compat53: " Francois Perrad
2020-07-02 20:22 ` [Buildroot] [PATCH 04/11] package/prosody: " Francois Perrad
2020-07-02 20:22 ` [Buildroot] [PATCH 05/11] package/lua-messagepack: add support of Lua 5.4 Francois Perrad
2020-07-02 20:22 ` [Buildroot] [PATCH 06/11] package/luaossl: " Francois Perrad
2020-07-10 15:31   ` François Perrad
2020-07-02 20:22 ` [Buildroot] [PATCH 07/11] package/easybus: temporarily disabled with " Francois Perrad
2020-07-27 14:04   ` Thomas Petazzoni
2020-07-02 20:22 ` [Buildroot] [PATCH 08/11] package/lua-cqueues: " Francois Perrad
2020-07-02 20:22 ` [Buildroot] [PATCH 09/11] package/lua-flu: " Francois Perrad
2020-07-02 20:22 ` [Buildroot] [PATCH 10/11] package/lua-sdl2: " Francois Perrad
2020-07-02 20:22 ` [Buildroot] [PATCH 11/11] package/luv: " Francois Perrad
2020-07-25 20:42 ` [Buildroot] [PATCH 00/11] " Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox