pkgsrc/www/firefox-bin/Makefile
salo c58f1b1dbb Updated to version 1.5.0.4
Changes:

Fixes for security issues:
 MFSA 2006-43 Privilege escalation using addSelectionListener
 MFSA 2006-42 Web site XSS using BOM on UTF-8 pages
 MFSA 2006-41 File stealing by changing input type (variant)
 MFSA 2006-39 "View Image" local resource linking (Windows)
 MFSA 2006-38 Buffer overflow in crypto.signText()
 MFSA 2006-37 Remote compromise via content-defined setter on object prototypes
 MFSA 2006-36 PLUGINSPAGE privileged JavaScript execution 2
 MFSA 2006-35 Privilege escalation through XUL persist
 MFSA 2006-34 XSS viewing javascript: frames or images from context menu
 MFSA 2006-33 HTTP response smuggling
 MFSA 2006-32 Fixes for crashes with potential memory corruption
 MFSA 2006-31 EvalInSandbox escape (Proxy Autoconfig, Greasemonkey)
2006-06-02 12:27:49 +00:00

16 lines
399 B
Makefile

# $NetBSD: Makefile,v 1.18 2006/06/02 12:27:49 salo Exp $
MOZILLA= firefox
MOZ_VER= 1.5.0.4
MOZ_DISTVER= ${MOZ_VER}
HOMEPAGE= http://www.mozilla.com/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"