mujs 1.2.0-3 source package in Ubuntu

Changelog

mujs (1.2.0-3) unstable; urgency=high

  * Fix CVE-2022-30974 and CVE-2022-30975 via upstream patches

 -- Bastian Germann <email address hidden>  Tue, 05 Jul 2022 14:32:21 +0200

Upload details

Uploaded by:
Bastian Germann
Uploaded to:
Sid
Original maintainer:
Bastian Germann
Architectures:
any
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Kinetic release universe misc

Downloads

File Size SHA-256 Checksum
mujs_1.2.0-3.dsc 1.7 KiB 516a33597bc83ac4f336da7c62b7d9ec964d0ee8b3bc9ff1869954536aa448a2
mujs_1.2.0.orig.tar.xz 96.8 KiB 66976d1e06a352754a2342af73d1aecbb53cc7cdae2b68cda013b7ddcf923233
mujs_1.2.0-3.debian.tar.xz 6.7 KiB 9403f2ee48d0fd3c62e1f93f8bdbb40426aa04d1ce3189e75528b1b584cdad27

Available diffs

No changes file available.

Binary packages built by this source

libmujs-dev: Lightweight JavaScript interpreter (development package)

 MuJS is a lightweight JavaScript interpreter designed for embedding in other
 software to extend them with scripting capabilities.
 .
 MuJS was designed with a focus on small size, correctness, and simplicity.
 It is written in portable C and implements ECMAScript as specified by ECMA-262.
 The interface for binding with native code is designed to be as simple as
 possible to use, and is very similar to Lua. There is no need to interact with
 byzantine C++ template mechanisms, or worry about marking and unmarking garbage
 collection roots, or wrestle with obscure build systems.

libmujs2: Lightweight JavaScript interpreter library

 MuJS is a lightweight JavaScript interpreter designed for embedding in other
 software to extend them with scripting capabilities.
 .
 MuJS was designed with a focus on small size, correctness, and simplicity.
 This package contains the shared runtime library.

libmujs2-dbgsym: debug symbols for libmujs2
mujs: Lightweight JavaScript interpreter

 MuJS is a lightweight JavaScript interpreter designed for embedding in other
 software to extend them with scripting capabilities.
 .
 MuJS was designed with a focus on small size, correctness, and simplicity.
 This package contains the command line interpreter.

mujs-dbgsym: debug symbols for mujs