Github messages for voidlinux
 help / color / mirror / Atom feed
From: eoli3n <eoli3n@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Firefox: Update to version 89.0. [ci skip]
Date: Wed, 02 Jun 2021 00:01:22 +0200	[thread overview]
Message-ID: <20210601220122.8Xn2Yl7Mx3eyLDDv-EFkN6CVh_LDvrWVpdyHnl5kGoQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31248@inbox.vuxu.org>

[-- 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
 

  parent reply	other threads:[~2021-06-01 22:01 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-01 20:11 [PR PATCH] " 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 ` eoli3n [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210601220122.8Xn2Yl7Mx3eyLDDv-EFkN6CVh_LDvrWVpdyHnl5kGoQ@z \
    --to=eoli3n@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).