diff options
author | taya <taya@pkgsrc.org> | 2005-02-27 13:20:43 +0000 |
---|---|---|
committer | taya <taya@pkgsrc.org> | 2005-02-27 13:20:43 +0000 |
commit | 7628fd3c33d74789365ace97114819241f20c4a0 (patch) | |
tree | 2858b39ff6203305905a798902155852b4fbceb3 /www/firefox/Makefile-firefox.common | |
parent | 33f2b69c6dbd9b17bc2de2f41b766bd548bfb3dc (diff) | |
download | pkgsrc-7628fd3c33d74789365ace97114819241f20c4a0.tar.gz |
Update firefox to 1.0.1.
And switched to use gtk2.
Changes from release notes:
* Improved stability
* International Domain Names are now displayed as punycode.
(To show International Domain Names in Unicode, set the
"network.IDN_show_punycode" preference to false.)
* Several security fixes.
MFSA 2005-29 Internationalized Domain Name (IDN) homograph spoofing
MFSA 2005-28 Unsafe /tmp/plugtmp directory exploitable to erase user's files
MFSA 2005-27 Plugins can be used to load privileged content
MFSA 2005-26 Cross-site scripting by dropping javascript: link on tab
MFSA 2005-25 Image drag and drop executable spoofing
MFSA 2005-24 HTTP auth prompt tab spoofing
MFSA 2005-23 Download dialog source spoofing
MFSA 2005-22 Download dialog spoofing using Content-Disposition header
MFSA 2005-21 Overwrite arbitrary files downloading .lnk twice
MFSA 2005-20 XSLT can include stylesheets from arbitrary hosts
MFSA 2005-19 Autocomplete data leak
MFSA 2005-18 Memory overwrite in string library
MFSA 2005-17 Install source spoofing with user:pass@host
MFSA 2005-16 Spoofing download and security dialogs with overlapping windows
MFSA 2005-15 Heap overflow possible in UTF8 to Unicode conversion
MFSA 2005-14 SSL "secure site" indicator spoofing
MFSA 2005-13 Window Injection Spoofing
Diffstat (limited to 'www/firefox/Makefile-firefox.common')
-rw-r--r-- | www/firefox/Makefile-firefox.common | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/firefox/Makefile-firefox.common b/www/firefox/Makefile-firefox.common index a14e0c938d3..5a63da798a2 100644 --- a/www/firefox/Makefile-firefox.common +++ b/www/firefox/Makefile-firefox.common @@ -1,8 +1,7 @@ -# $NetBSD: Makefile-firefox.common,v 1.10 2004/12/03 16:45:54 taya Exp $ +# $NetBSD: Makefile-firefox.common,v 1.11 2005/02/27 13:20:43 taya Exp $ MOZILLA_BIN= firefox-bin -MOZ_VER= 1.0 -PKGREVISION= 2 +MOZ_VER= 1.0.1 EXTRACT_SUFX= .tar.bz2 DISTNAME= firefox-${MOZ_VER}-source |