# HG changeset patch # User Wolfgang Rosenauer # Date 1540106426 -7200 # Node ID 84c1339de2590613b9d386448faa0020a79657a8 # Parent 8dc7d19e8298bb416a6d951db788ed3c5ab7d876 62.0.3 diff -r 8dc7d19e8298 -r 84c1339de259 MozillaFirefox/MozillaFirefox.changes --- a/MozillaFirefox/MozillaFirefox.changes Wed Sep 26 08:34:14 2018 +0200 +++ b/MozillaFirefox/MozillaFirefox.changes Sun Oct 21 09:20:26 2018 +0200 @@ -1,4 +1,15 @@ ------------------------------------------------------------------- +Tue Oct 2 21:28:31 UTC 2018 - astieger@suse.com + +- Mozilla Firefox 62.0.3: + MFSA 2018-24 + * CVE-2018-12386 (bsc#1110506, bmo#1493900) + Type confusion in JavaScript allowed remote code execution + * CVE-2018-12387 (bsc#1110507, bmo#1493903) + Array.prototype.push stack pointer vulnerability may enable + exploits in the sandboxed content process + +------------------------------------------------------------------- Sat Sep 22 09:03:53 UTC 2018 - astieger@suse.com - Mozilla Firefox 62.0.2: diff -r 8dc7d19e8298 -r 84c1339de259 MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Wed Sep 26 08:34:14 2018 +0200 +++ b/MozillaFirefox/MozillaFirefox.spec Sun Oct 21 09:20:26 2018 +0200 @@ -13,18 +13,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # changed with every update %define major 62 -%define mainver %major.0.2 -%define orig_version 62.0.2 +%define mainver %major.0.3 +%define orig_version 62.0.3 %define orig_suffix %{nil} %define update_channel release %define branding 1 -%define releasedate 20180921000000 +%define releasedate 20181002000000 %define source_prefix firefox-%{orig_version} # PIE, full relro (x86_64 for now) diff -r 8dc7d19e8298 -r 84c1339de259 MozillaFirefox/create-tar.sh --- a/MozillaFirefox/create-tar.sh Wed Sep 26 08:34:14 2018 +0200 +++ b/MozillaFirefox/create-tar.sh Sun Oct 21 09:20:26 2018 +0200 @@ -7,8 +7,8 @@ CHANNEL="release" BRANCH="releases/mozilla-$CHANNEL" -RELEASE_TAG="150c70d39363b57ea4e92fbbd900b338f09177d6" -VERSION="62.0.2" +RELEASE_TAG="c9ed11ae5c79df3dcb69075e1c9da0317d1ecb1b" +VERSION="62.0.3" VERSION_SUFFIX="" LOCALE_FILE="firefox-$VERSION/browser/locales/l10n-changesets.json" diff -r 8dc7d19e8298 -r 84c1339de259 MozillaFirefox/source-stamp.txt --- a/MozillaFirefox/source-stamp.txt Wed Sep 26 08:34:14 2018 +0200 +++ b/MozillaFirefox/source-stamp.txt Sun Oct 21 09:20:26 2018 +0200 @@ -1,2 +1,2 @@ -REV=150c70d39363 +REV=c9ed11ae5c79 REPO=http://hg.mozilla.org/releases/mozilla-release