summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2015-03-11 13:25:46 +0300
committerVlad Glagolev2015-03-11 13:27:17 +0300
commit177f749c6faa067ea0a683e02c34e1cf2c28877b (patch)
tree8f1186a3636353a32b935a19c57fb5c498d7d924
parentce840f8bd0bf2c00cefb223efb70d9f86901f80e (diff)
seamonkey: => 2.33 [security]
(cherry picked from commit 52d891b7a8f0c399a6c37e845af174fc63c2666c)
-rwxr-xr-xhttp/seamonkey/DEPENDS4
-rwxr-xr-xhttp/seamonkey/DETAILS6
-rw-r--r--http/seamonkey/HISTORY4
3 files changed, 9 insertions, 5 deletions
diff --git a/http/seamonkey/DEPENDS b/http/seamonkey/DEPENDS
index 9988714b81..2a5c3b1a1a 100755
--- a/http/seamonkey/DEPENDS
+++ b/http/seamonkey/DEPENDS
@@ -13,13 +13,13 @@ fi &&
depends -sub 3.17.x nss &&
-if spell_ok nss && is_version_less $(installed_version nss) 3.17.1; then
+if spell_ok nss && is_version_less $(installed_version nss) 3.17.4; then
force_depends nss
fi &&
depends -sub "TSAFE SECURE_DELETE ENABLE_UNLOCK_NOTIFY" sqlite &&
-if spell_ok sqlite && is_version_less $(installed_version sqlite) 3.8.5; then
+if spell_ok sqlite && is_version_less $(installed_version sqlite) 3.8.7.4; then
force_depends sqlite
fi &&
diff --git a/http/seamonkey/DETAILS b/http/seamonkey/DETAILS
index e7dd333ec4..ed87b16988 100755
--- a/http/seamonkey/DETAILS
+++ b/http/seamonkey/DETAILS
@@ -1,11 +1,11 @@
SPELL=seamonkey
- VERSION=2.32.1
- SECURITY_PATCH=60
+ VERSION=2.33
+ SECURITY_PATCH=61
SOURCE=$SPELL-$VERSION.source.tar.bz2
SOURCE_URI=seamonkey/releases/$VERSION/source/$SOURCE
SOURCE_URL[0]=ftp://ftp.mozilla.org/pub/mozilla.org/$SOURCE_URI
SOURCE_URL[1]=http://releases.mozilla.org/pub/mozilla.org/$SOURCE_URI
- SOURCE_HASH=sha512:2bca17d952abe38952d56e11a7b2bea7cff9aaa4e780467c8f6c8510826353d8319fff84f93fcc30b580e270f765bb33f3ea0d5c0c69ee1fd625107906eaaec6
+ SOURCE_HASH=sha512:1c3e37468dd02f1f85e4605b0c429b466043172adabadd95789d85f8799992e26acb962a43b01b98e2e52c710bfb8f78b5b163cf1a8c6e7d844e9d00587c032b
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://www.seamonkey-project.org/
TMPFS=off
diff --git a/http/seamonkey/HISTORY b/http/seamonkey/HISTORY
index f56cb33188..3a717f2a35 100644
--- a/http/seamonkey/HISTORY
+++ b/http/seamonkey/HISTORY
@@ -1,3 +1,7 @@
+2015-03-11 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 2.33; SECURITY_PATCH++
+ * DEPENDS: updated requirements -- nss (>=3.17.4), sqlite (>=3.8.7.4)
+
2015-02-09 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 2.32.1