From 2ed81d28fb1a39dd202fe6a158b439bdd889fe49 Mon Sep 17 00:00:00 2001 From: Owen Rafferty Date: Sun, 14 May 2023 17:36:31 -0500 Subject: [PATCH] firefox [testing]: 114.0b3 --- testing/firefox/build | 6 ------ testing/firefox/checksums | 3 +-- testing/firefox/patches/fix-linux-header.patch | 12 ------------ testing/firefox/sources | 3 +-- testing/firefox/version | 2 +- 5 files changed, 3 insertions(+), 23 deletions(-) delete mode 100644 testing/firefox/patches/fix-linux-header.patch diff --git a/testing/firefox/build b/testing/firefox/build index 6e3e0f5d..fef79673 100755 --- a/testing/firefox/build +++ b/testing/firefox/build @@ -7,11 +7,6 @@ done sed '/UNZIP/d' toolkit/moz.configure > _ mv -f _ toolkit/moz.configure -# Remove upper limit on psutil for those encountering build errors when using -# python-psutil from community. -sed 's/psutil>=5\.4\.2,<=5\.8\.0/psutil>=5\.4\.2/g' python/sites/mach.txt > _ -mv -f _ python/sites/mach.txt - # If using libc++, CXXSTDLIB needs to be set manually. case $("$CC" -print-file-name=libc++.so) in */*) export CXXSTDLIB=c++ @@ -72,7 +67,6 @@ ac_add_options --disable-system-extension-dirs EOF ./mach build -./mach run DESTDIR="$1" ./mach install # Remove a lot of uneeded "stuff". diff --git a/testing/firefox/checksums b/testing/firefox/checksums index 7a2e71e8..4adebe9d 100644 --- a/testing/firefox/checksums +++ b/testing/firefox/checksums @@ -1,5 +1,4 @@ -a8aa6ca676851c2cf28396610644f61215c0d2473c1a34b0da95d198804eef9326 -be44c4a1e76704bd9e0fa713f00b88e9897150eda359c3bf58c30461d9cf56e3c8 +3d40ed441f7c7ceafee6607672bdb1b7ce8ced92bf800cbf8753b6231c64e80e38 ee279241e461011e2265086328d9d0a913ab938bb81aa97fa22b8b9b7edf5e33bc 8c0f419eb138061e67dbe2ac73e9c8332649fb90aacb57ac4f00d5de94c0cf23a8 3bfec8b5e7cb94481d94e1039a602e14564c8a6da5a28f089ce4a69d23f9e42bbb diff --git a/testing/firefox/patches/fix-linux-header.patch b/testing/firefox/patches/fix-linux-header.patch deleted file mode 100644 index 9f7fc51a..00000000 --- a/testing/firefox/patches/fix-linux-header.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/dom/media/webrtc/transport/third_party/nICEr/src/stun/addrs-netlink.c b/dom/media/webrtc/transport/third_party/nICEr/src/stun/addrs-netlink.c -index 73e85c6ccc..9eca548638 100644 ---- a/dom/media/webrtc/transport/third_party/nICEr/src/stun/addrs-netlink.c -+++ b/dom/media/webrtc/transport/third_party/nICEr/src/stun/addrs-netlink.c -@@ -31,6 +31,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - - #if defined(LINUX) -+#include - #include "addrs-netlink.h" - #include - #include diff --git a/testing/firefox/sources b/testing/firefox/sources index fe332881..786dea14 100644 --- a/testing/firefox/sources +++ b/testing/firefox/sources @@ -1,5 +1,4 @@ -https://ftp.mozilla.org/pub/firefox/releases/113.0b9/source/firefox-113.0b9.source.tar.xz -patches/fix-linux-header.patch +https://ftp.mozilla.org/pub/firefox/releases/114.0b3/source/firefox-114.0b3.source.tar.xz patches/musl-sandbox.patch patches/no-atk.patch patches/no-dbus.patch diff --git a/testing/firefox/version b/testing/firefox/version index 3c1fe420..05859a15 100644 --- a/testing/firefox/version +++ b/testing/firefox/version @@ -1 +1 @@ -113.0b9 1 +114.0b3 1