diff options
author | ghen <ghen> | 2007-02-25 00:43:23 +0000 |
---|---|---|
committer | ghen <ghen> | 2007-02-25 00:43:23 +0000 |
commit | 82465d92b95a04058af60f79a21e952b375e1c76 (patch) | |
tree | 9cb2e6a9678502a7202e8ef33885e3e3f2d2d3a6 /www/firefox/patches/patch-ax | |
parent | dfaab1feec66940f811685a37a89443f56004614 (diff) | |
download | pkgsrc-82465d92b95a04058af60f79a21e952b375e1c76.tar.gz |
Update firefox, firefox-bin and firefox-gtk1 to 1.5.0.10. Fixed in this version:
Fixed in Firefox 1.5.0.10
MFSA 2007-07 Embedded nulls in location.hostname confuse same-domain checks
MFSA 2007-06 Mozilla Network Security Services (NSS) SSLv2 buffer overflow
MFSA 2007-05 XSS and local file access by opening blocked popups
MFSA 2007-04 Spoofing using custom cursor and CSS3 hotspot
MFSA 2007-03 Information disclosure through cache collisions
MFSA 2007-02 Improvements to help protect against Cross-Site Scripting attacks
MFSA 2007-01 Crashes with evidence of memory corruption (rv:1.8.0.10/1.8.1.2)
For more info, see http://www.mozilla.com/en-US/firefox/releases/1.5.0.10.html
Diffstat (limited to 'www/firefox/patches/patch-ax')
-rw-r--r-- | www/firefox/patches/patch-ax | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/www/firefox/patches/patch-ax b/www/firefox/patches/patch-ax index 0efd5869071..6e865f5e4b3 100644 --- a/www/firefox/patches/patch-ax +++ b/www/firefox/patches/patch-ax @@ -1,11 +1,10 @@ -$NetBSD: patch-ax,v 1.4 2005/12/10 13:47:22 taya Exp $ +$NetBSD: patch-ax,v 1.5 2007/02/25 00:43:23 ghen Exp $ -diff -ruN ../Orig/mozilla/security/coreconf/SunOS5.mk ./security/coreconf/SunOS5.mk ---- ../Orig/mozilla/security/coreconf/SunOS5.mk 2004-10-11 11:15:42.000000000 +0900 -+++ ./security/coreconf/SunOS5.mk 2005-12-04 19:09:09.000000000 +0900 -@@ -182,6 +182,10 @@ - DSO_LDOPTS += -G -h $(notdir $@) +--- ./security/coreconf/SunOS5.mk.orig 2006-04-25 03:32:16.000000000 +0200 ++++ ./security/coreconf/SunOS5.mk +@@ -176,6 +176,10 @@ endif endif + DSO_LDOPTS += -z combreloc -z defs -z ignore +ifdef LIBRUNPATH +DSO_LDOPTS += -R$(LIBRUNPATH) |