diff --git a/network/web/firefox/actions.py b/network/web/firefox/actions.py
index b81b33eeff..1360eb62d8 100644
--- a/network/web/firefox/actions.py
+++ b/network/web/firefox/actions.py
@@ -11,7 +11,7 @@ from pisi.actionsapi import get
#WorkDir = "mozilla-release"
ObjDir = "build"
-locales = "az be bs ca da de el en-US en-GB en-ZA es-AR es-CL es-ES fi fr hr hu it lt nl pl pt-BR pt-PT ro ru sr sv-SE tr uk".split()
+locales = "az bs ca da de el en-US en-GB en-ZA es-AR es-CL es-ES fi fr hr hu it lt nl pl pt-BR pt-PT ro ru sr sv-SE tr uk".split()
xpidir = "%s/xpi" % get.workDIR()
arch = get.ARCH()
ver = ".".join(get.srcVERSION().split(".")[:3])
@@ -29,11 +29,11 @@ def setup():
shelltools.system("rm -rf langpack-ff/*/browser/defaults")
if not shelltools.isDirectory(xpidir): shelltools.makedirs(xpidir)
for locale in locales:
- #shelltools.system("wget -c -P %s http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/%s/linux-%s/xpi/%s.xpi" % (xpidir, ver, arch, locale))
+ shelltools.system("wget -c -P %s http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/%s/linux-%s/xpi/%s.xpi" % (xpidir, ver, arch, locale))
shelltools.makedirs("langpack-ff/langpack-%s@firefox.mozilla.org" % locale)
- #shelltools.system("unzip -uo %s/%s.xpi -d langpack-ff/langpack-%s@firefox.mozilla.org" % (xpidir, locale, locale))
+ shelltools.system("unzip -uo %s/%s.xpi -d langpack-ff/langpack-%s@firefox.mozilla.org" % (xpidir, locale, locale))
print "Replacing browser.properties for %s locale" % locale
- #shelltools.copy("browserconfig.properties", "langpack-ff/langpack-%s@firefox.mozilla.org/browser/chrome/%s/locale/branding/" % (locale, locale))
+ shelltools.copy("browserconfig.properties", "langpack-ff/langpack-%s@firefox.mozilla.org/browser/chrome/%s/locale/branding/" % (locale, locale))
shelltools.copy("browserconfig.properties", "browser/branding/official/locales/")
shelltools.makedirs(ObjDir)
diff --git a/network/web/firefox/files/mozconfig b/network/web/firefox/files/mozconfig
index c7e1918d1c..b622332c16 100644
--- a/network/web/firefox/files/mozconfig
+++ b/network/web/firefox/files/mozconfig
@@ -26,6 +26,9 @@ ac_add_options --enable-startup-notification
ac_add_options --disable-updater
ac_add_options --disable-crashreporter
+# New MP4, etc
+ac_add_options --disable-rust
+
ac_add_options --with-google-api-keyfile="%%PWD%%/%%FILE%%"
ac_add_options --enable-safe-browsing
diff --git a/network/web/firefox/pspec.xml b/network/web/firefox/pspec.xml
index 7e856381a6..4b13677885 100644
--- a/network/web/firefox/pspec.xml
+++ b/network/web/firefox/pspec.xml
@@ -15,7 +15,7 @@
app:gui
Firefox Web Browser
It is more secure and faster to browse the web with Firefox web browser. You can personalize your web browser with many specifications that is not enough to explain in two sentences.
- https://ftp.mozilla.org/pub/firefox/releases/52.0.1/source/firefox-52.0.1.source.tar.xz
+ https://ftp.mozilla.org/pub/firefox/releases/53.0.3/source/firefox-53.0.3.source.tar.xz
mozconfig
@@ -54,7 +54,7 @@
firefox-install-dir.patch
- -->
+
@@ -143,7 +143,7 @@
-
+
firefox-lang-bs
@@ -536,6 +536,13 @@
+
+ 2017-05-29
+ 53.0.3
+ Version Bump
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2017-03-22
52.0.1
@@ -572,4 +579,4 @@
osman.erkan@pisilinux.org
-
\ No newline at end of file
+