components/desktop/thunderbird/patches/thunderbird31-41-updateurl.patch
changeset 5527 611b2d6efdfe
parent 5526 570ac9aab8b2
child 5528 f2f5af510081
--- a/components/desktop/thunderbird/patches/thunderbird31-41-updateurl.patch	Tue Mar 01 10:33:35 2016 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-This should be investigated to see if this is needed in future versions.
-
---- a/mail/app/profile/all-thunderbird.js	Sat Nov 14 01:41:46 2009
-+++ b/mail/app/profile/all-thunderbird.js	Sat Nov 14 01:45:16 2009
-@@ -85,9 +85,13 @@ pref("app.update.certs.1.commonName", "a
- 
- pref("app.update.certs.2.issuerName", "CN=Thawte SSL CA,O=\"Thawte, Inc.\",C=US");
- pref("app.update.certs.2.commonName", "aus4.mozilla.org");
-+pref("app.update.certs.3.issuerName", "OU=Equifax Secure Certificate Authority,O=Equifax,C=US");
-+pref("app.update.certs.3.commonName", "aus2-community.mozilla.org");
-+pref("app.update.certs.4.issuerName", "CN=GeoTrust SSL CA,O=\"GeoTrust, Inc.\",C=US");
-+pref("app.update.certs.4.commonName", "aus2-community.mozilla.org");
- 
- // 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     
-@@ -113,7 +117,7 @@ pref("app.update.silent", false);
- pref("app.update.staging.enabled", true);
- 
- // Update service URL:
--pref("app.update.url", "https://aus4.mozilla.org/update/3/%PRODUCT%/%VERSION%/%BUILD_ID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/%OS_VERSION%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/update.xml");
-+pref("app.update.url", "https://aus2-community.mozilla.org/update/3/%PRODUCT%/%VERSION%/%BUILD_ID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/%OS_VERSION%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/update.xml");
- 
- // URL user can browse to manually if for some reason all update installation
- // attempts fail.