lua5.1 5.1.4-12ubuntu1.1 source package in Ubuntu

Changelog

lua5.1 (5.1.4-12ubuntu1.1) precise-security; urgency=medium

  * SECURITY UPDATE: possible code execution via overflow in vararg
    functions (LP: #1362278)
    - debian/patches/CVE-2014-5461.patch: properly calculate length in
      src/ldo.c.
    - CVE-2014-5461
 -- Marc Deslauriers <email address hidden>   Tue, 02 Sep 2014 12:47:05 -0400

Upload details

Uploaded by:
Marc Deslauriers
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise updates main interpreters
Precise security main interpreters

Downloads

File Size SHA-256 Checksum
lua5.1_5.1.4.orig.tar.gz 211.6 KiB b038e225eaf2a5b57c9bcc35cd13aa8c6c8288ef493d52970c9545074098af3a
lua5.1_5.1.4-12ubuntu1.1.debian.tar.gz 16.4 KiB 751c0ef3c5e9863fa1f392e4c5a0167d9b687987e54395a5cfeedc83b1b5cc77
lua5.1_5.1.4-12ubuntu1.1.dsc 2.1 KiB f9f8f51c2a0d0cd7ef68c93a4c0e47ad2b6cba54418be5891d1e93ac9d033e30

View changes file

Binary packages built by this source

liblua5.1-0: Shared library for the Lua interpreter version 5.1

 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.1-0-dbg: Debug symbols for the Lua shared library interpreter

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

liblua5.1-0-dev: Development files for the Lua language version 5.1

 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, both
 in C or C++.

lua5.1: 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.

lua5.1-doc: Documentation for the Lua language version 5.1

 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 official manual covering the Lua language and C API,
 examples, etc.