head 1.15;
access;
symbols
pkgsrc-2014Q3:1.14.0.6
pkgsrc-2014Q3-base:1.14
pkgsrc-2014Q2:1.14.0.4
pkgsrc-2014Q2-base:1.14
pkgsrc-2014Q1:1.14.0.2
pkgsrc-2014Q1-base:1.14
pkgsrc-2013Q4:1.13.0.4
pkgsrc-2013Q4-base:1.13
pkgsrc-2013Q3:1.13.0.2
pkgsrc-2013Q3-base:1.13
pkgsrc-2013Q2:1.10.0.2
pkgsrc-2013Q2-base:1.10
pkgsrc-2013Q1:1.9.0.2
pkgsrc-2013Q1-base:1.9
pkgsrc-2012Q4:1.7.0.2
pkgsrc-2012Q4-base:1.7
pkgsrc-2012Q3:1.6.0.2
pkgsrc-2012Q3-base:1.6
pkgsrc-2012Q2:1.5.0.2
pkgsrc-2012Q2-base:1.5
pkgsrc-2012Q1:1.4.0.2
pkgsrc-2012Q1-base:1.4
pkgsrc-2011Q4:1.2.0.4
pkgsrc-2011Q4-base:1.2
pkgsrc-2011Q3:1.2.0.2
pkgsrc-2011Q3-base:1.2
pkgsrc-2011Q2:1.1.0.12
pkgsrc-2011Q2-base:1.1
pkgsrc-2011Q1:1.1.0.10
pkgsrc-2011Q1-base:1.1
pkgsrc-2010Q4:1.1.0.8
pkgsrc-2010Q4-base:1.1
pkgsrc-2010Q3:1.1.0.6
pkgsrc-2010Q3-base:1.1
pkgsrc-2010Q2:1.1.0.4
pkgsrc-2010Q2-base:1.1
pkgsrc-2010Q1:1.1.0.2
pkgsrc-2010Q1-base:1.1;
locks; strict;
comment @# @;
1.15
date 2014.11.02.05.40.31; author ryoon; state dead;
branches;
next 1.14;
commitid NE5EWeAimDmUuzWx;
1.14
date 2014.03.30.04.13.17; author ryoon; state Exp;
branches;
next 1.13;
commitid tLBJBro5DZzzZFux;
1.13
date 2013.09.28.14.37.05; author ryoon; state Exp;
branches;
next 1.12;
commitid RJpfztu2N6Kgkd7x;
1.12
date 2013.08.11.03.18.46; author ryoon; state Exp;
branches;
next 1.11;
commitid GDZSqlFAfPtd7Z0x;
1.11
date 2013.07.12.12.24.10; author ryoon; state Exp;
branches;
next 1.10;
commitid QpgwIje676s86bXw;
1.10
date 2013.05.23.13.25.30; author ryoon; state Exp;
branches;
next 1.9;
commitid B2zASeC5iDep2LQw;
1.9
date 2013.02.23.23.54.03; author ryoon; state Exp;
branches;
next 1.8;
1.8
date 2013.01.07.21.55.30; author ryoon; state Exp;
branches;
next 1.7;
1.7
date 2012.11.23.17.28.49; author ryoon; state Exp;
branches;
next 1.6;
1.6
date 2012.09.06.12.08.51; author ryoon; state Exp;
branches;
next 1.5;
1.5
date 2012.04.28.22.48.06; author ryoon; state Exp;
branches;
next 1.4;
1.4
date 2012.03.19.10.35.59; author ryoon; state Exp;
branches;
next 1.3;
1.3
date 2012.03.10.03.26.05; author ryoon; state Exp;
branches;
next 1.2;
1.2
date 2011.07.11.20.46.36; author tnn; state Exp;
branches;
next 1.1;
1.1
date 2010.03.16.10.59.10; author tnn; state Exp;
branches;
next ;
desc
@@
1.15
log
@Update to 2.30
* Update enigmail to 1.7.2
Changelog:
* SeaMonkey specific changes are not available.
* Use xul engine from Firefox 33.
@
text
@$NetBSD: patch-mb,v 1.14 2014/03/30 04:13:17 ryoon Exp $
--- mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig 2014-03-19 01:42:18.000000000 +0000
+++ mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in
@@@@ -83,6 +83,39 @@@@ endif
# SPARC
######################################################################
#
+# Linux/SPARC
+#
+ifeq ($(OS_ARCH),Linux)
+ifneq (,$(findstring sparc,$(OS_TEST)))
+ASFILES := xptcinvoke_asm_sparc_linux_GCC3.s xptcstubs_asm_sparc_solaris.s
+endif
+endif
+#
+# NetBSD/SPARC
+#
+ifeq ($(OS_ARCH)$(OS_TEST),NetBSDsparc)
+ASFILES := xptcinvoke_asm_sparc_netbsd.s xptcstubs_asm_sparc_netbsd.s
+endif
+#
+# OpenBSD/SPARC
+#
+ifeq ($(OS_ARCH)$(OS_TEST),OpenBSDsparc)
+ASFILES := xptcinvoke_asm_sparc_openbsd.s xptcstubs_asm_sparc_openbsd.s
+endif
+#
+# OpenBSD/SPARC64
+#
+ifneq (,$(filter OpenBSDsparc64 FreeBSDsparc64,$(OS_ARCH)$(OS_TEST)))
+ASFILES := xptcinvoke_asm_sparc64_openbsd.s xptcstubs_asm_sparc64_openbsd.s
+endif
+#
+# NetBSD/SPARC64
+#
+ifeq ($(OS_ARCH)$(OS_TEST),NetBSDsparc64)
+CPPSRCS := xptcinvoke_sparc64_netbsd.cpp xptcstubs_sparc64_openbsd.cpp
+ASFILES := xptcinvoke_asm_sparc64_openbsd.s xptcstubs_asm_sparc64_netbsd.s
+endif
+#
# Solaris/SPARC
#
ifeq ($(OS_ARCH),SunOS)
@
1.14
log
@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.
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)
@
text
@d1 1
a1 1
$NetBSD: patch-mb,v 1.13 2013/09/28 14:37:05 ryoon Exp $
@
1.13
log
@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)
@
text
@d1 1
a1 1
$NetBSD: patch-mb,v 1.12 2013/08/11 03:18:46 ryoon Exp $
d3 1
a3 1
--- mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig 2013-09-16 18:27:02.000000000 +0000
d5 3
a7 12
@@@@ -183,7 +183,7 @@@@ endif
#
# NetBSD/PPC
#
-ifneq (,$(filter NetBSDmacppc NetBSDbebox NetBSDofppc NetBSDprep NetBSDamigappc,$(OS_ARCH)$(OS_TEST)))
+ifeq ($(OS_ARCH)$(OS_TEST),NetBSDpowerpc)
ASFILES := xptcinvoke_asm_ppc_netbsd.s xptcstubs_asm_ppc_netbsd.s
endif
@@@@ -235,6 +235,13 @@@@ ifneq (,$(filter OpenBSDsparc64 FreeBSDs
ASFILES := xptcinvoke_asm_sparc64_openbsd.s xptcstubs_asm_sparc64_openbsd.s
endif
d9 26
@
1.12
log
@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 form control.
Added unprefixed requestAnimationFrame.
Dropped blink effect from CSS rule text-decoration:blink and completely removed