8 Commits

Author SHA256 Message Date
160fef9460 Accepting request 1230945 from devel:languages:javascript
- 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).

OBS-URL: https://build.opensuse.org/request/show/1230945
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mujs?expand=0&rev=12
2024-12-16 18:08:54 +00:00
Илья Индиго
2f57c79830 Accepting request 1230943 from home:13ilya:branches:devel:languages:javascript
- 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).

OBS-URL: https://build.opensuse.org/request/show/1230943
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/mujs?expand=0&rev=24
2024-12-14 00:02:55 +00:00
0619a6df9c Accepting request 1143406 from devel:languages:javascript
- 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.

OBS-URL: https://build.opensuse.org/request/show/1143406
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mujs?expand=0&rev=11
2024-02-02 14:44:47 +00:00
Илья Индиго
b605bd32af Accepting request 1143400 from home:ateixeira:branches:devel:languages:javascript
- 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.

OBS-URL: https://build.opensuse.org/request/show/1143400
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/mujs?expand=0&rev=22
2024-02-01 14:27:56 +00:00
5ff70621d8 Accepting request 1087926 from devel:languages:javascript
- Updated to 1.3.3
  * https://git.ghostscript.com/?p=mujs.git;a=log;h=refs/tags/1.3.3

OBS-URL: https://build.opensuse.org/request/show/1087926
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mujs?expand=0&rev=10
2023-05-21 17:08:12 +00:00
Илья Индиго
e46ee3cd4b Accepting request 1087914 from home:13ilya:branches:devel:languages:javascript
- Updated to 1.3.3
  * https://git.ghostscript.com/?p=mujs.git;a=log;h=refs/tags/1.3.3

OBS-URL: https://build.opensuse.org/request/show/1087914
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/mujs?expand=0&rev=20
2023-05-19 09:06:49 +00:00
Илья Индиго
135109ad1f OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/mujs?expand=0&rev=19 2023-05-19 08:54:34 +00:00
Илья Индиго
b94f676ac8 OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/mujs?expand=0&rev=18 2023-05-19 08:44:33 +00:00
4 changed files with 34 additions and 10 deletions

BIN
mujs-1.3.2.tar.xz (Stored with Git LFS)

Binary file not shown.

3
mujs-1.3.5.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78a311ae4224400774cb09ef5baa2633c26971513f8b931d3224a0eb85b13e0b
size 128938

View File

@@ -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.

View File

@@ -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