Update to the upstream master HEAD

- Fixes CVE-2016-7563 and CVE-2016-7564
epel8
Petr Šabata 8 years ago
parent 16b5f14edc
commit be2eb16ba9

1
.gitignore vendored

@ -1,2 +1,3 @@
/mujs-c1ad1ba.tar.gz /mujs-c1ad1ba.tar.gz
/mujs-0827611.tar.gz /mujs-0827611.tar.gz
/mujs-5c337af.tar.gz

@ -1,10 +1,10 @@
%global codate 20150929 %global codate 20160921
%global cohash 0827611 %global cohash 5c337af
%global checkout %{codate}git%{cohash} %global checkout %{codate}git%{cohash}
Name: mujs Name: mujs
Version: 0 Version: 0
Release: 2.%{checkout}%{?dist} Release: 5.%{checkout}%{?dist}
Summary: An embeddable Javascript interpreter Summary: An embeddable Javascript interpreter
License: AGPLv3+ License: AGPLv3+
URL: http://mujs.com/ URL: http://mujs.com/
@ -50,6 +50,10 @@ make install DESTDIR=%{buildroot} prefix="%{_prefix}" libdir="%{_libdir}"
%{_libdir}/lib%{name}.a %{_libdir}/lib%{name}.a
%changelog %changelog
* Thu Sep 29 2016 Petr Šabata <contyk@redhat.com> - 0-5.20160921git5c337af
- Update to the upstream master HEAD
- Fixes CVE-2016-7563 and CVE-2016-7564
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0-2.20150929git0827611 * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0-2.20150929git0827611
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

@ -1 +1 @@
da431fe0829c61a7bb54d0a5f27dbc65 mujs-0827611.tar.gz cb22362df39face250cfd593bfadf4f7 mujs-5c337af.tar.gz

Loading…
Cancel
Save