summaryrefslogtreecommitdiff
path: root/firefox
diff options
context:
space:
mode:
authorDanny Rawlins <contact@romster.me>2021-02-26 19:36:55 +1100
committerDanny Rawlins <contact@romster.me>2021-02-27 12:42:29 +1100
commitfb73faec2974b4acde4fa82fa416a6be3b5f7dd0 (patch)
treebc87cc8c0e9b72ae01571dc41b75b4c71c11ad7c /firefox
parent086c608a230e6aa05d79f67293e68d92c6d9b949 (diff)
downloadcontrib-fb73faec2974b4acde4fa82fa416a6be3b5f7dd0.tar.gz
contrib-fb73faec2974b4acde4fa82fa416a6be3b5f7dd0.tar.xz
firefox: 85.0.2 -> 86.0
Diffstat (limited to 'firefox')
-rw-r--r--firefox/.signature7
-rw-r--r--firefox/Pkgfile11
-rw-r--r--firefox/fix-rust-1.50-build.patch38
3 files changed, 6 insertions, 50 deletions
diff --git a/firefox/.signature b/firefox/.signature
index 3524fe0c9..cd17d0fb3 100644
--- a/firefox/.signature
+++ b/firefox/.signature
@@ -1,8 +1,7 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF33AnuNg9/ctFUrRWJiIs0PSGCPLYHABR5EJExnxvAv66akZ554EMY6w/SvPUM84sLxWKqCmQEVHxjJ+/1MMnFg4=
-SHA256 (Pkgfile) = 0855e2ba0021a1192834f2bce86329926e87539c75c1c3a213b05490f12266c0
+RWSagIOpLGJF35qk9cd3gDzR6waOqygTOBI4679fPxWO9OKmJR4BhAiYRPv0wAFzwh0Qs7tMNHuZiIVAs9k8K6tVrhImZgbWsAk=
+SHA256 (Pkgfile) = 79662e3ec7e943acf359254092f55a01ef9d728a449c0eae05f12e08c9d23562
SHA256 (.footprint) = 8b8bebe1e51e7e8d82a57e60b95e4fd85c806ecbcbb15ad1774730025ba0e931
-SHA256 (firefox-85.0.2.source.tar.xz) = b157cdc265daa6140ec8daef2bc98d335f871e7e9ac235287fb199e11c164287
+SHA256 (firefox-86.0.source.tar.xz) = c3ac474a2cf6a8e31a962f57c7357dbe67b5088b6aceea9980f25ce7a99b58dd
SHA256 (firefox.desktop) = 8ba3439f3dfc5cab883641969c93d8d15f8f20d7188d9568346b2edad52d6f91
SHA256 (0001-Use-remoting-name-for-GDK-application-names.patch) = 8b236bbf3ae5cb28d1dd742f543c0079fac06af5aa80bc2051defeba95f0ae21
-SHA256 (fix-rust-1.50-build.patch) = d3c6e7277eabdbe03db1fbd9768c008e3da628878fb52f31e2812ebfe78e8d58
diff --git a/firefox/Pkgfile b/firefox/Pkgfile
index 8241e58a8..163b46697 100644
--- a/firefox/Pkgfile
+++ b/firefox/Pkgfile
@@ -5,12 +5,11 @@
# Optional: sccache jack
name=firefox
-version=85.0.2
-release=2
+version=86.0
+release=1
source=(https://archive.mozilla.org/pub/firefox/releases/$version/source/$name-$version.source.tar.xz
firefox.desktop
- 0001-Use-remoting-name-for-GDK-application-names.patch
- fix-rust-1.50-build.patch)
+ 0001-Use-remoting-name-for-GDK-application-names.patch)
build() {
cd firefox-$version
@@ -18,10 +17,6 @@ build() {
# https://bugzilla.mozilla.org/show_bug.cgi?id=1530052
patch -p1 -i $SRC/0001-Use-remoting-name-for-GDK-application-names.patch
- # https://bugzilla.mozilla.org/show_bug.cgi?id=1684261
- # https://hg.mozilla.org/mozilla-central/rev/48f46a7eada9
- patch -p1 -i $SRC/fix-rust-1.50-build.patch
-
if [ $(/usr/bin/python -c "import sys; print sys.stdout.encoding") = 'UTF-8' ]; then
printf "\e[031mError: set an UTF-8 locale to compile this!\033[0m\n"
exit 1
diff --git a/firefox/fix-rust-1.50-build.patch b/firefox/fix-rust-1.50-build.patch
deleted file mode 100644
index 49c3ea243..000000000
--- a/firefox/fix-rust-1.50-build.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-diff -pruN firefox-85.0.2.orig/.cargo/config.in firefox-85.0.2/.cargo/config.in
---- firefox-85.0.2.orig/.cargo/config.in 2021-02-15 19:15:28.519967793 +1100
-+++ firefox-85.0.2/.cargo/config.in 2021-02-15 19:16:49.418429299 +1100
-@@ -3,7 +3,7 @@
- # Please do not edit.
-
- [source."https://github.com/shravanrn/nix/"]
--branch = "r0.13.1"
-+rev = "4af6c367603869a30fddb5ffb0aba2b9477ba92e"
- git = "https://github.com/shravanrn/nix/"
- replace-with = "vendored-sources"
-
-diff -pruN firefox-85.0.2.orig/Cargo.lock firefox-85.0.2/Cargo.lock
---- firefox-85.0.2.orig/Cargo.lock 2021-02-15 19:15:28.527968036 +1100
-+++ firefox-85.0.2/Cargo.lock 2021-02-15 19:21:02.839140162 +1100
-@@ -3409,7 +3409,7 @@ dependencies = [
- [[package]]
- name = "nix"
- version = "0.13.1"
--source = "git+https://github.com/shravanrn/nix/?branch=r0.13.1#4af6c367603869a30fddb5ffb0aba2b9477ba92e"
-+source = "git+https://github.com/shravanrn/nix/?rev=4af6c367603869a30fddb5ffb0aba2b9477ba92e#4af6c367603869a30fddb5ffb0aba2b9477ba92e"
- dependencies = [
- "bitflags",
- "cc",
-diff -pruN firefox-85.0.2.orig/Cargo.toml firefox-85.0.2/Cargo.toml
---- firefox-85.0.2.orig/Cargo.toml 2021-02-15 19:15:26.631910345 +1100
-+++ firefox-85.0.2/Cargo.toml 2021-02-15 19:24:17.448061552 +1100
-@@ -76,8 +76,8 @@ chardetng = { git = "https://github.com/
- libudev-sys = { path = "dom/webauthn/libudev-sys" }
- packed_simd = { git = "https://github.com/hsivonen/packed_simd", rev="0917fe780032a6bbb23d71be545f9c1834128d75" }
- rlbox_lucet_sandbox = { git = "https://github.com/PLSysSec/rlbox_lucet_sandbox/", rev="f3cace4fb8b53db0849c62af4fa62bade5a620f7" }
--nix = { git = "https://github.com/shravanrn/nix/", branch = "r0.13.1", rev="4af6c367603869a30fddb5ffb0aba2b9477ba92e" }
--spirv_cross = { git = "https://github.com/kvark/spirv_cross", branch = "wgpu4", rev = "e9eff10f964957e7a001c5f712effe17ce09aa99" }
-+nix = { git = "https://github.com/shravanrn/nix/", rev="4af6c367603869a30fddb5ffb0aba2b9477ba92e" }
-+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" }

Generated by cgit