Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] firefox: update to 92.0.
@ 2021-09-07 18:47 Duncaen
  2021-09-07 20:51 ` [PR PATCH] [Updated] " Duncaen
  2021-09-08 11:46 ` [PR PATCH] [Closed]: " Duncaen
  0 siblings, 2 replies; 3+ messages in thread
From: Duncaen @ 2021-09-07 18:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Duncaen/void-packages firefox-92
https://github.com/void-linux/void-packages/pull/32870

firefox: update to 92.0.
[ci skip]

- [x] x86_64-glibc
- [ ] x86_64-musl
- [ ] aarch64-musl

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

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

From 2b3a54d5d01f93c004ade4f720ddb403b7160cfc Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Sep 2021 20:19:59 +0200
Subject: [PATCH] firefox: update to 92.0.

---
 srcpkgs/firefox/patches/fix-wasm-arm.patch | 15 ---------------
 srcpkgs/firefox/template                   |  4 ++--
 2 files changed, 2 insertions(+), 17 deletions(-)
 delete mode 100644 srcpkgs/firefox/patches/fix-wasm-arm.patch

diff --git a/srcpkgs/firefox/patches/fix-wasm-arm.patch b/srcpkgs/firefox/patches/fix-wasm-arm.patch
deleted file mode 100644
index a6035e876163..000000000000
--- a/srcpkgs/firefox/patches/fix-wasm-arm.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/js/src/wasm/WasmSignalHandlers.cpp
-+++ b/js/src/wasm/WasmSignalHandlers.cpp
-@@ -243,9 +243,9 @@
- // If you run into compile problems on a tier-3 platform, you can disable the
- // emulation here.
- 
--#if defined(__linux__) && defined(__arm__)
--#  define WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS
--#endif
-+// #if defined(__linux__) && defined(__arm__)
-+// #  define WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS
-+// #endif
- 
- #ifdef WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS
- #  include <sys/user.h>
diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template
index dd6cee3087f7..55cfb9e782da 100644
--- a/srcpkgs/firefox/template
+++ b/srcpkgs/firefox/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/firefox-i18n".
 #
 pkgname=firefox
-version=91.0.1
+version=92.0
 revision=1
 build_helper="rust"
 short_desc="Mozilla Firefox web browser"
@@ -11,7 +11,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
 license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.mozilla.org/firefox/"
 distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz"
-checksum=b95854ec9cb3e4409e5a1cf203c2b228146c6e3f9f3240d304cecec6b256f962
+checksum=299a472373021cc9194449c9f4bb962d5f74ef05e8af0448c589761ea34fbc84
 
 lib32disabled=yes
 

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

* Re: [PR PATCH] [Updated] firefox: update to 92.0.
  2021-09-07 18:47 [PR PATCH] firefox: update to 92.0 Duncaen
@ 2021-09-07 20:51 ` Duncaen
  2021-09-08 11:46 ` [PR PATCH] [Closed]: " Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2021-09-07 20:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Duncaen/void-packages firefox-92
https://github.com/void-linux/void-packages/pull/32870

firefox: update to 92.0.
[ci skip]

- [x] x86_64-glibc (tested)
- [x] x86_64-musl (tested)
- [x] aarch64-musl
- [x] i686-glibc

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

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

From 88d50b5c98a92af1c6396117d4800aa433264a7f Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Sep 2021 20:19:59 +0200
Subject: [PATCH] firefox: update to 92.0.

---
 srcpkgs/firefox/patches/fix-wasm-arm.patch | 15 ---------------
 srcpkgs/firefox/template                   |  4 ++--
 2 files changed, 2 insertions(+), 17 deletions(-)
 delete mode 100644 srcpkgs/firefox/patches/fix-wasm-arm.patch

diff --git a/srcpkgs/firefox/patches/fix-wasm-arm.patch b/srcpkgs/firefox/patches/fix-wasm-arm.patch
deleted file mode 100644
index a6035e876163..000000000000
--- a/srcpkgs/firefox/patches/fix-wasm-arm.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/js/src/wasm/WasmSignalHandlers.cpp
-+++ b/js/src/wasm/WasmSignalHandlers.cpp
-@@ -243,9 +243,9 @@
- // If you run into compile problems on a tier-3 platform, you can disable the
- // emulation here.
- 
--#if defined(__linux__) && defined(__arm__)
--#  define WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS
--#endif
-+// #if defined(__linux__) && defined(__arm__)
-+// #  define WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS
-+// #endif
- 
- #ifdef WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS
- #  include <sys/user.h>
diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template
index dd6cee3087f7..55cfb9e782da 100644
--- a/srcpkgs/firefox/template
+++ b/srcpkgs/firefox/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/firefox-i18n".
 #
 pkgname=firefox
-version=91.0.1
+version=92.0
 revision=1
 build_helper="rust"
 short_desc="Mozilla Firefox web browser"
@@ -11,7 +11,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
 license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.mozilla.org/firefox/"
 distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz"
-checksum=b95854ec9cb3e4409e5a1cf203c2b228146c6e3f9f3240d304cecec6b256f962
+checksum=299a472373021cc9194449c9f4bb962d5f74ef05e8af0448c589761ea34fbc84
 
 lib32disabled=yes
 

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

* Re: [PR PATCH] [Closed]: firefox: update to 92.0.
  2021-09-07 18:47 [PR PATCH] firefox: update to 92.0 Duncaen
  2021-09-07 20:51 ` [PR PATCH] [Updated] " Duncaen
@ 2021-09-08 11:46 ` Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2021-09-08 11:46 UTC (permalink / raw)
  To: ml

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

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

firefox: update to 92.0.
https://github.com/void-linux/void-packages/pull/32870

Description:
[ci skip]

- [x] x86_64-glibc (tested)
- [x] x86_64-musl (tested)
- [x] aarch64-musl
- [x] i686-glibc

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

end of thread, other threads:[~2021-09-08 11:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-07 18:47 [PR PATCH] firefox: update to 92.0 Duncaen
2021-09-07 20:51 ` [PR PATCH] [Updated] " Duncaen
2021-09-08 11:46 ` [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).