pkgsrc/www/mozilla-gtk2/Makefile
taya f6aec38de5 Update mozilla & mozilla-gtk2 to 1.7.12
This is a bug fix release.
Fixed bugs are follows:

* Fix for a potential buffer overflow vulnerability when loading
  a hostname with all soft-hyphens
* Fix to prevent URLs passed from external programs from being
  parsed by the shell (Linux only)
* Fix to prevent a crash when loading a Proxy Auto-Config (PAC)
  script that uses an "eval" statement
* Fix to restore InstallTrigger.getVersion() for Extension authors
* Fix a crash in mail when stopping a search and then searching again
* Other stability and security fixes
	MFSA 2005-59 Command-line handling on Linux allows shell execution
	MFSA 2005-58 Firefox 1.0.7 / Mozilla Suite 1.7.12 Vulnerability Fixes
	MFSA 2005-57 IDN heap overrun using soft-hyphens
2005-10-01 04:42:09 +00:00

26 lines
740 B
Makefile

# $NetBSD: Makefile,v 1.30 2005/10/01 04:42:09 taya Exp $
MOZILLA= mozilla-gtk2
MOZILLA_BIN= mozilla-bin
MOZ_VER= 1.7.12
EXTRACT_SUFX= .tar.bz2
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
#DISTFILES+= mozilla-source-1.7.3-libart_lgpl.tar.bz2
#SITES_mozilla-source-1.7.3-libart_lgpl.tar.bz2=${MASTER_SITE_LOCAL}
DIST_SUBDIR= mozilla-1.7.12
DISTINFO_FILE= ${.CURDIR}/../../www/mozilla/distinfo
PATCHDIR= ${.CURDIR}/../../www/mozilla/patches
FILESDIR= ${.CURDIR}/../../www/mozilla/files
COMMENT= Full featured gecko-based browser built with GTK2
BUILD_SVG= # defined
BUILD_MATHML= # defined
BUILD_CALENDAR= # defined
_MOZILLA_USE_GTK2= # defined
MOZILLA_USE_XFT= YES
.include "../../www/mozilla/Makefile.common"
.include "../../mk/bsd.pkg.mk"