-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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)
- Loading branch information
Showing
135 changed files
with
1,074 additions
and
1,494 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# $NetBSD: Makefile,v 1.74 2012/07/19 17:33:28 ryoon Exp $ | ||
# $NetBSD: Makefile,v 1.75 2012/09/06 12:08:50 ryoon Exp $ | ||
# | ||
|
||
DISTNAME= # empty | ||
PKGNAME= seamonkey-${SM_VER} | ||
SM_VER= 2.11 | ||
SM_VER= 2.12 | ||
CATEGORIES= www | ||
MASTER_SITES= ${MASTER_SITE_MOZILLA:=seamonkey/releases/${SM_VER}/source/} \ | ||
${MASTER_SITE_MOZILLA_ALL:=seamonkey/releases/${SM_VER}/source/} | ||
DISTFILES= seamonkey-${SM_VER}.source.tar.bz2 \ | ||
lightning-1.6.source.tar.bz2 | ||
SITES.lightning-1.6.source.tar.bz2= ${MASTER_SITE_MOZILLA:=calendar/lightning/releases/1.6/source/} | ||
EXTRACT_DIR.lightning-1.6.source.tar.bz2= ${WRKSRC}/lightning | ||
lightning-1.7.source.tar.bz2 | ||
SITES.lightning-1.7.source.tar.bz2= ${MASTER_SITE_MOZILLA:=calendar/lightning/releases/1.7/source/} | ||
EXTRACT_DIR.lightning-1.7.source.tar.bz2= ${WRKSRC}/lightning | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= http://www.seamonkey-project.org/ | ||
|
@@ -41,8 +41,8 @@ BUILD_DEPENDS+= yasm>=1.1.0:../../devel/yasm | |
|
||
post-extract: | ||
cd ${WRKSRC} && ${RM} -r calendar | ||
${CP} -r ${EXTRACT_DIR.lightning-1.6.source.tar.bz2}/comm-beta/calendar ${WRKSRC} | ||
${RM} -r ${EXTRACT_DIR.lightning-1.6.source.tar.bz2} | ||
${CP} -r ${EXTRACT_DIR.lightning-1.7.source.tar.bz2}/comm-beta/calendar ${WRKSRC} | ||
${RM} -r ${EXTRACT_DIR.lightning-1.7.source.tar.bz2} | ||
|
||
pre-configure: | ||
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoconf | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.