diff options
author | ghen <ghen@pkgsrc.org> | 2008-03-30 15:02:40 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2008-03-30 15:02:40 +0000 |
commit | 3b4ae870fc73525b9db1f93d2637c3692118988d (patch) | |
tree | 3efc9bd15422f3f592ef19a1b5cd6a1bc377bf3c /www/seamonkey | |
parent | 0a6045b5add4b9d7324c733e10fb8b9e835a0f8e (diff) | |
download | pkgsrc-3b4ae870fc73525b9db1f93d2637c3692118988d.tar.gz |
Update seamonkey, seamonkey-bin and seamonkey-gtk1 to Seamonkey 1.1.9.
Security fixes in this version:
MFSA 2008-19 XUL popup spoofing variant (cross-tab popups)
MFSA 2008-18 Java socket connection to any local port via LiveConnect
MFSA 2008-17 Privacy issue with SSL Client Authentication
MFSA 2008-16 HTTP Referrer spoofing with malformed URLs
MFSA 2008-15 Crashes with evidence of memory corruption (rv:1.8.1.13)
MFSA 2008-14 JavaScript privilege escalation and arbitrary code execution
For more info, see http://www.seamonkey-project.org/releases/seamonkey1.1.9/
Diffstat (limited to 'www/seamonkey')
-rw-r--r-- | www/seamonkey/Makefile-seamonkey.common | 4 | ||||
-rw-r--r-- | www/seamonkey/distinfo | 10 | ||||
-rw-r--r-- | www/seamonkey/patches/patch-cn | 33 |
3 files changed, 28 insertions, 19 deletions
diff --git a/www/seamonkey/Makefile-seamonkey.common b/www/seamonkey/Makefile-seamonkey.common index 68b557f76fd..b6e8b6d844e 100644 --- a/www/seamonkey/Makefile-seamonkey.common +++ b/www/seamonkey/Makefile-seamonkey.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile-seamonkey.common,v 1.16 2008/02/08 18:04:33 ghen Exp $ +# $NetBSD: Makefile-seamonkey.common,v 1.17 2008/03/30 15:02:40 ghen Exp $ MOZILLA_BIN= seamonkey-bin -MOZ_VER= 1.1.8 +MOZ_VER= 1.1.9 EXTRACT_SUFX= .tar.bz2 DISTNAME= seamonkey-${MOZ_DIST_VER}.source diff --git a/www/seamonkey/distinfo b/www/seamonkey/distinfo index 879257060fd..d13402267b5 100644 --- a/www/seamonkey/distinfo +++ b/www/seamonkey/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.28 2008/02/08 18:04:33 ghen Exp $ +$NetBSD: distinfo,v 1.29 2008/03/30 15:02:41 ghen Exp $ -SHA1 (seamonkey-1.1.8.source.tar.bz2) = 8c8032c4da9eb5da55238fbc09a6016c88d16539 -RMD160 (seamonkey-1.1.8.source.tar.bz2) = 11f305b28312a4cd92945f299978e98cad996610 -Size (seamonkey-1.1.8.source.tar.bz2) = 35335791 bytes +SHA1 (seamonkey-1.1.9.source.tar.bz2) = e33d78a005d01f982e45db55034d776fda419e25 +RMD160 (seamonkey-1.1.9.source.tar.bz2) = 30ae304710fae33f83bdbb57b1d9092eb6ed8daf +Size (seamonkey-1.1.9.source.tar.bz2) = 35273677 bytes SHA1 (patch-aa) = 2d117311991c4c71803f3c446334d7b6f1e1067a SHA1 (patch-ab) = b83dc786559d010f9bbb1adde697975166e0735e SHA1 (patch-ac) = 393920aabf9476b668510a88af041d9a54c6019d @@ -43,7 +43,7 @@ SHA1 (patch-cj) = 8716afb433a9cab1202cd39db1611ec784859c43 SHA1 (patch-ck) = 157fad436bb71795e5ff4b6b8efb26f7f6a84e90 SHA1 (patch-cl) = 0c6d7f86739ec8cb805d8ddc0034a421488274bc SHA1 (patch-cm) = f3de952dd8eedfb5e4a11a2b05500d37890b13f5 -SHA1 (patch-cn) = 1216a8d67e9777c16cf633193c13002f813ee4dd +SHA1 (patch-cn) = 606ef9d0f363e34e91e54a5955febae35f563ab3 SHA1 (patch-da) = 356e37429832ffd296fa79b9aa7ef20c05d851e0 SHA1 (patch-db) = f10187cf9de4466e49a967b79875eb01c5afd69f SHA1 (patch-dc) = ba7b06f04460d4966e115a9ffdeafc1ebf555972 diff --git a/www/seamonkey/patches/patch-cn b/www/seamonkey/patches/patch-cn index d317de89250..eb3bd2cf171 100644 --- a/www/seamonkey/patches/patch-cn +++ b/www/seamonkey/patches/patch-cn @@ -1,8 +1,8 @@ -$NetBSD: patch-cn,v 1.4 2007/07/26 08:50:17 ghen Exp $ +$NetBSD: patch-cn,v 1.5 2008/03/30 15:02:41 ghen Exp $ ---- extensions/transformiix/source/xpath/XFormsFunctionCall.cpp.orig 2007-05-03 03:37:36.000000000 +0200 +--- extensions/transformiix/source/xpath/XFormsFunctionCall.cpp.orig 2008-03-13 20:10:21.000000000 +0100 +++ extensions/transformiix/source/xpath/XFormsFunctionCall.cpp -@@ -104,7 +104,7 @@ XFormsFunctionCall::evaluate(txIEvalCont +@@ -108,7 +108,7 @@ XFormsFunctionCall::evaluate(txIEvalCont res = (res/i); } else { @@ -11,7 +11,7 @@ $NetBSD: patch-cn,v 1.4 2007/07/26 08:50:17 ghen Exp $ } return aContext->recycler()->getNumberResult(res, aResult); } -@@ -159,7 +159,7 @@ XFormsFunctionCall::evaluate(txIEvalCont +@@ -163,7 +163,7 @@ XFormsFunctionCall::evaluate(txIEvalCont NS_ENSURE_SUCCESS(rv, rv); PRInt32 result = 0; @@ -20,7 +20,7 @@ $NetBSD: patch-cn,v 1.4 2007/07/26 08:50:17 ghen Exp $ nsresult rv = xformsService->GetDaysFromDateTime(date, &result); if (NS_SUCCEEDED(rv)) { res = result; -@@ -211,7 +211,7 @@ XFormsFunctionCall::evaluate(txIEvalCont +@@ -215,7 +215,7 @@ XFormsFunctionCall::evaluate(txIEvalCont NS_ENSURE_SUCCESS(rv, rv); PRInt32 index = 0; @@ -29,7 +29,7 @@ $NetBSD: patch-cn,v 1.4 2007/07/26 08:50:17 ghen Exp $ rv = xformsService->GetRepeatIndexById(mNode, indexId, &index); NS_ENSURE_SUCCESS(rv, rv); -@@ -344,7 +344,7 @@ XFormsFunctionCall::evaluate(txIEvalCont +@@ -348,7 +348,7 @@ XFormsFunctionCall::evaluate(txIEvalCont getter_AddRefs(nodes)); NS_ENSURE_SUCCESS(rv, rv); @@ -38,7 +38,7 @@ $NetBSD: patch-cn,v 1.4 2007/07/26 08:50:17 ghen Exp $ PRInt32 i; for (i = 0; i < nodes->size(); ++i) { double test; -@@ -352,7 +352,7 @@ XFormsFunctionCall::evaluate(txIEvalCont +@@ -356,7 +356,7 @@ XFormsFunctionCall::evaluate(txIEvalCont txXPathNodeUtils::appendNodeValue(nodes->get(i), resultStr); test = Double::toDouble(resultStr); if (Double::isNaN(test)) { @@ -47,7 +47,7 @@ $NetBSD: patch-cn,v 1.4 2007/07/26 08:50:17 ghen Exp $ break; } if (test > res || i == 0) { -@@ -372,7 +372,7 @@ XFormsFunctionCall::evaluate(txIEvalCont +@@ -376,7 +376,7 @@ XFormsFunctionCall::evaluate(txIEvalCont getter_AddRefs(nodes)); NS_ENSURE_SUCCESS(rv, rv); @@ -56,7 +56,7 @@ $NetBSD: patch-cn,v 1.4 2007/07/26 08:50:17 ghen Exp $ PRInt32 i; for (i = 0; i < nodes->size(); ++i) { double test; -@@ -380,7 +380,7 @@ XFormsFunctionCall::evaluate(txIEvalCont +@@ -384,7 +384,7 @@ XFormsFunctionCall::evaluate(txIEvalCont txXPathNodeUtils::appendNodeValue(nodes->get(i), resultStr); test = Double::toDouble(resultStr); if (Double::isNaN(test)) { @@ -65,7 +65,7 @@ $NetBSD: patch-cn,v 1.4 2007/07/26 08:50:17 ghen Exp $ break; } if ((test < res) || (i==0)) { -@@ -403,7 +403,7 @@ XFormsFunctionCall::evaluate(txIEvalCont +@@ -407,7 +407,7 @@ XFormsFunctionCall::evaluate(txIEvalCont NS_ENSURE_SUCCESS(rv, rv); PRInt32 result = 0; @@ -74,7 +74,7 @@ $NetBSD: patch-cn,v 1.4 2007/07/26 08:50:17 ghen Exp $ nsresult rv = xformsService->GetMonths(duration, &result); if (NS_SUCCEEDED(rv)) { res = result; -@@ -479,7 +479,7 @@ XFormsFunctionCall::evaluate(txIEvalCont +@@ -527,7 +527,7 @@ XFormsFunctionCall::evaluate(txIEvalCont // up the chain return rv; } @@ -83,7 +83,7 @@ $NetBSD: patch-cn,v 1.4 2007/07/26 08:50:17 ghen Exp $ } return aContext->recycler()->getNumberResult(res, aResult); -@@ -504,7 +504,7 @@ XFormsFunctionCall::evaluate(txIEvalCont +@@ -552,7 +552,7 @@ XFormsFunctionCall::evaluate(txIEvalCont // up the chain return rv; } @@ -92,3 +92,12 @@ $NetBSD: patch-cn,v 1.4 2007/07/26 08:50:17 ghen Exp $ } return aContext->recycler()->getNumberResult(res, aResult); +@@ -634,7 +634,7 @@ XFormsFunctionCall::evaluate(txIEvalCont + // If the result is too large (ERANGE), we consider the result to be kNaN. + result = pow(base, exponent); + if (errno == EDOM || errno == ERANGE) { +- result = Double::NaN; ++ result = Double::NaN(); + } + + return aContext->recycler()->getNumberResult(result, aResult); |