From 2b3a54d5d01f93c004ade4f720ddb403b7160cfc Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 7 Sep 2021 20:19:59 +0200 Subject: [PATCH] firefox: update to 92.0. --- srcpkgs/firefox/patches/fix-wasm-arm.patch | 15 --------------- srcpkgs/firefox/template | 4 ++-- 2 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 srcpkgs/firefox/patches/fix-wasm-arm.patch diff --git a/srcpkgs/firefox/patches/fix-wasm-arm.patch b/srcpkgs/firefox/patches/fix-wasm-arm.patch deleted file mode 100644 index a6035e876163..000000000000 --- a/srcpkgs/firefox/patches/fix-wasm-arm.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- a/js/src/wasm/WasmSignalHandlers.cpp -+++ b/js/src/wasm/WasmSignalHandlers.cpp -@@ -243,9 +243,9 @@ - // If you run into compile problems on a tier-3 platform, you can disable the - // emulation here. - --#if defined(__linux__) && defined(__arm__) --# define WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS --#endif -+// #if defined(__linux__) && defined(__arm__) -+// # define WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS -+// #endif - - #ifdef WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS - # include diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template index dd6cee3087f7..55cfb9e782da 100644 --- a/srcpkgs/firefox/template +++ b/srcpkgs/firefox/template @@ -3,7 +3,7 @@ # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/firefox-i18n". # pkgname=firefox -version=91.0.1 +version=92.0 revision=1 build_helper="rust" short_desc="Mozilla Firefox web browser" @@ -11,7 +11,7 @@ maintainer="Duncaen " license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later" homepage="https://www.mozilla.org/firefox/" distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz" -checksum=b95854ec9cb3e4409e5a1cf203c2b228146c6e3f9f3240d304cecec6b256f962 +checksum=299a472373021cc9194449c9f4bb962d5f74ef05e8af0448c589761ea34fbc84 lib32disabled=yes