update to upstream version 1.2.0

fix CVE-2016-10141、CVE-2016-7504、CVE-2016-9136、CVE-2017-5628、CVE-2016-9017、CVE-2016-7506、CVE-2017-5627、CVE-2016-9108、CVE-2016-9294

(cherry picked from commit 09e862c5230d157b732f53972fe1897e82ba3dfa)
This commit is contained in:
leeffo 2022-09-26 13:42:16 +08:00 committed by openeuler-sync-bot
parent 9deb2de6e7
commit c065cec89b
3 changed files with 8 additions and 2 deletions

Binary file not shown.

BIN
mujs-1.2.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,13 @@
Name: mujs
Version: 1.0.9
Version: 1.2.0
Release: 1
Summary: An embeddable Javascript interpreter
License: ISC
URL: http://mujs.com/
# The mujs.com download page doesn't provide recent tarballs
# Github mirror of mujs.com repository provides releases from tags
Source0: https://github.com/ccxvii/mujs/archiv/%{version}.tar.gz
Source0: https://mujs.com/downloads/mujs-%{version}.tar.gz
BuildRequires: coreutils
BuildRequires: gcc
BuildRequires: grep
@ -48,5 +49,10 @@ make install DESTDIR=%{buildroot} prefix="%{_prefix}" libdir="%{_libdir}" \
%{_libdir}/lib%{name}.a
%changelog
* Mon Sep 26 2022 liweiganga <liweiganga@uniontech.com> - 1.2.0-1
- upstream release 1.2.0
- fix: fix CVE-2016-10141、CVE-2016-7504、CVE-2016-9136、CVE-2017-5628、CVE-2016-9017、\
CVE-2016-7506、CVE-2017-5627、CVE-2016-9108、CVE-2016-9294
* Thu May 13 2021 He Rengui <herengui@uniontech.com> - 1.0.9-1
- package init