diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-09-06 12:08:50 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-09-06 12:08:50 +0000 |
commit | b39190ba4cb82692a651c9bb50b6c2084edc9dd1 (patch) | |
tree | df2006c379778028c1badfa17c2096231017bb4c /www/seamonkey/patches/patch-mi | |
parent | 7d890f0b75eeecaf49645a757930580f0f787faf (diff) | |
download | pkgsrc-b39190ba4cb82692a651c9bb50b6c2084edc9dd1.tar.gz |
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)
Diffstat (limited to 'www/seamonkey/patches/patch-mi')
-rw-r--r-- | www/seamonkey/patches/patch-mi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/seamonkey/patches/patch-mi b/www/seamonkey/patches/patch-mi index 53a19f559f3..e00c0038372 100644 --- a/www/seamonkey/patches/patch-mi +++ b/www/seamonkey/patches/patch-mi @@ -1,10 +1,10 @@ -$NetBSD: patch-mi,v 1.4 2012/04/28 22:48:06 ryoon Exp $ +$NetBSD: patch-mi,v 1.5 2012/09/06 12:08:51 ryoon Exp $ Add DragonFly support. ---- mozilla/config/config.mk.orig 2012-04-23 06:27:25.000000000 +0000 +--- mozilla/config/config.mk.orig 2012-08-27 04:49:04.000000000 +0000 +++ mozilla/config/config.mk -@@ -129,7 +129,7 @@ endif +@@ -97,7 +97,7 @@ endif # but save the version to allow multiple versions of the same base # platform to be built in the same tree. # |