pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www Update seamonkey, seamonkey-bin and seamonkey-gtk1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/211adfb2050f
branches:  trunk
changeset: 531243:211adfb2050f
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Thu Jul 26 08:50:17 2007 +0000

description:
Update seamonkey, seamonkey-bin and seamonkey-gtk1 to Seamonkey 1.1.3.

Security fixes in this version:

MFSA 2007-25 XPCNativeWrapper pollution
MFSA 2007-24 Unauthorized access to wyciwyg:// documents
MFSA 2007-23 Remote code execution by launching Firefox from Internet Explorer
MFSA 2007-22 File type confusion due to %00 in name
MFSA 2007-21 Privilege escalation using an event handler attached to an element not in the document
MFSA 2007-20 Frame spoofing while window is loading
MFSA 2007-19 XSS using addEventListener and setTimeout
MFSA 2007-18 Crashes with evidence of memory corruption

For more info, see http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.1.3/

diffstat:

 www/seamonkey-bin/Makefile              |   4 ++--
 www/seamonkey-bin/distinfo              |   8 ++++----
 www/seamonkey-gtk1/PLIST                |   3 ++-
 www/seamonkey/Makefile-seamonkey.common |   4 ++--
 www/seamonkey/PLIST                     |   3 ++-
 www/seamonkey/distinfo                  |  10 +++++-----
 www/seamonkey/patches/patch-cn          |   4 ++--
 7 files changed, 19 insertions(+), 17 deletions(-)

diffs (116 lines):

diff -r e7482bcde4dc -r 211adfb2050f www/seamonkey-bin/Makefile
--- a/www/seamonkey-bin/Makefile        Thu Jul 26 08:47:35 2007 +0000
+++ b/www/seamonkey-bin/Makefile        Thu Jul 26 08:50:17 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2007/05/31 12:29:38 ghen Exp $
+# $NetBSD: Makefile,v 1.14 2007/07/26 08:50:17 ghen Exp $
 
 MOZILLA=               seamonkey
-MOZ_VER=               1.1.2
+MOZ_VER=               1.1.3
 MOZ_DISTVER=           ${MOZ_VER}
 
 HOMEPAGE=              http://www.mozilla.org/projects/seamonkey/
diff -r e7482bcde4dc -r 211adfb2050f www/seamonkey-bin/distinfo
--- a/www/seamonkey-bin/distinfo        Thu Jul 26 08:47:35 2007 +0000
+++ b/www/seamonkey-bin/distinfo        Thu Jul 26 08:50:17 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2007/05/31 12:29:39 ghen Exp $
+$NetBSD: distinfo,v 1.12 2007/07/26 08:50:17 ghen Exp $
 
-SHA1 (seamonkey/releases/1.1.2/seamonkey-1.1.2.en-US.linux-i686.tar.gz) = a85fd4924e56895378d4ce770a7dc399fb499c19
-RMD160 (seamonkey/releases/1.1.2/seamonkey-1.1.2.en-US.linux-i686.tar.gz) = 762731d89f99435ddffcece82ce6861b5e863d47
-Size (seamonkey/releases/1.1.2/seamonkey-1.1.2.en-US.linux-i686.tar.gz) = 14770947 bytes
+SHA1 (seamonkey/releases/1.1.3/seamonkey-1.1.3.en-US.linux-i686.tar.gz) = ca91ae62fb84135259d28ddaf9b259a3cac61d66
+RMD160 (seamonkey/releases/1.1.3/seamonkey-1.1.3.en-US.linux-i686.tar.gz) = fb9c53a2ba417a115f127b1f8531ae656a3e1c35
+Size (seamonkey/releases/1.1.3/seamonkey-1.1.3.en-US.linux-i686.tar.gz) = 14786385 bytes
diff -r e7482bcde4dc -r 211adfb2050f www/seamonkey-gtk1/PLIST
--- a/www/seamonkey-gtk1/PLIST  Thu Jul 26 08:47:35 2007 +0000
+++ b/www/seamonkey-gtk1/PLIST  Thu Jul 26 08:50:17 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2007/05/31 12:29:39 ghen Exp $
+@comment $NetBSD: PLIST,v 1.8 2007/07/26 08:50:17 ghen Exp $
 bin/${MOZILLA}
 @comment begin PROGRAMS
 lib/${MOZILLA}/${MOZILLA_BIN}
@@ -2738,6 +2738,7 @@
 include/${MOZILLA}/xpcom/nsIEnvironment.h
 include/${MOZILLA}/xpcom/nsIErrorService.h
 include/${MOZILLA}/xpcom/nsIEventQueue.h
+include/${MOZILLA}/xpcom/nsIEventQueueListener.h
 include/${MOZILLA}/xpcom/nsIEventQueueService.h
 include/${MOZILLA}/xpcom/nsIEventTarget.h
 include/${MOZILLA}/xpcom/nsIException.h
diff -r e7482bcde4dc -r 211adfb2050f www/seamonkey/Makefile-seamonkey.common
--- a/www/seamonkey/Makefile-seamonkey.common   Thu Jul 26 08:47:35 2007 +0000
+++ b/www/seamonkey/Makefile-seamonkey.common   Thu Jul 26 08:50:17 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile-seamonkey.common,v 1.10 2007/05/31 12:29:38 ghen Exp $
+# $NetBSD: Makefile-seamonkey.common,v 1.11 2007/07/26 08:50:17 ghen Exp $
 
 MOZILLA_BIN=           seamonkey-bin
-MOZ_VER=               1.1.2
+MOZ_VER=               1.1.3
 EXTRACT_SUFX=          .tar.bz2
 DISTNAME=              seamonkey-${MOZ_DIST_VER}.source
 
diff -r e7482bcde4dc -r 211adfb2050f www/seamonkey/PLIST
--- a/www/seamonkey/PLIST       Thu Jul 26 08:47:35 2007 +0000
+++ b/www/seamonkey/PLIST       Thu Jul 26 08:50:17 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2007/05/31 12:29:38 ghen Exp $
+@comment $NetBSD: PLIST,v 1.13 2007/07/26 08:50:17 ghen Exp $
 bin/${MOZILLA}
 @comment begin PROGRAMS
 lib/${MOZILLA}/${MOZILLA_BIN}
@@ -2749,6 +2749,7 @@
 include/${MOZILLA}/xpcom/nsIEnvironment.h
 include/${MOZILLA}/xpcom/nsIErrorService.h
 include/${MOZILLA}/xpcom/nsIEventQueue.h
+include/${MOZILLA}/xpcom/nsIEventQueueListener.h
 include/${MOZILLA}/xpcom/nsIEventQueueService.h
 include/${MOZILLA}/xpcom/nsIEventTarget.h
 include/${MOZILLA}/xpcom/nsIException.h
diff -r e7482bcde4dc -r 211adfb2050f www/seamonkey/distinfo
--- a/www/seamonkey/distinfo    Thu Jul 26 08:47:35 2007 +0000
+++ b/www/seamonkey/distinfo    Thu Jul 26 08:50:17 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.22 2007/05/31 12:29:38 ghen Exp $
+$NetBSD: distinfo,v 1.23 2007/07/26 08:50:17 ghen Exp $
 
-SHA1 (seamonkey-1.1.2.source.tar.bz2) = d0aa219b54a54cd75e690a458280b0d12bcf9607
-RMD160 (seamonkey-1.1.2.source.tar.bz2) = aa681ebe1e68ab8fba0d04e3c0c0434b65e6f1ad
-Size (seamonkey-1.1.2.source.tar.bz2) = 35220020 bytes
+SHA1 (seamonkey-1.1.3.source.tar.bz2) = 3f7136c8b746d8c789e41839e99465ad4baa1ccb
+RMD160 (seamonkey-1.1.3.source.tar.bz2) = 6d16c7b7382612c0dfdb6dd7caa22a40b0dce941
+Size (seamonkey-1.1.3.source.tar.bz2) = 35336758 bytes
 SHA1 (patch-aa) = 2d117311991c4c71803f3c446334d7b6f1e1067a
 SHA1 (patch-ab) = b83dc786559d010f9bbb1adde697975166e0735e
 SHA1 (patch-ac) = b05971f672c83c80a29edc69c2055fd6ca855fa1
@@ -43,7 +43,7 @@
 SHA1 (patch-ck) = 157fad436bb71795e5ff4b6b8efb26f7f6a84e90
 SHA1 (patch-cl) = 0c6d7f86739ec8cb805d8ddc0034a421488274bc
 SHA1 (patch-cm) = f3de952dd8eedfb5e4a11a2b05500d37890b13f5
-SHA1 (patch-cn) = 87390175d5a33026988d5049e1fb9b0aa21885bc
+SHA1 (patch-cn) = 1216a8d67e9777c16cf633193c13002f813ee4dd
 SHA1 (patch-da) = 356e37429832ffd296fa79b9aa7ef20c05d851e0
 SHA1 (patch-db) = f10187cf9de4466e49a967b79875eb01c5afd69f
 SHA1 (patch-dc) = ba7b06f04460d4966e115a9ffdeafc1ebf555972
diff -r e7482bcde4dc -r 211adfb2050f www/seamonkey/patches/patch-cn
--- a/www/seamonkey/patches/patch-cn    Thu Jul 26 08:47:35 2007 +0000
+++ b/www/seamonkey/patches/patch-cn    Thu Jul 26 08:50:17 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-cn,v 1.3 2007/05/31 12:29:38 ghen Exp $
+$NetBSD: patch-cn,v 1.4 2007/07/26 08:50:17 ghen Exp $
 
 --- extensions/transformiix/source/xpath/XFormsFunctionCall.cpp.orig   2007-05-03 03:37:36.000000000 +0200
 +++ extensions/transformiix/source/xpath/XFormsFunctionCall.cpp
@@ -26,7 +26,7 @@
        PRInt32 index = 0;
 -      double res = Double::NaN;
 +      double res = Double::NaN();
-       rv = xformsService->GetRepeatIndexById(mResolverNode, indexId, &index);
+       rv = xformsService->GetRepeatIndexById(mNode, indexId, &index);
        NS_ENSURE_SUCCESS(rv, rv);
  
 @@ -344,7 +344,7 @@ XFormsFunctionCall::evaluate(txIEvalCont



Home | Main Index | Thread Index | Old Index