pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www Update firefox & firefox-gtk1 to 1.0.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b4e1f1d23332
branches:  trunk
changeset: 496870:b4e1f1d23332
user:      taya <taya%pkgsrc.org@localhost>
date:      Thu Jul 14 16:38:41 2005 +0000

description:
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:

 www/firefox-gtk1/PLIST              |  5 +++--
 www/firefox/Makefile-firefox.common |  4 ++--
 www/firefox/PLIST                   |  5 +++--
 www/firefox/distinfo                |  8 ++++----
 4 files changed, 12 insertions(+), 10 deletions(-)

diffs (95 lines):

diff -r 70c14cf607b6 -r b4e1f1d23332 www/firefox-gtk1/PLIST
--- a/www/firefox-gtk1/PLIST    Thu Jul 14 14:59:10 2005 +0000
+++ b/www/firefox-gtk1/PLIST    Thu Jul 14 16:38:41 2005 +0000
@@ -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/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/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/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 -r 70c14cf607b6 -r b4e1f1d23332 www/firefox/Makefile-firefox.common
--- a/www/firefox/Makefile-firefox.common       Thu Jul 14 14:59:10 2005 +0000
+++ b/www/firefox/Makefile-firefox.common       Thu Jul 14 16:38:41 2005 +0000
@@ -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 -r 70c14cf607b6 -r b4e1f1d23332 www/firefox/PLIST
--- a/www/firefox/PLIST Thu Jul 14 14:59:10 2005 +0000
+++ b/www/firefox/PLIST Thu Jul 14 16:38:41 2005 +0000
@@ -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/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/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/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 -r 70c14cf607b6 -r b4e1f1d23332 www/firefox/distinfo
--- a/www/firefox/distinfo      Thu Jul 14 14:59:10 2005 +0000
+++ b/www/firefox/distinfo      Thu Jul 14 16:38:41 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index