a7387dea33
this release fixes the following security issues: MFSA 2005-56 Code execution through shared function objects MFSA 2005-55 XHTML node spoofing MFSA 2005-54 Javascript prompt origin spoofing MFSA 2005-53 Standalone applications can run arbitrary code through the browser MFSA 2005-52 Same origin violation: frame calling top.focus() MFSA 2005-51 The return of frame-injection spoofing MFSA 2005-50 Possibly exploitable crash in InstallVersion.compareTo() MFSA 2005-49 Script injection from Firefox sidebar panel using data: MFSA 2005-48 Same-origin violation with InstallTrigger callback MFSA 2005-47 Code execution via "Set as Wallpaper" MFSA 2005-46 XBL scripts ran even when Javascript disabled MFSA 2005-45 Content-generated event vulnerabilities
16 lines
405 B
Makefile
16 lines
405 B
Makefile
# $NetBSD: Makefile,v 1.8 2005/07/13 07:18:53 tron Exp $
|
|
|
|
MOZILLA= firefox
|
|
MOZ_VER= 1.0.5
|
|
MOZ_DISTVER= ${MOZ_VER}
|
|
|
|
HOMEPAGE= http://www.mozilla.org/projects/firefox/
|
|
COMMENT= Lightweight gecko-based web browser (binary package)
|
|
|
|
DIST_SUBDIR= ${MOZILLA}/${MOZ_DISTDIR}
|
|
# binary package is built against GTK2
|
|
MOZ_GTK2= YES
|
|
|
|
ONLY_FOR_PLATFORM+= Linux-*-i386
|
|
|
|
.include "../../www/mozilla-bin/Makefile.common"
|