diff options
author | ghen <ghen@pkgsrc.org> | 2006-05-04 05:16:13 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-05-04 05:16:13 +0000 |
commit | 57dd8ce2758dedf1fa5661ccbc27367dbcac3710 (patch) | |
tree | 4ba4f6a0b8665c7736f8a489797355168a808a75 /www/firefox-gtk1 | |
parent | 3b34b0fcc80c1f5eef435139d22ca052ada9490c (diff) | |
download | pkgsrc-57dd8ce2758dedf1fa5661ccbc27367dbcac3710.tar.gz |
Update Firefox to 1.5.0.3, which is identical to our 1.5.0.2nb2 (except for the
advertized version), so there's no reason to upgrade. :-)
Fixes a denial of service vulnerability (MFSA 2006-30).
Diffstat (limited to 'www/firefox-gtk1')
-rw-r--r-- | www/firefox-gtk1/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/firefox-gtk1/Makefile b/www/firefox-gtk1/Makefile index 899187da7d7..333300ac4a1 100644 --- a/www/firefox-gtk1/Makefile +++ b/www/firefox-gtk1/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2006/05/02 10:10:43 drochner Exp $ +# $NetBSD: Makefile,v 1.13 2006/05/04 05:16:13 ghen Exp $ MOZILLA= firefox-gtk1 -PKGREVISION= 2 COMMENT= Lightweight gecko-based web browser built with GTK+-1.x .include "../../www/firefox/Makefile-firefox.common" |