diff options
author | ryoon <ryoon@pkgsrc.org> | 2014-03-21 01:43:40 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2014-03-21 01:43:40 +0000 |
commit | 36fa61d50ffb04d70ca64bbc504074847706146e (patch) | |
tree | cb6786044ccba372f5b027d01e0c7f76ee8d0763 /mail/thunderbird/Makefile | |
parent | 463b01b94510d5313fb402a1ec64bb366a6178be (diff) | |
download | pkgsrc-36fa61d50ffb04d70ca64bbc504074847706146e.tar.gz |
Update to 24.4.0
Changelog:
Fixed in Thunderbird 24.4
MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering
MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects
MFSA 2014-30 Use-after-free in TypeObject
MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs
MFSA 2014-28 SVG filters information disclosure through feDisplacementMap
MFSA 2014-27 Memory corruption in Cairo during PDF font rendering
MFSA 2014-26 Information disclosure through polygon rendering in MathML
MFSA 2014-17 Out of bounds read during WAV file decoding
MFSA 2014-16 Files extracted during updates are not always read only
MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4)
Diffstat (limited to 'mail/thunderbird/Makefile')
-rw-r--r-- | mail/thunderbird/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 2cd6b162e6d..9bc5e7e7487 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.132 2014/02/13 18:51:54 tron Exp $ +# $NetBSD: Makefile,v 1.133 2014/03/21 01:43:40 ryoon Exp $ DISTNAME= # empty PKGNAME= thunderbird-${TB_VER} -TB_VER= 24.3.0 +TB_VER= 24.4.0 #LIGHTNINGVER= 1.9 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/} |