pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2007Q3]: pkgsrc/www Pullup ticket 2211 - requested by ghen



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a13e41f4af2
branches:  pkgsrc-2007Q3
changeset: 534024:3a13e41f4af2
user:      salo <salo%pkgsrc.org@localhost>
date:      Sun Oct 28 14:51:31 2007 +0000

description:
Pullup ticket 2211 - requested by ghen
security update for seamonkey

Revisions pulled up:
- pkgsrc/www/seamonkey/Makefile                         1.24
- pkgsrc/www/seamonkey/Makefile-seamonkey.common        1.13
- pkgsrc/www/seamonkey/distinfo                         1.25
- pkgsrc/www/seamonkey/patches/patch-ac                 1.4
- pkgsrc/www/seamonkey-gtk1/Makefile                    1.17
- pkgsrc/www/seamonkey-bin/Makefile                     1.17
- pkgsrc/www/seamonkey-bin/distinfo                     1.14

   Module Name:         pkgsrc
   Committed By:        ghen
   Date:                Mon Oct 22 08:04:08 UTC 2007

   Modified Files:
        pkgsrc/www/seamonkey: Makefile Makefile-seamonkey.common distinfo
        pkgsrc/www/seamonkey-bin: Makefile distinfo
        pkgsrc/www/seamonkey-gtk1: Makefile
        pkgsrc/www/seamonkey/patches: patch-ac

   Log Message:
   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:

 www/seamonkey-bin/Makefile              |   4 ++--
 www/seamonkey-bin/distinfo              |   8 ++++----
 www/seamonkey-gtk1/Makefile             |   3 +--
 www/seamonkey/Makefile                  |   3 +--
 www/seamonkey/Makefile-seamonkey.common |   4 ++--
 www/seamonkey/distinfo                  |  10 +++++-----
 www/seamonkey/patches/patch-ac          |  16 ++++++++--------
 7 files changed, 23 insertions(+), 25 deletions(-)

diffs (136 lines):

diff -r 5ecebe803d27 -r 3a13e41f4af2 www/seamonkey-bin/Makefile
--- a/www/seamonkey-bin/Makefile        Sun Oct 28 14:33:58 2007 +0000
+++ b/www/seamonkey-bin/Makefile        Sun Oct 28 14:51:31 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2007/08/10 09:23:23 ghen Exp $
+# $NetBSD: Makefile,v 1.16.2.1 2007/10/28 14:51:33 salo Exp $
 
 MOZILLA=               seamonkey
-MOZ_VER=               1.1.4
+MOZ_VER=               1.1.5
 MOZ_DISTVER=           ${MOZ_VER}
 
 HOMEPAGE=              http://www.mozilla.org/projects/seamonkey/
diff -r 5ecebe803d27 -r 3a13e41f4af2 www/seamonkey-bin/distinfo
--- a/www/seamonkey-bin/distinfo        Sun Oct 28 14:33:58 2007 +0000
+++ b/www/seamonkey-bin/distinfo        Sun Oct 28 14:51:31 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2007/08/10 09:23:23 ghen Exp $
+$NetBSD: distinfo,v 1.13.2.1 2007/10/28 14:51:34 salo Exp $
 
-SHA1 (seamonkey/releases/1.1.4/seamonkey-1.1.4.en-US.linux-i686.tar.gz) = ac124983c8f27ecdb3afc419c15861ba5f9c5bce
-RMD160 (seamonkey/releases/1.1.4/seamonkey-1.1.4.en-US.linux-i686.tar.gz) = b7ff7247dce92044a65be79b7437569e26494beb
-Size (seamonkey/releases/1.1.4/seamonkey-1.1.4.en-US.linux-i686.tar.gz) = 14789982 bytes
+SHA1 (seamonkey/releases/1.1.5/seamonkey-1.1.5.en-US.linux-i686.tar.gz) = f709e87aa9fc1f4416eb753a585f9a1ab4e8fbc6
+RMD160 (seamonkey/releases/1.1.5/seamonkey-1.1.5.en-US.linux-i686.tar.gz) = c1e808ba5754271880b6a0544b5d3a2bc5294833
+Size (seamonkey/releases/1.1.5/seamonkey-1.1.5.en-US.linux-i686.tar.gz) = 14804635 bytes
diff -r 5ecebe803d27 -r 3a13e41f4af2 www/seamonkey-gtk1/Makefile
--- a/www/seamonkey-gtk1/Makefile       Sun Oct 28 14:33:58 2007 +0000
+++ b/www/seamonkey-gtk1/Makefile       Sun Oct 28 14:51:31 2007 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2007/09/22 11:38:59 ghen Exp $
+# $NetBSD: Makefile,v 1.16.2.1 2007/10/28 14:51:34 salo Exp $
 
 MOZILLA=               seamonkey-gtk1
-PKGREVISION=           1
 
 COMMENT=               Full featured gecko-based browser built with GTK1
 
diff -r 5ecebe803d27 -r 3a13e41f4af2 www/seamonkey/Makefile
--- a/www/seamonkey/Makefile    Sun Oct 28 14:33:58 2007 +0000
+++ b/www/seamonkey/Makefile    Sun Oct 28 14:51:31 2007 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2007/09/21 22:07:54 ghen Exp $
+# $NetBSD: Makefile,v 1.23.2.1 2007/10/28 14:51:31 salo Exp $
 
 MOZILLA=               seamonkey
-PKGREVISION=           1
 
 COMMENT=               Full featured gecko-based browser
 
diff -r 5ecebe803d27 -r 3a13e41f4af2 www/seamonkey/Makefile-seamonkey.common
--- a/www/seamonkey/Makefile-seamonkey.common   Sun Oct 28 14:33:58 2007 +0000
+++ b/www/seamonkey/Makefile-seamonkey.common   Sun Oct 28 14:51:31 2007 +0000
@@ -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.12.2.1 2007/10/28 14:51:32 salo 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 -r 5ecebe803d27 -r 3a13e41f4af2 www/seamonkey/distinfo
--- a/www/seamonkey/distinfo    Sun Oct 28 14:33:58 2007 +0000
+++ b/www/seamonkey/distinfo    Sun Oct 28 14:51:31 2007 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.24 2007/08/10 09:23:23 ghen Exp $
+$NetBSD: distinfo,v 1.24.2.1 2007/10/28 14:51:32 salo 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 -r 5ecebe803d27 -r 3a13e41f4af2 www/seamonkey/patches/patch-ac
--- a/www/seamonkey/patches/patch-ac    Sun Oct 28 14:33:58 2007 +0000
+++ b/www/seamonkey/patches/patch-ac    Sun Oct 28 14:51:31 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.3 2006/06/28 21:23:29 joerg Exp $
+$NetBSD: patch-ac,v 1.3.12.1 2007/10/28 14:51:33 salo 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 @@
 +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 @@
  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 @@
  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 @@
  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



Home | Main Index | Thread Index | Old Index