Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
firefox: bump to 71.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Nov 26, 2019
1 parent c1a443f commit dee30be
Show file tree
Hide file tree
Showing 9 changed files with 462 additions and 207 deletions.
8 changes: 3 additions & 5 deletions extra/firefox/build
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@
make
make install
)
export PATH=$PWD/autoconf/bin:$PATH

unset MOZ_TELEMETRY_REPORTING
export PATH=$PWD/autoconf/bin:$PATH
export LDFLAGS="$LDFLAGS -Wl,-rpath=/usr/lib/firefox"
export MOZ_NOSPAM=1

cd firefox
export CC=${CC:-gcc}
export CXX=${CXX:-g++}

for patch in *.patch; do
patch -p1 < "$patch"
Expand Down
9 changes: 5 additions & 4 deletions extra/firefox/checksums
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
f2e9bb26af7682b31e82fdfc3a4b3e04fd1caa8b004469ea608185d33e35691b firefox-70.0.1.source.tar.xz
e67c448f9e82a19c737a72f9af1ccd325ba9e86fcbb1cd6839e6eda37d0f5410 firefox-71.0.source.tar.xz
f0611136bee505811e9ca11ca7ac188ef5323a8e2ef19cffd3edb3cf08fd791e autoconf-2.13.tar.gz
499bbe040374e513f8b95ec67714d3967f7be9f9ea5500f4e084d8be54556ad6 mozconfig
b5e70b12cc9dd18fffd7924a7d3a2e11574136fe0764359d08eba0755f1c5d4c mozconfig
960d82bbfdc88c95f5cb4f2e1c1bf23dae7519b3b7203914d7b3ddbff1ba4c28 stab.h
c67ae3a788672b9302b6a21f0299b892b1103aecb67b4dee9de7401ae4e82245 vendor.js
cfc7d5006a3381e1b04f642b518317e19790ee31d23757274fdfeaba65c98b0c vendor.js
f4ce7ee2485256b3f8c2bc467445f14b4730a7b895b17de7a21711d78bcfedea policies.json
315880530f09175788dfa48a1915bfa1e190bfd3e267988b9100cb93006c808c fix-fortify-system-wrappers.patch
418a2a9f80c41ee004cb640968617cab283b99f3d109aaf6180b0088d60c84b0 fix-sandbox-membarrier.patch
Expand All @@ -11,4 +11,5 @@ b19aaae7fc45db643f8d2540d96919c745ea341e36d9aea2df40e3e90eb951f0 fix-toolkit.pa
e24f71a6a0d8d4637b2081780c66b01be4eeb4dd496031270d0ae0b898be94d2 fix-tools.patch
5e0fcfde375837074baad21a8ab26aa442a7940617ebd074a6b238a48f2ceb63 fix-webrtc-glibcisms.patch
1d4a8f110d34da478f5597727eda9acacebd443dd86cce5bb64f898c01feabce mallinfo.patch
e3b3d354bcc1a3cca3029ecdbc4237f5ed0aa9fbb62919e2dfbfc697d5a4f5f5 firefox-70-no-dbus.patch
49b1c589bc3248fa6389c8b9ff9316c5c5f10cb7868436c9c47cab888bdc8df6 firefox-71-no-dbus.patch
b050ee807c000f26d09ff0c3e79f0149f195d802efa92b8740a75e7f07267064 firefox-71-no-accessibility.patch
2 changes: 1 addition & 1 deletion extra/firefox/files/mozconfig
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ac_add_options --disable-gold
ac_add_options --disable-jemalloc
ac_add_options --enable-release

# ALSA/PulseAudio (removed in 70 (still present in 70b12(!))
# ALSA/PulseAudio (removed in 70 (still present in 71b4(?!))
ac_add_options --disable-pulseaudio
ac_add_options --enable-alsa

Expand Down
1 change: 0 additions & 1 deletion extra/firefox/files/vendor.js
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,6 @@ pref("browser.fixup.alternate.enabled", false);
pref("media.video_stats.enabled", false);
pref("devtools.chrome.enabled", false);
pref("devtools.debugger.force-local", true);
pref("pdfjs.disabled", true);
pref("browser.startup.homepage_override.mstone", "ignore");

// Taken from TOR browser.
Expand Down
182 changes: 0 additions & 182 deletions extra/firefox/patches/firefox-70-no-dbus.patch

This file was deleted.

13 changes: 13 additions & 0 deletions extra/firefox/patches/firefox-71-no-accessibility.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff -r 22ced1a079e0 accessible/ipc/extension/other/moz.build
--- a/accessible/ipc/extension/other/moz.build Mon Sep 16 22:30:52 2019 +0300
+++ b/accessible/ipc/extension/other/moz.build Tue Sep 17 23:17:02 2019 +0200
@@ -9,7 +9,8 @@

IPDL_SOURCES += ['PDocAccessiblePlatformExt.ipdl']

-if CONFIG['ACCESSIBILITY']:
+#if CONFIG['ACCESSIBILITY']:
+if 1:
EXPORTS.mozilla.a11y += [
'DocAccessiblePlatformExtChild.h',
'DocAccessiblePlatformExtParent.h',
Loading

0 comments on commit dee30be

Please sign in to comment.