Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Firefox: Update to version 89.0. [ci skip]
@ 2021-06-01 20:11 eoli3n
  2021-06-01 21:20 ` Duncaen
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: eoli3n @ 2021-06-01 20:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 812 bytes --]

There is a new pull request by eoli3n against master on the void-packages repository

https://github.com/eoli3n/void-packages firefox
https://github.com/void-linux/void-packages/pull/31248

Firefox: Update to version 89.0. [ci skip]
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Local build results
- [x] building for glibc x86_64

A patch file from https://github.com/void-linux/void-packages/pull/31248.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-firefox-31248.patch --]
[-- Type: text/x-diff, Size: 5311 bytes --]

From 6fa4940c5f9bdf529a9b69e177b90aedc7332d4d Mon Sep 17 00:00:00 2001
From: eoli3n <jonathan.kirszling@runbox.com>
Date: Tue, 1 Jun 2021 20:50:14 +0200
Subject: [PATCH 1/2] cbindgen: update to version 0.19.0.

---
 srcpkgs/cbindgen/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cbindgen/template b/srcpkgs/cbindgen/template
index 3c9d15bbce0d..542a7215820d 100644
--- a/srcpkgs/cbindgen/template
+++ b/srcpkgs/cbindgen/template
@@ -1,6 +1,6 @@
 # Template file for 'cbindgen'
 pkgname=cbindgen
-version=0.18.0
+version=0.19.0
 revision=1
 build_style=cargo
 short_desc="Tool to generate C bindings for Rust code"
@@ -8,7 +8,7 @@ maintainer="Johannes <johannes.brechtmann@gmail.com>"
 license="MPL-2.0"
 homepage="https://github.com/eqrion/cbindgen"
 distfiles="https://github.com/eqrion/cbindgen/archive/v${version}.tar.gz"
-checksum=956fb1ca77daabf89451a1ea42658b74ad35477fed24ad859d8612708f9c4336
+checksum=5a068b3d4cd0319b12844c83816d63e2e9ce8176bd2d78ca0ac03d4833bcbab7
 
 do_check() {
 	: # test are only expected to work with rust nightly

From e1e2f592da978ab75537426c4a02e6e024466518 Mon Sep 17 00:00:00 2001
From: eoli3n <jonathan.kirszling@runbox.com>
Date: Tue, 1 Jun 2021 20:50:41 +0200
Subject: [PATCH 2/2] firefox: update to version 89.0.

---
 .../firefox/patches/avoid-redefinition.patch  | 15 --------
 .../firefox/patches/disable-minidump.patch    | 34 -------------------
 srcpkgs/firefox/template                      |  4 +--
 3 files changed, 2 insertions(+), 51 deletions(-)
 delete mode 100644 srcpkgs/firefox/patches/avoid-redefinition.patch
 delete mode 100644 srcpkgs/firefox/patches/disable-minidump.patch

diff --git a/srcpkgs/firefox/patches/avoid-redefinition.patch b/srcpkgs/firefox/patches/avoid-redefinition.patch
deleted file mode 100644
index 22eb8baa1b59..000000000000
--- a/srcpkgs/firefox/patches/avoid-redefinition.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Author: Rasmus Thomsen <oss@cogitri.dev>
-Reason: FF is mixing userspace net headers (net/if.h) and kernelspace ones
-(linux/if.h), leading to redefinitions. We need to include net/if.h before
-linux/if.h because linux/if.h has redifinition guards whereas net/if.h doesnt
-Upstream: No
---- dom/media/webrtc/transport/third_party/nICEr/src/stun/addrs-netlink.c.orig	2020-07-28 19:24:32.359751046 +0200
-+++ dom/media/webrtc/transport/third_party/nICEr/src/stun/addrs-netlink.c	2020-07-28 19:24:37.856343751 +0200
-@@ -31,6 +31,7 @@
- */
- 
- #if defined(LINUX)
-+#include <net/if.h>
- #include "addrs-netlink.h"
- #include <csi_platform.h>
- #include <assert.h>
diff --git a/srcpkgs/firefox/patches/disable-minidump.patch b/srcpkgs/firefox/patches/disable-minidump.patch
deleted file mode 100644
index 5c440076474b..000000000000
--- a/srcpkgs/firefox/patches/disable-minidump.patch
+++ /dev/null
@@ -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
diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template
index 0a54a0d352c8..3ce8a92ecbb0 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=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
 

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: Firefox: Update to version 89.0. [ci skip]
  2021-06-01 20:11 [PR PATCH] Firefox: Update to version 89.0. [ci skip] eoli3n
@ 2021-06-01 21:20 ` Duncaen
  2021-06-01 21:39 ` [PR PATCH] [Updated] " eoli3n
                   ` (20 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: Duncaen @ 2021-06-01 21:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 200 bytes --]

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/31248#issuecomment-852453687

Comment:
Works for `x86_64-glibc`, currently building `x86_64-musl`.

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [PR PATCH] [Updated] Firefox: Update to version 89.0. [ci skip]
  2021-06-01 20:11 [PR PATCH] Firefox: Update to version 89.0. [ci skip] eoli3n
  2021-06-01 21:20 ` Duncaen
@ 2021-06-01 21:39 ` eoli3n
  2021-06-01 21:54 ` ericonr
                   ` (19 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: eoli3n @ 2021-06-01 21:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 817 bytes --]

There is an updated pull request by eoli3n against master on the void-packages repository

https://github.com/eoli3n/void-packages firefox
https://github.com/void-linux/void-packages/pull/31248

Firefox: Update to version 89.0. [ci skip]
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Local build results
- [x] building for glibc x86_64

A patch file from https://github.com/void-linux/void-packages/pull/31248.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-firefox-31248.patch --]
[-- Type: text/x-diff, Size: 4261 bytes --]

From 6fa4940c5f9bdf529a9b69e177b90aedc7332d4d Mon Sep 17 00:00:00 2001
From: eoli3n <jonathan.kirszling@runbox.com>
Date: Tue, 1 Jun 2021 20:50:14 +0200
Subject: [PATCH 1/2] cbindgen: update to version 0.19.0.

---
 srcpkgs/cbindgen/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cbindgen/template b/srcpkgs/cbindgen/template
index 3c9d15bbce0d..542a7215820d 100644
--- a/srcpkgs/cbindgen/template
+++ b/srcpkgs/cbindgen/template
@@ -1,6 +1,6 @@
 # Template file for 'cbindgen'
 pkgname=cbindgen
-version=0.18.0
+version=0.19.0
 revision=1
 build_style=cargo
 short_desc="Tool to generate C bindings for Rust code"
@@ -8,7 +8,7 @@ maintainer="Johannes <johannes.brechtmann@gmail.com>"
 license="MPL-2.0"
 homepage="https://github.com/eqrion/cbindgen"
 distfiles="https://github.com/eqrion/cbindgen/archive/v${version}.tar.gz"
-checksum=956fb1ca77daabf89451a1ea42658b74ad35477fed24ad859d8612708f9c4336
+checksum=5a068b3d4cd0319b12844c83816d63e2e9ce8176bd2d78ca0ac03d4833bcbab7
 
 do_check() {
 	: # test are only expected to work with rust nightly

From c69f249343f33325accaa0592364bc356485ad60 Mon Sep 17 00:00:00 2001
From: eoli3n <jonathan.kirszling@runbox.com>
Date: Tue, 1 Jun 2021 20:50:41 +0200
Subject: [PATCH 2/2] firefox: update to version 89.0.

---
 .../firefox/patches/disable-minidump.patch    | 34 -------------------
 srcpkgs/firefox/template                      |  4 +--
 2 files changed, 2 insertions(+), 36 deletions(-)
 delete mode 100644 srcpkgs/firefox/patches/disable-minidump.patch

diff --git a/srcpkgs/firefox/patches/disable-minidump.patch b/srcpkgs/firefox/patches/disable-minidump.patch
deleted file mode 100644
index 5c440076474b..000000000000
--- a/srcpkgs/firefox/patches/disable-minidump.patch
+++ /dev/null
@@ -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
diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template
index 0a54a0d352c8..3ce8a92ecbb0 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=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
 

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: Firefox: Update to version 89.0. [ci skip]
  2021-06-01 20:11 [PR PATCH] Firefox: Update to version 89.0. [ci skip] eoli3n
  2021-06-01 21:20 ` Duncaen
  2021-06-01 21:39 ` [PR PATCH] [Updated] " eoli3n
@ 2021-06-01 21:54 ` ericonr
  2021-06-01 22:01 ` [PR PATCH] [Updated] " eoli3n
                   ` (18 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: ericonr @ 2021-06-01 21:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 169 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31248#issuecomment-852474100

Comment:
Don't forget `firefox-i18n`.

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [PR PATCH] [Updated] Firefox: Update to version 89.0. [ci skip]
  2021-06-01 20:11 [PR PATCH] Firefox: Update to version 89.0. [ci skip] eoli3n
                   ` (2 preceding siblings ...)
  2021-06-01 21:54 ` ericonr
@ 2021-06-01 22:01 ` eoli3n
  2021-06-01 22:02 ` eoli3n
                   ` (17 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: eoli3n @ 2021-06-01 22:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 817 bytes --]

There is an updated pull request by eoli3n against master on the void-packages repository

https://github.com/eoli3n/void-packages firefox
https://github.com/void-linux/void-packages/pull/31248

Firefox: Update to version 89.0. [ci skip]
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Local build results
- [x] building for glibc x86_64

A patch file from https://github.com/void-linux/void-packages/pull/31248.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-firefox-31248.patch --]
[-- Type: text/x-diff, Size: 4776 bytes --]

From 6fa4940c5f9bdf529a9b69e177b90aedc7332d4d Mon Sep 17 00:00:00 2001
From: eoli3n <jonathan.kirszling@runbox.com>
Date: Tue, 1 Jun 2021 20:50:14 +0200
Subject: [PATCH 1/2] cbindgen: update to version 0.19.0.

---
 srcpkgs/cbindgen/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cbindgen/template b/srcpkgs/cbindgen/template
index 3c9d15bbce0d..542a7215820d 100644
--- a/srcpkgs/cbindgen/template
+++ b/srcpkgs/cbindgen/template
@@ -1,6 +1,6 @@
 # Template file for 'cbindgen'
 pkgname=cbindgen
-version=0.18.0
+version=0.19.0
 revision=1
 build_style=cargo
 short_desc="Tool to generate C bindings for Rust code"
@@ -8,7 +8,7 @@ maintainer="Johannes <johannes.brechtmann@gmail.com>"
 license="MPL-2.0"
 homepage="https://github.com/eqrion/cbindgen"
 distfiles="https://github.com/eqrion/cbindgen/archive/v${version}.tar.gz"
-checksum=956fb1ca77daabf89451a1ea42658b74ad35477fed24ad859d8612708f9c4336
+checksum=5a068b3d4cd0319b12844c83816d63e2e9ce8176bd2d78ca0ac03d4833bcbab7
 
 do_check() {
 	: # test are only expected to work with rust nightly

From 4368b638db5e9e5363abfc1f19cb52f98bfcfefa Mon Sep 17 00:00:00 2001
From: eoli3n <jonathan.kirszling@runbox.com>
Date: Tue, 1 Jun 2021 20:50:41 +0200
Subject: [PATCH 2/2] firefox: update to version 89.0.

---
 .../firefox/patches/disable-minidump.patch    | 30 +++++++++----------
 srcpkgs/firefox/template                      |  4 +--
 2 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/srcpkgs/firefox/patches/disable-minidump.patch b/srcpkgs/firefox/patches/disable-minidump.patch
index 5c440076474b..1046e568ed4e 100644
--- a/srcpkgs/firefox/patches/disable-minidump.patch
+++ b/srcpkgs/firefox/patches/disable-minidump.patch
@@ -1,31 +1,31 @@
 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 = [
+diff --git a/Cargo.toml b/Cargo.toml
+index 4506667..f353550 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -11,7 +11,6 @@ members = [
    "netwerk/test/http3server",
    "security/manager/ssl/osclientcerts",
    "testing/geckodriver",
 -  "toolkit/crashreporter/rust_minidump_writer_linux",
+   "toolkit/crashreporter/mozwer-rust",
    "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" }
+@@ -85,7 +84,6 @@ spirv_cross = { git = "https://github.com/kvark/spirv_cross", branch = "wgpu5" }
  # 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" }
- 
+-minidump_writer_linux = { git = "https://github.com/msirringhaus/minidump_writer_linux.git", rev = "667c38bf1d9a8e$
+ xmldecl = { git = "https://github.com/hsivonen/xmldecl", rev="a74f7df5bf6cb11194fb74daa0c3cf42f326fd90" }
+
  [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
+diff --git a/toolkit/moz.configure b/toolkit/moz.configure
+index 0717b91..b102d4d 100644
+--- a/toolkit/moz.configure
++++ b/toolkit/moz.configure
+@@ -2533,8 +2533,6 @@ set_config(
  # ==============================================================
  @depends(target)
  def oxidized_breakpad(target):
diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template
index 0a54a0d352c8..3ce8a92ecbb0 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=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
 

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: Firefox: Update to version 89.0. [ci skip]
  2021-06-01 20:11 [PR PATCH] Firefox: Update to version 89.0. [ci skip] eoli3n
                   ` (3 preceding siblings ...)
  2021-06-01 22:01 ` [PR PATCH] [Updated] " eoli3n
@ 2021-06-01 22:02 ` eoli3n
  2021-06-01 22:08 ` [PR PATCH] [Updated] " eoli3n
                   ` (16 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: eoli3n @ 2021-06-01 22:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 193 bytes --]

New comment by eoli3n on void-packages repository

https://github.com/void-linux/void-packages/pull/31248#issuecomment-852480872

Comment:
Fixed ``disable-minidump.patch`` but didn't test yet.

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [PR PATCH] [Updated] Firefox: Update to version 89.0. [ci skip]
  2021-06-01 20:11 [PR PATCH] Firefox: Update to version 89.0. [ci skip] eoli3n
                   ` (4 preceding siblings ...)
  2021-06-01 22:02 ` eoli3n
@ 2021-06-01 22:08 ` eoli3n
  2021-06-01 22:08 ` eoli3n
                   ` (15 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: eoli3n @ 2021-06-01 22:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 817 bytes --]

There is an updated pull request by eoli3n against master on the void-packages repository

https://github.com/eoli3n/void-packages firefox
https://github.com/void-linux/void-packages/pull/31248

Firefox: Update to version 89.0. [ci skip]
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Local build results
- [x] building for glibc x86_64

A patch file from https://github.com/void-linux/void-packages/pull/31248.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-firefox-31248.patch --]
[-- Type: text/x-diff, Size: 18405 bytes --]

From 6fa4940c5f9bdf529a9b69e177b90aedc7332d4d Mon Sep 17 00:00:00 2001
From: eoli3n <jonathan.kirszling@runbox.com>
Date: Tue, 1 Jun 2021 20:50:14 +0200
Subject: [PATCH 1/3] cbindgen: update to version 0.19.0.

---
 srcpkgs/cbindgen/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cbindgen/template b/srcpkgs/cbindgen/template
index 3c9d15bbce0d..542a7215820d 100644
--- a/srcpkgs/cbindgen/template
+++ b/srcpkgs/cbindgen/template
@@ -1,6 +1,6 @@
 # Template file for 'cbindgen'
 pkgname=cbindgen
-version=0.18.0
+version=0.19.0
 revision=1
 build_style=cargo
 short_desc="Tool to generate C bindings for Rust code"
@@ -8,7 +8,7 @@ maintainer="Johannes <johannes.brechtmann@gmail.com>"
 license="MPL-2.0"
 homepage="https://github.com/eqrion/cbindgen"
 distfiles="https://github.com/eqrion/cbindgen/archive/v${version}.tar.gz"
-checksum=956fb1ca77daabf89451a1ea42658b74ad35477fed24ad859d8612708f9c4336
+checksum=5a068b3d4cd0319b12844c83816d63e2e9ce8176bd2d78ca0ac03d4833bcbab7
 
 do_check() {
 	: # test are only expected to work with rust nightly

From 4368b638db5e9e5363abfc1f19cb52f98bfcfefa Mon Sep 17 00:00:00 2001
From: eoli3n <jonathan.kirszling@runbox.com>
Date: Tue, 1 Jun 2021 20:50:41 +0200
Subject: [PATCH 2/3] firefox: update to version 89.0.

---
 .../firefox/patches/disable-minidump.patch    | 30 +++++++++----------
 srcpkgs/firefox/template                      |  4 +--
 2 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/srcpkgs/firefox/patches/disable-minidump.patch b/srcpkgs/firefox/patches/disable-minidump.patch
index 5c440076474b..1046e568ed4e 100644
--- a/srcpkgs/firefox/patches/disable-minidump.patch
+++ b/srcpkgs/firefox/patches/disable-minidump.patch
@@ -1,31 +1,31 @@
 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 = [
+diff --git a/Cargo.toml b/Cargo.toml
+index 4506667..f353550 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -11,7 +11,6 @@ members = [
    "netwerk/test/http3server",
    "security/manager/ssl/osclientcerts",
    "testing/geckodriver",
 -  "toolkit/crashreporter/rust_minidump_writer_linux",
+   "toolkit/crashreporter/mozwer-rust",
    "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" }
+@@ -85,7 +84,6 @@ spirv_cross = { git = "https://github.com/kvark/spirv_cross", branch = "wgpu5" }
  # 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" }
- 
+-minidump_writer_linux = { git = "https://github.com/msirringhaus/minidump_writer_linux.git", rev = "667c38bf1d9a8e$
+ xmldecl = { git = "https://github.com/hsivonen/xmldecl", rev="a74f7df5bf6cb11194fb74daa0c3cf42f326fd90" }
+
  [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
+diff --git a/toolkit/moz.configure b/toolkit/moz.configure
+index 0717b91..b102d4d 100644
+--- a/toolkit/moz.configure
++++ b/toolkit/moz.configure
+@@ -2533,8 +2533,6 @@ set_config(
  # ==============================================================
  @depends(target)
  def oxidized_breakpad(target):
diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template
index 0a54a0d352c8..3ce8a92ecbb0 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=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
 

From d71460c3c567891609a1f0c37b2193ca9277b992 Mon Sep 17 00:00:00 2001
From: eoli3n <jonathan.kirszling@runbox.com>
Date: Wed, 2 Jun 2021 00:07:55 +0200
Subject: [PATCH 3/3] firefox-i18n: updated to version 89.0.

---
 srcpkgs/firefox-i18n/template | 194 +++++++++++++++++-----------------
 1 file changed, 97 insertions(+), 97 deletions(-)

diff --git a/srcpkgs/firefox-i18n/template b/srcpkgs/firefox-i18n/template
index 582142758b24..9e057874b4a2 100644
--- a/srcpkgs/firefox-i18n/template
+++ b/srcpkgs/firefox-i18n/template
@@ -1,6 +1,6 @@
 # Template file for 'firefox-i18n'
 pkgname=firefox-i18n
-version=88.0.1
+version=89.0
 revision=1
 build_style=meta
 short_desc="Firefox language packs"
@@ -140,99 +140,99 @@ _pkgtmpl() {
 	}
 }
 
-checksum="80d01a3af48f86e2f99d48b81933c813a6add751cbc3c17617cd9ac59aaa45d1
- b0462a102fa42c5e20dffa371b47ca79112f9c0860f7ae222c1d1f4711c4f1f4
- ad1bf82b2a6598f080f168ae00b878c524a326dbb80f2502d16a85e20f9084ed
- 8834060393326650c97dfff017fc3a5cd701aaa7e1ad10e364db1fc58b6058c9
- 0331fe783f787492229c31322bec6227d493a396efe40c629f259037e260a8bd
- 10f5b5791a17bfe2765a7af427622cebc462e52e6780c948aafdd4f511e53127
- 86713d2fe5b3071195db13c8ce4f7d69e88b4ad5897ec862ee9cde6a06f40654
- dab99398f4a93110b9caf90b9f401919777de8ed942063110bfc57b2935a4bb8
- 65514a6ca8b2709a8a7fe530bc781075645fad548a91c760875016e59d6bedfd
- eace7d76e3dd6d3a9cf61a2639342f8f9c6d16e5d9aa1e84a1897ea600662826
- 4b5ce0682e3292e1893a362998222bd8bd755a78be5135bccaee234e0d27be20
- 076dc03cda273eb92fb9b0efb18f1a7ec7ef1cc8e9a99629d3a1d258e1e08b3e
- dc9b1a177df4d8a07bc3777b82273b7f52b927221a7c3ab30d81582343de8f23
- 58ef43f7f6a40d76013b9179a6b60a1d7be79083060c50dc775d0f934779dabb
- f97091e3b7284388171a2d344aab7f022087c255d649ab49ce19bc702a7e5c6a
- f4acefa54dc91d2ce335b82969db6632913c3fc899ece59110a0051b20f79c4b
- 8e07fbf79e539061fd3cfa8a7a19d5b7f1a8f30740e200451dac248b5d8ce36d
- 7cfe8a32374e862cf7de4cb9fc28077b625bea7be39e17aff08605036de4c64e
- 0a892932cbb536177457d081f56ca3c6e29b7f08bace67b858a2b3f392f64731
- c0f0c3c079da499adb40815e6cda38a68c3d36c8e19d3d1eae705354d9b217a4
- 218afbcd896be8ab58d772e993c946fa6ba2310a688b97d25625c16ce207d9e9
- dd5089f902c502954580e8cf4e9bdc3a08f8b9e7c6835b65a6e27eb6c6061ec1
- d1246f60808b37e8fa51c19d62d8996953306a1f7ed83f151f7ac25380e999ca
- a19d5f4d6c5d1d0b0f66b0ba9a16f11c22df4ae4d738eb942381e9d471c5ffd3
- c074e370c6d95bfe6b1d5cbe93c5a868207e4a1b7587618060708ae95f5dc187
- 2e15a9d0066bc0d7bea7fb712a0195e3f15b488ed06d0dd8fb893527d4aa4107
- 8a505ee4bce3fa9d26ded1c09b401987aff02997dd2abf4cd220a4c10069c126
- 69d5a146ef8dd0581af03b034b495a695a9768c68fb9e3d68a2144db8b36be27
- 4be5b1cc3682961212f10a5c72e69e22ad818aacd35df5cda62001315ba9a169
- 157cf8160f537857dd6d617a096836e510b13aa58deba19867072409371547ca
- 890e4af479db68015dbf1f4761ce44ee6a659c3b667fabaf0b51ddab3930542b
- 7e182154ee64bf0926ac8549dd4d9c97a5e396262d4422fde5591b043e146195
- 708bf3f9f35d1caf5cebb76052bfca05dbb0279ea60e9562d22255fda755e0e7
- 7f1e28ac36aedaf889fe65123960dd076a6d2c800cf5c09f9d734e68a0c175bf
- 9694b7099a0e4b543992d431045beb421aab2931ba806bb5efc997c77e11c6a7
- 199599e9e9fe5feae34047d0ca761ccd2847c8475a38ab5685c4f1487cdf3c23
- ec2f6edd10a39a8ac96e38bbf72f7dc2aae06d9e68b00316979b2a51e8fe8e3d
- 94c964b8526f64d4dd7fccc972eca6e33a5b9db7daef3b6dfcc9cd4911cb94a5
- 48ab4a86a1abdc9838102324b3bf5f4b406b68ad630bae215f0dd9b7b99cabe3
- 142b8f92096bd812da58aedc86111d76cd7a10fafa03aaaa4052f480235e6661
- 089a0533ccec66d0a451967521b7a3eff0db0b0f75589fe2b9045016702aee26
- ef09d30d8d1e5714d04fc6dcb8b4348e46901f961d4ef65443bf124fd7cfb93d
- 629c16da6d5467c83fbbeb4511484629cb20babb3e067454c571830631768e8c
- 5bdfa6cb2d6032a112f076f098746bb08ed9d0b1a1bcfca515af39d17533170d
- ccc164411ab79a0fca4f1968067d2c008acb3ee00f339f017e6c39aadef9334d
- f99be63e67b9fcbd59a6e1fd8b8cbfddf9d9a4d1b412a701dd466f7eda9c00f2
- aded4763b7a2cafa37d9a405ce40a4649f3967e36ace410c687cee975861f549
- 8ca5fbec8187088a600398b652c4491df75b7159a0371ec16c72a21ac6816cc8
- c8c5c7e3cbb8da143218c1bfed836cf3d62e8a7ffa96af886251abe760066baa
- 5df0960a12955cd9acbd67eae0b1a111aa8d0c5c601bb14539c7aced81e59aae
- 5582003eb846eacfa350955a706f84b7133e3b5294270c809ffebe9035bcf8dd
- b1daa0ccc0056e23556413b1fa3f92727df8a75bfed928c6d6d7835170727e07
- 818262c84ccc247ccd566980bd563f85b2f6f88d0cc38c9ffe5bd7d82127fb2e
- 9578eeb909233fdce99d0426bd4d2d5972b46fe63af62d8957ff6170fb9618a2
- a5b21393bfab188c6f3ba647a376a0ad63a3ca33175f7d3b0e88a204be457f70
- 09916f7223ebe012deee3b503a690697db566c60a84366f117ed43b95ddb4873
- 61181ec9e6f4c2af894c58fd9c432f3fc56945f6a2c7a5cdf0b7a6d3e2098f15
- 645e40060948871010ca1b3f2b62dd9d72d50bdb3c0df52ab3300dbe11f0c267
- 911803ed44b73bf232b3a95e4bc636249df68dc3c6c5685b22d8e9a900ae873c
- c05dd396d67b4c47e34dfa6afc8b7fc06a880001589fea1f46b5b1b660d1c5c9
- a4f1b51752fc377146d4b5489f45380557bbf956f5075daa2a0ca337d7fa462a
- 33cfcf70fd3a20222648d89f8f1dfa101bd54dda1777bcd8adb77873c413af0b
- 0ed711860a7da0893ae6e9c93f6a01137b9f607dd2e41bdc1d4f7602a790a6d7
- 06a10157e2bc454947e8bc35f4d7add624528ee556114d9da7fb56ff7ca0628f
- 3d099078e99a658c194fefe063abb63a2dc1ef70ad10685509a0ed1213383e85
- dc6cdaaf8f1a06645312a5127a1f533fb0bd289f41de2c559bd9a83db3cafba5
- 76c78c8d1246467f8680c9f8d2f108f0ca3a8eddf1cde2150b8ff5cefa4388aa
- f791a1d8da8a1b4dec937660c9664679a04176a83fbbda63fda61d29d6752148
- 7ddf2d351962efd9fd2d13e53378a877dca2be8b610053fd9b13dafd74fe0280
- c977cf8fbb47aaeb573f0fed95e67a9614115440fc4ce89736e9f83fba9e0dea
- 153e408653e06449bb4de584df31722ffefa30fca259074b879ef28bc6188ea5
- 5b25bfedb0a2986777960fdbf6553ff5da77f95d52ff3e7a8273fb59703e4229
- b802a1bf47a83dc773de1f2b31fb04141838fefddf98a1f7980bb64e2ff487a9
- aea7155b62595eb92438c5d6a59231eb19264c249427b913971bbac3746fa01e
- b852a49e72182b513db59f6355b651c1f42b67ae2f8cbb0c5aefd9d2b605dc45
- 46e6caba0551b360a6e5cceb2f34e10265c7a2acd209b9f6423559cfa7162d2a
- 343b5eded13a9faf73071ab1a14f2d166cf086cb3d3ebd8b964a370e5fcd47cc
- 9ecf36f0398c8f58e46f96d943435e01ca64ff54860947968d6fb4047ee4f53a
- a682cb0c8cc42a1ed0311a4c6695a11b5d8e9bfabaf819107527b642c05eab23
- 798f0bb6281dd56d5e0bf21f98a8a09dad386755ff7c3b1facb7b3f871233753
- bd3e8383475e93da36683afb1a3cd81056d8ea8a76d95e35f048add52e8b76fc
- 6abf4ffbc9b945702a5acc95a3bc4f981401a38e1dfcc1bf49e3323008e48b4a
- 327f10df38fcff9e796db163e49a2aeab7ebfa1969a0201d985086526a8da07a
- d5d2630d3068eba3a9842fa7d94ff5ddf5ce247ec1cfe0671186ef56b50704f6
- db6dd5560e5d868f4b79a227305a270059adf4980086440df031703c8b3d4536
- a3ffd854799a85fd1ef5e882c9d8d38dc892509f42b656ea52ed0bd53e85a490
- e82e73e7f8b16b182bc0aa64648e02177093b65aa175e4388fd46f6727ef1038
- 35a8d5c2d2e576ec2f66faf137a1ee53daaa4ef8ff6bc0b13f5f77d0269c782a
- 1401f6935ee94a4487e8d64cb58f2ce0074e91297b18083877ff6e85bc32b2f1
- 76ab00d25a3131d90ba3a30927dab6e98d7c8ccd9c27b68e39228e62e3f53eb0
- 0de92fd6614bafcf3a8a8f88367537f40ca3fd4963c73046d237ef857ae265bf
- 3f47f20d655de331ee281d2f2e71f68a730e730be2eddcb6811ee2b3db9759e9
- acc767c992a616c72306496611e1aa67cbd946dac8fba753c025788e8bf84947
- 986526dec3da5a96f218d53b398e8e45358b66ab03f0e4a76adc0179fb39aace
- ae2e0644fa1f620418e1cce9561b0816575721326aaf13e232f47afa323f0686
- 6ee4c16de0a36febf3ca0f2d80ed3d3afab3d90d12cbbd8c7f531ff50f93025e"
+checksum="6a847f99a28bfbd69c80c905b12da89ac6cf3ba11b5a8910923331259d2ce20c
+ e389578012f1737807f86b91a667c00b1e8aa1f97f5396f99541d869d9e8d9ca
+ 0959a202ac994df39c12968fba79882862da9443c51d733fc686b093f4cbb002
+ d754b4c4b07f00dcdf66c1165596e9929dfb410c337c16c5a3d39e58a6bb8ce9
+ 2fc600b9d8ede173de21fc0cecf885f90d989d889833385120b6ef68068da4a1
+ d240023fe4d5cf7df3fb6fca7f5db5fd0acc3682f280648c12ebd5d16cf5e263
+ 6b0eba7e19fc7e3a91c8aeb57c2f960bdbaca2e2f53c0cccb3a8e64ac3042aba
+ 29e3abdb69600bd5113b85db771e6c091f74461d56bb47303af12f1c43750667
+ baae42ddfa4001ac75d503d8099fb49e1e7c9b52c9f0b1aae8db1d6a9f7f2d91
+ c9b03150b23971a5640cfbcfbd2af3defcb5d67d565d762bfb240275d25824df
+ 8a2007fc267c3e6790281ec52a0694f789ca0ac95968b9ab662c11b096f03aca
+ d2e80267a2c8184bcb1a08c7b937aa24a0b2d0d3083b145bfe02c6c73be49ca6
+ 00419f454f44af8f3422a9f3308a8fe7af0b266c53998b815fc0350bcbfbd560
+ e53ec85e4c531794c95e9d518ec10ddad42e1df0a6cda78e3f70de0bf60cce34
+ 8705fe76cc395d9e0a13dbc3812a58fd7463a95216fb9a632f5cf045f03c1350
+ 8d5c197ba6598bb8c138f5e00cb5e2717ac2796857b065c2c5a56be7e9e9e217
+ 7bbe55d91af9ad45b16078118f85ca52b0a8d65b4d60719dc1920bd9a9ddad96
+ 42ac88d57d14568bfbb0fa98baa4ec002f24ff7d4c4107db4112f5940e7e333c
+ ce610b3f39162b7dd70beb674083c066cdcfe6632ed5b56421dc31da9a253029
+ ca66e6d3f1b03d91bb47ca921a55c6c2abc881798a8eca86f11a8a06a611cbda
+ 2f983279220a58b50a81e23385b7eb7c59834abca7a5b260c95ffdb954317810
+ 71d8db8f80a279b537ef34a2bcaebab00bcc164d9dc39c4733a9c639e2f9759e
+ cca6d9330db52580ea5b98ef4bd9af45a5d48f49125f2ee305d53930f2bc4a25
+ 2b1c764f279e6a356b9d916c03420ea14a13ae9b0346026addf11a38b4e37179
+ 087e71fb9210509b1cb24d66fa17bacf6950e99a09feebb04d29a36c2b41e2e6
+ f85a6008fff28eb6886f8ca6b7fe8295694f7420d660b647263771568c51c27a
+ 9b287dedaa945f45ab4e035f715dca684ee7326e137c4cb09365143652f4fbb3
+ 26e69023046df3bf520250f01f8a56cc12973588f7425d3dd7ab2f423dcac5b8
+ d7b8cbde5b38daa5efaa97bb1339f04514e40cd450b915ad08b1d6772225820e
+ f4b73815c37364b127f907188513821134d56c11946976b7ae39075fb39656f9
+ 48d7c9a6516a616aa0d520b8c02f51c59eda4c096ff39a8f43e410b35c11aba7
+ 9a020f5a56df7d22dd6f4de2aec8d6f3aa66fca63c57077aeebda5c35f2d1e44
+ 9ef5583f6fcf03f1e87718d40b29018e9e64a6d42c9f0521d82eadffe59f4114
+ c5e7d5d787a11cb2ca24fbba9219b193fe00132ced43eb80fcd263a81658c1d9
+ 555162a321adabddd8df8f7aa71ced3254803c0f4cee544fb693b0e6ca03d62e
+ 7a65b020f9ecad3338691b296053b2870b9f6fa1afa28e49470fe33e579eca6d
+ 187f924d0218d3c2efeb979fa85f308b9b2bb3ad69dcd44777701583291d4289
+ b6f7096d623972c453a05c030b6afbd3bf097036b71138b458226d1b2c5581b2
+ e3de3a816ab6eae4f330963cdfe52af2fcb5535450cacd7f50923931e5da68b5
+ 491becad650258ad42b79bcd21c63bd9f07861d26d64584753c756741dfea5f1
+ 377e94a7cf76f10f8f69818cde5c64024c3be6898136167b4e2d56f49fba493c
+ 50be198cbfac1a470787cd9a1efb9ec040cfac792bfef9d5d2414ebb12323506
+ 6755b4f1b5de1aa8dff67f2c80b27ec7c801a1ad1b189a530981de22d9aa6d1c
+ 56a145776fecc4bfbfe3d110be4b397d5c07e5fc15b5d446f76f453eac54a136
+ da333297b9b5f96c3974d9ed0ae5ab032a193f330f91682bfbc0b01f9569ab77
+ 64bdec55f42f64a08f5f9a86de045bea085902eadf3f0103694bbc47d0a51ee0
+ fbc25c307627b0e4a66c4e13b3090acc8aa2fb502368c4f35a38eac5bd586e4d
+ fccc7bfa4d1c2962c8a3d065691ccf5a5958ce61346a9f1b5dfdcf8960d0aa85
+ bbecfa079679f85c6b222b17bbc30145e386577138ebf11c92af6e25303041ae
+ 9847e1ae7cad612c2ab25f055805affeaa1f0c357b3248434ff69d2160cd30ca
+ a654300b2e9f386b1c9d0764155604dc840c9b07cc70702a4b351aeecdfcc6c0
+ f7c0bf57ba386af117b20e86e08194d1b6351dd739fe3fa44aa156055e22a389
+ ddba6d70ed9c87fc5972a977037692276d37a7a0f8191fc0f8d5a57316d848e8
+ 7f849a6f5cf815dae4ec6d5660bb0e5c5e2da99d43153270c15d1b3b972b852e
+ 9b3f1cc5440325988bbcde602130382050cfe4283f0819008d7a303b6b8669d7
+ 9ec42d3a0559b072cd95c7588d18888527ce6fd4239313278d2dffeee1709bfc
+ 9f40539aa73ac097cba4230e5ea08aad2ec1b667b6b0eb03e4c0d5702433a2de
+ 3cc578d753e77e97a4496ede0fc4f930a3261fd70c378ecee3b227e99bff0512
+ 4ac708be12069c8747f52a54cc864776634f08aaf83312195f01ddd15373895f
+ 752090681af9d3cc5771b407d83f9684b792029df3b02e9af9dfa9298a70d215
+ 9e3a12b09243fa2cdf579afdcb18c024d6f8522dfa1a94f70cd7bc7646588fed
+ eb3e4795e3d9e6d263f7defb41e1bf182b69694baa5210de4e36339d2b4a7907
+ c0d9f167956b364b661fa531dbc6fcc49e979e2487e7b9dcc2a18568a46997d6
+ 0f783cdf2c3af210baafc68c11a05d8f18da4eb559730407696b118a65647da5
+ e8339950ca45ba30f59172f776c03a13ab91952a4d88462c421f773bd87fe736
+ e3e34c053cd92c55c5cf3dedfebe067f49340d31059e6e04c19885196d644246
+ 46f6755afe5c692579025f1c089a3a6dc98e04a261d254df4ca177d74341bad3
+ 09a6e858e29bb1825c5ff07aa6d630339a674d164a5bceb3cba1488adf325db5
+ 3d1fece4fa6022b6a68e2b2feb3c36e07ee518844795889ac6d44f302e00f9c7
+ 11598b4f9a8e4775f8c0ff5ac126fa17f3b23f6dfbbe8cc8c66b3d7de9b556b4
+ 5c52c08f2e04e85ae0c957e0087f0b39ac1f152549ee6e9fd33125d9c11b15e7
+ 2a1aa6575372dfd351d762100a2c8751f9cd3960b1435a365c8d6df6ecc70234
+ fa2c7956764deaae789a7e853423129fca228e0dfcc5e4258b2f32d39674140a
+ 1f579263ed4a8ef21f67a62453ed1f5f592d959518db73458287532311d703e6
+ 826f7778d2c69e1a09eb5bc2b4d83878f078539039d5d723c1afaa643841829b
+ 11d015cff3c3f51a58d2377c462a3b15a0e6fc7dcdf8c23c2be72510bc9955b3
+ b4c1dda9a5143d00568ccf651cc5cf4f5ed79d1fec309d6cd42489474656322e
+ 2c9270b201f5f34fb6749e544ee44c7776d6faf95076affdfdd18d3244e3b1d1
+ 0283a19da938ea4cd75323c1b273c2edb754a7b06d51ab236651da27631bde14
+ 57a09ec1440b8d86d11e7dd287718080c908f22f371dd109aaaef2391c070eb8
+ 1a85ae8363c844c8afd3252a332bf2603e6ced2279e7f99a4da7d4a4f6005867
+ ef4631a82196a199d97a9af3555d25776471a9ce5974e98d2a6a1f39861db931
+ b0b347920ac0b33d12cf6db5e417de40ef1893467a40132166d1d026667dae6d
+ fe9d74f540dcc3fbaffb688fc52c6d8fd7baeac41eba863e4f44e1df611325b8
+ 34cdc2ca797647f215be2253793e22b900982f5f671d5bb5aa43dc7658fcc03e
+ 1c31a101cf95564f4127b5a82e31ff3ffbd00d63150221e372460e7f4d6ca7f6
+ 2c4ad4d64ed930ce5ba5ded5ce02e36deda40cca38401a952b47787ff33f73c3
+ 4b7349a40591164e49ef14186aebfc67f568498c2490de719658adf6d56d267c
+ 96a9ea57610668310b1e5df044da22da58804e49f86cbd680a716daaf8c12018
+ 27ac4999a85a5db37f5a7b9f57077ef486dc87d1c6b6b629f3f481ad8029efa1
+ 187ef59014be6dbfe38d4c7154d12657e9364412b7a08f6d10e276d581eb886c
+ ebff39e1a8c0b4c794943839e8e571973bb7c73cde2c00a5e8af88b0b6e016d7
+ 0246b5614df11b4b15a5ef389ca0df1a397082f337fdff014ea61f7d872904e3
+ 478f5ef7f9555cfe84c79f9f52577045a74491f6612a9ee4f5542f922b39c351
+ ec3bb98ef5c3213932588b14ab3bb5c954945c844f38503f5cf02d4564f4f41f
+ e0695aced062822baeddeaedff8c2714cadf2195646cf114c2dbe5acdcbb56b7"

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: Firefox: Update to version 89.0. [ci skip]
  2021-06-01 20:11 [PR PATCH] Firefox: Update to version 89.0. [ci skip] eoli3n
                   ` (5 preceding siblings ...)
  2021-06-01 22:08 ` [PR PATCH] [Updated] " eoli3n
@ 2021-06-01 22:08 ` eoli3n
  2021-06-01 22:08 ` eoli3n
                   ` (14 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: eoli3n @ 2021-06-01 22:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 178 bytes --]

New comment by eoli3n on void-packages repository

https://github.com/void-linux/void-packages/pull/31248#issuecomment-852493815

Comment:
> Don't forget `firefox-i18n`.

Done

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: Firefox: Update to version 89.0. [ci skip]
  2021-06-01 20:11 [PR PATCH] Firefox: Update to version 89.0. [ci skip] eoli3n
                   ` (6 preceding siblings ...)
  2021-06-01 22:08 ` eoli3n
@ 2021-06-01 22:08 ` eoli3n
  2021-06-01 22:09 ` eoli3n
                   ` (13 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: eoli3n @ 2021-06-01 22:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 196 bytes --]

New comment by eoli3n on void-packages repository

https://github.com/void-linux/void-packages/pull/31248#issuecomment-852493815

Comment:
> Don't forget `firefox-i18n`.

@ericonr  Thanks, done

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: Firefox: Update to version 89.0. [ci skip]
  2021-06-01 20:11 [PR PATCH] Firefox: Update to version 89.0. [ci skip] eoli3n
                   ` (7 preceding siblings ...)
  2021-06-01 22:08 ` eoli3n
@ 2021-06-01 22:09 ` eoli3n
  2021-06-01 22:33 ` Duncaen
                   ` (12 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: eoli3n @ 2021-06-01 22:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 236 bytes --]

New comment by eoli3n on void-packages repository

https://github.com/void-linux/void-packages/pull/31248#issuecomment-852497156

Comment:
@Duncaen ``./xbps-src patch firefox`` succeed, would you like to rebuild with current PR state ?

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: Firefox: Update to version 89.0. [ci skip]
  2021-06-01 20:11 [PR PATCH] Firefox: Update to version 89.0. [ci skip] eoli3n
                   ` (8 preceding siblings ...)
  2021-06-01 22:09 ` eoli3n
@ 2021-06-01 22:33 ` Duncaen
  2021-06-02  2:47 ` ericonr
                   ` (11 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: Duncaen @ 2021-06-01 22:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 228 bytes --]

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/31248#issuecomment-852526745

Comment:
`x86_64-musl` finished and works in a very basic open and play a video on youtube test.

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: Firefox: Update to version 89.0. [ci skip]
  2021-06-01 20:11 [PR PATCH] Firefox: Update to version 89.0. [ci skip] eoli3n
                   ` (9 preceding siblings ...)
  2021-06-01 22:33 ` Duncaen
@ 2021-06-02  2:47 ` ericonr
  2021-06-02 14:13 ` [PR REVIEW] " Duncaen
                   ` (10 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: ericonr @ 2021-06-02  2:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 349 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31248#issuecomment-852671587

Comment:
`x86_64-musl` working for basic usage, but localization stopped working via the system package and I downloaded language packs via `Settings`. I wonder if they changed the build option or removed it entirely.

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [PR REVIEW] Firefox: Update to version 89.0. [ci skip]
  2021-06-01 20:11 [PR PATCH] Firefox: Update to version 89.0. [ci skip] eoli3n
                   ` (10 preceding siblings ...)
  2021-06-02  2:47 ` ericonr
@ 2021-06-02 14:13 ` Duncaen
  2021-06-02 14:18 ` Duncaen
                   ` (9 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: Duncaen @ 2021-06-02 14:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 159 bytes --]

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/31248#discussion_r644004532

Comment:
broken patch

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: Firefox: Update to version 89.0. [ci skip]
  2021-06-01 20:11 [PR PATCH] Firefox: Update to version 89.0. [ci skip] eoli3n
                   ` (11 preceding siblings ...)
  2021-06-02 14:13 ` [PR REVIEW] " Duncaen
@ 2021-06-02 14:18 ` Duncaen
  2021-06-02 14:24 ` [PR PATCH] [Updated] " eoli3n
                   ` (8 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: Duncaen @ 2021-06-02 14:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 291 bytes --]

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/31248#issuecomment-853068497

Comment:
`disable-minidump.patch` not required since `--disable-crashreporter` now disables it correctly: https://bugzilla.mozilla.org/show_bug.cgi?id=1701623.

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [PR PATCH] [Updated] Firefox: Update to version 89.0. [ci skip]
  2021-06-01 20:11 [PR PATCH] Firefox: Update to version 89.0. [ci skip] eoli3n
                   ` (12 preceding siblings ...)
  2021-06-02 14:18 ` Duncaen
@ 2021-06-02 14:24 ` eoli3n
  2021-06-02 14:26 ` [PR REVIEW] " eoli3n
                   ` (7 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: eoli3n @ 2021-06-02 14:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 817 bytes --]

There is an updated pull request by eoli3n against master on the void-packages repository

https://github.com/eoli3n/void-packages firefox
https://github.com/void-linux/void-packages/pull/31248

Firefox: Update to version 89.0. [ci skip]
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Local build results
- [x] building for glibc x86_64

A patch file from https://github.com/void-linux/void-packages/pull/31248.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-firefox-31248.patch --]
[-- Type: text/x-diff, Size: 18431 bytes --]

From 6fa4940c5f9bdf529a9b69e177b90aedc7332d4d Mon Sep 17 00:00:00 2001
From: eoli3n <jonathan.kirszling@runbox.com>
Date: Tue, 1 Jun 2021 20:50:14 +0200
Subject: [PATCH 1/3] cbindgen: update to version 0.19.0.

---
 srcpkgs/cbindgen/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cbindgen/template b/srcpkgs/cbindgen/template
index 3c9d15bbce0d..542a7215820d 100644
--- a/srcpkgs/cbindgen/template
+++ b/srcpkgs/cbindgen/template
@@ -1,6 +1,6 @@
 # Template file for 'cbindgen'
 pkgname=cbindgen
-version=0.18.0
+version=0.19.0
 revision=1
 build_style=cargo
 short_desc="Tool to generate C bindings for Rust code"
@@ -8,7 +8,7 @@ maintainer="Johannes <johannes.brechtmann@gmail.com>"
 license="MPL-2.0"
 homepage="https://github.com/eqrion/cbindgen"
 distfiles="https://github.com/eqrion/cbindgen/archive/v${version}.tar.gz"
-checksum=956fb1ca77daabf89451a1ea42658b74ad35477fed24ad859d8612708f9c4336
+checksum=5a068b3d4cd0319b12844c83816d63e2e9ce8176bd2d78ca0ac03d4833bcbab7
 
 do_check() {
 	: # test are only expected to work with rust nightly

From 94a8e91a55fde0c132da3b3dd0572427c63d7eae Mon Sep 17 00:00:00 2001
From: eoli3n <jonathan.kirszling@runbox.com>
Date: Tue, 1 Jun 2021 20:50:41 +0200
Subject: [PATCH 2/3] firefox: update to version 89.0.

---
 .../firefox/patches/disable-minidump.patch    | 28 +++++++++----------
 srcpkgs/firefox/template                      |  4 +--
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/srcpkgs/firefox/patches/disable-minidump.patch b/srcpkgs/firefox/patches/disable-minidump.patch
index 5c440076474b..60c3de11c08e 100644
--- a/srcpkgs/firefox/patches/disable-minidump.patch
+++ b/srcpkgs/firefox/patches/disable-minidump.patch
@@ -1,31 +1,31 @@
 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 = [
+diff --git a/Cargo.toml b/Cargo.toml
+index 4506667..f353550 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -11,7 +11,6 @@ members = [
    "netwerk/test/http3server",
    "security/manager/ssl/osclientcerts",
    "testing/geckodriver",
 -  "toolkit/crashreporter/rust_minidump_writer_linux",
+   "toolkit/crashreporter/mozwer-rust",
    "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" }
+@@ -85,7 +84,6 @@ spirv_cross = { git = "https://github.com/kvark/spirv_cross", branch = "wgpu5" }
  # 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" }
+-minidump_writer_linux = { git = "https://github.com/msirringhaus/minidump_writer_linux.git", rev = "667c38bf1d9a8ea0c2c0a219d13006a39847b3f2" }
+ xmldecl = { git = "https://github.com/hsivonen/xmldecl", rev="a74f7df5bf6cb11194fb74daa0c3cf42f326fd90" }
  
  [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
+diff --git a/toolkit/moz.configure b/toolkit/moz.configure
+index 0717b91..b102d4d 100644
+--- a/toolkit/moz.configure
++++ b/toolkit/moz.configure
+@@ -2533,8 +2533,6 @@ set_config(
  # ==============================================================
  @depends(target)
  def oxidized_breakpad(target):
diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template
index 0a54a0d352c8..3ce8a92ecbb0 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=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
 

From 5e0dec30c6bf35dee2dd5b062f2f3c8f02e9a9c8 Mon Sep 17 00:00:00 2001
From: eoli3n <jonathan.kirszling@runbox.com>
Date: Wed, 2 Jun 2021 00:07:55 +0200
Subject: [PATCH 3/3] firefox-i18n: updated to version 89.0.

---
 srcpkgs/firefox-i18n/template | 194 +++++++++++++++++-----------------
 1 file changed, 97 insertions(+), 97 deletions(-)

diff --git a/srcpkgs/firefox-i18n/template b/srcpkgs/firefox-i18n/template
index 582142758b24..9e057874b4a2 100644
--- a/srcpkgs/firefox-i18n/template
+++ b/srcpkgs/firefox-i18n/template
@@ -1,6 +1,6 @@
 # Template file for 'firefox-i18n'
 pkgname=firefox-i18n
-version=88.0.1
+version=89.0
 revision=1
 build_style=meta
 short_desc="Firefox language packs"
@@ -140,99 +140,99 @@ _pkgtmpl() {
 	}
 }
 
-checksum="80d01a3af48f86e2f99d48b81933c813a6add751cbc3c17617cd9ac59aaa45d1
- b0462a102fa42c5e20dffa371b47ca79112f9c0860f7ae222c1d1f4711c4f1f4
- ad1bf82b2a6598f080f168ae00b878c524a326dbb80f2502d16a85e20f9084ed
- 8834060393326650c97dfff017fc3a5cd701aaa7e1ad10e364db1fc58b6058c9
- 0331fe783f787492229c31322bec6227d493a396efe40c629f259037e260a8bd
- 10f5b5791a17bfe2765a7af427622cebc462e52e6780c948aafdd4f511e53127
- 86713d2fe5b3071195db13c8ce4f7d69e88b4ad5897ec862ee9cde6a06f40654
- dab99398f4a93110b9caf90b9f401919777de8ed942063110bfc57b2935a4bb8
- 65514a6ca8b2709a8a7fe530bc781075645fad548a91c760875016e59d6bedfd
- eace7d76e3dd6d3a9cf61a2639342f8f9c6d16e5d9aa1e84a1897ea600662826
- 4b5ce0682e3292e1893a362998222bd8bd755a78be5135bccaee234e0d27be20
- 076dc03cda273eb92fb9b0efb18f1a7ec7ef1cc8e9a99629d3a1d258e1e08b3e
- dc9b1a177df4d8a07bc3777b82273b7f52b927221a7c3ab30d81582343de8f23
- 58ef43f7f6a40d76013b9179a6b60a1d7be79083060c50dc775d0f934779dabb
- f97091e3b7284388171a2d344aab7f022087c255d649ab49ce19bc702a7e5c6a
- f4acefa54dc91d2ce335b82969db6632913c3fc899ece59110a0051b20f79c4b
- 8e07fbf79e539061fd3cfa8a7a19d5b7f1a8f30740e200451dac248b5d8ce36d
- 7cfe8a32374e862cf7de4cb9fc28077b625bea7be39e17aff08605036de4c64e
- 0a892932cbb536177457d081f56ca3c6e29b7f08bace67b858a2b3f392f64731
- c0f0c3c079da499adb40815e6cda38a68c3d36c8e19d3d1eae705354d9b217a4
- 218afbcd896be8ab58d772e993c946fa6ba2310a688b97d25625c16ce207d9e9
- dd5089f902c502954580e8cf4e9bdc3a08f8b9e7c6835b65a6e27eb6c6061ec1
- d1246f60808b37e8fa51c19d62d8996953306a1f7ed83f151f7ac25380e999ca
- a19d5f4d6c5d1d0b0f66b0ba9a16f11c22df4ae4d738eb942381e9d471c5ffd3
- c074e370c6d95bfe6b1d5cbe93c5a868207e4a1b7587618060708ae95f5dc187
- 2e15a9d0066bc0d7bea7fb712a0195e3f15b488ed06d0dd8fb893527d4aa4107
- 8a505ee4bce3fa9d26ded1c09b401987aff02997dd2abf4cd220a4c10069c126
- 69d5a146ef8dd0581af03b034b495a695a9768c68fb9e3d68a2144db8b36be27
- 4be5b1cc3682961212f10a5c72e69e22ad818aacd35df5cda62001315ba9a169
- 157cf8160f537857dd6d617a096836e510b13aa58deba19867072409371547ca
- 890e4af479db68015dbf1f4761ce44ee6a659c3b667fabaf0b51ddab3930542b
- 7e182154ee64bf0926ac8549dd4d9c97a5e396262d4422fde5591b043e146195
- 708bf3f9f35d1caf5cebb76052bfca05dbb0279ea60e9562d22255fda755e0e7
- 7f1e28ac36aedaf889fe65123960dd076a6d2c800cf5c09f9d734e68a0c175bf
- 9694b7099a0e4b543992d431045beb421aab2931ba806bb5efc997c77e11c6a7
- 199599e9e9fe5feae34047d0ca761ccd2847c8475a38ab5685c4f1487cdf3c23
- ec2f6edd10a39a8ac96e38bbf72f7dc2aae06d9e68b00316979b2a51e8fe8e3d
- 94c964b8526f64d4dd7fccc972eca6e33a5b9db7daef3b6dfcc9cd4911cb94a5
- 48ab4a86a1abdc9838102324b3bf5f4b406b68ad630bae215f0dd9b7b99cabe3
- 142b8f92096bd812da58aedc86111d76cd7a10fafa03aaaa4052f480235e6661
- 089a0533ccec66d0a451967521b7a3eff0db0b0f75589fe2b9045016702aee26
- ef09d30d8d1e5714d04fc6dcb8b4348e46901f961d4ef65443bf124fd7cfb93d
- 629c16da6d5467c83fbbeb4511484629cb20babb3e067454c571830631768e8c
- 5bdfa6cb2d6032a112f076f098746bb08ed9d0b1a1bcfca515af39d17533170d
- ccc164411ab79a0fca4f1968067d2c008acb3ee00f339f017e6c39aadef9334d
- f99be63e67b9fcbd59a6e1fd8b8cbfddf9d9a4d1b412a701dd466f7eda9c00f2
- aded4763b7a2cafa37d9a405ce40a4649f3967e36ace410c687cee975861f549
- 8ca5fbec8187088a600398b652c4491df75b7159a0371ec16c72a21ac6816cc8
- c8c5c7e3cbb8da143218c1bfed836cf3d62e8a7ffa96af886251abe760066baa
- 5df0960a12955cd9acbd67eae0b1a111aa8d0c5c601bb14539c7aced81e59aae
- 5582003eb846eacfa350955a706f84b7133e3b5294270c809ffebe9035bcf8dd
- b1daa0ccc0056e23556413b1fa3f92727df8a75bfed928c6d6d7835170727e07
- 818262c84ccc247ccd566980bd563f85b2f6f88d0cc38c9ffe5bd7d82127fb2e
- 9578eeb909233fdce99d0426bd4d2d5972b46fe63af62d8957ff6170fb9618a2
- a5b21393bfab188c6f3ba647a376a0ad63a3ca33175f7d3b0e88a204be457f70
- 09916f7223ebe012deee3b503a690697db566c60a84366f117ed43b95ddb4873
- 61181ec9e6f4c2af894c58fd9c432f3fc56945f6a2c7a5cdf0b7a6d3e2098f15
- 645e40060948871010ca1b3f2b62dd9d72d50bdb3c0df52ab3300dbe11f0c267
- 911803ed44b73bf232b3a95e4bc636249df68dc3c6c5685b22d8e9a900ae873c
- c05dd396d67b4c47e34dfa6afc8b7fc06a880001589fea1f46b5b1b660d1c5c9
- a4f1b51752fc377146d4b5489f45380557bbf956f5075daa2a0ca337d7fa462a
- 33cfcf70fd3a20222648d89f8f1dfa101bd54dda1777bcd8adb77873c413af0b
- 0ed711860a7da0893ae6e9c93f6a01137b9f607dd2e41bdc1d4f7602a790a6d7
- 06a10157e2bc454947e8bc35f4d7add624528ee556114d9da7fb56ff7ca0628f
- 3d099078e99a658c194fefe063abb63a2dc1ef70ad10685509a0ed1213383e85
- dc6cdaaf8f1a06645312a5127a1f533fb0bd289f41de2c559bd9a83db3cafba5
- 76c78c8d1246467f8680c9f8d2f108f0ca3a8eddf1cde2150b8ff5cefa4388aa
- f791a1d8da8a1b4dec937660c9664679a04176a83fbbda63fda61d29d6752148
- 7ddf2d351962efd9fd2d13e53378a877dca2be8b610053fd9b13dafd74fe0280
- c977cf8fbb47aaeb573f0fed95e67a9614115440fc4ce89736e9f83fba9e0dea
- 153e408653e06449bb4de584df31722ffefa30fca259074b879ef28bc6188ea5
- 5b25bfedb0a2986777960fdbf6553ff5da77f95d52ff3e7a8273fb59703e4229
- b802a1bf47a83dc773de1f2b31fb04141838fefddf98a1f7980bb64e2ff487a9
- aea7155b62595eb92438c5d6a59231eb19264c249427b913971bbac3746fa01e
- b852a49e72182b513db59f6355b651c1f42b67ae2f8cbb0c5aefd9d2b605dc45
- 46e6caba0551b360a6e5cceb2f34e10265c7a2acd209b9f6423559cfa7162d2a
- 343b5eded13a9faf73071ab1a14f2d166cf086cb3d3ebd8b964a370e5fcd47cc
- 9ecf36f0398c8f58e46f96d943435e01ca64ff54860947968d6fb4047ee4f53a
- a682cb0c8cc42a1ed0311a4c6695a11b5d8e9bfabaf819107527b642c05eab23
- 798f0bb6281dd56d5e0bf21f98a8a09dad386755ff7c3b1facb7b3f871233753
- bd3e8383475e93da36683afb1a3cd81056d8ea8a76d95e35f048add52e8b76fc
- 6abf4ffbc9b945702a5acc95a3bc4f981401a38e1dfcc1bf49e3323008e48b4a
- 327f10df38fcff9e796db163e49a2aeab7ebfa1969a0201d985086526a8da07a
- d5d2630d3068eba3a9842fa7d94ff5ddf5ce247ec1cfe0671186ef56b50704f6
- db6dd5560e5d868f4b79a227305a270059adf4980086440df031703c8b3d4536
- a3ffd854799a85fd1ef5e882c9d8d38dc892509f42b656ea52ed0bd53e85a490
- e82e73e7f8b16b182bc0aa64648e02177093b65aa175e4388fd46f6727ef1038
- 35a8d5c2d2e576ec2f66faf137a1ee53daaa4ef8ff6bc0b13f5f77d0269c782a
- 1401f6935ee94a4487e8d64cb58f2ce0074e91297b18083877ff6e85bc32b2f1
- 76ab00d25a3131d90ba3a30927dab6e98d7c8ccd9c27b68e39228e62e3f53eb0
- 0de92fd6614bafcf3a8a8f88367537f40ca3fd4963c73046d237ef857ae265bf
- 3f47f20d655de331ee281d2f2e71f68a730e730be2eddcb6811ee2b3db9759e9
- acc767c992a616c72306496611e1aa67cbd946dac8fba753c025788e8bf84947
- 986526dec3da5a96f218d53b398e8e45358b66ab03f0e4a76adc0179fb39aace
- ae2e0644fa1f620418e1cce9561b0816575721326aaf13e232f47afa323f0686
- 6ee4c16de0a36febf3ca0f2d80ed3d3afab3d90d12cbbd8c7f531ff50f93025e"
+checksum="6a847f99a28bfbd69c80c905b12da89ac6cf3ba11b5a8910923331259d2ce20c
+ e389578012f1737807f86b91a667c00b1e8aa1f97f5396f99541d869d9e8d9ca
+ 0959a202ac994df39c12968fba79882862da9443c51d733fc686b093f4cbb002
+ d754b4c4b07f00dcdf66c1165596e9929dfb410c337c16c5a3d39e58a6bb8ce9
+ 2fc600b9d8ede173de21fc0cecf885f90d989d889833385120b6ef68068da4a1
+ d240023fe4d5cf7df3fb6fca7f5db5fd0acc3682f280648c12ebd5d16cf5e263
+ 6b0eba7e19fc7e3a91c8aeb57c2f960bdbaca2e2f53c0cccb3a8e64ac3042aba
+ 29e3abdb69600bd5113b85db771e6c091f74461d56bb47303af12f1c43750667
+ baae42ddfa4001ac75d503d8099fb49e1e7c9b52c9f0b1aae8db1d6a9f7f2d91
+ c9b03150b23971a5640cfbcfbd2af3defcb5d67d565d762bfb240275d25824df
+ 8a2007fc267c3e6790281ec52a0694f789ca0ac95968b9ab662c11b096f03aca
+ d2e80267a2c8184bcb1a08c7b937aa24a0b2d0d3083b145bfe02c6c73be49ca6
+ 00419f454f44af8f3422a9f3308a8fe7af0b266c53998b815fc0350bcbfbd560
+ e53ec85e4c531794c95e9d518ec10ddad42e1df0a6cda78e3f70de0bf60cce34
+ 8705fe76cc395d9e0a13dbc3812a58fd7463a95216fb9a632f5cf045f03c1350
+ 8d5c197ba6598bb8c138f5e00cb5e2717ac2796857b065c2c5a56be7e9e9e217
+ 7bbe55d91af9ad45b16078118f85ca52b0a8d65b4d60719dc1920bd9a9ddad96
+ 42ac88d57d14568bfbb0fa98baa4ec002f24ff7d4c4107db4112f5940e7e333c
+ ce610b3f39162b7dd70beb674083c066cdcfe6632ed5b56421dc31da9a253029
+ ca66e6d3f1b03d91bb47ca921a55c6c2abc881798a8eca86f11a8a06a611cbda
+ 2f983279220a58b50a81e23385b7eb7c59834abca7a5b260c95ffdb954317810
+ 71d8db8f80a279b537ef34a2bcaebab00bcc164d9dc39c4733a9c639e2f9759e
+ cca6d9330db52580ea5b98ef4bd9af45a5d48f49125f2ee305d53930f2bc4a25
+ 2b1c764f279e6a356b9d916c03420ea14a13ae9b0346026addf11a38b4e37179
+ 087e71fb9210509b1cb24d66fa17bacf6950e99a09feebb04d29a36c2b41e2e6
+ f85a6008fff28eb6886f8ca6b7fe8295694f7420d660b647263771568c51c27a
+ 9b287dedaa945f45ab4e035f715dca684ee7326e137c4cb09365143652f4fbb3
+ 26e69023046df3bf520250f01f8a56cc12973588f7425d3dd7ab2f423dcac5b8
+ d7b8cbde5b38daa5efaa97bb1339f04514e40cd450b915ad08b1d6772225820e
+ f4b73815c37364b127f907188513821134d56c11946976b7ae39075fb39656f9
+ 48d7c9a6516a616aa0d520b8c02f51c59eda4c096ff39a8f43e410b35c11aba7
+ 9a020f5a56df7d22dd6f4de2aec8d6f3aa66fca63c57077aeebda5c35f2d1e44
+ 9ef5583f6fcf03f1e87718d40b29018e9e64a6d42c9f0521d82eadffe59f4114
+ c5e7d5d787a11cb2ca24fbba9219b193fe00132ced43eb80fcd263a81658c1d9
+ 555162a321adabddd8df8f7aa71ced3254803c0f4cee544fb693b0e6ca03d62e
+ 7a65b020f9ecad3338691b296053b2870b9f6fa1afa28e49470fe33e579eca6d
+ 187f924d0218d3c2efeb979fa85f308b9b2bb3ad69dcd44777701583291d4289
+ b6f7096d623972c453a05c030b6afbd3bf097036b71138b458226d1b2c5581b2
+ e3de3a816ab6eae4f330963cdfe52af2fcb5535450cacd7f50923931e5da68b5
+ 491becad650258ad42b79bcd21c63bd9f07861d26d64584753c756741dfea5f1
+ 377e94a7cf76f10f8f69818cde5c64024c3be6898136167b4e2d56f49fba493c
+ 50be198cbfac1a470787cd9a1efb9ec040cfac792bfef9d5d2414ebb12323506
+ 6755b4f1b5de1aa8dff67f2c80b27ec7c801a1ad1b189a530981de22d9aa6d1c
+ 56a145776fecc4bfbfe3d110be4b397d5c07e5fc15b5d446f76f453eac54a136
+ da333297b9b5f96c3974d9ed0ae5ab032a193f330f91682bfbc0b01f9569ab77
+ 64bdec55f42f64a08f5f9a86de045bea085902eadf3f0103694bbc47d0a51ee0
+ fbc25c307627b0e4a66c4e13b3090acc8aa2fb502368c4f35a38eac5bd586e4d
+ fccc7bfa4d1c2962c8a3d065691ccf5a5958ce61346a9f1b5dfdcf8960d0aa85
+ bbecfa079679f85c6b222b17bbc30145e386577138ebf11c92af6e25303041ae
+ 9847e1ae7cad612c2ab25f055805affeaa1f0c357b3248434ff69d2160cd30ca
+ a654300b2e9f386b1c9d0764155604dc840c9b07cc70702a4b351aeecdfcc6c0
+ f7c0bf57ba386af117b20e86e08194d1b6351dd739fe3fa44aa156055e22a389
+ ddba6d70ed9c87fc5972a977037692276d37a7a0f8191fc0f8d5a57316d848e8
+ 7f849a6f5cf815dae4ec6d5660bb0e5c5e2da99d43153270c15d1b3b972b852e
+ 9b3f1cc5440325988bbcde602130382050cfe4283f0819008d7a303b6b8669d7
+ 9ec42d3a0559b072cd95c7588d18888527ce6fd4239313278d2dffeee1709bfc
+ 9f40539aa73ac097cba4230e5ea08aad2ec1b667b6b0eb03e4c0d5702433a2de
+ 3cc578d753e77e97a4496ede0fc4f930a3261fd70c378ecee3b227e99bff0512
+ 4ac708be12069c8747f52a54cc864776634f08aaf83312195f01ddd15373895f
+ 752090681af9d3cc5771b407d83f9684b792029df3b02e9af9dfa9298a70d215
+ 9e3a12b09243fa2cdf579afdcb18c024d6f8522dfa1a94f70cd7bc7646588fed
+ eb3e4795e3d9e6d263f7defb41e1bf182b69694baa5210de4e36339d2b4a7907
+ c0d9f167956b364b661fa531dbc6fcc49e979e2487e7b9dcc2a18568a46997d6
+ 0f783cdf2c3af210baafc68c11a05d8f18da4eb559730407696b118a65647da5
+ e8339950ca45ba30f59172f776c03a13ab91952a4d88462c421f773bd87fe736
+ e3e34c053cd92c55c5cf3dedfebe067f49340d31059e6e04c19885196d644246
+ 46f6755afe5c692579025f1c089a3a6dc98e04a261d254df4ca177d74341bad3
+ 09a6e858e29bb1825c5ff07aa6d630339a674d164a5bceb3cba1488adf325db5
+ 3d1fece4fa6022b6a68e2b2feb3c36e07ee518844795889ac6d44f302e00f9c7
+ 11598b4f9a8e4775f8c0ff5ac126fa17f3b23f6dfbbe8cc8c66b3d7de9b556b4
+ 5c52c08f2e04e85ae0c957e0087f0b39ac1f152549ee6e9fd33125d9c11b15e7
+ 2a1aa6575372dfd351d762100a2c8751f9cd3960b1435a365c8d6df6ecc70234
+ fa2c7956764deaae789a7e853423129fca228e0dfcc5e4258b2f32d39674140a
+ 1f579263ed4a8ef21f67a62453ed1f5f592d959518db73458287532311d703e6
+ 826f7778d2c69e1a09eb5bc2b4d83878f078539039d5d723c1afaa643841829b
+ 11d015cff3c3f51a58d2377c462a3b15a0e6fc7dcdf8c23c2be72510bc9955b3
+ b4c1dda9a5143d00568ccf651cc5cf4f5ed79d1fec309d6cd42489474656322e
+ 2c9270b201f5f34fb6749e544ee44c7776d6faf95076affdfdd18d3244e3b1d1
+ 0283a19da938ea4cd75323c1b273c2edb754a7b06d51ab236651da27631bde14
+ 57a09ec1440b8d86d11e7dd287718080c908f22f371dd109aaaef2391c070eb8
+ 1a85ae8363c844c8afd3252a332bf2603e6ced2279e7f99a4da7d4a4f6005867
+ ef4631a82196a199d97a9af3555d25776471a9ce5974e98d2a6a1f39861db931
+ b0b347920ac0b33d12cf6db5e417de40ef1893467a40132166d1d026667dae6d
+ fe9d74f540dcc3fbaffb688fc52c6d8fd7baeac41eba863e4f44e1df611325b8
+ 34cdc2ca797647f215be2253793e22b900982f5f671d5bb5aa43dc7658fcc03e
+ 1c31a101cf95564f4127b5a82e31ff3ffbd00d63150221e372460e7f4d6ca7f6
+ 2c4ad4d64ed930ce5ba5ded5ce02e36deda40cca38401a952b47787ff33f73c3
+ 4b7349a40591164e49ef14186aebfc67f568498c2490de719658adf6d56d267c
+ 96a9ea57610668310b1e5df044da22da58804e49f86cbd680a716daaf8c12018
+ 27ac4999a85a5db37f5a7b9f57077ef486dc87d1c6b6b629f3f481ad8029efa1
+ 187ef59014be6dbfe38d4c7154d12657e9364412b7a08f6d10e276d581eb886c
+ ebff39e1a8c0b4c794943839e8e571973bb7c73cde2c00a5e8af88b0b6e016d7
+ 0246b5614df11b4b15a5ef389ca0df1a397082f337fdff014ea61f7d872904e3
+ 478f5ef7f9555cfe84c79f9f52577045a74491f6612a9ee4f5542f922b39c351
+ ec3bb98ef5c3213932588b14ab3bb5c954945c844f38503f5cf02d4564f4f41f
+ e0695aced062822baeddeaedff8c2714cadf2195646cf114c2dbe5acdcbb56b7"

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [PR REVIEW] Firefox: Update to version 89.0. [ci skip]
  2021-06-01 20:11 [PR PATCH] Firefox: Update to version 89.0. [ci skip] eoli3n
                   ` (13 preceding siblings ...)
  2021-06-02 14:24 ` [PR PATCH] [Updated] " eoli3n
@ 2021-06-02 14:26 ` eoli3n
  2021-06-02 14:27 ` [PR PATCH] [Updated] " eoli3n
                   ` (6 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: eoli3n @ 2021-06-02 14:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 167 bytes --]

New review comment by eoli3n on void-packages repository

https://github.com/void-linux/void-packages/pull/31248#discussion_r644017402

Comment:
fixed the fixed patch

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [PR PATCH] [Updated] Firefox: Update to version 89.0. [ci skip]
  2021-06-01 20:11 [PR PATCH] Firefox: Update to version 89.0. [ci skip] eoli3n
                   ` (14 preceding siblings ...)
  2021-06-02 14:26 ` [PR REVIEW] " eoli3n
@ 2021-06-02 14:27 ` eoli3n
  2021-06-02 14:28 ` eoli3n
                   ` (5 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: eoli3n @ 2021-06-02 14:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 817 bytes --]

There is an updated pull request by eoli3n against master on the void-packages repository

https://github.com/eoli3n/void-packages firefox
https://github.com/void-linux/void-packages/pull/31248

Firefox: Update to version 89.0. [ci skip]
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Local build results
- [x] building for glibc x86_64

A patch file from https://github.com/void-linux/void-packages/pull/31248.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-firefox-31248.patch --]
[-- Type: text/x-diff, Size: 17890 bytes --]

From 6fa4940c5f9bdf529a9b69e177b90aedc7332d4d Mon Sep 17 00:00:00 2001
From: eoli3n <jonathan.kirszling@runbox.com>
Date: Tue, 1 Jun 2021 20:50:14 +0200
Subject: [PATCH 1/3] cbindgen: update to version 0.19.0.

---
 srcpkgs/cbindgen/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cbindgen/template b/srcpkgs/cbindgen/template
index 3c9d15bbce0d..542a7215820d 100644
--- a/srcpkgs/cbindgen/template
+++ b/srcpkgs/cbindgen/template
@@ -1,6 +1,6 @@
 # Template file for 'cbindgen'
 pkgname=cbindgen
-version=0.18.0
+version=0.19.0
 revision=1
 build_style=cargo
 short_desc="Tool to generate C bindings for Rust code"
@@ -8,7 +8,7 @@ maintainer="Johannes <johannes.brechtmann@gmail.com>"
 license="MPL-2.0"
 homepage="https://github.com/eqrion/cbindgen"
 distfiles="https://github.com/eqrion/cbindgen/archive/v${version}.tar.gz"
-checksum=956fb1ca77daabf89451a1ea42658b74ad35477fed24ad859d8612708f9c4336
+checksum=5a068b3d4cd0319b12844c83816d63e2e9ce8176bd2d78ca0ac03d4833bcbab7
 
 do_check() {
 	: # test are only expected to work with rust nightly

From 6db10de13756ddd3f126152e52be8577f3eb67f9 Mon Sep 17 00:00:00 2001
From: eoli3n <jonathan.kirszling@runbox.com>
Date: Tue, 1 Jun 2021 20:50:41 +0200
Subject: [PATCH 2/3] firefox: update to version 89.0.

---
 .../firefox/patches/disable-minidump.patch    | 34 -------------------
 srcpkgs/firefox/template                      |  4 +--
 2 files changed, 2 insertions(+), 36 deletions(-)
 delete mode 100644 srcpkgs/firefox/patches/disable-minidump.patch

diff --git a/srcpkgs/firefox/patches/disable-minidump.patch b/srcpkgs/firefox/patches/disable-minidump.patch
deleted file mode 100644
index 5c440076474b..000000000000
--- a/srcpkgs/firefox/patches/disable-minidump.patch
+++ /dev/null
@@ -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
diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template
index 0a54a0d352c8..3ce8a92ecbb0 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=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
 

From 76ca7c8fddf3646cc7dfbe3c4c4cd22d11ff0941 Mon Sep 17 00:00:00 2001
From: eoli3n <jonathan.kirszling@runbox.com>
Date: Wed, 2 Jun 2021 00:07:55 +0200
Subject: [PATCH 3/3] firefox-i18n: updated to version 89.0.

---
 srcpkgs/firefox-i18n/template | 194 +++++++++++++++++-----------------
 1 file changed, 97 insertions(+), 97 deletions(-)

diff --git a/srcpkgs/firefox-i18n/template b/srcpkgs/firefox-i18n/template
index 582142758b24..9e057874b4a2 100644
--- a/srcpkgs/firefox-i18n/template
+++ b/srcpkgs/firefox-i18n/template
@@ -1,6 +1,6 @@
 # Template file for 'firefox-i18n'
 pkgname=firefox-i18n
-version=88.0.1
+version=89.0
 revision=1
 build_style=meta
 short_desc="Firefox language packs"
@@ -140,99 +140,99 @@ _pkgtmpl() {
 	}
 }
 
-checksum="80d01a3af48f86e2f99d48b81933c813a6add751cbc3c17617cd9ac59aaa45d1
- b0462a102fa42c5e20dffa371b47ca79112f9c0860f7ae222c1d1f4711c4f1f4
- ad1bf82b2a6598f080f168ae00b878c524a326dbb80f2502d16a85e20f9084ed
- 8834060393326650c97dfff017fc3a5cd701aaa7e1ad10e364db1fc58b6058c9
- 0331fe783f787492229c31322bec6227d493a396efe40c629f259037e260a8bd
- 10f5b5791a17bfe2765a7af427622cebc462e52e6780c948aafdd4f511e53127
- 86713d2fe5b3071195db13c8ce4f7d69e88b4ad5897ec862ee9cde6a06f40654
- dab99398f4a93110b9caf90b9f401919777de8ed942063110bfc57b2935a4bb8
- 65514a6ca8b2709a8a7fe530bc781075645fad548a91c760875016e59d6bedfd
- eace7d76e3dd6d3a9cf61a2639342f8f9c6d16e5d9aa1e84a1897ea600662826
- 4b5ce0682e3292e1893a362998222bd8bd755a78be5135bccaee234e0d27be20
- 076dc03cda273eb92fb9b0efb18f1a7ec7ef1cc8e9a99629d3a1d258e1e08b3e
- dc9b1a177df4d8a07bc3777b82273b7f52b927221a7c3ab30d81582343de8f23
- 58ef43f7f6a40d76013b9179a6b60a1d7be79083060c50dc775d0f934779dabb
- f97091e3b7284388171a2d344aab7f022087c255d649ab49ce19bc702a7e5c6a
- f4acefa54dc91d2ce335b82969db6632913c3fc899ece59110a0051b20f79c4b
- 8e07fbf79e539061fd3cfa8a7a19d5b7f1a8f30740e200451dac248b5d8ce36d
- 7cfe8a32374e862cf7de4cb9fc28077b625bea7be39e17aff08605036de4c64e
- 0a892932cbb536177457d081f56ca3c6e29b7f08bace67b858a2b3f392f64731
- c0f0c3c079da499adb40815e6cda38a68c3d36c8e19d3d1eae705354d9b217a4
- 218afbcd896be8ab58d772e993c946fa6ba2310a688b97d25625c16ce207d9e9
- dd5089f902c502954580e8cf4e9bdc3a08f8b9e7c6835b65a6e27eb6c6061ec1
- d1246f60808b37e8fa51c19d62d8996953306a1f7ed83f151f7ac25380e999ca
- a19d5f4d6c5d1d0b0f66b0ba9a16f11c22df4ae4d738eb942381e9d471c5ffd3
- c074e370c6d95bfe6b1d5cbe93c5a868207e4a1b7587618060708ae95f5dc187
- 2e15a9d0066bc0d7bea7fb712a0195e3f15b488ed06d0dd8fb893527d4aa4107
- 8a505ee4bce3fa9d26ded1c09b401987aff02997dd2abf4cd220a4c10069c126
- 69d5a146ef8dd0581af03b034b495a695a9768c68fb9e3d68a2144db8b36be27
- 4be5b1cc3682961212f10a5c72e69e22ad818aacd35df5cda62001315ba9a169
- 157cf8160f537857dd6d617a096836e510b13aa58deba19867072409371547ca
- 890e4af479db68015dbf1f4761ce44ee6a659c3b667fabaf0b51ddab3930542b
- 7e182154ee64bf0926ac8549dd4d9c97a5e396262d4422fde5591b043e146195
- 708bf3f9f35d1caf5cebb76052bfca05dbb0279ea60e9562d22255fda755e0e7
- 7f1e28ac36aedaf889fe65123960dd076a6d2c800cf5c09f9d734e68a0c175bf
- 9694b7099a0e4b543992d431045beb421aab2931ba806bb5efc997c77e11c6a7
- 199599e9e9fe5feae34047d0ca761ccd2847c8475a38ab5685c4f1487cdf3c23
- ec2f6edd10a39a8ac96e38bbf72f7dc2aae06d9e68b00316979b2a51e8fe8e3d
- 94c964b8526f64d4dd7fccc972eca6e33a5b9db7daef3b6dfcc9cd4911cb94a5
- 48ab4a86a1abdc9838102324b3bf5f4b406b68ad630bae215f0dd9b7b99cabe3
- 142b8f92096bd812da58aedc86111d76cd7a10fafa03aaaa4052f480235e6661
- 089a0533ccec66d0a451967521b7a3eff0db0b0f75589fe2b9045016702aee26
- ef09d30d8d1e5714d04fc6dcb8b4348e46901f961d4ef65443bf124fd7cfb93d
- 629c16da6d5467c83fbbeb4511484629cb20babb3e067454c571830631768e8c
- 5bdfa6cb2d6032a112f076f098746bb08ed9d0b1a1bcfca515af39d17533170d
- ccc164411ab79a0fca4f1968067d2c008acb3ee00f339f017e6c39aadef9334d
- f99be63e67b9fcbd59a6e1fd8b8cbfddf9d9a4d1b412a701dd466f7eda9c00f2
- aded4763b7a2cafa37d9a405ce40a4649f3967e36ace410c687cee975861f549
- 8ca5fbec8187088a600398b652c4491df75b7159a0371ec16c72a21ac6816cc8
- c8c5c7e3cbb8da143218c1bfed836cf3d62e8a7ffa96af886251abe760066baa
- 5df0960a12955cd9acbd67eae0b1a111aa8d0c5c601bb14539c7aced81e59aae
- 5582003eb846eacfa350955a706f84b7133e3b5294270c809ffebe9035bcf8dd
- b1daa0ccc0056e23556413b1fa3f92727df8a75bfed928c6d6d7835170727e07
- 818262c84ccc247ccd566980bd563f85b2f6f88d0cc38c9ffe5bd7d82127fb2e
- 9578eeb909233fdce99d0426bd4d2d5972b46fe63af62d8957ff6170fb9618a2
- a5b21393bfab188c6f3ba647a376a0ad63a3ca33175f7d3b0e88a204be457f70
- 09916f7223ebe012deee3b503a690697db566c60a84366f117ed43b95ddb4873
- 61181ec9e6f4c2af894c58fd9c432f3fc56945f6a2c7a5cdf0b7a6d3e2098f15
- 645e40060948871010ca1b3f2b62dd9d72d50bdb3c0df52ab3300dbe11f0c267
- 911803ed44b73bf232b3a95e4bc636249df68dc3c6c5685b22d8e9a900ae873c
- c05dd396d67b4c47e34dfa6afc8b7fc06a880001589fea1f46b5b1b660d1c5c9
- a4f1b51752fc377146d4b5489f45380557bbf956f5075daa2a0ca337d7fa462a
- 33cfcf70fd3a20222648d89f8f1dfa101bd54dda1777bcd8adb77873c413af0b
- 0ed711860a7da0893ae6e9c93f6a01137b9f607dd2e41bdc1d4f7602a790a6d7
- 06a10157e2bc454947e8bc35f4d7add624528ee556114d9da7fb56ff7ca0628f
- 3d099078e99a658c194fefe063abb63a2dc1ef70ad10685509a0ed1213383e85
- dc6cdaaf8f1a06645312a5127a1f533fb0bd289f41de2c559bd9a83db3cafba5
- 76c78c8d1246467f8680c9f8d2f108f0ca3a8eddf1cde2150b8ff5cefa4388aa
- f791a1d8da8a1b4dec937660c9664679a04176a83fbbda63fda61d29d6752148
- 7ddf2d351962efd9fd2d13e53378a877dca2be8b610053fd9b13dafd74fe0280
- c977cf8fbb47aaeb573f0fed95e67a9614115440fc4ce89736e9f83fba9e0dea
- 153e408653e06449bb4de584df31722ffefa30fca259074b879ef28bc6188ea5
- 5b25bfedb0a2986777960fdbf6553ff5da77f95d52ff3e7a8273fb59703e4229
- b802a1bf47a83dc773de1f2b31fb04141838fefddf98a1f7980bb64e2ff487a9
- aea7155b62595eb92438c5d6a59231eb19264c249427b913971bbac3746fa01e
- b852a49e72182b513db59f6355b651c1f42b67ae2f8cbb0c5aefd9d2b605dc45
- 46e6caba0551b360a6e5cceb2f34e10265c7a2acd209b9f6423559cfa7162d2a
- 343b5eded13a9faf73071ab1a14f2d166cf086cb3d3ebd8b964a370e5fcd47cc
- 9ecf36f0398c8f58e46f96d943435e01ca64ff54860947968d6fb4047ee4f53a
- a682cb0c8cc42a1ed0311a4c6695a11b5d8e9bfabaf819107527b642c05eab23
- 798f0bb6281dd56d5e0bf21f98a8a09dad386755ff7c3b1facb7b3f871233753
- bd3e8383475e93da36683afb1a3cd81056d8ea8a76d95e35f048add52e8b76fc
- 6abf4ffbc9b945702a5acc95a3bc4f981401a38e1dfcc1bf49e3323008e48b4a
- 327f10df38fcff9e796db163e49a2aeab7ebfa1969a0201d985086526a8da07a
- d5d2630d3068eba3a9842fa7d94ff5ddf5ce247ec1cfe0671186ef56b50704f6
- db6dd5560e5d868f4b79a227305a270059adf4980086440df031703c8b3d4536
- a3ffd854799a85fd1ef5e882c9d8d38dc892509f42b656ea52ed0bd53e85a490
- e82e73e7f8b16b182bc0aa64648e02177093b65aa175e4388fd46f6727ef1038
- 35a8d5c2d2e576ec2f66faf137a1ee53daaa4ef8ff6bc0b13f5f77d0269c782a
- 1401f6935ee94a4487e8d64cb58f2ce0074e91297b18083877ff6e85bc32b2f1
- 76ab00d25a3131d90ba3a30927dab6e98d7c8ccd9c27b68e39228e62e3f53eb0
- 0de92fd6614bafcf3a8a8f88367537f40ca3fd4963c73046d237ef857ae265bf
- 3f47f20d655de331ee281d2f2e71f68a730e730be2eddcb6811ee2b3db9759e9
- acc767c992a616c72306496611e1aa67cbd946dac8fba753c025788e8bf84947
- 986526dec3da5a96f218d53b398e8e45358b66ab03f0e4a76adc0179fb39aace
- ae2e0644fa1f620418e1cce9561b0816575721326aaf13e232f47afa323f0686
- 6ee4c16de0a36febf3ca0f2d80ed3d3afab3d90d12cbbd8c7f531ff50f93025e"
+checksum="6a847f99a28bfbd69c80c905b12da89ac6cf3ba11b5a8910923331259d2ce20c
+ e389578012f1737807f86b91a667c00b1e8aa1f97f5396f99541d869d9e8d9ca
+ 0959a202ac994df39c12968fba79882862da9443c51d733fc686b093f4cbb002
+ d754b4c4b07f00dcdf66c1165596e9929dfb410c337c16c5a3d39e58a6bb8ce9
+ 2fc600b9d8ede173de21fc0cecf885f90d989d889833385120b6ef68068da4a1
+ d240023fe4d5cf7df3fb6fca7f5db5fd0acc3682f280648c12ebd5d16cf5e263
+ 6b0eba7e19fc7e3a91c8aeb57c2f960bdbaca2e2f53c0cccb3a8e64ac3042aba
+ 29e3abdb69600bd5113b85db771e6c091f74461d56bb47303af12f1c43750667
+ baae42ddfa4001ac75d503d8099fb49e1e7c9b52c9f0b1aae8db1d6a9f7f2d91
+ c9b03150b23971a5640cfbcfbd2af3defcb5d67d565d762bfb240275d25824df
+ 8a2007fc267c3e6790281ec52a0694f789ca0ac95968b9ab662c11b096f03aca
+ d2e80267a2c8184bcb1a08c7b937aa24a0b2d0d3083b145bfe02c6c73be49ca6
+ 00419f454f44af8f3422a9f3308a8fe7af0b266c53998b815fc0350bcbfbd560
+ e53ec85e4c531794c95e9d518ec10ddad42e1df0a6cda78e3f70de0bf60cce34
+ 8705fe76cc395d9e0a13dbc3812a58fd7463a95216fb9a632f5cf045f03c1350
+ 8d5c197ba6598bb8c138f5e00cb5e2717ac2796857b065c2c5a56be7e9e9e217
+ 7bbe55d91af9ad45b16078118f85ca52b0a8d65b4d60719dc1920bd9a9ddad96
+ 42ac88d57d14568bfbb0fa98baa4ec002f24ff7d4c4107db4112f5940e7e333c
+ ce610b3f39162b7dd70beb674083c066cdcfe6632ed5b56421dc31da9a253029
+ ca66e6d3f1b03d91bb47ca921a55c6c2abc881798a8eca86f11a8a06a611cbda
+ 2f983279220a58b50a81e23385b7eb7c59834abca7a5b260c95ffdb954317810
+ 71d8db8f80a279b537ef34a2bcaebab00bcc164d9dc39c4733a9c639e2f9759e
+ cca6d9330db52580ea5b98ef4bd9af45a5d48f49125f2ee305d53930f2bc4a25
+ 2b1c764f279e6a356b9d916c03420ea14a13ae9b0346026addf11a38b4e37179
+ 087e71fb9210509b1cb24d66fa17bacf6950e99a09feebb04d29a36c2b41e2e6
+ f85a6008fff28eb6886f8ca6b7fe8295694f7420d660b647263771568c51c27a
+ 9b287dedaa945f45ab4e035f715dca684ee7326e137c4cb09365143652f4fbb3
+ 26e69023046df3bf520250f01f8a56cc12973588f7425d3dd7ab2f423dcac5b8
+ d7b8cbde5b38daa5efaa97bb1339f04514e40cd450b915ad08b1d6772225820e
+ f4b73815c37364b127f907188513821134d56c11946976b7ae39075fb39656f9
+ 48d7c9a6516a616aa0d520b8c02f51c59eda4c096ff39a8f43e410b35c11aba7
+ 9a020f5a56df7d22dd6f4de2aec8d6f3aa66fca63c57077aeebda5c35f2d1e44
+ 9ef5583f6fcf03f1e87718d40b29018e9e64a6d42c9f0521d82eadffe59f4114
+ c5e7d5d787a11cb2ca24fbba9219b193fe00132ced43eb80fcd263a81658c1d9
+ 555162a321adabddd8df8f7aa71ced3254803c0f4cee544fb693b0e6ca03d62e
+ 7a65b020f9ecad3338691b296053b2870b9f6fa1afa28e49470fe33e579eca6d
+ 187f924d0218d3c2efeb979fa85f308b9b2bb3ad69dcd44777701583291d4289
+ b6f7096d623972c453a05c030b6afbd3bf097036b71138b458226d1b2c5581b2
+ e3de3a816ab6eae4f330963cdfe52af2fcb5535450cacd7f50923931e5da68b5
+ 491becad650258ad42b79bcd21c63bd9f07861d26d64584753c756741dfea5f1
+ 377e94a7cf76f10f8f69818cde5c64024c3be6898136167b4e2d56f49fba493c
+ 50be198cbfac1a470787cd9a1efb9ec040cfac792bfef9d5d2414ebb12323506
+ 6755b4f1b5de1aa8dff67f2c80b27ec7c801a1ad1b189a530981de22d9aa6d1c
+ 56a145776fecc4bfbfe3d110be4b397d5c07e5fc15b5d446f76f453eac54a136
+ da333297b9b5f96c3974d9ed0ae5ab032a193f330f91682bfbc0b01f9569ab77
+ 64bdec55f42f64a08f5f9a86de045bea085902eadf3f0103694bbc47d0a51ee0
+ fbc25c307627b0e4a66c4e13b3090acc8aa2fb502368c4f35a38eac5bd586e4d
+ fccc7bfa4d1c2962c8a3d065691ccf5a5958ce61346a9f1b5dfdcf8960d0aa85
+ bbecfa079679f85c6b222b17bbc30145e386577138ebf11c92af6e25303041ae
+ 9847e1ae7cad612c2ab25f055805affeaa1f0c357b3248434ff69d2160cd30ca
+ a654300b2e9f386b1c9d0764155604dc840c9b07cc70702a4b351aeecdfcc6c0
+ f7c0bf57ba386af117b20e86e08194d1b6351dd739fe3fa44aa156055e22a389
+ ddba6d70ed9c87fc5972a977037692276d37a7a0f8191fc0f8d5a57316d848e8
+ 7f849a6f5cf815dae4ec6d5660bb0e5c5e2da99d43153270c15d1b3b972b852e
+ 9b3f1cc5440325988bbcde602130382050cfe4283f0819008d7a303b6b8669d7
+ 9ec42d3a0559b072cd95c7588d18888527ce6fd4239313278d2dffeee1709bfc
+ 9f40539aa73ac097cba4230e5ea08aad2ec1b667b6b0eb03e4c0d5702433a2de
+ 3cc578d753e77e97a4496ede0fc4f930a3261fd70c378ecee3b227e99bff0512
+ 4ac708be12069c8747f52a54cc864776634f08aaf83312195f01ddd15373895f
+ 752090681af9d3cc5771b407d83f9684b792029df3b02e9af9dfa9298a70d215
+ 9e3a12b09243fa2cdf579afdcb18c024d6f8522dfa1a94f70cd7bc7646588fed
+ eb3e4795e3d9e6d263f7defb41e1bf182b69694baa5210de4e36339d2b4a7907
+ c0d9f167956b364b661fa531dbc6fcc49e979e2487e7b9dcc2a18568a46997d6
+ 0f783cdf2c3af210baafc68c11a05d8f18da4eb559730407696b118a65647da5
+ e8339950ca45ba30f59172f776c03a13ab91952a4d88462c421f773bd87fe736
+ e3e34c053cd92c55c5cf3dedfebe067f49340d31059e6e04c19885196d644246
+ 46f6755afe5c692579025f1c089a3a6dc98e04a261d254df4ca177d74341bad3
+ 09a6e858e29bb1825c5ff07aa6d630339a674d164a5bceb3cba1488adf325db5
+ 3d1fece4fa6022b6a68e2b2feb3c36e07ee518844795889ac6d44f302e00f9c7
+ 11598b4f9a8e4775f8c0ff5ac126fa17f3b23f6dfbbe8cc8c66b3d7de9b556b4
+ 5c52c08f2e04e85ae0c957e0087f0b39ac1f152549ee6e9fd33125d9c11b15e7
+ 2a1aa6575372dfd351d762100a2c8751f9cd3960b1435a365c8d6df6ecc70234
+ fa2c7956764deaae789a7e853423129fca228e0dfcc5e4258b2f32d39674140a
+ 1f579263ed4a8ef21f67a62453ed1f5f592d959518db73458287532311d703e6
+ 826f7778d2c69e1a09eb5bc2b4d83878f078539039d5d723c1afaa643841829b
+ 11d015cff3c3f51a58d2377c462a3b15a0e6fc7dcdf8c23c2be72510bc9955b3
+ b4c1dda9a5143d00568ccf651cc5cf4f5ed79d1fec309d6cd42489474656322e
+ 2c9270b201f5f34fb6749e544ee44c7776d6faf95076affdfdd18d3244e3b1d1
+ 0283a19da938ea4cd75323c1b273c2edb754a7b06d51ab236651da27631bde14
+ 57a09ec1440b8d86d11e7dd287718080c908f22f371dd109aaaef2391c070eb8
+ 1a85ae8363c844c8afd3252a332bf2603e6ced2279e7f99a4da7d4a4f6005867
+ ef4631a82196a199d97a9af3555d25776471a9ce5974e98d2a6a1f39861db931
+ b0b347920ac0b33d12cf6db5e417de40ef1893467a40132166d1d026667dae6d
+ fe9d74f540dcc3fbaffb688fc52c6d8fd7baeac41eba863e4f44e1df611325b8
+ 34cdc2ca797647f215be2253793e22b900982f5f671d5bb5aa43dc7658fcc03e
+ 1c31a101cf95564f4127b5a82e31ff3ffbd00d63150221e372460e7f4d6ca7f6
+ 2c4ad4d64ed930ce5ba5ded5ce02e36deda40cca38401a952b47787ff33f73c3
+ 4b7349a40591164e49ef14186aebfc67f568498c2490de719658adf6d56d267c
+ 96a9ea57610668310b1e5df044da22da58804e49f86cbd680a716daaf8c12018
+ 27ac4999a85a5db37f5a7b9f57077ef486dc87d1c6b6b629f3f481ad8029efa1
+ 187ef59014be6dbfe38d4c7154d12657e9364412b7a08f6d10e276d581eb886c
+ ebff39e1a8c0b4c794943839e8e571973bb7c73cde2c00a5e8af88b0b6e016d7
+ 0246b5614df11b4b15a5ef389ca0df1a397082f337fdff014ea61f7d872904e3
+ 478f5ef7f9555cfe84c79f9f52577045a74491f6612a9ee4f5542f922b39c351
+ ec3bb98ef5c3213932588b14ab3bb5c954945c844f38503f5cf02d4564f4f41f
+ e0695aced062822baeddeaedff8c2714cadf2195646cf114c2dbe5acdcbb56b7"

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: Firefox: Update to version 89.0. [ci skip]
  2021-06-01 20:11 [PR PATCH] Firefox: Update to version 89.0. [ci skip] eoli3n
                   ` (15 preceding siblings ...)
  2021-06-02 14:27 ` [PR PATCH] [Updated] " eoli3n
@ 2021-06-02 14:28 ` eoli3n
  2021-06-02 15:35 ` eoli3n
                   ` (4 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: eoli3n @ 2021-06-02 14:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 206 bytes --]

New comment by eoli3n on void-packages repository

https://github.com/void-linux/void-packages/pull/31248#issuecomment-853076185

Comment:
And just removed the double fixed patch ``disable-minidump.patch``

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: Firefox: Update to version 89.0. [ci skip]
  2021-06-01 20:11 [PR PATCH] Firefox: Update to version 89.0. [ci skip] eoli3n
                   ` (16 preceding siblings ...)
  2021-06-02 14:28 ` eoli3n
@ 2021-06-02 15:35 ` eoli3n
  2021-06-02 15:35 ` eoli3n
                   ` (3 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: eoli3n @ 2021-06-02 15:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 198 bytes --]

New comment by eoli3n on void-packages repository

https://github.com/void-linux/void-packages/pull/31248#issuecomment-853130505

Comment:
I confirm that firefox-i18n-fr does not work anymore here.

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: Firefox: Update to version 89.0. [ci skip]
  2021-06-01 20:11 [PR PATCH] Firefox: Update to version 89.0. [ci skip] eoli3n
                   ` (17 preceding siblings ...)
  2021-06-02 15:35 ` eoli3n
@ 2021-06-02 15:35 ` eoli3n
  2021-06-02 16:42 ` ericonr
                   ` (2 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: eoli3n @ 2021-06-02 15:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 202 bytes --]

New comment by eoli3n on void-packages repository

https://github.com/void-linux/void-packages/pull/31248#issuecomment-853130505

Comment:
I confirm that ``firefox-i18n-fr`` does not work anymore here.

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: Firefox: Update to version 89.0. [ci skip]
  2021-06-01 20:11 [PR PATCH] Firefox: Update to version 89.0. [ci skip] eoli3n
                   ` (18 preceding siblings ...)
  2021-06-02 15:35 ` eoli3n
@ 2021-06-02 16:42 ` ericonr
  2021-06-02 17:11 ` eoli3n
  2021-06-02 18:41 ` [PR PATCH] [Closed]: " Duncaen
  21 siblings, 0 replies; 23+ messages in thread
From: ericonr @ 2021-06-02 16:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 329 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31248#issuecomment-853185915

Comment:
https://searchfox.org/mozilla-central/source/toolkit/mozapps/extensions/internal/AddonSettings.jsm the option still exists, so I don't know what broke. Maybe they changed the search paths?

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: Firefox: Update to version 89.0. [ci skip]
  2021-06-01 20:11 [PR PATCH] Firefox: Update to version 89.0. [ci skip] eoli3n
                   ` (19 preceding siblings ...)
  2021-06-02 16:42 ` ericonr
@ 2021-06-02 17:11 ` eoli3n
  2021-06-02 18:41 ` [PR PATCH] [Closed]: " Duncaen
  21 siblings, 0 replies; 23+ messages in thread
From: eoli3n @ 2021-06-02 17:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 241 bytes --]

New comment by eoli3n on void-packages repository

https://github.com/void-linux/void-packages/pull/31248#issuecomment-853230146

Comment:
@ericonr restarting firefox multiple times make it work, after 2 restart, firefox is in ``fr`` for me

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [PR PATCH] [Closed]: Firefox: Update to version 89.0. [ci skip]
  2021-06-01 20:11 [PR PATCH] Firefox: Update to version 89.0. [ci skip] eoli3n
                   ` (20 preceding siblings ...)
  2021-06-02 17:11 ` eoli3n
@ 2021-06-02 18:41 ` Duncaen
  21 siblings, 0 replies; 23+ messages in thread
From: Duncaen @ 2021-06-02 18:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 663 bytes --]

There's a closed pull request on the void-packages repository

Firefox: Update to version 89.0. [ci skip]
https://github.com/void-linux/void-packages/pull/31248

Description:
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Local build results
- [x] building for glibc x86_64

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2021-06-02 18:41 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-01 20:11 [PR PATCH] Firefox: Update to version 89.0. [ci skip] eoli3n
2021-06-01 21:20 ` Duncaen
2021-06-01 21:39 ` [PR PATCH] [Updated] " eoli3n
2021-06-01 21:54 ` ericonr
2021-06-01 22:01 ` [PR PATCH] [Updated] " eoli3n
2021-06-01 22:02 ` eoli3n
2021-06-01 22:08 ` [PR PATCH] [Updated] " eoli3n
2021-06-01 22:08 ` eoli3n
2021-06-01 22:08 ` eoli3n
2021-06-01 22:09 ` eoli3n
2021-06-01 22:33 ` Duncaen
2021-06-02  2:47 ` ericonr
2021-06-02 14:13 ` [PR REVIEW] " Duncaen
2021-06-02 14:18 ` Duncaen
2021-06-02 14:24 ` [PR PATCH] [Updated] " eoli3n
2021-06-02 14:26 ` [PR REVIEW] " eoli3n
2021-06-02 14:27 ` [PR PATCH] [Updated] " eoli3n
2021-06-02 14:28 ` eoli3n
2021-06-02 15:35 ` eoli3n
2021-06-02 15:35 ` eoli3n
2021-06-02 16:42 ` ericonr
2021-06-02 17:11 ` eoli3n
2021-06-02 18:41 ` [PR PATCH] [Closed]: " Duncaen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).