diff options
author | taya <taya@pkgsrc.org> | 2004-08-10 14:27:17 +0000 |
---|---|---|
committer | taya <taya@pkgsrc.org> | 2004-08-10 14:27:17 +0000 |
commit | aece6019729903271cb8e2bce1133186babd2e95 (patch) | |
tree | c0ee3b6ffb75511285d0eb9d65a012429a98a137 /mail/thunderbird-gtk2 | |
parent | 15bc1b22c1462b9b62ab4e709dc08f012a14bba5 (diff) | |
download | pkgsrc-aece6019729903271cb8e2bce1133186babd2e95.tar.gz |
Update thunderbird & thunderbird-gtk2 to 0.7.3
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
Diffstat (limited to 'mail/thunderbird-gtk2')
-rw-r--r-- | mail/thunderbird-gtk2/Makefile | 26 |
1 files changed, 3 insertions, 23 deletions
diff --git a/mail/thunderbird-gtk2/Makefile b/mail/thunderbird-gtk2/Makefile index 6822217afa5..bfd48d23797 100644 --- a/mail/thunderbird-gtk2/Makefile +++ b/mail/thunderbird-gtk2/Makefile @@ -1,30 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2004/07/06 13:41:35 taya Exp $ +# $NetBSD: Makefile,v 1.5 2004/08/10 14:27:17 taya Exp $ MOZILLA= thunderbird-gtk2 -MOZILLA_BIN= thunderbird-bin -MOZ_VER= 0.7.1 -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/ -COMMENT= Redesign of the Mozilla mail client +COMMENT= Redesign of the Mozilla mail client built on GTK2 -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 MOZILLA_USE_GTK2= # defined MOZILLA_USE_XFT= YES -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" +.include "../../mail/thunderbird/Makefile-thunderbird.common" |