New commits:
commit 14c546fe3ce9faaeac75df5420baba0c08f27dc4
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
seamonkey: corrected build process
(cherry picked from commit 410c861c54764efd4bee5cf82b5fc65d61e0ff6f)
diff --git a/http/seamonkey/BUILD b/http/seamonkey/BUILD
index 9fe92da..4e32717 100755
--- a/http/seamonkey/BUILD
+++ b/http/seamonkey/BUILD
@@ -2,6 +2,12 @@ cd $SOURCE_DIRECTORY/comm-release &&
MOZILLA_HOME=$INSTALL_ROOT/usr/lib/seamonkey &&
#
+# Skip xpcshell tests which launch dbus on finish --
+# that prevents cast from correct completion
+#
+unset DISPLAY &&
+
+#
# No fast optimization for Mozilla, bit us so many times...
#
CFLAGS="${CFLAGS//-O3/-O2}" &&
diff --git a/http/seamonkey/CONFIGURE b/http/seamonkey/CONFIGURE
index 5b40a71..3cad4fa 100755
--- a/http/seamonkey/CONFIGURE
+++ b/http/seamonkey/CONFIGURE
@@ -42,6 +42,10 @@ config_query_option SEAMONKEY_OPTS "Enable WebM support?"
y \
"--enable-webm" \
"--disable-webm" &&
+config_query_option SEAMONKEY_OPTS "Enable safe browsing (anti-phishing)
implementation?" n \
+ "--enable-safe-browsing" \
+ "--disable-safe-browsing" &&
+
config_query_option SEAMONKEY_OPTS "Enable official branding? If enabled,
you may be restricted in distributing these binaries IAW mozilla policies" n \
"--enable-official-branding" \
"--disable-official-branding" &&
diff --git a/http/seamonkey/HISTORY b/http/seamonkey/HISTORY
index be4b6d3..6c33954 100644
--- a/http/seamonkey/HISTORY
+++ b/http/seamonkey/HISTORY
@@ -1,3 +1,7 @@
+2015-03-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFIGURE: added flags for safe browsing
+ * BUILD: corrected build process
+
2015-03-24 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.33.1; SECURITY_PATCH++
[SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (14c546fe3ce9faaeac75df5420baba0c08f27dc4),
Vlad Glagolev, 03/25/2015