pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail Update thunderbird & thunderbird-gtk1 to 1.0.6
details: https://anonhg.NetBSD.org/pkgsrc/rev/20e5801b1374
branches: trunk
changeset: 497286:20e5801b1374
user: taya <taya%pkgsrc.org@localhost>
date: Sun Jul 24 02:58:33 2005 +0000
description:
Update thunderbird & thunderbird-gtk1 to 1.0.6
This is a security fix release.
Fixed in Thunderbird 1.0.5/1.0.6
MFSA 2005-56 Code execution through shared function objects
MFSA 2005-55 XHTML node spoofing
MFSA 2005-52 Same origin violation: frame calling top.focus()
MFSA 2005-50 Possibly exploitable crash in InstallVersion.compareTo()
MFSA 2005-46 XBL scripts ran even when Javascript disabled
MFSA 2005-44 Privilege escalation via non-DOM property overrides
MFSA 2005-41 Privilege escalation via DOM property overrides
MFSA 2005-40 Missing Install object instance checks
MFSA 2005-33 Javascript "lambda" replace exposes memory contents
diffstat:
mail/thunderbird-gtk1/PLIST | 6 +++---
mail/thunderbird/Makefile-thunderbird.common | 4 ++--
mail/thunderbird/PLIST | 6 +++---
mail/thunderbird/distinfo | 8 ++++----
4 files changed, 12 insertions(+), 12 deletions(-)
diffs (111 lines):
diff -r 897cae45be39 -r 20e5801b1374 mail/thunderbird-gtk1/PLIST
--- a/mail/thunderbird-gtk1/PLIST Sun Jul 24 00:55:43 2005 +0000
+++ b/mail/thunderbird-gtk1/PLIST Sun Jul 24 02:58:33 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/04/02 14:45:52 abs Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/07/24 02:58:33 taya Exp $
bin/${MOZILLA}
@comment begin PROGRAMS
lib/${MOZILLA}/${MOZILLA_BIN}
@@ -304,7 +304,6 @@
lib/${MOZILLA}/res/arrowd.gif
lib/${MOZILLA}/res/bloatcycle.html
lib/${MOZILLA}/res/broken-image.gif
-lib/${MOZILLA}/res/builtin/platformHTMLBindings.xml
lib/${MOZILLA}/res/charsetData.properties
lib/${MOZILLA}/res/charsetalias.properties
lib/${MOZILLA}/res/cmessage.txt
@@ -327,6 +326,7 @@
lib/${MOZILLA}/res/fonts/mathfontSymbol.properties
lib/${MOZILLA}/res/forms.css
lib/${MOZILLA}/res/grabber.gif
+lib/${MOZILLA}/res/hiddenWindow.html
lib/${MOZILLA}/res/html.css
lib/${MOZILLA}/res/html/gopher-audio.gif
lib/${MOZILLA}/res/html/gopher-binary.gif
@@ -940,6 +940,7 @@
include/${MOZILLA}/dom/nsIDOMNSDocument.h
include/${MOZILLA}/dom/nsIDOMNSDocumentStyle.h
include/${MOZILLA}/dom/nsIDOMNSEvent.h
+include/${MOZILLA}/dom/nsIDOMNSEventTarget.h
include/${MOZILLA}/dom/nsIDOMNSHTMLAnchorElement.h
include/${MOZILLA}/dom/nsIDOMNSHTMLAreaElement.h
include/${MOZILLA}/dom/nsIDOMNSHTMLButtonElement.h
@@ -2611,7 +2612,6 @@
@dirrm lib/${MOZILLA}/res/fonts
@dirrm lib/${MOZILLA}/res/entityTables
@dirrm lib/${MOZILLA}/res/dtd
-@dirrm lib/${MOZILLA}/res/builtin
@dirrm lib/${MOZILLA}/res
@dirrm lib/${MOZILLA}/plugins
@dirrm lib/${MOZILLA}/ipc/modules
diff -r 897cae45be39 -r 20e5801b1374 mail/thunderbird/Makefile-thunderbird.common
--- a/mail/thunderbird/Makefile-thunderbird.common Sun Jul 24 00:55:43 2005 +0000
+++ b/mail/thunderbird/Makefile-thunderbird.common Sun Jul 24 02:58:33 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile-thunderbird.common,v 1.6 2005/03/25 14:43:45 taya Exp $
+# $NetBSD: Makefile-thunderbird.common,v 1.7 2005/07/24 02:58:33 taya Exp $
MOZILLA_BIN= thunderbird-bin
-MOZ_VER= 1.0.2
+MOZ_VER= 1.0.6
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 897cae45be39 -r 20e5801b1374 mail/thunderbird/PLIST
--- a/mail/thunderbird/PLIST Sun Jul 24 00:55:43 2005 +0000
+++ b/mail/thunderbird/PLIST Sun Jul 24 02:58:33 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2005/04/07 14:24:47 taya Exp $
+@comment $NetBSD: PLIST,v 1.11 2005/07/24 02:58:33 taya Exp $
bin/${MOZILLA}
@comment begin PROGRAMS
lib/${MOZILLA}/${MOZILLA_BIN}
@@ -306,7 +306,6 @@
lib/${MOZILLA}/res/arrowd.gif
lib/${MOZILLA}/res/bloatcycle.html
lib/${MOZILLA}/res/broken-image.gif
-lib/${MOZILLA}/res/builtin/platformHTMLBindings.xml
lib/${MOZILLA}/res/charsetData.properties
lib/${MOZILLA}/res/charsetalias.properties
lib/${MOZILLA}/res/cmessage.txt
@@ -330,6 +329,7 @@
lib/${MOZILLA}/res/fonts/mathfontSymbol.properties
lib/${MOZILLA}/res/forms.css
lib/${MOZILLA}/res/grabber.gif
+lib/${MOZILLA}/res/hiddenWindow.html
lib/${MOZILLA}/res/html.css
lib/${MOZILLA}/res/html/gopher-audio.gif
lib/${MOZILLA}/res/html/gopher-binary.gif
@@ -951,6 +951,7 @@
include/${MOZILLA}/dom/nsIDOMNSDocument.h
include/${MOZILLA}/dom/nsIDOMNSDocumentStyle.h
include/${MOZILLA}/dom/nsIDOMNSEvent.h
+include/${MOZILLA}/dom/nsIDOMNSEventTarget.h
include/${MOZILLA}/dom/nsIDOMNSHTMLAnchorElement.h
include/${MOZILLA}/dom/nsIDOMNSHTMLAreaElement.h
include/${MOZILLA}/dom/nsIDOMNSHTMLButtonElement.h
@@ -2623,7 +2624,6 @@
@dirrm lib/${MOZILLA}/res/fonts
@dirrm lib/${MOZILLA}/res/entityTables
@dirrm lib/${MOZILLA}/res/dtd
-@dirrm lib/${MOZILLA}/res/builtin
@dirrm lib/${MOZILLA}/res
@dirrm lib/${MOZILLA}/plugins
@dirrm lib/${MOZILLA}/ipc/modules
diff -r 897cae45be39 -r 20e5801b1374 mail/thunderbird/distinfo
--- a/mail/thunderbird/distinfo Sun Jul 24 00:55:43 2005 +0000
+++ b/mail/thunderbird/distinfo Sun Jul 24 02:58:33 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.14 2005/03/25 14:43:46 taya Exp $
+$NetBSD: distinfo,v 1.15 2005/07/24 02:58:33 taya Exp $
-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 (thunderbird-1.0.6-source.tar.bz2) = 3edb2b98ceda5cb4cbd107757b629587f1a57069
+RMD160 (thunderbird-1.0.6-source.tar.bz2) = 121bd34f1f8a75efb206515b5acaf4c633b2cc6f
+Size (thunderbird-1.0.6-source.tar.bz2) = 33366077 bytes
SHA1 (patch-aa) = 9225a7a2c9b4545e800008169d4d88452c85d1a9
SHA1 (patch-ab) = 77038a3dee47573782d912a928327d046c6d3c7f
SHA1 (patch-ac) = 32aa4b92eea19aca07077a292cb759d074026642
Home |
Main Index |
Thread Index |
Old Index