diff options
author | taya <taya@pkgsrc.org> | 2005-07-24 02:58:33 +0000 |
---|---|---|
committer | taya <taya@pkgsrc.org> | 2005-07-24 02:58:33 +0000 |
commit | 581da2a397832e77994dca2c3d3fa214ac9fecbe (patch) | |
tree | 9765e4d515de5ca47b870fc6e73318e48e3b9383 /mail/thunderbird | |
parent | 98cbd5dbc1376bea9046bcdd1da7614c22a9b3a6 (diff) | |
download | pkgsrc-581da2a397832e77994dca2c3d3fa214ac9fecbe.tar.gz |
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 (limited to 'mail/thunderbird')
-rw-r--r-- | mail/thunderbird/Makefile-thunderbird.common | 4 | ||||
-rw-r--r-- | mail/thunderbird/PLIST | 6 | ||||
-rw-r--r-- | mail/thunderbird/distinfo | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/mail/thunderbird/Makefile-thunderbird.common b/mail/thunderbird/Makefile-thunderbird.common index 695f7ff7bf1..0c4efb6dcf2 100644 --- a/mail/thunderbird/Makefile-thunderbird.common +++ b/mail/thunderbird/Makefile-thunderbird.common @@ -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 --git a/mail/thunderbird/PLIST b/mail/thunderbird/PLIST index dac3ad6517c..1acf63e6075 100644 --- a/mail/thunderbird/PLIST +++ b/mail/thunderbird/PLIST @@ -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/arrow.gif 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/mathfontPUA.properties 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/nsIDOMMutationListener.h 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 @@ include/${MOZILLA}/zlib/zlib.h @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 --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo index 7dd30c6475c..fa3eab1e581 100644 --- a/mail/thunderbird/distinfo +++ b/mail/thunderbird/distinfo @@ -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 |