From 82d6fd03c39c1f79314b197c0c8bedd556bbfb7e Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 18 Oct 2022 14:20:19 +0200 Subject: [PATCH] firefox: update to 106.0. --- ...f5a00aaceeed679885e4cd393bd9a5fcd0ff.patch | 33 +++++++++++++++++++ srcpkgs/firefox/template | 4 +-- 2 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/firefox/patches/0efaf5a00aaceeed679885e4cd393bd9a5fcd0ff.patch diff --git a/srcpkgs/firefox/patches/0efaf5a00aaceeed679885e4cd393bd9a5fcd0ff.patch b/srcpkgs/firefox/patches/0efaf5a00aaceeed679885e4cd393bd9a5fcd0ff.patch new file mode 100644 index 00000000000..847fa21c61c --- /dev/null +++ b/srcpkgs/firefox/patches/0efaf5a00aaceeed679885e4cd393bd9a5fcd0ff.patch @@ -0,0 +1,33 @@ + +# HG changeset patch +# User James Lee +# Date 1663956731 0 +# Node ID 0efaf5a00aaceeed679885e4cd393bd9a5fcd0ff +# Parent 5f24c597f42923d6622f5cb74db8c24423b72206 +Bug 1791275 - Don't build libav with sysctl on Unix AArch64 r=alwu,padenot + +Differential Revision: https://phabricator.services.mozilla.com/D157921 + +diff --git a/media/ffvpx/config_unix_aarch64.h b/media/ffvpx/config_unix_aarch64.h +--- a/media/ffvpx/config_unix_aarch64.h ++++ b/media/ffvpx/config_unix_aarch64.h +@@ -324,17 +324,17 @@ + #define HAVE_SETCONSOLETEXTATTRIBUTE 0 + #define HAVE_SETCONSOLECTRLHANDLER 0 + #define HAVE_SETDLLDIRECTORY 0 + #define HAVE_SETMODE 0 + #define HAVE_SETRLIMIT 1 + #define HAVE_SLEEP 0 + #define HAVE_STRERROR_R 1 + #define HAVE_SYSCONF 1 +-#define HAVE_SYSCTL 1 ++#define HAVE_SYSCTL 0 + #define HAVE_USLEEP 1 + #define HAVE_UTGETOSTYPEFROMSTRING 0 + #define HAVE_VIRTUALALLOC 0 + #define HAVE_WGLGETPROCADDRESS 0 + #define HAVE_BCRYPT 0 + #define HAVE_VAAPI_DRM 0 + #define HAVE_VAAPI_X11 0 + #define HAVE_VDPAU_X11 0 + diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template index 8242524d00c..d34c1b29f9b 100644 --- a/srcpkgs/firefox/template +++ b/srcpkgs/firefox/template @@ -3,7 +3,7 @@ # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/firefox-i18n". # pkgname=firefox -version=105.0.3 +version=106.0 revision=1 build_helper="rust" short_desc="Mozilla Firefox web browser" @@ -11,7 +11,7 @@ maintainer="Duncaen " license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later" homepage="https://www.mozilla.org/firefox/" distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz" -checksum=f2fa1e03aecdd4dca0bcda94fd228d3a9ef3635862a2c140f8982d32ae7761e7 +checksum=1546ebfd9d5a814f17479ed626519ed69aa3c89c22c7fb1fe5c84e4d7e5d7e18 lib32disabled=yes