Compare commits
8 Commits
Author | SHA256 | Date | |
---|---|---|---|
160fef9460 | |||
|
2f57c79830 | ||
0619a6df9c | |||
|
b605bd32af | ||
5ff70621d8 | |||
|
e46ee3cd4b | ||
|
135109ad1f | ||
|
b94f676ac8 |
BIN
mujs-1.3.2.tar.xz
(Stored with Git LFS)
BIN
mujs-1.3.2.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
mujs-1.3.5.tar.gz
Normal file
3
mujs-1.3.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78a311ae4224400774cb09ef5baa2633c26971513f8b931d3224a0eb85b13e0b
|
||||
size 128938
|
31
mujs.changes
31
mujs.changes
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 13 23:56:46 UTC 2024 - Илья Индиго <ilya@ilya.top>
|
||||
|
||||
- Updated to 1.3.5
|
||||
* https://git.ghostscript.com/?p=mujs.git;a=log;h=refs/tags/1.3.5
|
||||
* Fixed bug with String.prototype.split(RegExp).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 1 14:14:34 UTC 2024 - Antonio Teixeira <antonio.teixeira@suse.com>
|
||||
|
||||
- Updated to 1.3.4
|
||||
* https://git.ghostscript.com/?p=mujs.git;a=log;h=refs/tags/1.3.4
|
||||
* Finalize user data if object allocation fails.
|
||||
* Fix bug when cleaning up after allocation error.
|
||||
* Handle sign when converting integer strings to numbers.
|
||||
* Allow disabling readline support in Makefile.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 19 08:58:10 UTC 2023 - Илья Индиго <ilya@ilya.top>
|
||||
|
||||
- Updated to 1.3.3
|
||||
* https://git.ghostscript.com/?p=mujs.git;a=log;h=refs/tags/1.3.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 11 09:32:09 UTC 2023 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
@@ -36,19 +59,19 @@ Sat Jan 14 11:41:55 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
- Drop mujs-1.2.0-stack-exhaustion.patch because now in upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 18 15:45:51 UTC 2022 - Илья Индиго <ilya@ilya.cf>
|
||||
Wed May 18 15:45:51 UTC 2022 - Илья Индиго <ilya@ilya.top>
|
||||
|
||||
- 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>
|
||||
Mon Feb 15 13:12:21 UTC 2022 - Илья Индиго <ilya@ilya.top>
|
||||
|
||||
- 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>
|
||||
Sun Jun 27 11:43:00 UTC 2021 - Илья Индиго <ilya@ilya.top>
|
||||
|
||||
- Updated to 1.1.3
|
||||
* https://git.ghostscript.com/?p=mujs.git;a=log;h=refs/tags/1.1.3
|
||||
@@ -83,6 +106,6 @@ Wed Apr 14 22:08:53 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
- Fixed RPM error because of missing RPM group
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 11 12:50:28 UTC 2021 - Илья Индиго <ilya@ilya.pp.ua>
|
||||
Thu Mar 11 12:50:28 UTC 2021 - Илья Индиго <ilya@ilya.top>
|
||||
|
||||
- Initialization mujs 1.0.9.
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package mujs
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: mujs
|
||||
Version: 1.3.2
|
||||
Version: 1.3.5
|
||||
Release: 0
|
||||
Summary: An embeddable Javascript interpreter
|
||||
License: AGPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
URL: https://mujs.com
|
||||
Source0: https://mujs.com/downloads/%{name}-%{version}.tar.xz
|
||||
Source0: https://mujs.com/downloads/%{name}-%{version}.tar.gz
|
||||
BuildRequires: pkgconfig
|
||||
%if 0%{?suse_version} > 1500
|
||||
BuildRequires: pkgconfig(readline)
|
||||
@@ -56,6 +56,7 @@ This package provides the MuJS static library.
|
||||
%license COPYING
|
||||
%doc AUTHORS README
|
||||
%{_bindir}/%{name}
|
||||
%{_bindir}/%{name}-pp
|
||||
|
||||
%files devel
|
||||
%license COPYING
|
||||
|
Reference in New Issue
Block a user