diff options
author | ghen <ghen@pkgsrc.org> | 2007-10-22 08:04:07 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2007-10-22 08:04:07 +0000 |
commit | 99cfc074ac3ef26a2d277e83b57225a0a6118f36 (patch) | |
tree | 15bbe457dd11125f9f33c07d30e6b228519a134e /www/seamonkey | |
parent | 77bb9c8e8d71de6be7e58c056ee46ce8c740d806 (diff) | |
download | pkgsrc-99cfc074ac3ef26a2d277e83b57225a0a6118f36.tar.gz |
Update seamonkey, seamonkey-bin and seamonkey-gtk1 to SeaMonkey 1.1.5.
Security fixes in this version:
MFSA 2007-36 URIs with invalid %-encoding mishandled by Windows
MFSA 2007-35 XPCNativeWrapper pollution using Script object
MFSA 2007-34 Possible file stealing through sftp protocol
MFSA 2007-33 XUL pages can hide the window titlebar
MFSA 2007-32 File input focus stealing vulnerability
MFSA 2007-31 Browser digest authentication request splitting
MFSA 2007-30 onUnload Tailgating
MFSA 2007-29 Crashes with evidence of memory corruption (rv:1.8.1.8)
MFSA 2007-28 Code execution via QuickTime Media-link files
For more info, see http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.1.5/
Diffstat (limited to 'www/seamonkey')
-rw-r--r-- | www/seamonkey/Makefile | 3 | ||||
-rw-r--r-- | www/seamonkey/Makefile-seamonkey.common | 4 | ||||
-rw-r--r-- | www/seamonkey/distinfo | 10 | ||||
-rw-r--r-- | www/seamonkey/patches/patch-ac | 16 |
4 files changed, 16 insertions, 17 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 38d29641200..2464095eeda 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2007/09/21 22:07:54 ghen Exp $ +# $NetBSD: Makefile,v 1.24 2007/10/22 08:04:07 ghen Exp $ MOZILLA= seamonkey -PKGREVISION= 1 COMMENT= Full featured gecko-based browser diff --git a/www/seamonkey/Makefile-seamonkey.common b/www/seamonkey/Makefile-seamonkey.common index 13e0eaf6cc5..abb9c646432 100644 --- a/www/seamonkey/Makefile-seamonkey.common +++ b/www/seamonkey/Makefile-seamonkey.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile-seamonkey.common,v 1.12 2007/08/10 09:23:22 ghen Exp $ +# $NetBSD: Makefile-seamonkey.common,v 1.13 2007/10/22 08:04:07 ghen Exp $ MOZILLA_BIN= seamonkey-bin -MOZ_VER= 1.1.4 +MOZ_VER= 1.1.5 EXTRACT_SUFX= .tar.bz2 DISTNAME= seamonkey-${MOZ_DIST_VER}.source diff --git a/www/seamonkey/distinfo b/www/seamonkey/distinfo index 44642d91891..decaecba95a 100644 --- a/www/seamonkey/distinfo +++ b/www/seamonkey/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.24 2007/08/10 09:23:23 ghen Exp $ +$NetBSD: distinfo,v 1.25 2007/10/22 08:04:07 ghen Exp $ -SHA1 (seamonkey-1.1.4.source.tar.bz2) = 6450464647ab010a939cfc23ff340a1966981ddc -RMD160 (seamonkey-1.1.4.source.tar.bz2) = 5b1ca1255d15cf199679600e5bd681db8312f6c8 -Size (seamonkey-1.1.4.source.tar.bz2) = 35336942 bytes +SHA1 (seamonkey-1.1.5.source.tar.bz2) = 370980b3f3054070d1682209361077e70d9b4e0b +RMD160 (seamonkey-1.1.5.source.tar.bz2) = a8e9b9748a6f495a8217e20d95584e93a1e8cc7d +Size (seamonkey-1.1.5.source.tar.bz2) = 35421000 bytes SHA1 (patch-aa) = 2d117311991c4c71803f3c446334d7b6f1e1067a SHA1 (patch-ab) = b83dc786559d010f9bbb1adde697975166e0735e -SHA1 (patch-ac) = b05971f672c83c80a29edc69c2055fd6ca855fa1 +SHA1 (patch-ac) = 393920aabf9476b668510a88af041d9a54c6019d SHA1 (patch-ad) = 2210b695a2eedefb82c16698a51f4f0f6b2e53e4 SHA1 (patch-ae) = f3c8ffcdfc8c0d5cc75413602c97c731721d751e SHA1 (patch-af) = 4844013ad49c77b87be7c30931ca786f246b40f3 diff --git a/www/seamonkey/patches/patch-ac b/www/seamonkey/patches/patch-ac index 4e0b535ebf3..19b4f8f04c7 100644 --- a/www/seamonkey/patches/patch-ac +++ b/www/seamonkey/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.3 2006/06/28 21:23:29 joerg Exp $ +$NetBSD: patch-ac,v 1.4 2007/10/22 08:04:07 ghen Exp $ ---- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig 2005-06-15 10:32:21.000000000 +0200 +--- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig 2007-10-08 21:09:07.000000000 +0200 +++ xpcom/reflect/xptcall/src/md/unix/Makefile.in -@@ -61,10 +61,13 @@ +@@ -62,10 +62,13 @@ include $(topsrcdir)/config/config.mk # # Lots of Unixish x86 flavors # @@ -16,8 +16,8 @@ $NetBSD: patch-ac,v 1.3 2006/06/28 21:23:29 joerg Exp $ +endif endif # - # New code for Linux, et. al., with gcc -@@ -157,7 +160,7 @@ endif + # OpenBSD/amd64 +@@ -170,7 +173,7 @@ endif # NetBSD/ARM # ifeq ($(OS_ARCH),NetBSD) @@ -26,7 +26,7 @@ $NetBSD: patch-ac,v 1.3 2006/06/28 21:23:29 joerg Exp $ CPPSRCS := xptcinvoke_arm_netbsd.cpp xptcstubs_arm_netbsd.cpp endif endif -@@ -191,7 +194,7 @@ endif +@@ -214,7 +217,7 @@ endif # NetBSD/m68k # ifeq ($(OS_ARCH),NetBSD) @@ -35,7 +35,7 @@ $NetBSD: patch-ac,v 1.3 2006/06/28 21:23:29 joerg Exp $ CPPSRCS := xptcinvoke_netbsd_m68k.cpp xptcstubs_netbsd_m68k.cpp endif endif -@@ -274,6 +277,7 @@ endif +@@ -297,6 +300,7 @@ endif ifneq (,$(filter NetBSDmacppc NetBSDbebox NetBSDofppc NetBSDprep NetBSDamigappc,$(OS_ARCH)$(OS_TEST))) CPPSRCS := xptcinvoke_ppc_netbsd.cpp xptcstubs_ppc_netbsd.cpp ASFILES := xptcinvoke_asm_ppc_netbsd.s xptcstubs_asm_ppc_netbsd.s @@ -43,7 +43,7 @@ $NetBSD: patch-ac,v 1.3 2006/06/28 21:23:29 joerg Exp $ endif # -@@ -322,6 +326,13 @@ ifeq ($(OS_ARCH)$(OS_TEST),NetBSDsparc) +@@ -353,6 +357,13 @@ ifeq ($(OS_ARCH)$(OS_TEST),NetBSDsparc) CPPSRCS := xptcinvoke_sparc_netbsd.cpp xptcstubs_sparc_netbsd.cpp ASFILES := xptcinvoke_asm_sparc_netbsd.s xptcstubs_asm_sparc_netbsd.s endif |