From 28a23a9e45213bfa33fa9a01309e6cc489bbbaa4 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 2 Aug 2020 15:13:23 +0200 Subject: extra/firefox: repatched for 79.0 --- extra/firefox/PKGBUILD | 8 ++++---- extra/firefox/avoid-libxul-OOM-python-check.patch | Bin 1299 -> 1394 bytes extra/firefox/mozconfig-i686.patch | Bin 648 -> 722 bytes extra/firefox/mozconfig-pentium4.patch | Bin 616 -> 722 bytes ...tic-disable-network-test-on-static-libraries.patch | Bin 1055 -> 1049 bytes 5 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extra/firefox/PKGBUILD b/extra/firefox/PKGBUILD index f0482553..cd32ea26 100644 --- a/extra/firefox/PKGBUILD +++ b/extra/firefox/PKGBUILD @@ -4,7 +4,7 @@ # set correct compiler and toochain tools if [ "${CARCH}" = "pentium4" ]; then source+=('mozconfig-pentium4.patch') - sha256sums+=('708605f390994587277d8357e8452a71fcbfab97394df9678b1b646539e4ce20') + sha256sums+=('dd49547b516936fe372f6f63c94e62dd975021ad97bcf31e98551ecff9890aed') eval "$( declare -f prepare | \ sed ' @@ -14,7 +14,7 @@ eval "$( fi if [ "${CARCH}" = "i686" ]; then source+=('mozconfig-i686.patch') - sha256sums+=('b6688e8872da4651653d898ba832d078e30e901bc6b84df07494905320633f22') + sha256sums+=('dd49547b516936fe372f6f63c94e62dd975021ad97bcf31e98551ecff9890aed') eval "$( declare -f prepare | \ sed ' @@ -125,7 +125,7 @@ eval "$( # test failure in rust code (complaining about network functions) when PGO is used, # see https://bugzilla.mozilla.org/show_bug.cgi?id=1565757 source+=('rust-static-disable-network-test-on-static-libraries.patch') -sha256sums+=('3a40877475912b53c9cc443feff2ccfef71e8a0f8f45615b7959c28203a1c9a9') +sha256sums+=('cff239cbeca6fb6171ed4849b6b42173ce6b4fd2f671e1d5dedd1d81795f3da8') eval "$( declare -f prepare | \ sed ' @@ -145,7 +145,7 @@ eval "$( # readelf: Error: Unable to seek to 0x801db328 for section headers source+=('avoid-libxul-OOM-python-check.patch') -sha256sums+=('c578c970ba0c06d70950a55f45346f4b8c3749a0da62ae4a9b87bc64d86f50c1') +sha256sums+=('bf2829f280ef05a608584ce7ec95875e147f315bac9609f5e18052bc03e3c4f9') eval "$( declare -f prepare | \ sed ' diff --git a/extra/firefox/avoid-libxul-OOM-python-check.patch b/extra/firefox/avoid-libxul-OOM-python-check.patch index 4aaf550c..04ce4958 100644 Binary files a/extra/firefox/avoid-libxul-OOM-python-check.patch and b/extra/firefox/avoid-libxul-OOM-python-check.patch differ diff --git a/extra/firefox/mozconfig-i686.patch b/extra/firefox/mozconfig-i686.patch index 5230d314..885c51af 100644 Binary files a/extra/firefox/mozconfig-i686.patch and b/extra/firefox/mozconfig-i686.patch differ diff --git a/extra/firefox/mozconfig-pentium4.patch b/extra/firefox/mozconfig-pentium4.patch index b179e883..885c51af 100644 Binary files a/extra/firefox/mozconfig-pentium4.patch and b/extra/firefox/mozconfig-pentium4.patch differ diff --git a/extra/firefox/rust-static-disable-network-test-on-static-libraries.patch b/extra/firefox/rust-static-disable-network-test-on-static-libraries.patch index 2ce3ce16..7bcbde2a 100644 Binary files a/extra/firefox/rust-static-disable-network-test-on-static-libraries.patch and b/extra/firefox/rust-static-disable-network-test-on-static-libraries.patch differ -- cgit v1.2.3-54-g00ecf