firefox: update to version 89.0.
This commit is contained in:
parent
23a53efbd9
commit
87567bad7d
2 changed files with 2 additions and 36 deletions
|
@ -1,34 +0,0 @@
|
|||
Enables itself even when --disable-backtrace is set,
|
||||
and doesn't build on musl or ppc* (not tested).
|
||||
|
||||
diff --git Cargo.toml Cargo.toml
|
||||
index 4076a60577..945f26f638 100644
|
||||
--- Cargo.toml
|
||||
+++ Cargo.toml
|
||||
@@ -13,7 +13,6 @@ members = [
|
||||
"netwerk/test/http3server",
|
||||
"security/manager/ssl/osclientcerts",
|
||||
"testing/geckodriver",
|
||||
- "toolkit/crashreporter/rust_minidump_writer_linux",
|
||||
"toolkit/library/gtest/rust",
|
||||
"toolkit/library/rust/",
|
||||
"toolkit/mozapps/defaultagent/rust",
|
||||
@@ -79,7 +78,6 @@ spirv_cross = { git = "https://github.com/kvark/spirv_cross", branch = "wgpu4" }
|
||||
# failure's backtrace feature might break our builds, see bug 1608157.
|
||||
failure = { git = "https://github.com/badboy/failure", rev = "64af847bc5fdcb6d2438bec8a6030812a80519a5" }
|
||||
failure_derive = { git = "https://github.com/badboy/failure", rev = "64af847bc5fdcb6d2438bec8a6030812a80519a5" }
|
||||
-minidump_writer_linux = { git = "https://github.com/msirringhaus/minidump_writer_linux.git", rev = "01c7a0da8d34059f7dae8ab9e7512529ff16347a" }
|
||||
|
||||
[patch.crates-io.cranelift-codegen]
|
||||
git = "https://github.com/mozilla-spidermonkey/wasmtime"
|
||||
diff --git toolkit/moz.configure toolkit/moz.configure
|
||||
index 806576b1ef..43ef8309f1 100644
|
||||
--- toolkit/moz.configure
|
||||
+++ toolkit/moz.configure
|
||||
@@ -2487,8 +2487,6 @@ set_define("MOZ_USE_NATIVE_POPUP_WINDOWS", True, when="MOZ_USE_NATIVE_POPUP_WIND
|
||||
# ==============================================================
|
||||
@depends(target)
|
||||
def oxidized_breakpad(target):
|
||||
- if target.kernel == "Linux" and target.os != "Android":
|
||||
- return target.cpu in ("x86", "x86_64")
|
||||
return False
|
|
@ -3,7 +3,7 @@
|
|||
# THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/firefox-i18n".
|
||||
#
|
||||
pkgname=firefox
|
||||
version=88.0.1
|
||||
version=89.0
|
||||
revision=1
|
||||
build_helper="rust"
|
||||
short_desc="Mozilla Firefox web browser"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Johannes <johannes.brechtmann@gmail.com>"
|
|||
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=83df1eae0e28fe99661fd5d39d705cdab2e108b4a24ce12c2db6183c632804cc
|
||||
checksum=db43d7d5796455051a5b847f6daa3423393803c9288c8b6d7f1186f5e2e0a90a
|
||||
|
||||
lib32disabled=yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue