-if spell_ok sqlite && is_version_less $(installed_version sqlite) 3.7.14.1;
then
+if spell_ok sqlite && is_version_less $(installed_version sqlite) 3.7.15.2;
then
force_depends sqlite
fi &&
diff --git a/http/seamonkey/DETAILS b/http/seamonkey/DETAILS
index 71b77d6..3f0515e 100755
--- a/http/seamonkey/DETAILS
+++ b/http/seamonkey/DETAILS
@@ -1,8 +1,8 @@
SPELL=seamonkey
- VERSION=2.16
- SECURITY_PATCH=52
+ VERSION=2.17.1
+ SECURITY_PATCH=53
SOURCE=$SPELL-$VERSION.source.tar.bz2
-
SOURCE_HASH=sha512:28b155d584cbbdfc83ebae9722586156c6dc2023ca8e337d24363d93189dc1254a9350e8ea68ad7c3c31a3ac50883f86adfb2747c2d27d907dee0dc47c2da761
+
SOURCE_HASH=sha512:59a0fa0760247e936e74194d7508bb6553c45ea6108e5a21c193833d91c9fb5de2106ce477273f92ffc24d777744fc238dec8e625f33f1ef5b5112f4a895bcd3
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URI=seamonkey/releases/$VERSION/source/$SOURCE
SOURCE_URL[0]=ftp://ftp.mozilla.org/pub/mozilla.org/$SOURCE_URI
diff --git a/http/seamonkey/HISTORY b/http/seamonkey/HISTORY
index e54b786..aae73ac 100644
--- a/http/seamonkey/HISTORY
+++ b/http/seamonkey/HISTORY
@@ -1,3 +1,9 @@
+2013-05-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: updated required versions for nss and sqlite
+
+2013-04-15 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.17.1, SECURITY_PATCH=53
+
2013-02-21 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.16, SECURITY_PATCH=52
diff --git a/mail/thunderbird/BUILD b/mail/thunderbird/BUILD
index 0f266cd..1f7ac66 100755
--- a/mail/thunderbird/BUILD
+++ b/mail/thunderbird/BUILD
@@ -31,6 +31,20 @@ if [[ $THUNDERBIRD_OFFICIAL == y ]]; then
OPTS="$OPTS --enable-official-branding"
fi