head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.4 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.2 pkgsrc-2012Q4-base:1.6 pkgsrc-2012Q3:1.5.0.2 pkgsrc-2012Q3-base:1.5 pkgsrc-2012Q2:1.4.0.2 pkgsrc-2012Q2-base:1.4 pkgsrc-2012Q1:1.3.0.2 pkgsrc-2012Q1-base:1.3 pkgsrc-2011Q4:1.1.0.16 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.14 pkgsrc-2011Q3-base:1.1 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.6 date 2012.10.12.18.32.35; author ryoon; state dead; branches; next 1.5; 1.5 date 2012.09.06.12.08.51; author ryoon; state Exp; branches; next 1.4; 1.4 date 2012.04.28.22.48.06; author ryoon; state Exp; branches; next 1.3; 1.3 date 2012.03.19.10.35.58; author ryoon; state Exp; branches; next 1.2; 1.2 date 2012.03.10.03.26.05; author ryoon; state Exp; branches; next 1.1; 1.1 date 2010.03.16.10.59.10; author tnn; state Exp; branches; next ; desc @@ 1.6 log @Update to 2.13 * Update enigmail to 1.4.5 * Update Mozilla Lightning to 1.8 Changelog: SeaMonkey-specific changes None. Mozilla platform changes JavaScript responsiveness has been improved through incremental garbage collection. CSS3 Animations, Transitions, Transforms and Gradients have been unprefixed. MD5 is no longer supported as a hash algorithm in digital signatures. The Opus codec is now support by default. The reverse CSS3 animation direction has been implemented. Per tab reporting is now available in about:memory. Fixed several stability issues. @ text @$NetBSD: patch-ma,v 1.5 2012/09/06 12:08:51 ryoon Exp $ --- mozilla/config/autoconf.mk.in.orig 2012-08-27 04:49:04.000000000 +0000 +++ mozilla/config/autoconf.mk.in @@@@ -37,14 +37,14 @@@@ MOZ_PKG_SPECIAL = @@MOZ_PKG_SPECIAL@@ prefix = @@prefix@@ exec_prefix = @@exec_prefix@@ bindir = @@bindir@@ -includedir = @@includedir@@/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) +includedir = @@includedir@@/$(MOZILLA_PKG_NAME) libdir = @@libdir@@ datadir = @@datadir@@ mandir = @@mandir@@ -idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) +idldir = @@datadir@@/idl/$(MOZILLA_PKG_NAME) -installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) -sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION) +installdir = $(libdir)/$(MOZILLA_PKG_NAME) +sdkdir = $(libdir)/$(MOZILLA_PKG_NAME)-sdk DIST = $(DEPTH)/dist LIBXUL_SDK = @@LIBXUL_SDK@@ @ 1.5 log @Update to 2.12 * 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) @ text @d1 1 a1 1 $NetBSD: patch-ma,v 1.4 2012/04/28 22:48:06 ryoon Exp $ @ 1.4 log @Update to 2.9 * 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. @ text @d1 1 a1 1 $NetBSD: patch-ma,v 1.3 2012/03/19 10:35:58 ryoon Exp $ d3 1 a3 1 --- mozilla/config/autoconf.mk.in.orig 2012-04-23 06:27:25.000000000 +0000 d5 1 a5 1 @@@@ -68,14 +68,14 @@@@ MOZ_PKG_SPECIAL = @@MOZ_PKG_SPECIAL@@ @ 1.3 log @Update to 2.8 * Based on xulrunner-11.0 * Patches are almost as same as mail/thunderbird Changelog: See http://www.seamonkey-project.org/releases/seamonkey2.8/ etc. @ text @d1 1 a1 1 $NetBSD: patch-ma,v 1.2 2012/03/10 03:26:05 ryoon Exp $ d3 1 a3 1 --- mozilla/config/autoconf.mk.in.orig 2012-03-13 05:32:20.000000000 +0000 d5 1 a5 1 @@@@ -66,14 +66,14 @@@@ MOZ_PKG_SPECIAL = @@MOZ_PKG_SPECIAL@@ @ 1.2 log @Update to 2.7.2 * Many new features. * Security bugfixes. * See http://www.seamonkey-project.org/releases/seamonkey2.7/ @ text @d1 1 a1 1 $NetBSD: patch-ma,v 1.1 2010/03/16 10:59:10 tnn Exp $ d3 1 a3 1 --- mozilla/config/autoconf.mk.in.orig 2012-02-16 14:08:41.000000000 +0000 d5 1 a5 1 @@@@ -62,14 +62,14 @@@@ MOZ_PKG_SPECIAL = @@MOZ_PKG_SPECIAL@@ @ 1.1 log @clone comm-1.9.1 patch set from devel/xulrunner into mail/thunderbird and www/seamonkey so devel/xulrunner can move forward to 1.9.2. @ text @d1 1 a1 1 $NetBSD: patch-ma,v 1.1.1.1 2009/08/05 02:59:48 tnn Exp $ d3 1 a3 1 --- mozilla/config/autoconf.mk.in.orig 2009-06-29 18:14:41.000000000 +0200 d5 1 a5 1 @@@@ -57,14 +57,14 @@@@ MOZ_PKG_SPECIAL = @@MOZ_PKG_SPECIAL@@ @