|
|
@ -1,10 +1,10 @@
|
|
|
|
%global codate 20160921
|
|
|
|
%global codate 20161031
|
|
|
|
%global cohash 5c337af
|
|
|
|
%global cohash a0ceaf5
|
|
|
|
%global checkout %{codate}git%{cohash}
|
|
|
|
%global checkout %{codate}git%{cohash}
|
|
|
|
|
|
|
|
|
|
|
|
Name: mujs
|
|
|
|
Name: mujs
|
|
|
|
Version: 0
|
|
|
|
Version: 0
|
|
|
|
Release: 5.%{checkout}%{?dist}
|
|
|
|
Release: 6.%{checkout}%{?dist}
|
|
|
|
Summary: An embeddable Javascript interpreter
|
|
|
|
Summary: An embeddable Javascript interpreter
|
|
|
|
License: AGPLv3+
|
|
|
|
License: AGPLv3+
|
|
|
|
URL: http://mujs.com/
|
|
|
|
URL: http://mujs.com/
|
|
|
@ -15,6 +15,10 @@ URL: http://mujs.com/
|
|
|
|
# Or simply, for the latest release, run:
|
|
|
|
# Or simply, for the latest release, run:
|
|
|
|
# make tarball
|
|
|
|
# make tarball
|
|
|
|
Source0: %{name}-%{cohash}.tar.gz
|
|
|
|
Source0: %{name}-%{cohash}.tar.gz
|
|
|
|
|
|
|
|
BuildRequires: coreutils
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
|
|
|
BuildRequires: grep
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
MuJS is a lightweight Javascript interpreter designed for embedding in
|
|
|
|
MuJS is a lightweight Javascript interpreter designed for embedding in
|
|
|
@ -50,6 +54,10 @@ make install DESTDIR=%{buildroot} prefix="%{_prefix}" libdir="%{_libdir}"
|
|
|
|
%{_libdir}/lib%{name}.a
|
|
|
|
%{_libdir}/lib%{name}.a
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Nov 16 2016 Petr Šabata <contyk@redhat.com> - 0-6.20161031gita0ceaf5
|
|
|
|
|
|
|
|
- Include the latest upstream fixes
|
|
|
|
|
|
|
|
- Fixes CVE-2016-9108, CVE-2016-9109, CVE-2016-9017 and CVE-2016-9294
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 29 2016 Petr Šabata <contyk@redhat.com> - 0-5.20160921git5c337af
|
|
|
|
* Thu Sep 29 2016 Petr Šabata <contyk@redhat.com> - 0-5.20160921git5c337af
|
|
|
|
- Update to the upstream master HEAD
|
|
|
|
- Update to the upstream master HEAD
|
|
|
|
- Fixes CVE-2016-7563 and CVE-2016-7564
|
|
|
|
- Fixes CVE-2016-7563 and CVE-2016-7564
|
|
|
|