summaryrefslogtreecommitdiff
path: root/firefox
diff options
context:
space:
mode:
authorDanny Rawlins <contact@romster.me>2022-02-10 22:00:41 +1100
committerDanny Rawlins <contact@romster.me>2022-02-10 22:00:41 +1100
commit777e7345d45d6780003c2624d9bc4fefcf47d66f (patch)
tree4f3123bd8a9b15820d9d45ea901458cdd16a72a1 /firefox
parent79a2481e7bea2ebfe24e1282a4eaa4b9738b9323 (diff)
downloadcontrib-777e7345d45d6780003c2624d9bc4fefcf47d66f.tar.gz
contrib-777e7345d45d6780003c2624d9bc4fefcf47d66f.tar.xz
firefox: 96.0.2 -> 97.0
Diffstat (limited to 'firefox')
-rw-r--r--firefox/.footprint1
-rw-r--r--firefox/.signature10
-rw-r--r--firefox/0001-Use-remoting-name-for-GDK-application-names.patch12
-rw-r--r--firefox/Pkgfile3
4 files changed, 13 insertions, 13 deletions
diff --git a/firefox/.footprint b/firefox/.footprint
index 1a842288d..3059f862b 100644
--- a/firefox/.footprint
+++ b/firefox/.footprint
@@ -29,6 +29,7 @@ drwxr-xr-x root/root usr/lib/firefox/gmp-clearkey/
drwxr-xr-x root/root usr/lib/firefox/gmp-clearkey/0.1/
-rwxr-xr-x root/root usr/lib/firefox/gmp-clearkey/0.1/libclearkey.so
-rw-r--r-- root/root usr/lib/firefox/gmp-clearkey/0.1/manifest.json
+-rwxr-xr-x root/root usr/lib/firefox/libipcclientcerts.so
-rwxr-xr-x root/root usr/lib/firefox/liblgpllibs.so
-rwxr-xr-x root/root usr/lib/firefox/libmozavcodec.so
-rwxr-xr-x root/root usr/lib/firefox/libmozavutil.so
diff --git a/firefox/.signature b/firefox/.signature
index 43c843526..5273fb717 100644
--- a/firefox/.signature
+++ b/firefox/.signature
@@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF35NnR1CwmtTGCtFSpSrwPX0WngVwkBg7EchE+pJxgdypcOQYRWlPSfvRP7r9tnseyKztmarMzRxJ8mXHQhERuQQ=
-SHA256 (Pkgfile) = d2c595cad5a6750f28effaa8fb740f28e442c8bf3b9881d475ca4c8f8ae12a94
-SHA256 (.footprint) = 27ff13e160720bbfc07289b241337831458e954cc719d7544cc43c1b6ed370a3
-SHA256 (firefox-96.0.2.source.tar.xz) = d32d2afa9179a78e6ed97e15e0f39e372c0d662cb9614404db15e7616da31ab8
+RWSagIOpLGJF39Hqy3X2WVuGHvfuo2t+tcE72FWF8J/Md1kpW4/+BG+8gb6uyv6EJLpmQaqfX5seu/b671cih5AEpL5mCCHNkAk=
+SHA256 (Pkgfile) = 2ae46d4db8d8e602222d17cf8cc517decc4af434142fcaa4a7c9bc5c0422134d
+SHA256 (.footprint) = c8226cc240304363b6289982601426f70c5cd4e82ac62feff3485bee4f48e050
+SHA256 (firefox-97.0.source.tar.xz) = 6c8a7dcb47122d033383fd62a1bcaefff0290a6c23d057898e8ff9c72749df28
SHA256 (firefox.desktop) = 8ba3439f3dfc5cab883641969c93d8d15f8f20d7188d9568346b2edad52d6f91
-SHA256 (0001-Use-remoting-name-for-GDK-application-names.patch) = 8b236bbf3ae5cb28d1dd742f543c0079fac06af5aa80bc2051defeba95f0ae21
+SHA256 (0001-Use-remoting-name-for-GDK-application-names.patch) = 8de6c0ecc70d2763936be6df4b91a3d2e806765bf510f987d6f2ffa2377c3f01
diff --git a/firefox/0001-Use-remoting-name-for-GDK-application-names.patch b/firefox/0001-Use-remoting-name-for-GDK-application-names.patch
index bb0fff9a3..f30777294 100644
--- a/firefox/0001-Use-remoting-name-for-GDK-application-names.patch
+++ b/firefox/0001-Use-remoting-name-for-GDK-application-names.patch
@@ -9,10 +9,10 @@ Subject: [PATCH] Use remoting name for GDK application names
2 files changed, 6 insertions(+), 12 deletions(-)
diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
-index 40e4dae574dc5..cc22fc3f5edaf 100644
+index ce001e93821f..3be817c5cbd5 100644
--- a/toolkit/xre/nsAppRunner.cpp
+++ b/toolkit/xre/nsAppRunner.cpp
-@@ -4176,11 +4176,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
+@@ -4348,11 +4348,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
// consistently.
// Set program name to the one defined in application.ini.
@@ -26,11 +26,11 @@ index 40e4dae574dc5..cc22fc3f5edaf 100644
// Initialize GTK here for splash.
diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
-index 24bdd5083375b..74dd54a5ae0e6 100644
+index c8bbd9a373f5..a6a2186f20fb 100644
--- a/widget/gtk/nsAppShell.cpp
+++ b/widget/gtk/nsAppShell.cpp
-@@ -24,6 +24,8 @@
- # include "WakeLockListener.h"
+@@ -27,6 +27,8 @@
+ # include "nsIObserverService.h"
#endif
#include "gfxPlatform.h"
+#include "nsAppRunner.h"
@@ -38,7 +38,7 @@ index 24bdd5083375b..74dd54a5ae0e6 100644
#include "ScreenHelperGTK.h"
#include "HeadlessScreenHelper.h"
#include "mozilla/widget/ScreenManager.h"
-@@ -153,13 +155,9 @@ nsresult nsAppShell::Init() {
+@@ -257,13 +259,9 @@ nsresult nsAppShell::Init() {
// See https://bugzilla.gnome.org/show_bug.cgi?id=747634
//
// Only bother doing this for the parent process, since it's the one
diff --git a/firefox/Pkgfile b/firefox/Pkgfile
index dfe3d5442..444af88dd 100644
--- a/firefox/Pkgfile
+++ b/firefox/Pkgfile
@@ -5,7 +5,7 @@
# Optional: sccache jack
name=firefox
-version=96.0.2
+version=97.0
release=1
source=(https://archive.mozilla.org/pub/firefox/releases/$version/source/$name-$version.source.tar.xz
firefox.desktop
@@ -55,7 +55,6 @@ cat <<- EOF > .mozconfig
ac_add_options --disable-debug-symbols
ac_add_options --enable-official-branding
ac_add_options --with-distribution-id=nu.crux
- ac_add_options --enable-extensions=default,-gnomevfs
ac_add_options --enable-linker=lld
ac_add_options --enable-lto=thin
ac_add_options --disable-tests

Generated by cgit