summaryrefslogtreecommitdiff
path: root/www/mozilla-gtk2
diff options
context:
space:
mode:
authortaya <taya@pkgsrc.org>2005-03-24 14:08:28 +0000
committertaya <taya@pkgsrc.org>2005-03-24 14:08:28 +0000
commitddd3807e988cedc4342396b21a20576c23cb3d00 (patch)
treee44f3227dfccccc18c2961c0382266cf3835a6f0 /www/mozilla-gtk2
parent0946370762d151ba5537a3bd3342f05248064e30 (diff)
downloadpkgsrc-ddd3807e988cedc4342396b21a20576c23cb3d00.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-gtk2')
-rw-r--r--www/mozilla-gtk2/Makefile4
-rw-r--r--www/mozilla-gtk2/PLIST5
-rw-r--r--www/mozilla-gtk2/buildlink3.mk4
3 files changed, 8 insertions, 5 deletions
diff --git a/www/mozilla-gtk2/Makefile b/www/mozilla-gtk2/Makefile
index 613bf209a08..be7738f1371 100644
--- a/www/mozilla-gtk2/Makefile
+++ b/www/mozilla-gtk2/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2004/12/25 15:39:42 taya Exp $
+# $NetBSD: Makefile,v 1.17 2005/03/24 14:08:28 taya Exp $
MOZILLA= mozilla-gtk2
MOZILLA_BIN= mozilla-bin
-MOZ_VER= 1.7.5
+MOZ_VER= 1.7.6
EXTRACT_SUFX= .tar.bz2
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
diff --git a/www/mozilla-gtk2/PLIST b/www/mozilla-gtk2/PLIST
index 57ba7cad1e3..a5815d9300d 100644
--- a/www/mozilla-gtk2/PLIST
+++ b/www/mozilla-gtk2/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2004/12/25 15:39:42 taya Exp $
+@comment $NetBSD: PLIST,v 1.6 2005/03/24 14:08:28 taya Exp $
bin/${MOZILLA}
@comment begin PROGRAMS
lib/${MOZILLA}/${MOZILLA_BIN}
@@ -911,8 +911,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
diff --git a/www/mozilla-gtk2/buildlink3.mk b/www/mozilla-gtk2/buildlink3.mk
index b7427046017..9d5f6ade404 100644
--- a/www/mozilla-gtk2/buildlink3.mk
+++ b/www/mozilla-gtk2/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.5 2004/12/25 15:39:42 taya Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2005/03/24 14:08:29 taya Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
MOZILLA_GTK2_BUILDLINK3_MK:= ${MOZILLA_GTK2_BUILDLINK3_MK}+
@@ -11,7 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nmozilla-gtk2}
BUILDLINK_PACKAGES+= mozilla-gtk2
.if !empty(MOZILLA_GTK2_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.mozilla-gtk2+= mozilla-gtk2>=1.7.5
+BUILDLINK_DEPENDS.mozilla-gtk2+= mozilla-gtk2>=1.7.6
BUILDLINK_PKGSRCDIR.mozilla-gtk2?= ../../www/mozilla-gtk2
.endif # MOZILLA_GTK2_BUILDLINK3_MK