head 1.4;
access;
symbols
pkgsrc-2020Q1:1.3.0.6
pkgsrc-2020Q1-base:1.3
pkgsrc-2019Q4:1.3.0.28
pkgsrc-2019Q4-base:1.3
pkgsrc-2019Q3:1.3.0.24
pkgsrc-2019Q3-base:1.3
pkgsrc-2019Q2:1.3.0.22
pkgsrc-2019Q2-base:1.3
pkgsrc-2019Q1:1.3.0.20
pkgsrc-2019Q1-base:1.3
pkgsrc-2018Q4:1.3.0.18
pkgsrc-2018Q4-base:1.3
pkgsrc-2018Q3:1.3.0.16
pkgsrc-2018Q3-base:1.3
pkgsrc-2018Q2:1.3.0.14
pkgsrc-2018Q2-base:1.3
pkgsrc-2018Q1:1.3.0.12
pkgsrc-2018Q1-base:1.3
pkgsrc-2017Q4:1.3.0.10
pkgsrc-2017Q4-base:1.3
pkgsrc-2017Q3:1.3.0.8
pkgsrc-2017Q3-base:1.3
pkgsrc-2017Q2:1.3.0.4
pkgsrc-2017Q2-base:1.3
pkgsrc-2017Q1:1.3.0.2
pkgsrc-2017Q1-base:1.3
pkgsrc-2016Q4:1.2.0.16
pkgsrc-2016Q4-base:1.2
pkgsrc-2016Q3:1.2.0.14
pkgsrc-2016Q3-base:1.2
pkgsrc-2016Q2:1.2.0.12
pkgsrc-2016Q2-base:1.2
pkgsrc-2016Q1:1.2.0.10
pkgsrc-2016Q1-base:1.2
pkgsrc-2015Q4:1.2.0.8
pkgsrc-2015Q4-base:1.2
pkgsrc-2015Q3:1.2.0.6
pkgsrc-2015Q3-base:1.2
pkgsrc-2015Q2:1.2.0.4
pkgsrc-2015Q2-base:1.2
pkgsrc-2015Q1:1.2.0.2
pkgsrc-2015Q1-base:1.2
pkgsrc-2014Q4:1.1.0.6
pkgsrc-2014Q4-base:1.1
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.4
date 2020.05.06.14.34.53; author ryoon; state dead;
branches;
next 1.3;
commitid AlOTfiLltbeFMb7C;
1.3
date 2017.01.01.16.14.07; author ryoon; state Exp;
branches;
next 1.2;
commitid CdW2yhHz1uP1AhAz;
1.2
date 2015.02.15.02.11.03; author ryoon; state Exp;
branches;
next 1.1;
commitid X0qR9yjTCtQWX2ay;
1.1
date 2014.06.22.08.54.39; author ryoon; state Exp;
branches;
next ;
commitid PZNghMi9oWIHQuFx;
desc
@@
1.4
log
@seamonkey: Update to 2.53.2
Changelog:
SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1:
Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following:
* {
-GtkScrollbar-has-backward-stepper: 1;
-GtkScrollbar-has-forward-stepper: 1;
}
The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation.
SeaMonkey is now translated and available in Finnish and Georgian.
Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog.
Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false.
Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane.
In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows.
The column picker and folder view have been reinstated for the bookmarks panel.
Introduced the ability to close all tabs to the right of the current tab.
Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane.
Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions.
SeaMonkey now prevents address books from having duplicate names.
SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5:
The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes.
Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade.
The layout panel was added to the CSS Grid tools.
TLS 1.3 is the default SSL version now.
The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed.
SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance".
SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
@
text
@$NetBSD: patch-mozilla_build_gyp.mozbuild,v 1.3 2017/01/01 16:14:07 ryoon Exp $
--- mozilla/build/gyp.mozbuild.orig 2016-12-14 02:09:42.000000000 +0000
+++ mozilla/build/gyp.mozbuild
@@@@ -14,6 +14,7 @@@@ gyp_vars = {
'have_ethtool_cmd_speed_hi': 1 if CONFIG['MOZ_WEBRTC_HAVE_ETHTOOL_SPEED_HI'] else 0,
'include_alsa_audio': 1 if CONFIG['MOZ_ALSA'] else 0,
'include_pulse_audio': 1 if CONFIG['MOZ_PULSEAUDIO'] else 0,
+ 'use_libv4l2': 1 if CONFIG['MOZ_LIBV4L2_LIBS'] else 0,
# basic stuff for everything
'include_internal_video_render': 0,
'clang_use_chrome_plugins': 0,
@
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
@d1 1
a1 1
$NetBSD: patch-mozilla_build_gyp.mozbuild,v 1.2 2015/02/15 02:11:03 ryoon Exp $
@
1.2
log
@Update to 2.32.1
Changelog:
What's New in SeaMonkey 2.32.1
Mostly regression fixes, including:
MailNews feeds not updating
Selected profile in Profile Manager not remembered
Opening a bookmark folder in tabs on Linux
Troubleshooting Information (about:support) with the Modern theme
What's New in SeaMonkey 2.32
SeaMonkey 2.32 contains the following major changes relative to SeaMonkey 2.31:
SeaMonkey-specific changes
The Spell Check dialog is now resizable.
Generational Garbage Collection has been enabled.
Mozilla platform changes
Improved handling of dynamic styling changes to increase responsiveness.
Implemented HTTP Public Key Pinning Extension (for enhanced authentication of encrypted connections).
Reduced resource usage for scaled images.
Also see Firefox 35 for Developers.
Fixed several stability issue
Fixed in SeaMonkey 2.32
2015-09 XrayWrapper bypass through DOM objects
2015-08 Delegated OCSP responder certificates failure with id-pkix-ocsp-nocheck extension
2015-06 Read-after-free in WebRTC
2015-05 Read of uninitialized memory in Web Audio
2015-04 Cookie injection through Proxy Authenticate responses
2015-03 sendBeacon requests lack an Origin header
2015-02 Uninitialized memory use during bitmap rendering
2015-01 Miscellaneous memory safety hazards (rv:35.0 / rv:31.4)
@
text
@d1 1
a1 1
$NetBSD: patch-mozilla_build_gyp.mozbuild,v 1.1 2014/06/22 08:54:39 ryoon Exp $
d3 1
a3 1
--- mozilla/build/gyp.mozbuild.orig 2015-02-05 04:39:22.000000000 +0000
d5 1
a5 1
@@@@ -12,6 +12,7 @@@@ gyp_vars = {
a12 21
@@@@ -85,7 +86,7 @@@@ flavors = {
'WINNT': 'win',
'Android': 'linux' if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk' else 'android',
'Linux': 'linux',
- 'Darwin': 'mac' if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa' else 'ios',
+ 'Darwin': 'ios' if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cairo-uikit' else 'mac',
'SunOS': 'solaris',
'GNU/kFreeBSD': 'freebsd',
'DragonFly': 'dragonfly',
@@@@ -120,5 +121,11 @@@@ if CONFIG['INTEL_ARCHITECTURE']:
if not CONFIG['HAVE_TOOLCHAIN_SUPPORT_MSSSE3'] or not CONFIG['HAVE_TOOLCHAIN_SUPPORT_MSSE4_1']:
gyp_vars['yuv_disable_asm'] = 1
+# MacOS X SDK version should be able to configure with ./configure
+# --enable-macos-target=VER
+if CONFIG['MACOSX_DEPLOYMENT_TARGET']:
+ gyp_vars['mac_sdk_min'] = CONFIG['MACOSX_DEPLOYMENT_TARGET']
+ gyp_vars['mac_deployment_target'] = CONFIG['MACOSX_DEPLOYMENT_TARGET']
+
if CONFIG['MACOS_SDK_DIR']:
gyp_vars['mac_sdk_path'] = CONFIG['MACOS_SDK_DIR']
@
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/build/gyp.mozbuild.orig 2014-06-13 00:46:03.000000000 +0000
d5 1
a5 1
@@@@ -11,6 +11,7 @@@@ gyp_vars = {
d13 21
@