pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/thunderbird



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Apr 24 21:48:46 UTC 2020

Modified Files:
        pkgsrc/mail/thunderbird: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.243 -r1.244 pkgsrc/mail/thunderbird/Makefile
cvs rdiff -u -r1.224 -r1.225 pkgsrc/mail/thunderbird/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/thunderbird/Makefile
diff -u pkgsrc/mail/thunderbird/Makefile:1.243 pkgsrc/mail/thunderbird/Makefile:1.244
--- pkgsrc/mail/thunderbird/Makefile:1.243      Mon Mar 30 19:46:01 2020
+++ pkgsrc/mail/thunderbird/Makefile    Fri Apr 24 21:48:46 2020
@@ -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

Index: pkgsrc/mail/thunderbird/distinfo
diff -u pkgsrc/mail/thunderbird/distinfo:1.224 pkgsrc/mail/thunderbird/distinfo:1.225
--- pkgsrc/mail/thunderbird/distinfo:1.224      Mon Mar 30 19:46:01 2020
+++ pkgsrc/mail/thunderbird/distinfo    Fri Apr 24 21:48:46 2020
@@ -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



Home | Main Index | Thread Index | Old Index