diff options
author | ghen <ghen@pkgsrc.org> | 2007-02-25 00:43:23 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2007-02-25 00:43:23 +0000 |
commit | 33f3cc2b6757886b8da56f97caab8f2bd4c1caf6 (patch) | |
tree | 9cb2e6a9678502a7202e8ef33885e3e3f2d2d3a6 /www/firefox/PLIST | |
parent | 235c249d432bd8400bd7dd0d474d0b56896a4d1f (diff) | |
download | pkgsrc-33f3cc2b6757886b8da56f97caab8f2bd4c1caf6.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/PLIST')
-rw-r--r-- | www/firefox/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/firefox/PLIST b/www/firefox/PLIST index 2ea857e9d84..f5f0b9d78ee 100644 --- a/www/firefox/PLIST +++ b/www/firefox/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.23 2007/02/04 00:15:49 dmcmahill Exp $ +@comment $NetBSD: PLIST,v 1.24 2007/02/25 00:43:23 ghen Exp $ bin/${MOZILLA} @comment begin PROGRAMS lib/${MOZILLA}/${MOZILLA_BIN} @@ -70,6 +70,7 @@ lib/${MOZILLA}/components/libxpcom_compat_c.${SO_SUFFIX} lib/${MOZILLA}/components/libxpconnect.${SO_SUFFIX} lib/${MOZILLA}/components/libxpinstall.${SO_SUFFIX} lib/${MOZILLA}/extensions/inspector@mozilla.org/components/libinspector.${SO_SUFFIX} +lib/${MOZILLA}/libfreebl3.${SO_SUFFIX} lib/${MOZILLA}/libgfxpsshar.${SO_SUFFIX} lib/${MOZILLA}/libgkgfx.${SO_SUFFIX} lib/${MOZILLA}/libgtkembedmoz.${SO_SUFFIX} @@ -298,6 +299,7 @@ lib/${MOZILLA}/icons/mozicon128.png lib/${MOZILLA}/icons/mozicon16.xpm lib/${MOZILLA}/icons/mozicon50.xpm lib/${MOZILLA}/init.d/README +lib/${MOZILLA}/libfreebl3.chk ${SUNOSLIB}lib/${MOZILLA}/libfreebl_hybrid_3.chk ${SUNOSLIB}lib/${MOZILLA}/libfreebl_pure32_3.chk lib/${MOZILLA}/libsoftokn3.chk @@ -2449,8 +2451,6 @@ include/${MOZILLA}/nss/ssl.h include/${MOZILLA}/nss/sslerr.h include/${MOZILLA}/nss/sslproto.h include/${MOZILLA}/nss/sslt.h -include/${MOZILLA}/nss/swfort.h -include/${MOZILLA}/nss/swfortt.h include/${MOZILLA}/nss/watcomfx.h @comment end INCLUDE-PUBLIC @exec env LD_LIBRARY_PATH=%D/lib/${MOZILLA}:%D/lib MOZILLA_FIVE_HOME=%D/lib/${MOZILLA} %D/lib/${MOZILLA}/regxpcom |