diff --git a/network/web/firefox/actions.py b/network/web/firefox/actions.py index e8fe9ee7fa..e5c48dceca 100644 --- a/network/web/firefox/actions.py +++ b/network/web/firefox/actions.py @@ -22,6 +22,7 @@ jobs = jobs = "-j"+ subprocess.check_output("nproc 2>/dev/null", shell=True).rst shelltools.export("SHELL", "/bin/sh") shelltools.export("MACH_USE_SYSTEM_PYTHON", "1") +shelltools.export("MOZBUILD_STATE_PATH", "mozbuild") def setup(): diff --git a/network/web/firefox/files/mozconfig b/network/web/firefox/files/mozconfig index 7d81963693..21ed76a6d7 100755 --- a/network/web/firefox/files/mozconfig +++ b/network/web/firefox/files/mozconfig @@ -30,6 +30,7 @@ ac_add_options --enable-system-ffi #ac_add_options --enable-system-sqlite #ac_add_options --enable-gstreamer=1.0 #ac_add_options --disable-elf-hack +ac_add_options --with-wasi-sysroot=/usr/share/wasi-sysroot # Features #ac_add_options --enable-application=browser diff --git a/network/web/firefox/files/mozconfig-inst b/network/web/firefox/files/mozconfig-inst old mode 100755 new mode 100644 index a378c3d341..3f7cb1d41b --- a/network/web/firefox/files/mozconfig-inst +++ b/network/web/firefox/files/mozconfig-inst @@ -9,7 +9,8 @@ ac_add_options --enable-optimize ac_add_options --enable-linker=lld ac_add_options --disable-bootstrap ac_add_options --disable-elf-hack - +ac_add_options --without-wasm-sandboxed-libraries +#ac_add_options --with-wasi-sysroot=/usr/share/wasi-sysroot export MOZ_NOSPAM=1 export MOZBUILD_STATE_PATH="%%PWD%%/mozbuild" diff --git a/network/web/firefox/files/mozconfig-opt b/network/web/firefox/files/mozconfig-opt old mode 100755 new mode 100644 index 03ec36c1af..aa1003bcd7 --- a/network/web/firefox/files/mozconfig-opt +++ b/network/web/firefox/files/mozconfig-opt @@ -9,6 +9,8 @@ ac_add_options --enable-optimize ac_add_options --enable-linker=lld ac_add_options --disable-bootstrap ac_add_options --disable-elf-hack +ac_add_options --without-wasm-sandboxed-libraries +#ac_add_options --with-wasi-sysroot=/usr/share/wasi-sysroot export MOZ_NOSPAM=1 export MOZBUILD_STATE_PATH="%%PWD%%/mozbuild" diff --git a/network/web/firefox/pspec.xml b/network/web/firefox/pspec.xml index 5d2d4eedde..239814db0b 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/94.0.1/source/firefox-94.0.1.source.tar.xz + https://ftp.mozilla.org/pub/firefox/releases/95.0/source/firefox-95.0.source.tar.xz @@ -558,6 +558,13 @@ + + 2021-12-06 + 95.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-11-11 94.0.1