diff options
author | marcus <marcus@FreeBSD.org> | 2004-09-28 11:26:29 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-09-28 11:26:29 +0800 |
commit | f62d10f067cfffa25220c7c4014ab978b195e35c (patch) | |
tree | 5f731f4833b6f16a7f181ffd591419b78dd6e7de /mail/thunderbird/Makefile | |
parent | 96a3409ec6eed567bae672212be23c3bf33098a3 (diff) | |
download | freebsd-ports-gnome-f62d10f067cfffa25220c7c4014ab978b195e35c.tar.gz freebsd-ports-gnome-f62d10f067cfffa25220c7c4014ab978b195e35c.tar.zst freebsd-ports-gnome-f62d10f067cfffa25220c7c4014ab978b195e35c.zip |
Patch the various recently reported security vulnerabilities in Mozilla.
This is being done instead of the update to 0.8 since we're in a ports
freeze, and too many big changes is not a good idea.
This update covers the following Mozilla bugs:
245066
226669
250862
255067
256316
257317
258005
Thanks to nectar for scraping all of these patches together.
Obtained from: Mozilla CVS
Approved by: portmgr (implicit)
Diffstat (limited to 'mail/thunderbird/Makefile')
-rw-r--r-- | mail/thunderbird/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index b50a1cf670bf..09b78a086405 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -7,6 +7,7 @@ PORTNAME= thunderbird PORTVERSION= 0.7.3 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION} |