lua5.4 5.4.4-2 source package in Ubuntu
Changelog
lua5.4 (5.4.4-2) unstable; urgency=medium * Add a patch from upstream which fixes CVE-2022-28805, segmentation fault due to a heap overflow when parsing ENV with <const> (closes: 1010265). -- Sergei Golovan <email address hidden> Sat, 30 Apr 2022 07:38:29 +0300
Upload details
- Uploaded by:
- Debian Lua Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Lua Team
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
lua5.4_5.4.4-2.dsc | 2.0 KiB | 74fd5c9d45347b425e80e489ef3f435852ffe7ce8d0ca741cdccb6d5c06dfe6b |
lua5.4_5.4.4.orig.tar.gz | 352.4 KiB | 164c7849653b80ae67bec4b7473b884bf5cc8d2dca05653475ec2ed27b9ebf61 |
lua5.4_5.4.4-2.debian.tar.xz | 8.7 KiB | 0f5a9b76817951368c3fb2eac54d11b2f68bc9863b66024e63504f4ae73af0d9 |
Available diffs
- diff from 5.4.4-1 to 5.4.4-2 (885 bytes)
No changes file available.
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.