pkgsrc/www/seamonkey/patches/patch-mozilla_ipc_chromium_Makefile.in

16 lines
536 B
Text
Raw Normal View History

Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
$NetBSD: patch-mozilla_ipc_chromium_Makefile.in,v 1.11 2014/03/30 04:13:17 ryoon Exp $
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
--- mozilla/ipc/chromium/Makefile.in.orig 2014-03-19 01:41:56.000000000 +0000
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
+++ mozilla/ipc/chromium/Makefile.in
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
@@ -11,9 +11,7 @@ vpath %.c \
Update to 2.21 Changelog: SeaMonkey-specific changes Implemented an option to thread messages received by date. Allowed deletion of news posts by default. Implemented optional taskbar preview-per-tab. Added support (permission prompt) for desktop notifications. Added Isn't operator for searching by Priority. See the changes page for a more complete overview. Mozilla platform changes Support for new scrollbar style on Mac OS X 10.7 and newer. Accessibility related improvements on using pinned tabs (bug 577727). Major SVG rendering improvements around Image tiling and scaling (bug 600207). Removed support for sherlock files that are loaded from application or profile directory. Support for W3C touch events disabled (bug 888304). Fixed several stability issues. Fixed in SeaMonkey 2.21 MFSA 2013-92 GC hazard with default compartments and frame chain restoration MFSA 2013-91 User-defined properties on DOM proxies get the wrong "this" object MFSA 2013-90 Memory corruption involving scrolling MFSA 2013-89 Buffer overflow with multi-column, lists, and floats MFSA 2013-88 compartment mismatch re-attaching XBL-backed nodes MFSA 2013-85 Uninitialized data in IonMonkey MFSA 2013-83 Mozilla Updater does not lock MAR file after signature verification MFSA 2013-82 Calling scope for new Javascript objects can lead to memory corruption MFSA 2013-81 Use-after-free with select element MFSA 2013-80 NativeKey continues handling key messages after widget is destroyed MFSA 2013-79 Use-after-free in Animation Manager during stylesheet cloning MFSA 2013-78 Integer overflow in ANGLE library MFSA 2013-77 Improper state in HTML5 Tree Builder with templates MFSA 2013-76 Miscellaneous memory safety hazards (rv:24.0 / rv:17.0.9)
2013-09-28 16:37:05 +02:00
$(srcdir)/src/third_party/libevent \
$(NULL)
else # } else {
-# message_pump_libevent.cc includes third_party/libevent/event.h,
-# which we put in $(DIST), see export rule below
-LOCAL_INCLUDES += -I$(DIST)
+LOCAL_INCLUDES += $(filter %/compat, $(MOZ_LIBEVENT_CFLAGS))
endif # }
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
Update to 2.21 Changelog: SeaMonkey-specific changes Implemented an option to thread messages received by date. Allowed deletion of news posts by default. Implemented optional taskbar preview-per-tab. Added support (permission prompt) for desktop notifications. Added Isn't operator for searching by Priority. See the changes page for a more complete overview. Mozilla platform changes Support for new scrollbar style on Mac OS X 10.7 and newer. Accessibility related improvements on using pinned tabs (bug 577727). Major SVG rendering improvements around Image tiling and scaling (bug 600207). Removed support for sherlock files that are loaded from application or profile directory. Support for W3C touch events disabled (bug 888304). Fixed several stability issues. Fixed in SeaMonkey 2.21 MFSA 2013-92 GC hazard with default compartments and frame chain restoration MFSA 2013-91 User-defined properties on DOM proxies get the wrong "this" object MFSA 2013-90 Memory corruption involving scrolling MFSA 2013-89 Buffer overflow with multi-column, lists, and floats MFSA 2013-88 compartment mismatch re-attaching XBL-backed nodes MFSA 2013-85 Uninitialized data in IonMonkey MFSA 2013-83 Mozilla Updater does not lock MAR file after signature verification MFSA 2013-82 Calling scope for new Javascript objects can lead to memory corruption MFSA 2013-81 Use-after-free with select element MFSA 2013-80 NativeKey continues handling key messages after widget is destroyed MFSA 2013-79 Use-after-free in Animation Manager during stylesheet cloning MFSA 2013-78 Integer overflow in ANGLE library MFSA 2013-77 Improper state in HTML5 Tree Builder with templates MFSA 2013-76 Miscellaneous memory safety hazards (rv:24.0 / rv:17.0.9)
2013-09-28 16:37:05 +02:00
vpath %.cc \