Fri Feb 13 16:28:57 2015 UTC ()
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)


(ryoon)
diff -r1.142 -r1.143 pkgsrc/mail/thunderbird/Makefile
diff -r1.55 -r1.56 pkgsrc/mail/thunderbird/PLIST
diff -r1.152 -r1.153 pkgsrc/mail/thunderbird/distinfo

cvs diff -r1.142 -r1.143 pkgsrc/mail/thunderbird/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/thunderbird/Makefile 2014/12/04 05:22:05 1.142
+++ pkgsrc/mail/thunderbird/Makefile 2015/02/13 16:28:57 1.143
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.142 2014/12/04 05:22:05 ryoon Exp $ 1# $NetBSD: Makefile,v 1.143 2015/02/13 16:28:57 ryoon Exp $
2 2
3DISTNAME= # empty 3DISTNAME= # empty
4PKGNAME= thunderbird-${TB_VER} 4PKGNAME= thunderbird-${TB_VER}
5TB_VER= 31.3.0 5TB_VER= 31.4.0
6#LIGHTNINGVER= 1.9 6#LIGHTNINGVER= 1.9
7CATEGORIES= mail 7CATEGORIES= mail
8MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/} 8MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/}
9DISTFILES= thunderbird-${TB_VER}.source.tar.bz2 9DISTFILES= thunderbird-${TB_VER}.source.tar.bz2
10#DISTFILES+= lightning-${LIGHTNINGVER}.source.tar.bz2 10#DISTFILES+= lightning-${LIGHTNINGVER}.source.tar.bz2
11#SITES.lightning-${LIGHTNINGVER}.source.tar.bz2= ${MASTER_SITE_MOZILLA:=calendar/lightning/releases/${LIGHTNINGVER}/source/} 11#SITES.lightning-${LIGHTNINGVER}.source.tar.bz2= ${MASTER_SITE_MOZILLA:=calendar/lightning/releases/${LIGHTNINGVER}/source/}
12#EXTRACT_DIR.lightning-${LIGHTNINGVER}.source.tar.bz2= ${WRKSRC}/lightning 12#EXTRACT_DIR.lightning-${LIGHTNINGVER}.source.tar.bz2= ${WRKSRC}/lightning
13 13
14MAINTAINER= pkgsrc-users@NetBSD.org 14MAINTAINER= pkgsrc-users@NetBSD.org
15HOMEPAGE= http://www.mozillamessaging.com/en-US/thunderbird/ 15HOMEPAGE= http://www.mozillamessaging.com/en-US/thunderbird/
16COMMENT= Organize, secure and customize your mail 16COMMENT= Organize, secure and customize your mail
17 17
18USE_TOOLS+= unzip pax 18USE_TOOLS+= unzip pax

cvs diff -r1.55 -r1.56 pkgsrc/mail/thunderbird/PLIST (expand / switch to unified diff)

--- pkgsrc/mail/thunderbird/PLIST 2014/12/04 05:22:05 1.55
+++ pkgsrc/mail/thunderbird/PLIST 2015/02/13 16:28:57 1.56
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.55 2014/12/04 05:22:05 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.56 2015/02/13 16:28:57 ryoon Exp $
2bin/thunderbird 2bin/thunderbird
3lib/thunderbird/application.ini 3lib/thunderbird/application.ini
4lib/thunderbird/blocklist.xml 4lib/thunderbird/blocklist.xml
5lib/thunderbird/chrome.manifest 5lib/thunderbird/chrome.manifest
6lib/thunderbird/chrome/chat/content/chat/browserRequest.js 6lib/thunderbird/chrome/chat/content/chat/browserRequest.js
7lib/thunderbird/chrome/chat/content/chat/browserRequest.xul 7lib/thunderbird/chrome/chat/content/chat/browserRequest.xul
8lib/thunderbird/chrome/chat/content/chat/conv.html 8lib/thunderbird/chrome/chat/content/chat/conv.html
9lib/thunderbird/chrome/chat/content/chat/convbrowser.xml 9lib/thunderbird/chrome/chat/content/chat/convbrowser.xml
10lib/thunderbird/chrome/chat/skin/classic/chat/available-16.png 10lib/thunderbird/chrome/chat/skin/classic/chat/available-16.png
11lib/thunderbird/chrome/chat/skin/classic/chat/available.png 11lib/thunderbird/chrome/chat/skin/classic/chat/available.png
12lib/thunderbird/chrome/chat/skin/classic/chat/away-16.png 12lib/thunderbird/chrome/chat/skin/classic/chat/away-16.png
13lib/thunderbird/chrome/chat/skin/classic/chat/away.png 13lib/thunderbird/chrome/chat/skin/classic/chat/away.png
14lib/thunderbird/chrome/chat/skin/classic/chat/browserRequest.css 14lib/thunderbird/chrome/chat/skin/classic/chat/browserRequest.css
@@ -1811,26 +1811,27 @@ lib/thunderbird/components/NetworkGeoloc @@ -1811,26 +1811,27 @@ lib/thunderbird/components/NetworkGeoloc
1811lib/thunderbird/components/PageThumbsProtocol.js 1811lib/thunderbird/components/PageThumbsProtocol.js
1812lib/thunderbird/components/PermissionSettings.js 1812lib/thunderbird/components/PermissionSettings.js
1813lib/thunderbird/components/PlacesCategoriesStarter.js 1813lib/thunderbird/components/PlacesCategoriesStarter.js
1814lib/thunderbird/components/SettingsManager.js 1814lib/thunderbird/components/SettingsManager.js
1815lib/thunderbird/components/SiteSpecificUserAgent.js 1815lib/thunderbird/components/SiteSpecificUserAgent.js
1816lib/thunderbird/components/TCPServerSocket.js 1816lib/thunderbird/components/TCPServerSocket.js
1817lib/thunderbird/components/TCPSocket.js 1817lib/thunderbird/components/TCPSocket.js
1818lib/thunderbird/components/TCPSocketParentIntermediary.js 1818lib/thunderbird/components/TCPSocketParentIntermediary.js
1819lib/thunderbird/components/TelemetryStartup.js 1819lib/thunderbird/components/TelemetryStartup.js
1820lib/thunderbird/components/Webapps.js 1820lib/thunderbird/components/Webapps.js
1821lib/thunderbird/components/aboutRedirector.js 1821lib/thunderbird/components/aboutRedirector.js
1822lib/thunderbird/components/addonManager.js 1822lib/thunderbird/components/addonManager.js
1823lib/thunderbird/components/amContentHandler.js 1823lib/thunderbird/components/amContentHandler.js
 1824lib/thunderbird/components/amInstallTrigger.js
1824lib/thunderbird/components/amWebInstallListener.js 1825lib/thunderbird/components/amWebInstallListener.js
1825lib/thunderbird/components/components.manifest 1826lib/thunderbird/components/components.manifest
1826lib/thunderbird/components/contentAreaDropListener.js 1827lib/thunderbird/components/contentAreaDropListener.js
1827lib/thunderbird/components/contentSecurityPolicy.js 1828lib/thunderbird/components/contentSecurityPolicy.js
1828lib/thunderbird/components/crypto-SDR.js 1829lib/thunderbird/components/crypto-SDR.js
1829lib/thunderbird/components/facebook.js 1830lib/thunderbird/components/facebook.js
1830lib/thunderbird/components/folderLookupService.js 1831lib/thunderbird/components/folderLookupService.js
1831lib/thunderbird/components/glautocomp.js 1832lib/thunderbird/components/glautocomp.js
1832lib/thunderbird/components/gtalk.js 1833lib/thunderbird/components/gtalk.js
1833lib/thunderbird/components/imAccounts.js 1834lib/thunderbird/components/imAccounts.js
1834lib/thunderbird/components/imCommands.js 1835lib/thunderbird/components/imCommands.js
1835lib/thunderbird/components/imContacts.js 1836lib/thunderbird/components/imContacts.js
1836lib/thunderbird/components/imConversations.js 1837lib/thunderbird/components/imConversations.js

cvs diff -r1.152 -r1.153 pkgsrc/mail/thunderbird/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/thunderbird/distinfo 2015/01/29 22:22:27 1.152
+++ pkgsrc/mail/thunderbird/distinfo 2015/02/13 16:28:57 1.153
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1$NetBSD: distinfo,v 1.152 2015/01/29 22:22:27 wiz Exp $ 1$NetBSD: distinfo,v 1.153 2015/02/13 16:28:57 ryoon Exp $
2 2
3SHA1 (enigmail-1.7.tar.gz) = 79185762ed502cbbf88e0dbf4704dbfedaf429b5 3SHA1 (enigmail-1.7.tar.gz) = 79185762ed502cbbf88e0dbf4704dbfedaf429b5
4RMD160 (enigmail-1.7.tar.gz) = c9321d919da53498839bf265acad2dcff94e422a 4RMD160 (enigmail-1.7.tar.gz) = c9321d919da53498839bf265acad2dcff94e422a
5Size (enigmail-1.7.tar.gz) = 1414100 bytes 5Size (enigmail-1.7.tar.gz) = 1414100 bytes
6SHA1 (thunderbird-31.3.0.source.tar.bz2) = da291331eda456c5342a8ae1e508ccacd997bf36 6SHA1 (thunderbird-31.4.0.source.tar.bz2) = 00b55e28f55b84e3cd257407d797e07a363aeef8
7RMD160 (thunderbird-31.3.0.source.tar.bz2) = 4fa68b83fa20f4cb993e39eebd5a0b8bf0fdf46c 7RMD160 (thunderbird-31.4.0.source.tar.bz2) = 928afbf573add2a7a7b718bc0167c5a9bd88d0b5
8Size (thunderbird-31.3.0.source.tar.bz2) = 171213377 bytes 8Size (thunderbird-31.4.0.source.tar.bz2) = 171045601 bytes
9SHA1 (patch-aa) = 764c6e8955d371d0869a9b145211f0a9d8709708 9SHA1 (patch-aa) = 764c6e8955d371d0869a9b145211f0a9d8709708
10SHA1 (patch-ak) = b47277baa1137a7610445b7c4dd147b331d5c5e6 10SHA1 (patch-ak) = b47277baa1137a7610445b7c4dd147b331d5c5e6
11SHA1 (patch-al) = 81a733e9b13a47abfef818ecd10d7ef18a191855 11SHA1 (patch-al) = 81a733e9b13a47abfef818ecd10d7ef18a191855
12SHA1 (patch-ao) = aa0f3e336c2d97622f735b79c2b5f9e84bb3674e 12SHA1 (patch-ao) = aa0f3e336c2d97622f735b79c2b5f9e84bb3674e
13SHA1 (patch-as) = 2786abec0a1d58232bdd62f2f1c30ec95077ce83 13SHA1 (patch-as) = 2786abec0a1d58232bdd62f2f1c30ec95077ce83
14SHA1 (patch-ax) = ba84bdb7fec3cb2f34efd8a8f68b0c3bf7dd7677 14SHA1 (patch-ax) = ba84bdb7fec3cb2f34efd8a8f68b0c3bf7dd7677
15SHA1 (patch-ay) = 64afd5e2cbb186ccaf16fb33711c93d245059578 15SHA1 (patch-ay) = 64afd5e2cbb186ccaf16fb33711c93d245059578
16SHA1 (patch-bf) = 6e6828e85243dba8cf2419de7275585fea3efe81 16SHA1 (patch-bf) = 6e6828e85243dba8cf2419de7275585fea3efe81
17SHA1 (patch-bg) = 6c5e0239ed07902209bf4bfbec520699ff835b11 17SHA1 (patch-bg) = 6c5e0239ed07902209bf4bfbec520699ff835b11
18SHA1 (patch-bi) = bc44d47f386901d261a7a5401520a3905cb29d5a 18SHA1 (patch-bi) = bc44d47f386901d261a7a5401520a3905cb29d5a
19SHA1 (patch-calendar_lightning_Makefile.in) = 2ef231c798265f57e26464d6805a40193ec7b534 19SHA1 (patch-calendar_lightning_Makefile.in) = 2ef231c798265f57e26464d6805a40193ec7b534
20SHA1 (patch-calendar_lightning_build_universal.mk) = 42a3eafc9738f94e0b6654cf815932469e06bcf4 20SHA1 (patch-calendar_lightning_build_universal.mk) = 42a3eafc9738f94e0b6654cf815932469e06bcf4
21SHA1 (patch-calendar_providers_gdata_Makefile.in) = 9e49d1ceb591a8cd2da86f37774c80604cb8326d 21SHA1 (patch-calendar_providers_gdata_Makefile.in) = 9e49d1ceb591a8cd2da86f37774c80604cb8326d