head 1.8; access; symbols pkgsrc-2013Q2:1.8.0.4 pkgsrc-2013Q2-base:1.8 pkgsrc-2012Q4:1.8.0.2 pkgsrc-2012Q4-base:1.8 pkgsrc-2012Q2:1.7.0.2 pkgsrc-2012Q2-base:1.7 pkgsrc-2012Q1:1.5.0.2 pkgsrc-2012Q1-base:1.5 pkgsrc-2011Q4:1.3.0.2 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.2.0.2 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.1.0.14 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.12 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.10 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.8 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.6 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.4 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.2 pkgsrc-2009Q4-base:1.1; locks; strict; comment @# @; 1.8 date 2012.09.06.12.08.52; author ryoon; state dead; branches; next 1.7; 1.7 date 2012.06.14.11.27.34; author ryoon; state Exp; branches; next 1.6; 1.6 date 2012.04.28.22.48.07; author ryoon; state Exp; branches; next 1.5; 1.5 date 2012.03.19.10.36.01; author ryoon; state Exp; branches; next 1.4; 1.4 date 2012.03.10.03.26.07; author ryoon; state Exp; branches; next 1.3; 1.3 date 2011.11.12.16.41.43; author tnn; state Exp; branches; next 1.2; 1.2 date 2011.08.19.10.10.01; author tnn; state Exp; branches; next 1.1; 1.1 date 2009.12.16.10.11.01; author tnn; state Exp; branches; next ; desc @@ 1.8 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 @$NetBSD: patch-za,v 1.7 2012/06/14 11:27:34 ryoon Exp $ --- suite/app/Makefile.in.orig 2012-06-05 05:50:28.000000000 +0000 +++ suite/app/Makefile.in @@@@ -236,6 +236,10 @@@@ libs:: endif +ifeq ($(OS_ARCH),NetBSD) +OS_LIBS += $(call EXPAND_LIBNAME,kvm) +endif + ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT)) # Anything below the above ifdef won't be included in mac builds. So be very # careful what you add here. @ 1.7 log @Update to 2.10 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
element. The CSS turn unit is now supported. Fixed several stability issues. @ text @d1 1 a1 1 $NetBSD: patch-za,v 1.6 2012/04/28 22:48:07 ryoon Exp $ @ 1.6 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-za,v 1.5 2012/03/19 10:36:01 ryoon Exp $ d3 1 a3 1 --- suite/app/Makefile.in.orig 2012-04-23 06:20:54.000000000 +0000 d5 3 a7 3 @@@@ -82,6 +82,10 @@@@ LOCAL_INCLUDES += \ -I$(MOZILLA_SRCDIR)/xpcom/base \ $(NULL) d14 2 a15 2 LIBS += $(DIST)/bin/XUL else @ 1.5 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-za,v 1.4 2012/03/10 03:26:07 ryoon Exp $ d3 1 a3 1 --- suite/app/Makefile.in.orig 2012-03-19 00:25:52.000000000 +0000 @ 1.4 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-za,v 1.3 2011/11/12 16:41:43 tnn Exp $ d3 1 a3 1 --- suite/app/Makefile.in.orig 2012-02-16 13:59:53.000000000 +0000 d5 3 a7 3 @@@@ -92,6 +92,11 @@@@ ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT)) TK_LIBS := -framework Cocoa $(TK_LIBS) endif a10 1 +LIBS += -lossaudio d13 3 a15 3 APP_XPCOM_LIBS = $(XPCOM_GLUE_LDOPTS) LIBS += \ @ 1.3 log @Update to seamonkey-2.5b4. No major changes to seamonkey itself, the major change is that this is based on the same mozilla branch as firefox-8.0. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- suite/app/Makefile.in.orig 2011-09-28 23:11:01.000000000 +0000 d5 1 a5 1 @@@@ -91,6 +91,10 @@@@ ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT)) d10 1 @ 1.2 log @Update to SeaMonkey 2.3, based on the Firefox 6 platform. @ text @d3 1 a3 1 --- suite/app/Makefile.in.orig 2011-08-14 01:09:42.000000000 +0000 d5 2 a6 2 @@@@ -103,6 +103,10 @@@@ TK_LIBS := -framework SystemConfiguratio endif @ 1.1 log @Update to seamonkey-2.0.1. Security and bugfix release. Contains fixes for the same advisories as firefox-3.5.6. @ text @d3 1 a3 1 --- suite/app/Makefile.in.orig 2009-10-25 15:29:07.000000000 +0100 d5 1 a5 1 @@@@ -104,6 +104,10 @@@@ TK_LIBS := -framework SystemConfiguratio a12 1 ifdef MOZ_ENABLE_LIBXUL d14 2 a15 1 else @