Commit graph

15 commits

Author SHA1 Message Date
ryoon
64ffeadfa4 Update to 2.17
* I will check the build on NetBSD 5.2 later...

Changelog:
    Continued performance improvements around common browser tasks (page loads, downloads, shutdown, etc.).
    Continued implementation of draft ECMAScript 6 (clear() and Math.imul).
    <canvas> now supports blend modes.
    Various <audio> and <video> improvements have been implemented.
    The Details button on the Crash Reporter has been fixed (bug 793972).
    Fixed several stability issues.

Fixed in SeaMonkey 2.17
MFSA 2013-40 Out-of-bounds array read in CERT_DecodeCertPackage
MFSA 2013-39 Memory corruption while rendering grayscale PNG images
MFSA 2013-38 Cross-site scripting (XSS) using timed history navigations
MFSA 2013-37 Bypass of tab-modal dialog origin disclosure
MFSA 2013-36 Bypass of SOW protections allows cloning of protected nodes
MFSA 2013-35 WebGL crash with Mesa graphics driver on Linux
MFSA 2013-34 Privilege escalation through Mozilla Updater
MFSA 2013-31 Out-of-bounds write in Cairo library
MFSA 2013-30 Miscellaneous memory safety hazards (rv:20.0 / rv:17.0.5)
Fixed in SeaMonkey 2.16.1
MFSA 2013-29 Use-after-free in HTML Editor
2013-04-07 20:23:48 +00:00
ryoon
dbc497a111 Update to 2.16
* enigmail is broken

Changelog:
SeaMonkey-specific changes
    Reply to List is now supported.
    SSL-related warning prompts (leaving or entering a secure site, viewing mixed content) have been replaced by less intrusive, non-modal notification bars.
    See the changes page for minor changes.

Mozilla platform changes
    Image quality has been improved through a new HTML scaling algorithm.
    Canvas elements can export their content as an image blob using canvas.toBlob() now.
    CSS @page is now supported.
    CSS viewport-percentage length units have been implemented (vh, vw, vmin and vmax).
    CSS text-transform now supports full-width.
    Fixed several stability issues.

Fixed in SeaMonkey 2.16
MFSA 2013-28 Use-after-free, out of bounds read, and buffer overflow issues found using Address Sanitizer
MFSA 2013-27 Phishing on HTTPS connection through malicious proxy
MFSA 2013-26 Use-after-free in nsImageLoadingContent
MFSA 2013-25 Privacy leak in JavaScript Workers
MFSA 2013-24 Web content bypass of COW and SOW security wrappers
MFSA 2013-23 Wrapped WebIDL objects can be wrapped again
MFSA 2013-22 Out-of-bounds read in image rendering
MFSA 2013-21 Miscellaneous memory safety hazards (rv:19.0 / rv:17.0.3)
2013-02-23 23:54:02 +00:00
ryoon
18128db2dd * Fix enigmail runtime error
** Add NetBSD and DragonFly uname etc.
* Readd enigmail distfile
2012-04-04 20:05:09 +00:00
joerg
9bb0d96ea9 Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
tnn
3d5213f155 Add RCS ids 2009-04-21 16:40:13 +00:00
tnn
037559b791 - Raise the process' limit for open file descriptors to 256.
This avoids font rendering problems with firefox3 on NetBSD 4.x.
- Remove setting of LD_LIBRARY_PATH in the startup script. The run path
  is set in the binaries, and that's where problems should be fixed.
2009-04-21 15:16:39 +00:00
abs
97df00a91a Unify all the mozilla projects into using a single Makefile.common and
INSTALL, and put it in seamonkey.
Ensure all build with USE_DESTDIR.
Bump PKGREVISIONs
2009-03-18 00:08:39 +00:00
tnn
4db24ad46e add ${JEMALLOC} to PLIST substitution 2008-12-17 19:37:40 +00:00
tnn
92211acf58 Add support for a new PLIST block, INCLUDE-SDK, used for installing
SDK headers shipped with Firefox 3.x.
2008-05-19 16:32:43 +00:00
dmcmahill
e31abb208c Dynamically generate the part of the PLIST for libfreebl. This is because
the exact names of the freebl libraries depends on the platform and they
have a habit of changing even on minor releases.  This causes these mozilla
packages to be broken quite a lot on platforms other than NetBSD/i386.
Hopefully this fix will last longer than previous ones.  pkgrevision bumps
all around.
2007-03-07 21:32:53 +00:00
dmcmahill
e150b2832a Add missing NOT_SUNOSLIB to the install script. Should address the install
problems reported in PR pkg/35550.
2007-02-05 13:48:30 +00:00
dmcmahill
8d3e192df1 Get these mozilla clients to work on Solaris-2.9/sparc. There were
two issues.  The PLIST was incorrect and since the PLIST is used by
the "moz-install" script, anything missing from the PLIST is never
installed even when building from source.  When libfreebl* were not
installed it caused the clients to fail to load the security component
and fail with "The browser failed to load its security component".

The second issue is that many installations of solaris-2.9 include
various glib/gtk/gnome libraries in /usr/lib.  This causes failures
because the pkgsrc ones were used at link time and the /usr/lib ones
at run time.  Work around this by setting a LD_LIBRARY_PATH that includes
the pkgsrc lib directory first.

pkgrevision bumps all around.
2007-02-04 00:15:48 +00:00
joerg
0cb8140a00 Create the directory before trying to write into it... 2006-11-03 13:44:12 +00:00
joerg
8df039bdce DESTDIR support for Firefox 2. 2006-11-03 07:53:05 +00:00
salo
5d60b45b4a Install pkg-config files so the gecko engine can be used by other
applications, bump PKGREVISION.

Sync files with www/mozilla and allow seamonkey to satisfy gecko
dependency.
2006-09-24 16:21:33 +00:00