summaryrefslogtreecommitdiff
path: root/www/seamonkey/patches
AgeCommit message (Collapse)AuthorFilesLines
2012-09-29Fix build on DragonFly with minimal change.ryoon1-3/+7
Thanks to Francois Tigeot for pointing it out.
2012-09-06Update to 2.12ryoon129-1243/+787
* Update Mozilla Lightning to 1.7 * Update Enigmail to 1.4.4 (functionality is not tested yet; should be updated) * Regen patches Changelog: SeaMonkey-specific changes None. Mozilla platform changes Added support for SPDY networking protocol v3. Implemented WebGL enhancements, including compressed textures for better performance. Optimized memory usage for add-ons. Implemented the CSS word-break property. Implemented high precision event timer. HTML5: Added native support for the Opus audio codec. HTML5: Added support for the source element media attribute. HTML5: Added support for the audio element and video element played attribute. Fixed several stability issues. Fixed in SeaMonkey 2.12 MFSA 2012-70 Location object security checks bypassed by chrome code MFSA 2012-69 Incorrect site SSL certificate data display MFSA 2012-68 DOMParser loads linked resources in extensions when parsing text/html MFSA 2012-65 Out-of-bounds read in format-number in XSLT MFSA 2012-64 Graphite 2 memory corruption MFSA 2012-63 SVG buffer overflow and use-after-free issues MFSA 2012-62 WebGL use-after-free and memory corruption MFSA 2012-61 Memory corruption with bitmap format images with negative height MFSA 2012-59 Location object can be shadowed using Object.defineProperty MFSA 2012-58 Use-after-free issues found using Address Sanitizer MFSA 2012-57 Miscellaneous memory safety hazards (rv:15.0/ rv:10.0.7)
2012-07-19Update to 2.11ryoon10-80/+62
* Use Lightning 1.6 release * Enigmail is not tested fully Changelog: from http://www.seamonkey-project.org/releases/seamonkey2.11/ SeaMonkey-specific changes A click-to-play option (off by default for now) has been implemented for plugins. Mozilla platform changes The Pointer Lock API has been implemented. A new API to prevent your display from sleeping is available. New text-transform and font-variant CSS improvements have been made for Turkic languages and Greek. Fixed several stability issues.
2012-06-14Update to 2.10ryoon13-43/+233
Changelog: from http://www.seamonkey-project.org/releases/seamonkey2.10/ SeaMonkey-specific changes The domain name is highlighted in the location bar by default now, configurable in Preferences. The amount of tabs to be restored concurrently can be configured in Preferences now. News username and password auth dialogs have been combined and show for which server the prompt is now. Mozilla platform changes The new minimum supported Windows version is now XP SP2, Windows 2000 support has been dropped. The SPDY protocol now enabled by default for faster browsing on supported sites The column-fill CSS property has been implemented. Experimental support for ECMAScript 6 Map and Set objects has been implemented. Support for the CSS3 background-position property extended syntax has been added. The :invalid pseudo-class can now be applied to the <form> element. The CSS turn <angle> unit is now supported. Fixed several stability issues.
2012-04-28Update to 2.9ryoon114-346/+356
* Remove unused option. * Restore jemalloc option. Changelog: * The File and Move Bookmarks dialogs are resizable now. * HTML5 videos that do not start automatically show a large play button now. * Add-ons Sync can now be configured without the Add-ons Sync Prefs add-on. * Pasting a URL from the clipboard into the Download Manager window will download it. * Plugins can be disabled for the whole suite now in addition to Mail & Newsgroups only. * View Source now has line numbers. * Line breaks are now supported in the title attribute. * Find in Page search results are scrolled into view now. * The column-fill CSS property has been implemented. * Support for the text-align-last CSS property has been added. * Experimental support for ECMAScript 6 Map and Set objects has been implemented. * Fixed several stability issues.
2012-04-02Fix build on FreeBSD 9.0.ryoon7-38/+97
* Patches are borrowed from deve/xulrunner
2012-03-23Fix build with gcc<4.5.ryoon1-0/+24
For example, fix build on DragonFly 3.0.1. See https://bugzilla.mozilla.org/show_bug.cgi?id=621446
2012-03-19Update to 2.8ryoon111-345/+318
* Based on xulrunner-11.0 * Patches are almost as same as mail/thunderbird Changelog: See http://www.seamonkey-project.org/releases/seamonkey2.8/ etc.
2012-03-15Bump PKGREVISION.ryoon2-12/+26
* buildlink to xulrunner10 * Try to fix build on DragonFly 3.0.1
2012-03-10Remove necessary backups of the patches.ryoon112-2907/+0
2012-03-10Update to 2.7.2ryoon222-327/+4561
* Many new features. * Security bugfixes. * See http://www.seamonkey-project.org/releases/seamonkey2.7/
2012-02-27Fix build failure on Linux (PR 46056)cheusov1-3/+15
2012-01-07www/seamonkey: PR#45629 (webm assy optimization for DragonFly)marino2-0/+36
These patches enable optimizations that allow video play w/o stuttering. Other i386 and x86_64 platforms need the same optimizations, so this is only a partial fix of the PR.
2011-12-23Make sure that the directory exists before writing the output from thejoerg1-0/+17
idl-parser. Fixes the race conditions seen recently.
2011-11-27Work around lack of _SC_NPROCESSORS_ONLN on some platforms (like netbsd4).tnn1-3/+15
Observed in PR pkg/45553.
2011-11-12Update to seamonkey-2.5b4.tnn8-63/+52
No major changes to seamonkey itself, the major change is that this is based on the same mozilla branch as firefox-8.0.
2011-08-21DragonFly build fix. From Rumko in private mail.tnn1-2/+2
2011-08-19patch-mf: regen to silence warningtnn1-3/+3
2011-08-19Update to SeaMonkey 2.3, based on the Firefox 6 platform.tnn8-71/+52
2011-08-01PR pkg/45192: Alex Hornung: add DragonFly support to xulrunner thread_posixtnn1-2/+2
2011-07-12Fix some dragonfly build issues.tnn2-2/+23
2011-07-12Avoid an shlibsign crash issue due to not finding libsqlite3.so.tnn1-0/+17
Hopefully fixes PR pkg/44053.
2011-07-11Update to seamonkey-2.2.tnn58-982/+647
Based on the mozilla-5.0 branch. SeaMonkey 2.2 contains the following major changes relative to SeaMonkey 2.1: Windows: Bundled extensions/add-ons are no longer optional in SeaMonkey's installer. Archive options can now be changed from the Copies & Folders Account Settings pane. Mozilla platform changes CSS Animations are now supported. Improved canvas, JavaScript, memory, and networking performance. Improved standards support for HTML5, XHR, MathML, SMIL, and canvas. Improved spell checking for some locales. WebGL content can no longer load cross-domain textures. Background tabs have setTimeout and setInterval clamped to 1000ms to improve performance.
2010-10-22Security and stability update of seamonkey to 2.0.9.tnn3-37/+10
MFSA 2010-72 Insecure Diffie-Hellman key exchange MFSA 2010-71 Unsafe library loading vulnerabilities MFSA 2010-70 SSL wildcard certificate matching IP addresses MFSA 2010-69 Cross-site information disclosure via modal calls MFSA 2010-68 XSS in gopher parser when parsing hrefs MFSA 2010-67 Dangling pointer vulnerability in LookupGetterOrSetter MFSA 2010-66 Use-after-free error in nsBarProp MFSA 2010-65 Buffer overflow and memory corruption using document.write MFSA 2010-64 Miscellaneous memory safety hazards (rv:1.9.2.11/ 1.9.1.14)
2010-09-09Update to seamonkey-2.0.7.tnn2-11/+18
* Message-ID searches on Google Groups work again * Add-ons preferences button for Lightning should work now * Security fixes: MFSA 2010-63 Information leak via XMLHttpRequest statusText MFSA 2010-62 Copy-and-paste or drag-and-drop into designMode document allows XSS MFSA 2010-61 UTF-7 XSS by overriding document charset using <object> type attribute MFSA 2010-60 XSS using SJOW scripted function MFSA 2010-58 Crash on Mac using fuzzed font in data: URL MFSA 2010-57 Crash and remote code execution in normalizeDocument MFSA 2010-56 Dangling pointer vulnerability in nsTreeContentView MFSA 2010-55 XUL tree removal crash and remote code execution MFSA 2010-54 Dangling pointer vulnerability in nsTreeSelection MFSA 2010-53 Heap buffer overflow in nsTextFrameUtils::TransformText MFSA 2010-52 Windows XP DLL loading vulnerability MFSA 2010-51 Dangling pointer vulnerability using DOM plugin array MFSA 2010-50 Frameset integer overflow vulnerability MFSA 2010-49 Miscellaneous memory safety hazards (rv:1.9.2.9/ 1.9.1.12)
2010-07-21Update to seamonkey-2.0.6tnn1-5/+5
MFSA 2010-47 Cross-origin data leakage from script filename in error messages MFSA 2010-46 Cross-domain data theft using CSS MFSA 2010-45 Multiple location bar spoofing vulnerabilities MFSA 2010-42 Cross-origin data disclosure via Web Workers and importScripts MFSA 2010-41 Remote code execution using malformed PNG image MFSA 2010-40 nsTreeSelection dangling pointer remote code execution MFSA 2010-39 nsCSSValue::Array index integer overflow MFSA 2010-37 Plugin parameter EnsureCachedAttrParamArrays remote code execution MFSA 2010-36 Use-after-free error in NodeIterator MFSA 2010-35 DOM attribute cloning remote code execution vulnerability MFSA 2010-34 Miscellaneous memory safety hazards (rv:1.9.2.7/ 1.9.1.11)
2010-07-21Fix undefined reference to re_comp/re_exec on dragonfly.tnn1-3/+16
Reported by Francois Tigeot.
2010-07-12Add upstream bug ref.tnn3-1/+4
2010-07-12Add some DragonFlyBSD fixes, contributed by Francois Tigeot.tnn3-0/+64
2010-04-26replicate the PR pkg/43146 fix for the other mozilla productstnn1-3/+15
2010-03-16clone comm-1.9.1 patch set from devel/xulrunner into mail/thunderbird andtnn65-0/+2949
www/seamonkey so devel/xulrunner can move forward to 1.9.2.
2009-12-16Update to seamonkey-2.0.1. Security and bugfix release.tnn1-0/+15
Contains fixes for the same advisories as firefox-3.5.6.
2009-11-29Update to seamonkey-2.0, from pkgsrc-wip. Hijack maintainership.tnn64-2755/+121
Many, many changes; the biggest being that it's based on firefox 3.5. For an exhaustive list of changes, see: http://www.seamonkey-project.org/releases/seamonkey2.0/changes
2009-09-15Update seamonkey, seamonkey-bin and seamonkey-gtk1 to Seamonkey 1.1.18.ghen7-64/+41
Security fixes in this version: MFSA 2009-43 Heap overflow in certificate regexp parsing MFSA 2009-42 Compromise of SSL-protected communication For more info, see http://www.seamonkey-project.org/releases/seamonkey1.1.18/
2009-05-02Don't try to link against libc_r on DragonFly.hasso1-9/+19
2009-04-07Make Mozilla products build on DragonFly master.hasso1-4/+25
2008-07-06Fix build on DragonFly, similar fix as for Firefox from PR pkg/39096.ghen2-0/+26
2008-07-05Update seamonkey, seamonkey-bin and seamonkey-gtk1 to Seamonkey 1.1.10.ghen3-23/+10
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) MFSA 2008-20 Crash in JavaScript garbage collector For more info, see http://www.seamonkey-project.org/releases/seamonkey1.1.10/
2008-05-19Fix assorted pkglint complaints and warns.tnn1-2/+2
2008-03-30Update seamonkey, seamonkey-bin and seamonkey-gtk1 to Seamonkey 1.1.9.ghen1-12/+21
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.seamonkey-project.org/releases/seamonkey1.1.9/
2007-10-22Update seamonkey, seamonkey-bin and seamonkey-gtk1 to SeaMonkey 1.1.5.ghen1-8/+8
Security fixes in this version: MFSA 2007-36 URIs with invalid %-encoding mishandled by Windows MFSA 2007-35 XPCNativeWrapper pollution using Script object MFSA 2007-34 Possible file stealing through sftp protocol MFSA 2007-33 XUL pages can hide the window titlebar MFSA 2007-32 File input focus stealing vulnerability MFSA 2007-31 Browser digest authentication request splitting MFSA 2007-30 onUnload Tailgating MFSA 2007-29 Crashes with evidence of memory corruption (rv:1.8.1.8) MFSA 2007-28 Code execution via QuickTime Media-link files For more info, see http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.1.5/
2007-07-26Update seamonkey, seamonkey-bin and seamonkey-gtk1 to Seamonkey 1.1.3.ghen1-2/+2
Security fixes in this version: MFSA 2007-25 XPCNativeWrapper pollution MFSA 2007-24 Unauthorized access to wyciwyg:// documents MFSA 2007-23 Remote code execution by launching Firefox from Internet Explorer MFSA 2007-22 File type confusion due to %00 in name MFSA 2007-21 Privilege escalation using an event handler attached to an element not in the document MFSA 2007-20 Frame spoofing while window is loading MFSA 2007-19 XSS using addEventListener and setTimeout MFSA 2007-18 Crashes with evidence of memory corruption For more info, see http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.1.3/
2007-05-31Update seamonkey, seamonkey-bin and seamonkey-gtk1 to Seamonkey 1.1.2.ghen1-11/+11
Security fixes in this version: MFSA 2007-17 XUL Popup Spoofing MFSA 2007-16 XSS using addEventListener MFSA 2007-15 Security Vulnerability in APOP Authentication MFSA 2007-14 Path Abuse in Cookies MFSA 2007-12 Crashes with evidence of memory corruption For the complete changelog, see http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.1.2/changelog.html
2007-04-15Fixed the build on Solaris. The same fix is already in patch-ab fromrillig1-2/+2
www/firefox.
2007-01-30Sync patches with Firefox2: Don't use thread testing on NetBSD andjoerg3-0/+57
DragonFly, fix the build on DragonFly.
2007-01-20Update seamonkey, seamonkey-bin and seamonkey-gtk1 to the Seamonkey 1.1ghen4-57/+21
release. The calendar component has been removed from Seamonkey in favour of Sunbird (time/sunbird) and Lightning, see http://www.mozilla.org/projects/calendar/ New features and fixes in this version: General * ChatZilla has been updated to a newer version (Bug 324439) * When launching SeaMonkey, already-running instances are detected (Bug 122698) Browser * Spelling is checked when writing in textareas (Bug 302050 and bug 338318) * A warning page is now shown before displaying about:config (Bug 339720) * Tooltips from web pages can now be multiple lines, either due to automatic text wrapping or explicit newlines added to the text value (Bug 356900) * When you visit a secure site, the URL bar changes color to turns make security status more visible (Bug 335113) * When using keyword URLs, it is no longer necessary to type "keyword:" (typing "keyword:" will no longer work). Just type the keyword name (Bug 337339) * You can now drop URLs and bookmarks between existing tabs, which will result in a new tab being created where you dropped the URL (Bug 324591) * When hovering on a tab, the tooltip now displays a preview of the tab's contents (Bug 315207) * The search sidebar now behaves better (Bug 252802) * The bookmarks menu and personal toolbar folder overflow menu now have context menus (Bug 50504) Mail & Newsgroups * Message labelling has been superceded by tagging, which provides much more than the original 5 labels and comes with new preferences (Bug 342560 and others) * The preferences for junk mail have been reorganized, and can now be set on a per-account basis (Bug 335846) * Improved phishing detection (Bug 326082 and others) * New mail notification has been improved (Bug 327613, 305384, and others) Address Book * It is now possible to move or copy cards between address books. Cards can only be copied to mailing lists, so you need to use ctrl key while dragging to copy the card to the mailing list. When dragging cards between address books, the default action is move, use ctrl to copy instead. (Bug 35837) For the complete changelog, see http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.1/changelog.html
2006-11-23Revert previous commit, it was not intended.ghen4-18/+68
I copied the www/seamonkey package to pkgsrc-wip and upgraded it to seamonkey-1.1.beta, and intended to import it in pkgsrc-wip, not here.
2006-11-22Resolve conflicts. I should have cvs add'ed this instead of cvs import'ing, asghen4-68/+18
wip/seamonkey has already existed in pkgsrc-wip.
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-20Fixed "test ==".rillig1-0/+13