Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] firefox: update to 100.0.2
@ 2022-05-27 20:56 anscarius
  2022-05-27 21:34 ` [PR PATCH] [Updated] " anscarius
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: anscarius @ 2022-05-27 20:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/anscarius/void-packages master
https://github.com/void-linux/void-packages/pull/37317

firefox: update to 100.0.2
[ci skip]

This update fixes recently discovered vulnerabilities: https://www.mozilla.org/en-US/security/advisories/mfsa2022-19/

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



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

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

From 6c42645da74d186397a269831c22be14e27802e0 Mon Sep 17 00:00:00 2001
From: Oscar Serrano <info@anscarius.com>
Date: Fri, 27 May 2022 15:42:27 -0500
Subject: [PATCH] firefox: update to 100.0.2

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

diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template
index 021bb6aee82b..9c8a17a940b1 100644
--- a/srcpkgs/firefox/template
+++ b/srcpkgs/firefox/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/firefox-i18n".
 #
 pkgname=firefox
-version=100.0
+version=100.0.2
 revision=1
 build_helper="rust"
 short_desc="Mozilla Firefox web browser"
@@ -11,7 +11,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
 license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.mozilla.org/firefox/"
 distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz"
-checksum=664c0cc4e0fb70886aa4e652d144996045d533a18eebc7d61093103cbb2d5e7f
+checksum=dc109861204f6938fd8f147af89a694eb516f3d4bb64ce3f0116452d654a8417
 
 lib32disabled=yes
 

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

* Re: [PR PATCH] [Updated] firefox: update to 100.0.2
  2022-05-27 20:56 [PR PATCH] firefox: update to 100.0.2 anscarius
@ 2022-05-27 21:34 ` anscarius
  2022-05-28  8:04 ` voltar13
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: anscarius @ 2022-05-27 21:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/anscarius/void-packages master
https://github.com/void-linux/void-packages/pull/37317

firefox: update to 100.0.2
[ci skip]

This update fixes recently discovered vulnerabilities: https://www.mozilla.org/en-US/security/advisories/mfsa2022-19/

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



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

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

From 6c42645da74d186397a269831c22be14e27802e0 Mon Sep 17 00:00:00 2001
From: Oscar Serrano <info@anscarius.com>
Date: Fri, 27 May 2022 15:42:27 -0500
Subject: [PATCH 1/2] firefox: update to 100.0.2

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

diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template
index 021bb6aee82b..9c8a17a940b1 100644
--- a/srcpkgs/firefox/template
+++ b/srcpkgs/firefox/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/firefox-i18n".
 #
 pkgname=firefox
-version=100.0
+version=100.0.2
 revision=1
 build_helper="rust"
 short_desc="Mozilla Firefox web browser"
@@ -11,7 +11,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
 license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.mozilla.org/firefox/"
 distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz"
-checksum=664c0cc4e0fb70886aa4e652d144996045d533a18eebc7d61093103cbb2d5e7f
+checksum=dc109861204f6938fd8f147af89a694eb516f3d4bb64ce3f0116452d654a8417
 
 lib32disabled=yes
 

From 75d3129323a1390bb37a7967d294cf45de2befb1 Mon Sep 17 00:00:00 2001
From: Oscar Serrano <info@anscarius.com>
Date: Fri, 27 May 2022 16:33:55 -0500
Subject: [PATCH 2/2] firefox-i18n: update to 100.0.2

---
 srcpkgs/firefox-i18n/template | 194 +++++++++++++++++-----------------
 1 file changed, 97 insertions(+), 97 deletions(-)

diff --git a/srcpkgs/firefox-i18n/template b/srcpkgs/firefox-i18n/template
index f13acdfd6d5d..a0f8270bd5d8 100644
--- a/srcpkgs/firefox-i18n/template
+++ b/srcpkgs/firefox-i18n/template
@@ -1,6 +1,6 @@
 # Template file for 'firefox-i18n'
 pkgname=firefox-i18n
-version=100.0
+version=100.0.2
 revision=1
 build_style=meta
 short_desc="Firefox language packs"
@@ -140,99 +140,99 @@ _pkgtmpl() {
 	}
 }
 
-checksum="05fc947ff479288182364d39a343fb33276f37266be02c17c6c2adb15c9209c4
- 8ffad9c79427474069ab2b5dc4cf772947a34b7988d68adb576e79b8a23ab67a
- 523277c631901519063d41b63333aac3ac874b3e6a453566c0c1ea3fbb7a90aa
- deb96111e07746d8ddc99e961dfc1e545cc9fd50e4eaade71fa40f5f575f9ac4
- dd1672b8e38ac2a29fe3be20b11a73c7935dae71ef2624fe92e755763a639d7c
- 5e10c7080c772a441d3e3116cc964e162d6a5a2ced953bf5a6c59c303fdbcdf0
- edcb679e72e4ffd3b8fddcf231bcb07a5c0d44b2e1c32982b752f40cafaa625f
- c4670cc9456a9c170b71b85a1a2486c10d9046f3fec7fd807555a32335d2fa9e
- 57dcb0e6af8b0573a1188cbc4509e4a30fd1d027b686d73a6b793f6b21e86df2
- 5c385dede7eaa4e248a15f918c7f64e9125899ef742817bb39571ae0b37b34c4
- ff15f4844392d0cb50527bdf48d4873f55ba08d8500306ec9ca83405a704fbdc
- eeefc55c1f80988ebf4c759e4f19092fae79b6335f450d24616c3b3db4985170
- ccb517a28a85c6aca804ae46bfeba7a0a3fa577111328ccb7bbfda2cb67cb055
- bb657cc31e3a2eaca1aa19df8532baa4c05d86c4eedb2dad41e1c85a977193fe
- caea7efda0efd010947fef5260726cd1412d222faccab12a7017c6053e355fff
- 1b2667186c51e750fdaf05efcf724a932d4b3e10f839396b36bf35c7b8fb58c9
- e079ce25240d5d286af227c19175446328174082e7f24db3da3366933b213327
- b534df3b5798fc73ec0989c7e2acadec5d96dc5c29f599ca34b6e3fc2d063ebe
- 3b232b2de0b99a6d1cb4f0afa203edfb62896065de9aaf351860cca222f22327
- 520b578228ab2efb7880477276c2b9db430a77efacf590c75bd16cefb5a96d67
- 10ef072059fb1ed982d7e5a4e90f741f99213d15b94eeeb398d09d7f651aff3d
- 9b882019ca6e4de58c8f229b344888814424b079e939dd362ea77cf50c9ed059
- f389a84de1dd7ff8375c66694168a1479697f9ce64e6d4c2824a585076b5aee0
- f4f3eedcbe27ee556a8e58cd0d07c9c530b0a83b68ada75e74a1d91977333b89
- 4d67fca1b1f12f4e5c8ac9e5f70140bda20e8c608ee77df4eb4dc97f9f984eaa
- b73da525fa7ed072e2f2ef2d68eeba037de126942d1190d875d359de77f7006c
- 4d2253d1d31a6740b24046c066a8342d240599a096585e848e7c065d0912d80e
- 309eed3a6b60de8b338ae464d29db444320f55d31adf0a8b00885d0cca43ad93
- c92d925cd81c692f7180cc71fae28d77b3ff7466e365169d92e4288d40249a08
- 50b1fbc60bea33b12fc5d3fa676503c8417708db0451b9afaff604892612a23b
- a42141c5c6c00be51e947f9a49ede93e2283050487200e28e71901480b845ff7
- fa552045ce9cd1b1ca47ef0a0aab50d1095ec9b2f46d3103efd957cdeeccb751
- 3974ecc24feab6d577d23bd27427136cb0389104011ff796d68d02a69d71789f
- ca5eb3b04b1c4b32aeefbda17949a358257fe389d48dab1c886b9cec884fe0f9
- 846ad932823fd5764540e72d2e8854f87963f8caf4685eb60012bfb5923a75fd
- f5a05fb9a4607f1589096e13b47f985d26253cb5bb5da1cb918865e9654e550e
- 6717b235fa616b1b9d6684ef50863926d7ee3571811c215d226518916ad3e95f
- a767439949302a6eb682c58c72c35920fb143deaac708ae72bad47bb42430945
- 985cd6fb46031859fb238c8b8ca3ae64f8583bab09e6719704c427d2589525c1
- 7c6b502db9cfa306bc214a3d17c5931b071072ab4326c6ce8bd7498ae126282a
- e4d00cf895acdac207b1ed4f62280927850d3621ae6ed959bc0dd4adf377bfd7
- cc11c9b95bfb4e3ce0782c9f2c7e4c7fd92a3b0cc3f6f7bd1390921df1b59ac0
- 2951c4030c25c59407be23d4c8b203f68c302dee756b895a3ef1c21df1830146
- e659f2a38763062004fe34968fcdb805b00bf440e4b576ee7028c12a7d8493a4
- ed29465a92aeb657fa04c226fe3fac1edbe73f69f5001d18b379b21ceaf7f98f
- b3c38d2d016017b6449bf73f55f63d67e0a9ebf8ba6df059e7d378f953b2a9f2
- 516d885123c351b24ed093ee1ac194d7297530852ef2bdc23b20903790d060a5
- 2744519881bda9cd1fc210629a4366886b55e840877e7fbcc11211c281d4668d
- dff4045c796f34b4d31a55fb59aecae4b8dce24a12ed552d146707e9cc51187c
- 3862311cc49c8e6d8e8f0f2f03303a0a137654f5cc6511f7f8931a50215f838c
- d0cb5d6b31eaa479a903fcef3a9f014ba8939c446ef7a44e8d40b0a6760a17b6
- 7701f6381976c0f1c15c80f3661c6ef20a9953d5cefd64710da7814e875deccd
- 9757690f40ea70ec1ed6ca4791cf7fafa4d7f9f58a4b1683cfe0be229c3c656a
- 2d076430aea914ed0fe8c6cf3c9f61a2f7b5b6fefb87fa0631f3b1fca2274eec
- a32477149c8bdf30590b7dfe931dba18bf9589271d01ffa58d47389dd6ecfe3d
- 9da35b91db26edb8b8c48cbbd8b953fd7b7fbd74c2233a004c8a35de4fe473f3
- 5bee5ac2905748ba2ba0f0488f2ecfc409112e626b2e1580f21f1a6dfc685d6a
- b362ca18cb856bec6aedd2a05b3dfcdfdc78ecdee19866f8aab6047c1603ae88
- 7a044e5236ba024e80065a8a159dc18c61fd938d39902e4f626615f927038783
- 26e198549ddf1df25f22801c74cba3c18440d17f1e9b90d96a83c38498213aba
- 2ca078ccb32f81356f58db590a95ba27fda61dc2ce88d939bbb68d5392b4677b
- 1b183032cf35b4c3ccc088ba63d83bbde55e1d1a14a0da756957345875a3a695
- 1dba115cf55edd6082e3e68366fa5aa679deae0262621f8ef574f6f6f7f3f5f0
- 915c75c205383edf6e31325b9717769dad24f6f457a390a80cf9063bd38fb29c
- 055866db316ecf278f682a6389f9a42c422c3eda5fa3c5f4223adb18511c5c61
- f7ffd0af9d3f401e6fdb1425c19de890cfcf2077fadefb77aa9514d83701aefc
- 9a518360c83589f326252c0096d0a7b766f271f40cf8ae99394cef5a46120306
- 2ed7c8a352d064d5813121238e385de73d02c70260a3622b774892c003d4fdcc
- 4bce9dd4f8eac65f13f447976c61142aa9e227ebd79ef84e2205abbf383dc096
- 1f51826364ba69823a7c56c87523f5aadbf4e577c6d4934bc96021083efe2083
- d5b38929489bb0da1688c9f31d35051f5801a4111d60b49521bd736512a5812b
- 31494871d4ee110921cca19eafd2ddc089ab51edb96e67de6d5e75b2293262b0
- 11166cc8dcbae00aaf39c58f23f1e357a942cf9fae1873e486aadefdd33bf933
- 9ff85ed3a21d63785e7c2475577097bd8a53cf4eaa7122bbf78225078abb7c96
- 82102671cd03006743333b73dae07f4cf0702ac96ecccdb86fa7b40e9ea85c74
- 8c9096f28cbce9b40d534cddab6ce9c3dd1003120b7201490d936743763af12d
- c11653e2d1f845360c176a698f77b196230b7ad108f6e86033ba24b8fe7f8e1f
- f728c9850b153bcd15d3fde9f134177d58db1cacd4ef42a9e9baccf5981c5195
- 2683e367a49ca9e3c9c278970a5b8a56f5718d948dc73c1fc26c5340cac4d005
- 96b0327b8766a6e3e40097cdcef6cdbb4498df256c9a0a43cb20bc7543fdf9fa
- 9936f3f4a9a1c86ae0123c714f71b8652e7217f58c3e529d6f3e4737a930c044
- 5e6d54c42b0fc394142449727aea373cef5dec109c857d3f7de2576abc55394d
- 7092c55e961b30bc42941730ed4ee831445c5d8682e51af8af1a134aa0a6be1b
- 670723fe5f0d50cc59e1d4af1c8d3176ef6d2a4b61c56274a9a805c084bba72c
- a04627bfb97a249b166c625630e4ba5875400e9fd6cd9f54e8d9c94dc43ec7e0
- c7c7bf41ad8a745da097fde5c9e06885f520cd8f2cb4bde06fee8b029ee85888
- 485d48e4c86c82c1812f603a7a02ac390134adccdfa25e86a6d0f75643bc5f2a
- 55598530db9d7640fc73ee9881fb5c43b2a50b3b075454dc4e59baef93b4f70f
- d4afee4357c8e49ac06d66b24606ed1265b8cb14979125e0e0d326335238779d
- 28d511b6de7c0c92730c79523710624427e6cd320225827a49cc217c06e1d612
- 5c587ab32b4f5a835992f03ed47f875f962da36ecc48a6b4cd999de6f944e7e1
- 949ab674459d323cc04364ab6a8a141d1976d22c08c8705d434276405fada9fb
- 1e7a6048da7b760b85301927b9a57ad7da041046df179126cd0126df97029927
- d3af2b83e1349e9db60b8caf47141f3e9ff339651823909f6ee98fdeb7b1134e
- 53dd63b3de2a325b278084825883a19de8e7fdc8bc4fff88f24b052a64731094
- d4da572047b11729bc29c3f7f9c9afa68ea308b0f0d03515037c9bac77dfdb37"
+checksum="3f6029cf0b660b625c3387741c3353692a63839e2526a294e429170e3cda099c
+ e2db5ad34b265b537a0b7e9a53fbe24bd6280dd07be3055234bd1e382c170d6d
+ 42416a831801cacd4f9b239471a2e710af13a7aa44d562bd5ac4601780c0a62e
+ 3e2b810e91cb0377619174b95e47d51c415f6df72bf3c6e1493c881c7d648dbf
+ 7e08e93640d5a5855249a1eed44e507ee3a6035fac10d6a23ef65c854414aee7
+ d27df3b36622fb080531a9d7679a2225475dc7f8af7b1d24ae61378671920f1b
+ 481a4df74aefd2fdd6d1b09740e40123aab9a88dee3254b58e70feeb75088621
+ c220bd6f1a9df731fddbc3d2e776ed2f52720a9b38fd5e9ec3b9bbb6f3baa4bb
+ d5a305df54a19700d5b8971473c05bc747cec83ef6ac8248a5bf374df21f5e9e
+ bb3ed5908e5968d2792e47392e09c06735438b06f09afbec04ee64836b5abebd
+ 7830dfcb996d4f4cf4b437da087c3c44d6cd436af8e759bd3354837b11f0e353
+ 272cb9e23ee7d6542037ee4b2f8b4a7acfd2a55daa5529707ef3999654cdc624
+ cd63154ad0a625dada597d08690036e4a1a7da3d2da21b648cec98c70d847a2d
+ 9fb5656bbc2155fd26a56c5789769d28f6cd66b77ac3e83bff71738866ffe02f
+ 43784be4486e3b65fb8eb68171b46114e8b176332790876378ce838295c1cdf9
+ ac002ba145f0cd2ed947427739fb82df19b4dd96549951c1301b49c102496754
+ 6340544b103721da63e6e7f4ec2c2b16158a8409f003fdfef76195ad469e576d
+ 56e2fb0055602afdf4a309c98bd55c7e0841389d95b8b1ba3584e3468447184b
+ 9cb6c27fe782d66e6acaa13d70a062d5754318203206bc1d755c668e49523edb
+ 8d6818886091e440312de51fb726bc5d4c160c11d6a634fbbbf86e8f0a57c5a9
+ 3e241b7002f96dd56785ac664a0fe7adc3a6133f39d3fde465ab9ea4a5e02d3e
+ e495da0326ca2e75de8da9d4e8af0473735cedf7dbe3e9fd521662bb3a09dad2
+ c6db6878c91789a3d67650f23e8eebaf6f8397a5252b13554f8619ad9de9ede7
+ 83e8a9f210ccd0f61fcbc1f29a714b5043aece11aa09864e47170af9527c4492
+ e5a338aa1378a512d9a35827326d0c0e87d5398440c2a6ee3874ad918ab47619
+ 636f364fffd9a6a49e0b601ab940450b5fd3ad28bd6e991b350bb80e91ee412d
+ cf720d2633ce56c7096d2aa846cf361ac4581c59b286ae500755bd7873559bf4
+ ea707141f32d7189497dde3236b35a42ba9bd480b748a7f17ecd1f467d9189a7
+ 13390d6f422e4cb53c2864cb354ca49ddacdd9851ef619749222c0ac89fab90d
+ ceb876460e76a42db339e5400ac907f2c747c90b32ce7ed1e2faa7c7c5f32d7f
+ bc8beb474b9fee143b4e25a973c624de6526492de167de1cc96e87d0de247b55
+ 862f5870b12bf9e2ada9a23c05664db10f2c09a3c660ba59ac66d48e953da458
+ c937a56912396c94e95ba9c2b598ba0e01ea21730ad702a4685e56ea787e3dde
+ deda7dfc3a5e44ffb16acb0ce373607a9c50a15eb7939326acdc4c699ba2d6f9
+ 0d58136b99d0eb09150b5e954b809984eff06ab83da0f03638815fd5221ca08a
+ b7f99692f12d0bdd599b5ddfc4645c89a51b3548d9c5b37ab0806f21917f3892
+ 71bdefd657d73bb6a39745bd5c50c22463b9c5c2031704293fc21b8090a63461
+ ae5bacf29cec6cc7980075936345b002258d263973b18c68496c8a184e78e417
+ 4449c7b239857db46ff607221821622938c8ef286c940fd9e02c6cf74eb8fd44
+ d4e5c4ee54a6800186cc0c2f4d96e783635a08daf7d04dcb30a3547032cb17fa
+ 39abcdc1f4605c23146f9e0a1d786e7c73ce229f4eb1da836e9b938060384d8d
+ aaa014c5623234bca1d8532eef5fba0b775c076d5c6ad458e6ca827e7a175c0c
+ 082540907c8df44d537e1ae33ca3e51ee0d4dce41f571daa61635321c6c72272
+ f54a06994b8d3d08e8b3afc113d6fa07acd11e44c58b973c3cfb3936c855e2be
+ 1e64b6beb16c1ff42edf5331bbfe7efad49d5c47793885a56ca32f0c09799fc2
+ f38b08c5c5acd33ae7f837dd1bdc14fef2953cddebfa3fe66bc2c05792b53787
+ d36a6b34111d6e665794adb3f57b208403af9e8206ada5839d50e7f69ab1e03d
+ 410838417be0d102613da766df842d10aad170fefd9bc10fe635215488e639e0
+ e281936e8a6154a447a48553f047f2de76c9252c92292797b3c3cca33e076b69
+ 7cd4f2bf51ef068696673362a74a63d5d4f61a7db6f0f3589e736f77f56e36b5
+ a004c00c7f0151a79b237aa2a9b42653c92105c8459e3e0779a31851723c54f1
+ df37535cc217371468c3808614f85173edcd23384b3caa6b4ca45dc382cf1287
+ d101e0d822568a7fd580a51cf2bd8f744f7f1b3a1830bda77375241eb45bf022
+ 8b38ce8812317367de06a5e1fbdc117c9b5a06f9cdfd65beec2222f682c395aa
+ a9f02478619e6f77872a81863769a3e2f131706c14b1b87dc58d7cb44f0be2a0
+ 7af95f38d79abdae332ba9c5bdaddf170943d8f711b4c8f0f6578d93c64f00cd
+ abe027435dc1b106f6bf5f85e9b0ae053203e9e2dd62f12da40dcb8bdd01b4e2
+ 3ff18577fc469619e750e0a996cf4af9f8d3fdd5918c56f766c97ac852e653cb
+ d85036cdd5bcfe84e2a37fa77011c685d5a2df9d13197d7fc5bcb9954919d2d7
+ 74b2b17e5fd3e82107cd04d71a937cde7b66f4c4361ba4862d647eabff674f38
+ 0a10d1d4ae0596649a4f7d41ed8a5464d994b8aeddf2fc5fabc63554a1e41662
+ ea8f056763dc3c5ccaef0043e4d36a63d8c02f8575a803533e62a13d1fbdb726
+ a57c8bbc0f8a955f3e715116504d170baf5e605679e988b6857d239b09592f1c
+ c73719f6e3ac8332f7b9c432cf72dd4c7db11e33b9a080fe3475560edc54419d
+ ebbcda7a80659852b72583e24de324205d8845dd6981f7d6b31369bb632f5d86
+ aafc83e141db7711f8d274ddda3091a4009081ad1cca1528efde6bbec1e332a3
+ 80a87009231be8980c1c52ae2f13a5d45a1e02984d42dd7834f366bbd15fec48
+ e7b9dbd7678a2e2edcc9af4a906dea30535227dac0d8b40aa19259d2a98bf2b6
+ 085e08080a4714c3c2741f7881fac4fd558b04ca6bda9151e6aca65118a6aeb5
+ 8823095d51731de9e902f35fcb22e27445b610284c5226c8890ec6df29152f8d
+ cf6b6cf4a6cd0f999d595b38ffc07016ae38105b63233b0f292afe131336ba60
+ bafb14ec84c3acdfadbddce1402008663e1a61d76c3233fb590a410d03fed4dd
+ a5ccec37b4b0741fd6124c45c5323b0322e05b2940fae3ff2e4eb9fc57caf39a
+ b705d00d238d9be77aa5b21c28ba37ed83a177c76c1dcdf26da6a0f447193c57
+ 697610770d3495ebf3c31499591c5e8090988338cc81ba32b87d981e4d6eb0a6
+ 439406b33008e0539eabd378dd1a346acd9e391b8bc65b318527df1dc02ee42f
+ caf846f918eae48b51550483aa11d09b8431721d72d1402e42e0730f7fb5e2b9
+ 00f7b7303469fd3609f837a37e0ec43ad71500a4c0d4bb43012925f9e70b4394
+ 439d1c5018aa674e1625f7e4d23b6c625c14bac27cc52bddb9d6912f05fe179c
+ b5c5cdc1d83e44f3706b2ddfb4fb7e403b7f8f3e520e36dc8014df9784d9b57d
+ fc85c7fefb5c40caba17eb623b0c3ebabb7efadd7cf91f5b42e3c69d1d69b3ac
+ 6b6fe521d115eade60f0d579ee3a9c772fcf0ab6d27f21048167fd1fa3eb74a9
+ 10e6b5b5aa9b9fa89fec663b8d5235b465afa1f93079e6d10ce28baeaefc36a6
+ d2371ce2bc01b0e8b03f502b69306b80d1db5b7b0b901cad0013038611c4a973
+ 22d8fc12ab74a388b7b1366a136c4c45f9b3ff04b8f6c896cb84de7bd2eeeb88
+ 360a4ec971809981e8c39db3ed17009b107ab3384989507654810aad55deec1c
+ 2a693d753272fc216c3c1587a899e5b2e4ad1110f20f21d843637b2d3a51324f
+ d5d215ad070767982586a8511f7be467df5edc6490bc498c7062abb589592b6b
+ b7672e0b2c1813bb36ffc63a6b07a9bdddf2e6a406ef15bc6fd27239ba5a4001
+ 46eb96a472fd26374d77d1338ae5f1a575b467e437715e0248076bbce38e364e
+ d77d233040124a9d3dab3c8cfd772708cc8420baefcab84a8994829f41e61be8
+ 3e51d5c464f1c7734c70d436a759839f821bfb68fa6c8888f35a009269628554
+ 59d5a1662c16ce6a9a79ccc95745a635621a1ba03aec17d649df96d71458f4e6
+ 6db7732be6ba7ed688859c084b9cae9db94f84f64032fe0fd177d46ff7b968d7
+ 64934b06cf6d2bca9344b37f224753ef527a6af1d784ae4e120e55ec662b6ce8
+ 446a26e32dff3c1768a0de01f3c01f9d160dcb768526d6acb73294ad99d03937"

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

* Re: firefox: update to 100.0.2
  2022-05-27 20:56 [PR PATCH] firefox: update to 100.0.2 anscarius
  2022-05-27 21:34 ` [PR PATCH] [Updated] " anscarius
@ 2022-05-28  8:04 ` voltar13
  2022-05-28 16:05 ` [PR PATCH] [Updated] " anscarius
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voltar13 @ 2022-05-28  8:04 UTC (permalink / raw)
  To: ml

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

New comment by voltar13 on void-packages repository

https://github.com/void-linux/void-packages/pull/37317#issuecomment-1140202479

Comment:
I think that this should be build-tested also for other platforms listed in the last firefox PR from @Duncaen (x86_64-musl aarch64-musl i686).
I'm also working on this but unfortunately, while I'm cross-compiling, I'm having issue with ccache/buildscript, which makes the build fail, even though I was able to build it for my native platform without any issues.
This is a known bug that apparently has been fixed https://bugzilla.mozilla.org/show_bug.cgi?id=1766081. I've tried to locally apply the fix to the `/python/mozbuild/mozbuild/controller/building.py`, but without much luck.

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

* Re: [PR PATCH] [Updated] firefox: update to 100.0.2
  2022-05-27 20:56 [PR PATCH] firefox: update to 100.0.2 anscarius
  2022-05-27 21:34 ` [PR PATCH] [Updated] " anscarius
  2022-05-28  8:04 ` voltar13
@ 2022-05-28 16:05 ` anscarius
  2022-05-28 16:09 ` anscarius
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: anscarius @ 2022-05-28 16:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/anscarius/void-packages master
https://github.com/void-linux/void-packages/pull/37317

firefox: update to 100.0.2
[ci skip]

This update fixes recently discovered vulnerabilities: https://www.mozilla.org/en-US/security/advisories/mfsa2022-19/

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



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

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

From 0d9896d9bf65d9a3421ccf1b3a0437ee78a9f21a Mon Sep 17 00:00:00 2001
From: Oscar Serrano <info@anscarius.com>
Date: Fri, 27 May 2022 15:42:27 -0500
Subject: [PATCH 1/2] firefox: update to 100.0.2

---
 .../patches/fix-parsing-ccache-never.patch    | 50 +++++++++++++++++++
 srcpkgs/firefox/template                      |  4 +-
 2 files changed, 52 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/firefox/patches/fix-parsing-ccache-never.patch

diff --git a/srcpkgs/firefox/patches/fix-parsing-ccache-never.patch b/srcpkgs/firefox/patches/fix-parsing-ccache-never.patch
new file mode 100644
index 000000000000..7a55fccc5dea
--- /dev/null
+++ b/srcpkgs/firefox/patches/fix-parsing-ccache-never.patch
@@ -0,0 +1,50 @@
+--- a/python/mozbuild/mozbuild/controller/building.py
++++ b/python/mozbuild/mozbuild/controller/building.py
+@@ -1070,6 +1070,8 @@ class CCacheStats(object):
+             ts = time.strptime(raw_value, "%c")
+             return int(time.mktime(ts))
+         except ValueError:
++            if raw_value == "never":
++                return 0
+             pass
+ 
+         value = raw_value.split()
+--- a/python/mozbuild/mozbuild/test/controller/test_ccachestats.py
++++ b/python/mozbuild/mozbuild/test/controller/test_ccachestats.py
+@@ -356,6 +356,26 @@ Primary storage:
+         timestamp=time.strftime("%c")
+     )
+ 
++    STAT12 = """
++Summary:
++  Cache directory:  /home/suer/.ccache
++  Primary config:   /home/suer/.ccache/ccache.conf
++  Secondary config: /etc/ccache.conf
++  Stats updated:    never
++  Hits:                0 /    0
++    Direct:            0 /    0
++    Preprocessed:      0 /    0
++  Misses:              0
++    Direct:            0
++    Preprocessed:      0
++Primary storage:
++  Hits:                0 /    0
++  Misses:              0
++  Cache size (GB):  0.00 / 5.00 (0.00 %)
++  Files:               0
++  Cleanups:           16
++    """
++
+     def test_parse_garbage_stats_message(self):
+         self.assertRaises(ValueError, CCacheStats, self.STAT_GARBAGE)
+ 
+@@ -438,6 +458,9 @@ Primary storage:
+         stat11 = CCacheStats(self.STAT11, True)
+         self.assertTrue(stat11)
+ 
++        stat12 = CCacheStats(self.STAT12, True)
++        self.assertTrue(stat12)
++
+ 
+ if __name__ == "__main__":
+     main()
diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template
index 021bb6aee82b..9c8a17a940b1 100644
--- a/srcpkgs/firefox/template
+++ b/srcpkgs/firefox/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/firefox-i18n".
 #
 pkgname=firefox
-version=100.0
+version=100.0.2
 revision=1
 build_helper="rust"
 short_desc="Mozilla Firefox web browser"
@@ -11,7 +11,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
 license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.mozilla.org/firefox/"
 distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz"
-checksum=664c0cc4e0fb70886aa4e652d144996045d533a18eebc7d61093103cbb2d5e7f
+checksum=dc109861204f6938fd8f147af89a694eb516f3d4bb64ce3f0116452d654a8417
 
 lib32disabled=yes
 

From 54bc7732dd11bfb87a6f0ff20c3b01b5390a476c Mon Sep 17 00:00:00 2001
From: Oscar Serrano <info@anscarius.com>
Date: Fri, 27 May 2022 16:33:55 -0500
Subject: [PATCH 2/2] firefox-i18n: update to 100.0.2

---
 srcpkgs/firefox-i18n/template | 194 +++++++++++++++++-----------------
 1 file changed, 97 insertions(+), 97 deletions(-)

diff --git a/srcpkgs/firefox-i18n/template b/srcpkgs/firefox-i18n/template
index f13acdfd6d5d..a0f8270bd5d8 100644
--- a/srcpkgs/firefox-i18n/template
+++ b/srcpkgs/firefox-i18n/template
@@ -1,6 +1,6 @@
 # Template file for 'firefox-i18n'
 pkgname=firefox-i18n
-version=100.0
+version=100.0.2
 revision=1
 build_style=meta
 short_desc="Firefox language packs"
@@ -140,99 +140,99 @@ _pkgtmpl() {
 	}
 }
 
-checksum="05fc947ff479288182364d39a343fb33276f37266be02c17c6c2adb15c9209c4
- 8ffad9c79427474069ab2b5dc4cf772947a34b7988d68adb576e79b8a23ab67a
- 523277c631901519063d41b63333aac3ac874b3e6a453566c0c1ea3fbb7a90aa
- deb96111e07746d8ddc99e961dfc1e545cc9fd50e4eaade71fa40f5f575f9ac4
- dd1672b8e38ac2a29fe3be20b11a73c7935dae71ef2624fe92e755763a639d7c
- 5e10c7080c772a441d3e3116cc964e162d6a5a2ced953bf5a6c59c303fdbcdf0
- edcb679e72e4ffd3b8fddcf231bcb07a5c0d44b2e1c32982b752f40cafaa625f
- c4670cc9456a9c170b71b85a1a2486c10d9046f3fec7fd807555a32335d2fa9e
- 57dcb0e6af8b0573a1188cbc4509e4a30fd1d027b686d73a6b793f6b21e86df2
- 5c385dede7eaa4e248a15f918c7f64e9125899ef742817bb39571ae0b37b34c4
- ff15f4844392d0cb50527bdf48d4873f55ba08d8500306ec9ca83405a704fbdc
- eeefc55c1f80988ebf4c759e4f19092fae79b6335f450d24616c3b3db4985170
- ccb517a28a85c6aca804ae46bfeba7a0a3fa577111328ccb7bbfda2cb67cb055
- bb657cc31e3a2eaca1aa19df8532baa4c05d86c4eedb2dad41e1c85a977193fe
- caea7efda0efd010947fef5260726cd1412d222faccab12a7017c6053e355fff
- 1b2667186c51e750fdaf05efcf724a932d4b3e10f839396b36bf35c7b8fb58c9
- e079ce25240d5d286af227c19175446328174082e7f24db3da3366933b213327
- b534df3b5798fc73ec0989c7e2acadec5d96dc5c29f599ca34b6e3fc2d063ebe
- 3b232b2de0b99a6d1cb4f0afa203edfb62896065de9aaf351860cca222f22327
- 520b578228ab2efb7880477276c2b9db430a77efacf590c75bd16cefb5a96d67
- 10ef072059fb1ed982d7e5a4e90f741f99213d15b94eeeb398d09d7f651aff3d
- 9b882019ca6e4de58c8f229b344888814424b079e939dd362ea77cf50c9ed059
- f389a84de1dd7ff8375c66694168a1479697f9ce64e6d4c2824a585076b5aee0
- f4f3eedcbe27ee556a8e58cd0d07c9c530b0a83b68ada75e74a1d91977333b89
- 4d67fca1b1f12f4e5c8ac9e5f70140bda20e8c608ee77df4eb4dc97f9f984eaa
- b73da525fa7ed072e2f2ef2d68eeba037de126942d1190d875d359de77f7006c
- 4d2253d1d31a6740b24046c066a8342d240599a096585e848e7c065d0912d80e
- 309eed3a6b60de8b338ae464d29db444320f55d31adf0a8b00885d0cca43ad93
- c92d925cd81c692f7180cc71fae28d77b3ff7466e365169d92e4288d40249a08
- 50b1fbc60bea33b12fc5d3fa676503c8417708db0451b9afaff604892612a23b
- a42141c5c6c00be51e947f9a49ede93e2283050487200e28e71901480b845ff7
- fa552045ce9cd1b1ca47ef0a0aab50d1095ec9b2f46d3103efd957cdeeccb751
- 3974ecc24feab6d577d23bd27427136cb0389104011ff796d68d02a69d71789f
- ca5eb3b04b1c4b32aeefbda17949a358257fe389d48dab1c886b9cec884fe0f9
- 846ad932823fd5764540e72d2e8854f87963f8caf4685eb60012bfb5923a75fd
- f5a05fb9a4607f1589096e13b47f985d26253cb5bb5da1cb918865e9654e550e
- 6717b235fa616b1b9d6684ef50863926d7ee3571811c215d226518916ad3e95f
- a767439949302a6eb682c58c72c35920fb143deaac708ae72bad47bb42430945
- 985cd6fb46031859fb238c8b8ca3ae64f8583bab09e6719704c427d2589525c1
- 7c6b502db9cfa306bc214a3d17c5931b071072ab4326c6ce8bd7498ae126282a
- e4d00cf895acdac207b1ed4f62280927850d3621ae6ed959bc0dd4adf377bfd7
- cc11c9b95bfb4e3ce0782c9f2c7e4c7fd92a3b0cc3f6f7bd1390921df1b59ac0
- 2951c4030c25c59407be23d4c8b203f68c302dee756b895a3ef1c21df1830146
- e659f2a38763062004fe34968fcdb805b00bf440e4b576ee7028c12a7d8493a4
- ed29465a92aeb657fa04c226fe3fac1edbe73f69f5001d18b379b21ceaf7f98f
- b3c38d2d016017b6449bf73f55f63d67e0a9ebf8ba6df059e7d378f953b2a9f2
- 516d885123c351b24ed093ee1ac194d7297530852ef2bdc23b20903790d060a5
- 2744519881bda9cd1fc210629a4366886b55e840877e7fbcc11211c281d4668d
- dff4045c796f34b4d31a55fb59aecae4b8dce24a12ed552d146707e9cc51187c
- 3862311cc49c8e6d8e8f0f2f03303a0a137654f5cc6511f7f8931a50215f838c
- d0cb5d6b31eaa479a903fcef3a9f014ba8939c446ef7a44e8d40b0a6760a17b6
- 7701f6381976c0f1c15c80f3661c6ef20a9953d5cefd64710da7814e875deccd
- 9757690f40ea70ec1ed6ca4791cf7fafa4d7f9f58a4b1683cfe0be229c3c656a
- 2d076430aea914ed0fe8c6cf3c9f61a2f7b5b6fefb87fa0631f3b1fca2274eec
- a32477149c8bdf30590b7dfe931dba18bf9589271d01ffa58d47389dd6ecfe3d
- 9da35b91db26edb8b8c48cbbd8b953fd7b7fbd74c2233a004c8a35de4fe473f3
- 5bee5ac2905748ba2ba0f0488f2ecfc409112e626b2e1580f21f1a6dfc685d6a
- b362ca18cb856bec6aedd2a05b3dfcdfdc78ecdee19866f8aab6047c1603ae88
- 7a044e5236ba024e80065a8a159dc18c61fd938d39902e4f626615f927038783
- 26e198549ddf1df25f22801c74cba3c18440d17f1e9b90d96a83c38498213aba
- 2ca078ccb32f81356f58db590a95ba27fda61dc2ce88d939bbb68d5392b4677b
- 1b183032cf35b4c3ccc088ba63d83bbde55e1d1a14a0da756957345875a3a695
- 1dba115cf55edd6082e3e68366fa5aa679deae0262621f8ef574f6f6f7f3f5f0
- 915c75c205383edf6e31325b9717769dad24f6f457a390a80cf9063bd38fb29c
- 055866db316ecf278f682a6389f9a42c422c3eda5fa3c5f4223adb18511c5c61
- f7ffd0af9d3f401e6fdb1425c19de890cfcf2077fadefb77aa9514d83701aefc
- 9a518360c83589f326252c0096d0a7b766f271f40cf8ae99394cef5a46120306
- 2ed7c8a352d064d5813121238e385de73d02c70260a3622b774892c003d4fdcc
- 4bce9dd4f8eac65f13f447976c61142aa9e227ebd79ef84e2205abbf383dc096
- 1f51826364ba69823a7c56c87523f5aadbf4e577c6d4934bc96021083efe2083
- d5b38929489bb0da1688c9f31d35051f5801a4111d60b49521bd736512a5812b
- 31494871d4ee110921cca19eafd2ddc089ab51edb96e67de6d5e75b2293262b0
- 11166cc8dcbae00aaf39c58f23f1e357a942cf9fae1873e486aadefdd33bf933
- 9ff85ed3a21d63785e7c2475577097bd8a53cf4eaa7122bbf78225078abb7c96
- 82102671cd03006743333b73dae07f4cf0702ac96ecccdb86fa7b40e9ea85c74
- 8c9096f28cbce9b40d534cddab6ce9c3dd1003120b7201490d936743763af12d
- c11653e2d1f845360c176a698f77b196230b7ad108f6e86033ba24b8fe7f8e1f
- f728c9850b153bcd15d3fde9f134177d58db1cacd4ef42a9e9baccf5981c5195
- 2683e367a49ca9e3c9c278970a5b8a56f5718d948dc73c1fc26c5340cac4d005
- 96b0327b8766a6e3e40097cdcef6cdbb4498df256c9a0a43cb20bc7543fdf9fa
- 9936f3f4a9a1c86ae0123c714f71b8652e7217f58c3e529d6f3e4737a930c044
- 5e6d54c42b0fc394142449727aea373cef5dec109c857d3f7de2576abc55394d
- 7092c55e961b30bc42941730ed4ee831445c5d8682e51af8af1a134aa0a6be1b
- 670723fe5f0d50cc59e1d4af1c8d3176ef6d2a4b61c56274a9a805c084bba72c
- a04627bfb97a249b166c625630e4ba5875400e9fd6cd9f54e8d9c94dc43ec7e0
- c7c7bf41ad8a745da097fde5c9e06885f520cd8f2cb4bde06fee8b029ee85888
- 485d48e4c86c82c1812f603a7a02ac390134adccdfa25e86a6d0f75643bc5f2a
- 55598530db9d7640fc73ee9881fb5c43b2a50b3b075454dc4e59baef93b4f70f
- d4afee4357c8e49ac06d66b24606ed1265b8cb14979125e0e0d326335238779d
- 28d511b6de7c0c92730c79523710624427e6cd320225827a49cc217c06e1d612
- 5c587ab32b4f5a835992f03ed47f875f962da36ecc48a6b4cd999de6f944e7e1
- 949ab674459d323cc04364ab6a8a141d1976d22c08c8705d434276405fada9fb
- 1e7a6048da7b760b85301927b9a57ad7da041046df179126cd0126df97029927
- d3af2b83e1349e9db60b8caf47141f3e9ff339651823909f6ee98fdeb7b1134e
- 53dd63b3de2a325b278084825883a19de8e7fdc8bc4fff88f24b052a64731094
- d4da572047b11729bc29c3f7f9c9afa68ea308b0f0d03515037c9bac77dfdb37"
+checksum="3f6029cf0b660b625c3387741c3353692a63839e2526a294e429170e3cda099c
+ e2db5ad34b265b537a0b7e9a53fbe24bd6280dd07be3055234bd1e382c170d6d
+ 42416a831801cacd4f9b239471a2e710af13a7aa44d562bd5ac4601780c0a62e
+ 3e2b810e91cb0377619174b95e47d51c415f6df72bf3c6e1493c881c7d648dbf
+ 7e08e93640d5a5855249a1eed44e507ee3a6035fac10d6a23ef65c854414aee7
+ d27df3b36622fb080531a9d7679a2225475dc7f8af7b1d24ae61378671920f1b
+ 481a4df74aefd2fdd6d1b09740e40123aab9a88dee3254b58e70feeb75088621
+ c220bd6f1a9df731fddbc3d2e776ed2f52720a9b38fd5e9ec3b9bbb6f3baa4bb
+ d5a305df54a19700d5b8971473c05bc747cec83ef6ac8248a5bf374df21f5e9e
+ bb3ed5908e5968d2792e47392e09c06735438b06f09afbec04ee64836b5abebd
+ 7830dfcb996d4f4cf4b437da087c3c44d6cd436af8e759bd3354837b11f0e353
+ 272cb9e23ee7d6542037ee4b2f8b4a7acfd2a55daa5529707ef3999654cdc624
+ cd63154ad0a625dada597d08690036e4a1a7da3d2da21b648cec98c70d847a2d
+ 9fb5656bbc2155fd26a56c5789769d28f6cd66b77ac3e83bff71738866ffe02f
+ 43784be4486e3b65fb8eb68171b46114e8b176332790876378ce838295c1cdf9
+ ac002ba145f0cd2ed947427739fb82df19b4dd96549951c1301b49c102496754
+ 6340544b103721da63e6e7f4ec2c2b16158a8409f003fdfef76195ad469e576d
+ 56e2fb0055602afdf4a309c98bd55c7e0841389d95b8b1ba3584e3468447184b
+ 9cb6c27fe782d66e6acaa13d70a062d5754318203206bc1d755c668e49523edb
+ 8d6818886091e440312de51fb726bc5d4c160c11d6a634fbbbf86e8f0a57c5a9
+ 3e241b7002f96dd56785ac664a0fe7adc3a6133f39d3fde465ab9ea4a5e02d3e
+ e495da0326ca2e75de8da9d4e8af0473735cedf7dbe3e9fd521662bb3a09dad2
+ c6db6878c91789a3d67650f23e8eebaf6f8397a5252b13554f8619ad9de9ede7
+ 83e8a9f210ccd0f61fcbc1f29a714b5043aece11aa09864e47170af9527c4492
+ e5a338aa1378a512d9a35827326d0c0e87d5398440c2a6ee3874ad918ab47619
+ 636f364fffd9a6a49e0b601ab940450b5fd3ad28bd6e991b350bb80e91ee412d
+ cf720d2633ce56c7096d2aa846cf361ac4581c59b286ae500755bd7873559bf4
+ ea707141f32d7189497dde3236b35a42ba9bd480b748a7f17ecd1f467d9189a7
+ 13390d6f422e4cb53c2864cb354ca49ddacdd9851ef619749222c0ac89fab90d
+ ceb876460e76a42db339e5400ac907f2c747c90b32ce7ed1e2faa7c7c5f32d7f
+ bc8beb474b9fee143b4e25a973c624de6526492de167de1cc96e87d0de247b55
+ 862f5870b12bf9e2ada9a23c05664db10f2c09a3c660ba59ac66d48e953da458
+ c937a56912396c94e95ba9c2b598ba0e01ea21730ad702a4685e56ea787e3dde
+ deda7dfc3a5e44ffb16acb0ce373607a9c50a15eb7939326acdc4c699ba2d6f9
+ 0d58136b99d0eb09150b5e954b809984eff06ab83da0f03638815fd5221ca08a
+ b7f99692f12d0bdd599b5ddfc4645c89a51b3548d9c5b37ab0806f21917f3892
+ 71bdefd657d73bb6a39745bd5c50c22463b9c5c2031704293fc21b8090a63461
+ ae5bacf29cec6cc7980075936345b002258d263973b18c68496c8a184e78e417
+ 4449c7b239857db46ff607221821622938c8ef286c940fd9e02c6cf74eb8fd44
+ d4e5c4ee54a6800186cc0c2f4d96e783635a08daf7d04dcb30a3547032cb17fa
+ 39abcdc1f4605c23146f9e0a1d786e7c73ce229f4eb1da836e9b938060384d8d
+ aaa014c5623234bca1d8532eef5fba0b775c076d5c6ad458e6ca827e7a175c0c
+ 082540907c8df44d537e1ae33ca3e51ee0d4dce41f571daa61635321c6c72272
+ f54a06994b8d3d08e8b3afc113d6fa07acd11e44c58b973c3cfb3936c855e2be
+ 1e64b6beb16c1ff42edf5331bbfe7efad49d5c47793885a56ca32f0c09799fc2
+ f38b08c5c5acd33ae7f837dd1bdc14fef2953cddebfa3fe66bc2c05792b53787
+ d36a6b34111d6e665794adb3f57b208403af9e8206ada5839d50e7f69ab1e03d
+ 410838417be0d102613da766df842d10aad170fefd9bc10fe635215488e639e0
+ e281936e8a6154a447a48553f047f2de76c9252c92292797b3c3cca33e076b69
+ 7cd4f2bf51ef068696673362a74a63d5d4f61a7db6f0f3589e736f77f56e36b5
+ a004c00c7f0151a79b237aa2a9b42653c92105c8459e3e0779a31851723c54f1
+ df37535cc217371468c3808614f85173edcd23384b3caa6b4ca45dc382cf1287
+ d101e0d822568a7fd580a51cf2bd8f744f7f1b3a1830bda77375241eb45bf022
+ 8b38ce8812317367de06a5e1fbdc117c9b5a06f9cdfd65beec2222f682c395aa
+ a9f02478619e6f77872a81863769a3e2f131706c14b1b87dc58d7cb44f0be2a0
+ 7af95f38d79abdae332ba9c5bdaddf170943d8f711b4c8f0f6578d93c64f00cd
+ abe027435dc1b106f6bf5f85e9b0ae053203e9e2dd62f12da40dcb8bdd01b4e2
+ 3ff18577fc469619e750e0a996cf4af9f8d3fdd5918c56f766c97ac852e653cb
+ d85036cdd5bcfe84e2a37fa77011c685d5a2df9d13197d7fc5bcb9954919d2d7
+ 74b2b17e5fd3e82107cd04d71a937cde7b66f4c4361ba4862d647eabff674f38
+ 0a10d1d4ae0596649a4f7d41ed8a5464d994b8aeddf2fc5fabc63554a1e41662
+ ea8f056763dc3c5ccaef0043e4d36a63d8c02f8575a803533e62a13d1fbdb726
+ a57c8bbc0f8a955f3e715116504d170baf5e605679e988b6857d239b09592f1c
+ c73719f6e3ac8332f7b9c432cf72dd4c7db11e33b9a080fe3475560edc54419d
+ ebbcda7a80659852b72583e24de324205d8845dd6981f7d6b31369bb632f5d86
+ aafc83e141db7711f8d274ddda3091a4009081ad1cca1528efde6bbec1e332a3
+ 80a87009231be8980c1c52ae2f13a5d45a1e02984d42dd7834f366bbd15fec48
+ e7b9dbd7678a2e2edcc9af4a906dea30535227dac0d8b40aa19259d2a98bf2b6
+ 085e08080a4714c3c2741f7881fac4fd558b04ca6bda9151e6aca65118a6aeb5
+ 8823095d51731de9e902f35fcb22e27445b610284c5226c8890ec6df29152f8d
+ cf6b6cf4a6cd0f999d595b38ffc07016ae38105b63233b0f292afe131336ba60
+ bafb14ec84c3acdfadbddce1402008663e1a61d76c3233fb590a410d03fed4dd
+ a5ccec37b4b0741fd6124c45c5323b0322e05b2940fae3ff2e4eb9fc57caf39a
+ b705d00d238d9be77aa5b21c28ba37ed83a177c76c1dcdf26da6a0f447193c57
+ 697610770d3495ebf3c31499591c5e8090988338cc81ba32b87d981e4d6eb0a6
+ 439406b33008e0539eabd378dd1a346acd9e391b8bc65b318527df1dc02ee42f
+ caf846f918eae48b51550483aa11d09b8431721d72d1402e42e0730f7fb5e2b9
+ 00f7b7303469fd3609f837a37e0ec43ad71500a4c0d4bb43012925f9e70b4394
+ 439d1c5018aa674e1625f7e4d23b6c625c14bac27cc52bddb9d6912f05fe179c
+ b5c5cdc1d83e44f3706b2ddfb4fb7e403b7f8f3e520e36dc8014df9784d9b57d
+ fc85c7fefb5c40caba17eb623b0c3ebabb7efadd7cf91f5b42e3c69d1d69b3ac
+ 6b6fe521d115eade60f0d579ee3a9c772fcf0ab6d27f21048167fd1fa3eb74a9
+ 10e6b5b5aa9b9fa89fec663b8d5235b465afa1f93079e6d10ce28baeaefc36a6
+ d2371ce2bc01b0e8b03f502b69306b80d1db5b7b0b901cad0013038611c4a973
+ 22d8fc12ab74a388b7b1366a136c4c45f9b3ff04b8f6c896cb84de7bd2eeeb88
+ 360a4ec971809981e8c39db3ed17009b107ab3384989507654810aad55deec1c
+ 2a693d753272fc216c3c1587a899e5b2e4ad1110f20f21d843637b2d3a51324f
+ d5d215ad070767982586a8511f7be467df5edc6490bc498c7062abb589592b6b
+ b7672e0b2c1813bb36ffc63a6b07a9bdddf2e6a406ef15bc6fd27239ba5a4001
+ 46eb96a472fd26374d77d1338ae5f1a575b467e437715e0248076bbce38e364e
+ d77d233040124a9d3dab3c8cfd772708cc8420baefcab84a8994829f41e61be8
+ 3e51d5c464f1c7734c70d436a759839f821bfb68fa6c8888f35a009269628554
+ 59d5a1662c16ce6a9a79ccc95745a635621a1ba03aec17d649df96d71458f4e6
+ 6db7732be6ba7ed688859c084b9cae9db94f84f64032fe0fd177d46ff7b968d7
+ 64934b06cf6d2bca9344b37f224753ef527a6af1d784ae4e120e55ec662b6ce8
+ 446a26e32dff3c1768a0de01f3c01f9d160dcb768526d6acb73294ad99d03937"

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

* Re: firefox: update to 100.0.2
  2022-05-27 20:56 [PR PATCH] firefox: update to 100.0.2 anscarius
                   ` (2 preceding siblings ...)
  2022-05-28 16:05 ` [PR PATCH] [Updated] " anscarius
@ 2022-05-28 16:09 ` anscarius
  2022-05-28 16:12 ` anscarius
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: anscarius @ 2022-05-28 16:09 UTC (permalink / raw)
  To: ml

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

New comment by anscarius on void-packages repository

https://github.com/void-linux/void-packages/pull/37317#issuecomment-1140290264

Comment:
I tried cross compiling as suggested by @voltar13, and got the same ccache/buildscript error, so I applied the linked patch. That seemed to solve that issue, but another one has popped up.

```
13:33.34 error: build failed
13:33.37 make[4]: *** [/builddir/firefox-100.0.2/config/makefiles/rust.mk:425: force-cargo-library-build] Error 101
13:33.37 make[3]: *** [/builddir/firefox-100.0.2/config/recurse.mk:72: toolkit/library/rust/target] Error 2
13:33.37 make[2]: *** [/builddir/firefox-100.0.2/config/recurse.mk:34: compile] Error 2
13:33.37 make[1]: *** [/builddir/firefox-100.0.2/config/rules.mk:352: default] Error 2
13:33.37 make: *** [client.mk:63: build] Error 2
13:33.39 607 compiler warnings present.
 Config object not found by mach.
Configure complete!
Be sure to run |mach build| to pick up any changes
=> ERROR: firefox-100.0.2_1: do_build: './mach build' exited with 2
=> ERROR:   in do_build() at srcpkgs/firefox/template:191
```

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

* Re: firefox: update to 100.0.2
  2022-05-27 20:56 [PR PATCH] firefox: update to 100.0.2 anscarius
                   ` (3 preceding siblings ...)
  2022-05-28 16:09 ` anscarius
@ 2022-05-28 16:12 ` anscarius
  2022-05-28 16:34 ` Duncaen
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: anscarius @ 2022-05-28 16:12 UTC (permalink / raw)
  To: ml

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

New comment by anscarius on void-packages repository

https://github.com/void-linux/void-packages/pull/37317#issuecomment-1140290264

Comment:
I tried cross compiling for x86_64-musl as suggested by @voltar13, and got the same ccache/buildscript error, so I applied the linked patch. That seemed to solve that issue, but another one has popped up.

I'm trying to see if it has been reported in the bugzilla.

```
13:33.34 error: build failed
13:33.37 make[4]: *** [/builddir/firefox-100.0.2/config/makefiles/rust.mk:425: force-cargo-library-build] Error 101
13:33.37 make[3]: *** [/builddir/firefox-100.0.2/config/recurse.mk:72: toolkit/library/rust/target] Error 2
13:33.37 make[2]: *** [/builddir/firefox-100.0.2/config/recurse.mk:34: compile] Error 2
13:33.37 make[1]: *** [/builddir/firefox-100.0.2/config/rules.mk:352: default] Error 2
13:33.37 make: *** [client.mk:63: build] Error 2
13:33.39 607 compiler warnings present.
 Config object not found by mach.
Configure complete!
Be sure to run |mach build| to pick up any changes
=> ERROR: firefox-100.0.2_1: do_build: './mach build' exited with 2
=> ERROR:   in do_build() at srcpkgs/firefox/template:191
```

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

* Re: firefox: update to 100.0.2
  2022-05-27 20:56 [PR PATCH] firefox: update to 100.0.2 anscarius
                   ` (4 preceding siblings ...)
  2022-05-28 16:12 ` anscarius
@ 2022-05-28 16:34 ` Duncaen
  2022-05-28 16:34 ` Duncaen
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Duncaen @ 2022-05-28 16:34 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/37317#issuecomment-1140293748

Comment:
That is not enough context to see the error.

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

* Re: firefox: update to 100.0.2
  2022-05-27 20:56 [PR PATCH] firefox: update to 100.0.2 anscarius
                   ` (5 preceding siblings ...)
  2022-05-28 16:34 ` Duncaen
@ 2022-05-28 16:34 ` Duncaen
  2022-05-28 17:10 ` anscarius
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Duncaen @ 2022-05-28 16:34 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/37317#issuecomment-1140293748

Comment:
That is not enough context to see the error. I guess something related to rust maybe because of the backtrace?

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

* Re: firefox: update to 100.0.2
  2022-05-27 20:56 [PR PATCH] firefox: update to 100.0.2 anscarius
                   ` (6 preceding siblings ...)
  2022-05-28 16:34 ` Duncaen
@ 2022-05-28 17:10 ` anscarius
  2022-05-28 17:16 ` anscarius
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: anscarius @ 2022-05-28 17:10 UTC (permalink / raw)
  To: ml

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

New comment by anscarius on void-packages repository

https://github.com/void-linux/void-packages/pull/37317#issuecomment-1140298982

Comment:
This is the full log of the packaging attempt, I ran it as
`./xbps-src -a x86_64-musl -j$(nproc) pkg firefox`

[firefox-x86_64-musl.log](https://github.com/void-linux/void-packages/files/8791518/firefox-x86_64-musl.log)



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

* Re: firefox: update to 100.0.2
  2022-05-27 20:56 [PR PATCH] firefox: update to 100.0.2 anscarius
                   ` (7 preceding siblings ...)
  2022-05-28 17:10 ` anscarius
@ 2022-05-28 17:16 ` anscarius
  2022-05-28 17:17 ` Duncaen
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: anscarius @ 2022-05-28 17:16 UTC (permalink / raw)
  To: ml

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

New comment by anscarius on void-packages repository

https://github.com/void-linux/void-packages/pull/37317#issuecomment-1140298982

Comment:
This is the full log of the packaging attempt, I ran it as
`./xbps-src -a x86_64-musl -j$(nproc) pkg firefox`

[firefox-x86_64-musl.log](https://github.com/void-linux/void-packages/files/8791518/firefox-x86_64-musl.log)

In trying to package it as
 `./xbps-src -a x86_64-musl pkg firefox`
I get the following

[firefox-x86_64-musl-sc.txt](https://github.com/void-linux/void-packages/files/8791526/firefox-x86_64-musl-sc.txt)


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

* Re: firefox: update to 100.0.2
  2022-05-27 20:56 [PR PATCH] firefox: update to 100.0.2 anscarius
                   ` (8 preceding siblings ...)
  2022-05-28 17:16 ` anscarius
@ 2022-05-28 17:17 ` Duncaen
  2022-05-28 17:17 ` [PR PATCH] [Merged]: " Duncaen
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Duncaen @ 2022-05-28 17:17 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/37317#issuecomment-1140300107

Comment:
Works fine, you should be using a musl masterdir when cross compiling with musl.

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

* Re: [PR PATCH] [Merged]: firefox: update to 100.0.2
  2022-05-27 20:56 [PR PATCH] firefox: update to 100.0.2 anscarius
                   ` (9 preceding siblings ...)
  2022-05-28 17:17 ` Duncaen
@ 2022-05-28 17:17 ` Duncaen
  2022-05-28 17:18 ` Duncaen
  2022-05-28 17:21 ` anscarius
  12 siblings, 0 replies; 14+ messages in thread
From: Duncaen @ 2022-05-28 17:17 UTC (permalink / raw)
  To: ml

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

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

firefox: update to 100.0.2
https://github.com/void-linux/void-packages/pull/37317

Description:
[ci skip]

This update fixes recently discovered vulnerabilities: https://www.mozilla.org/en-US/security/advisories/mfsa2022-19/

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



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

* Re: firefox: update to 100.0.2
  2022-05-27 20:56 [PR PATCH] firefox: update to 100.0.2 anscarius
                   ` (10 preceding siblings ...)
  2022-05-28 17:17 ` [PR PATCH] [Merged]: " Duncaen
@ 2022-05-28 17:18 ` Duncaen
  2022-05-28 17:21 ` anscarius
  12 siblings, 0 replies; 14+ messages in thread
From: Duncaen @ 2022-05-28 17:18 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/37317#issuecomment-1140300107

Comment:
Works fine, you should be using a musl masterdir when cross compiling with musl.

```
./xbps-src -m masterdir-musl binary-bootstrap x86_64-musl
./xbps-src -m masterdir-musl pkg firefox
./xbps-src -m masterdir-musl -a aarch64-musl pkg firefox
```

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

* Re: firefox: update to 100.0.2
  2022-05-27 20:56 [PR PATCH] firefox: update to 100.0.2 anscarius
                   ` (11 preceding siblings ...)
  2022-05-28 17:18 ` Duncaen
@ 2022-05-28 17:21 ` anscarius
  12 siblings, 0 replies; 14+ messages in thread
From: anscarius @ 2022-05-28 17:21 UTC (permalink / raw)
  To: ml

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

New comment by anscarius on void-packages repository

https://github.com/void-linux/void-packages/pull/37317#issuecomment-1140300746

Comment:
Got it, will keep it in mind for next time. Thanks!

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

end of thread, other threads:[~2022-05-28 17:21 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-27 20:56 [PR PATCH] firefox: update to 100.0.2 anscarius
2022-05-27 21:34 ` [PR PATCH] [Updated] " anscarius
2022-05-28  8:04 ` voltar13
2022-05-28 16:05 ` [PR PATCH] [Updated] " anscarius
2022-05-28 16:09 ` anscarius
2022-05-28 16:12 ` anscarius
2022-05-28 16:34 ` Duncaen
2022-05-28 16:34 ` Duncaen
2022-05-28 17:10 ` anscarius
2022-05-28 17:16 ` anscarius
2022-05-28 17:17 ` Duncaen
2022-05-28 17:17 ` [PR PATCH] [Merged]: " Duncaen
2022-05-28 17:18 ` Duncaen
2022-05-28 17:21 ` anscarius

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