Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] thunderbird(-i18n): update to 128.2.3.
@ 2024-09-28 11:39 dataCobra
  2024-09-29 16:39 ` thunderbird(-i18n): update to 128.2.3esr classabbyamp
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: dataCobra @ 2024-09-28 11:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dataCobra/void-packages thunderbird
https://github.com/void-linux/void-packages/pull/52395

thunderbird(-i18n): update to 128.2.3.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686

[ci skip]

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

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

From 7540d7fa1e5e5440d146e7ac777ab0bdc3d1606a Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Sat, 28 Sep 2024 13:36:45 +0200
Subject: [PATCH 1/2] thunderbird: update to 128.2.3.

---
 .../thunderbird/patches/flac-no-ffvpx.patch   | 30 ++++++++++---------
 .../patches/sandbox-largefile.patch           | 17 ++++++-----
 srcpkgs/thunderbird/template                  |  4 +--
 3 files changed, 27 insertions(+), 24 deletions(-)

diff --git a/srcpkgs/thunderbird/patches/flac-no-ffvpx.patch b/srcpkgs/thunderbird/patches/flac-no-ffvpx.patch
index 2e475e8c694061..439f9edc665f8b 100644
--- a/srcpkgs/thunderbird/patches/flac-no-ffvpx.patch
+++ b/srcpkgs/thunderbird/patches/flac-no-ffvpx.patch
@@ -1,10 +1,6 @@
-Enable FLAC on platforms without ffvpx like powerpc*
-
-diff --git dom/media/flac/FlacDecoder.cpp dom/media/flac/FlacDecoder.cpp
-index 53fc3c9937f7..b23771ab80fa 100644
 --- a/dom/media/flac/FlacDecoder.cpp
 +++ b/dom/media/flac/FlacDecoder.cpp
-@@ -7,6 +7,7 @@
+@@ -7,11 +7,22 @@
  #include "FlacDecoder.h"
  #include "MediaContainerType.h"
  #include "mozilla/StaticPrefs_media.h"
@@ -12,13 +8,19 @@ index 53fc3c9937f7..b23771ab80fa 100644
  
  namespace mozilla {
  
-@@ -14,5 +15,9 @@ namespace mozilla {
- bool FlacDecoder::IsEnabled() {
- #ifdef MOZ_FFVPX
-   return StaticPrefs::media_flac_enabled();
-+#elif defined(MOZ_FFMPEG)
-+  RefPtr<PDMFactory> platform = new PDMFactory();
+ /* static */
+-bool FlacDecoder::IsEnabled() { return StaticPrefs::media_flac_enabled(); }
++bool FlacDecoder::IsEnabled() {
++#ifdef MOZ_FFVPX
++  return StaticPrefs::media_flac_enabled();
++#elif defined(MOZ_FFVPX)
++  RefPtr<PDMFACTORY> platform = new PDMFactory();
 +  return StaticPrefs::media_flac_enabled() &&
-+         platform->SupportsMimeType("audio/flac"_ns);
- #else
-   return false;
++    platform->SupportMimeType("audio/flac"_ns);
++#else
++  return false;
++#endif
++}
+ 
+ /* static */
+ bool FlacDecoder::IsSupportedType(const MediaContainerType& aContainerType) {
diff --git a/srcpkgs/thunderbird/patches/sandbox-largefile.patch b/srcpkgs/thunderbird/patches/sandbox-largefile.patch
index 6ee7f3a821502a..b49d1b872e487b 100644
--- a/srcpkgs/thunderbird/patches/sandbox-largefile.patch
+++ b/srcpkgs/thunderbird/patches/sandbox-largefile.patch
@@ -1,17 +1,18 @@
---- a/security/sandbox/linux/SandboxFilter.cpp	2020-11-23 22:41:14.556378950 +0100
-+++ b/security/sandbox/linux/SandboxFilter.cpp	2020-11-23 22:40:23.595806444 +0100
-@@ -68,7 +68,13 @@
+--- a/security/sandbox/linux/SandboxFilter.cpp
++++ b/security/sandbox/linux/SandboxFilter.cpp
+@@ -77,10 +77,12 @@ using namespace sandbox::bpf_dsl;
  
- // The headers define O_LARGEFILE as 0 on x86_64, but we need the
+ // The GNU libc headers define O_LARGEFILE as 0 on x86_64, but we need the
  // actual value because it shows up in file flags.
--#define O_LARGEFILE_REAL 00100000
+-#if !defined(O_LARGEFILE) || O_LARGEFILE == 0
+-#  define O_LARGEFILE_REAL 00100000
 +#if defined(__x86_64__) || defined(__i386__) || defined(__mips__)
 +#define O_LARGEFILE_REAL 0100000
 +#elif defined(__powerpc__)
 +#define O_LARGEFILE_REAL 0200000
-+#else
+ #else
+-#  define O_LARGEFILE_REAL O_LARGEFILE
 +#define O_LARGEFILE_REAL O_LARGEFILE
-+#endif
+ #endif
  
  // Not part of UAPI, but userspace sees it in F_GETFL; see bug 1650751.
- #define FMODE_NONOTIFY 0x4000000
diff --git a/srcpkgs/thunderbird/template b/srcpkgs/thunderbird/template
index 7e32da62f45259..116ca3395dfd0d 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=115.12.2
+version=128.2.3esr
 revision=1
 build_helper="rust"
 short_desc="Standalone Mail/News reader"
@@ -11,7 +11,7 @@ maintainer="dataCobra <datacobra@thinkbot.de>"
 license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.thunderbird.net/"
 distfiles="${MOZILLA_SITE}/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz"
-checksum=6378a0dbe8d785f58ab9778a507e36c33a5f869ae1a670638e27787b9864e638
+checksum=7ad90cbceb74ba0c7fe466a8032bebeaf29c97d7a48eb7c67c201dadc204dcaa
 
 lib32disabled=yes
 

From eba3a5fab57b7541480e27a51866d6d7265f3a6f Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Sat, 28 Sep 2024 13:37:09 +0200
Subject: [PATCH 2/2] thunderbird-i18n: update to 128.2.3.

---
 srcpkgs/thunderbird-i18n/template | 134 +++++++++++++++---------------
 1 file changed, 67 insertions(+), 67 deletions(-)

diff --git a/srcpkgs/thunderbird-i18n/template b/srcpkgs/thunderbird-i18n/template
index a9da24de34d052..d3fc1461e51b61 100644
--- a/srcpkgs/thunderbird-i18n/template
+++ b/srcpkgs/thunderbird-i18n/template
@@ -1,6 +1,6 @@
 # Template file for 'thunderbird-i18n'
 pkgname=thunderbird-i18n
-version=115.12.2
+version=128.2.3esr
 revision=1
 build_style=meta
 short_desc="Thunderbird language packs"
@@ -106,69 +106,69 @@ _pkgtmpl() {
 			usr/lib/thunderbird/extensions langpack-${_lang}@thunderbird.mozilla.org.xpi
 	}
 }
-checksum="c4b93f2d4c1db3d9c96788a8aec5fe8f3a47a278ac109ca75f71d0b241977a97
- 34d11eb9d4e54cd4b40a42ef6b206a1378243a1b2d43a6be141e84c3005d0201
- 2939a75ac0adfc40c2a7b9e71cd4750f4cfd9b3be9188d9b54e514230f6ec183
- b53a1b54ec48a8a60fd5cfc1c6152d1e017fb28a7a5af213f3a92da7fd282b4f
- 2f9d40e270e8a59eabb8a80aa1d16992d2470f48ff000900c60bab92453becd5
- 5b29167ca428832b5ac94b9b98061d8108643be337af36b60b980df385755349
- cd359befd64d9781f86447e6cf8305325159c084c6aef5401a32e064a83fafe2
- 01372e4746f4ea363128147bf1c980d0a43c7612895c6aae595d512e7687dfb3
- 225e8f8b040dde8b41651acae00d9bd9b00ecce2ef94088a2324088e1a491331
- 71e11ee9daab1267e9ba00a1cb09e94c2b5807834973f9edbfacb3ac31aac25d
- 20eca7ef078e25327024a44925a4b451adeb56d979e20fa7d3fa0294db73ce3b
- a822274a8e26cc5e4f1cb8d3ca5f76b129ee95f9fbddb7c6cc8cd617e7a5e0a6
- 1e2738e9be47882b904f3ed55e8981c5fd5ef0093312c1c5c27137824ff2e9aa
- 3491da47a2a4148518f99add406fc6700fbdc0f37c05e743df2e0ab0d872841e
- 3612374f591eae85c3c0f7ff3ceda545959dfe9b8f2e30f0c48fde887d12a48c
- 2304b44c260ee6f19be048b44873e9d3f77ae8fcd6de18990a90e4325351154d
- 2d9f90a2ff6140a3123d1b56d7a8034cbfffd2de8db4fd1c4e908914bdb04c8d
- 63db81df3a4b2250df48655b58f5f33b9e37f0cad933608b49242ea42e5f5164
- 87d8658374e079cd0ad50d2368a180faead6f472380864a0c84b8fd6b0dcb776
- e17d2964910199042f2ad19160b2434c325ec4502dc9cadf34cf9a605cf72412
- ac2aebbf215441db9b461dee48ca86ef4435ea725d9f7dee6e07e628f469d50e
- 537fd6f3a946cda625dd89bdd6afdac94f2615029fd7d4a8aa13a28329f6fabd
- 510018f8a2843635c79ea40b59735d0b30442a3c553b547ce788009014e1918e
- 0fa3c4213389dc32de8a42a538bc6fe2bf253c30a55254a4597c717c9a0b6784
- 55d3a0b3b2f0b2926af121c7e55d476d7fbb685cf92f25250482c5c71ce665da
- 498c32d103ae099703b80dc97a542dda7106fca8aa69576815ed043f5c338677
- 06fde522e3015a44e0b83d7bd8d492ef2c8387397d600c0988004b6d1bef1a95
- 8c2f1a8111243507de03754b974c9f1dba4663978f51fb9e149cf9e5188d9862
- a9e8cc51842e05d8fadb184a2850b9e5a38919e6c4b864dc3ccd1df3b9057465
- 194decef70b52959d591a56a7535c3eaf4fa77bd4bd213716455a4a826243936
- 89e90035f7f8fc077973b570cd50253180ae0ec494d770165d217e60f35f52f8
- e760d09737256b9eafd8809b18e9855baefd4708648120f220653c85e86c0162
- be6295910f332440f46510519a8620de6a72f225eba17218c734fd647c038994
- ee0dc930a1f12982934d43c9f4c2b17d6107f2eebefad2cf7aca4b8dc9d683f2
- 600d2d9b9dff4046d476292d9b14b8fa1d0627667ab4b07d2c723ca48edb9911
- 8e3d09c431708299b8a6cae4ab85a06a645d1f3fd30a3bb214bc543fa14b1321
- 79dbcd0ba0d00d6888f19afef0ab7f942b877218b2be9a2aa4bf432fe0b8b85c
- 24664077cc6b2f12fce3e1989e59ced2c4ea4137607dfae59444fab2c1c611be
- 683772987bb4d2449d583a7c1d4dd457cd8c14e5e809780d0356d75644db16aa
- 21fe1d459acf265361a01992b0e4528018b0057a2082c0884a754a2b6776f1bd
- b4080e77450b1edce5473cfaaae43efd00ce2b8a85fab50293f69f2def4829b6
- 397dee46be7b6184f8d18735c5f052307911e9fd2947689a2e96225bb24e9ead
- a9f7b4e8088710bfa010dcb8fe361f6ed981960cfcb3e80185d7fa2a1070cfab
- d0612d40dec1d9a86e356da0818c59715e15ad7a167223ce2aa4e7f7f42adddf
- 60f01bb6c2d089cc6549f60465aae08134d50598ab485f778c5f028748c35f49
- 7c46a382169b3dcf2dab4fcea0418eeab5f63b878ca72341071753a0913c2f90
- e1d0c3676086b8d8fb8028cae78cd3cdb554aae4629bfc21bc6de817c5c4b2ed
- 668015a83858825aee8f8fd463cbfa523fe0fcfd8046a2f19ffdcc08d8dd913e
- 053265b4497e6c865c9c8d3a43500c5b5c4577d2431860d992a69c5742e43bee
- 551e02cee10d964270717128f96d01b36b21b606d13ea43b66aa248b3cc656e9
- 8bb9283f28cd2626a0cc021b842968c02d0c8ed005a35637a8d564d6ec721b54
- 93ef5f5812b3c495ed2be60fe13c79ccec37a5d94d95620a88fc4a9dd277751a
- e2b9668450c826326ec96c1881341cea82eb52171684d15265b73ded0fe5d953
- 648fbcd0449d35f6d7521ba16ee30d16d3811d1c8aae395306ec894d47ed136c
- 058bd24503e76b2050af981de2522fd68e8dee4e166450444dee22a3b27996d7
- 7e10e1260ac42371c71dee82899e114876da3193907b0a534ebcc3637d75592e
- e7f0cdd8a6d60a2f8993250bf4d3a0edff8b48fe6b1c275624ec645c32cb8d20
- 21f909fefb3af641ab40fdca2c1698031011ec41846bab481993faf6800422dc
- 1bd4854dae58a4ad0f062c09755a122cc2b0e1df7a5a882d16c258659b10a7ac
- 2d93f0de6208a88a3640a70c109759b42027afe200646c181058cf9b62eb0d7a
- 54eaf8bf484bf948520f5a9a978d0c5210df8891904ca63c63e076bd9bd943d6
- 5d3119f0af71e140123dfe71cda0f03581a95b546ff676e78445c7eb26f91c6a
- 40afe8a52501fae73ea1a0bae0421c7ea049836434f6d8d349c88ec5f9dfe1fb
- b28054c02c11be8cdef9356d314c69aa5028dd26dc5b1be275bb559dc3372464
- 061ffb85232572258e98c8096f314662fb104b9affe07c825cd1bd486a9f4109
- 0530824ba8168e92ffc09edc6937355cf7b2c70ff860b91d89faaa125cf45f57"
+checksum="9a06feb8f4c228fed0c617dc40269b319ddfa132a4f4913205e83a0f13273c05
+ b6b4df4ba70b215132724596ca174ac6b2e9fce45081b27adf2f5904aaacfa7b
+ 805ea8383f69ea7e7f0bd9c5daeaa8dfe86b1b36b20f6b782de2840c947c9cf9
+ 36d73c41e22806d5cd6dc6fc81483fa015674c6b33a6a1dc22d2d44d23889657
+ b3cafcc645c4e83ef07f244f1350427e273793732609718234f15e127c0ee478
+ 23a44f56f6058294492e7718801bbfb58f8b69c01a32654f381956e3b00bbc20
+ e57e87e56ff27bb829fdd6d9598a094a9dcd0edd505acf7f5dabb7864ebcfe81
+ 4078ba62a274c2713f1f2a2fb627041c5add73e4d156ae9b889b74981cdd562f
+ c1408f6fa90286c08be37144af6fe94c0c11fb6994f9f1e315f2b8ce45a07286
+ 6cbdab36877fbd2103f614ecb44fe53c210c56bc1b61f76a70190793b395c40f
+ 7fe3d43cd6468c3a496ec869d33b7750ae08f3fa43b3de64539cc08a7f126e39
+ bed0934a736d8a244fdd920c829c711d12ee3d525d6a946b8cedc73adfa3ef45
+ f8106ba76990607afada76a838e5b4064b7ca13dd4e21fd14bcb6e0297cbe565
+ ef1fd6abc7465e68a83844f120769c34cad15dd89a8654bd92eeeaf6f1a0b55b
+ c503dd297edf88c3fd8cbbfdb0512f85f31f58ce41b9ebca7d2e02a761bdc8b2
+ d17edbed73aeeb8e30288b6ff4e98b2f08a0b58c8cae570cd394afadb1321615
+ 3e582d987e605c5c9379e93ed1e71d6ad9e5bd9524d8f53800ec8e39c11d2163
+ 522db208af0fe3a9455d8e039498180bac8800f2b0d84e79a9f27ca50cdbc115
+ cd31832834f1cd3a1f5ff2c1d09d9c65d9fcb95f721a563ecc71d38e99aa0970
+ 3c935bcb58d4bd60a5ae9aaad92906bdf2b2c85ce96000ffb770f14f9f19c2f5
+ f9faf8fba38f7393da5aaff7b9b8b702cb68d146a86f0ce653986afd9a21bd58
+ ddfa57fc0fb206c018e1dbc248d321cb48f114a6de644875d4bfd87ea5dc91d4
+ 3038f07e10306793c0f1f3514fddbcde45507a42d3f2e3ab57c6d3b6026a67d9
+ fee4b3dc76b48ddb2b1e402e4e63d5ff00ab914e04b107eca0d69af3def71878
+ e077580389fe2dfa42509a2fa9a762289b4a30efadd92d14c35f12d99fdaf8cb
+ 6fbae49112e76e8cc71c6043eea5faa18acd0faa746bdcd398eaaf2274e2a3d0
+ f06fb42ab4b9127571bc90e3c7b4db1a3d9a4ca9ca45e297bb3f8c7feaa20830
+ c8654ded4ac0f5f07b825b1c6f4261b300725629792881afb32d26dc15f9bff0
+ 650c521cfa75836b9105e25ca2ed0d458ee8a192ef118663b6303f2336bdd75b
+ d2a40e112941be67a1d80c23208e279f01300c75eba4c3c875fa0c2631b6909f
+ 1036cf8d589580415336fef0a9a6c80c6601444be56e26b1e642835f6deec41b
+ a7f1a5f058bc13ebeac29ab633db8cd49b26f34a84540bcdf892d4d7b62b69d5
+ 5a8ab09a9072716961c48a9f4686a8f45c65fbcf8567bfd750ddf33667082288
+ 118aa2325dde6ea7c43a230ef2b50448a8c2c34089b6982f57363cc73b884d58
+ bf45f5eb7ad5eaa79e2c1aa2c65ccc62195fa253e07c733ae0894cb0d9e5ce87
+ eb0a5fcafec05dbe25c57d7904527b4faa6e82ff6413cd7f3bebef1a17066f09
+ c03f2346b8a20b3456fbdacacc4339200de6e3af3b633e1da31fd55c832b71d0
+ 7340b9c92a1071707e53c63ed62ed4c66f2dca9be8186a6b9d4bf7f338e9e961
+ b20a210f37cc777a69c1e54b5d50497bdc9eaa73a383ee2723fadfe28ec6ab08
+ 1fbc2c149f82f36e765abf6165240c7892010bf31152a049d41a25c33fb789d1
+ 998c413a7f717e4fb855b1d398a262057fdbfd70e5056ee498c957f0a4a3b111
+ f171e1df5dbbd47d9f66646d3a9e599de9f6fe53e19e5bd79cc205cb0fec0280
+ 1abc22b324be159e1132eb8356d1fdb017e10759661ab729111138f39c3fb0b9
+ 7efc58a4dfe045e44bb2cfc2a7e515807d4b28a357548f99613d3419201a32fa
+ c2d1901fbee5adff9f08b61b0256a3cb8720fb798bcae05f87559ad7e255bc22
+ 0ad046feb7fc35b1ffac957f506443ab2c4c2196c500027190c25424660cfd2a
+ 4cdd7a2c55805c37139497037dd99429c7fbc15854f4278da08517bcd2f4a53a
+ ffb653b8673a50facdf7030866a2c5c3e813c5c84ab75e0190a15cee7bfb4bfa
+ c6d20f89ac36b250f08bd5fd6a8962c92c049c001445defc31c582fb11cbab39
+ 5bf1cd24a3308dad02b59edd2239d14be5c75f2e60e6942880d88d276e93bcf9
+ 6fe2a34aa09a1484dfddbeba181d894bc0d4f3d592e3947d333f42ad4cb59245
+ e6847ececb8fe5136f5bf9753edaae775f9d882074e7a55ea3fdadb7838fa310
+ 932d37be7830768ad7585ebf0138921febe726527e8640cc0ca6a0609e69395c
+ 9a5fc7f630148c112d72b12f25bf8d951a681bd39ffcbaabd067ff15e8475c5b
+ b3daffda75c33f94d0cdfabf1498d23d22635cb8c8cf723c0c08b7b51ffd68ba
+ 422536b47cd701adeadd0b557d28e5967dbbcc95ffd1deb0cba505d04db9af0c
+ 26f501d8e5f06bfd99d2ac73eb2cd9bc57d47bdfc64ea1e3e22ed496e25474dc
+ dc496216f543de108f5157cab31a62c30f5d9eb0c82b64e89c59b960b2023b59
+ 3be44fce8b6fc8412109b1fff16cb74bda1fad5a73b3583a94e1dd39530233d9
+ f49b2867b74e9ae19717d56660b1aaf4cb073731707b303e365f901acaff87d7
+ d89f18e2d6f9bc0ab05b68c22fe3c61b792d2b37418ffbabd50d98239e813be0
+ 503276bbb01815664ad55fb2bdefc9468dff0f6be9e3cc848b15f12cb1122edf
+ 33a3584a2f9927c8dedaf6dc321c1ec281e0102c5b53851e8b1c5566cedb27e2
+ 9ae4d05252b7eaa8f7d25d94c9b05ac84109d1332cdea849b7a03fa9a44dbf48
+ 1933efdcf72d105964310c0dfb2728bc195ae7af5d699e4e8bbc5217a1405f7c
+ 529f87578fbf8a12bc5ec7a2cb5b887c613f3fccde5433ba6edec50ae509dbaf"

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

* Re: thunderbird(-i18n): update to 128.2.3esr.
  2024-09-28 11:39 [PR PATCH] thunderbird(-i18n): update to 128.2.3 dataCobra
@ 2024-09-29 16:39 ` classabbyamp
  2024-09-29 20:00 ` dataCobra
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2024-09-29 16:39 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/52395#issuecomment-2381420996

Comment:
commit message should match version. have you tested cross-compiling?

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

* Re: thunderbird(-i18n): update to 128.2.3esr.
  2024-09-28 11:39 [PR PATCH] thunderbird(-i18n): update to 128.2.3 dataCobra
  2024-09-29 16:39 ` thunderbird(-i18n): update to 128.2.3esr classabbyamp
@ 2024-09-29 20:00 ` dataCobra
  2024-09-29 20:01 ` classabbyamp
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: dataCobra @ 2024-09-29 20:00 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/52395#issuecomment-2381583919

Comment:
Commit message is using the correct version name.

Cross-Compilation I didn't test yet but can do tomorrow. :)

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

* Re: thunderbird(-i18n): update to 128.2.3esr.
  2024-09-28 11:39 [PR PATCH] thunderbird(-i18n): update to 128.2.3 dataCobra
  2024-09-29 16:39 ` thunderbird(-i18n): update to 128.2.3esr classabbyamp
  2024-09-29 20:00 ` dataCobra
@ 2024-09-29 20:01 ` classabbyamp
  2024-09-29 20:03 ` dataCobra
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2024-09-29 20:01 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/52395#issuecomment-2381584320

Comment:
if that's the correct version, then it should be what's in the template

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

* Re: thunderbird(-i18n): update to 128.2.3esr.
  2024-09-28 11:39 [PR PATCH] thunderbird(-i18n): update to 128.2.3 dataCobra
                   ` (2 preceding siblings ...)
  2024-09-29 20:01 ` classabbyamp
@ 2024-09-29 20:03 ` dataCobra
  2024-09-29 20:10 ` dataCobra
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: dataCobra @ 2024-09-29 20:03 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/52395#issuecomment-2381585075

Comment:
Sorry maybe I misunterstood.

The version in the template is the same as in the commit message which is also the name of the version internal at thunderbird.

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

* Re: thunderbird(-i18n): update to 128.2.3esr.
  2024-09-28 11:39 [PR PATCH] thunderbird(-i18n): update to 128.2.3 dataCobra
                   ` (3 preceding siblings ...)
  2024-09-29 20:03 ` dataCobra
@ 2024-09-29 20:10 ` dataCobra
  2024-09-29 20:10 ` dataCobra
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: dataCobra @ 2024-09-29 20:10 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/52395#issuecomment-2381587260

Comment:
I see my error now, sorry.

I'll correct it tomorrow as well.

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

* Re: thunderbird(-i18n): update to 128.2.3esr.
  2024-09-28 11:39 [PR PATCH] thunderbird(-i18n): update to 128.2.3 dataCobra
                   ` (4 preceding siblings ...)
  2024-09-29 20:10 ` dataCobra
@ 2024-09-29 20:10 ` dataCobra
  2024-09-30  7:20 ` [PR PATCH] [Updated] " dataCobra
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: dataCobra @ 2024-09-29 20:10 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/52395#issuecomment-2381585075

Comment:
Sorry maybe I misunterstood.

The version in the template is the same as in the commit message which is also the name of the version internal at thunderbird.

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

* Re: [PR PATCH] [Updated] thunderbird(-i18n): update to 128.2.3esr.
  2024-09-28 11:39 [PR PATCH] thunderbird(-i18n): update to 128.2.3 dataCobra
                   ` (5 preceding siblings ...)
  2024-09-29 20:10 ` dataCobra
@ 2024-09-30  7:20 ` dataCobra
  2024-09-30  7:50 ` dataCobra
  2024-10-01 21:59 ` [PR PATCH] [Closed]: " classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: dataCobra @ 2024-09-30  7:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dataCobra/void-packages thunderbird
https://github.com/void-linux/void-packages/pull/52395

thunderbird(-i18n): update to 128.2.3esr.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686

[ci skip]

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

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

From 52ff586672a0df0e5ab4c778691d7195c08d3696 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Mon, 30 Sep 2024 09:18:58 +0200
Subject: [PATCH 1/2] thunderbird: update to 128.2.3esr.

---
 .../thunderbird/patches/flac-no-ffvpx.patch   | 30 ++++++++++---------
 .../patches/sandbox-largefile.patch           | 17 ++++++-----
 srcpkgs/thunderbird/template                  |  4 +--
 3 files changed, 27 insertions(+), 24 deletions(-)

diff --git a/srcpkgs/thunderbird/patches/flac-no-ffvpx.patch b/srcpkgs/thunderbird/patches/flac-no-ffvpx.patch
index 2e475e8c694061..439f9edc665f8b 100644
--- a/srcpkgs/thunderbird/patches/flac-no-ffvpx.patch
+++ b/srcpkgs/thunderbird/patches/flac-no-ffvpx.patch
@@ -1,10 +1,6 @@
-Enable FLAC on platforms without ffvpx like powerpc*
-
-diff --git dom/media/flac/FlacDecoder.cpp dom/media/flac/FlacDecoder.cpp
-index 53fc3c9937f7..b23771ab80fa 100644
 --- a/dom/media/flac/FlacDecoder.cpp
 +++ b/dom/media/flac/FlacDecoder.cpp
-@@ -7,6 +7,7 @@
+@@ -7,11 +7,22 @@
  #include "FlacDecoder.h"
  #include "MediaContainerType.h"
  #include "mozilla/StaticPrefs_media.h"
@@ -12,13 +8,19 @@ index 53fc3c9937f7..b23771ab80fa 100644
  
  namespace mozilla {
  
-@@ -14,5 +15,9 @@ namespace mozilla {
- bool FlacDecoder::IsEnabled() {
- #ifdef MOZ_FFVPX
-   return StaticPrefs::media_flac_enabled();
-+#elif defined(MOZ_FFMPEG)
-+  RefPtr<PDMFactory> platform = new PDMFactory();
+ /* static */
+-bool FlacDecoder::IsEnabled() { return StaticPrefs::media_flac_enabled(); }
++bool FlacDecoder::IsEnabled() {
++#ifdef MOZ_FFVPX
++  return StaticPrefs::media_flac_enabled();
++#elif defined(MOZ_FFVPX)
++  RefPtr<PDMFACTORY> platform = new PDMFactory();
 +  return StaticPrefs::media_flac_enabled() &&
-+         platform->SupportsMimeType("audio/flac"_ns);
- #else
-   return false;
++    platform->SupportMimeType("audio/flac"_ns);
++#else
++  return false;
++#endif
++}
+ 
+ /* static */
+ bool FlacDecoder::IsSupportedType(const MediaContainerType& aContainerType) {
diff --git a/srcpkgs/thunderbird/patches/sandbox-largefile.patch b/srcpkgs/thunderbird/patches/sandbox-largefile.patch
index 6ee7f3a821502a..b49d1b872e487b 100644
--- a/srcpkgs/thunderbird/patches/sandbox-largefile.patch
+++ b/srcpkgs/thunderbird/patches/sandbox-largefile.patch
@@ -1,17 +1,18 @@
---- a/security/sandbox/linux/SandboxFilter.cpp	2020-11-23 22:41:14.556378950 +0100
-+++ b/security/sandbox/linux/SandboxFilter.cpp	2020-11-23 22:40:23.595806444 +0100
-@@ -68,7 +68,13 @@
+--- a/security/sandbox/linux/SandboxFilter.cpp
++++ b/security/sandbox/linux/SandboxFilter.cpp
+@@ -77,10 +77,12 @@ using namespace sandbox::bpf_dsl;
  
- // The headers define O_LARGEFILE as 0 on x86_64, but we need the
+ // The GNU libc headers define O_LARGEFILE as 0 on x86_64, but we need the
  // actual value because it shows up in file flags.
--#define O_LARGEFILE_REAL 00100000
+-#if !defined(O_LARGEFILE) || O_LARGEFILE == 0
+-#  define O_LARGEFILE_REAL 00100000
 +#if defined(__x86_64__) || defined(__i386__) || defined(__mips__)
 +#define O_LARGEFILE_REAL 0100000
 +#elif defined(__powerpc__)
 +#define O_LARGEFILE_REAL 0200000
-+#else
+ #else
+-#  define O_LARGEFILE_REAL O_LARGEFILE
 +#define O_LARGEFILE_REAL O_LARGEFILE
-+#endif
+ #endif
  
  // Not part of UAPI, but userspace sees it in F_GETFL; see bug 1650751.
- #define FMODE_NONOTIFY 0x4000000
diff --git a/srcpkgs/thunderbird/template b/srcpkgs/thunderbird/template
index 7e32da62f45259..116ca3395dfd0d 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=115.12.2
+version=128.2.3esr
 revision=1
 build_helper="rust"
 short_desc="Standalone Mail/News reader"
@@ -11,7 +11,7 @@ maintainer="dataCobra <datacobra@thinkbot.de>"
 license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.thunderbird.net/"
 distfiles="${MOZILLA_SITE}/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz"
-checksum=6378a0dbe8d785f58ab9778a507e36c33a5f869ae1a670638e27787b9864e638
+checksum=7ad90cbceb74ba0c7fe466a8032bebeaf29c97d7a48eb7c67c201dadc204dcaa
 
 lib32disabled=yes
 

From eb6f7236fa8354a0683659e4f53a35e9f4e53d35 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Mon, 30 Sep 2024 09:19:30 +0200
Subject: [PATCH 2/2] thunderbird-i18n: update to 128.2.3esr.

---
 srcpkgs/thunderbird-i18n/template | 134 +++++++++++++++---------------
 1 file changed, 67 insertions(+), 67 deletions(-)

diff --git a/srcpkgs/thunderbird-i18n/template b/srcpkgs/thunderbird-i18n/template
index a9da24de34d052..d3fc1461e51b61 100644
--- a/srcpkgs/thunderbird-i18n/template
+++ b/srcpkgs/thunderbird-i18n/template
@@ -1,6 +1,6 @@
 # Template file for 'thunderbird-i18n'
 pkgname=thunderbird-i18n
-version=115.12.2
+version=128.2.3esr
 revision=1
 build_style=meta
 short_desc="Thunderbird language packs"
@@ -106,69 +106,69 @@ _pkgtmpl() {
 			usr/lib/thunderbird/extensions langpack-${_lang}@thunderbird.mozilla.org.xpi
 	}
 }
-checksum="c4b93f2d4c1db3d9c96788a8aec5fe8f3a47a278ac109ca75f71d0b241977a97
- 34d11eb9d4e54cd4b40a42ef6b206a1378243a1b2d43a6be141e84c3005d0201
- 2939a75ac0adfc40c2a7b9e71cd4750f4cfd9b3be9188d9b54e514230f6ec183
- b53a1b54ec48a8a60fd5cfc1c6152d1e017fb28a7a5af213f3a92da7fd282b4f
- 2f9d40e270e8a59eabb8a80aa1d16992d2470f48ff000900c60bab92453becd5
- 5b29167ca428832b5ac94b9b98061d8108643be337af36b60b980df385755349
- cd359befd64d9781f86447e6cf8305325159c084c6aef5401a32e064a83fafe2
- 01372e4746f4ea363128147bf1c980d0a43c7612895c6aae595d512e7687dfb3
- 225e8f8b040dde8b41651acae00d9bd9b00ecce2ef94088a2324088e1a491331
- 71e11ee9daab1267e9ba00a1cb09e94c2b5807834973f9edbfacb3ac31aac25d
- 20eca7ef078e25327024a44925a4b451adeb56d979e20fa7d3fa0294db73ce3b
- a822274a8e26cc5e4f1cb8d3ca5f76b129ee95f9fbddb7c6cc8cd617e7a5e0a6
- 1e2738e9be47882b904f3ed55e8981c5fd5ef0093312c1c5c27137824ff2e9aa
- 3491da47a2a4148518f99add406fc6700fbdc0f37c05e743df2e0ab0d872841e
- 3612374f591eae85c3c0f7ff3ceda545959dfe9b8f2e30f0c48fde887d12a48c
- 2304b44c260ee6f19be048b44873e9d3f77ae8fcd6de18990a90e4325351154d
- 2d9f90a2ff6140a3123d1b56d7a8034cbfffd2de8db4fd1c4e908914bdb04c8d
- 63db81df3a4b2250df48655b58f5f33b9e37f0cad933608b49242ea42e5f5164
- 87d8658374e079cd0ad50d2368a180faead6f472380864a0c84b8fd6b0dcb776
- e17d2964910199042f2ad19160b2434c325ec4502dc9cadf34cf9a605cf72412
- ac2aebbf215441db9b461dee48ca86ef4435ea725d9f7dee6e07e628f469d50e
- 537fd6f3a946cda625dd89bdd6afdac94f2615029fd7d4a8aa13a28329f6fabd
- 510018f8a2843635c79ea40b59735d0b30442a3c553b547ce788009014e1918e
- 0fa3c4213389dc32de8a42a538bc6fe2bf253c30a55254a4597c717c9a0b6784
- 55d3a0b3b2f0b2926af121c7e55d476d7fbb685cf92f25250482c5c71ce665da
- 498c32d103ae099703b80dc97a542dda7106fca8aa69576815ed043f5c338677
- 06fde522e3015a44e0b83d7bd8d492ef2c8387397d600c0988004b6d1bef1a95
- 8c2f1a8111243507de03754b974c9f1dba4663978f51fb9e149cf9e5188d9862
- a9e8cc51842e05d8fadb184a2850b9e5a38919e6c4b864dc3ccd1df3b9057465
- 194decef70b52959d591a56a7535c3eaf4fa77bd4bd213716455a4a826243936
- 89e90035f7f8fc077973b570cd50253180ae0ec494d770165d217e60f35f52f8
- e760d09737256b9eafd8809b18e9855baefd4708648120f220653c85e86c0162
- be6295910f332440f46510519a8620de6a72f225eba17218c734fd647c038994
- ee0dc930a1f12982934d43c9f4c2b17d6107f2eebefad2cf7aca4b8dc9d683f2
- 600d2d9b9dff4046d476292d9b14b8fa1d0627667ab4b07d2c723ca48edb9911
- 8e3d09c431708299b8a6cae4ab85a06a645d1f3fd30a3bb214bc543fa14b1321
- 79dbcd0ba0d00d6888f19afef0ab7f942b877218b2be9a2aa4bf432fe0b8b85c
- 24664077cc6b2f12fce3e1989e59ced2c4ea4137607dfae59444fab2c1c611be
- 683772987bb4d2449d583a7c1d4dd457cd8c14e5e809780d0356d75644db16aa
- 21fe1d459acf265361a01992b0e4528018b0057a2082c0884a754a2b6776f1bd
- b4080e77450b1edce5473cfaaae43efd00ce2b8a85fab50293f69f2def4829b6
- 397dee46be7b6184f8d18735c5f052307911e9fd2947689a2e96225bb24e9ead
- a9f7b4e8088710bfa010dcb8fe361f6ed981960cfcb3e80185d7fa2a1070cfab
- d0612d40dec1d9a86e356da0818c59715e15ad7a167223ce2aa4e7f7f42adddf
- 60f01bb6c2d089cc6549f60465aae08134d50598ab485f778c5f028748c35f49
- 7c46a382169b3dcf2dab4fcea0418eeab5f63b878ca72341071753a0913c2f90
- e1d0c3676086b8d8fb8028cae78cd3cdb554aae4629bfc21bc6de817c5c4b2ed
- 668015a83858825aee8f8fd463cbfa523fe0fcfd8046a2f19ffdcc08d8dd913e
- 053265b4497e6c865c9c8d3a43500c5b5c4577d2431860d992a69c5742e43bee
- 551e02cee10d964270717128f96d01b36b21b606d13ea43b66aa248b3cc656e9
- 8bb9283f28cd2626a0cc021b842968c02d0c8ed005a35637a8d564d6ec721b54
- 93ef5f5812b3c495ed2be60fe13c79ccec37a5d94d95620a88fc4a9dd277751a
- e2b9668450c826326ec96c1881341cea82eb52171684d15265b73ded0fe5d953
- 648fbcd0449d35f6d7521ba16ee30d16d3811d1c8aae395306ec894d47ed136c
- 058bd24503e76b2050af981de2522fd68e8dee4e166450444dee22a3b27996d7
- 7e10e1260ac42371c71dee82899e114876da3193907b0a534ebcc3637d75592e
- e7f0cdd8a6d60a2f8993250bf4d3a0edff8b48fe6b1c275624ec645c32cb8d20
- 21f909fefb3af641ab40fdca2c1698031011ec41846bab481993faf6800422dc
- 1bd4854dae58a4ad0f062c09755a122cc2b0e1df7a5a882d16c258659b10a7ac
- 2d93f0de6208a88a3640a70c109759b42027afe200646c181058cf9b62eb0d7a
- 54eaf8bf484bf948520f5a9a978d0c5210df8891904ca63c63e076bd9bd943d6
- 5d3119f0af71e140123dfe71cda0f03581a95b546ff676e78445c7eb26f91c6a
- 40afe8a52501fae73ea1a0bae0421c7ea049836434f6d8d349c88ec5f9dfe1fb
- b28054c02c11be8cdef9356d314c69aa5028dd26dc5b1be275bb559dc3372464
- 061ffb85232572258e98c8096f314662fb104b9affe07c825cd1bd486a9f4109
- 0530824ba8168e92ffc09edc6937355cf7b2c70ff860b91d89faaa125cf45f57"
+checksum="9a06feb8f4c228fed0c617dc40269b319ddfa132a4f4913205e83a0f13273c05
+ b6b4df4ba70b215132724596ca174ac6b2e9fce45081b27adf2f5904aaacfa7b
+ 805ea8383f69ea7e7f0bd9c5daeaa8dfe86b1b36b20f6b782de2840c947c9cf9
+ 36d73c41e22806d5cd6dc6fc81483fa015674c6b33a6a1dc22d2d44d23889657
+ b3cafcc645c4e83ef07f244f1350427e273793732609718234f15e127c0ee478
+ 23a44f56f6058294492e7718801bbfb58f8b69c01a32654f381956e3b00bbc20
+ e57e87e56ff27bb829fdd6d9598a094a9dcd0edd505acf7f5dabb7864ebcfe81
+ 4078ba62a274c2713f1f2a2fb627041c5add73e4d156ae9b889b74981cdd562f
+ c1408f6fa90286c08be37144af6fe94c0c11fb6994f9f1e315f2b8ce45a07286
+ 6cbdab36877fbd2103f614ecb44fe53c210c56bc1b61f76a70190793b395c40f
+ 7fe3d43cd6468c3a496ec869d33b7750ae08f3fa43b3de64539cc08a7f126e39
+ bed0934a736d8a244fdd920c829c711d12ee3d525d6a946b8cedc73adfa3ef45
+ f8106ba76990607afada76a838e5b4064b7ca13dd4e21fd14bcb6e0297cbe565
+ ef1fd6abc7465e68a83844f120769c34cad15dd89a8654bd92eeeaf6f1a0b55b
+ c503dd297edf88c3fd8cbbfdb0512f85f31f58ce41b9ebca7d2e02a761bdc8b2
+ d17edbed73aeeb8e30288b6ff4e98b2f08a0b58c8cae570cd394afadb1321615
+ 3e582d987e605c5c9379e93ed1e71d6ad9e5bd9524d8f53800ec8e39c11d2163
+ 522db208af0fe3a9455d8e039498180bac8800f2b0d84e79a9f27ca50cdbc115
+ cd31832834f1cd3a1f5ff2c1d09d9c65d9fcb95f721a563ecc71d38e99aa0970
+ 3c935bcb58d4bd60a5ae9aaad92906bdf2b2c85ce96000ffb770f14f9f19c2f5
+ f9faf8fba38f7393da5aaff7b9b8b702cb68d146a86f0ce653986afd9a21bd58
+ ddfa57fc0fb206c018e1dbc248d321cb48f114a6de644875d4bfd87ea5dc91d4
+ 3038f07e10306793c0f1f3514fddbcde45507a42d3f2e3ab57c6d3b6026a67d9
+ fee4b3dc76b48ddb2b1e402e4e63d5ff00ab914e04b107eca0d69af3def71878
+ e077580389fe2dfa42509a2fa9a762289b4a30efadd92d14c35f12d99fdaf8cb
+ 6fbae49112e76e8cc71c6043eea5faa18acd0faa746bdcd398eaaf2274e2a3d0
+ f06fb42ab4b9127571bc90e3c7b4db1a3d9a4ca9ca45e297bb3f8c7feaa20830
+ c8654ded4ac0f5f07b825b1c6f4261b300725629792881afb32d26dc15f9bff0
+ 650c521cfa75836b9105e25ca2ed0d458ee8a192ef118663b6303f2336bdd75b
+ d2a40e112941be67a1d80c23208e279f01300c75eba4c3c875fa0c2631b6909f
+ 1036cf8d589580415336fef0a9a6c80c6601444be56e26b1e642835f6deec41b
+ a7f1a5f058bc13ebeac29ab633db8cd49b26f34a84540bcdf892d4d7b62b69d5
+ 5a8ab09a9072716961c48a9f4686a8f45c65fbcf8567bfd750ddf33667082288
+ 118aa2325dde6ea7c43a230ef2b50448a8c2c34089b6982f57363cc73b884d58
+ bf45f5eb7ad5eaa79e2c1aa2c65ccc62195fa253e07c733ae0894cb0d9e5ce87
+ eb0a5fcafec05dbe25c57d7904527b4faa6e82ff6413cd7f3bebef1a17066f09
+ c03f2346b8a20b3456fbdacacc4339200de6e3af3b633e1da31fd55c832b71d0
+ 7340b9c92a1071707e53c63ed62ed4c66f2dca9be8186a6b9d4bf7f338e9e961
+ b20a210f37cc777a69c1e54b5d50497bdc9eaa73a383ee2723fadfe28ec6ab08
+ 1fbc2c149f82f36e765abf6165240c7892010bf31152a049d41a25c33fb789d1
+ 998c413a7f717e4fb855b1d398a262057fdbfd70e5056ee498c957f0a4a3b111
+ f171e1df5dbbd47d9f66646d3a9e599de9f6fe53e19e5bd79cc205cb0fec0280
+ 1abc22b324be159e1132eb8356d1fdb017e10759661ab729111138f39c3fb0b9
+ 7efc58a4dfe045e44bb2cfc2a7e515807d4b28a357548f99613d3419201a32fa
+ c2d1901fbee5adff9f08b61b0256a3cb8720fb798bcae05f87559ad7e255bc22
+ 0ad046feb7fc35b1ffac957f506443ab2c4c2196c500027190c25424660cfd2a
+ 4cdd7a2c55805c37139497037dd99429c7fbc15854f4278da08517bcd2f4a53a
+ ffb653b8673a50facdf7030866a2c5c3e813c5c84ab75e0190a15cee7bfb4bfa
+ c6d20f89ac36b250f08bd5fd6a8962c92c049c001445defc31c582fb11cbab39
+ 5bf1cd24a3308dad02b59edd2239d14be5c75f2e60e6942880d88d276e93bcf9
+ 6fe2a34aa09a1484dfddbeba181d894bc0d4f3d592e3947d333f42ad4cb59245
+ e6847ececb8fe5136f5bf9753edaae775f9d882074e7a55ea3fdadb7838fa310
+ 932d37be7830768ad7585ebf0138921febe726527e8640cc0ca6a0609e69395c
+ 9a5fc7f630148c112d72b12f25bf8d951a681bd39ffcbaabd067ff15e8475c5b
+ b3daffda75c33f94d0cdfabf1498d23d22635cb8c8cf723c0c08b7b51ffd68ba
+ 422536b47cd701adeadd0b557d28e5967dbbcc95ffd1deb0cba505d04db9af0c
+ 26f501d8e5f06bfd99d2ac73eb2cd9bc57d47bdfc64ea1e3e22ed496e25474dc
+ dc496216f543de108f5157cab31a62c30f5d9eb0c82b64e89c59b960b2023b59
+ 3be44fce8b6fc8412109b1fff16cb74bda1fad5a73b3583a94e1dd39530233d9
+ f49b2867b74e9ae19717d56660b1aaf4cb073731707b303e365f901acaff87d7
+ d89f18e2d6f9bc0ab05b68c22fe3c61b792d2b37418ffbabd50d98239e813be0
+ 503276bbb01815664ad55fb2bdefc9468dff0f6be9e3cc848b15f12cb1122edf
+ 33a3584a2f9927c8dedaf6dc321c1ec281e0102c5b53851e8b1c5566cedb27e2
+ 9ae4d05252b7eaa8f7d25d94c9b05ac84109d1332cdea849b7a03fa9a44dbf48
+ 1933efdcf72d105964310c0dfb2728bc195ae7af5d699e4e8bbc5217a1405f7c
+ 529f87578fbf8a12bc5ec7a2cb5b887c613f3fccde5433ba6edec50ae509dbaf"

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

* Re: thunderbird(-i18n): update to 128.2.3esr.
  2024-09-28 11:39 [PR PATCH] thunderbird(-i18n): update to 128.2.3 dataCobra
                   ` (6 preceding siblings ...)
  2024-09-30  7:20 ` [PR PATCH] [Updated] " dataCobra
@ 2024-09-30  7:50 ` dataCobra
  2024-10-01 21:59 ` [PR PATCH] [Closed]: " classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: dataCobra @ 2024-09-30  7:50 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/52395#issuecomment-2382364809

Comment:
Here is what I did:

1. Rename both commits with the correct version.
2. Successful cross-compilation for aarch64, armv7l and armv7l-musl

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

* Re: [PR PATCH] [Closed]: thunderbird(-i18n): update to 128.2.3esr.
  2024-09-28 11:39 [PR PATCH] thunderbird(-i18n): update to 128.2.3 dataCobra
                   ` (7 preceding siblings ...)
  2024-09-30  7:50 ` dataCobra
@ 2024-10-01 21:59 ` classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2024-10-01 21:59 UTC (permalink / raw)
  To: ml

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

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

thunderbird(-i18n): update to 128.2.3esr.
https://github.com/void-linux/void-packages/pull/52395

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686
  - aarch64 (cross)
  - armv7l (cross)
  - armv7l-musl (cross)

[ci skip]

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

end of thread, other threads:[~2024-10-01 21:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-28 11:39 [PR PATCH] thunderbird(-i18n): update to 128.2.3 dataCobra
2024-09-29 16:39 ` thunderbird(-i18n): update to 128.2.3esr classabbyamp
2024-09-29 20:00 ` dataCobra
2024-09-29 20:01 ` classabbyamp
2024-09-29 20:03 ` dataCobra
2024-09-29 20:10 ` dataCobra
2024-09-29 20:10 ` dataCobra
2024-09-30  7:20 ` [PR PATCH] [Updated] " dataCobra
2024-09-30  7:50 ` dataCobra
2024-10-01 21:59 ` [PR PATCH] [Closed]: " 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).