From e33334fff85ed1f0c9d9b9e61cbe94a3cb1bebc8 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Wed, 4 Jun 2025 10:59:49 +0200 Subject: [PATCH] sw/broken-software: MEGAsync added arm64 support Signed-off-by: Matthias Kurz --- docs/sw/broken-software.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sw/broken-software.md b/docs/sw/broken-software.md index 5cfed2b7..32773969 100644 --- a/docs/sw/broken-software.md +++ b/docs/sw/broken-software.md @@ -96,7 +96,6 @@ run). You may have varying levels of success by attempting to run your software | ------- | --------------- | ----- | | hardened_malloc | | There are more changes necessary to hardened_malloc before 16k page support is done. It is also not a high priority at the moment as we need MTE | | jemalloc | | Upstream unwilling to fix, Needs build options if compiled on a 4k page size system. Addressed in [ArchLinuxARM](https://github.com/archlinuxarm/PKGBUILDs/pull/1914). | -| MEGAsync | | | notion-app(-enhancer) | | electron + broken build flags | | Waydroid | | Upstream AOSP is working on 16k page support: | @@ -120,6 +119,7 @@ run). You may have varying levels of success by attempting to run your software | libunwind | | Fixed since 1.8.0 | | libvirt/QEMU/KVM | | Fixed since QEMU 7.2.6 / 8.0.5 / 8.1.1 | | lvm2 | | Fixed since 2.03.21 | +| MEGAsync | | Fixed since 5.12.0 | | pdfium | | Fixed and shipped with Chromium 108 | | qt5-webengine | | chromium 87, likely won’t be fixed upstream. [Fixed in downstream ArchLinuxARM](https://github.com/archlinuxarm/PKGBUILDs/pull/1928) | | qt6-webengine | | chromium 94 for 6.3, partially fixed upstream in 6.4 for webview but not for QtPdf. [Fixed in downstream ArchLinuxARM](https://github.com/archlinuxarm/PKGBUILDs/pull/1928) |