# HG changeset patch # User Wolfgang Rosenauer # Date 1535213234 -7200 # Node ID 18f97bd2c2bf07072f9e92e496b3c5e023e2606b # Parent 0410f6db95d5796d351de19d1b52aee62bf2c3bd update to b20 diff -r 0410f6db95d5 -r 18f97bd2c2bf MozillaFirefox/MozillaFirefox.changes --- a/MozillaFirefox/MozillaFirefox.changes Sat Aug 25 14:54:29 2018 +0200 +++ b/MozillaFirefox/MozillaFirefox.changes Sat Aug 25 18:07:14 2018 +0200 @@ -1,12 +1,10 @@ ------------------------------------------------------------------- -Sat Aug 25 12:53:16 UTC 2018 - wr@rosenauer.org - -- update to Firefox 62.0b19 +Sat Aug 25 15:56:51 UTC 2018 - wr@rosenauer.org + +- update to Firefox 62.0b20 - requires NSS >= 3.38 - removed obsolete patches mozilla-bmo1464766.patch -- moved unsignedScope pref into new patch - mozilla-unsignedScopes.patch ------------------------------------------------------------------- Thu Aug 9 14:22:00 UTC 2018 - wr@rosenauer.org diff -r 0410f6db95d5 -r 18f97bd2c2bf MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Sat Aug 25 14:54:29 2018 +0200 +++ b/MozillaFirefox/MozillaFirefox.spec Sat Aug 25 18:07:14 2018 +0200 @@ -21,10 +21,10 @@ %define major 61 %define mainver %major.99 %define orig_version 62.0 -%define orig_suffix b19 +%define orig_suffix b20 %define update_channel beta %define branding 1 -%define releasedate 20180820172315 +%define releasedate 20180823143155 %define source_prefix firefox-%{orig_version} # PIE, full relro (x86_64 for now) @@ -160,7 +160,6 @@ Patch7: mozilla-aarch64-startup-crash.patch Patch8: mozilla-bmo256180.patch Patch9: mozilla-no-return.patch -Patch10: mozilla-unsignedScopes.patch # Firefox/browser Patch101: firefox-kde.patch Patch102: firefox-branded-icons.patch @@ -271,7 +270,6 @@ %patch7 -p1 %patch8 -p1 %patch9 -p1 -%patch10 -p1 # Firefox %patch101 -p1 %patch102 -p1 @@ -372,6 +370,7 @@ ac_add_options --enable-update-channel=%{update_channel} ac_add_options --with-mozilla-api-keyfile=%{SOURCE18} ac_add_options --with-google-api-keyfile=%{SOURCE19} +ac_add_options --with-unsigned-addon-scopes=app %if %branding ac_add_options --enable-official-branding %endif diff -r 0410f6db95d5 -r 18f97bd2c2bf MozillaFirefox/create-tar.sh --- a/MozillaFirefox/create-tar.sh Sat Aug 25 14:54:29 2018 +0200 +++ b/MozillaFirefox/create-tar.sh Sat Aug 25 18:07:14 2018 +0200 @@ -7,9 +7,9 @@ CHANNEL="beta" BRANCH="releases/mozilla-$CHANNEL" -RELEASE_TAG="FIREFOX_62_0b19_RELEASE" +RELEASE_TAG="FIREFOX_62_0b20_RELEASE" VERSION="62.0" -VERSION_SUFFIX="b19" +VERSION_SUFFIX="b20" LOCALE_FILE="firefox-$VERSION/browser/locales/l10n-changesets.json" # check required tools diff -r 0410f6db95d5 -r 18f97bd2c2bf MozillaFirefox/mozilla-unsignedScopes.patch --- a/MozillaFirefox/mozilla-unsignedScopes.patch Sat Aug 25 14:54:29 2018 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -../mozilla-unsignedScopes.patch \ No newline at end of file diff -r 0410f6db95d5 -r 18f97bd2c2bf MozillaFirefox/source-stamp.txt --- a/MozillaFirefox/source-stamp.txt Sat Aug 25 14:54:29 2018 +0200 +++ b/MozillaFirefox/source-stamp.txt Sat Aug 25 18:07:14 2018 +0200 @@ -1,2 +1,2 @@ -REV=10e2940b1bde +REV=7fda8e538067 REPO=http://hg.mozilla.org/releases/mozilla-beta diff -r 0410f6db95d5 -r 18f97bd2c2bf mozilla-unsignedScopes.patch --- a/mozilla-unsignedScopes.patch Sat Aug 25 14:54:29 2018 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ -# HG changeset patch -# User Wolfgang Rosenauer -# Parent 0629fb9c6879e14c1b5e3cbff53b0d44371f0127 - -diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js ---- a/modules/libpref/init/all.js -+++ b/modules/libpref/init/all.js -@@ -1136,16 +1136,19 @@ pref("print.print_via_parent", false); - // paths instead of using font embedding. - pref("print.font-variations-as-paths", true); - - // Pref used by the spellchecker extension to control the - // maximum number of misspelled words that will be underlined - // in a document. - pref("extensions.spellcheck.inline.max-misspellings", 500); - -+// Add-on manager scoped allowing unsigned addons. None by default. -+pref("extensions.unsignedScopes", 12, locked); -+ - // Prefs used by libeditor. Prefs specific to seamonkey composer - // belong in comm-central/editor/ui/composer.js - - pref("editor.use_custom_colors", false); - pref("editor.singleLine.pasteNewlines", 2); - pref("editor.use_css", false); - pref("editor.css.default_length_unit", "px"); - pref("editor.resizing.preserve_ratio", true); diff -r 0410f6db95d5 -r 18f97bd2c2bf series --- a/series Sat Aug 25 14:54:29 2018 +0200 +++ b/series Sat Aug 25 18:07:14 2018 +0200 @@ -8,7 +8,6 @@ mozilla-aarch64-startup-crash.patch mozilla-bmo256180.patch mozilla-no-return.patch -mozilla-unsignedScopes.patch # Firefox patches firefox-kde.patch