summaryrefslogtreecommitdiff
path: root/www/firefox/buildlink3.mk
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2005-03-09 19:16:39 +0000
committersalo <salo@pkgsrc.org>2005-03-09 19:16:39 +0000
commitfea662044b54abcc5fe353073afc5e3c629e4420 (patch)
treefc32276f0265fd77c83fed99cbb5881a335d2af8 /www/firefox/buildlink3.mk
parentcadca4ed4f865518ae2e80b1521ca98fef2d950e (diff)
downloadpkgsrc-fea662044b54abcc5fe353073afc5e3c629e4420.tar.gz
Pullup ticket 339 - requested by Shin'ichiro TAYA
security fix for firefox Patch supplied by submitter, equals to: Module Name: pkgsrc Committed By: taya Date: Sun Feb 27 13:20:43 UTC 2005 Log Message: Update firefox to 1.0.1. 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/buildlink3.mk')
-rw-r--r--www/firefox/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox/buildlink3.mk b/www/firefox/buildlink3.mk
index 55a9aa7b7c7..dd6bc34efd1 100644
--- a/www/firefox/buildlink3.mk
+++ b/www/firefox/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2004/11/17 02:34:53 xtraeme Exp $
+# $NetBSD: buildlink3.mk,v 1.1.2.1 2005/03/09 19:16:39 salo Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
FIREFOX_BUILDLINK3_MK:= ${FIREFOX_BUILDLINK3_MK}+
@@ -11,7 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nfirefox}
BUILDLINK_PACKAGES+= firefox
.if !empty(FIREFOX_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.firefox+= firefox>=1.0nb1
+BUILDLINK_DEPENDS.firefox+= firefox>=1.0.1
BUILDLINK_PKGSRCDIR.firefox?= ../../www/firefox
.endif # FIREFOX_BUILDLINK3_MK