pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www Update the Seamonkey packages to 1.0.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e293b2b31c9
branches:  trunk
changeset: 511470:8e293b2b31c9
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Sat Apr 15 08:36:04 2006 +0000

description:
Update the Seamonkey packages to 1.0.1.

Seamonkey 1.0.1 offers improved stability, and several security fixes:

MFSA 2006-29 Spoofing with translucent windows (pkgsrc vulnid. 1818)
MFSA 2006-28 Security check of js_ValueToFunctionObject() can be circumvented (vulnid. 1819)
MFSA 2006-26 Mail Multiple Information Disclosure
MFSA 2006-25 Privilege escalation through Print Preview (vulnid. 1820)
MFSA 2006-24 Privilege escalation using crypto.generateCRMFRequest (vulnid. 1821)
MFSA 2006-23 File stealing by changing input type (vulnid. 1822)
MFSA 2006-22 CSS Letter-Spacing Heap Overflow Vulnerability (vulnid. 1823)
MFSA 2006-20 Crashes with evidence of memory corruption (rv:1.8.0.2) (vulnid. 1824)

For a detailed ChangeLog, see:
http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.0.1/changelog.html

diffstat:

 www/seamonkey-bin/Makefile     |   4 ++--
 www/seamonkey-bin/distinfo     |   8 ++++----
 www/seamonkey-gtk1/Makefile    |   4 ++--
 www/seamonkey/Makefile         |   4 ++--
 www/seamonkey/distinfo         |  10 +++++-----
 www/seamonkey/patches/patch-ab |  16 ++++++++--------
 6 files changed, 23 insertions(+), 23 deletions(-)

diffs (125 lines):

diff -r bbd5f57fc3b8 -r 8e293b2b31c9 www/seamonkey-bin/Makefile
--- a/www/seamonkey-bin/Makefile        Sat Apr 15 06:59:16 2006 +0000
+++ b/www/seamonkey-bin/Makefile        Sat Apr 15 08:36:04 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/03/30 19:18:20 ghen Exp $
+# $NetBSD: Makefile,v 1.2 2006/04/15 08:36:05 ghen Exp $
 
 MOZILLA=               seamonkey
-MOZ_VER=               1.0
+MOZ_VER=               1.0.1
 MOZ_DISTVER=           ${MOZ_VER}
 
 HOMEPAGE=              http://www.mozilla.org/projects/seamonkey
diff -r bbd5f57fc3b8 -r 8e293b2b31c9 www/seamonkey-bin/distinfo
--- a/www/seamonkey-bin/distinfo        Sat Apr 15 06:59:16 2006 +0000
+++ b/www/seamonkey-bin/distinfo        Sat Apr 15 08:36:04 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/03/30 19:18:20 ghen Exp $
+$NetBSD: distinfo,v 1.2 2006/04/15 08:36:05 ghen Exp $
 
-SHA1 (seamonkey/releases/1.0/seamonkey-1.0.en-US.linux-i686.tar.gz) = 9951c504c81e98b6535342c03271f681f61c554e
-RMD160 (seamonkey/releases/1.0/seamonkey-1.0.en-US.linux-i686.tar.gz) = 1b7dfd3919f103f7e77ec88272199bbbb377b46e
-Size (seamonkey/releases/1.0/seamonkey-1.0.en-US.linux-i686.tar.gz) = 14124053 bytes
+SHA1 (seamonkey/releases/1.0.1/seamonkey-1.0.1.en-US.linux-i686.tar.gz) = 6dcab91d34c836a0d6d4700936273e3d6a86d177
+RMD160 (seamonkey/releases/1.0.1/seamonkey-1.0.1.en-US.linux-i686.tar.gz) = fdcabc22e9d5b3572f277708c7da42dff549d571
+Size (seamonkey/releases/1.0.1/seamonkey-1.0.1.en-US.linux-i686.tar.gz) = 14129976 bytes
diff -r bbd5f57fc3b8 -r 8e293b2b31c9 www/seamonkey-gtk1/Makefile
--- a/www/seamonkey-gtk1/Makefile       Sat Apr 15 06:59:16 2006 +0000
+++ b/www/seamonkey-gtk1/Makefile       Sat Apr 15 08:36:04 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.2 2006/03/30 19:17:16 ghen Exp $
+# $NetBSD: Makefile,v 1.2 2006/04/15 08:36:05 ghen Exp $
 
 MOZILLA=               seamonkey-gtk1
 MOZILLA_BIN=           seamonkey-bin
-MOZ_VER=               1.0
+MOZ_VER=               1.0.1
 EXTRACT_SUFX=          .tar.bz2
 
 DISTFILES=             ${DISTNAME}${EXTRACT_SUFX}
diff -r bbd5f57fc3b8 -r 8e293b2b31c9 www/seamonkey/Makefile
--- a/www/seamonkey/Makefile    Sat Apr 15 06:59:16 2006 +0000
+++ b/www/seamonkey/Makefile    Sat Apr 15 08:36:04 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2006/03/30 19:19:32 ghen Exp $
+# $NetBSD: Makefile,v 1.3 2006/04/15 08:36:04 ghen Exp $
 
 MOZILLA=               seamonkey
 MOZILLA_BIN=           seamonkey-bin
-MOZ_VER=               1.0
+MOZ_VER=               1.0.1
 EXTRACT_SUFX=          .tar.bz2
 
 DISTFILES=             ${DISTNAME}${EXTRACT_SUFX}
diff -r bbd5f57fc3b8 -r 8e293b2b31c9 www/seamonkey/distinfo
--- a/www/seamonkey/distinfo    Sat Apr 15 06:59:16 2006 +0000
+++ b/www/seamonkey/distinfo    Sat Apr 15 08:36:04 2006 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/03/30 19:15:47 ghen Exp $
+$NetBSD: distinfo,v 1.2 2006/04/15 08:36:04 ghen Exp $
 
-SHA1 (seamonkey-1.0.source.tar.bz2) = f535ff1d2620ac5a76a2d8179c07f82cd53f938f
-RMD160 (seamonkey-1.0.source.tar.bz2) = 2785193e84a85b5570a4905221a54092d32aef15
-Size (seamonkey-1.0.source.tar.bz2) = 34860577 bytes
+SHA1 (seamonkey-1.0.1.source.tar.bz2) = e8673838903d50247d96ed42daf99c2adbd9f577
+RMD160 (seamonkey-1.0.1.source.tar.bz2) = 40e2fa9dbc4d4829ea61abfd3bf81da31d1af180
+Size (seamonkey-1.0.1.source.tar.bz2) = 35644457 bytes
 SHA1 (patch-aa) = 2d117311991c4c71803f3c446334d7b6f1e1067a
-SHA1 (patch-ab) = 9853969359280e9978b00e7db9479c8c19289a82
+SHA1 (patch-ab) = 1d5d19a6f87c7d76de6f787b5492d347668245b7
 SHA1 (patch-ac) = 9bcc2601283b0f8e4a86fa6663127c707d299590
 SHA1 (patch-ad) = 2210b695a2eedefb82c16698a51f4f0f6b2e53e4
 SHA1 (patch-ae) = f3c8ffcdfc8c0d5cc75413602c97c731721d751e
diff -r bbd5f57fc3b8 -r 8e293b2b31c9 www/seamonkey/patches/patch-ab
--- a/www/seamonkey/patches/patch-ab    Sat Apr 15 06:59:16 2006 +0000
+++ b/www/seamonkey/patches/patch-ab    Sat Apr 15 08:36:04 2006 +0000
@@ -1,16 +1,16 @@
-$NetBSD: patch-ab,v 1.1.1.1 2006/03/30 19:15:47 ghen Exp $
+$NetBSD: patch-ab,v 1.2 2006/04/15 08:36:04 ghen Exp $
 
---- configure.in.orig  2006-01-10 04:11:42.000000000 +0100
+--- configure.in.orig  2006-04-14 22:00:40.000000000 +0200
 +++ configure.in
-@@ -1349,7 +1349,6 @@ case "$target" in
+@@ -1399,7 +1399,6 @@ case "$target" in
      DSO_LDOPTS=''
      STRIP="$STRIP -x -S"
      _PLATFORM_DEFAULT_TOOLKIT='mac'
 -    MOZ_ENABLE_POSTSCRIPT=
+     TARGET_NSPR_MDCPUCFG='\"md/_darwin.cfg\"'
      # set MACOSX to generate lib/mac/MoreFiles/Makefile
      MACOSX=1
- 
-@@ -1390,6 +1389,9 @@ case "$target" in
+@@ -1432,6 +1431,9 @@ case "$target" in
  #     MKSHLIB_FORCE_ALL='-Wl,-Bforcearchive'
  #     MKSHLIB_UNFORCE_ALL=''
  #    fi
@@ -20,7 +20,7 @@
      ;; 
  
  *-hpux*)
-@@ -1784,6 +1786,13 @@ case "$target" in
+@@ -1826,6 +1828,13 @@ case "$target" in
      if test "$LIBRUNPATH"; then
        DSO_LDOPTS="-Wl,-R$LIBRUNPATH $DSO_LDOPTS"
      fi
@@ -34,7 +34,7 @@
      ;;
  
  *-nto*) 
-@@ -2009,7 +2018,7 @@ dnl the qsort routine under solaris is f
+@@ -2051,7 +2060,7 @@ dnl the qsort routine under solaris is f
         MKCSHLIB='$(CC) $(CFLAGS) $(DSO_PIC_FLAGS) -G -Wl,-z -Wl,muldefs -o $@'
         MKSHLIB_FORCE_ALL='-Qoption ld -z,allextract'
         MKSHLIB_UNFORCE_ALL=''
@@ -43,7 +43,7 @@
         AR_LIST="$AR t"
         AR_EXTRACT="$AR x"
         AR_DELETE="$AR d"
-@@ -5237,7 +5246,7 @@ dnl ====================================
+@@ -5279,7 +5288,7 @@ dnl ====================================
  dnl = Enable code optimization. ON by default.
  dnl ========================================================
  if test -z "$MOZ_OPTIMIZE_FLAGS"; then



Home | Main Index | Thread Index | Old Index