diff options
author | marcus <marcus@FreeBSD.org> | 2004-09-28 11:18:41 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-09-28 11:18:41 +0800 |
commit | a0da913f6d069d8ecec6bdcbcbeff7d23a774d68 (patch) | |
tree | 90733cf34ac561af33aad3a11b300b30495567d6 /www/mozilla/Makefile | |
parent | 9c347f42fdbbf2a24b3bc0797079d2060eb4bea8 (diff) | |
download | freebsd-ports-gnome-a0da913f6d069d8ecec6bdcbcbeff7d23a774d68.tar.gz freebsd-ports-gnome-a0da913f6d069d8ecec6bdcbcbeff7d23a774d68.tar.zst freebsd-ports-gnome-a0da913f6d069d8ecec6bdcbcbeff7d23a774d68.zip |
Patch the various recently reported security vulnerabilities in Mozilla.
This is being done instead of the update to 1.7.3 since the update breaks
all dependent ports, and that many changes is not a good thing to do during
a freeze.
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 'www/mozilla/Makefile')
-rw-r--r-- | www/mozilla/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index a51c03c82eb4..cf6cc7f13009 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -7,7 +7,7 @@ PORTNAME?= mozilla PORTVERSION= 1.7.2 -PORTREVISION?= 1 +PORTREVISION?= 2 PORTEPOCH?= 2 CATEGORIES?= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ |