mujs 1.3.3-3build2 source package in Ubuntu

Changelog

mujs (1.3.3-3build2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 08:08:42 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
mujs_1.3.3.orig.tar.gz 125.1 KiB e2c5ee5416dfda2230c7a0cb7895df9a9b2d5b2065bb18e7e64dec2a796abe1b
mujs_1.3.3-3build2.debian.tar.xz 5.9 KiB 8ee4d6bd75ff8ef41d65ef590f4ce8ea1ae2b3d5047f6ea7fe1afc73a0f0266b
mujs_1.3.3-3build2.dsc 2.0 KiB 88fd5294ad47677629feb2797b54722bc33b6e17afd4d420b76c6bf6f9b7b385

Available diffs

View changes file

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.

libmujs3: 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.

libmujs3-dbgsym: debug symbols for libmujs3
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