diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-01-02 04:26:21 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-01-02 04:26:21 +0000 |
commit | 07db20b557f96232ed53ba814ce3e0e7f3dd1683 (patch) | |
tree | 20e39035cfc1356c7883829723d95fd0669df4c5 /www/seamonkey/Makefile | |
parent | 824e2e6787bcd5abd6fc80a9d036f043a812b49d (diff) | |
download | pkgsrc-07db20b557f96232ed53ba814ce3e0e7f3dd1683.tar.gz |
Update to 2.31
Changelog:
# What's New in SeaMonkey 2.31
SeaMonkey 2.31 contains the following major changes relative to SeaMonkey 2.30:
## SeaMonkey-specific changes
Text zoom is now available in Composer.
GStreamer and PulseAudio support has been re-enabled on Linux.
## Mozilla platform changes
Support for H264 (MP4) is now built in on Mac OS X Snow Leopard (10.6) and newer through native APIs.
HTTP/2 (draft14) and ALPN have been implemented.
Added ability to recover from a locked process in the "SeaMonkey is already running" dialog on Windows.
Added ECDH support for WebCrypto.
The console.table function has been added to the Error Console.
CSS transitions start correctly now when started at the same time as changes to display, position, overflow, and similar properties.
Also see Firefox 34 for Developers.
Fixed several stability issues.
# Security fixes
Fixed in SeaMonkey 2.31
2014-91 Privileged access to security wrapped protected objects
2014-89 Bad casting from the BasicThebesLayer to BasicContainerLayer
2014-88 Buffer overflow while parsing media content
2014-87 Use-after-free during HTML5 parsing
2014-86 CSP leaks redirect data via violation reports
2014-85 XMLHttpRequest crashes with some input streams
2014-84 XBL bindings accessible via improper CSS declarations
2014-83 Miscellaneous memory safety hazards (rv:34.0 / rv:31.3)
Diffstat (limited to 'www/seamonkey/Makefile')
-rw-r--r-- | www/seamonkey/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 77c3cbfc474..379f889ce12 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.123 2014/11/06 13:56:32 ryoon Exp $ +# $NetBSD: Makefile,v 1.124 2015/01/02 04:26:21 ryoon Exp $ DISTNAME= # empty PKGNAME= seamonkey-${SM_VER:S/b/beta/} -PKGREVISION= 1 -SM_VER= 2.30 +SM_VER= 2.31 #LIGHTNINGVER= 1.9 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA:=seamonkey/releases/${SM_VER}/source/} |