diff options
author | ryoon <ryoon> | 2014-06-13 23:46:34 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2014-06-13 23:46:34 +0000 |
commit | 482d29d7225b1d1040828a31d07e47fbe3add674 (patch) | |
tree | bd5b82a7f10314434921a5a3636024058f2ce4b5 /mail/thunderbird/Makefile | |
parent | d8249a46a1d69622f5b2c2e6d1b3626edff310de (diff) | |
download | pkgsrc-482d29d7225b1d1040828a31d07e47fbe3add674.tar.gz |
Update to 24.6.0
Changelog:
Fixed in Thunderbird 24.6
MFSA 2014-52 Use-after-free with SMIL Animation Controller
MFSA 2014-49 Use-after-free and out of bounds issues found using Address Sanitizer
MFSA 2014-48 Miscellaneous memory safety hazards (rv:30.0 / rv:24.6)
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 45433fd8ddd..d414f5fa64c 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.136 2014/05/06 16:03:37 tron Exp $ +# $NetBSD: Makefile,v 1.137 2014/06/13 23:46:34 ryoon Exp $ DISTNAME= # empty PKGNAME= thunderbird-${TB_VER} -TB_VER= 24.5.0 +TB_VER= 24.6.0 #LIGHTNINGVER= 1.9 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/} |