diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-02-13 16:28:57 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-02-13 16:28:57 +0000 |
commit | d49e02b08225012f9d115e2f7ee1c01b19dc6152 (patch) | |
tree | 12cd29d0b28008843e6f41f42a6e9acfb56f3f4e /mail | |
parent | ff4c132b5194eca0d6d0c6099773c6af43a80f81 (diff) | |
download | pkgsrc-d49e02b08225012f9d115e2f7ee1c01b19dc6152.tar.gz |
Update to 31.4.0
Changelog:
Fixed The previous issues with jp mac builds have now been fixed, and Thunderbird will no longer need to be run in 32-bit mode.
Fixed Security fixes can be found here
Fixed Installing extensions within Thunderbird no longer requires download and installing as a file (Bug 1081190)
Fixed Autocomplete suggestion sort order was adjusted to prioritize entries where the search string matches the beginning of a word (Bug 970456)
Fixed in Thunderbird 31.4
2015-04 Cookie injection through Proxy Authenticate responses
2015-03 sendBeacon requests lack an Origin header
2015-01 Miscellaneous memory safety hazards (rv:35.0 / rv:31.4)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird/Makefile | 4 | ||||
-rw-r--r-- | mail/thunderbird/PLIST | 3 | ||||
-rw-r--r-- | mail/thunderbird/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 3bc1d3bfb5e..032ed0f19b0 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.142 2014/12/04 05:22:05 ryoon Exp $ +# $NetBSD: Makefile,v 1.143 2015/02/13 16:28:57 ryoon Exp $ DISTNAME= # empty PKGNAME= thunderbird-${TB_VER} -TB_VER= 31.3.0 +TB_VER= 31.4.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 5c6a1687b5a..6e7b0ccd2db 100644 --- a/mail/thunderbird/PLIST +++ b/mail/thunderbird/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.55 2014/12/04 05:22:05 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.56 2015/02/13 16:28:57 ryoon Exp $ bin/thunderbird lib/thunderbird/application.ini lib/thunderbird/blocklist.xml @@ -1821,6 +1821,7 @@ lib/thunderbird/components/Webapps.js lib/thunderbird/components/aboutRedirector.js lib/thunderbird/components/addonManager.js lib/thunderbird/components/amContentHandler.js +lib/thunderbird/components/amInstallTrigger.js lib/thunderbird/components/amWebInstallListener.js lib/thunderbird/components/components.manifest lib/thunderbird/components/contentAreaDropListener.js diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo index 07091c0d794..32e0650becc 100644 --- a/mail/thunderbird/distinfo +++ b/mail/thunderbird/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.152 2015/01/29 22:22:27 wiz Exp $ +$NetBSD: distinfo,v 1.153 2015/02/13 16:28:57 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.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 (thunderbird-31.4.0.source.tar.bz2) = 00b55e28f55b84e3cd257407d797e07a363aeef8 +RMD160 (thunderbird-31.4.0.source.tar.bz2) = 928afbf573add2a7a7b718bc0167c5a9bd88d0b5 +Size (thunderbird-31.4.0.source.tar.bz2) = 171045601 bytes SHA1 (patch-aa) = 764c6e8955d371d0869a9b145211f0a9d8709708 SHA1 (patch-ak) = b47277baa1137a7610445b7c4dd147b331d5c5e6 SHA1 (patch-al) = 81a733e9b13a47abfef818ecd10d7ef18a191855 |