summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrizzlyuser <grizzlyuser@protonmail.com>2023-04-10 21:27:02 +0200
committerbill-auger <mr.j.spam.me@gmail.com>2023-07-08 01:23:46 -0400
commit24d135484550be36c77b62ce3992fcad446ce2d3 (patch)
tree4665d9b1d66e7b82ac9b0ceeda26c141a56f6e0d
parent348e36d59484513e7cbb838cf6fd383f9cb3e149 (diff)
112.0, update according to upstream changes112.0-1
-rwxr-xr-xrelease.sh2
-rw-r--r--src/patches/iceweasel-branding/Determine-which-phishing-shavar-to-use.patch6
2 files changed, 4 insertions, 4 deletions
diff --git a/release.sh b/release.sh
index 916532c..622f31f 100755
--- a/release.sh
+++ b/release.sh
@@ -3,7 +3,7 @@
set -eu
pkgname=iceweasel
-brandingver=102.0
+brandingver=112.0
brandingrel=1
srcdir=src
diff --git a/src/patches/iceweasel-branding/Determine-which-phishing-shavar-to-use.patch b/src/patches/iceweasel-branding/Determine-which-phishing-shavar-to-use.patch
index 3125ec3..2fdab0a 100644
--- a/src/patches/iceweasel-branding/Determine-which-phishing-shavar-to-use.patch
+++ b/src/patches/iceweasel-branding/Determine-which-phishing-shavar-to-use.patch
@@ -18,9 +18,9 @@ index d9c9384e97..ef67ae371e 100644
--- a/modules/libpref/moz.build
+++ b/modules/libpref/moz.build
@@ -174,3 +174,6 @@ if CONFIG["MOZ_BACKGROUNDTASKS"]:
- DEFINES["MOZ_BACKGROUNDTASKS"] = True
-
- REQUIRES_UNIFIED_BUILD = True
+ FINAL_TARGET_PP_FILES += [
+ "greprefs.js",
+ ]
+
+if CONFIG['MOZ_OFFICIAL_BRANDING']:
+ DEFINES['MOZ_OFFICIAL_BRANDING'] = True