firefox [testing]: 114.0b3

This commit is contained in:
Owen Rafferty 2023-05-14 17:36:31 -05:00
parent cc42dca711
commit 2ed81d28fb
No known key found for this signature in database
5 changed files with 3 additions and 23 deletions

View File

@ -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".

View File

@ -1,5 +1,4 @@
a8aa6ca676851c2cf28396610644f61215c0d2473c1a34b0da95d198804eef9326
be44c4a1e76704bd9e0fa713f00b88e9897150eda359c3bf58c30461d9cf56e3c8
3d40ed441f7c7ceafee6607672bdb1b7ce8ced92bf800cbf8753b6231c64e80e38
ee279241e461011e2265086328d9d0a913ab938bb81aa97fa22b8b9b7edf5e33bc
8c0f419eb138061e67dbe2ac73e9c8332649fb90aacb57ac4f00d5de94c0cf23a8
3bfec8b5e7cb94481d94e1039a602e14564c8a6da5a28f089ce4a69d23f9e42bbb

View File

@ -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 <net/if.h>
#include "addrs-netlink.h"
#include <csi_platform.h>
#include <assert.h>

View File

@ -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

View File

@ -1 +1 @@
113.0b9 1
114.0b3 1