[packages/firefox] - up to 49.0.1

baggins baggins at pld-linux.org
Sun Oct 2 10:15:11 CEST 2016


commit f632a004a08d3a375dc5409aa4db5e5d9cf98ef6
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Oct 2 10:14:56 2016 +0200

    - up to 49.0.1

 firefox-Disable-Firefox-Health-Report.patch | 33 +++++++++++------------------
 firefox-prefs.patch                         | 12 +++++------
 firefox.spec                                | 10 ++++-----
 3 files changed, 22 insertions(+), 33 deletions(-)
---
diff --git a/firefox.spec b/firefox.spec
index 5929bea..ddd054e 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -25,12 +25,12 @@ Summary:	Firefox web browser
 Summary(hu.UTF-8):	Firefox web böngésző
 Summary(pl.UTF-8):	Firefox - przeglądarka WWW
 Name:		firefox
-Version:	48.0.1
-Release:	2
+Version:	49.0.1
+Release:	1
 License:	MPL v2.0
 Group:		X11/Applications/Networking
 Source0:	http://releases.mozilla.org/pub/mozilla.org/firefox/releases/%{version}/source/firefox-%{version}.source.tar.xz
-# Source0-md5:	8c09b6cbf13ce13aa57d87175da997f4
+# Source0-md5:	3ce01741b9eab6a2988b970127330dcd
 Source3:	%{name}.desktop
 Source4:	%{name}.sh
 Source5:	vendor.js
@@ -46,7 +46,6 @@ Patch7:		%{name}-middle_click_paste.patch
 Patch8:		%{name}-system-virtualenv.patch
 Patch9:		%{name}-Disable-Firefox-Health-Report.patch
 Patch10:	freetype.patch
-Patch11:	firefox-gtk3-20.patch
 URL:		https://www.mozilla.org/firefox/
 BuildRequires:	OpenGL-devel
 BuildRequires:	alsa-lib-devel
@@ -217,7 +216,6 @@ echo 'LOCAL_INCLUDES += $(MOZ_HUNSPELL_CFLAGS)' >> extensions/spellcheck/src/Mak
 %patch8 -p2
 %patch9 -p1
 %patch10 -p2
-%patch11 -p1
 
 %{__sed} -i -e '1s,/usr/bin/env python,%{__python},' xpcom/typelib/xpt/tools/xpt.py xpcom/idl-parser/xpidl/xpidl.py
 
@@ -462,9 +460,9 @@ fi
 %{_datadir}/%{name}/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi
 %{_libdir}/%{name}/browser/omni.ja
 
-%{_libdir}/%{name}/browser/features/loop at mozilla.org.xpi
 %{_libdir}/%{name}/browser/features/e10srollout at mozilla.org.xpi
 %{_libdir}/%{name}/browser/features/firefox at getpocket.com.xpi
+%{_libdir}/%{name}/browser/features/webcompat at mozilla.org.xpi
 
 # files created by firefox -register
 %ghost %{_libdir}/%{name}/browser/components/compreg.dat
diff --git a/firefox-Disable-Firefox-Health-Report.patch b/firefox-Disable-Firefox-Health-Report.patch
index fc900c4..7edc4ba 100644
--- a/firefox-Disable-Firefox-Health-Report.patch
+++ b/firefox-Disable-Firefox-Health-Report.patch
@@ -1,21 +1,12 @@
-From: Mike Hommey <mh at glandium.org>
-Date: Fri, 15 Mar 2013 17:08:40 +0100
-Subject: Disable Firefox Health Report
-
----
- browser/confvars.sh | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/browser/confvars.sh b/browser/confvars.sh
-index 35cbdac..906de7a 100644
---- a/browser/confvars.sh
-+++ b/browser/confvars.sh
-@@ -27,7 +27,7 @@ MOZ_CHROME_FILE_FORMAT=omni
- MOZ_SAFE_BROWSING=1
- MOZ_SERVICES_COMMON=1
- MOZ_SERVICES_CRYPTO=1
--MOZ_SERVICES_HEALTHREPORT=1
-+MOZ_SERVICES_HEALTHREPORT=
- MOZ_SERVICES_SYNC=1
- MOZ_SERVICES_CLOUDSYNC=1
- MOZ_APP_VERSION=$FIREFOX_VERSION
+--- firefox-49.0.1/toolkit/components/telemetry/healthreport-prefs.js~	2016-06-01 06:11:41.000000000 +0200
++++ firefox-49.0.1/toolkit/components/telemetry/healthreport-prefs.js	2016-10-02 09:39:52.367936470 +0200
+@@ -4,7 +4,7 @@
+ 
+ pref("datareporting.healthreport.infoURL", "https://www.mozilla.org/legal/privacy/firefox.html#health-report");
+ 
+-// Health Report is enabled by default on all channels.
+-pref("datareporting.healthreport.uploadEnabled", true);
++// Health Report is disabled by default on all channels.
++pref("datareporting.healthreport.uploadEnabled", false);
+ 
+ pref("datareporting.healthreport.about.reportUrl", "https://fhr.cdn.mozilla.net/%LOCALE%/v4/");
diff --git a/firefox-prefs.patch b/firefox-prefs.patch
index 9493a2c..b3d6f73 100644
--- a/firefox-prefs.patch
+++ b/firefox-prefs.patch
@@ -11,20 +11,20 @@ diff -ur mozilla.orig/browser/app/profile/firefox.js mozilla/browser/app/profile
  // Dictionary download preference
  pref("browser.dictionaries.download.url", "https://addons.mozilla.org/%LOCALE%/firefox/dictionaries/");
 @@ -157,12 +157,12 @@
- pref("app.update.certs.2.commonName", "aus3.mozilla.org");
+ pref("app.update.cert.checkAttributes", false);
  
  // Whether or not app updates are enabled
 -pref("app.update.enabled", true);
 +pref("app.update.enabled", false);
  
- // This preference turns on app.update.mode and allows automatic download and
- // install to take place. We use a separate boolean toggle for this to make
- // the UI easier to construct.
+ // If set to true, the Update Service will automatically download updates when
+ // app updates are enabled per the app.update.enabled preference and if the user
+ // can apply updates.
 -pref("app.update.auto", true);
 +pref("app.update.auto", false);
  
- // Defines how the Application Update Service notifies the user about updates:
- //
+ // If set to true, the Update Service will present no UI for any event.
+ pref("app.update.silent", false);
 @@ -252,7 +252,7 @@
  pref("general.useragent.complexOverride.moodle", false); // bug 797703
  
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/firefox.git/commitdiff/f632a004a08d3a375dc5409aa4db5e5d9cf98ef6



More information about the pld-cvs-commit mailing list