summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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