aece601972
thunderbird 0.7.3 is a security fix release. Fixed bugs are: - lock icon and certificate spoof with onunload document.write (Bugzilla#253121) - Malicious certificates can permanently break HTTPS/SSL (Bugzilla#249004) See the page below. http://www.mozilla.org/projects/security/known-vulnerabilities.html#mozilla1.7.2
26 lines
918 B
Text
26 lines
918 B
Text
# $NetBSD: Makefile-thunderbird.common,v 1.1 2004/08/10 14:27:17 taya Exp $
|
|
|
|
MOZILLA_BIN= thunderbird-bin
|
|
MOZ_VER= 0.7.3
|
|
EXTRACT_SUFX= .tar.bz2
|
|
DISTNAME= thunderbird-${MOZ_VER}-source
|
|
MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${MOZ_VER}/ \
|
|
ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${MOZ_VER}/
|
|
|
|
HOMEPAGE= http://www.mozilla.org/projects/thunderbird/
|
|
|
|
CONFIGURE_ENV+= MOZ_THUNDERBIRD=1
|
|
MAKE_ENV+= MOZ_THUNDERBIRD=1
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../mail/thunderbird/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../mail/thunderbird/patches
|
|
|
|
CONFIGURE_ARGS+= --enable-extensions=wallet,spellcheck,xmlextras
|
|
|
|
pre-install:
|
|
${CP} -r ${WRKSRC}/dist/bin/defaults/profile/extensions \
|
|
${WRKSRC}/dist/bin
|
|
${MV} ${WRKSRC}/dist/bin/extensions/installed-extensions.txt \
|
|
${WRKSRC}/dist/bin/extensions/installed-extensions-processed.txt
|
|
|
|
.include "../../www/mozilla/Makefile.common"
|