summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2012-10-15 17:56:28 +0400
committerVlad Glagolev2012-10-15 17:57:57 +0400
commit8af9c593ecbfd58b941fc4563b9259f0d374fd42 (patch)
tree878651296c76ee8785b2fec1dfc03996e4ff6228
parent580adf3a24eb29c2e61c8ecc40a6ba571330231c (diff)
seamonkey: added check for nss <3.13.5
(cherry picked from commit a25d03513bee9f4cd8021e3d52f011af847aa60b)
-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 2ddf99defb..0744963637 100755
--- a/http/seamonkey/DEPENDS
+++ b/http/seamonkey/DEPENDS
@@ -12,7 +12,7 @@ fi &&
depends -sub 3.13.x nss &&
-if spell_ok nss && is_version_less $(installed_version nss) 3.13.2; then
+if spell_ok nss && is_version_less $(installed_version nss) 3.13.5; then
force_depends nss
fi &&
diff --git a/http/seamonkey/HISTORY b/http/seamonkey/HISTORY
index a31c220d62..0d4f98a2ce 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 and sqlite <3.7.13
+ * DEPENDS: added check for nspr <4.9.2, nss <3.13.5 and sqlite <3.7.13
2012-10-13 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 2.13.1; SECURITY_PATCH++