diff options
author | ryoon <ryoon@pkgsrc.org> | 2020-04-24 21:48:46 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2020-04-24 21:48:46 +0000 |
commit | f9b1b2c68e3368f14cbe1859b1e204187ae0fa06 (patch) | |
tree | db1dd8124656924085fb47586d87c10f2bd9bde3 | |
parent | dd7c88d9713d28fe8573a43987704c64b6667417 (diff) | |
download | pkgsrc-f9b1b2c68e3368f14cbe1859b1e204187ae0fa06.tar.gz |
thunderbird: Update to 68.7.0
Changelog:
What's New
new MailExtensions: Raw message source available to MailExtensions
Changes
changed MailExtensions: messages.update function extended to mark messages as junk or not junk
changed MailExtensions: browser.compose.begin functions no longer expand mailing lists
Fixes
fixed Various improvements to account setup when connecting to an Exchange server
fixed Thread collapsed when opening news message in a new window
fixed Addons not automatically updated to compatible version after upgrade from Thunderbird 60
fixed Updating addons did not prompt when requesting new permissions
fixed Extra recipients panel not keyboard-accessible
fixed Accessibility: Status bar was not detected by screenreaders
fixed MailExtensions: messages.query by folder name did not require accountsRead permission
fixed Calendar: Invitations with embedded null bytes did not always decode correctly
fixed Calendar: Cancelled events didn't show with a line-through
fixed Various security fixes
Security fixes:
#CVE-2020-6819: Use-after-free while running the nsDocShell destructor
#CVE-2020-6820: Use-after-free when handling a ReadableStream
#CVE-2020-6821: Uninitialized memory could be read when using the WebGL copyTexSubImage method
#CVE-2020-6822: Out of bounds write in GMPDecodeData when processing large images
#CVE-2020-6825: Memory safety bugs fixed in Thunderbird 68.7.0
-rw-r--r-- | mail/thunderbird/Makefile | 4 | ||||
-rw-r--r-- | mail/thunderbird/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 294e6792ba2..577d86e812d 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.243 2020/03/30 19:46:01 joerg Exp $ +# $NetBSD: Makefile,v 1.244 2020/04/24 21:48:46 ryoon Exp $ DISTNAME= thunderbird-${TB_VER}.source PKGNAME= thunderbird-${TB_VER} -TB_VER= 68.6.0 +TB_VER= 68.7.0 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/} EXTRACT_SUFX= .tar.xz diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo index 5159851dd19..7d7113fb35f 100644 --- a/mail/thunderbird/distinfo +++ b/mail/thunderbird/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.224 2020/03/30 19:46:01 joerg Exp $ +$NetBSD: distinfo,v 1.225 2020/04/24 21:48:46 ryoon Exp $ -SHA1 (thunderbird-68.6.0.source.tar.xz) = a84c078e4f100fe7d8bd6703e4db6654d6dcd896 -RMD160 (thunderbird-68.6.0.source.tar.xz) = 5d1176f0068c8ade239e3043f505dabc7354661b -SHA512 (thunderbird-68.6.0.source.tar.xz) = 3502cc42b594eebf3511219ae8e7fb8a13594534abfe7a40ec32e5a3f60343cfab7c652b161a5f33af46bd5e6f096e3abd4a407c8b307ce4693089b471a42c3e -Size (thunderbird-68.6.0.source.tar.xz) = 339643212 bytes +SHA1 (thunderbird-68.7.0.source.tar.xz) = cf15f8adf20a2f8703950218717ebf72a2596a12 +RMD160 (thunderbird-68.7.0.source.tar.xz) = a202e63c1506198855ad584c833df1321477ae6e +SHA512 (thunderbird-68.7.0.source.tar.xz) = fae763030b7a54930291a10f298b7fa4ffc400849082f576556b9040d095f1007ae686daf1241dff8b73bac35c14acf21c156a18a3e16d62a7719c6cc34e4d1f +Size (thunderbird-68.7.0.source.tar.xz) = 339588604 bytes SHA1 (patch-browser_app_profile_firefox.js) = d3ade5620370965e397ba494ff0495aeef5af0d0 SHA1 (patch-build_moz.configure_old.configure) = edd810f8d607697898ae315453719fe6c8c09bcc SHA1 (patch-comm_mail_installer_package-manifest.in) = 14e8977f690e579a8caf73326248323615e04803 |