update to b20
authorWolfgang Rosenauer <wr@rosenauer.org>
Sat, 25 Aug 2018 18:07:14 +0200
changeset 1070 18f97bd2c2bf
parent 1069 0410f6db95d5
child 1071 8dc7d19e8298
child 1073 63a32fb3b602
update to b20
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/create-tar.sh
MozillaFirefox/mozilla-unsignedScopes.patch
MozillaFirefox/source-stamp.txt
mozilla-unsignedScopes.patch
series
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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 <wr@rosenauer.org>
-# 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);
--- 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