Added mujs-1.2.0-stack-exhaustion.patch (CVE-2022-30974, boo#1199678). OBS-URL: https://build.opensuse.org/request/show/977972 OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/mujs?expand=0&rev=12
52 lines
2.1 KiB
Plaintext
52 lines
2.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed May 18 15:45:51 UTC 2022 - Илья Индиго <ilya@ilya.cf>
|
|
|
|
- Added mujs-1.2.0-stack-exhaustion.patch (CVE-2022-30974, boo#1199678).
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 15 13:12:21 UTC 2022 - Илья Индиго <ilya@ilya.pp.ua>
|
|
|
|
- Updated to 1.2.0
|
|
* https://git.ghostscript.com/?p=mujs.git;a=log;h=refs/tags/1.2.0
|
|
* Fixed heap buffer overflow (CVE-2021-45005, boo#1195954).
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 27 11:43:00 UTC 2021 - Илья Индиго <ilya@ilya.pp.ua>
|
|
|
|
- Updated to 1.1.3
|
|
* https://git.ghostscript.com/?p=mujs.git;a=log;h=refs/tags/1.1.3
|
|
* Fixed error in Array.prototype.toString().
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 17 11:36:21 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
|
|
|
- Update mujs 1.1.2
|
|
* Check for overflow when reading floating point exponent
|
|
* Fix use-after-free in regexp source property access.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 14 22:08:53 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
|
|
|
- Update mujs 1.1.1
|
|
* Fix: Always create new scope for eval()
|
|
* Don't redefine/reset existing vars in script code
|
|
* Fix: RegExp.prototype should be a regular expression object
|
|
* Throw when redefining non-configurable/readonly properties
|
|
* Array: Fix crash when length is negative
|
|
* fix split doesn't convert context to string if no argument is passed
|
|
* Parse integers with floats to support large numbers.
|
|
* Optimize array construction bytecode.
|
|
* Fix: Expose type of value as an enum with js_type()
|
|
* Fixed js_strtol: Prevent negative table indexing in
|
|
- Update mujs 1.1.0
|
|
* Don't allow creating new properties on transient objects.
|
|
* Fixed escape characters in regex parser
|
|
* Handle NaN in Date accessors
|
|
* Handle undefined argument to Error constructor
|
|
- Fixed RPM error because of missing RPM group
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 11 12:50:28 UTC 2021 - Илья Индиго <ilya@ilya.pp.ua>
|
|
|
|
- Initialization mujs 1.0.9.
|