diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-08-29 12:42:55 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-08-29 12:42:55 +0000 |
commit | b2f81af8138ffc54233f5cbb01fb6b669eded266 (patch) | |
tree | d167aadb608476fb0d5d82509b6b1bf13615ebd7 /mail/thunderbird | |
parent | 36d58936647226030693af511819de15d2cc3596 (diff) | |
download | pkgsrc-b2f81af8138ffc54233f5cbb01fb6b669eded266.tar.gz |
Update to 38.2.0
Changelog:
Changed Hardware acceleration is now disabled by default to avoid crashing Thunderbird
Fixed A few bugs have been fixed to avoid crashing Thunderbird
Fixed in Thunderbird 38.2
2015-90 Vulnerabilities found through code inspection
2015-88 Heap overflow in gdk-pixbuf when scaling bitmap images
2015-85 Out-of-bounds write with Updater and malicious MAR file
2015-84 Arbitrary file overwriting through Mozilla Maintenance Service with hard links
2015-79 Miscellaneous memory safety hazards (rv:40.0 / rv:38.2)
Diffstat (limited to 'mail/thunderbird')
-rw-r--r-- | mail/thunderbird/Makefile | 4 | ||||
-rw-r--r-- | mail/thunderbird/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 2cd6d80868e..c17036e3bea 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.155 2015/07/16 11:40:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.156 2015/08/29 12:42:55 ryoon Exp $ DISTNAME= # empty PKGNAME= thunderbird-${TB_VER} -TB_VER= 38.1.0 +TB_VER= 38.2.0 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/} DISTFILES= thunderbird-${TB_VER}.source.tar.bz2 diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo index 41308c62dd2..33d1a615f8e 100644 --- a/mail/thunderbird/distinfo +++ b/mail/thunderbird/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.162 2015/07/16 11:40:50 ryoon Exp $ +$NetBSD: distinfo,v 1.163 2015/08/29 12:42:55 ryoon Exp $ -SHA1 (thunderbird-38.1.0.source.tar.bz2) = 7bb0c85e889e397e53dcbcbd36957dbd7c8c10bd -RMD160 (thunderbird-38.1.0.source.tar.bz2) = 955c54d98a0460524519d3926d783197a11a7a97 -Size (thunderbird-38.1.0.source.tar.bz2) = 204161689 bytes +SHA1 (thunderbird-38.2.0.source.tar.bz2) = 0e27c54ee63b71cd7e8ff4fd87bbe66e0a16ffc1 +RMD160 (thunderbird-38.2.0.source.tar.bz2) = 62d8388cf8998bd051ee6b899a98883dd278d85b +Size (thunderbird-38.2.0.source.tar.bz2) = 204448261 bytes SHA1 (patch-aa) = 199400ee6dc3c727c950e33ccc65cf57b81cdcb7 SHA1 (patch-al) = 81a733e9b13a47abfef818ecd10d7ef18a191855 SHA1 (patch-ao) = 2b4cfb8f06cb137058be7aa47ab7a3cada7cbfe1 |