summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2012-10-15 15:53:15 +0400
committerVlad Glagolev2012-10-15 15:54:55 +0400
commita32127d8113dcb34661960beef8e40ed18b8b80c (patch)
tree294ea8ce0b3ca04489f54c1f90eba84fa5781368
parent6b3b278c73dac5f1817ce26fdb62725ae68db28c (diff)
seamonkey: added check for sqlite <3.7.13
(cherry picked from commit c86e6738051ad116cfecb9138ec6d99146a2c45f)
-rwxr-xr-xhttp/seamonkey/DEPENDS2
-rw-r--r--http/seamonkey/HISTORY2
2 files changed, 2 insertions, 2 deletions
diff --git a/http/seamonkey/DEPENDS b/http/seamonkey/DEPENDS
index 0e6b5ca599..2ddf99defb 100755
--- a/http/seamonkey/DEPENDS
+++ b/http/seamonkey/DEPENDS
@@ -18,7 +18,7 @@ fi &&
depends -sub "TSAFE SECURE_DELETE ENABLE_UNLOCK_NOTIFY" sqlite &&
-if spell_ok sqlite && is_version_less $(installed_version sqlite) 3.7.12.1; then
+if spell_ok sqlite && is_version_less $(installed_version sqlite) 3.7.13; then
force_depends sqlite
fi &&
diff --git a/http/seamonkey/HISTORY b/http/seamonkey/HISTORY
index b8e37a7ebb..a31c220d62 100644
--- a/http/seamonkey/HISTORY
+++ b/http/seamonkey/HISTORY
@@ -1,5 +1,5 @@
2012-10-15 Vlad Glagolev <stealth@sourcemage.org>
- * DEPENDS: added check for nspr <4.9.2
+ * DEPENDS: added check for nspr <4.9.2 and sqlite <3.7.13
2012-10-13 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 2.13.1; SECURITY_PATCH++