From a342933d4e6da65a5405c8d7a2f468aec3739f94 Mon Sep 17 00:00:00 2001 From: salo Date: Mon, 3 Sep 2007 23:48:56 +0000 Subject: Pullup ticket 2176 - requested by ghen security update for seamonkey Revisions pulled up: - pkgsrc/www/seamonkey/Makefile-seamonkey.common 1.11, 1.12 - pkgsrc/www/seamonkey/PLIST 1.13 - pkgsrc/www/seamonkey/distinfo 1.23, 1.24 - pkgsrc/www/seamonkey-gtk1/PLIST 1.8 - pkgsrc/www/seamonkey/patches/patch-cn 1.4 - pkgsrc/www/seamonkey-bin/Makefile 1.14, 1.16 - pkgsrc/www/seamonkey-bin/distinfo 1.12, 1.13 Module Name: pkgsrc Committed By: ghen Date: Thu Jul 26 08:50:17 UTC 2007 Modified Files: pkgsrc/www/seamonkey: Makefile-seamonkey.common PLIST distinfo pkgsrc/www/seamonkey-bin: Makefile distinfo pkgsrc/www/seamonkey-gtk1: PLIST pkgsrc/www/seamonkey/patches: patch-cn Log Message: 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/ --- Module Name: pkgsrc Committed By: ghen Date: Fri Aug 10 09:23:23 UTC 2007 Modified Files: pkgsrc/www/seamonkey: Makefile-seamonkey.common distinfo pkgsrc/www/seamonkey-bin: Makefile distinfo Log Message: Update seamonkey, seamonkey-bin and seamonkey-gtk1 to Seamonkey 1.1.4. Security fixes in this version: MFSA 2007-27 Unescaped URIs passed to external programs MFSA 2007-26 Privilege escalation through chrome-loaded about:blank windows For more info, see http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.1.4/ --- 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(-) diff --git a/www/seamonkey-bin/Makefile b/www/seamonkey-bin/Makefile index b16136db133..ea50d45035f 100644 --- a/www/seamonkey-bin/Makefile +++ b/www/seamonkey-bin/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2007/05/31 12:29:38 ghen Exp $ +# $NetBSD: Makefile,v 1.13.2.1 2007/09/03 23:48:58 salo 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 --git a/www/seamonkey-bin/distinfo b/www/seamonkey-bin/distinfo index 40fc9eaa248..9323b2a253b 100644 --- a/www/seamonkey-bin/distinfo +++ b/www/seamonkey-bin/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2007/05/31 12:29:39 ghen Exp $ +$NetBSD: distinfo,v 1.11.2.1 2007/09/03 23:48:58 salo 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 --git a/www/seamonkey-gtk1/PLIST b/www/seamonkey-gtk1/PLIST index 5de8e748162..db03e8f4c94 100644 --- a/www/seamonkey-gtk1/PLIST +++ b/www/seamonkey-gtk1/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2007/05/31 12:29:39 ghen Exp $ +@comment $NetBSD: PLIST,v 1.7.2.1 2007/09/03 23:48:59 salo Exp $ bin/${MOZILLA} @comment begin PROGRAMS lib/${MOZILLA}/${MOZILLA_BIN} @@ -2738,6 +2738,7 @@ include/${MOZILLA}/xpcom/nsIEnumerator.h 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 --git a/www/seamonkey/Makefile-seamonkey.common b/www/seamonkey/Makefile-seamonkey.common index b2f9c004766..faca2e029a9 100644 --- a/www/seamonkey/Makefile-seamonkey.common +++ b/www/seamonkey/Makefile-seamonkey.common @@ -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.10.2.1 2007/09/03 23:48:56 salo 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 --git a/www/seamonkey/PLIST b/www/seamonkey/PLIST index ec378b1cd2f..7d71fb87dff 100644 --- a/www/seamonkey/PLIST +++ b/www/seamonkey/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2007/05/31 12:29:38 ghen Exp $ +@comment $NetBSD: PLIST,v 1.12.2.1 2007/09/03 23:48:56 salo Exp $ bin/${MOZILLA} @comment begin PROGRAMS lib/${MOZILLA}/${MOZILLA_BIN} @@ -2749,6 +2749,7 @@ include/${MOZILLA}/xpcom/nsIEnumerator.h 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 --git a/www/seamonkey/distinfo b/www/seamonkey/distinfo index 77c020312e6..aa7d2a49a47 100644 --- a/www/seamonkey/distinfo +++ b/www/seamonkey/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.22 2007/05/31 12:29:38 ghen Exp $ +$NetBSD: distinfo,v 1.22.2.1 2007/09/03 23:48:57 salo 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-cj) = 8716afb433a9cab1202cd39db1611ec784859c43 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 --git a/www/seamonkey/patches/patch-cn b/www/seamonkey/patches/patch-cn index dc550d32dfc..b765bc037c2 100644 --- a/www/seamonkey/patches/patch-cn +++ b/www/seamonkey/patches/patch-cn @@ -1,4 +1,4 @@ -$NetBSD: patch-cn,v 1.3 2007/05/31 12:29:38 ghen Exp $ +$NetBSD: patch-cn,v 1.3.2.1 2007/09/03 23:48:57 salo 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 @@ $NetBSD: patch-cn,v 1.3 2007/05/31 12:29:38 ghen Exp $ 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 -- cgit v1.2.3