diff options
author | ryoon <ryoon@pkgsrc.org> | 2016-09-18 12:35:06 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2016-09-18 12:35:06 +0000 |
commit | d115282cf2e5870ec03dc9099d321411184ce9fa (patch) | |
tree | 5eedfc95dc0a6953d183eba6307ad0f4d2975733 /mail/thunderbird/Makefile | |
parent | 9265d7cc918b8d1a7ddeb12b53b4d1d11c7130d4 (diff) | |
download | pkgsrc-d115282cf2e5870ec03dc9099d321411184ce9fa.tar.gz |
Update to 45.3.0
Changelog:
Fixed Certain messages caused corruption of the drafts summary database.
Fixed "edit as new message" on a received message pre-filled the sender as the composing identity.
Fixed Disposition-Notification-To could not be used in mail.compose.other.header
Fixed Various security fixes
Fixed in Thunderbird 45.3
2016-62 Miscellaneous memory safety hazards (rv:48.0 / rv:45.3)
Diffstat (limited to 'mail/thunderbird/Makefile')
-rw-r--r-- | mail/thunderbird/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 9dee6249a23..c1a82882945 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.177 2016/08/17 00:06:42 ryoon Exp $ +# $NetBSD: Makefile,v 1.178 2016/09/18 12:35:06 ryoon Exp $ DISTNAME= thunderbird-${TB_VER}.source PKGNAME= thunderbird-${TB_VER} -PKGREVISION= 3 -TB_VER= 45.2.0 +TB_VER= 45.3.0 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/} EXTRACT_SUFX= .tar.xz |