mujs 1.3.2-1 source package in Ubuntu

Changelog

mujs (1.3.2-1) unstable; urgency=medium

  * d/watch: Change to git because of lacking releases
  * New upstream version 1.3.2 (Fixes CVE-2022-44789)

 -- Bastian Germann <email address hidden>  Thu, 24 Nov 2022 17:11:57 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
mujs_1.3.2-1.dsc 1.7 KiB e335747ecefd516239414a3c80d82846234b10c9d48c5d8e3a4f1220eda9a6e0
mujs_1.3.2.orig.tar.xz 97.7 KiB 4886593fc688b0cdccd31e5ecbe5afe7ad1bee23aa69e667b871afd5dfc640c3
mujs_1.3.2-1.debian.tar.xz 5.6 KiB 791d6d323508f32976cf22713c5a052653edd81378717a3534db32cfccaaac12

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