summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Sherwood2008-11-13 09:59:27 -0600
committerArwed von Merkatz2008-11-19 19:06:15 +0100
commit9d89e9628cd82a01fdfce16c48d9d199d98ef782 (patch)
tree793ee723fbbf6189f38d1df41470a1456ed26f8e
parent19905ff42afacaced04e12c32f2a5733cb1889f9 (diff)
seamonkey: Updated to version 1.1.13. SECURITY_PATCH++
Added depends fixes for nss 3.12 from Bug #14858 (cherry picked from commit c56c1e123fe3bec31bc6e9606ee810b42e8731e4)
-rwxr-xr-xhttp/seamonkey/DEPENDS4
-rwxr-xr-xhttp/seamonkey/DETAILS6
-rw-r--r--http/seamonkey/HISTORY4
3 files changed, 10 insertions, 4 deletions
diff --git a/http/seamonkey/DEPENDS b/http/seamonkey/DEPENDS
index 869d18b2f2..7d36625753 100755
--- a/http/seamonkey/DEPENDS
+++ b/http/seamonkey/DEPENDS
@@ -3,8 +3,10 @@ depends jpeg '--with-system-jpeg' &&
depends libidl '--with-libIDL' &&
depends libpng '--with-system-png' &&
depends libxft &&
+if spell_ok nss && [[ $(installed_version nss) == 3.11* ]]; then
depends nspr '--with-system-nspr' &&
-depends nss '--with-system-nss --enable-crypto' &&
+depends nss '--with-system-nss --enable-crypto'
+fi &&
depends perl &&
depends xorg-libs '--with-x' &&
depends zip &&
diff --git a/http/seamonkey/DETAILS b/http/seamonkey/DETAILS
index fedaa8d6db..cede440e2d 100755
--- a/http/seamonkey/DETAILS
+++ b/http/seamonkey/DETAILS
@@ -1,12 +1,12 @@
SPELL=seamonkey
- VERSION=1.1.12
+ VERSION=1.1.13
SOURCE=$SPELL-$VERSION.source.tar.bz2
- SOURCE_HASH=sha512:95f14ac5c04c36b938f8a8d483aea8c194e2fb19a73592d16f3dc1b4d14a1f65450b197d0f2e40ab9f41440297708ec5ad1bf0c0d6cad60358d097a248afe222
+ SOURCE_HASH=sha512:58d15a31f0781026756332cacebbcee705e52d3bb2267b899aa2c5e63e2214f4f67b417dedda36f378fcb867b8d656655d792e8b450a9b673dfd8990f57f1430
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URI=seamonkey/releases/$VERSION/$SOURCE
SOURCE_URL[0]=http://releases.mozilla.org/pub/mozilla.org/$SOURCE_URI
WEB_SITE=http://www.mozilla.org/
- SECURITY_PATCH=14
+ SECURITY_PATCH=15
ENTERED=20010922
LICENSE[0]=MPL
DOCS="LICENSE README.txt"
diff --git a/http/seamonkey/HISTORY b/http/seamonkey/HISTORY
index d543ab8da3..25c8aa2a52 100644
--- a/http/seamonkey/HISTORY
+++ b/http/seamonkey/HISTORY
@@ -1,3 +1,7 @@
+2008-11-13 George Sherwood <gsherwood@sourcemage.org>
+ * DETAILS: Updated to version 1.1.3. SECURITY_PATCH++
+ * DEPENDS: Added nss 3.12 fix from #14858
+
2008-09-23 George Sherwood <gsherwood@sourcemage.org>
* DETAILS: Updated to vesion 1.1.12. SECURITY_PATCH++
http://www.mozilla.org/security/known-vulnerabilities/seamonkey11.html