diff --git a/community/firefox/APKBUILD b/community/firefox/APKBUILD index a22275c4541..ccfab0aacdf 100644 --- a/community/firefox/APKBUILD +++ b/community/firefox/APKBUILD @@ -3,9 +3,9 @@ # Contributor: Rasmus Thomsen # Maintainer: Patrycja Rosa pkgname=firefox -pkgver=121.0 -_releasedate=2023-12-19 -pkgrel=1 +pkgver=121.0.1 +_releasedate=2024-01-09 +pkgrel=0 pkgdesc="Firefox web browser" url="https://www.firefox.com/" # s390x blocked by lld @@ -751,7 +751,7 @@ intl() { } sha512sums=" -52e9e21ce825c4e58f09fd2c7347f1ac4efbca47e119136a712f0d4ee80c769ef80a43bad74a4c88cd377f804f5780b07f7af5b779f3fb5d244fa095e6b3b18a firefox-121.0.tar.xz +7810850a922cb4a274ced6556e14256d3ff518a96f10a0f86d1f8e40daa0a8b1a5cfcc9cbf1391029d920944e94a9149951ee107a0e718a294954bb50b6ced2e firefox-121.0.1.tar.xz 0f7b741ea2fd492bc50256f3fcbd46c09e92211ad7a943474de99729245eddd063e4eca16a8e9a2d6919bfcfc81b739c6aa7b3463469608ebd4cb1e24d26abc1 crash-reporting-ptrace.patch 454ea3263cabce099accbdc47aaf83be26a19f8b5a4568c01a7ef0384601cf8315efd86cd917f9c8bf419c2c845db89a905f3ff9a8eb0c8e41042e93aa96a85c disable-moz-stackwalk.patch 2f4f15974d52de4bb273b62a332d13620945d284bbc6fe6bd0a1f58ff7388443bc1d3bf9c82cc31a8527aad92b0cd3a1bc41d0af5e1800e0dcbd7033e58ffd71 fix-fortify-system-wrappers.patch @@ -762,7 +762,7 @@ afabea91b328c5a68eaa20f9099ac7b2d0e7f2423e816b05ed168bdd326a5684fa02de08bf05c603 5fa9382c692e4bd6a2634308f24a6526fd12a60a2563d2090056d43a60505df3ec9881bbf54562e69394467529b3b0dc45955afca46ed329af03cea074fff070 lfs64.patch c0437a6753f3f350968fa12d250efdfe1bea77baf0e4c06b072b5cc9e78c774dbf4506bc536337030d349fb3ba4460097b75b0c7c5b8fb2d39d8b0a392948936 no-ccache-stats.patch 2d8dff86212d6d2a904cbb5a5a1d6c17b89adc929fc6a3f4c6cb669f5e83ecddff5a799225319ba445a187b04d111251af75dd3ce8a039164bc14d2a432a2a04 ppc-musttail.patch -ff3618223bba2d7b877a16451256e67d973c5f4e24027cb5a7da4c0a6f6a028a1eb51d3cbcddae71bca584a4c13cb485950b86022ea26d4e25ae3fdf3ce5d910 python-deps.patch +4de65266f5fc1c5bf1d7cd00a0e4728a1ec96b7680b5ea72d6e9ed463b7a0bba11792b3411d25ef1e26f62408eb7f8b06dc62209dbb0454c779d8858d8d59725 python-deps.patch 1c6918dd6655d3a1251bfd4af2e1c561cbb00d540a883b4c1ebf7f5de530d754d9ac07b4b5f56cdab6c511d25c8910ec94043f5733e97501a67abffe1bafaeb1 rust-lto-thin.patch b12dbff6513ac8c231d91c257a9accecc034d9ea9c31d99ca0454334ccf80fe7b50d6a356182dc46a9f25064366ea9a177f463cb2544b1cf5368ee6bd71bc095 riscv64-no-lto.patch 2518f2fc75b5db30058e0735f47d60fdf1e7adfaeee4b33fb2afb1bd9a616ce943fd88f4404d0802d4083703f4acf1d5ad42377218d025bc768807fbaf7e1609 sandbox-fork.patch diff --git a/community/firefox/python-deps.patch b/community/firefox/python-deps.patch index 940be639c93..7884095f02a 100644 --- a/community/firefox/python-deps.patch +++ b/community/firefox/python-deps.patch @@ -1,9 +1,10 @@ +diff --git a/python/sites/mach.txt b/python/sites/mach.txt +index 8945d44..8746f70 100644 --- a/python/sites/mach.txt +++ b/python/sites/mach.txt -@@ -134,4 +134,4 @@ - # We aren't (yet) able to pin packages in automation, so we have to +@@ -98,3 +98,3 @@ pypi-optional:glean-sdk==55.0.0:telemetry will not be collected # support down to the oldest locally-installed version (5.4.2). -pypi-optional:psutil>=5.4.2,<=5.9.4:telemetry will be missing some data +-pypi-optional:zstandard>=0.11.1,<=0.22.0:zstd archives will not be possible to extract +pypi-optional:psutil>=5.4.2,<=5.10.0:telemetry will be missing some data --pypi-optional:zstandard>=0.11.1,<=0.19.0:zstd archives will not be possible to extract +pypi-optional:zstandard>=0.11.1,<=0.24.0:zstd archives will not be possible to extract