Security fixes in this version: MFSA 2008-10 URL token stealing via stylesheet redirect MFSA 2008-09 Mishandling of locally-saved plain text files MFSA 2008-06 Web browsing history and forward navigation stealing MFSA 2008-05 Directory traversal via chrome: URI MFSA 2008-03 Privilege escalation, XSS, Remote Code Execution MFSA 2008-02 Multiple file input focus stealing vulnerabilities MFSA 2008-01 Crashes with evidence of memory corruption (rv:1.8.1.12) For more info, see http://www.seamonkey-project.org/releases/seamonkey1.1.8/
14 lines
364 B
Makefile
14 lines
364 B
Makefile
# $NetBSD: Makefile,v 1.20 2008/02/08 18:04:33 ghen Exp $
|
|
|
|
MOZILLA= seamonkey
|
|
MOZ_VER= 1.1.8
|
|
MOZ_DISTVER= ${MOZ_VER}
|
|
|
|
HOMEPAGE= http://www.mozilla.org/projects/seamonkey/
|
|
COMMENT= Full-featured gecko-based browser suite (binary package)
|
|
|
|
DIST_SUBDIR= ${MOZILLA}/${MOZ_DISTDIR}
|
|
|
|
EMUL_PLATFORMS= linux-i386
|
|
|
|
.include "../../www/seamonkey-bin/Makefile.common"
|