Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] firefox: update to 120.0.
@ 2023-11-22 17:34 Duncaen
  2023-11-22 18:13 ` 0xN1K
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Duncaen @ 2023-11-22 17:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Duncaen/void-packages firefox-120
https://github.com/void-linux/void-packages/pull/47351

firefox: update to 120.0.
[ci skip]

* [ ] x86_64-glibc
* [ ] x86_64-musl
* [ ] aarch64-musl
* [ ] i686-glibc

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

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

From 377000f4575838636d4a2c470e95da0ce93d86b3 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Fri, 17 Nov 2023 14:53:11 +0100
Subject: [PATCH] firefox: update to 120.0.

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

diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template
index bdf548aecc52d..d659044b5c3c6 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=119.0
+version=120.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}/firefox/releases/${version/beta/b}/source/firefox-${version/beta/b}.source.tar.xz"
-checksum=f63e44194548f246e1396508800739a24c0517e65e920002a6f67ee099be39dd
+checksum=e710058701074eda53ca9f5fd52c57254858a027984f735bdcd58d6906f6b574
 
 lib32disabled=yes
 

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

* Re: firefox: update to 120.0.
  2023-11-22 17:34 [PR PATCH] firefox: update to 120.0 Duncaen
@ 2023-11-22 18:13 ` 0xN1K
  2023-11-22 21:27 ` JamiKettunen
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: 0xN1K @ 2023-11-22 18:13 UTC (permalink / raw)
  To: ml

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

New comment by 0xN1K on void-packages repository

https://github.com/void-linux/void-packages/pull/47351#issuecomment-1823253598

Comment:
JFYI: https://seclists.org/oss-sec/2023/q4/132. There is a patch there though I think that change should be optional:
```diff
--- a/layout/generic/nsFrameSelection.cpp       Fri Oct 06 12:03:17 2023 +0000
+++ b/layout/generic/nsFrameSelection.cpp       Sun Oct 08 11:04:41 2023 +0300
@@ -3345,6 +3345,10 @@
     return;  // Don't care if we are still dragging.
   }
 
+  if (aReason & nsISelectionListener::JS_REASON) {
+    return;
+  }
+
   if (!aDocument || aSelection.IsCollapsed()) {
 #ifdef DEBUG_CLIPBOARD
     fprintf(stderr, "CLIPBOARD: no selection/collapsed selection\n");

```

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

* Re: firefox: update to 120.0.
  2023-11-22 17:34 [PR PATCH] firefox: update to 120.0 Duncaen
  2023-11-22 18:13 ` 0xN1K
@ 2023-11-22 21:27 ` JamiKettunen
  2023-11-23  0:21 ` Duncaen
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: JamiKettunen @ 2023-11-22 21:27 UTC (permalink / raw)
  To: ml

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

New comment by JamiKettunen on void-packages repository

https://github.com/void-linux/void-packages/pull/47351#issuecomment-1823532442

Comment:
FTBFS: https://paste.c-net.org/3epxjffmezxb

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

* Re: firefox: update to 120.0.
  2023-11-22 17:34 [PR PATCH] firefox: update to 120.0 Duncaen
  2023-11-22 18:13 ` 0xN1K
  2023-11-22 21:27 ` JamiKettunen
@ 2023-11-23  0:21 ` Duncaen
  2023-11-23  0:21 ` [PR PATCH] [Updated] " Duncaen
  2023-11-23  0:22 ` [PR PATCH] [Merged]: " Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2023-11-23  0:21 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/47351#issuecomment-1823687554

Comment:
Something wrong with you masterdir or local repo, I've build all 4 targets and I'm already using it.

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

* Re: [PR PATCH] [Updated] firefox: update to 120.0.
  2023-11-22 17:34 [PR PATCH] firefox: update to 120.0 Duncaen
                   ` (2 preceding siblings ...)
  2023-11-23  0:21 ` Duncaen
@ 2023-11-23  0:21 ` Duncaen
  2023-11-23  0:22 ` [PR PATCH] [Merged]: " Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2023-11-23  0:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Duncaen/void-packages firefox-120
https://github.com/void-linux/void-packages/pull/47351

firefox: update to 120.0.
[ci skip]

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

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

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

From c89faf1254dc91697542281b2e7d3c525db27076 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Fri, 17 Nov 2023 14:53:11 +0100
Subject: [PATCH] firefox: update to 120.0.

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

diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template
index bdf548aecc52d..d659044b5c3c6 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=119.0
+version=120.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}/firefox/releases/${version/beta/b}/source/firefox-${version/beta/b}.source.tar.xz"
-checksum=f63e44194548f246e1396508800739a24c0517e65e920002a6f67ee099be39dd
+checksum=e710058701074eda53ca9f5fd52c57254858a027984f735bdcd58d6906f6b574
 
 lib32disabled=yes
 

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

* Re: [PR PATCH] [Merged]: firefox: update to 120.0.
  2023-11-22 17:34 [PR PATCH] firefox: update to 120.0 Duncaen
                   ` (3 preceding siblings ...)
  2023-11-23  0:21 ` [PR PATCH] [Updated] " Duncaen
@ 2023-11-23  0:22 ` Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2023-11-23  0:22 UTC (permalink / raw)
  To: ml

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

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

firefox: update to 120.0.
https://github.com/void-linux/void-packages/pull/47351

Description:
[ci skip]

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

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

end of thread, other threads:[~2023-11-23  0:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-22 17:34 [PR PATCH] firefox: update to 120.0 Duncaen
2023-11-22 18:13 ` 0xN1K
2023-11-22 21:27 ` JamiKettunen
2023-11-23  0:21 ` Duncaen
2023-11-23  0:21 ` [PR PATCH] [Updated] " Duncaen
2023-11-23  0:22 ` [PR PATCH] [Merged]: " 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).