summaryrefslogtreecommitdiff
path: root/www/firefox/patches
AgeCommit message (Collapse)AuthorFilesLines
2007-01-25fix a makefile bug related to the change in how GNU make-3.81 handles \ newlinedmcmahill1-0/+31
in single quoted strings compared to version 3.80 and older
2007-01-16Fix build problems on solaris reported in NetBSD PR/31481, PR/42905,dmcmahill1-2/+2
and PR/33583. See also https://bugzilla.mozilla.org/show_bug.cgi?id=77788 for a discussion of this.
2006-10-23thunderbird's ldap doesn't work talking to an ipv4 ldap server ifmarkd1-0/+36
talking to ipv4 addresses using ipv6 addresses isn't allowed, which is the default on NetBSD. Patch to use a v4 socket when talking to an ipv4 ldap server. Fixes my PR 33511. seamonkey/firefox/sunbird have the same code so make the same patch. OKed ghen. Bump PKGREVISION.
2006-10-19Fix crash after printing caused by trying to destroy the same charsetmarkd1-8/+16
structure multiple times. Bump PKGREVISION.
2006-10-16Fixed "test ==".seb1-0/+13
2006-07-28Fix build.uebayasi1-13/+21
(Don't bump because this must have never been built since 1.5.0.5 update.)
2006-05-04Update Firefox to 1.5.0.3, which is identical to our 1.5.0.2nb2 (except for theghen2-92/+0
advertized version), so there's no reason to upgrade. :-) Fixes a denial of service vulnerability (MFSA 2006-30).
2006-04-28Fix a memory management / refcount problem which can lead to a DOS ordrochner2-0/+92
possible code injection, affecting nested iframes. See https://bugzilla.mozilla.org/show_bug.cgi?id=334515 and http://www.securident.com/vuln/ff.txt bump PKGREVISION
2006-04-15Update to Firefox 1.5.0.2.ghen1-10/+9
Firefox 1.5.0.2 offers improved stability, and several security fixes: MFSA 2006-29 Spoofing with translucent windows (pkgsrc vulnid. 1818) MFSA 2006-28 Security check of js_ValueToFunctionObject() can be circumvented (vulnid. 1819) MFSA 2006-25 Privilege escalation through Print Preview (vulnid. 1820) MFSA 2006-24 Privilege escalation using crypto.generateCRMFRequest (vulnid. 1821) MFSA 2006-23 File stealing by changing input type (vulnid. 1822) MFSA 2006-22 CSS Letter-Spacing Heap Overflow Vulnerability (vulnid. 1823) MFSA 2006-20 Crashes with evidence of memory corruption (rv:1.8.0.2) (vulnid. 1824) For a detailed ChangeLog, see: http://www.squarefree.com/burningedge/releases/1.5.0.2.html
2006-04-13use xpcom code for linux instead of our original.taya3-396/+5
fix PR/33181.
2006-02-12Rename patch-dw and patch-dx to patch-ea and patch-eb. All other patch-d*ghen2-2/+2
patches are for DragonFly support. This makes it easier for me (and The Mozilla Foundation) to sort them out.
2006-02-05Update to Firefox 1.5.0.1, a bug fix release for Firefox 1.5.ghen3-128/+28
What's new: * Improved stability. * Improved support for Mac OS X. * International Domain Name support for Iceland (.is) is now enabled. * Fixes for several memory leaks. * Several security enhancements. For a more detailed list changes, see http://www.squarefree.com/burningedge/releases/1.5.0.1.html Ok with wiz.
2005-12-10Update firefox & firefox-gtk1 to 1.5taya63-487/+555
Including fix for long title & history file problem. http://www.mozilla.org/security/history-title.html https://bugzilla.mozilla.org/show_bug.cgi?id=319004 What's New in Firefox 1.5 Firefox 1.5 is the next version of our award-winning Web browser. Here's what's new in Firefox 1.5: * Automated update to streamline product upgrades. Notification of an update is more prominent, and updates to Firefox may now be half a megabyte or smaller. Updating extensions has also improved. * Faster browser navigation with improvements to back and forward button performance. * Drag and drop reordering for browser tabs. * Improvements to popup blocking. * Clear Private Data feature provides an easy way to quickly remove personal data through a menu item or keyboard shortcut. * Answers.com is added to the search engine list. * Improvements to product usability including descriptive error pages, redesigned options menu, RSS discovery, and "Safe Mode" experience. * Better accessibility including support for DHTML accessibility and assistive technologies such as the Window-Eyes 5.5 beta screen reader for Microsoft Windows. Screen readers read aloud all available information in applications and documents or show the information on a Braille display, enabling blind and visually impaired users to use equivalent software functionality as their sighted peers. * Report a broken Web site wizard to report Web sites that are not working in Firefox. * Better support for Mac OS X (10.2 and greater) including profile migration from Safari and Mac Internet Explorer. * New support for Web Standards including SVG, CSS 2 and CSS 3, and JavaScript 1.6. * Many security enhancements. The Burning Edge has more detailed lists of new features and notable bug fixes. http://www.squarefree.com/burningedge/releases/1.5-comprehensive.html
2005-10-12Add DragonFly support for Firefox 1.0.7.joerg23-27/+544
2005-09-22Update www/firefox and www/firefox-gtk1 to version 1.0.7. Changes fromjlam43-192/+169
version 1.0.6 include: * Fix for a potential buffer overflow vulnerability when loading a hostname with all soft-hyphens * Fix to prevent URLs passed from external programs from being parsed by the shell (Linux only) * Fix to prevent a crash when loading a Proxy Auto-Config (PAC) script that uses an "eval" statement * Fix to restore InstallTrigger.getVersion() for Extension authors * Other stability and security fixes Approved by taya.
2005-09-08Update patches for mozilla applications to handle the fact that onabs1-4/+4
NetBSD the thread safe resolver is only available on __NetBSD_Version__ >= 299000900. Fixes runtime usage on NetBSD 2.1. New Versions: - firefox-1.0.6nb2 - firefox-gtk1-1.0.6nb2 - mozilla-1.7.11nb1 - mozilla-gtk2-1.7.11nb1 - thunderbird-1.0.6nb1 - thunderbird-gtk1-1.0.6nb1
2005-07-25Use pkgsrc optimisation (CFLAGS, CXXFLAGS) = faster binary, less memory usageadam4-12/+55
2005-06-22Re-instantiate the NAN/INFINITY fixes, this time in a way that works onmartin7-0/+211
older C environments as well.
2005-06-20Back out the two last changes to the floating point code, since itkristerw7-269/+0
broke the package for NetBSD 1.6.
2005-06-16Redo the previous "double alignemnet" fix more completely. The previousmartin7-22/+254
state was completely broken.
2005-06-02Replace the homegrown floating point binary access patterns in class Doublemartin1-0/+37
by macros from math.h to avoid alignement problems described in PR pkg/30106. (Same as ../mozilla/patches/patch-cd)
2005-04-17Update firefox & firefox-gtk1 to 1.0.3.taya1-38/+0
This is a security fix release. Fixed vulnerabilities are follows: MFSA 2005-33 Javascript "lambda" replace exposes memory contents MFSA 2005-34 javascript: PLUGINSPAGE code execution MFSA 2005-35 Showing blocked javascript: popup uses wrong privilege context MFSA 2005-36 Cross-site scripting through global scope pollution MFSA 2005-37 Code execution through javascript: favicons MFSA 2005-38 Search plugin cross-site scripting MFSA 2005-39 Arbitrary code execution from Firefox sidebar panel II MFSA 2005-40 Missing Install object instance checks MFSA 2005-41 Privilege escalation via DOM property overrides
2005-04-06Add security fix to firefox & firefox-gtk1.taya1-0/+38
fixes "Mozilla Firefox JavaScript Engine Information Disclosure Vulnerability" See following pages for detail. http://secunia.com/advisories/14820/ https://bugzilla.mozilla.org/show_bug.cgi?id=288688 Bump PKGREVISION.
2004-12-04NetBSD have socklen_t.taya1-4/+11
define HAVE_SOCKLEN_T
2004-11-01Use __va_copy instead of va_copy for NetBSD. This is needed on gcc 3.4kristerw1-2/+2
since the build use -ansi that in turn makes gcc 3.4 modify its pre- defined symbols in such a way that va_copy is not defined.
2004-10-24apply patch from mozilla CVS to fix bug id #260337 (installer missinggrant2-0/+29
libnsl on Solaris), as well as another sh(1) portability fix. https://bugzilla.mozilla.org/show_bug.cgi?id=260337 no PKGREVISION bump because this didn't build on Solaris without libnsl.
2004-10-21Only include <stdbool.h> if !defined(_cplusplus) in nptypes.h.xtraeme1-0/+29
Fixes build on NetBSD/macppc and maybe others, tested by Peter Bex on 2-0/macppc and i386/-current/2-0 by me, closes PR pkg/27033.
2004-10-04commit a patch for using thread-safe resolver library functions ongrant1-6/+10
NetBSD >=2.0F - I've been running with it for months on -current without any problems.
2004-09-01copy patch for alpha from mozillataya1-0/+16
2004-08-24Forgot that one in previous commit: preprocess .s files with the C preprocessoraymeric1-8/+15
on ppc architectures
2004-08-24Make firefox compile and run on macppc. Patches copied from www/mozilla.aymeric4-15/+352
2004-08-23Remove patch for getting this to compile on netbsd-1-5.he1-18/+0
It has (probably long since) been replaced by configuration checks in firefox's configure script. The resulting source still compiles and works on netbsd-1-5 / i386.
2004-07-05- correct MESSAGEtaya1-2/+21
- add patch to fix compilation problem on NetBSD-1.6.2 - bump PKGREVISION
2004-06-23Update firefox to 0.9taya34-263/+253
Here's what's new in this release of Firefox: * New Default Theme An updated Default Theme now presents a uniform appearance across all three platforms - a new crisp, clear look for Windows users. Finetuning for GNOME will follow in future releases. * Comprehensive Data Migration Switching to Firefox has never been easier now that Firefox imports data like Favorites, History, Settings, Cookies and Passwords from Internet Explorer. Firefox can also import from Mozilla 1.x, Netscape 4.x, 6.x and 7.x, and Opera. MacOS X and Linux migrators for browsers like Safari, OmniWeb, Konqueror etc. will arrive in future releases. * Extension/Theme Manager New Extension and Theme Managers provide a convenient way to manage and update your add-ons. SmartUpdate also notifies you of updates to Firefox. * Help A new online help system is available. * Lots of bug fixes and improvements Copy Image, the ability to delete individual items from Autocomplete lists, SMB/SFTP support on GNOME via gnome-vfs, better Bookmarks, Search and many other refinements fine tune the browsing experience. For Linux/GTK2 Users * Look and Feel Updates Ongoing improvements have been made to improve the way Firefox adheres to your GTK2 themes, such as menus. * Talkback for GTK2 Help us nail down crashes by submitting talkback reports with this crash reporting tool.
2004-06-15Yes another `\n' missing in the patch giving rise to compilation errors.reinoud1-4/+4
2004-06-15Add `\n' to the assembler line so that it will assemble correctly. Thereinoud1-2/+2
assembler got confused with the floating .elseif
2004-06-02- copy amd64 support patch from www/mozillataya8-24/+580
- correct ARM architecture handling - add g++-3.0 support for xpcom module on alpha - bump PKGREVISION
2004-04-29Use ft2build.h / FT_FREETYPE_H instead of including freetype/tttables.hrecht1-0/+14
and freetype/freetype.h directly. From FreeBSD.
2004-04-29Fixed problems with the new freetype2 libraryadam7-0/+321
2004-04-24catch up to current statvfs supporttaya1-3/+3
2004-02-29Initial import of firefox-0.8, provided by Kouichirou Hiratsukaxtraeme19-0/+616
in PR pkg/24603. Mozilla Firefox is a free, open-source and cross-platform web browser for Windows, Linux, MacOS X and many other operating systems. It is small, fast and easy to use, and offers many advantages over other web browsers, such as tabbed browsing and the ability to block pop-up windows. Firefox also offers excellent bookmark and history management, and it can be extended by developers using industry standards such as XML, CSS, JavaScript, C++, etc. Many extensions are available.