diff options
author | Martin Stransky <stransky@redhat.com> | 2017-03-22 10:12:46 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2017-03-22 10:12:46 +0100 |
commit | 7d9729377a75080d78fbb873f79c7e798f346e5e (patch) | |
tree | 3232c496d20287232d5bd4ff754dfea7a68e8c64 /firefox.spec | |
parent | Merge branch 'master' into f24 (diff) | |
parent | Added fix for CVE-2017-5428, Added fix for mozbz#1158076 (diff) | |
download | librewolf-fedora-ff-7d9729377a75080d78fbb873f79c7e798f346e5e.tar.gz librewolf-fedora-ff-7d9729377a75080d78fbb873f79c7e798f346e5e.tar.bz2 librewolf-fedora-ff-7d9729377a75080d78fbb873f79c7e798f346e5e.zip |
Merge branch 'master' into f24
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 10 |
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) |