]> git.pld-linux.org Git - packages/firefox.git/commitdiff
- up to 49.0.1
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 2 Oct 2016 08:14:56 +0000 (10:14 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 2 Oct 2016 08:14:56 +0000 (10:14 +0200)
firefox-Disable-Firefox-Health-Report.patch
firefox-prefs.patch
firefox.spec

index fc900c4120e101d47f5735673e1347eb443d3529..7edc4bae4f67491644395fb2770039a1a299d653 100644 (file)
@@ -1,21 +1,12 @@
-From: Mike Hommey <mh@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/");
index 9493a2c9e6a7241fd763913fd9df5f39b7c93783..b3d6f73aaf8189dac7ba8474b0c7cb54d7096bb0 100644 (file)
@@ -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
  
index 5929bea1f8199d8d49359076df70104a29e25130..ddd054e2b948870cb9f35b16eb0845d065c59c69 100644 (file)
@@ -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@mozilla.org.xpi
 %{_libdir}/%{name}/browser/features/e10srollout@mozilla.org.xpi
 %{_libdir}/%{name}/browser/features/firefox@getpocket.com.xpi
+%{_libdir}/%{name}/browser/features/webcompat@mozilla.org.xpi
 
 # files created by firefox -register
 %ghost %{_libdir}/%{name}/browser/components/compreg.dat
This page took 0.067535 seconds and 4 git commands to generate.