lua5.4 5.4.6-0ubuntu1 source package in Ubuntu

Changelog

lua5.4 (5.4.6-0ubuntu1) mantic; urgency=medium

  * New upstream release 5.4.6 (LP: #2028192)
  * Update patches:
    - 0004-cve-2022-28805.patch, 0005-cve-2022-33099.patch: Remove -
      fixed in 5.4.5
    - 0001-build-system.patch:
      + Refresh - needed for this patch as the addition of ios to the PLATS
        variable made it fail to apply to 5.4.6
      + Use original non-broken test command:
        Instead of overriding testing with libtool which now fails with -dlopen
        argument, the original ./$(LUA_T) -v is used as it is works correctly
        with 5.4.6
  * d/t/interpreter: Create DEP-8 test to check lua interpreter functionality
  * d/t/liblua: Create DEP-8 test to check lua C api

 -- Lena Voytek <email address hidden>  Wed, 19 Jul 2023 11:29:11 -0700

Upload details

Uploaded by:
Lena Voytek
Sponsored by:
Andreas Hasenack
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
lua5.4_5.4.6.orig.tar.gz 354.8 KiB 7d5ea1b9cb6aa0b59ca3dde1c6adcb57ef83a1ba8e5432c0ecd06bf439b3ad88
lua5.4_5.4.6-0ubuntu1.debian.tar.xz 9.9 KiB 11005e54ecdfc959ca93f9107b2957ca7aa1a276c37372e7aeac0f9d72bc2e57
lua5.4_5.4.6-0ubuntu1.dsc 2.2 KiB 72c9d89f859ba05b1f96649e4c8193fdd9195d46dbc7b1b9d56629ddddc98e74

View changes file

Binary packages built by this source

liblua5.4-0: Shared library for the Lua interpreter version 5.4

 Lua is a powerful, light-weight programming language designed for extending
 applications. The language engine is accessible as a library, having a C
 API which allows the application to exchange data with Lua programs and also
 to extend Lua with C functions. Lua is also used as a general-purpose,
 stand-alone language through the simple command line interpreter provided.
 .
 This package contains runtime libraries. You shouldn't need to install it
 explicitly.

liblua5.4-0-dbg: Debug symbols for the Lua shared library interpreter

 This package contains the debugging symbols for liblua5.4 and lua5.4

liblua5.4-dev: Development files for the Lua language version 5.4

 Lua is a powerful, light-weight programming language designed for extending
 applications. The language engine is accessible as a library, having a C
 API which allows the application to exchange data with Lua programs and also
 to extend Lua with C functions. Lua is also used as a general-purpose,
 stand-alone language through the simple command line interpreter provided.
 .
 This package contains developer resources for using the Lua library.
 Install it if you are developing programs which use the Lua C API.
 .
 This package also contains the official manual covering the Lua language
 and C API.

lua5.4: Simple, extensible, embeddable programming language

 Lua is a powerful, light-weight programming language designed for extending
 applications. The language engine is accessible as a library, having a C
 API which allows the application to exchange data with Lua programs and also
 to extend Lua with C functions. Lua is also used as a general-purpose,
 stand-alone language through the simple command line interpreter provided.
 .
 This package contains the Lua command line interpreter and bytecode compiler.
 Install it if you are developing or using Lua scripts.