head 1.3;
access;
symbols
pkgsrc-2016Q4:1.2.0.18
pkgsrc-2016Q4-base:1.2
pkgsrc-2016Q3:1.2.0.16
pkgsrc-2016Q3-base:1.2
pkgsrc-2016Q2:1.2.0.14
pkgsrc-2016Q2-base:1.2
pkgsrc-2016Q1:1.2.0.12
pkgsrc-2016Q1-base:1.2
pkgsrc-2015Q4:1.2.0.10
pkgsrc-2015Q4-base:1.2
pkgsrc-2015Q3:1.2.0.8
pkgsrc-2015Q3-base:1.2
pkgsrc-2015Q2:1.2.0.6
pkgsrc-2015Q2-base:1.2
pkgsrc-2015Q1:1.2.0.4
pkgsrc-2015Q1-base:1.2
pkgsrc-2014Q4:1.2.0.2
pkgsrc-2014Q4-base:1.2
pkgsrc-2014Q3:1.1.0.4
pkgsrc-2014Q3-base:1.1
pkgsrc-2014Q2:1.1.0.2
pkgsrc-2014Q2-base:1.1;
locks; strict;
comment @# @;
1.3
date 2017.01.01.16.14.08; author ryoon; state dead;
branches;
next 1.2;
commitid CdW2yhHz1uP1AhAz;
1.2
date 2014.11.02.05.40.31; author ryoon; state Exp;
branches;
next 1.1;
commitid NE5EWeAimDmUuzWx;
1.1
date 2014.06.22.08.54.39; author ryoon; state Exp;
branches;
next ;
commitid PZNghMi9oWIHQuFx;
desc
@@
1.3
log
@Update to 2.46
Changelog:
What's New in SeaMonkey 2.46
SeaMonkey 2.46 contains (among other changes) the following major changes relative to SeaMonkey 2.40:
SeaMonkey-specific changes
HTML5 fullscreen video (e.g. on YouTube) now works fine.
@
text
@$NetBSD: patch-mozilla_webapprt_moz.build,v 1.2 2014/11/02 05:40:31 ryoon Exp $
--- mozilla/webapprt/moz.build.orig 2014-10-14 06:36:45.000000000 +0000
+++ mozilla/webapprt/moz.build
@@@@ -6,7 +6,7 @@@@
if CONFIG['OS_ARCH'] == 'WINNT':
DIRS += ['win']
-elif CONFIG['OS_ARCH'] == 'Darwin':
+elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
DIRS += ['mac']
elif CONFIG['MOZ_ENABLE_GTK']:
DIRS += ['gtk']
@
1.2
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
@d1 1
a1 1
$NetBSD: patch-mozilla_webapprt_moz.build,v 1.1 2014/06/22 08:54:39 ryoon Exp $
@
1.1
log
@Update to 2.26.1
Changelog:
SeaMonkey-specific changes
The delimiter for forwarded messages can now be configured.
An option to not strip signatures on reply has been added to prevent top signatures from deleting the body.
Add to Searchbar (search-engine autodiscovery) was implemented.
The location bar tooltip now shows the complete current URL in case it is displayed only partially.
See the changes page for a more complete overview.
Mozilla platform changes
The Gamepad API has been finalized and enabled (learn more).
navigator.plugins is no longer enumerable, for user privacy.
ECMAScript Internationalization API has been enabled.
'box-sizing' (dropping the -moz- prefix) has been implemented.
SharedWorker is now enabled by default.
CSS3 variables have been implemented.
Console object is now available in Web Workers.
Promises have been enabled by default.
has been implemented and enabled.
has been implemented and enabled.
Fixed several stability issues.
Fixed in SeaMonkey 2.26.1
MFSA 2014-54 Buffer overflow in Gamepad API
MFSA 2014-53 Buffer overflow in Web Audio Speex resampler
MFSA 2014-52 Use-after-free with SMIL Animation Controller
MFSA 2014-51 Use-after-free in Event Listener Manager
MFSA 2014-49 Use-after-free and out of bounds issues found using Address Sanitizer
MFSA 2014-48 Miscellaneous memory safety hazards (rv:30.0 / rv:24.6)
Fixed in SeaMonkey 2.26
MFSA 2014-47 Debugger can bypass XrayWrappers with JavaScript
MFSA 2014-46 Use-after-free in nsHostResolve
MFSA 2014-45 Incorrect IDNA domain name matching for wildcard certificates
MFSA 2014-44 Use-after-free in imgLoader while resizing images
MFSA 2014-43 Cross-site scripting (XSS) using history navigations
MFSA 2014-42 Privilege escalation through Web Notification API
MFSA 2014-41 Out-of-bounds write in Cairo
MFSA 2014-39 Use-after-free in the Text Track Manager for HTML video
MFSA 2014-38 Buffer overflow when using non-XBL object as XBL
MFSA 2014-37 Out of bounds read while decoding JPG images
MFSA 2014-36 Web Audio memory corruption issues
MFSA 2014-34 Miscellaneous memory safety hazards (rv:29.0 / rv:24.5)
@
text
@d1 1
a1 1
$NetBSD$
d3 1
a3 1
--- mozilla/webapprt/moz.build.orig 2014-06-13 00:46:13.000000000 +0000
d12 2
a13 9
elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gtk2':
DIRS += ['gtk2']
@@@@ -45,4 +45,4 @@@@ if CONFIG['MOZILLA_OFFICIAL']:
DEFINES['GRE_MILESTONE'] = CONFIG['GRE_MILESTONE']
DEFINES['MOZ_APP_BASENAME'] = CONFIG['MOZ_APP_BASENAME']
-JAR_MANIFESTS += ['jar.mn']
\ No newline at end of file
+JAR_MANIFESTS += ['jar.mn']
@