Security fixes in this version: MFSA 2009-33 Crash viewing multipart/alternative message with text/enhanced part MFSA 2009-32 JavaScript chrome privilege escalation MFSA 2009-29 Arbitrary code execution using event listeners attached to an element whose owner document is null MFSA 2009-27 SSL tampering via non-200 responses to proxy CONNECT requests MFSA 2009-26 Arbitrary domain cookie access by local file: resources MFSA 2009-24 Crashes with evidence of memory corruption (rv:1.9.0.11) MFSA 2009-21 POST data sent to wrong site when saving web page with embedded frame MFSA 2009-17 Same-origin violations when Adobe Flash loaded via view-source: scheme For more info, see http://www.seamonkey-project.org/releases/seamonkey1.1.17/
26 lines
735 B
Text
26 lines
735 B
Text
# $NetBSD: Makefile-seamonkey.common,v 1.26 2009/06/24 09:16:24 ghen Exp $
|
|
# used by www/seamonkey/Makefile
|
|
# used by www/seamonkey-gtk1/Makefile
|
|
|
|
MOZILLA_BIN= seamonkey-bin
|
|
MOZ_VER= 1.1.17
|
|
EXTRACT_SUFX= .tar.bz2
|
|
DISTNAME= seamonkey-${MOZ_DIST_VER}.source
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_MOZILLA:=seamonkey/releases/${MOZ_DIST_VER}/}
|
|
|
|
MAINTAINER= ghen@NetBSD.org
|
|
HOMEPAGE= http://www.mozilla.org/projects/seamonkey/
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../www/seamonkey/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../www/seamonkey/patches
|
|
|
|
CONFIGURE_ARGS+= --enable-application=suite
|
|
|
|
USE_LANGUAGES+= c++
|
|
BUILD_SVG= # yes
|
|
BUILD_MATHML= # yes
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../www/seamonkey/Makefile.common"
|