From be2eb16ba9bdbe51fd3a95398c4457d826e3d762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Thu, 29 Sep 2016 13:24:10 +0200 Subject: [PATCH] Update to the upstream master HEAD - Fixes CVE-2016-7563 and CVE-2016-7564 --- .gitignore | 1 + mujs.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 861478b..f7d1be1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /mujs-c1ad1ba.tar.gz /mujs-0827611.tar.gz +/mujs-5c337af.tar.gz diff --git a/mujs.spec b/mujs.spec index 04f66cd..523fde5 100644 --- a/mujs.spec +++ b/mujs.spec @@ -1,10 +1,10 @@ -%global codate 20150929 -%global cohash 0827611 +%global codate 20160921 +%global cohash 5c337af %global checkout %{codate}git%{cohash} Name: mujs Version: 0 -Release: 2.%{checkout}%{?dist} +Release: 5.%{checkout}%{?dist} Summary: An embeddable Javascript interpreter License: AGPLv3+ URL: http://mujs.com/ @@ -50,6 +50,10 @@ make install DESTDIR=%{buildroot} prefix="%{_prefix}" libdir="%{_libdir}" %{_libdir}/lib%{name}.a %changelog +* Thu Sep 29 2016 Petr Ĺ abata - 0-5.20160921git5c337af +- Update to the upstream master HEAD +- Fixes CVE-2016-7563 and CVE-2016-7564 + * Thu Feb 04 2016 Fedora Release Engineering - 0-2.20150929git0827611 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 0d04b20..3fd1849 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -da431fe0829c61a7bb54d0a5f27dbc65 mujs-0827611.tar.gz +cb22362df39face250cfd593bfadf4f7 mujs-5c337af.tar.gz