firefox: 75.0 -> 76.0
This commit is contained in:
parent
740ce88c16
commit
324e40f0f4
2 changed files with 26 additions and 3 deletions
|
@ -0,0 +1,23 @@
|
||||||
|
diff -ur firefox-65.0-orig/docshell/base/nsAboutRedirector.cpp firefox-65.0/docshell/base/nsAboutRedirector.cpp
|
||||||
|
--- firefox-76.0.orig/docshell/base/nsAboutRedirector.cpp 2020-05-03 19:01:29.926544735 +0200
|
||||||
|
+++ firefox-76.0/docshell/base/nsAboutRedirector.cpp 2020-05-03 19:12:00.845035570 +0200
|
||||||
|
@@ -62,8 +62,6 @@
|
||||||
|
{"about", "chrome://global/content/aboutAbout.html", 0},
|
||||||
|
{"addons", "chrome://mozapps/content/extensions/extensions.xhtml",
|
||||||
|
nsIAboutModule::ALLOW_SCRIPT},
|
||||||
|
- {"buildconfig", "chrome://global/content/buildconfig.html",
|
||||||
|
- nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT},
|
||||||
|
{"checkerboard", "chrome://global/content/aboutCheckerboard.html",
|
||||||
|
nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT |
|
||||||
|
nsIAboutModule::ALLOW_SCRIPT},
|
||||||
|
diff -ur firefox-65.0-orig/toolkit/content/jar.mn firefox-65.0/toolkit/content/jar.mn
|
||||||
|
--- firefox-65.0-orig/toolkit/content/jar.mn 2019-01-23 00:48:35.033372506 +0100
|
||||||
|
+++ firefox-65.0/toolkit/content/jar.mn 2019-01-23 00:50:45.126565924 +0100
|
||||||
|
@@ -36,7 +36,6 @@
|
||||||
|
content/global/plugins.css
|
||||||
|
content/global/browser-child.js
|
||||||
|
content/global/browser-content.js
|
||||||
|
-* content/global/buildconfig.html
|
||||||
|
content/global/buildconfig.css
|
||||||
|
content/global/contentAreaUtils.js
|
||||||
|
content/global/datepicker.xhtml
|
|
@ -7,14 +7,14 @@ in
|
||||||
rec {
|
rec {
|
||||||
firefox = common rec {
|
firefox = common rec {
|
||||||
pname = "firefox";
|
pname = "firefox";
|
||||||
ffversion = "75.0";
|
ffversion = "76.0";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://mozilla/firefox/releases/${ffversion}/source/firefox-${ffversion}.source.tar.xz";
|
url = "mirror://mozilla/firefox/releases/${ffversion}/source/firefox-${ffversion}.source.tar.xz";
|
||||||
sha512 = "0m3ibm6dy9cpvsxkzkzwj7na5rm5qz7sm3bpx604ibay9pccvgv59jxapisvmswzmlz2nv02l6p2gxlz3b0lbcg7rd5zasia92y7j99";
|
sha512 = "3dq9h84w1qqidabbrl34jgyjr8bbmbf5wddjazpr7znfm49fn2xyg8fmm5lx9dakghk3wp8yhfi36gmk08fzlrm47v6h17dm9hkh0hz";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./no-buildconfig-ffx65.patch
|
./no-buildconfig-ffx76.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in a new issue