diff options
author | taya <taya> | 2005-07-14 16:38:41 +0000 |
---|---|---|
committer | taya <taya> | 2005-07-14 16:38:41 +0000 |
commit | 4af3e9726f0232489a5d0a98412f7f4571173278 (patch) | |
tree | d1acaf82ba26cb8960c6dd0f78d3389ca7ffdfdd /www | |
parent | d756066e2b12c752929affa17c9c97d82b1a8666 (diff) | |
download | pkgsrc-4af3e9726f0232489a5d0a98412f7f4571173278.tar.gz |
Update firefox & firefox-gtk1 to 1.0.5.
Firefox 1.0.5 is a security update.
Fixed vulnerabilities are:
2005-56 Code execution through shared function objects
MFSA 2005-55 XHTML node spoofing
MFSA 2005-54 Javascript prompt origin spoofing
MFSA 2005-53 Standalone applications can run arbitrary code through the browser
MFSA 2005-52 Same origin violation: frame calling top.focus()
MFSA 2005-51 The return of frame-injection spoofing
MFSA 2005-50 Possibly exploitable crash in InstallVersion.compareTo()
MFSA 2005-49 Script injection from Firefox sidebar panel using data:
MFSA 2005-48 Same-origin violation with InstallTrigger callback
MFSA 2005-47 Code execution via "Set as Wallpaper"
MFSA 2005-46 XBL scripts ran even when Javascript disabled
MFSA 2005-45 Content-generated event vulnerabilities
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-gtk1/PLIST | 5 | ||||
-rw-r--r-- | www/firefox/Makefile-firefox.common | 4 | ||||
-rw-r--r-- | www/firefox/PLIST | 5 | ||||
-rw-r--r-- | www/firefox/distinfo | 8 |
4 files changed, 12 insertions, 10 deletions
diff --git a/www/firefox-gtk1/PLIST b/www/firefox-gtk1/PLIST index f11b919805e..b4de04a881d 100644 --- a/www/firefox-gtk1/PLIST +++ b/www/firefox-gtk1/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2005/04/15 12:44:30 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2005/07/14 16:38:42 taya Exp $ bin/${MOZILLA} @comment begin PROGRAMS lib/${MOZILLA}/${MOZILLA_BIN} @@ -280,7 +280,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 @@ -303,6 +302,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 @@ -858,6 +858,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 diff --git a/www/firefox/Makefile-firefox.common b/www/firefox/Makefile-firefox.common index 1c700dd468c..3f49c4ef5ad 100644 --- a/www/firefox/Makefile-firefox.common +++ b/www/firefox/Makefile-firefox.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile-firefox.common,v 1.18 2005/05/14 15:27:10 taya Exp $ +# $NetBSD: Makefile-firefox.common,v 1.19 2005/07/14 16:38:41 taya Exp $ MOZILLA_BIN= firefox-bin -MOZ_VER= 1.0.4 +MOZ_VER= 1.0.5 EXTRACT_SUFX= .tar.bz2 DISTNAME= firefox-${MOZ_VER}-source diff --git a/www/firefox/PLIST b/www/firefox/PLIST index 5121282e70b..518892a1101 100644 --- a/www/firefox/PLIST +++ b/www/firefox/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2005/05/14 15:27:10 taya Exp $ +@comment $NetBSD: PLIST,v 1.16 2005/07/14 16:38:41 taya Exp $ bin/${MOZILLA} @comment begin PROGRAMS lib/${MOZILLA}/${MOZILLA_BIN} @@ -291,7 +291,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 @@ -315,6 +314,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 @@ -878,6 +878,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 diff --git a/www/firefox/distinfo b/www/firefox/distinfo index 90ad71ab97a..b2b80965105 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.33 2005/06/22 22:05:34 martin Exp $ +$NetBSD: distinfo,v 1.34 2005/07/14 16:38:42 taya Exp $ -SHA1 (firefox-1.0.4/firefox-1.0.4-source.tar.bz2) = d030628e52e1bebe9d6515d7fab5a126a1b6b38a -RMD160 (firefox-1.0.4/firefox-1.0.4-source.tar.bz2) = 4b04740fe4615ddddd16ec296509177ab29d4edc -Size (firefox-1.0.4/firefox-1.0.4-source.tar.bz2) = 32756592 bytes +SHA1 (firefox-1.0.5/firefox-1.0.5-source.tar.bz2) = 3e37804c833db93c4889a753a217c21a7c696a12 +RMD160 (firefox-1.0.5/firefox-1.0.5-source.tar.bz2) = 1a35db45d8e167ba405e1f892042fee14cfc07c6 +Size (firefox-1.0.5/firefox-1.0.5-source.tar.bz2) = 32786987 bytes SHA1 (patch-aa) = 9225a7a2c9b4545e800008169d4d88452c85d1a9 SHA1 (patch-ab) = 0c1f2d6cca09b4dd6b168ed29d84d245967a3369 SHA1 (patch-ac) = 32aa4b92eea19aca07077a292cb759d074026642 |