summaryrefslogtreecommitdiff
path: root/www/firefox
AgeCommit message (Collapse)AuthorFilesLines
2009-10-11- allow firefox and xulrunner to share some infrastructuretnn11-264/+8
- install headers for plugin and liveconnect (needed by openjdk7-icedtea-plugin) - bump revision for both packages
2009-10-09s/Shiretoko/Browser/tnn1-2/+2
2009-09-23- when official branding is not enabled, just call it "Browser".tnn5-3/+34
- set the default start page to something more sensible. - Bump PKGREVISION
2009-09-22Send firefox3 on it's way to the happy hunting ground.tnn1-32/+0
2009-09-18Fix typo.ghen1-2/+2
2009-09-17fix potentially troublesome shell variable expansion in patchtnn2-4/+4
2009-09-16Build firefox against external runtime components from devel/xulrunner.tnn53-4761/+71
Bump PKGREVISION.
2009-09-10In qcmstypes.h, don't redefine standard types line uintptr_t, uint32_ttnn2-5/+15
and friends. Include <stdint.h> instead. Might fix PR pkg/42033.
2009-09-10Update to firefox-3.5.3. Bugfix and security release.tnn3-13/+12
MFSA 2009-51 Chrome privilege escalation with FeedWriter MFSA 2009-50 Location bar spoofing via tall line-height Unicode characters MFSA 2009-49 TreeColumns dangling pointer vulnerability MFSA 2009-47 Crashes with evidence of memory corruption (rv:1.9.1.3/1.9.0.14)
2009-09-01Fix an alignement problem in qcms/iccread.cmartin2-1/+39
2009-09-01Fix patch-nb on Linux by pulling in <stdint.h> before using uint64_t. Thisdsainty2-4/+7
only affects platforms that would not previously complete building, so no PKGREVISION++ required.
2009-08-30libgnome is also needed for the gnome option to do anything.markd2-2/+4
2009-08-29Upon giving this some more thought, I think the gnome option is bettertnn1-2/+1
left disabled by default. Correct me if I'm wrong but it feels like most pkgsrc users don't use gnome. If someone can comment on the benefits of these dependencies in the GNOME environment, speak up.
2009-08-29PLIST fix for previoustnn2-3/+6
2009-08-29Add a "gnome" option which toggles gnome-vfs (and dbus) support.tnn2-6/+13
Enable this by default. Bump revision.
2009-08-26New bugs reported upstream - add referencesmartin4-10/+13
2009-08-26Fix very obvious alignment issuemartin3-1/+53
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+2
2009-08-23The aggregate allocator for JSScripts did not care about alignment at all -martin2-1/+123
make it deal properly at least on 64 bit archs (natural alignment seems to fit for all substructures for 32bit archs)
2009-08-09remove stale PLIST entrytnn1-2/+1
2009-08-09add mozilla-jit optiontnn1-4/+16
2009-08-08needs ALSA libraries on Linux for ogg playbacktnn1-2/+5
2009-08-06guess we need a bl3.mk after all to build browser pluginstnn1-0/+13
2009-08-05fix commenttnn1-2/+2
2009-08-05resurrect file still needed by www/firefox3tnn1-0/+32
2009-08-05merge pkgsrc-20090805tnn22-0/+2807
2009-08-05Import firefox-3.5.2 as www/firefox. from pkgsrc-wip.tnn32-0/+2218
Firefox 3.5 is based on the Gecko 1.9.1 rendering platform. Firefox 3.5 offers many changes over the previous version, supporting new web technologies, improving performance and ease of use. Some of the notable features are: * Support for the HTML5 <video> and <audio> elements * Improved tools for controlling your private data * Better web application performance using the new TraceMonkey JavaScript engine * The ability to share your location with websites using Location Aware Browsing * Support for native JSON, and web worker threads. * Improvements to the Gecko layout engine, including speculative parsing for faster content rendering. * Support for new web technologies such as: downloadable fonts, CSS media queries, new transformations and properties, JavaScript query selectors, HTML5 local storage and offline application storage, <canvas> text, ICC profiles, and SVG transforms.
2009-08-05Remove firefox 2.x. Firefox 3.5 branch will be imported in this location.tnn75-5698/+0
(I opted for removing and re-importing instead of a plain update due to extensive patch rototil) We may encounter minor turbulence as dependent packages are sorted out. Thank you for flying pkgsrc-current.
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-160/+1
2009-05-02Don't try to link against libc_r on DragonFly.hasso2-10/+20
2009-04-07Make Mozilla products build on DragonFly master.hasso2-7/+27
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-18Unify all the mozilla projects into using a single Makefile.common andabs4-266/+11
INSTALL, and put it in seamonkey. Ensure all build with USE_DESTDIR. Bump PKGREVISIONs
2009-02-18Strip out -fomit-frame-pointer if passed in cflagsabs1-1/+4
2008-12-17Update firefox, firefox-bin and firefox-gtk1 to 2.0.0.19.ghen2-6/+6
Security fixes in this version: MFSA 2008-69 XSS vulnerabilities in SessionStore MFSA 2008-68 XSS and JavaScript privilege escalation MFSA 2008-67 Escaped null characters ignored by CSS parser MFSA 2008-66 Errors parsing URLs with leading whitespace and control characters MFSA 2008-65 Cross-domain data theft via script redirect error message MFSA 2008-64 XMLHttpRequest 302 response disclosure MFSA 2008-62 Additional XSS attack vectors in feed preview MFSA 2008-61 Information stealing via loadBindingDocument MFSA 2008-60 Crashes with evidence of memory corruption (rv:1.9.0.5/1.8.1.19) For more info, see http://www.mozilla.com/en-US/firefox/2.0.0.19/releasenotes/
2008-11-13Update firefox, firefox-bin and firefox-gtk1 to 2.0.0.18.ghen2-6/+6
Security fixes in this version: MFSA 2008-58 Parsing error in E4X default namespace MFSA 2008-57 -moz-binding property bypasses security checks on codebase principals MFSA 2008-56 nsXMLHttpRequest::NotifyEventListeners() same-origin violation MFSA 2008-55 Crash and remote code execution in nsFrameManager MFSA 2008-54 Buffer overflow in http-index-format parser MFSA 2008-53 XSS and JavaScript privilege escalation via session restore MFSA 2008-52 Crashes with evidence of memory corruption (rv:1.9.0.4/1.8.1.18) MFSA 2008-50 Crash and remote code execution via __proto__ tampering MFSA 2008-49 Arbitrary code execution via Flash Player dynamic module unloading MFSA 2008-48 Image stealing via canvas and HTTP redirect MFSA 2008-47 Information stealing via local shortcut files For more info, see http://www.mozilla.com/en-US/firefox/2.0.0.18/releasenotes/
2008-09-24Update firefox, firefox-bin and firefox-gtk1 to 2.0.0.17.ghen4-9/+9
(ok during freeze agc@) Security fixes in this version: MFSA 2008-45 XBM image uninitialized memory reading MFSA 2008-44 resource: traversal vulnerabilities MFSA 2008-43 BOM characters stripped from JavaScript before execution MFSA 2008-42 Crashes with evidence of memory corruption (rv:1.9.0.2/1.8.1.17) MFSA 2008-41 Privilege escalation via XPCnativeWrapper pollution MFSA 2008-40 Forced mouse drag MFSA 2008-39 Privilege escalation using feed preview page and XSS flaw MFSA 2008-38 nsXMLDocument::OnChannelRedirect() same-origin violation MFSA 2008-37 UTF-8 URL stack buffer overflow For more info, see http://www.mozilla.com/en-US/firefox/2.0.0.17/releasenotes/
2008-08-11Add "unicode" processing alignment patch from mozilla's bugzilla to makemartin5-2/+179
firefox work again on archs requiring strict alignement. Bump pkgrevision.
2008-07-16Update firefox, firefox-bin and firefox-gtk1 to 2.0.0.16.ghen3-8/+7
Security fixes in this version: MFSA 2008-35 Command-line URLs launch multiple tabs when Firefox not running MFSA 2008-34 Remote code execution by overflowing CSS reference counter For more info, see http://www.mozilla.com/en-US/firefox/2.0.0.16/releasenotes/
2008-07-06Fix build on DragonFly, from PR pkg/39096.ghen3-1/+29
2008-07-02Update firefox, firefox-bin and firefox-gtk1 to 2.0.0.15.ghen6-35/+22
Part of patch-af has been fixed upstream. Security fixes in this version: MFSA 2008-33 Crash and remote code execution in block reflow MFSA 2008-32 Remote site run as local file via Windows URL shortcut MFSA 2008-31 Peer-trusted certs can use alt names to spoof MFSA 2008-30 File location URL in directory listings not escaped properly MFSA 2008-29 Faulty .properties file results in uninitialized memory being used MFSA 2008-28 Arbitrary socket connections with Java LiveConnect on Mac OS X MFSA 2008-27 Arbitrary file upload via originalTarget and DOM Range MFSA 2008-25 Arbitrary code execution in mozIJSSubScriptLoader.loadSubScript() MFSA 2008-24 Chrome script loading from fastload file MFSA 2008-23 Signed JAR tampering MFSA 2008-22 XSS through JavaScript same-origin violation MFSA 2008-21 Crashes with evidence of memory corruption (rv:1.8.1.15) For more info, see http://www.mozilla.com/en-US/firefox/2.0.0.15/releasenotes/
2008-05-31tie down API dependency to firefox 2.xtnn1-1/+2
2008-05-19Fix assorted pkglint complaints and warns.tnn5-17/+19
2008-04-17Update firefox, firefox-bin and firefox-gtk1 to 2.0.0.14.ghen2-6/+6
Security fixes in this version: MFSA 2008-20 Crash in JavaScript garbage collector For more info, see http://www.mozilla.com/en-US/firefox/2.0.0.14/releasenotes/
2008-03-30Update firefox and firefox-gtk1 to 2.0.0.13.ghen3-19/+28
Security fixes in this version: MFSA 2008-19 XUL popup spoofing variant (cross-tab popups) MFSA 2008-18 Java socket connection to any local port via LiveConnect MFSA 2008-17 Privacy issue with SSL Client Authentication MFSA 2008-16 HTTP Referrer spoofing with malformed URLs MFSA 2008-15 Crashes with evidence of memory corruption (rv:1.8.1.13) MFSA 2008-14 JavaScript privilege escalation and arbitrary code execution For more info, see http://www.mozilla.com/en-US/firefox/2.0.0.13/releasenotes/
2008-02-08Update firefox, firefox-bin and firefox-gtk1 to 2.0.0.12.ghen2-6/+6
Security fixes in this version: MFSA 2008-11 Web forgery overwrite with div overlay MFSA 2008-10 URL token stealing via stylesheet redirect MFSA 2008-09 Mishandling of locally-saved plain text files MFSA 2008-08 File action dialog tampering MFSA 2008-06 Web browsing history and forward navigation stealing MFSA 2008-05 Directory traversal via chrome: URI MFSA 2008-04 Stored password corruption MFSA 2008-03 Privilege escalation, XSS, Remote Code Execution MFSA 2008-02 Multiple file input focus stealing vulnerabilities MFSA 2008-01 Crashes with evidence of memory corruption (rv:1.8.1.12) For more info, see http://www.mozilla.com/en-US/firefox/2.0.0.12/releasenotes/
2008-02-08Fix more cases of non-chainable PKGSRC_COMPILER tests.tnn1-2/+2
2007-12-22Change MOZILLA master sites difinitions, related to PR 37379.obache1-5/+2
There are three types Mozilla mirrors. (http://www.mozilla.org/mirroring.html) * mozilla-current contains only the current version of Firefox and Thunderbird * mozilla-release contains Firefox, Thunderbird, and Sunbird releases * mozilla-all complete archive Define following variables for mozilla master sites: MASTER_SITE_MOZILLA_ALL = mozilla-all MASTER_SITE_MOZILLA = mozilla-release and change some packages to use appropriate variable. Update contents of MASTER_SITE_MOZILLA with master and primary mirrors taken from http://www.mozilla.org/mirrors.html and add some sample definitions.
2007-12-01Update firefox, firefox-bin and firefox-gtk1 to 2.0.0.11.ghen2-6/+6
This update fixes a bug introduced by the 2.0.0.10 update in the <canvas> feature that affected some web pages and extensions. For more info, see http://www.mozilla.com/en-US/firefox/2.0.0.11/releasenotes/
2007-11-28Update firefox, firefox-bin and firefox-gtk1 to 2.0.0.10.ghen2-6/+6
Security fixes in this version: MFSA 2007-39 Referer-spoofing via window.location race condition MFSA 2007-38 Memory corruption vulnerabilities (rv:1.8.1.10) MFSA 2007-37 jar: URI scheme XSS hazard For more info, see http://www.mozilla.com/en-US/firefox/2.0.0.10/releasenotes/