Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] thunderbird: update to 102.2.0
@ 2022-08-26 13:00 dataCobra
  2022-08-26 13:02 ` [PR PATCH] [Updated] " dataCobra
                   ` (40 more replies)
  0 siblings, 41 replies; 42+ messages in thread
From: dataCobra @ 2022-08-26 13:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dataCobra/void-packages thunderbird-update-102.2
https://github.com/void-linux/void-packages/pull/38919

thunderbird: update to 102.2.0
Fix for several high impact CVEs
https://www.mozilla.org/en-US/security/advisories/mfsa2022-36/

#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-thunderbird-update-102.2-38919.patch --]
[-- Type: text/x-diff, Size: 1653 bytes --]

From 455d7ba7383cd5dd94e9401c3d162b926526459f Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Fri, 26 Aug 2022 14:57:14 +0200
Subject: [PATCH] thunderbird: update to 102.2.0

Fix for several CVEs
https://www.mozilla.org/en-US/security/advisories/mfsa2022-36/
---
 srcpkgs/thunderbird-i18n/template | 2 +-
 srcpkgs/thunderbird/template      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/thunderbird-i18n/template b/srcpkgs/thunderbird-i18n/template
index 559b9d381a94..a72ac2616513 100644
--- a/srcpkgs/thunderbird-i18n/template
+++ b/srcpkgs/thunderbird-i18n/template
@@ -1,6 +1,6 @@
 # Template file for 'thunderbird-i18n'
 pkgname=thunderbird-i18n
-version=102.1.2
+version=102.2.0
 revision=1
 build_style=meta
 short_desc="Thunderbird language packs"
diff --git a/srcpkgs/thunderbird/template b/srcpkgs/thunderbird/template
index 07b9d115ae4f..2e011c5ef9fa 100644
--- a/srcpkgs/thunderbird/template
+++ b/srcpkgs/thunderbird/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/thunderbird-i18n".
 #
 pkgname=thunderbird
-version=102.1.2
+version=102.2.0
 revision=1
 build_helper="rust"
 short_desc="Standalone Mail/News reader"
@@ -11,7 +11,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.thunderbird.net/"
 distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz"
-checksum=00acfe3d8fd534a3734602ba7bd377297fa4e09a9ebe0f7c69f455a596334903
+checksum=39cded4efd28d63c8f2bb4d46250b624aad29bd47b49eae85eff5a4746180e6c
 
 lib32disabled=yes
 

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

* Re: [PR PATCH] [Updated] thunderbird: update to 102.2.0
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
@ 2022-08-26 13:02 ` dataCobra
  2022-08-26 15:03 ` thunderbird: update to 102.2.0. (Several high impact CVEs) classabbyamp
                   ` (39 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: dataCobra @ 2022-08-26 13:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dataCobra/void-packages thunderbird-update-102.2
https://github.com/void-linux/void-packages/pull/38919

thunderbird: update to 102.2.0
Fix for several high impact CVEs
https://www.mozilla.org/en-US/security/advisories/mfsa2022-36/

#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-thunderbird-update-102.2-38919.patch --]
[-- Type: text/x-diff, Size: 1666 bytes --]

From 2a2939bc824aead4eeeccf6abaece47c49a6adbd Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Fri, 26 Aug 2022 15:01:14 +0200
Subject: [PATCH] thunderbird: update to 102.2.0.

Fix for several high impact CVEs
https://www.mozilla.org/en-US/security/advisories/mfsa2022-36/
---
 srcpkgs/thunderbird-i18n/template | 2 +-
 srcpkgs/thunderbird/template      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/thunderbird-i18n/template b/srcpkgs/thunderbird-i18n/template
index 559b9d381a94..a72ac2616513 100644
--- a/srcpkgs/thunderbird-i18n/template
+++ b/srcpkgs/thunderbird-i18n/template
@@ -1,6 +1,6 @@
 # Template file for 'thunderbird-i18n'
 pkgname=thunderbird-i18n
-version=102.1.2
+version=102.2.0
 revision=1
 build_style=meta
 short_desc="Thunderbird language packs"
diff --git a/srcpkgs/thunderbird/template b/srcpkgs/thunderbird/template
index 07b9d115ae4f..2e011c5ef9fa 100644
--- a/srcpkgs/thunderbird/template
+++ b/srcpkgs/thunderbird/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/thunderbird-i18n".
 #
 pkgname=thunderbird
-version=102.1.2
+version=102.2.0
 revision=1
 build_helper="rust"
 short_desc="Standalone Mail/News reader"
@@ -11,7 +11,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.thunderbird.net/"
 distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz"
-checksum=00acfe3d8fd534a3734602ba7bd377297fa4e09a9ebe0f7c69f455a596334903
+checksum=39cded4efd28d63c8f2bb4d46250b624aad29bd47b49eae85eff5a4746180e6c
 
 lib32disabled=yes
 

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

* Re: thunderbird: update to 102.2.0. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
  2022-08-26 13:02 ` [PR PATCH] [Updated] " dataCobra
@ 2022-08-26 15:03 ` classabbyamp
  2022-08-26 15:38 ` dataCobra
                   ` (38 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: classabbyamp @ 2022-08-26 15:03 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1228607810

Comment:
can you determine if the `python` in `*depends` can become `python3`? 

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

* Re: thunderbird: update to 102.2.0. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
  2022-08-26 13:02 ` [PR PATCH] [Updated] " dataCobra
  2022-08-26 15:03 ` thunderbird: update to 102.2.0. (Several high impact CVEs) classabbyamp
@ 2022-08-26 15:38 ` dataCobra
  2022-08-26 15:43 ` classabbyamp
                   ` (37 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: dataCobra @ 2022-08-26 15:38 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1228649651

Comment:
I'll check. I forgot to [ci skip] before hand. Could you stop the checking?

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

* Re: thunderbird: update to 102.2.0. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (2 preceding siblings ...)
  2022-08-26 15:38 ` dataCobra
@ 2022-08-26 15:43 ` classabbyamp
  2022-08-26 15:48 ` dataCobra
                   ` (36 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: classabbyamp @ 2022-08-26 15:43 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1228607810

Comment:
can you determine if the `python` in `*depends` can ~~become `python3`~~ be removed? 

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

* Re: thunderbird: update to 102.2.0. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (3 preceding siblings ...)
  2022-08-26 15:43 ` classabbyamp
@ 2022-08-26 15:48 ` dataCobra
  2022-08-26 17:33 ` dataCobra
                   ` (35 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: dataCobra @ 2022-08-26 15:48 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1228660205

Comment:
> can you determine if the `python` in `*depends` can ~become `python3`~ be removed?

It seems like `python` is no longer necessary for thunderbird. I'll build thunderbird one more
time on my system to make sure it's really no longer needed.

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

* Re: thunderbird: update to 102.2.0. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (4 preceding siblings ...)
  2022-08-26 15:48 ` dataCobra
@ 2022-08-26 17:33 ` dataCobra
  2022-08-28 12:42 ` meator
                   ` (34 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: dataCobra @ 2022-08-26 17:33 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1228750675

Comment:
do_build() fails for `i686` architecture... I can't figure out why. :slightly_frowning_face:

```
32:14.08 /builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/nsTArray-inl.h: In member function 'nsresult mozilla::net::nsIOService::_ZN7mozilla3net11nsIOService9AllowPortEiPKcPb.part.0(int32_t, const char*, bool*)':
32:14.08 /builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/nsTArray-inl.h:128:40: warning: array subscript 8 is outside array bounds of 'nsTArray<int> [1]' [-Warray-bounds]
32:14.08   128 |   return mHdr == GetAutoArrayBuffer(4) || mHdr == GetAutoArrayBuffer(8);
32:14.08       |          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32:14.08 In file included from Unified_cpp_netwerk_base2.cpp:38:
32:14.08 /builddir/thunderbird-102.2.0/netwerk/base/nsIOService.cpp:1457:21: note: while referencing 'restrictedPortList'
32:14.08  1457 |   nsTArray<int32_t> restrictedPortList;
32:14.08       |                     ^~~~~~~~~~~~~~~~~~
32:15.92 make[2]: *** [/builddir/thunderbird-102.2.0/config/recurse.mk:34: compile] Error 2
32:15.92 make[1]: *** [/builddir/thunderbird-102.2.0/config/rules.mk:361: default] Error 2
32:15.92 make: *** [client.mk:63: build] Error 2
32:15.94 1452 compiler warnings present.
 Config object not found by mach.
Configure complete!
Be sure to run |mach build| to pick up any changes
=> ERROR: thunderbird-102.2.0_1: do_build: './mach build' exited with 2
=> ERROR:   in do_build() at srcpkgs/thunderbird/template:204
```

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

* Re: thunderbird: update to 102.2.0. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (5 preceding siblings ...)
  2022-08-26 17:33 ` dataCobra
@ 2022-08-28 12:42 ` meator
  2022-08-28 12:46 ` dataCobra
                   ` (33 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: meator @ 2022-08-28 12:42 UTC (permalink / raw)
  To: ml

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

New comment by meator on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1229449391

Comment:
I've tested this and it works fine on x86_64. I'm actively using the updated version without issues.

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

* Re: thunderbird: update to 102.2.0. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (6 preceding siblings ...)
  2022-08-28 12:42 ` meator
@ 2022-08-28 12:46 ` dataCobra
  2022-08-28 13:39 ` Duncaen
                   ` (32 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: dataCobra @ 2022-08-28 12:46 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1229449989

Comment:
@meator good to know. :+1:

Sadly I don't get the i686 Version to build. :-(

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

* Re: thunderbird: update to 102.2.0. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (7 preceding siblings ...)
  2022-08-28 12:46 ` dataCobra
@ 2022-08-28 13:39 ` Duncaen
  2022-08-28 14:15 ` dataCobra
                   ` (31 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: Duncaen @ 2022-08-28 13:39 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1229459081

Comment:
The posted error log is incomplete, there are builds happening in parallel, the error probably happens a little bit earlier. Look for `error:`.

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

* Re: thunderbird: update to 102.2.0. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (8 preceding siblings ...)
  2022-08-28 13:39 ` Duncaen
@ 2022-08-28 14:15 ` dataCobra
  2022-08-28 14:20 ` Duncaen
                   ` (30 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: dataCobra @ 2022-08-28 14:15 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1229468200

Comment:
Hey @Duncaen,

I've looked a bit further in the logs and found the following error message.
```
4   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:130:19: error: use of undeclared identifier '__builtin_ia32_addss'
4   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:136:19: error: use of undeclared identifier '__builtin_ia32_subss'
4   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:142:19: error: use of undeclared identifier '__builtin_ia32_mulss'
4   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:148:19: error: use of undeclared identifier '__builtin_ia32_divss'
4   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:242:10: error: use of undeclared identifier '__builtin_ia32_andps'
4   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:248:10: error: use of undeclared identifier '__builtin_ia32_andnps'
4   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:254:10: error: use of undeclared identifier '__builtin_ia32_orps'
4   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:260:10: error: use of undeclared identifier '__builtin_ia32_xorps'
4   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:288:19: error: use of undeclared identifier '__builtin_ia32_movss'
4   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:298:19: error: use of undeclared identifier '__builtin_ia32_movss'
4   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:326:19: error: use of undeclared identifier '__builtin_ia32_movss'
4   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:336:19: error: use of undeclared identifier '__builtin_ia32_movss'
4   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:380:19: error: use of undeclared identifier '__builtin_ia32_cmpgtps'
4   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:386:19: error: use of undeclared identifier '__builtin_ia32_cmpgeps'
4   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:410:19: error: use of undeclared identifier '__builtin_ia32_cmpngtps'
4   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:416:19: error: use of undeclared identifier '__builtin_ia32_cmpngeps'
4   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:602:19: error: use of undeclared identifier '__builtin_ia32_cvtsi2ss'
4   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:665:19: error: use of undeclared identifier '__builtin_ia32_movlhps'
4   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:684:19: error: use of undeclared identifier '__builtin_ia32_movlhps'
4   fatal error: too many errors emitted, stopping now [-ferror-limit=]
```

I'll try to build with `-j1` to make sure the build is not parallel.

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

* Re: thunderbird: update to 102.2.0. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (9 preceding siblings ...)
  2022-08-28 14:15 ` dataCobra
@ 2022-08-28 14:20 ` Duncaen
  2022-08-28 14:22 ` dataCobra
                   ` (29 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: Duncaen @ 2022-08-28 14:20 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1229469758

Comment:
Parallel build is fine, just that you have to keep that in mind when looking for errors.

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

* Re: thunderbird: update to 102.2.0. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (10 preceding siblings ...)
  2022-08-28 14:20 ` Duncaen
@ 2022-08-28 14:22 ` dataCobra
  2022-08-28 14:22 ` Duncaen
                   ` (28 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: dataCobra @ 2022-08-28 14:22 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1229470173

Comment:
Could this be the issue or should I need to look a bit further?

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

* Re: thunderbird: update to 102.2.0. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (11 preceding siblings ...)
  2022-08-28 14:22 ` dataCobra
@ 2022-08-28 14:22 ` Duncaen
  2022-08-28 14:23 ` Duncaen
                   ` (27 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: Duncaen @ 2022-08-28 14:22 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1229470214

Comment:
Would be interesting to know the context from where is headers is included and the used  cflags, this works fine for firefox.

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

* Re: thunderbird: update to 102.2.0. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (12 preceding siblings ...)
  2022-08-28 14:22 ` Duncaen
@ 2022-08-28 14:23 ` Duncaen
  2022-08-28 14:25 ` dataCobra
                   ` (26 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: Duncaen @ 2022-08-28 14:23 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1229470214

Comment:
Would be interesting to know the context from where is headers is included and the used  cflags, this works fine for firefox.

> Could this be the issue or should I need to look a bit further?

This is definitively an issue, that needs to be fixed.

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

* Re: thunderbird: update to 102.2.0. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (13 preceding siblings ...)
  2022-08-28 14:23 ` Duncaen
@ 2022-08-28 14:25 ` dataCobra
  2022-08-28 14:27 ` Duncaen
                   ` (25 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: dataCobra @ 2022-08-28 14:25 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1229471016

Comment:
Is this an issue with thunderbird or gcc?

Sorry I just wanted to help with getting the update out.

My knowledge regarding thunderbird is almost zero. :slightly_frowning_face: 

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

* Re: thunderbird: update to 102.2.0. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (14 preceding siblings ...)
  2022-08-28 14:25 ` dataCobra
@ 2022-08-28 14:27 ` Duncaen
  2022-08-28 14:30 ` dataCobra
                   ` (24 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: Duncaen @ 2022-08-28 14:27 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1229471712

Comment:
Don't know enough context to be sure, but it might be related to the `rust-1.63.patch` alpine added to the update that replaces the rust simd crate.

https://git.alpinelinux.org/aports/commit/community/thunderbird?id=24bf627dbee7ab06e953c7b9d2b9d7e21350bb58

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

* Re: thunderbird: update to 102.2.0. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (15 preceding siblings ...)
  2022-08-28 14:27 ` Duncaen
@ 2022-08-28 14:30 ` dataCobra
  2022-08-28 14:31 ` Duncaen
                   ` (23 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: dataCobra @ 2022-08-28 14:30 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1229472664

Comment:
> Don't know enough context to be sure, but it might be related to the `rust-1.63.patch` alpine added to the update that replaces the rust simd crate.
> 
> https://git.alpinelinux.org/aports/commit/community/thunderbird?id=24bf627dbee7ab06e953c7b9d2b9d7e21350bb58

That's a nice hint. Thanks for letting me know!

I'll try a bit more this evening. :+1:

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

* Re: thunderbird: update to 102.2.0. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (16 preceding siblings ...)
  2022-08-28 14:30 ` dataCobra
@ 2022-08-28 14:31 ` Duncaen
  2022-08-28 14:31 ` dataCobra
                   ` (22 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: Duncaen @ 2022-08-28 14:31 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1229471712

Comment:
Don't know enough context to be sure, but it might be related to the `rust-1.63.patch` alpine added to the update that replaces the rust simd crate.

https://git.alpinelinux.org/aports/commit/community/thunderbird?id=24bf627dbee7ab06e953c7b9d2b9d7e21350bb58

Edit: hm no its not, our template just disables rust simd.

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

* Re: thunderbird: update to 102.2.0. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (17 preceding siblings ...)
  2022-08-28 14:31 ` Duncaen
@ 2022-08-28 14:31 ` dataCobra
  2022-08-28 14:32 ` Duncaen
                   ` (21 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: dataCobra @ 2022-08-28 14:31 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1229472664

Comment:
> Don't know enough context to be sure, but it might be related to the `rust-1.63.patch` alpine added to the update that replaces the rust simd crate.
> 
> https://git.alpinelinux.org/aports/commit/community/thunderbird?id=24bf627dbee7ab06e953c7b9d2b9d7e21350bb58

That's a nice hint. Thanks for letting me know!

I'll try a bit more this evening. :+1:

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

* Re: thunderbird: update to 102.2.0. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (18 preceding siblings ...)
  2022-08-28 14:31 ` dataCobra
@ 2022-08-28 14:32 ` Duncaen
  2022-08-28 14:34 ` dataCobra
                   ` (20 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: Duncaen @ 2022-08-28 14:32 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1229473034

Comment:
Its probably not that, the template disables rust-simd already, need more context from where those header files are included.

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

* Re: thunderbird: update to 102.2.0. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (19 preceding siblings ...)
  2022-08-28 14:32 ` Duncaen
@ 2022-08-28 14:34 ` dataCobra
  2022-08-28 15:43 ` dataCobra
                   ` (19 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: dataCobra @ 2022-08-28 14:34 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1229473454

Comment:
I'll read the logs this evening and try to get some more information regarding this issue.

Maybe then I'll find a solution by myself. If not, I'll let you know.

Thanks for all the help, I really appreciate that! :+1:

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

* Re: thunderbird: update to 102.2.0. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (20 preceding siblings ...)
  2022-08-28 14:34 ` dataCobra
@ 2022-08-28 15:43 ` dataCobra
  2022-08-29  8:37 ` dataCobra
                   ` (18 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: dataCobra @ 2022-08-28 15:43 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1229489481

Comment:
I've found some more information in the logs.

The following things might be interessting:
```
15:47.95 error: failed to run custom build command for `style v0.0.1 (/builddir/thunderbird-102.2.0/servo/components/style)`
15:47.95 Caused by:
15:47.95   process didn't exit successfully: `/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/release/build/style-bcef579537ae5b62/build-script-build` (exit
 status: 101)
15:47.95   --- stdout
```

Here is the full other part:
```
15:47.95   cargo:rerun-if-changed=/builddir/thunderbird-102.2.0/layout/style/ServoBindings.toml
15:47.95   --- stderr
15:47.95   /builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/cxxalloc.h:32:1: warning: replacement function 'operator new' cannot be declared 'inline' [-Winline-new-delete]
15:47.95   /builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/cxxalloc.h:36:1: warning: replacement function 'operator new' cannot be declared 'inline' [-Winline-new-delete]
15:47.95   /builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/cxxalloc.h:41:1: warning: replacement function 'operator new[]' cannot be declared 'inline' [-Winline-new-delete]
15:47.95   /builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/cxxalloc.h:45:1: warning: replacement function 'operator new[]' cannot be declared 'inline' [-Winline-new-delete]
15:47.95   /builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/cxxalloc.h:50:1: warning: replacement function 'operator delete' cannot be declared 'inline' [-Winline-new-delete]
15:47.95   /builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/cxxalloc.h:54:1: warning: replacement function 'operator delete' cannot be declared 'inline' [-Winline-new-delete]
15:47.95   /builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/cxxalloc.h:59:1: warning: replacement function 'operator delete[]' cannot be declared 'inline' [-Winline-new-delete]
15:47.95   /builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/cxxalloc.h:63:1: warning: replacement function 'operator delete[]' cannot be declared 'inline' [-Winline-new-delete]
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:130:19: error: use of undeclared identifier '__builtin_ia32_addss'
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:136:19: error: use of undeclared identifier '__builtin_ia32_subss'
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:142:19: error: use of undeclared identifier '__builtin_ia32_mulss'
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:148:19: error: use of undeclared identifier '__builtin_ia32_divss'
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:242:10: error: use of undeclared identifier '__builtin_ia32_andps'
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:248:10: error: use of undeclared identifier '__builtin_ia32_andnps'
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:254:10: error: use of undeclared identifier '__builtin_ia32_orps'
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:260:10: error: use of undeclared identifier '__builtin_ia32_xorps'
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:288:19: error: use of undeclared identifier '__builtin_ia32_movss'
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:298:19: error: use of undeclared identifier '__builtin_ia32_movss'
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:326:19: error: use of undeclared identifier '__builtin_ia32_movss'
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:336:19: error: use of undeclared identifier '__builtin_ia32_movss'
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:380:19: error: use of undeclared identifier '__builtin_ia32_cmpgtps'
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:386:19: error: use of undeclared identifier '__builtin_ia32_cmpgeps'
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:410:19: error: use of undeclared identifier '__builtin_ia32_cmpngtps'
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:416:19: error: use of undeclared identifier '__builtin_ia32_cmpngeps'
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:602:19: error: use of undeclared identifier '__builtin_ia32_cvtsi2ss'
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:665:19: error: use of undeclared identifier '__builtin_ia32_movlhps'
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:684:19: error: use of undeclared identifier '__builtin_ia32_movlhps'
15:47.95   fatal error: too many errors emitted, stopping now [-ferror-limit=]
15:47.95   /builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/cxxalloc.h:32:1: warning: replacement function 'operator new' cannot be declared 'inline' [-Winline-new-delete], err: false
15:47.95   /builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/cxxalloc.h:36:1: warning: replacement function 'operator new' cannot be declared 'inline' [-Winline-new-delete], err: false
15:47.95   /builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/cxxalloc.h:41:1: warning: replacement function 'operator new[]' cannot be declared 'inline' [-Winline-new-delete], err: false
15:47.95   /builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/cxxalloc.h:45:1: warning: replacement function 'operator new[]' cannot be declared 'inline' [-Winline-new-delete], err: false
15:47.95   /builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/cxxalloc.h:50:1: warning: replacement function 'operator delete' cannot be declared 'inline' [-Winline-new-delete], err: false
15:47.95   /builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/cxxalloc.h:54:1: warning: replacement function 'operator delete' cannot be declared 'inline' [-Winline-new-delete], err: false
15:47.95   /builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/cxxalloc.h:59:1: warning: replacement function 'operator delete[]' cannot be declared 'inline' [-Winline-new-delete], err: false
15:47.95   /builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/cxxalloc.h:63:1: warning: replacement function 'operator delete[]' cannot be declared 'inline' [-Winline-new-delete], err: false
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:130:19: error: use of undeclared identifier '__builtin_ia32_addss', err: true
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:136:19: error: use of undeclared identifier '__builtin_ia32_subss', err: true
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:142:19: error: use of undeclared identifier '__builtin_ia32_mulss', err: true
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:148:19: error: use of undeclared identifier '__builtin_ia32_divss', err: true
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:242:10: error: use of undeclared identifier '__builtin_ia32_andps', err: true
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:248:10: error: use of undeclared identifier '__builtin_ia32_andnps', err: true
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:254:10: error: use of undeclared identifier '__builtin_ia32_orps', err: true
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:260:10: error: use of undeclared identifier '__builtin_ia32_xorps', err: true
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:288:19: error: use of undeclared identifier '__builtin_ia32_movss', err: true
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:298:19: error: use of undeclared identifier '__builtin_ia32_movss', err: true
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:326:19: error: use of undeclared identifier '__builtin_ia32_movss', err: true
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:336:19: error: use of undeclared identifier '__builtin_ia32_movss', err: true
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:380:19: error: use of undeclared identifier '__builtin_ia32_cmpgtps', err: true
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:386:19: error: use of undeclared identifier '__builtin_ia32_cmpgeps', err: true
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:410:19: error: use of undeclared identifier '__builtin_ia32_cmpngtps', err: true
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:416:19: error: use of undeclared identifier '__builtin_ia32_cmpngeps', err: true
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:602:19: error: use of undeclared identifier '__builtin_ia32_cvtsi2ss', err: true
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:665:19: error: use of undeclared identifier '__builtin_ia32_movlhps', err: true
15:47.95   /usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include/xmmintrin.h:684:19: error: use of undeclared identifier '__builtin_ia32_movlhps', err: true
15:47.95   fatal error: too many errors emitted, stopping now [-ferror-limit=], err: true
15:47.95   thread 'main' panicked at 'Failed to generate bindings, flags: ["/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/nsNameSpaceManager.h", "--rust-target", "1.25", "--disable-untagged-union", "--bitfield-enum", "nsChangeHint", "--bitfield-enum", "mozilla::OriginFlags", "--bitfield-enum", "mozilla::StyleTextUnderlinePosition", "--rustified-enum", "nsCompatibility", "--rustified-enum", "mozilla::EffectCompositor_CascadeLevel", "--rustified-enum", "mozilla::SheetType", "--rustified-enum", "mozilla::dom::CallerType", "--rustified-enum", "mozilla::dom::IterationCompositeOperation", "--rustified-enum", "mozilla::dom::CompositeOperation", "--rustified-enum", "mozilla::InheritTarget", "--rustified-enum", "mozilla::css::DocumentMatchingFunction", "--rustified-enum", "mozilla::css::SheetParsingMode", "--rustified-enum", "nsStyleSVGOpacitySource", "--rustified-enum", "mozilla::dom::Document_DocumentTheme", "--rustified-enum", "mozilla::dom::Document_Type", "--rustified-enum", "mozilla::LookAndFeel_IntID", "--rustified-enum", "mozilla::LookAndFeel_FloatID", "--rustified-enum", "nsCSSUnit", "--rustified-enum", "nsCSSFontDesc", "--rustified-enum", "nsCSSPropertyID", "--rustified-enum", "nsCSSCounterDesc", "--rustified-enum", "nsresult", "--rustified-enum", "nsAtom_AtomKind", "--rustified-enum", "nsStyleImageLayers_LayerType", "--rustified-enum", "mozilla::ServoElementSnapshotFlags", "--rustified-enum", "mozilla::Side", "--rustified-enum", "mozilla::dom::PlaybackDirection", "--rustified-enum", "mozilla::dom::FillMode", "--rustified-enum", "mozilla::HalfCorner", "--rustified-enum", "mozilla::StyleFloatEdge", "--rustified-enum", "mozilla::StyleShapeRadius", "--rustified-enum", "mozilla::StyleWindowDragging", "--rustified-enum", "mozilla::StyleAnimationPlayState", "--rustified-enum", "mozilla::StyleOrient", "--rustified-enum", "mozilla::StyleBoxSizing", "--rustified-enum", "mozilla::StyleClear", "--rustified-enum", "mozilla::StyleColumnFill", "--rustified-enum", "mozilla::StyleColumnSpan", "--rustified-enum", "mozilla::StyleDirection", "--rustified-enum", "mozilla::StyleFloat", "--rustified-enum", "mozilla::StyleImageOrientation", "--rustified-enum", "mozilla::StyleInert", "--rustified-enum", "mozilla::StyleUserModify", "--rustified-enum", "mozilla::StyleUserInput", "--rustified-enum", "mozilla::StyleBoxDirection", "--rustified-enum", "mozilla::StyleRubyAlign", "--rustified-enum", "mozilla::StyleTextSizeAdjust", "--rustified-enum", "mozilla::StyleHyphens", "--rustified-enum", "mozilla::StyleRubyPosition", "--rustified-enum", "mozilla::StyleShapeSourceType", "--rustified-enum", "mozilla::StyleVisibility", "--rustified-enum", "mozilla::StyleBasicShapeType", "--rustified-enum", "nsStyleImageLayers_Size_DimensionType", "--rustified-enum", "mozilla::StyleBorderCollapse", "--rustified-enum", "mozilla::StyleBorderImageRepeat", "--rustified-enum", "mozilla::StyleBoxPack", "--rustified-enum", "mozilla::StyleWindowShadow", "--rustified-enum", "mozilla::StyleDominantBaseline", "--rustified-enum", "mozilla::StyleBoxOrient", "--rustified-enum", "mozilla::StyleBoxAlign", "--rustified-enum", "mozilla::StyleUserFocus", "--rustified-enum", "mozilla::StyleUserSelect", "--rustified-enum", "mozilla::StyleImageLayerRepeat", "--rustified-enum", "mozilla::StyleImageLayerAttachment", "--rustified-enum", "mozilla::StylePositionProperty", "--rustified-enum", "mozilla::StyleBoxDecorationBreak", "--rustified-enum", "mozilla::StyleBorderStyle", "--rustified-enum", "mozilla::StyleRuleInclusion", "--rustified-enum", "mozilla::StyleGridTrackBreadth", "--rustified-enum", "mozilla::StyleOverscrollBehavior", "--rustified-enum", "mozilla::StyleImeMode", "--rustified-enum", "mozilla::StyleOverflowAnchor", "--rustified-enum", "mozilla::StylePointerEvents", "--rustified-enum", "mozilla::StyleScrollbarWidth", "--rustified-enum", "mozilla::StyleWhiteSpace", "--rustified-enum", "mozilla::StyleTextRendering", "--rustified-enum", "mozilla::StyleFlexDirection", "--rustified-enum", "mozilla::StyleStrokeLinecap", "--rustified-enum", "mozilla::StyleStrokeLinejoin", "--rustified-enum", "mozilla::StyleFlexWrap", "--rustified-enum", "mozilla::StyleMathVariant", "--rustified-enum", "mozilla::StyleTextDecorationSkipInk", "--rustified-enum", "mozilla::StyleTextDecorationLength", "--rustified-enum", "mozilla::StyleMaskType", "--rustified-enum", "mozilla::StyleShapeRendering", "--rustified-enum", "mozilla::StyleTextAnchor", "--rustified-enum", "mozilla::StyleObjectFit", "--rustified-enum", "mozilla::StyleTopLayer", "--rustified-enum", "mozilla::StyleIsolation", "--rustified-enum", "mozilla::StyleTextOrientation", "--rustified-enum", "mozilla::StyleTableLayout", "--rustified-enum", "mozilla::StyleEmptyCells", "--rustified-enum", "nsStyleImageType", "--rustified-enum", "nsINode_BooleanFlag", "--rustified-enum", "mozilla::PseudoStyleType", "--rustified-enum", "mozilla::LookAndFeel_ColorID", "--rustified-enum", "mozilla::LookAndFeel_FontID", "--rustified-enum", "nsStyleTransformMatrix::MatrixTransformOperator", "--rustified-enum", "mozilla::StyleGeometryBox", "--rustified-enum", "mozilla::SystemColor", "--rustified-enum", "mozilla::StyleMaskMode", "--rustified-enum", "mozilla::StyleScrollBehavior", "--rustified-enum", "mozilla::StyleColorInterpolation", "--rustified-enum", "mozilla::StyleVectorEffect", "--rustified-enum", "mozilla::StyleBackfaceVisibility", "--rustified-enum", "mozilla::StyleBlend", "--rustified-enum", "mozilla::StyleMaskComposite", "--rustified-enum", "mozilla::StyleWritingModeProperty", "--blacklist-type", ".*char_traits", "--blacklist-type", ".*incompatible_char_type", "--blacklist-type", "mozilla::StyleTimingFunction.*", "--blacklist-type", "mozilla::StyleGenericTransformOperation_.*", "--blacklist-type", "mozilla::StyleAnimationTimeline", "--blacklist-type", "mozilla::StyleAppearance", "--blacklist-type", "mozilla::StyleAspectRatio", "--blacklist-type", "mozilla::StyleComputedFontStretchRange", "--blacklist-type", "mozilla::StyleComputedFontStyleDescriptor", "--blacklist-type", "mozilla::StyleComputedFontWeightRange", "--blacklist-type", "mozilla::StyleComputedTimingFunction", "--blacklist-type", "mozilla::StylePrefersContrast", "--blacklist-type", "mozilla::StyleCursorKind", "--blacklist-type", "mozilla::StyleDisplay", "--blacklist-type", "mozilla::StyleDisplayMode", "--blacklist-type", "mozilla::StylePlatform", "--blacklist-type", "mozilla::StylePrefersColorScheme", "--blacklist-type", "mozilla::StyleDynamicRange", "--blacklist-type", "mozilla::StyleFillRule", "--blacklist-type", "mozilla::StyleFontDisplay", "--blacklist-type", "mozilla::StyleFontFaceSourceListComponent", "--blacklist-type", "mozilla::StyleFontLanguageOverride", "--blacklist-type", "mozilla::StyleOffsetPath", "--blacklist-type", "mozilla::StyleGenericOffsetPath", "--blacklist-type", "mozilla::StyleOffsetRotate", "--blacklist-type", "mozilla::StylePathCommand", "--blacklist-type", "mozilla::StyleRayFunction", "--blacklist-type", "mozilla::StyleUnicodeRange", "--blacklist-type", "mozilla::StyleOverflowWrap", "--blacklist-type", "mozilla::StyleWordBreak", "--blacklist-type", "mozilla::StyleTextJustify", "--blacklist-type", "mozilla::StyleMozControlCharacterVisibility", "--blacklist-type", "mozilla::StyleLineBreak", "--blacklist-type", "mozilla::StyleUserSelect", "--blacklist-type", "mozilla::StyleBreakBetween", "--blacklist-type", "mozilla::StyleBreakWithin", "--blacklist-type", "mozilla::StyleBorderStyle", "--blacklist-type", "mozilla::StyleOutlineStyle", "--blacklist-type", "mozilla::StyleScrollDirection", "--blacklist-type", "mozilla::StyleScrollSnapAlign", "--blacklist-type", "mozilla::StyleScrollSnapStrictness", "--blacklist-type", "mozilla::StyleScrollSnapType", "--blacklist-type", "mozilla::StyleResize", "--blacklist-type", "mozilla::StyleOverflowClipBox", "--blacklist-type", "mozilla::StyleFloat", "--blacklist-type", "mozilla::StyleOverscrollBehavior", "--blacklist-type", "mozilla::StyleTextAlign", "--blacklist-type", "mozilla::StyleTextAlignLast", "--blacklist-type", "mozilla::StyleTextOverflow", "--blacklist-type", "mozilla::StyleOverflow", "--blacklist-type", "mozilla::StyleOverflowAnchor", "--blacklist-type", "mozilla::StyleTextDecorationSkipInk", "--blacklist-type", "mozilla::StyleTextDecorationLength", "--blacklist-type", "mozilla::StyleRubyPosition", "--blacklist-type", "mozilla::StyleLength", "--blacklist-type", "mozilla::StyleLengthPercentage", "--blacklist-type", "mozilla::StyleNonNegativeLengthPercentage", "--blacklist-type", "mozilla::StyleGenericLengthPercentageOrAuto", "--blacklist-type", "mozilla::StyleGenericLengthPercentageOrNormal", "--blacklist-type", "mozilla::StyleLengthPercentageOrAuto", "--blacklist-type", "mozilla::StyleNonNegativeLengthPercentageOrAuto", "--blacklist-type", "mozilla::StyleRect", "--blacklist-type", "mozilla::StyleIntersectionObserverRootMargin", "--blacklist-type", "mozilla::StyleGenericSize", "--blacklist-type", "mozilla::StyleGenericMaxSize", "--blacklist-type", "mozilla::StyleGenericFlexBasis", "--blacklist-type", "mozilla::StyleSize", "--blacklist-type", "mozilla::StyleMaxSize", "--blacklist-type", "mozilla::StyleFlexBasis", "--blacklist-type", "mozilla::StylePosition", "--blacklist-type", "mozilla::StylePositionOrAuto", "--blacklist-type", "mozilla::StyleGenericPositionOrAuto", "--blacklist-type", "mozilla::StyleBackgroundSize", "--blacklist-type", "mozilla::StyleGenericBackgroundSize", "--blacklist-type", "mozilla::StyleBorderImageSlice", "--blacklist-type", "mozilla::StyleGenericLengthOrNumber", "--blacklist-type", "mozilla::StyleCSSPixelLength", "--blacklist-type", "mozilla::StyleNonNegativeLength", "--blacklist-type", "mozilla::StyleNonNegativeNumber", "--blacklist-type", "mozilla::StyleZeroToOneNumber", "--blacklist-type", "mozilla::StylePercentage", "--blacklist-type", "mozilla::StylePerspective", "--blacklist-type", "mozilla::StyleGenericPerspective", "--blacklist-type", "mozilla::StyleZIndex", "--blacklist-type", "mozilla::StyleGenericZIndex", "--blacklist-type", "mozilla::StyleTransformOrigin", "--blacklist-type", "mozilla::StyleTransformStyle", "--blacklist-type", "mozilla::StyleGenericBorderRadius", "--blacklist-type", "mozilla::StyleLetterSpacing", "--blacklist-type", "mozilla::StyleGenericLineHeight", "--blacklist-type", "mozilla::StyleCaretColor", "--blacklist-type", "mozilla::StyleContain", "--blacklist-type", "mozilla::StyleContainerType", "--blacklist-type", "mozilla::StyleContainerName", "--blacklist-type", "mozilla::StyleRestyleHint", "--blacklist-type", "mozilla::StyleTouchAction", "--blacklist-type", "mozilla::StyleWillChange", "--blacklist-type", "mozilla::StyleColorScheme", "--blacklist-type", "mozilla::StyleTextDecorationLine", "--blacklist-type", "mozilla::StyleTextTransform", "--blacklist-type", "mozilla::StyleTextUnderlinePosition", "--blacklist-type", "mozilla::StyleOwned", "--blacklist-type", "mozilla::StyleOwnedOrNull", "--blacklist-type", "mozilla::StyleStrong", "--blacklist-type", "mozilla::StyleGenericFontFamily", "--blacklist-type", "mozilla::StyleFontFamily", "--blacklist-type", "mozilla::StyleGenericFontSizeAdjust", "--blacklist-type", "mozilla::StyleFontFamilyNameSyntax", "--blacklist-type", "mozilla::StyleGenericColor", "--blacklist-type", "mozilla::StyleSystemColor", "--blacklist-type", "mozilla::StyleSystemFont", "--blacklist-type", "mozilla::StyleGenericColorOrAuto", "--blacklist-type", "mozilla::StyleGenericScrollbarColor", "--blacklist-type", "mozilla::StyleRGBA", "--blacklist-type", "mozilla::StyleOrigin", "--blacklist-type", "mozilla::StyleGenericVerticalAlign", "--blacklist-type", "mozilla::StyleVerticalAlignKeyword", "--blacklist-type", "mozilla::StyleGenericBasicShape", "--blacklist-type", "mozilla::StyleArcSlice", "--blacklist-type", "mozilla::StyleForgottenArcSlicePtr", "--blacklist-type", "mozilla::StyleOwnedSlice", "--blacklist-type", "mozilla::StyleMozContextProperties", "--blacklist-type", "mozilla::StyleQuotes", "--blacklist-type", "mozilla::StyleOwnedStr", "--blacklist-type", "mozilla::StyleGenericBoxShadow", "--blacklist-type", "mozilla::StyleGenericSimpleShadow", "--blacklist-type", "mozilla::StyleGenericTransformOperation", "--blacklist-type", "mozilla::StyleGenericTransform", "--blacklist-type", "mozilla::StyleGenericScale", "--blacklist-type", "mozilla::StyleGenericRotate", "--blacklist-type", "mozilla::StyleGenericTranslate", "--blacklist-type", "mozilla::StyleAngle", "--blacklist-type", "mozilla::StyleGenericBorderImageSideWidth", "--blacklist-type", "mozilla::StyleGenericUrlOrNone", "--blacklist-type", "mozilla::StyleCssUrl", "--blacklist-type", "mozilla::StyleSpecifiedUrl", "--blacklist-type", "mozilla::StyleSpecifiedImageUrl", "--blacklist-type", "mozilla::StyleComputedUrl", "--blacklist-type", "mozilla::StyleComputedImageUrl", "--blacklist-type", "mozilla::StyleLoadData", "--blacklist-type", "mozilla::StyleGenericFilter", "--blacklist-type", "mozilla::StyleGenericGradient", "--blacklist-type", "mozilla::StyleLineDirection", "--blacklist-type", "mozilla::StyleGridTemplateAreas", "--blacklist-type", "mozilla::StyleGenericGridLine", "--blacklist-type", "mozilla::StyleGenericTrackSize", "--blacklist-type", "mozilla::StyleGenericTrackBreadth", "--blacklist-type", "mozilla::StyleGenericImplicitGridTracks", "--blacklist-type", "mozilla::StyleImplicitGridTracks", "--blacklist-type", "mozilla::StyleNumberOrPercentage", "--blacklist-type", "mozilla::StyleGenericSVGPaint", "--blacklist-type", "mozilla::StyleGenericTrackRepeat", "--blacklist-type", "mozilla::StyleGenericTrackListValue", "--blacklist-type", "mozilla::StyleGenericTrackList", "--blacklist-type", "mozilla::StyleGenericGridTemplateComponent", "--blacklist-type", "mozilla::StyleTextEmphasisStyle", "--blacklist-type", "mozilla::StyleVariantAlternatesList", "--blacklist-type", "mozilla::StyleSVGPaintOrder", "--blacklist-type", "mozilla::StyleClipRectOrAuto", "--blacklist-type", "mozilla::StyleCounterReset", "--blacklist-type", "mozilla::StyleCounterSet", "--blacklist-type", "mozilla::StyleCounterIncrement", "--blacklist-type", "mozilla::StyleContent", "--blacklist-type", "mozilla::StyleSymbolsType", "--blacklist-type", "mozilla::StyleCounterStyle", "--blacklist-type", "mozilla::StyleComputedJustifyItems", "--blacklist-type", "mozilla::StyleAlignItems", "--blacklist-type", "mozilla::StyleJustifySelf", "--blacklist-type",
"mozilla::StyleAlignSelf", "--blacklist-type", "mozilla::StyleAlignContent", "--blacklist-type", "mozilla::StyleJustifyTracks", "--blacklist-type", "mozilla::StyleAlignTracks", "--blacklist-type", "mozilla::StyleJustifyContent", "--blacklist-type", "mozilla::StyleComputedValueFlags", "--blacklist-type", "mozilla::StyleImage", "--blacklist-type", "mozilla::StyleShapeOutside", "--blacklist-type", "mozilla::StyleClipPath", "--blacklist-type", "mozilla::StyleGridAutoFlow", "--blacklist-type", "mozilla::StyleCursor", "--blacklist-type", "mozilla::StyleSVGStrokeDashArray", "--blacklist-type", "mozilla::StyleSVGWidth", "--blacklist-type", "mozilla::StyleSVGOpacity", "--blacklist-type", "mozilla::StyleSVGLength", "--blacklist-type", "mozilla::StyleFontSizeKeyword", "--blacklist-type", "mozilla::StyleDefaultFontSizes", "--blacklist-type", "mozilla::StyleCaptionSide", "--blacklist-type", "mozilla::StylePageName", "--blacklist-type", "mozilla::StylePageSize", "--blacklist-type", "mozilla::StyleDProperty", "--blacklist-type", "mozilla::StyleImageRendering", "--blacklist-type", "mozilla::StylePrintColorAdjust", "--blacklist-type", "mozilla::StyleScrollbarGutter", "--blacklist-type", "mozilla::StyleHyphenateCharacter", "--blacklist-type", "mozilla::StyleContentVisibility", "--blacklist-type", "\\s*mozilla\\s*::\\s*RustCell\\s*", "--blacklist-type", "\\s*ServoNodeData\\s*", "--blacklist-type", "\\s*mozilla\\s*::\\s*ServoWritingMode\\s*", "--blacklist-type", "\\s*mozilla\\s*::\\s*ServoCustomPropertiesMap\\s*", "--blacklist-type", "\\s*mozilla\\s*::\\s*ServoRuleNode\\s*", "--blacklist-type", "\\s*mozilla\\s*::\\s*ServoVisitedStyle\\s*", "--blacklist-type", "\\s*mozilla\\s*::\\s*ServoRawOffsetArc\\s*", "--blacklist-type", "\\s*mozilla\\s*::\\s*ServoManuallyDrop\\s*", "--blacklist-type", "\\s*nsACString\\s*", "--blacklist-type", "\\s*nsAString\\s*", "--blacklist-type", "\\s*nsCString\\s*", "--blacklist-type", "\\s*nsString\\s*", "--opaque-type", "mozilla::StyleThinArc", "--opaque-type", "std::pair__PCCP", "--opaque-type", "std::namespace::atomic___base", "--opaque-type", "std::atomic__My_base", "--opaque-type", "std::atomic", "--opaque-type", "std::atomic___base", "--opaque-type", "mozilla::gfx::(.{0,4}|.{6,12}|.{14,}|([^F][^o][^n][^t][^V][^a][^r][^i][^a][^t][^i][^o][^n])|([^F][^l][^o][^a][^t]))", "--opaque-type", "mozilla::dom::Sequence", "--opaque-type", "mozilla::SmallPointerArray", "--opaque-type", "mozilla::dom::Optional", "--opaque-type", "mozilla::dom::OwningNodeOrString_Value", "--opaque-type", "mozilla::dom::Nullable", "--opaque-type", "mozilla::external::AtomicRefCounted", "--opaque-type", "RefPtr_Proxy", "--opaque-type", "RefPtr_Proxy_member_function", "--opaque-type", "nsAutoPtr_Proxy", "--opaque-type", "nsAutoPtr_Proxy_member_function", "--opaque-type", "mozilla::detail::HashTable", "--opaque-type", "mozilla::detail::PointerType", "--opaque-type", "mozilla::HashSet", "--opaque-type", "mozilla::Pair", "--opaque-type", "mozilla::Pair_Base", "--opaque-type", "mozilla::ScrollAxis", "--opaque-type", "mozilla::SeenPtrs", "--opaque-type", "mozilla::SupportsWeakPtr", "--opaque-type", "mozilla::Tuple", "--opaque-type", "SupportsWeakPtr", "--opaque-type", "mozilla::detail::WeakReference", "--opaque-type", "mozilla::WeakPtr", "--opaque-type", "nsWritingIterator_reference", "--opaque-type", "nsReadingIterator_reference", "--opaque-type", "nsTObserverArray", "--opaque-type", "nsTHashtable", "--opaque-type", "nsTBaseHashSet", "--opaque-type", "nsBaseHashtable", "--opaque-type", "nsRefCountedHashtable", "--opaque-type", "nsClassHashtable", "--opaque-type", "mozilla::dom::Document_SelectorCache", "--opaque-type", "nsPIDOMWindow", "--opaque-type", "JS::Rooted", "--opaque-type", "mozilla::Maybe", "--opaque-type", "gfxSize", "--opaque-type", "gfxSize_Super", "--opaque-type", "mozilla::StyleAnimationValue", "--opaque-type", "StyleAnimationValue", "--opaque-type", "mozilla::dom::.*Callback", "--opaque-type", "mozilla::SchedulerGroup", "--opaque-type", "mozilla::detail::GkAtoms", "--opaque-type", "mozilla::detail::ThreadLocal.*", "--whitelist-function", "Servo_.*", "--whitelist-function", "Gecko_.*", "--whitelist-type", "RawGecko.*", "--whitelist-type", "RawServo.*", "--whitelist-type", "ServoCssRules", "--whitelist-type", "nsFontFaceRuleContainer", "--whitelist-type", "Matrix4x4Components", "--whitelist-type", "mozilla::ComputedKeyframeValues", "--whitelist-type", "mozilla::Keyframe", "--whitelist-type", "mozilla::PropertyValuePair", "--whitelist-type", "mozilla::DeclarationBlockMutationClosure", "--whitelist-type", "mozilla::AnimationPropertySegment", "--whitelist-type", "mozilla::AnonymousCounterStyle", "--whitelist-type", "mozilla::AtomArray", "--whitelist-type", "mozilla::ComputedTiming", "--whitelist-type", "mozilla::ComputedTimingFunction", "--whitelist-type", "mozilla::ComputedTimingFunction::BeforeFlag", "--whitelist-type", "mozilla::Matrix4x4Components", "--whitelist-type", "mozilla::PreferenceSheet", "--whitelist-type", "mozilla::SeenPtrs", "--whitelist-type", "mozilla::ServoElementSnapshot.*", "--whitelist-type", "mozilla::ComputedStyle", "--whitelist-type", "mozilla::StyleSheet", "--whitelist-type", "mozilla::ServoStyleSheetInner", "--whitelist-type", "mozilla::ServoStyleSetSizes", "--whitelist-type", "mozilla::ServoTraversalStatistics", "--whitelist-type", "mozilla::css::LoaderReusableStyleSheets", "--whitelist-type", "mozilla::css::SheetLoadData", "--whitelist-type", "mozilla::css::SheetLoadDataHolder", "--whitelist-type", "mozilla::css::SheetParsingMode", "--whitelist-type", "mozilla::css::DocumentMatchingFunction", "--whitelist-type", "mozilla::dom::IterationCompositeOperation", "--whitelist-type", "mozilla::dom::StyleChildrenIterator", "--whitelist-type", "mozilla::HalfCorner", "--whitelist-type", "mozilla::ipc::ByteBuf", "--whitelist-type", "mozilla::MallocSizeOf", "--whitelist-type", "mozilla::OriginFlags", "--whitelist-type", "mozilla::PropertyStyleAnimationValuePair", "--whitelist-type", "mozilla::ServoTraversalFlags", "--whitelist-type", "mozilla::StyleShapeRadius", "--whitelist-type", "mozilla::StyleGrid.*", "--whitelist-type", "mozilla::UpdateAnimationsTasks", "--whitelist-type", "mozilla::PointerCapabilities", "--whitelist-type", "mozilla::LookAndFeel", "--whitelist-type", "mozilla::gfx::Float", "--whitelist-type", "mozilla::gfx::FontVariation", "--whitelist-type", "mozilla::StyleImageLayerAttachment", "--whitelist-type", "gfxFontFeature", "--whitelist-type", "gfxFontVariation", "--whitelist-type", ".*ThreadSafe.*Holder", "--whitelist-type", "AnonymousContent", "--whitelist-type", "AudioContext", "--whitelist-type", "DefaultDelete", "--whitelist-type", "DOMIntersectionObserverEntry", "--whitelist-type", "Element", "--whitelist-type", "mozilla::FontSizePrefs", "--whitelist-type", "FragmentOrURL", "--whitelist-type", "FrameRequestCallback", "--whitelist-type", "GeckoParserExtraData", "--whitelist-type", "GeckoFontMetrics", "--whitelist-type", "gfxFontFeatureValueSet", "--whitelist-type", "GridNamedArea", "--whitelist-type", "mozilla::HalfCorner", "--whitelist-type", "Image", "--whitelist-type", "ImageURL", "--whitelist-type", "Keyframe", "--whitelist-type", "mozilla::MediumFeaturesChangedResult", "--whitelist-type", "nsAttrName", "--whitelist-type", "nsAttrValue", "--whitelist-type", "nscolor", "--whitelist-type", "nsChangeHint", "--whitelist-type", "nsCSSCounterDesc", "--whitelist-type", "nsCSSFontDesc", "--whitelist-type", "nsCSSKTableEntry", "--whitelist-type", "nsCSSPropertyID", "--whitelist-type", "nsCSSPropertyIDSet", "--whitelist-type", "nsCSSProps", "--whitelist-type", "nsCSSShadowArray", "--whitelist-type", "nsCSSValue", "--whitelist-type", "nsCSSValueList", "--whitelist-type", "nsCSSValueList_heap", "--whitelist-type", "nsCSSValuePair_heap", "--whitelist-type", "nsCSSValuePairList", "--whitelist-type", "nsCSSValuePairList_heap", "--whitelist-type", "nsCSSValueTriplet_heap", "--whitelist-type", "nsCursorImage", "--whitelist-type", "nsFont", "--whitelist-type", "nsAtom", "--whitelist-type", "nsDynamicAtom", "--whitelist-type", "nsMargin", "--whitelist-type", "nsRect", "--whitelist-type", "nsresult", "--whitelist-type", "nsSimpleContentList", "--whitelist-type", "nsSize", "--whitelist-type", "nsStyleBackground", "--whitelist-type", "nsStyleBorder", "--whitelist-type", "nsStyleColor", "--whitelist-type", "nsStyleColumn", "--whitelist-type", "nsStyleContent", "--whitelist-type", "nsStyleContentData", "--whitelist-type", "ComputedStyle", "--whitelist-type", "nsStyleCounterData", "--whitelist-type", "nsStyleDisplay", "--whitelist-type", "nsStyleEffects", "--whitelist-type", "nsStyleFilter", "--whitelist-type", "nsStyleFont", "--whitelist-type", "nsStyleGradient", "--whitelist-type", "nsStyleGridTemplate", "--whitelist-type", "nsStyleImage", "--whitelist-type", "nsStyleImageLayers", "--whitelist-type", "nsStyleList", "--whitelist-type", "nsStyleMargin", "--whitelist-type", "nsStyleOutline", "--whitelist-type", "nsStylePadding", "--whitelist-type", "nsStylePage", "--whitelist-type", "nsStylePosition", "--whitelist-type", "nsStyleSides", "--whitelist-type", "nsStyleSVG", "--whitelist-type", "nsStyleSVGOpacitySource", "--whitelist-type", "nsStyleSVGReset", "--whitelist-type", "nsStyleTable", "--whitelist-type", "nsStyleTableBorder", "--whitelist-type", "nsStyleText", "--whitelist-type", "nsStyleTextReset", "--whitelist-type", "nsStyleUIReset", "--whitelist-type", "nsStyleUnion", "--whitelist-type", "nsStyleUI", "--whitelist-type", "nsStyleVisibility", "--whitelist-type", "nsStyleXUL", "--whitelist-type", "nsTArrayHeader", "--whitelist-type", "Position", "--whitelist-type", "PropertyValuePair", "--whitelist-type", "Runnable", "--whitelist-type", "ServoAttrSnapshot", "--whitelist-type", "ServoComputedData", "--whitelist-type", "ServoComputedDataBorrowed", "--whitelist-type", "ServoElementSnapshot", "--whitelist-type", "ComputedStyleStrong", "--whitelist-type", "ComputedStyleBorrowed", "--whitelist-type", "ComputedStyleBorrowedOrNull", "--whitelist-type", "SheetParsingMode", "--whitelist-type",
"StaticRefPtr", "--whitelist-type", "StyleAnimation", "--whitelist-type", "StyleBasicShapeType", "--whitelist-type", "StyleGeometryBox", "--whitelist-type", "StyleShapeSource", "--whitelist-type", "StyleTransition", "--whitelist-type", "ThemeWidgetType", "--whitelist-type", "mozilla::UniquePtr", "--whitelist-type", "mozilla::DeclarationBlock", "--whitelist-type", "mozilla::DefaultDelete", "--whitelist-type", "mozilla::Side", "--whitelist-type", "mozilla::binding_danger::AssertAndSuppressCleanupPolicy", "--whitelist-type", "mozilla::ParsingMode", "--whitelist-type", "mozilla::InheritTarget", "--whitelist-type", "mozilla::dom::MediaList", "--whitelist-type", "mozilla::StyleRuleInclusion", "--whitelist-type", "nsStyleTransformMatrix::MatrixTransformOperator", "--whitelist-var", "NS_ATTRVALUE_.*", "--whitelist-var", "NODE_.*", "--whitelist-var", "ELEMENT_.*", "--whitelist-var", "NS_FONT_.*", "--whitelist-var", "NS_STYLE_.*", "--whitelist-var", "NS_MATHML_.*", "--whitelist-var", "NS_RADIUS_.*", "--whitelist-var", "BORDER_COLOR_.*", "--whitelist-var", "BORDER_STYLE_.*", "--whitelist-var", "CSS_PSEUDO_ELEMENT_.*", "--whitelist-var", "SERVO_CSS_PSEUDO_ELEMENT_FLAGS_.*", "--whitelist-var", "kNameSpaceID_.*", "--whitelist-var", "kGenericFont_.*", "--whitelist-var", "kPresContext_.*", "--whitelist-var", "nsNameSpaceManager_.*", "--whitelist-var", "GECKO_IS_NIGHTLY", "--whitelist-var", "NS_SAME_AS_FOREGROUND_COLOR", "--whitelist-var", "mozilla::detail::gGkAtoms", "--whitelist-var", "mozilla::detail::kGkAtomsArrayOffset", "--whitelist-var", "mozilla::dom::SVGPathSeg_Binding::PATHSEG_.*", "--no-derive-default", "--enable-cxx-namespaces", "--generate", "functions,types,vars", "--ignore-methods", "--raw-line", "pub use self::root::*;", "--raw-line", "pub use self::root::mozilla::*;", "--raw-line", "pub use self::root::mozilla::css::*;", "--raw-line", "pub use self::root::mozilla::dom::*;", "--raw-line", "pub type RustCell<T> = ::std::cell::Cell<T>;", "--raw-line", "pub type ServoNodeData = atomic_refcell::AtomicRefCell<crate::data::ElementData>;", "--raw-line", "pub type ServoWritingMode = crate::logical_geometry::WritingMode;", "--raw-line", "pub type ServoCustomPropertiesMap = Option<servo_arc::Arc<crate::custom_properties::CustomPropertiesMap>>;", "--raw-line", "pub type ServoRuleNode = Option<crate::rule_tree::StrongRuleNode>;", "--raw-line", "pub type ServoVisitedStyle = Option<servo_arc::RawOffsetArc<crate::properties::ComputedValues>>;", "--raw-line", "pub type ServoRawOffsetArc<T> = servo_arc::RawOffsetArc<T>;", "--raw-line", "pub type ServoManuallyDrop<T> = ::std::mem::ManuallyDrop<T>;", "--raw-line", "pub type nsACString = nsstring::nsACString;", "--raw-line", "pub type nsAString = nsstring::nsAString;", "--raw-line", "pub type nsCString = nsstring::nsCString;", "--raw-line", "pub type nsString = nsstring::nsString;", "--size_t-is-usize", "--", "-I", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include", "-I", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/nspr", "-include", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla-config.h", "-x", "c++", "-fno-sized-deallocation", "-fno-aligned-new", "-DTRACING=1", "-DIMPL_LIBXUL", "-DMOZILLA_INTERNAL_API", "-DRUST_BINDGEN", "-DOS_POSIX=1", "-DOS_LINUX=1", "-std=gnu++17", "-m32", "--target=i686-pc-linux-gnu", "--sysroot=/usr/i686-pc-linux-gnu", "-I/usr/lib/gcc/i686-pc-linux-gnu/10.2.1/../../../../i686-pc-linux-gnu/include/c++/10.2.1", "-I/usr/lib/gcc/i686-pc-linux-gnu/10.2.1/../../../../i686-pc-linux-gnu/include/c++/10.2.1/i686-pc-linux-gnu", "-I/usr/lib/gcc/i686-pc-linux-gnu/10.2.1/../../../../i686-pc-linux-gnu/include/c++/10.2.1/backward", "-I/usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include", "-I/usr/i686-pc-linux-gnu/usr/local/include", "-I/usr/lib/gcc/i686-pc-linux-gnu/10.2.1/include-fixed", "-I/usr/lib/gcc/i686-pc-linux-gnu/10.2.1/../../../../i686-pc-linux-gnu/include", "-I/usr/i686-pc-linux-gnu/usr/include/nspr", "-I/usr/i686-pc-linux-gnu/usr/include/pixman-1", "-include", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/nsStyleStruct.h", "-include", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/StyleAnimationValue.h", "-include", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/gfxFontConstants.h", "-include", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/gfxFontFeatures.h", "-include", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/nsStyleConsts.h", "-include", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/css/Loader.h", "-include", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/css/SheetLoadData.h", "-include", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/DeclarationBlock.h", "-include", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/dom/AnimationEffectBinding.h", "-include", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/dom/HTMLSlotElement.h", "-include", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/dom/KeyframeEffectBinding.h", "-include", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/dom/MediaList.h", "-include", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/dom/ShadowRoot.h", "-include", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/dom/SVGPathSegBinding.h", "-include", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/ipc/ByteBuf.h", "-include", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/AnimationPropertySegment.h", "-include", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/ComputedTiming.h", "-include", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/ComputedTimingFunction.h", "-include", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/CORSMode.h", "-include", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/Keyframe.h", "-include", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/ServoElementSnapshot.h", "-include", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/ServoElementSnapshotTable.h", "-include", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/dom/Element.h", "-include", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/dom/ChildIterator.h", "-include", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/dom/NameSpaceConstants.h", "-include", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/LookAndFeel.h", "-include", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/GeckoBindings.h", "-include", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/ServoBindings.h", "-include", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/ComputedStyle.h", "-include", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/PresShell.h", "-include", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/ServoTraversalStatistics.h", "-include", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/mozilla/SizeOfState.h", "-include", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/nsCSSProps.h", "-include", "/builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/nsMappedAttributes.h"]', servo/components/style/build_gecko.rs:188:13
15:47.95   stack backtrace:
15:47.95      0:     0x55d3de1a0033 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h4806eed221e44724
15:47.95      1:     0x55d3de1c6f4c - core::fmt::write::hbacfa5b74612414d
15:47.95      2:     0x55d3de19c535 - std::io::Write::write_fmt::hdfa04583430d981a
15:47.95      3:     0x55d3de1a1704 - std::panicking::default_hook::{{closure}}::h74398ab98bf434d1
15:47.95      4:     0x55d3de1a13c6 - std::panicking::default_hook::h69675bdd709641bb
15:47.95      5:     0x55d3de1a1d90 - std::panicking::rust_panic_with_hook::h0893ad7aa480adc2
15:47.95      6:     0x55d3de1a1c87 - std::panicking::begin_panic_handler::{{closure}}::h1b89b3c0cf4f367b
15:47.95      7:     0x55d3de1a04e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h90d89634c525d931
15:47.95      8:     0x55d3de1a19a9 - rust_begin_unwind
15:47.95      9:     0x55d3ddedcb43 - core::panicking::panic_fmt::h9f91f121355eb422
15:47.95     10:     0x55d3ddef7087 - build_script_build::build_gecko::write_binding_file::he3abea278e884fde
15:47.95     11:     0x55d3ddef7609 - build_script_build::build_gecko::generate_structs::hf912fcc98f429da5
15:47.95     12:     0x55d3ddef7d56 - build_script_build::build_gecko::generate::h01b4242e53c78691
15:47.95     13:     0x55d3ddeee563 - build_script_build::main::h05a92c724d583390
15:47.95     14:     0x55d3ddee6f73 - core::ops::function::FnOnce::call_once::hfe10db86f86ef706
15:47.95     15:     0x55d3ddee6f66 - std::sys_common::backtrace::__rust_begin_short_backtrace::hbf2e913a866ec9ac
15:47.95     16:     0x55d3ddee6ef9 - std::rt::lang_start::{{closure}}::h2c79685c11bc1372
15:47.95     17:     0x55d3de197e2b - std::rt::lang_start_internal::h1065506fbfd0e6b8
15:47.95     18:     0x55d3ddee6eeb - std::rt::lang_start::h7ed57771ccd03548
15:47.95     19:     0x55d3ddeee5d3 - main
15:47.95     20:     0x7f9287108e0a - __libc_start_main
15:47.95                                  at /builddir/glibc-2.32/csu/../csu/libc-start.c:314:16
15:47.95     21:     0x55d3ddedce3a - _start
15:47.95                                  at /builddir/glibc-2.32/csu/../sysdeps/x86_64/start.S:120
15:47.95     22:                0x0 - <unknown>
15:48.06 make[4]: *** [/builddir/thunderbird-102.2.0/config/makefiles/rust.mk:431: force-cargo-library-build] Error 101
15:48.06 make[3]: *** [/builddir/thunderbird-102.2.0/config/recurse.mk:72: toolkit/library/rust/target] Error 2
15:48.06 make[2]: *** [/builddir/thunderbird-102.2.0/config/recurse.mk:34: compile] Error 2
15:48.06 make[1]: *** [/builddir/thunderbird-102.2.0/config/rules.mk:361: default] Error 2
15:48.06 make: *** [client.mk:63: build] Error 2
15:48.08 8 compiler warnings present.
 Config object not found by mach.
Configure complete!
Be sure to run |mach build| to pick up any changes
```

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

* Re: thunderbird: update to 102.2.0. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (21 preceding siblings ...)
  2022-08-28 15:43 ` dataCobra
@ 2022-08-29  8:37 ` dataCobra
  2022-08-29  9:10 ` classabbyamp
                   ` (17 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: dataCobra @ 2022-08-29  8:37 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1229956949

Comment:
I've found this https://github.com/rust-lang/rust/issues/45403 regarding the issue.

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

* Re: thunderbird: update to 102.2.0. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (22 preceding siblings ...)
  2022-08-29  8:37 ` dataCobra
@ 2022-08-29  9:10 ` classabbyamp
  2022-08-29  9:11 ` classabbyamp
                   ` (16 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: classabbyamp @ 2022-08-29  9:10 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1229993623

Comment:
the vsed on line 166 of the thunderbird template didn't change anything for me

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

* Re: thunderbird: update to 102.2.0. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (23 preceding siblings ...)
  2022-08-29  9:10 ` classabbyamp
@ 2022-08-29  9:11 ` classabbyamp
  2022-08-29  9:38 ` classabbyamp
                   ` (15 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: classabbyamp @ 2022-08-29  9:11 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1229993623

Comment:
the vsed on line 166 of the thunderbird template didn't change anything for me, that should be looked into and fixed

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

* Re: thunderbird: update to 102.2.0. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (24 preceding siblings ...)
  2022-08-29  9:11 ` classabbyamp
@ 2022-08-29  9:38 ` classabbyamp
  2022-08-29  9:53 ` dataCobra
                   ` (14 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: classabbyamp @ 2022-08-29  9:38 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1230026844

Comment:
what arch is your masterdir? are you cross-building to i686? I am unable to reproduce your error locally.
```
=> Registering new packages to /host/binpkgs/thunderbird-update-102.2
index: added `thunderbird-102.2.0_1' (i686).
index: 1 packages registered.
```
You should be using an [i686 masterdir](https://github.com/void-linux/void-packages#building-32bit) instead of cross-building for i686.

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

* Re: thunderbird: update to 102.2.0. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (25 preceding siblings ...)
  2022-08-29  9:38 ` classabbyamp
@ 2022-08-29  9:53 ` dataCobra
  2022-08-29  9:54 ` dataCobra
                   ` (13 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: dataCobra @ 2022-08-29  9:53 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1230048421

Comment:
> what arch is your masterdir? are you cross-building to i686? I am unable to reproduce your error locally.
> 
> ```
> => Registering new packages to /host/binpkgs/thunderbird-update-102.2
> index: added `thunderbird-102.2.0_1' (i686).
> index: 1 packages registered.
> ```
> 
> You should be using an [i686 masterdir](https://github.com/void-linux/void-packages#building-32bit) instead of cross-building for i686.

Alright this might be the issue. I've tried to crossbuild thunderbird...

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

* Re: thunderbird: update to 102.2.0. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (26 preceding siblings ...)
  2022-08-29  9:53 ` dataCobra
@ 2022-08-29  9:54 ` dataCobra
  2022-08-29 10:22 ` [PR PATCH] [Updated] " dataCobra
                   ` (12 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: dataCobra @ 2022-08-29  9:54 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1230052373

Comment:
I'll force push my branch.

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

* Re: [PR PATCH] [Updated] thunderbird: update to 102.2.0. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (27 preceding siblings ...)
  2022-08-29  9:54 ` dataCobra
@ 2022-08-29 10:22 ` dataCobra
  2022-08-29 10:24 ` dataCobra
                   ` (11 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: dataCobra @ 2022-08-29 10:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dataCobra/void-packages thunderbird-update-102.2
https://github.com/void-linux/void-packages/pull/38919

thunderbird: update to 102.2.0. (Several high impact CVEs)
Fix for several high impact CVEs
https://www.mozilla.org/en-US/security/advisories/mfsa2022-36/

#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

[ci skip]

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-thunderbird-update-102.2-38919.patch --]
[-- Type: text/x-diff, Size: 10971 bytes --]

From f884443c63b4977d17955a9ec2505a7323826cb1 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Mon, 29 Aug 2022 12:21:58 +0200
Subject: [PATCH] thunderbird: update to 102.2.0.

---
 srcpkgs/thunderbird-i18n/template | 134 +++++++++++++++---------------
 srcpkgs/thunderbird/template      |   8 +-
 2 files changed, 71 insertions(+), 71 deletions(-)

diff --git a/srcpkgs/thunderbird-i18n/template b/srcpkgs/thunderbird-i18n/template
index 559b9d381a94..223740e6dcf3 100644
--- a/srcpkgs/thunderbird-i18n/template
+++ b/srcpkgs/thunderbird-i18n/template
@@ -1,6 +1,6 @@
 # Template file for 'thunderbird-i18n'
 pkgname=thunderbird-i18n
-version=102.1.2
+version=102.2.0
 revision=1
 build_style=meta
 short_desc="Thunderbird language packs"
@@ -107,69 +107,69 @@ _pkgtmpl() {
 	}
 }
 
-checksum="8f06968550143821839b81b69027e78c903f77de3906ff67ed44a03769f38b57
- 14b7ed3929b3f6c987d7a1fa672e703e793b766f2448a08c0832aead1f5327d4
- 4c6370806e9e0e0f87adfa192dfceac24850f4ad64ebb818badc670ee2b4d972
- a0f800d77f99abf95fb6f7c09c993d3d4654813ad3113cd168a64cd59a7e90de
- 82feac6493137a7814498d21c547c9cb848a12f17ea8112ea26dbbe2590067d2
- 46fb1548f42643986113b9444cf3af15bae07434318320a310647a5a2eb52e68
- d8b0e2a52fc90b284b13dab2e68f18c5f2c1e95fd9bf95c24532f3fffe61eb28
- 4a7270383b3cf4cadd810249857fc2faa1219b3a2980255d50d370d57cb4cfbe
- af4c31540399954076433e5738ac0c94c58aec5d848b6942288d0d0644ee6c23
- b6f99d02413a4efcdfadf23bb5851757a7b2251527b7cd2712311cd902a20538
- 609420602f72f77d956372f87ff985b5a54b21bb3bbca5726074e11cef93e1ff
- 4cff50e04ec1d3fea22a4f23e9fcd506afe50106bb15a39476694f6cbcb7ebef
- 89d9d09f628dbed431e31abc6a9e3be2878b0dc9cbcd834af7f1a1bef1a4a953
- bc9629062d973390bfa753f1b96f8f438aa0f0636a57f11845a27df44e36fc20
- 24d16ffd98c60e67931960e0615c5f072ea26da27fabb361f4328e789e66308f
- 83ecce0d5130f9e4026972618bb027acb969325df7736f63b71d32d3b69ba2f0
- 09f9398076f85d4d75655536b7fc54a3cb045a24ce74abeb5527d0f65f6808cb
- 97274d46415904a44d5e537ee7d4a90ce405856ff3a0694527d634974ba6f313
- 33863ff3cb47944a9844d16028977b52bc0d5426d981f0583749c1a98e91ca41
- 78baf19ffda66d5446c97898a3cbc6f696427f20c8342f48d3b44d5c4f8390d3
- 2e6e973387e3fe1456810cc967d4b0bba1c88338b92c54dd98862991ce495b58
- b37a2d5ed6c6ef0e8885f9e15d8b4e396d1a78110be069c8e68212acde700a13
- ce98b86592b803a913be87af42003a08c1e069a724175486a0832d91179c806e
- 32bc4fa9596da092c3573ea782eebf2f05416530a83c00231f6d849884d70f71
- c65a8ca172792e7f9ddd9f863a798c8916efeb05f77143c8b5777c43dfd639b9
- 0745cdd40ce615eb571a4697990132d4fb835bfdc01acceef0955eb22001c78c
- 77f8b16712fa6b709c066b3397807afeee0ac76f000fc5a4ac6caef147a8bceb
- 7393971c701c6ed21894dc1381ea17cbde1323845ed2625331c7542644ea0a2a
- fa8f1a6685f06923067940240d3dad009a9f1eb7b3cc58fea915c8935307fd28
- aae540d5b3499d551f465754ca3bd89ff5e5f07a27405901a53b0c2abeaa8d18
- 499d3eb4f3366499848db450393f144c756e3082d53ab5bdfb25d1db895eda49
- 6a7bf13bd2ae517e8fa51b8a0dc42eb7985c4800304502e30b0966110e38b978
- 8baa23a0733ac84adfa8522a3e0c4e0e20791fbd40e4fdd8ac780b9203ddec9d
- b1fc63a768a93519907be22b573a4ac5a08fabb093087cf27efb24361ad8fdd3
- 5d20d44d43b0a81d7057be8ad12dd5c62a3e456db7818b6b70b62e12d1b557a7
- 8b5c151f0e90d4914ec47389722801389de26fb1ee2b2fc1a2440ed84a20e405
- 739b421325d6df67dbb7feb7873ac298e217631ee15c603233f947923851477e
- 3bd0f464d97d88ca1e7f0615bca19f7d3b382223796e65bd3c4f9c20d1924548
- 6f44d0780f9fbb20031d69a6bc8e32ae8a0f2342416cebeefda5e681d81bd579
- 297d7ea533b0acb57f25571e2e3259b29ee6fec82070c7c7b3fb9b422aaf50a1
- f237f2cb2fef8977c9363f00d3cbb67d67e9a2fccbb5bf428482f9587929ecf1
- 28594df8bd7a275d87052024a7567be220438b70af161b0d66178c8fa41a5f1c
- 09b9cb72d27dc7021ad9e83c8d5f7634091110e102ff4d84f1a37ef4083fba5b
- ae1d245f58cf9fddac5a9d9c074a0433d15e558bfb72618a2e3e0728d69764bf
- e048473d8e61b0e586222b865b243a0320bd74f37fde5cf5d2645efc3fda62f8
- 73ec871296503df04baf58939e5569ad47755ce4003f380b7ab42fea9596621b
- 98b7e2fa98685b8107ece839dc120123099f59289d6bf0582a507e7ed16f8c6d
- 3d8d53f0c7e1a8ab04856ef0b57244191d9661eb5ce6028f63b3282022efbf75
- c01d7f7374c1993ef317588dfad6a5f40daae5fca98c3a0184855ffd620ae457
- 17ff4f8b157931372a76326469ab64857a595d15bdda2b878ac9fecebdbd5416
- d53a5d88e2b67dcaffee79c1f24b627a3177743c47dfc928f379fce2ec208930
- d440b31ec3a8b9c2590d3b97fd0a7bcd5464d5f890466c3760ad474f3d4cd026
- 87fec4d63d1dae9f7075eda0c1a3a291f625f560db11fc26034ff0563fc9514a
- f4c8e40126881e35a96ef6637e12806f76f3ce5a050782befc8f48560a9fb262
- deef65de225ae3e76dbe4a74522cfd1bb2166b4752d34ceb3212f4a319ca2515
- 83942005bcc7d3967986f59fc8809e5275c7c23142258dc9a7eebd94c8f0fd09
- bf6df9954cad4e1ffbbdaffb3a3dd228f594e7fbff2c61a818114e58a7639985
- 4d84ade12cfb2539f33c576a4a44de0e1eea00bac3352c290f208a5ce11fdc3b
- 053da2e53c545ceb506ed0f09375a7e17f26678560cc1c89238f974b3b23e415
- 92fd7c817d363314786d6a3a64863ed11d0c880b4ccd68ad2cb7efc3cd6a426d
- 12ec42b22997103a51488758abb9ca7d403613a01233b7f4e98e778579193232
- 018c4bd37990cd02b391548c5535216201556de6cdd1337fbfc696499e699174
- 4b6433f4323edbfed1251c7ff615ed0d26695eb4cd985676ad888708f5366b6f
- ac7d12aa2d1504b7a80e2a6c8311cab92b9ee3254e6ddcf65091b7dfef9e29c3
- 6c8e82f1eb81e2d4746c7b2181efe470b7f169453f2c39d29538b4a01fdddbb6
- c3ff546c435d4540cba812aa24ed04299467f29781777be160182ff19250575b"
+checksum="1fecc8e876297aa6217267f06475d2a67bc5a48493e0065c2b7069b7be37c5cd
+ 2a737c86d4ec0873614de70f708943b511b94bc70a3bbd362987607973f239a4
+ 0fa35c6331bd7d061581f2431b4a5702104e0400649bb733d6740d8a6524229b
+ d8656258db9e4dec86b7954c54d90350f64120ad1cd1cdf43c9d41ea52bb62ae
+ 691a463cf8dfdff11dc351d3ae59c4d2c409c1b69d78724f7afe024eba4e8cc4
+ 6a943f9dfd21d851d19d5e13cd2f0b12d8134926275d9fb8bd20396f48726664
+ 5a9155c4957591c2d2285e1f6beca7e51e1b579cc8efc030efcdfafba28e65ae
+ 1ed5734231b68de3fb7a13ba42ceff1d3108c3ad35bd71c40dcadbfdfa2986ac
+ b2e6f79c39aa33579fed7857c39b6142843ec60bdc37c6a8d42d08b29af861c2
+ 429fa2dedb16a93f3f006b3866330084e463518f284fce90f3fab29d3b3256f8
+ f57aca1ac30e1c87e7a2fc0290d6013d03cdb5353c65adeec9f6a4d8c4f42dc7
+ 25a406fd58c70388aa5fb6e94e2ea7ddf80242b96c66beb303e07bb597332069
+ 697c5189618650c6940b71399b9b48a2bc21e63d420754108b6fd124c7b62c18
+ 13398582394359965cfb86a2a1feddcff3b9246dbbfdab8ff6ceac0f12185055
+ 39103bca84d2b80e65b4a23d1964848c6b87c63b6954383d5910de9d1cefeba5
+ 82a724bc4fabaddedfa7d89901449244eaa0ea50b0aa1481784d52be44ee77a9
+ d352d607fd2fab79ac379228dc37b296283b0a4c5f44e89b71234f30dc61b947
+ 38606cb47ab0580967ca6be0ec6c46564c984a44de8273b5f40bd25790adf96e
+ 6c36a262e7430a776a42414fa25406853692ca0ecd3a3119cd466c6e7beba9ad
+ b4bef90fb1176b2316f879ec12a60dab1ec01d22237e14ed00b6bb19323cbf21
+ 8aaf2c5e11053f397c46259fc41f621be0d00717ef8ff613214b0ec61f86d273
+ 02c6448a2aa9a1f90c59a78b3f9b44edead9693a11dde6aaa2713267cd8d92a3
+ 0fa18e1cad4b06adae5ea6a80854b8741ff1f2337cc638db296c0e22e169a545
+ deb14654961fa86ac7300f15e50c704e57621d85b00d095e08d42b3f1fda2b14
+ 0c8cb7992dc5bb691f81ab7b7012fe5f23a63e40fb1091c64385360cd9f67676
+ abf0dc7eabeafd3ca9ad1617ed9dea127756a602687edbf12cfe84142972074e
+ 237ba22e0fdb2ca11b31551585633d074d17916427a16b916faf55f00c8859ca
+ e7969506285aaa30bac886c72f9dc6935ecd93c25fd4b323f8cbada23602bd5b
+ a21a09fe9aaca35af41c64fdebb1448af7632769963e0094f0b1139f6b77e0fe
+ b79c05bb9c181c8e118c076be46831a1d80276c0d13c533b41f57301be9a4fc0
+ 349d51e667d2a0669885bb930559aef0d13305daaf4f7071cbffdf2315ac8a24
+ b02c07a2af3e8671b33cc034d2d666fe52d045569d05c578f0c2eb7d489f7a4e
+ 58813e3557c31e10154ffc22bc30df985eeeffe139ea62ab1067fe36fd56fa83
+ 556ab85f3dea7f06e3e584373e19a439e903d3aa3c9f4cc3c6235844b8a6939c
+ d5acd02d014c300c0e3f0782de2e5fc8bbd2280e3cc066f9d979053baed114c2
+ 1c74d50e03e1f8fa3b24e4a83b7387d1285ff4882499d8608cf4f85f0ec88a09
+ 4ccb2a50d6520b3c21a8a4ad1a217ecbcfaac67bf9b708b3b0314654919f762a
+ e0cd5569b3f3a5aae88d9c439b47db93e6eca8e1e449c36531be082b3d74d5af
+ 4a1d8897a38983ed17ee7c97efba4e380ea94a6febc88aab48bd43ce979a3708
+ 1bfaa472c33e78da8cafaa54638943cec7fd2ab2f96acbae37b7457e6cf5b3f1
+ 498360d7d850fdeb1f1ffcfc4162338162af876b861b2224443835cf405b4d28
+ 92b3a9902a52549c05b27a965d9c982c6b62794e240fc5ac68e70f1c02183968
+ 81e960f0bae109b680900e4f95829acd6e29967ab333b44cb5e62be57031fc0d
+ 808192b4399f8addf786990ef16710ee9cfc2a36aaff3c13cd71fc9d66e02353
+ d21e3e59d0cf0e1c7c9af99455ccc01e5188590053f5409ab96cdbccae132f18
+ a1f971f278c34318874d5b003894f213fc6640a4f90e5b1b1180ad1e3795b126
+ 623675faed318e7093fd74422bf76d6f3d0c771538cba153221b6edfab0d0480
+ 183005b9ad810ebcad844387b0ead16685d7c0e34468221157eeab0183bcc901
+ 0b1ddcf35eb1602f974bc29452f853ac12e0e5f585674bd4eedaa350fb69185d
+ 913e155409c3b7c5c8ecfe07782aed1723ff8ad6d6ec534dd40cc1a1eeb77a0e
+ 9a0667c8df88371676b001e6b971b81d52444b139b41a4d06619ba9437c1ffa5
+ ae6cad594708a9f5e4f4468edfef7c4124d99abf2f1dc106a2bd7d511c25456e
+ c54d5c5abaefe36d8114c4f6d8b7759ad4cc7118c1b867b47873eefc03e36260
+ 99a547ebe6a9583068242fa5cc587765bb412c8c5b8e2bd389595fd1b221dc78
+ fa30f13ea1b4cc2e73654cb6c37845a2d09713831f9520a98b96520948cd3bdd
+ b4f9ee60a1dec9c803abb7d4282fcf3cae964dcad0438f9a7b3c8709f794b398
+ 56cfec1a86bdc8918555d6d036053a6ce20620f622a7e4227364b77cdccfe55f
+ 2bc6375e97be304a8530f4c56a5018ff8fc459a701eb7d28f482027d8da9667e
+ df89690d5744887abc77add1d66d89db58d0930fed765d89fc36d8fae2269780
+ 50cef483d6dc5b3cdce20ac2b6328e9c5f77e88ecc72c380665a705df6300b5f
+ 9deb7372db6e68841b828809f10e841a0f21beed70b7b4183fe0905c3658104c
+ dd5b9421d4cd63e690f485b906e26571903d617e251cead832aee83e9f7a105e
+ e9667ae230799c38d9214db4a5b5e76bdd31480a0caed5d96c75b7fc40a25f3e
+ 335fcd0f898c4161ae20b0fcd2e75f6f4d59575e7aecc4795e838a77d5788706
+ 2adc485d0819fe5b28b30bdd9afd637c51fc833b7b79e7a0e406e2c9d699b622
+ 9e65c58b1b12830e847f2d47b2941e7a3a80f07f717dddafbf738d315a8b337a"
diff --git a/srcpkgs/thunderbird/template b/srcpkgs/thunderbird/template
index 07b9d115ae4f..8d103ed53ead 100644
--- a/srcpkgs/thunderbird/template
+++ b/srcpkgs/thunderbird/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/thunderbird-i18n".
 #
 pkgname=thunderbird
-version=102.1.2
+version=102.2.0
 revision=1
 build_helper="rust"
 short_desc="Standalone Mail/News reader"
@@ -11,12 +11,12 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.thunderbird.net/"
 distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz"
-checksum=00acfe3d8fd534a3734602ba7bd377297fa4e09a9ebe0f7c69f455a596334903
+checksum=39cded4efd28d63c8f2bb4d46250b624aad29bd47b49eae85eff5a4746180e6c
 
 lib32disabled=yes
 
-hostmakedepends="autoconf213 unzip zip pkg-config perl python3 yasm rust cargo
- llvm clang nodejs-lts cbindgen python nasm which tar"
+hostmakedepends="autoconf unzip zip pkg-config perl python3 yasm rust cargo
+ llvm clang nodejs-lts cbindgen nasm which tar"
 makedepends="nss-devel libjpeg-turbo-devel gtk+3-devel icu-devel
  pixman-devel libevent-devel libnotify-devel libvpx-devel
  libXrender-devel libXcomposite-devel libSM-devel libXt-devel rust-std

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

* Re: thunderbird: update to 102.2.0. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (28 preceding siblings ...)
  2022-08-29 10:22 ` [PR PATCH] [Updated] " dataCobra
@ 2022-08-29 10:24 ` dataCobra
  2022-09-03  9:03 ` [PR PATCH] [Updated] " dataCobra
                   ` (10 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: dataCobra @ 2022-08-29 10:24 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1230094158

Comment:
Alright, these are the most recent changes I made.

Building of `thunderbird` and `thunderbird-i18n` worked for me on `x86_64` architecture.

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

* Re: [PR PATCH] [Updated] thunderbird: update to 102.2.0. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (29 preceding siblings ...)
  2022-08-29 10:24 ` dataCobra
@ 2022-09-03  9:03 ` dataCobra
  2022-09-03  9:04 ` dataCobra
                   ` (9 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: dataCobra @ 2022-09-03  9:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dataCobra/void-packages thunderbird-update-102.2
https://github.com/void-linux/void-packages/pull/38919

thunderbird: update to 102.2.0. (Several high impact CVEs)
Fix for several high impact CVEs
https://www.mozilla.org/en-US/security/advisories/mfsa2022-36/

#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

[ci skip]

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-thunderbird-update-102.2-38919.patch --]
[-- Type: text/x-diff, Size: 10970 bytes --]

From 533392ff04d1f569dd28b6d14d9120ba584a57cc Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Sat, 3 Sep 2022 11:02:53 +0200
Subject: [PATCH] thunderbird: update to 102.2.1.

---
 srcpkgs/thunderbird-i18n/template | 134 +++++++++++++++---------------
 srcpkgs/thunderbird/template      |   8 +-
 2 files changed, 71 insertions(+), 71 deletions(-)

diff --git a/srcpkgs/thunderbird-i18n/template b/srcpkgs/thunderbird-i18n/template
index 559b9d381a94..ffd39b8919c2 100644
--- a/srcpkgs/thunderbird-i18n/template
+++ b/srcpkgs/thunderbird-i18n/template
@@ -1,6 +1,6 @@
 # Template file for 'thunderbird-i18n'
 pkgname=thunderbird-i18n
-version=102.1.2
+version=102.2.1
 revision=1
 build_style=meta
 short_desc="Thunderbird language packs"
@@ -107,69 +107,69 @@ _pkgtmpl() {
 	}
 }
 
-checksum="8f06968550143821839b81b69027e78c903f77de3906ff67ed44a03769f38b57
- 14b7ed3929b3f6c987d7a1fa672e703e793b766f2448a08c0832aead1f5327d4
- 4c6370806e9e0e0f87adfa192dfceac24850f4ad64ebb818badc670ee2b4d972
- a0f800d77f99abf95fb6f7c09c993d3d4654813ad3113cd168a64cd59a7e90de
- 82feac6493137a7814498d21c547c9cb848a12f17ea8112ea26dbbe2590067d2
- 46fb1548f42643986113b9444cf3af15bae07434318320a310647a5a2eb52e68
- d8b0e2a52fc90b284b13dab2e68f18c5f2c1e95fd9bf95c24532f3fffe61eb28
- 4a7270383b3cf4cadd810249857fc2faa1219b3a2980255d50d370d57cb4cfbe
- af4c31540399954076433e5738ac0c94c58aec5d848b6942288d0d0644ee6c23
- b6f99d02413a4efcdfadf23bb5851757a7b2251527b7cd2712311cd902a20538
- 609420602f72f77d956372f87ff985b5a54b21bb3bbca5726074e11cef93e1ff
- 4cff50e04ec1d3fea22a4f23e9fcd506afe50106bb15a39476694f6cbcb7ebef
- 89d9d09f628dbed431e31abc6a9e3be2878b0dc9cbcd834af7f1a1bef1a4a953
- bc9629062d973390bfa753f1b96f8f438aa0f0636a57f11845a27df44e36fc20
- 24d16ffd98c60e67931960e0615c5f072ea26da27fabb361f4328e789e66308f
- 83ecce0d5130f9e4026972618bb027acb969325df7736f63b71d32d3b69ba2f0
- 09f9398076f85d4d75655536b7fc54a3cb045a24ce74abeb5527d0f65f6808cb
- 97274d46415904a44d5e537ee7d4a90ce405856ff3a0694527d634974ba6f313
- 33863ff3cb47944a9844d16028977b52bc0d5426d981f0583749c1a98e91ca41
- 78baf19ffda66d5446c97898a3cbc6f696427f20c8342f48d3b44d5c4f8390d3
- 2e6e973387e3fe1456810cc967d4b0bba1c88338b92c54dd98862991ce495b58
- b37a2d5ed6c6ef0e8885f9e15d8b4e396d1a78110be069c8e68212acde700a13
- ce98b86592b803a913be87af42003a08c1e069a724175486a0832d91179c806e
- 32bc4fa9596da092c3573ea782eebf2f05416530a83c00231f6d849884d70f71
- c65a8ca172792e7f9ddd9f863a798c8916efeb05f77143c8b5777c43dfd639b9
- 0745cdd40ce615eb571a4697990132d4fb835bfdc01acceef0955eb22001c78c
- 77f8b16712fa6b709c066b3397807afeee0ac76f000fc5a4ac6caef147a8bceb
- 7393971c701c6ed21894dc1381ea17cbde1323845ed2625331c7542644ea0a2a
- fa8f1a6685f06923067940240d3dad009a9f1eb7b3cc58fea915c8935307fd28
- aae540d5b3499d551f465754ca3bd89ff5e5f07a27405901a53b0c2abeaa8d18
- 499d3eb4f3366499848db450393f144c756e3082d53ab5bdfb25d1db895eda49
- 6a7bf13bd2ae517e8fa51b8a0dc42eb7985c4800304502e30b0966110e38b978
- 8baa23a0733ac84adfa8522a3e0c4e0e20791fbd40e4fdd8ac780b9203ddec9d
- b1fc63a768a93519907be22b573a4ac5a08fabb093087cf27efb24361ad8fdd3
- 5d20d44d43b0a81d7057be8ad12dd5c62a3e456db7818b6b70b62e12d1b557a7
- 8b5c151f0e90d4914ec47389722801389de26fb1ee2b2fc1a2440ed84a20e405
- 739b421325d6df67dbb7feb7873ac298e217631ee15c603233f947923851477e
- 3bd0f464d97d88ca1e7f0615bca19f7d3b382223796e65bd3c4f9c20d1924548
- 6f44d0780f9fbb20031d69a6bc8e32ae8a0f2342416cebeefda5e681d81bd579
- 297d7ea533b0acb57f25571e2e3259b29ee6fec82070c7c7b3fb9b422aaf50a1
- f237f2cb2fef8977c9363f00d3cbb67d67e9a2fccbb5bf428482f9587929ecf1
- 28594df8bd7a275d87052024a7567be220438b70af161b0d66178c8fa41a5f1c
- 09b9cb72d27dc7021ad9e83c8d5f7634091110e102ff4d84f1a37ef4083fba5b
- ae1d245f58cf9fddac5a9d9c074a0433d15e558bfb72618a2e3e0728d69764bf
- e048473d8e61b0e586222b865b243a0320bd74f37fde5cf5d2645efc3fda62f8
- 73ec871296503df04baf58939e5569ad47755ce4003f380b7ab42fea9596621b
- 98b7e2fa98685b8107ece839dc120123099f59289d6bf0582a507e7ed16f8c6d
- 3d8d53f0c7e1a8ab04856ef0b57244191d9661eb5ce6028f63b3282022efbf75
- c01d7f7374c1993ef317588dfad6a5f40daae5fca98c3a0184855ffd620ae457
- 17ff4f8b157931372a76326469ab64857a595d15bdda2b878ac9fecebdbd5416
- d53a5d88e2b67dcaffee79c1f24b627a3177743c47dfc928f379fce2ec208930
- d440b31ec3a8b9c2590d3b97fd0a7bcd5464d5f890466c3760ad474f3d4cd026
- 87fec4d63d1dae9f7075eda0c1a3a291f625f560db11fc26034ff0563fc9514a
- f4c8e40126881e35a96ef6637e12806f76f3ce5a050782befc8f48560a9fb262
- deef65de225ae3e76dbe4a74522cfd1bb2166b4752d34ceb3212f4a319ca2515
- 83942005bcc7d3967986f59fc8809e5275c7c23142258dc9a7eebd94c8f0fd09
- bf6df9954cad4e1ffbbdaffb3a3dd228f594e7fbff2c61a818114e58a7639985
- 4d84ade12cfb2539f33c576a4a44de0e1eea00bac3352c290f208a5ce11fdc3b
- 053da2e53c545ceb506ed0f09375a7e17f26678560cc1c89238f974b3b23e415
- 92fd7c817d363314786d6a3a64863ed11d0c880b4ccd68ad2cb7efc3cd6a426d
- 12ec42b22997103a51488758abb9ca7d403613a01233b7f4e98e778579193232
- 018c4bd37990cd02b391548c5535216201556de6cdd1337fbfc696499e699174
- 4b6433f4323edbfed1251c7ff615ed0d26695eb4cd985676ad888708f5366b6f
- ac7d12aa2d1504b7a80e2a6c8311cab92b9ee3254e6ddcf65091b7dfef9e29c3
- 6c8e82f1eb81e2d4746c7b2181efe470b7f169453f2c39d29538b4a01fdddbb6
- c3ff546c435d4540cba812aa24ed04299467f29781777be160182ff19250575b"
+checksum="d4aa154af68bde84a48a91e28009802574f82cdab5841300c7354f6ca83950d2
+ a701a4f57880baa46756527f0d355e5332f7089ef5687ccd2d52dd1c3c3c1821
+ 3eff1ae1a9fadad4897d88c6d6ea1b674c9281c70eb8330fb83079943c725e9e
+ ae2698fd11b3b863c61f6e62ddeaf5eed6bcd25c4079b269735fca06a93c887b
+ 67820ea326b1a808eb8806d3474a261408b7ce58adb6615c6a237d8b8638537f
+ ec697ee41c4ad6a249cd3025660537222a22de7cc8a3dbd27c4786a963048a29
+ 548329b747d70b18e9e3d5154d18dbd78e3d4c323511d120e525662b69aeefec
+ 90594683e126415128b3a93b9ef8fa5369b9724950aba0b1d44cca255c38c8c2
+ 342a33827f529c6eaa5db4e79ceb2cd551b3c264af2ffde339c9927ff37ece42
+ 9540600bd2912ea4d9eedbf467465025344877c63531773b69c328249a7849ce
+ f1c9048a6d4e78ab5940209f979fe1670e232b318df82877690387ec2bc7dacf
+ e4f7ea32ac84cd04d8698e840ab6cb87fd2b0ec842687fba6bc9825cbf321068
+ 7250741c037115bbcc98c71f46811f1a59c3065442ff4e5758c8a5528c6a39b3
+ caf21710f304eaaada0a02c479849a11b574a7677771ba923bd0a2d20d87938c
+ 155cc0f76aeaba23455187691aeca9ffbb7f916ca905947f1530c9aa189762b5
+ 6109a3bfda9988e22fbae0d77b7a9cba8a4dc29aa47712e83199cb6989572970
+ eb9f3df0986a06126692007694ea3803b848c3409d241b97a40354e2b2c702d1
+ cc64cc928ef3f633fa4224f742fbad071670f92dd928a07b3e9e78e3b7180379
+ af3af626fc6df848a198acbb4adb259f0319a98ff2241a21ea438a80c79c08c5
+ 39774b2fb6262ea7d8f2c6042bf1a80570653488f7e643cf3b681e6104de755b
+ 97aa8f083083d31929328b6b80235e5b2175197bea925b30cea02485c2bb2035
+ 36ffa7328c7f4e4a64ca45066a2ae7412d795136e0aefb1e3dd02c4f06c9b1ed
+ 23d719a2d4ccc2f080a16058aad6f81a59d6758b20de1ad1f855540cc812b05c
+ e6c2feb8714b12afe7fe4299bf4220f74cdefb62d2300beaf3353fc055e10f67
+ 1323cce731af6ad9e5b668da489ca04fcd0752feaf623583bfc1f705d15a20fb
+ f2e8b105c5db9e44d78469220e2892b949f34ba026ce32e90b6f240b40b1e92a
+ 18f8e49953ab0d1dbed33cdc84705681761daf541a5f899c16aca1b52dadc0a0
+ 3cf376006fb61a4a201709953fe42fc9517b327a2db6ca67cfacb936e3996476
+ b5111a2af3f5d304dc0f41efc390a121265e5092db5703e22a2536b1b272a8fa
+ 789902e62f13eac5b554abd94cf192c24f4b43be32ab38c2840956517ee6d5ba
+ 827d49c5716475f45a08bfdcb6c6dd0c95cd99a035050487c845c821eb9d1cad
+ d8ac4c45825da3918cc3e5392d9006c7f81d66c740995ef9e20240c525fd1348
+ cc5d4044eb37097918aad6bcebec576fcd71031a49e896e985eaff92e23b5c15
+ 214bce4adeecb5f246ea0db420283d5cad6d86c20e2c53ff357880b8bbde87fb
+ f43d4bffcc97221c49faa7d45a29b3819661ccfc4bb9a1a0bcff30c7baa7c770
+ 4b38e659d15e45368711b5ee9a944318bd4d6e96f6246af03618076b55574869
+ 4cfefce9d1f1cadb8f08d45823588f833c142740ea5d3b5d982f3cd9109e31ab
+ 5978a0d79b4f01eb40d9c24752d6fa8f5a9a1a9cc66be30871a95ac97a01791c
+ 60cf3df6d0061822b24667e8f492e1646d99f5adde4ca941b4eabe92d5399f48
+ d8da03b9710785b4ac04d16410656d832aa10ecd238f97e34721800b5e8c1016
+ 12ba287b1e3d4d3c720f50cd58fe67734c773206ebc892ca538193e468eeace9
+ 4fdadef517b81ed5d431f24be25e09d030b7e1f501d904c520d050e6d346fdb7
+ 1fe86615c159d68f40af2213c0c0bd7800c60e6a1dfe9524f7004f13189b71b7
+ 2a788b626f329ff7fd9c97bb260c704b1dff16b7f4cfa3b5a7a56861fa633b30
+ 785d093ad342729d519a124f51622bc1b33f2cda2474ce1408baec802d18caea
+ 465c2acaf85fafb368dbaeeb4a3ef71530c4c5c69e6a0c909f229d656135ee32
+ 336d151e4eccc89619e1ac714d9817e53f0b90ee681b0f27501d0c9dc47bb989
+ cafaa453cbf51f214a33abdffbd1b96f14d10199df8354728a67f1cb33d75289
+ 92a6c1b052feed9a8cb0be747ac17f0e4251bbe636dfc849ea389a71e9bcfa6d
+ bd391482e24505411357f21d461bfc048df0cb034413ee3f6a2f07ab0a168dee
+ ffd8f48333ddd6feb75861cd607998bce171379f3a424a952ea66ed8648e41cd
+ 712de3c528cf491e6d339c9e3fbeb483c21cb0b7040eb62b256a5d2ceb44b236
+ 13c74275a5fe784943946fd759881c578d41ff29d684d3634ac8c7a5f8cf1a0b
+ 6149d133ab3e59a41e29993e7ba8fab2948232299258d8f54a4a2d8c866c93eb
+ 145c81b960a8fd2e260a3b04d9a7b9f17f9d8281508c4f4e4fda1b6761ed9b0c
+ bbce121261069539f1f8b52ffddf6ede1e09476074773d4df90465b9af8f12d4
+ 32ecd9378ce26a25a73c5e96e89a71387db3537acd2febf42dadd62e8375b196
+ 22f17addccad9972c2b6649534f6a0a382fdaa0f764e03c9970b0c9e5bf30839
+ c0614f3b48fe18d33fe6f1ec848011bad5439b9a439c73b6b6d7aa199038cdca
+ 77285e47e4fd0b8870c3ae5c79166a641cd23c11dfe88905a8d36fcccfc205d1
+ d640a8677ef3994e5c76662dbd11d5ec6329b40de90e69d7320da1e199a4ded4
+ 9cbe5083f1122380b8dd081573c5198cb76373c2e25309f319680f1807247a0a
+ a2721cee4c436888e88d09fefb597053ba995e9b773a269cc1b511911333fb50
+ c2f3e81df840c882db695b4d47a6bc2dfaa3f3d1e464f3bcba69edcbd8f1ca51
+ 5316cd64d25dabb9988d72156612e0ecf9e561b348f5d7e51fdc6363d33d9403
+ 1b90ad633498a70b0c2f41aa8c74f801c22ce0d9261131263f3c61a5aadd4fc1"
diff --git a/srcpkgs/thunderbird/template b/srcpkgs/thunderbird/template
index 07b9d115ae4f..a5c905b86dbc 100644
--- a/srcpkgs/thunderbird/template
+++ b/srcpkgs/thunderbird/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/thunderbird-i18n".
 #
 pkgname=thunderbird
-version=102.1.2
+version=102.2.1
 revision=1
 build_helper="rust"
 short_desc="Standalone Mail/News reader"
@@ -11,12 +11,12 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.thunderbird.net/"
 distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz"
-checksum=00acfe3d8fd534a3734602ba7bd377297fa4e09a9ebe0f7c69f455a596334903
+checksum=ae61fb1e58d5e44ef929aea28e8979dddace9ecb4f43c7d56dc09cb8ea3eb521
 
 lib32disabled=yes
 
-hostmakedepends="autoconf213 unzip zip pkg-config perl python3 yasm rust cargo
- llvm clang nodejs-lts cbindgen python nasm which tar"
+hostmakedepends="autoconf unzip zip pkg-config perl python3 yasm rust cargo
+ llvm clang nodejs-lts cbindgen nasm which tar"
 makedepends="nss-devel libjpeg-turbo-devel gtk+3-devel icu-devel
  pixman-devel libevent-devel libnotify-devel libvpx-devel
  libXrender-devel libXcomposite-devel libSM-devel libXt-devel rust-std

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

* Re: [PR PATCH] [Updated] thunderbird: update to 102.2.0. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (30 preceding siblings ...)
  2022-09-03  9:03 ` [PR PATCH] [Updated] " dataCobra
@ 2022-09-03  9:04 ` dataCobra
  2022-09-03  9:10 ` thunderbird: update to 102.2.1. " classabbyamp
                   ` (8 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: dataCobra @ 2022-09-03  9:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dataCobra/void-packages thunderbird-update-102.2
https://github.com/void-linux/void-packages/pull/38919

thunderbird: update to 102.2.0. (Several high impact CVEs)
Fix for several high impact CVEs
https://www.mozilla.org/en-US/security/advisories/mfsa2022-36/

#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

[ci skip]

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-thunderbird-update-102.2-38919.patch --]
[-- Type: text/x-diff, Size: 10970 bytes --]

From c11b4e693be73e66f712d99715526ba8a492c6fe Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Sat, 3 Sep 2022 11:02:53 +0200
Subject: [PATCH] thunderbird: update to 102.2.1.

---
 srcpkgs/thunderbird-i18n/template | 134 +++++++++++++++---------------
 srcpkgs/thunderbird/template      |   8 +-
 2 files changed, 71 insertions(+), 71 deletions(-)

diff --git a/srcpkgs/thunderbird-i18n/template b/srcpkgs/thunderbird-i18n/template
index 559b9d381a94..ffd39b8919c2 100644
--- a/srcpkgs/thunderbird-i18n/template
+++ b/srcpkgs/thunderbird-i18n/template
@@ -1,6 +1,6 @@
 # Template file for 'thunderbird-i18n'
 pkgname=thunderbird-i18n
-version=102.1.2
+version=102.2.1
 revision=1
 build_style=meta
 short_desc="Thunderbird language packs"
@@ -107,69 +107,69 @@ _pkgtmpl() {
 	}
 }
 
-checksum="8f06968550143821839b81b69027e78c903f77de3906ff67ed44a03769f38b57
- 14b7ed3929b3f6c987d7a1fa672e703e793b766f2448a08c0832aead1f5327d4
- 4c6370806e9e0e0f87adfa192dfceac24850f4ad64ebb818badc670ee2b4d972
- a0f800d77f99abf95fb6f7c09c993d3d4654813ad3113cd168a64cd59a7e90de
- 82feac6493137a7814498d21c547c9cb848a12f17ea8112ea26dbbe2590067d2
- 46fb1548f42643986113b9444cf3af15bae07434318320a310647a5a2eb52e68
- d8b0e2a52fc90b284b13dab2e68f18c5f2c1e95fd9bf95c24532f3fffe61eb28
- 4a7270383b3cf4cadd810249857fc2faa1219b3a2980255d50d370d57cb4cfbe
- af4c31540399954076433e5738ac0c94c58aec5d848b6942288d0d0644ee6c23
- b6f99d02413a4efcdfadf23bb5851757a7b2251527b7cd2712311cd902a20538
- 609420602f72f77d956372f87ff985b5a54b21bb3bbca5726074e11cef93e1ff
- 4cff50e04ec1d3fea22a4f23e9fcd506afe50106bb15a39476694f6cbcb7ebef
- 89d9d09f628dbed431e31abc6a9e3be2878b0dc9cbcd834af7f1a1bef1a4a953
- bc9629062d973390bfa753f1b96f8f438aa0f0636a57f11845a27df44e36fc20
- 24d16ffd98c60e67931960e0615c5f072ea26da27fabb361f4328e789e66308f
- 83ecce0d5130f9e4026972618bb027acb969325df7736f63b71d32d3b69ba2f0
- 09f9398076f85d4d75655536b7fc54a3cb045a24ce74abeb5527d0f65f6808cb
- 97274d46415904a44d5e537ee7d4a90ce405856ff3a0694527d634974ba6f313
- 33863ff3cb47944a9844d16028977b52bc0d5426d981f0583749c1a98e91ca41
- 78baf19ffda66d5446c97898a3cbc6f696427f20c8342f48d3b44d5c4f8390d3
- 2e6e973387e3fe1456810cc967d4b0bba1c88338b92c54dd98862991ce495b58
- b37a2d5ed6c6ef0e8885f9e15d8b4e396d1a78110be069c8e68212acde700a13
- ce98b86592b803a913be87af42003a08c1e069a724175486a0832d91179c806e
- 32bc4fa9596da092c3573ea782eebf2f05416530a83c00231f6d849884d70f71
- c65a8ca172792e7f9ddd9f863a798c8916efeb05f77143c8b5777c43dfd639b9
- 0745cdd40ce615eb571a4697990132d4fb835bfdc01acceef0955eb22001c78c
- 77f8b16712fa6b709c066b3397807afeee0ac76f000fc5a4ac6caef147a8bceb
- 7393971c701c6ed21894dc1381ea17cbde1323845ed2625331c7542644ea0a2a
- fa8f1a6685f06923067940240d3dad009a9f1eb7b3cc58fea915c8935307fd28
- aae540d5b3499d551f465754ca3bd89ff5e5f07a27405901a53b0c2abeaa8d18
- 499d3eb4f3366499848db450393f144c756e3082d53ab5bdfb25d1db895eda49
- 6a7bf13bd2ae517e8fa51b8a0dc42eb7985c4800304502e30b0966110e38b978
- 8baa23a0733ac84adfa8522a3e0c4e0e20791fbd40e4fdd8ac780b9203ddec9d
- b1fc63a768a93519907be22b573a4ac5a08fabb093087cf27efb24361ad8fdd3
- 5d20d44d43b0a81d7057be8ad12dd5c62a3e456db7818b6b70b62e12d1b557a7
- 8b5c151f0e90d4914ec47389722801389de26fb1ee2b2fc1a2440ed84a20e405
- 739b421325d6df67dbb7feb7873ac298e217631ee15c603233f947923851477e
- 3bd0f464d97d88ca1e7f0615bca19f7d3b382223796e65bd3c4f9c20d1924548
- 6f44d0780f9fbb20031d69a6bc8e32ae8a0f2342416cebeefda5e681d81bd579
- 297d7ea533b0acb57f25571e2e3259b29ee6fec82070c7c7b3fb9b422aaf50a1
- f237f2cb2fef8977c9363f00d3cbb67d67e9a2fccbb5bf428482f9587929ecf1
- 28594df8bd7a275d87052024a7567be220438b70af161b0d66178c8fa41a5f1c
- 09b9cb72d27dc7021ad9e83c8d5f7634091110e102ff4d84f1a37ef4083fba5b
- ae1d245f58cf9fddac5a9d9c074a0433d15e558bfb72618a2e3e0728d69764bf
- e048473d8e61b0e586222b865b243a0320bd74f37fde5cf5d2645efc3fda62f8
- 73ec871296503df04baf58939e5569ad47755ce4003f380b7ab42fea9596621b
- 98b7e2fa98685b8107ece839dc120123099f59289d6bf0582a507e7ed16f8c6d
- 3d8d53f0c7e1a8ab04856ef0b57244191d9661eb5ce6028f63b3282022efbf75
- c01d7f7374c1993ef317588dfad6a5f40daae5fca98c3a0184855ffd620ae457
- 17ff4f8b157931372a76326469ab64857a595d15bdda2b878ac9fecebdbd5416
- d53a5d88e2b67dcaffee79c1f24b627a3177743c47dfc928f379fce2ec208930
- d440b31ec3a8b9c2590d3b97fd0a7bcd5464d5f890466c3760ad474f3d4cd026
- 87fec4d63d1dae9f7075eda0c1a3a291f625f560db11fc26034ff0563fc9514a
- f4c8e40126881e35a96ef6637e12806f76f3ce5a050782befc8f48560a9fb262
- deef65de225ae3e76dbe4a74522cfd1bb2166b4752d34ceb3212f4a319ca2515
- 83942005bcc7d3967986f59fc8809e5275c7c23142258dc9a7eebd94c8f0fd09
- bf6df9954cad4e1ffbbdaffb3a3dd228f594e7fbff2c61a818114e58a7639985
- 4d84ade12cfb2539f33c576a4a44de0e1eea00bac3352c290f208a5ce11fdc3b
- 053da2e53c545ceb506ed0f09375a7e17f26678560cc1c89238f974b3b23e415
- 92fd7c817d363314786d6a3a64863ed11d0c880b4ccd68ad2cb7efc3cd6a426d
- 12ec42b22997103a51488758abb9ca7d403613a01233b7f4e98e778579193232
- 018c4bd37990cd02b391548c5535216201556de6cdd1337fbfc696499e699174
- 4b6433f4323edbfed1251c7ff615ed0d26695eb4cd985676ad888708f5366b6f
- ac7d12aa2d1504b7a80e2a6c8311cab92b9ee3254e6ddcf65091b7dfef9e29c3
- 6c8e82f1eb81e2d4746c7b2181efe470b7f169453f2c39d29538b4a01fdddbb6
- c3ff546c435d4540cba812aa24ed04299467f29781777be160182ff19250575b"
+checksum="d4aa154af68bde84a48a91e28009802574f82cdab5841300c7354f6ca83950d2
+ a701a4f57880baa46756527f0d355e5332f7089ef5687ccd2d52dd1c3c3c1821
+ 3eff1ae1a9fadad4897d88c6d6ea1b674c9281c70eb8330fb83079943c725e9e
+ ae2698fd11b3b863c61f6e62ddeaf5eed6bcd25c4079b269735fca06a93c887b
+ 67820ea326b1a808eb8806d3474a261408b7ce58adb6615c6a237d8b8638537f
+ ec697ee41c4ad6a249cd3025660537222a22de7cc8a3dbd27c4786a963048a29
+ 548329b747d70b18e9e3d5154d18dbd78e3d4c323511d120e525662b69aeefec
+ 90594683e126415128b3a93b9ef8fa5369b9724950aba0b1d44cca255c38c8c2
+ 342a33827f529c6eaa5db4e79ceb2cd551b3c264af2ffde339c9927ff37ece42
+ 9540600bd2912ea4d9eedbf467465025344877c63531773b69c328249a7849ce
+ f1c9048a6d4e78ab5940209f979fe1670e232b318df82877690387ec2bc7dacf
+ e4f7ea32ac84cd04d8698e840ab6cb87fd2b0ec842687fba6bc9825cbf321068
+ 7250741c037115bbcc98c71f46811f1a59c3065442ff4e5758c8a5528c6a39b3
+ caf21710f304eaaada0a02c479849a11b574a7677771ba923bd0a2d20d87938c
+ 155cc0f76aeaba23455187691aeca9ffbb7f916ca905947f1530c9aa189762b5
+ 6109a3bfda9988e22fbae0d77b7a9cba8a4dc29aa47712e83199cb6989572970
+ eb9f3df0986a06126692007694ea3803b848c3409d241b97a40354e2b2c702d1
+ cc64cc928ef3f633fa4224f742fbad071670f92dd928a07b3e9e78e3b7180379
+ af3af626fc6df848a198acbb4adb259f0319a98ff2241a21ea438a80c79c08c5
+ 39774b2fb6262ea7d8f2c6042bf1a80570653488f7e643cf3b681e6104de755b
+ 97aa8f083083d31929328b6b80235e5b2175197bea925b30cea02485c2bb2035
+ 36ffa7328c7f4e4a64ca45066a2ae7412d795136e0aefb1e3dd02c4f06c9b1ed
+ 23d719a2d4ccc2f080a16058aad6f81a59d6758b20de1ad1f855540cc812b05c
+ e6c2feb8714b12afe7fe4299bf4220f74cdefb62d2300beaf3353fc055e10f67
+ 1323cce731af6ad9e5b668da489ca04fcd0752feaf623583bfc1f705d15a20fb
+ f2e8b105c5db9e44d78469220e2892b949f34ba026ce32e90b6f240b40b1e92a
+ 18f8e49953ab0d1dbed33cdc84705681761daf541a5f899c16aca1b52dadc0a0
+ 3cf376006fb61a4a201709953fe42fc9517b327a2db6ca67cfacb936e3996476
+ b5111a2af3f5d304dc0f41efc390a121265e5092db5703e22a2536b1b272a8fa
+ 789902e62f13eac5b554abd94cf192c24f4b43be32ab38c2840956517ee6d5ba
+ 827d49c5716475f45a08bfdcb6c6dd0c95cd99a035050487c845c821eb9d1cad
+ d8ac4c45825da3918cc3e5392d9006c7f81d66c740995ef9e20240c525fd1348
+ cc5d4044eb37097918aad6bcebec576fcd71031a49e896e985eaff92e23b5c15
+ 214bce4adeecb5f246ea0db420283d5cad6d86c20e2c53ff357880b8bbde87fb
+ f43d4bffcc97221c49faa7d45a29b3819661ccfc4bb9a1a0bcff30c7baa7c770
+ 4b38e659d15e45368711b5ee9a944318bd4d6e96f6246af03618076b55574869
+ 4cfefce9d1f1cadb8f08d45823588f833c142740ea5d3b5d982f3cd9109e31ab
+ 5978a0d79b4f01eb40d9c24752d6fa8f5a9a1a9cc66be30871a95ac97a01791c
+ 60cf3df6d0061822b24667e8f492e1646d99f5adde4ca941b4eabe92d5399f48
+ d8da03b9710785b4ac04d16410656d832aa10ecd238f97e34721800b5e8c1016
+ 12ba287b1e3d4d3c720f50cd58fe67734c773206ebc892ca538193e468eeace9
+ 4fdadef517b81ed5d431f24be25e09d030b7e1f501d904c520d050e6d346fdb7
+ 1fe86615c159d68f40af2213c0c0bd7800c60e6a1dfe9524f7004f13189b71b7
+ 2a788b626f329ff7fd9c97bb260c704b1dff16b7f4cfa3b5a7a56861fa633b30
+ 785d093ad342729d519a124f51622bc1b33f2cda2474ce1408baec802d18caea
+ 465c2acaf85fafb368dbaeeb4a3ef71530c4c5c69e6a0c909f229d656135ee32
+ 336d151e4eccc89619e1ac714d9817e53f0b90ee681b0f27501d0c9dc47bb989
+ cafaa453cbf51f214a33abdffbd1b96f14d10199df8354728a67f1cb33d75289
+ 92a6c1b052feed9a8cb0be747ac17f0e4251bbe636dfc849ea389a71e9bcfa6d
+ bd391482e24505411357f21d461bfc048df0cb034413ee3f6a2f07ab0a168dee
+ ffd8f48333ddd6feb75861cd607998bce171379f3a424a952ea66ed8648e41cd
+ 712de3c528cf491e6d339c9e3fbeb483c21cb0b7040eb62b256a5d2ceb44b236
+ 13c74275a5fe784943946fd759881c578d41ff29d684d3634ac8c7a5f8cf1a0b
+ 6149d133ab3e59a41e29993e7ba8fab2948232299258d8f54a4a2d8c866c93eb
+ 145c81b960a8fd2e260a3b04d9a7b9f17f9d8281508c4f4e4fda1b6761ed9b0c
+ bbce121261069539f1f8b52ffddf6ede1e09476074773d4df90465b9af8f12d4
+ 32ecd9378ce26a25a73c5e96e89a71387db3537acd2febf42dadd62e8375b196
+ 22f17addccad9972c2b6649534f6a0a382fdaa0f764e03c9970b0c9e5bf30839
+ c0614f3b48fe18d33fe6f1ec848011bad5439b9a439c73b6b6d7aa199038cdca
+ 77285e47e4fd0b8870c3ae5c79166a641cd23c11dfe88905a8d36fcccfc205d1
+ d640a8677ef3994e5c76662dbd11d5ec6329b40de90e69d7320da1e199a4ded4
+ 9cbe5083f1122380b8dd081573c5198cb76373c2e25309f319680f1807247a0a
+ a2721cee4c436888e88d09fefb597053ba995e9b773a269cc1b511911333fb50
+ c2f3e81df840c882db695b4d47a6bc2dfaa3f3d1e464f3bcba69edcbd8f1ca51
+ 5316cd64d25dabb9988d72156612e0ecf9e561b348f5d7e51fdc6363d33d9403
+ 1b90ad633498a70b0c2f41aa8c74f801c22ce0d9261131263f3c61a5aadd4fc1"
diff --git a/srcpkgs/thunderbird/template b/srcpkgs/thunderbird/template
index 07b9d115ae4f..a5c905b86dbc 100644
--- a/srcpkgs/thunderbird/template
+++ b/srcpkgs/thunderbird/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/thunderbird-i18n".
 #
 pkgname=thunderbird
-version=102.1.2
+version=102.2.1
 revision=1
 build_helper="rust"
 short_desc="Standalone Mail/News reader"
@@ -11,12 +11,12 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.thunderbird.net/"
 distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz"
-checksum=00acfe3d8fd534a3734602ba7bd377297fa4e09a9ebe0f7c69f455a596334903
+checksum=ae61fb1e58d5e44ef929aea28e8979dddace9ecb4f43c7d56dc09cb8ea3eb521
 
 lib32disabled=yes
 
-hostmakedepends="autoconf213 unzip zip pkg-config perl python3 yasm rust cargo
- llvm clang nodejs-lts cbindgen python nasm which tar"
+hostmakedepends="autoconf unzip zip pkg-config perl python3 yasm rust cargo
+ llvm clang nodejs-lts cbindgen nasm which tar"
 makedepends="nss-devel libjpeg-turbo-devel gtk+3-devel icu-devel
  pixman-devel libevent-devel libnotify-devel libvpx-devel
  libXrender-devel libXcomposite-devel libSM-devel libXt-devel rust-std

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

* Re: thunderbird: update to 102.2.1. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (31 preceding siblings ...)
  2022-09-03  9:04 ` dataCobra
@ 2022-09-03  9:10 ` classabbyamp
  2022-09-03  9:17 ` dataCobra
                   ` (7 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: classabbyamp @ 2022-09-03  9:10 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1236080605

Comment:
have you had a chance to runtime-test this?

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

* Re: thunderbird: update to 102.2.1. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (32 preceding siblings ...)
  2022-09-03  9:10 ` thunderbird: update to 102.2.1. " classabbyamp
@ 2022-09-03  9:17 ` dataCobra
  2022-09-03  9:18 ` dataCobra
                   ` (6 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: dataCobra @ 2022-09-03  9:17 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1236081555

Comment:
@classabbyamp 

> have you had a chance to runtime-test this?

No I didn't had the chance to runtime-test this. I use neomutt as my daily driver.

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

* Re: thunderbird: update to 102.2.1. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (33 preceding siblings ...)
  2022-09-03  9:17 ` dataCobra
@ 2022-09-03  9:18 ` dataCobra
  2022-09-03  9:19 ` dataCobra
                   ` (5 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: dataCobra @ 2022-09-03  9:18 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1236081657

Comment:
I assume that the thunderbird team didn't introduce breaking changes in this new version.

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

* Re: thunderbird: update to 102.2.1. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (34 preceding siblings ...)
  2022-09-03  9:18 ` dataCobra
@ 2022-09-03  9:19 ` dataCobra
  2022-09-03  9:20 ` dataCobra
                   ` (4 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: dataCobra @ 2022-09-03  9:19 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1236081788

Comment:
Currently I'm also building thunderbird natively for i686. At the moment there are no errors.

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

* Re: thunderbird: update to 102.2.1. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (35 preceding siblings ...)
  2022-09-03  9:19 ` dataCobra
@ 2022-09-03  9:20 ` dataCobra
  2022-09-03  9:46 ` dataCobra
                   ` (3 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: dataCobra @ 2022-09-03  9:20 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1236081958

Comment:
I know that it's not good practice to just merge something without much testing.

Do you've the chance to test this? If not I need to create a VM to test the basic stuff.

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

* Re: thunderbird: update to 102.2.1. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (36 preceding siblings ...)
  2022-09-03  9:20 ` dataCobra
@ 2022-09-03  9:46 ` dataCobra
  2022-09-04  8:02 ` meator
                   ` (2 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: dataCobra @ 2022-09-03  9:46 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1236085844

Comment:
The i686 version build successfully. :+1:

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

* Re: thunderbird: update to 102.2.1. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (37 preceding siblings ...)
  2022-09-03  9:46 ` dataCobra
@ 2022-09-04  8:02 ` meator
  2022-09-04  8:15 ` dataCobra
  2022-09-04  8:15 ` [PR PATCH] [Merged]: " classabbyamp
  40 siblings, 0 replies; 42+ messages in thread
From: meator @ 2022-09-04  8:02 UTC (permalink / raw)
  To: ml

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

New comment by meator on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1236283602

Comment:
I guess I'll join in for the second time. c11b4e693be73e66f712d99715526ba8a492c6fe is working well on x86_64-glibc. I'm actively using it without issues. I kinda hope this PR won't be updated again because it took me 5 hours to rebuild this.

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

* Re: thunderbird: update to 102.2.1. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (38 preceding siblings ...)
  2022-09-04  8:02 ` meator
@ 2022-09-04  8:15 ` dataCobra
  2022-09-04  8:15 ` [PR PATCH] [Merged]: " classabbyamp
  40 siblings, 0 replies; 42+ messages in thread
From: dataCobra @ 2022-09-04  8:15 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/38919#issuecomment-1236286127

Comment:
> I guess I'll join in for the second time. [c11b4e6](https://github.com/void-linux/void-packages/commit/c11b4e693be73e66f712d99715526ba8a492c6fe) is working well on x86_64-glibc. I'm actively using it without issues. I kinda hope this PR won't be updated again because it took me 5 hours to rebuild this.

That's good to know. Thank you for the info. :+1:

I'll not update the PR again. :slightly_smiling_face:

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

* Re: [PR PATCH] [Merged]: thunderbird: update to 102.2.1. (Several high impact CVEs)
  2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
                   ` (39 preceding siblings ...)
  2022-09-04  8:15 ` dataCobra
@ 2022-09-04  8:15 ` classabbyamp
  40 siblings, 0 replies; 42+ messages in thread
From: classabbyamp @ 2022-09-04  8:15 UTC (permalink / raw)
  To: ml

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

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

thunderbird: update to 102.2.1. (Several high impact CVEs)
https://github.com/void-linux/void-packages/pull/38919

Description:
Fix for several high impact CVEs
https://www.mozilla.org/en-US/security/advisories/mfsa2022-36/

#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

[ci skip]

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

end of thread, other threads:[~2022-09-04  8:15 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-26 13:00 [PR PATCH] thunderbird: update to 102.2.0 dataCobra
2022-08-26 13:02 ` [PR PATCH] [Updated] " dataCobra
2022-08-26 15:03 ` thunderbird: update to 102.2.0. (Several high impact CVEs) classabbyamp
2022-08-26 15:38 ` dataCobra
2022-08-26 15:43 ` classabbyamp
2022-08-26 15:48 ` dataCobra
2022-08-26 17:33 ` dataCobra
2022-08-28 12:42 ` meator
2022-08-28 12:46 ` dataCobra
2022-08-28 13:39 ` Duncaen
2022-08-28 14:15 ` dataCobra
2022-08-28 14:20 ` Duncaen
2022-08-28 14:22 ` dataCobra
2022-08-28 14:22 ` Duncaen
2022-08-28 14:23 ` Duncaen
2022-08-28 14:25 ` dataCobra
2022-08-28 14:27 ` Duncaen
2022-08-28 14:30 ` dataCobra
2022-08-28 14:31 ` Duncaen
2022-08-28 14:31 ` dataCobra
2022-08-28 14:32 ` Duncaen
2022-08-28 14:34 ` dataCobra
2022-08-28 15:43 ` dataCobra
2022-08-29  8:37 ` dataCobra
2022-08-29  9:10 ` classabbyamp
2022-08-29  9:11 ` classabbyamp
2022-08-29  9:38 ` classabbyamp
2022-08-29  9:53 ` dataCobra
2022-08-29  9:54 ` dataCobra
2022-08-29 10:22 ` [PR PATCH] [Updated] " dataCobra
2022-08-29 10:24 ` dataCobra
2022-09-03  9:03 ` [PR PATCH] [Updated] " dataCobra
2022-09-03  9:04 ` dataCobra
2022-09-03  9:10 ` thunderbird: update to 102.2.1. " classabbyamp
2022-09-03  9:17 ` dataCobra
2022-09-03  9:18 ` dataCobra
2022-09-03  9:19 ` dataCobra
2022-09-03  9:20 ` dataCobra
2022-09-03  9:46 ` dataCobra
2022-09-04  8:02 ` meator
2022-09-04  8:15 ` dataCobra
2022-09-04  8:15 ` [PR PATCH] [Merged]: " classabbyamp

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).