summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortaya <taya@pkgsrc.org>2005-03-25 14:43:45 +0000
committertaya <taya@pkgsrc.org>2005-03-25 14:43:45 +0000
commitc8c31b94ba87be2861febdb884c3b89c5e91eea8 (patch)
tree5d1736543a3601413c2565388f9aeb2625c84833 /mail
parentc20aadf4f07e42de79e2a1b2b8bb2b4ad0c73707 (diff)
downloadpkgsrc-c8c31b94ba87be2861febdb884c3b89c5e91eea8.tar.gz
Update thunderbird & thunderbird-gtk2 to 1.0.2
Thunderbird 1.0.2 is a security and stability update. Fixed vulnerbilities are follows. MFSA 2005-30 GIF heap overflow parsing Netscape extension 2 MFSA 2005-25 Image drag and drop executable spoofing MFSA 2005-21 Overwrite arbitrary files downloading .lnk twice MFSA 2005-18 Memory overwrite in string library MFSA 2005-17 Install source spoofing with user:pass@host MFSA 2005-15 Heap overflow possible in UTF8 to Unicode conversion
Diffstat (limited to 'mail')
-rw-r--r--mail/thunderbird-gtk2/PLIST12
-rw-r--r--mail/thunderbird/Makefile-thunderbird.common4
-rw-r--r--mail/thunderbird/PLIST12
-rw-r--r--mail/thunderbird/distinfo8
4 files changed, 28 insertions, 8 deletions
diff --git a/mail/thunderbird-gtk2/PLIST b/mail/thunderbird-gtk2/PLIST
index 81fe50bcec0..bcfae0fd249 100644
--- a/mail/thunderbird-gtk2/PLIST
+++ b/mail/thunderbird-gtk2/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2004/12/14 23:35:34 taya Exp $
+@comment $NetBSD: PLIST,v 1.8 2005/03/25 14:43:46 taya Exp $
bin/${MOZILLA}
@comment begin PROGRAMS
lib/${MOZILLA}/${MOZILLA_BIN}
@@ -786,8 +786,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
@@ -2596,6 +2599,12 @@ include/${MOZILLA}/zlib/zlib.h
@unexec ${RM} %D/lib/${MOZILLA}/chrome/overlayinfo/navigator/content/overlays.rdf
@unexec ${RM} %D/lib/${MOZILLA}/components/compreg.dat
@unexec ${RM} %D/lib/${MOZILLA}/components/xpti.dat
+@unexec ${RM} %D/lib/${MOZILLA}/components.ini
+@unexec ${RM} %D/lib/${MOZILLA}/extensions/Extensions.rdf
+@unexec ${RM} %D/lib/${MOZILLA}/extensions/installed-extensions-processed.txt
+@unexec ${RM} %D/lib/${MOZILLA}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf
+@dirrm lib/${MOZILLA}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
+@dirrm lib/${MOZILLA}/extensions
@dirrm lib/${MOZILLA}/chrome/overlayinfo/navigator/content
@dirrm lib/${MOZILLA}/chrome/overlayinfo/navigator
@dirrm lib/${MOZILLA}/chrome/overlayinfo/messenger/content
@@ -2638,6 +2647,7 @@ include/${MOZILLA}/zlib/zlib.h
@dirrm lib/${MOZILLA}/chrome/icons/default
@dirrm lib/${MOZILLA}/chrome/icons
@dirrm lib/${MOZILLA}/chrome
+@dirrm lib/${MOZILLA}
@dirrm include/${MOZILLA}/zlib
@dirrm include/${MOZILLA}/xultmpl
@dirrm include/${MOZILLA}/xuldoc
diff --git a/mail/thunderbird/Makefile-thunderbird.common b/mail/thunderbird/Makefile-thunderbird.common
index 00a846c81d2..695f7ff7bf1 100644
--- a/mail/thunderbird/Makefile-thunderbird.common
+++ b/mail/thunderbird/Makefile-thunderbird.common
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile-thunderbird.common,v 1.5 2004/12/14 23:35:34 taya Exp $
+# $NetBSD: Makefile-thunderbird.common,v 1.6 2005/03/25 14:43:45 taya Exp $
MOZILLA_BIN= thunderbird-bin
-MOZ_VER= 1.0
+MOZ_VER= 1.0.2
EXTRACT_SUFX= .tar.bz2
DISTNAME= thunderbird-${MOZ_VER}-source
MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${MOZ_VER}/source/ \
diff --git a/mail/thunderbird/PLIST b/mail/thunderbird/PLIST
index 1087bd9bdf0..9acdcd6c0db 100644
--- a/mail/thunderbird/PLIST
+++ b/mail/thunderbird/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2004/12/14 23:35:34 taya Exp $
+@comment $NetBSD: PLIST,v 1.9 2005/03/25 14:43:45 taya Exp $
bin/${MOZILLA}
@comment begin PROGRAMS
lib/${MOZILLA}/${MOZILLA_BIN}
@@ -775,8 +775,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
@@ -2584,6 +2587,12 @@ include/${MOZILLA}/zlib/zlib.h
@unexec ${RM} %D/lib/${MOZILLA}/chrome/overlayinfo/navigator/content/overlays.rdf
@unexec ${RM} %D/lib/${MOZILLA}/components/compreg.dat
@unexec ${RM} %D/lib/${MOZILLA}/components/xpti.dat
+@unexec ${RM} %D/lib/${MOZILLA}/components.ini
+@unexec ${RM} %D/lib/${MOZILLA}/extensions/Extensions.rdf
+@unexec ${RM} %D/lib/${MOZILLA}/extensions/installed-extensions-processed.txt
+@unexec ${RM} %D/lib/${MOZILLA}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf
+@dirrm lib/${MOZILLA}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
+@dirrm lib/${MOZILLA}/extensions
@dirrm lib/${MOZILLA}/chrome/overlayinfo/navigator/content
@dirrm lib/${MOZILLA}/chrome/overlayinfo/navigator
@dirrm lib/${MOZILLA}/chrome/overlayinfo/messenger/content
@@ -2626,6 +2635,7 @@ include/${MOZILLA}/zlib/zlib.h
@dirrm lib/${MOZILLA}/chrome/icons/default
@dirrm lib/${MOZILLA}/chrome/icons
@dirrm lib/${MOZILLA}/chrome
+@dirrm lib/${MOZILLA}
@dirrm include/${MOZILLA}/zlib
@dirrm include/${MOZILLA}/xultmpl
@dirrm include/${MOZILLA}/xuldoc
diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo
index cb4a05e9111..7dd30c6475c 100644
--- a/mail/thunderbird/distinfo
+++ b/mail/thunderbird/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.13 2005/03/08 08:53:08 grant Exp $
+$NetBSD: distinfo,v 1.14 2005/03/25 14:43:46 taya Exp $
-SHA1 (thunderbird-1.0-source.tar.bz2) = 840c4fa888efbe036cea40df41d176040178d511
-RMD160 (thunderbird-1.0-source.tar.bz2) = 550944cdbe9e39131961166d731ecf636e97ab22
-Size (thunderbird-1.0-source.tar.bz2) = 33255315 bytes
+SHA1 (thunderbird-1.0.2-source.tar.bz2) = 25dbc24b632f7e8b4c730e94d0472020b34d88ea
+RMD160 (thunderbird-1.0.2-source.tar.bz2) = 28cd861799866e2b1c83117ae9867028f267a18f
+Size (thunderbird-1.0.2-source.tar.bz2) = 33354397 bytes
SHA1 (patch-aa) = 9225a7a2c9b4545e800008169d4d88452c85d1a9
SHA1 (patch-ab) = 77038a3dee47573782d912a928327d046c6d3c7f
SHA1 (patch-ac) = 32aa4b92eea19aca07077a292cb759d074026642