diff options
author | salo <salo@pkgsrc.org> | 2006-09-17 08:45:32 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2006-09-17 08:45:32 +0000 |
commit | 89ca04cb4da4d06a0509811d16cc2c2e3af10dd3 (patch) | |
tree | 77068caa885c0859e637b81810d24f96bad847a0 | |
parent | 4b33a4ecd27dd4e64a5c80b31f157728768749df (diff) | |
download | pkgsrc-89ca04cb4da4d06a0509811d16cc2c2e3af10dd3.tar.gz |
Pullup ticket 1827 - requested by ghen
security update for seamonkey
Revisions pulled up:
- pkgsrc/www/seamonkey/Makefile 1.7, 1.8
- pkgsrc/www/seamonkey/Makefile.common 1.8, 1.9
- pkgsrc/www/seamonkey/distinfo 1.9, 1.10
- pkgsrc/www/seamonkey-bin/Makefile 1.5, 1.6
- pkgsrc/www/seamonkey-bin/distinfo 1.5, 1.6
- pkgsrc/www/seamonkey-gtk1/Makefile 1.6, 1.7
Module Name: pkgsrc
Committed By: ghen
Date: Thu Aug 3 09:37:35 UTC 2006
Modified Files:
pkgsrc/www/seamonkey: Makefile distinfo
pkgsrc/www/seamonkey-bin: Makefile distinfo
pkgsrc/www/seamonkey-gtk1: Makefile
Log Message:
Update www/seamonkey* to Seamonkey 1.0.4. Just one change:
- Fixed an issue with playing Windows Media content
---
Module Name: pkgsrc
Committed By: ghen
Date: Fri Sep 15 09:24:30 UTC 2006
Modified Files:
pkgsrc/www/seamonkey-bin: Makefile distinfo
Log Message:
Update seamonkey-bin to 1.0.5. Source package update will follow later.
Fixed in SeaMonkey 1.0.5:
MFSA 2006-64 Crashes with evidence of memory corruption (rv:1.8.0.7)
MFSA 2006-63 JavaScript execution in mail via XBL
MFSA 2006-61 Frame spoofing using document.open()
MFSA 2006-60 RSA Signature Forgery
MFSA 2006-59 Concurrency-related vulnerability
MFSA 2006-57 JavaScript Regular Expression Heap Corruption
For more info, see http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.0.5/
---
Module Name: pkgsrc
Committed By: ghen
Date: Fri Sep 15 14:05:23 UTC 2006
Modified Files:
pkgsrc/www/seamonkey: Makefile Makefile.common
pkgsrc/www/seamonkey-gtk1: Makefile
Log Message:
Centralize some more things in Makefile.common.
---
Module Name: pkgsrc
Committed By: ghen
Date: Fri Sep 15 15:54:04 UTC 2006
Modified Files:
pkgsrc/www/seamonkey: Makefile.common distinfo
Log Message:
Update seamonkey and seamonkey-gtk1 to 1.0.5. Fixed in this version:
MFSA 2006-64 Crashes with evidence of memory corruption (rv:1.8.0.7)
MFSA 2006-63 JavaScript execution in mail via XBL
MFSA 2006-61 Frame spoofing using document.open()
MFSA 2006-60 RSA Signature Forgery
MFSA 2006-59 Concurrency-related vulnerability
MFSA 2006-57 JavaScript Regular Expression Heap Corruption
For more info, see http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.0.5/
-rw-r--r-- | www/seamonkey-bin/Makefile | 4 | ||||
-rw-r--r-- | www/seamonkey-bin/distinfo | 8 | ||||
-rw-r--r-- | www/seamonkey-gtk1/Makefile | 15 | ||||
-rw-r--r-- | www/seamonkey/Makefile | 11 | ||||
-rw-r--r-- | www/seamonkey/Makefile.common | 14 | ||||
-rw-r--r-- | www/seamonkey/distinfo | 8 |
6 files changed, 24 insertions, 36 deletions
diff --git a/www/seamonkey-bin/Makefile b/www/seamonkey-bin/Makefile index 72c7855b4a0..b883fe57576 100644 --- a/www/seamonkey-bin/Makefile +++ b/www/seamonkey-bin/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3.2.1 2006/08/01 13:43:56 salo Exp $ +# $NetBSD: Makefile,v 1.3.2.2 2006/09/17 08:45:32 salo Exp $ MOZILLA= seamonkey -MOZ_VER= 1.0.3 +MOZ_VER= 1.0.5 MOZ_DISTVER= ${MOZ_VER} HOMEPAGE= http://www.mozilla.org/projects/seamonkey diff --git a/www/seamonkey-bin/distinfo b/www/seamonkey-bin/distinfo index 14ce689b06f..69f0a80b126 100644 --- a/www/seamonkey-bin/distinfo +++ b/www/seamonkey-bin/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3.2.1 2006/08/01 13:43:56 salo Exp $ +$NetBSD: distinfo,v 1.3.2.2 2006/09/17 08:45:32 salo Exp $ -SHA1 (seamonkey/releases/1.0.3/seamonkey-1.0.3.en-US.linux-i686.tar.gz) = 0eb2b6fff471c5728bd7471cd1f5684a26f13e09 -RMD160 (seamonkey/releases/1.0.3/seamonkey-1.0.3.en-US.linux-i686.tar.gz) = de9ba9ed8c4e2bf6fb4a522fa4e5122824e65614 -Size (seamonkey/releases/1.0.3/seamonkey-1.0.3.en-US.linux-i686.tar.gz) = 14140207 bytes +SHA1 (seamonkey/releases/1.0.5/seamonkey-1.0.5.en-US.linux-i686.tar.gz) = f2c976a1176734ef09fb6b2fa1465911cba21f00 +RMD160 (seamonkey/releases/1.0.5/seamonkey-1.0.5.en-US.linux-i686.tar.gz) = 8796e4b26fc59439487b3064bd6a328636906d97 +Size (seamonkey/releases/1.0.5/seamonkey-1.0.5.en-US.linux-i686.tar.gz) = 14148966 bytes diff --git a/www/seamonkey-gtk1/Makefile b/www/seamonkey-gtk1/Makefile index 45d4b169a31..b7e1bc4d9d5 100644 --- a/www/seamonkey-gtk1/Makefile +++ b/www/seamonkey-gtk1/Makefile @@ -1,20 +1,7 @@ -# $NetBSD: Makefile,v 1.4.2.1 2006/08/01 13:43:56 salo Exp $ +# $NetBSD: Makefile,v 1.4.2.2 2006/09/17 08:45:33 salo Exp $ MOZILLA= seamonkey-gtk1 -MOZILLA_BIN= seamonkey-bin -MOZ_VER= 1.0.3 -EXTRACT_SUFX= .tar.bz2 - -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} -DISTINFO_FILE= ${.CURDIR}/../../www/seamonkey/distinfo -PATCHDIR= ${.CURDIR}/../../www/seamonkey/patches -FILESDIR= ${.CURDIR}/../../www/mozilla/files - COMMENT= Full featured gecko-based browser built with GTK1 -BUILD_SVG= # yes -BUILD_MATHML= # yes -BUILD_CALENDAR= # yes - .include "../../www/seamonkey/Makefile.common" .include "../../mk/bsd.pkg.mk" diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 1c0d44bddc8..2608a26734a 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -1,18 +1,9 @@ -# $NetBSD: Makefile,v 1.5.2.1 2006/08/01 13:43:56 salo Exp $ +# $NetBSD: Makefile,v 1.5.2.2 2006/09/17 08:45:32 salo Exp $ MOZILLA= seamonkey -MOZILLA_BIN= seamonkey-bin -MOZ_VER= 1.0.3 -EXTRACT_SUFX= .tar.bz2 - -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} COMMENT= Full featured gecko-based browser -BUILD_SVG= # yes -BUILD_MATHML= # yes -BUILD_CALENDAR= # yes - MOZILLA_USE_GTK2= # yes MOZILLA_USE_XFT= YES diff --git a/www/seamonkey/Makefile.common b/www/seamonkey/Makefile.common index c22525f82c2..8136dcd10f1 100644 --- a/www/seamonkey/Makefile.common +++ b/www/seamonkey/Makefile.common @@ -1,5 +1,6 @@ -# $NetBSD: Makefile.common,v 1.7 2006/06/28 21:23:29 joerg Exp $ +# $NetBSD: Makefile.common,v 1.7.2.1 2006/09/17 08:45:32 salo Exp $ +MOZ_VER= 1.0.5 MOZ_DIST_VER?= ${MOZ_VER} DISTNAME?= seamonkey-${MOZ_DIST_VER}.source PKGNAME= ${MOZILLA}-${MOZ_VER} @@ -8,10 +9,15 @@ MASTER_SITES+= ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/${MOZ_V MASTER_SITES+= http://public.planetmirror.com.au/pub/seamonkey/releases/${MOZ_VER}/ MASTER_SITES+= ftp://public.planetmirror.com.au/pub/seamonkey/releases/${MOZ_VER}/ CATEGORIES= www - +EXTRACT_SUFX= .tar.bz2 + MAINTAINER= ghen@NetBSD.org HOMEPAGE?= http://www.mozilla.org/projects/seamonkey +MOZILLA_BIN= seamonkey-bin + +DISTINFO_FILE= ${.CURDIR}/../../www/seamonkey/distinfo +PATCHDIR= ${.CURDIR}/../../www/seamonkey/patches FILESDIR= ${.CURDIR}/../../www/mozilla/files BUILD_DEPENDS+= zip>=2.3:../../archivers/zip @@ -81,6 +87,10 @@ MAKE_ENV+= LIBRUNPATH=${MOZ_LIBDIR:Q} CONFIGURE_ENV+= LIBRUNPATH=${MOZ_LIBDIR:Q} LDFLAGS+= ${COMPILER_RPATH_FLAG}${MOZ_LIBDIR} +BUILD_SVG= # yes +BUILD_CALENDAR= # yes +BUILD_MATHML= # yes + .if defined(BUILD_SVG) MAKE_ENV+= MOZ_INTERNAL_LIBART_LGPL=1 CONFIGURE_ENV+= MOZ_INTERNAL_LIBART_LGPL=1 diff --git a/www/seamonkey/distinfo b/www/seamonkey/distinfo index 46b50eb8c8b..6a83d3e3a7b 100644 --- a/www/seamonkey/distinfo +++ b/www/seamonkey/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.6.2.1 2006/08/01 13:43:56 salo Exp $ +$NetBSD: distinfo,v 1.6.2.2 2006/09/17 08:45:32 salo Exp $ -SHA1 (seamonkey-1.0.3.source.tar.bz2) = b770a32a5b941325beede42f153affe32043f4bd -RMD160 (seamonkey-1.0.3.source.tar.bz2) = 93fb9e46ad64bf59cb0649eefe862681bd632f2a -Size (seamonkey-1.0.3.source.tar.bz2) = 35838471 bytes +SHA1 (seamonkey-1.0.5.source.tar.bz2) = 60be0112e369a06958c0295ad2de995ab476cef1 +RMD160 (seamonkey-1.0.5.source.tar.bz2) = 9f99f4a542c3a4e1c7e054e73c9ca08cd7252e63 +Size (seamonkey-1.0.5.source.tar.bz2) = 35886383 bytes SHA1 (patch-aa) = 2d117311991c4c71803f3c446334d7b6f1e1067a SHA1 (patch-ab) = 4bcabb447ca151c5e87e8799398ee239e69f3f90 SHA1 (patch-ac) = b05971f672c83c80a29edc69c2055fd6ca855fa1 |