pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2005Q1]: pkgsrc/mail Pullup ticket 390 - requested by Shin'ich...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bdbeda0d45c5
branches:  pkgsrc-2005Q1
changeset: 490866:bdbeda0d45c5
user:      snj <snj%pkgsrc.org@localhost>
date:      Fri Mar 25 17:46:19 2005 +0000

description:
Pullup ticket 390 - requested by Shin'ichiro TAYA
security fix for thunderbird and thunderbird-gtk2

Revisions pulled up:
- pkgsrc/mail/thunderbird/Makefile-thunderbird.common   1.6
- pkgsrc/mail/thunderbird/PLIST                         1.9
- pkgsrc/mail/thunderbird/distinfo                      1.14
- pkgsrc/mail/thunderbird-gtk2/PLIST                    1.8


    Module Name:    pkgsrc
    Committed By:   taya
    Date:           Fri Mar 25 14:43:46 UTC 2005

    Modified Files:
            pkgsrc/mail/thunderbird: Makefile-thunderbird.common PLIST distinfo
            pkgsrc/mail/thunderbird-gtk2: PLIST

    Log Message:
    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:

 mail/thunderbird-gtk2/PLIST                  |  12 +++++++++++-
 mail/thunderbird/Makefile-thunderbird.common |   4 ++--
 mail/thunderbird/PLIST                       |  12 +++++++++++-
 mail/thunderbird/distinfo                    |   8 ++++----
 4 files changed, 28 insertions(+), 8 deletions(-)

diffs (113 lines):

diff -r 3a8d4cc64365 -r bdbeda0d45c5 mail/thunderbird-gtk2/PLIST
--- a/mail/thunderbird-gtk2/PLIST       Fri Mar 25 12:42:30 2005 +0000
+++ b/mail/thunderbird-gtk2/PLIST       Fri Mar 25 17:46:19 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2004/12/14 23:35:34 taya Exp $
+@comment $NetBSD: PLIST,v 1.7.4.1 2005/03/25 17:46:19 snj Exp $
 bin/${MOZILLA}
 @comment begin PROGRAMS
 lib/${MOZILLA}/${MOZILLA_BIN}
@@ -786,8 +786,11 @@
 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 @@
 @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 @@
 @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 -r 3a8d4cc64365 -r bdbeda0d45c5 mail/thunderbird/Makefile-thunderbird.common
--- a/mail/thunderbird/Makefile-thunderbird.common      Fri Mar 25 12:42:30 2005 +0000
+++ b/mail/thunderbird/Makefile-thunderbird.common      Fri Mar 25 17:46:19 2005 +0000
@@ -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.5.4.1 2005/03/25 17:46:19 snj 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 -r 3a8d4cc64365 -r bdbeda0d45c5 mail/thunderbird/PLIST
--- a/mail/thunderbird/PLIST    Fri Mar 25 12:42:30 2005 +0000
+++ b/mail/thunderbird/PLIST    Fri Mar 25 17:46:19 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2004/12/14 23:35:34 taya Exp $
+@comment $NetBSD: PLIST,v 1.8.4.1 2005/03/25 17:46:19 snj Exp $
 bin/${MOZILLA}
 @comment begin PROGRAMS
 lib/${MOZILLA}/${MOZILLA_BIN}
@@ -775,8 +775,11 @@
 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 @@
 @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 @@
 @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 -r 3a8d4cc64365 -r bdbeda0d45c5 mail/thunderbird/distinfo
--- a/mail/thunderbird/distinfo Fri Mar 25 12:42:30 2005 +0000
+++ b/mail/thunderbird/distinfo Fri Mar 25 17:46:19 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.13 2005/03/08 08:53:08 grant Exp $
+$NetBSD: distinfo,v 1.13.2.1 2005/03/25 17:46:19 snj 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



Home | Main Index | Thread Index | Old Index