diff options
author | tron <tron> | 2004-09-19 13:48:51 +0000 |
---|---|---|
committer | tron <tron> | 2004-09-19 13:48:51 +0000 |
commit | 2f325088b6aba5711cb03f2de27b2b31f07fb154 (patch) | |
tree | f90ab245af2b561c6a3f2b5227a30a43cc80bc54 /www/mozilla-bin/Makefile | |
parent | 6501612ab1514a90ec551944418fd5ad5a723e65 (diff) | |
download | pkgsrc-2f325088b6aba5711cb03f2de27b2b31f07fb154.tar.gz |
Update "mozilla-bin" package to version 1.7.3.
Mozilla 1.7.3 is a security update to Mozilla 1.7 that fixes a several
security vulnerabilities.
#93 "Send page" heap overrun (258005)
#92 javascript clipboard access (257523)
#91 Privilege request confusion (253942)
#90 Buffer overflow when displaying VCard (257314)
#89 BMP integer overflow (255067)
#88 javascript: link dragging (250862)
#87 non-ascii hostname heap overrun (256316)
#86 Malicious POP3 server III (245066, 226669)
#85 Wrong file permissions after installing on Linux (231083, 235781)
#84 Wrong file permissions in linux archive (254303)
See the page bellow for detail
http://www.mozilla.org/projects/security/known-vulnerabilities.html#mozilla1.7.3
Diffstat (limited to 'www/mozilla-bin/Makefile')
-rw-r--r-- | www/mozilla-bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mozilla-bin/Makefile b/www/mozilla-bin/Makefile index 00146dc5eee..c29530a2e57 100644 --- a/www/mozilla-bin/Makefile +++ b/www/mozilla-bin/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2004/08/14 12:28:49 tron Exp $ +# $NetBSD: Makefile,v 1.18 2004/09/19 13:48:51 tron Exp $ MOZILLA= mozilla -MOZ_VER= 1.7.2 +MOZ_VER= 1.7.3 COMMENT= Full featured gecko-based browser (binary pkg) |