summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-03-22 10:12:21 +0100
committerMartin Stransky <stransky@redhat.com>2017-03-22 10:12:21 +0100
commit73321592e7455cf23e31284292b638ebc5c1481e (patch)
tree3232c496d20287232d5bd4ff754dfea7a68e8c64 /firefox.spec
parentUpdated nss patch ordering (diff)
downloadlibrewolf-fedora-ff-73321592e7455cf23e31284292b638ebc5c1481e.tar.gz
librewolf-fedora-ff-73321592e7455cf23e31284292b638ebc5c1481e.tar.bz2
librewolf-fedora-ff-73321592e7455cf23e31284292b638ebc5c1481e.zip
Added fix for CVE-2017-5428, Added fix for mozbz#1158076
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 71b1bb8..2ae80f6 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -103,7 +103,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 52.0
-Release: 5%{?pre_tag}%{?dist}
+Release: 6%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -153,6 +153,8 @@ Patch406: mozilla-256180.patch
# Rebase Gtk3 widget code to latest trunk to
# fix various rendering problems
Patch407: widget-rebase.patch
+Patch408: mozilla-1348168.patch
+Patch409: mozilla-1158076.patch
# Debian patches
Patch500: mozilla-440908.patch
@@ -317,6 +319,8 @@ cd %{tarballdir}
# Rebase Gtk3 widget code to latest trunk to
# fix various rendering problems
%patch407 -p1 -b .widget-rebase
+%patch408 -p1 -b .1348168
+%patch409 -p1 -b .1158076
# Debian extension patch
%patch500 -p1 -b .440908
@@ -835,6 +839,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Wed Mar 22 2017 Martin Stransky <stransky@redhat.com> - 52.0-6
+- Added fix for CVE-2017-5428
+- Added fix for mozbz#1158076
+
* Mon Mar 13 2017 Martin Stransky <stransky@redhat.com> - 52.0-5
- Enable ALSA backend behind pref (rhbz#1431371)
bgstack15