diff options
author | ryoon <ryoon@pkgsrc.org> | 2014-12-04 05:22:05 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2014-12-04 05:22:05 +0000 |
commit | 0871c3fdbadd415c253a38af791e467473953a9b (patch) | |
tree | fce40197f41a03733689fc991d03faf02d1f5be6 /mail | |
parent | 58d0f697443950faaaafe66799de855f64ac1b65 (diff) | |
download | pkgsrc-0871c3fdbadd415c253a38af791e467473953a9b.tar.gz |
Update to 31.3.0
Changelog:
Fixed Fixes an issue where using LDAP autocomplete could end up with blank entries in the compose addressing list (Bug 1045753)
Fixed Fixes an issue where IRC participants were not removed from the display on leaving a channel.
Fixed Fixes a regression where Thunderbird wasn't respecting the skip integration option on the default client dialog.
Fixed Security fixes can be found here
Fixed in Thunderbird 31.3
2014-90 Apple CoreGraphics framework on OS X 10.10 logging input data to /tmp directory
2014-89 Bad casting from the BasicThebesLayer to BasicContainerLayer
2014-88 Buffer overflow while parsing media content
2014-87 Use-after-free during HTML5 parsing
2014-85 XMLHttpRequest crashes with some input streams
2014-83 Miscellaneous memory safety hazards (rv:34.0 / rv:31.3)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird/Makefile | 4 | ||||
-rw-r--r-- | mail/thunderbird/PLIST | 3 | ||||
-rw-r--r-- | mail/thunderbird/distinfo | 11 |
3 files changed, 8 insertions, 10 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 076257bb40d..3bc1d3bfb5e 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.141 2014/11/14 15:27:04 ryoon Exp $ +# $NetBSD: Makefile,v 1.142 2014/12/04 05:22:05 ryoon Exp $ DISTNAME= # empty PKGNAME= thunderbird-${TB_VER} -TB_VER= 31.2.0 +TB_VER= 31.3.0 #LIGHTNINGVER= 1.9 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/} diff --git a/mail/thunderbird/PLIST b/mail/thunderbird/PLIST index f8343d0fce9..5c6a1687b5a 100644 --- a/mail/thunderbird/PLIST +++ b/mail/thunderbird/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.54 2014/11/30 10:23:29 markd Exp $ +@comment $NetBSD: PLIST,v 1.55 2014/12/04 05:22:05 ryoon Exp $ bin/thunderbird lib/thunderbird/application.ini lib/thunderbird/blocklist.xml @@ -1816,6 +1816,7 @@ lib/thunderbird/components/SiteSpecificUserAgent.js lib/thunderbird/components/TCPServerSocket.js lib/thunderbird/components/TCPSocket.js lib/thunderbird/components/TCPSocketParentIntermediary.js +lib/thunderbird/components/TelemetryStartup.js lib/thunderbird/components/Webapps.js lib/thunderbird/components/aboutRedirector.js lib/thunderbird/components/addonManager.js diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo index d8900eef1e0..b79c3f46b3c 100644 --- a/mail/thunderbird/distinfo +++ b/mail/thunderbird/distinfo @@ -1,11 +1,8 @@ -$NetBSD: distinfo,v 1.149 2014/11/30 10:25:50 markd Exp $ +$NetBSD: distinfo,v 1.150 2014/12/04 05:22:05 ryoon Exp $ -SHA1 (enigmail-1.7.tar.gz) = 79185762ed502cbbf88e0dbf4704dbfedaf429b5 -RMD160 (enigmail-1.7.tar.gz) = c9321d919da53498839bf265acad2dcff94e422a -Size (enigmail-1.7.tar.gz) = 1414100 bytes -SHA1 (thunderbird-31.2.0.source.tar.bz2) = 87dff89388bd7ec51876e1bdbd82bc3fe60006b6 -RMD160 (thunderbird-31.2.0.source.tar.bz2) = d1b24f40f6acc7c24279f024bf8d27abda17552e -Size (thunderbird-31.2.0.source.tar.bz2) = 171047372 bytes +SHA1 (thunderbird-31.3.0.source.tar.bz2) = da291331eda456c5342a8ae1e508ccacd997bf36 +RMD160 (thunderbird-31.3.0.source.tar.bz2) = 4fa68b83fa20f4cb993e39eebd5a0b8bf0fdf46c +Size (thunderbird-31.3.0.source.tar.bz2) = 171213377 bytes SHA1 (patch-aa) = 764c6e8955d371d0869a9b145211f0a9d8709708 SHA1 (patch-ak) = b47277baa1137a7610445b7c4dd147b331d5c5e6 SHA1 (patch-al) = 81a733e9b13a47abfef818ecd10d7ef18a191855 |