diff options
author | marcus <marcus@FreeBSD.org> | 2004-09-28 11:20:33 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-09-28 11:20:33 +0800 |
commit | 9b18abdd9decadf1fc576e32dea38aa0cd43a76c (patch) | |
tree | da62c3cb4d4253c161e6bfeee12cdf6f86e6d1a8 /www/seamonkey/Makefile | |
parent | a0da913f6d069d8ecec6bdcbcbeff7d23a774d68 (diff) | |
download | freebsd-ports-gnome-9b18abdd9decadf1fc576e32dea38aa0cd43a76c.tar.gz freebsd-ports-gnome-9b18abdd9decadf1fc576e32dea38aa0cd43a76c.tar.zst freebsd-ports-gnome-9b18abdd9decadf1fc576e32dea38aa0cd43a76c.zip |
Patch the various recently reported security vulnerabilities in Mozilla.
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/seamonkey/Makefile')
-rw-r--r-- | www/seamonkey/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index a2545c8e97b6..0e30cb559ebc 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -7,7 +7,7 @@ PORTNAME?= mozilla PORTVERSION= 1.8.a3 -PORTREVISION?= 0 +PORTREVISION?= 1 PORTEPOCH?= 2 CATEGORIES?= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ |