diff options
author | taya <taya> | 2005-03-24 14:08:28 +0000 |
---|---|---|
committer | taya <taya> | 2005-03-24 14:08:28 +0000 |
commit | 7b713131d260fdb55d1277623db956d50daccaab (patch) | |
tree | e44f3227dfccccc18c2961c0382266cf3835a6f0 /www/mozilla/PLIST | |
parent | 667bfc430483e62819d895153dad1191b79b8344 (diff) | |
download | pkgsrc-7b713131d260fdb55d1277623db956d50daccaab.tar.gz |
Update mozilla & mozilla-gtk2 to 1.7.6
This is a security fix release.
Fixed bugs are follows.
MFSA 2005-32 Drag and drop loading of privileged XUL
MFSA 2005-30 GIF heap overflow parsing Netscape extension 2
MFSA 2005-29 Internationalized Domain Name (IDN) homograph spoofing
MFSA 2005-28 Unsafe /tmp/plugtmp directory exploitable to erase user's files
MFSA 2005-27 Plugins can be used to load privileged content
MFSA 2005-26 Cross-site scripting by dropping javascript: link on tab
MFSA 2005-25 Image drag and drop executable spoofing
MFSA 2005-24 HTTP auth prompt tab spoofing
MFSA 2005-23 Download dialog source spoofing
MFSA 2005-21 Overwrite arbitrary files downloading .lnk twice
MFSA 2005-20 XSLT can include stylesheets from arbitrary hosts
MFSA 2005-18 Memory overwrite in string library
MFSA 2005-17 Install source spoofing with user:pass@host
MFSA 2005-16 Spoofing download and security dialogs with overlapping windows
MFSA 2005-15 Heap overflow possible in UTF8 to Unicode conversion
MFSA 2005-14 SSL "secure site" indicator spoofing
MFSA 2005-13 Window Injection Spoofing
see changelog for detail.
http://www.mozilla.org/releases/mozilla1.7.6/changelog.html
Diffstat (limited to 'www/mozilla/PLIST')
-rw-r--r-- | www/mozilla/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/mozilla/PLIST b/www/mozilla/PLIST index 26152c776c8..06be7045132 100644 --- a/www/mozilla/PLIST +++ b/www/mozilla/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2004/12/25 15:39:42 taya Exp $ +@comment $NetBSD: PLIST,v 1.16 2005/03/24 14:08:28 taya Exp $ bin/${MOZILLA} @comment begin PROGRAMS lib/${MOZILLA}/${MOZILLA_BIN} @@ -894,8 +894,11 @@ include/${MOZILLA}/docshell/nsIDocShell.h include/${MOZILLA}/docshell/nsIDocShellHistory.h include/${MOZILLA}/docshell/nsIDocShellLoadInfo.h include/${MOZILLA}/docshell/nsIDocShellTreeItem.h +include/${MOZILLA}/docshell/nsIDocShellTreeItemTmp.h include/${MOZILLA}/docshell/nsIDocShellTreeNode.h +include/${MOZILLA}/docshell/nsIDocShellTreeNodeTmp.h include/${MOZILLA}/docshell/nsIDocShellTreeOwner.h +include/${MOZILLA}/docshell/nsIDocShellTreeOwnerTmp.h include/${MOZILLA}/docshell/nsIEditorDocShell.h include/${MOZILLA}/docshell/nsIGlobalHistory.h include/${MOZILLA}/docshell/nsIGlobalHistory2.h |