52.0.1 firefox52
authorWolfgang Rosenauer <wr@rosenauer.org>
Sat, 18 Mar 2017 09:28:50 +0100
branchfirefox52
changeset 946 34bd1eb1cbd7
parent 945 7b1e775ff77a
child 947 35d341c079b2
child 951 f7a8fa97a57e
52.0.1
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/create-tar.sh
--- a/MozillaFirefox/MozillaFirefox.changes	Sat Mar 11 16:31:55 2017 +0100
+++ b/MozillaFirefox/MozillaFirefox.changes	Sat Mar 18 09:28:50 2017 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Fri Mar 17 15:43:29 UTC 2017 - wr@rosenauer.org
+
+- update to Firefox 52.0.1 (boo#1029822)
+  MFSA 2017-08
+  CVE-2017-5428: integer overflow in createImageBitmap() (bmo#1348168)
+
+-------------------------------------------------------------------
 Thu Mar  9 12:30:14 UTC 2017 - wr@rosenauer.org
 
 - reenable ALSA support which was removed by default upstream
--- a/MozillaFirefox/MozillaFirefox.spec	Sat Mar 11 16:31:55 2017 +0100
+++ b/MozillaFirefox/MozillaFirefox.spec	Sat Mar 18 09:28:50 2017 +0100
@@ -19,9 +19,9 @@
 
 # changed with every update
 %define major 52
-%define mainver %major.0
+%define mainver %major.0.1
 %define update_channel release
-%define releasedate 20170302000000
+%define releasedate 20170317000000
 
 # PIE, full relro (x86_64 for now)
 %define build_hardened 1
--- a/MozillaFirefox/create-tar.sh	Sat Mar 11 16:31:55 2017 +0100
+++ b/MozillaFirefox/create-tar.sh	Sat Mar 18 09:28:50 2017 +0100
@@ -7,8 +7,8 @@
 
 CHANNEL="release"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="44d6a57ab554308585a67a13035d31b264be781e"
-VERSION="52.0"
+RELEASE_TAG="2f2b4a119565e9b5691187ee5fbe91881c90b249"
+VERSION="52.0.1"
 
 # mozilla
 if [ -d mozilla ]; then