diff options
author | ryoon <ryoon@pkgsrc.org> | 2019-12-29 00:51:06 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2019-12-29 00:51:06 +0000 |
commit | f522ee97ef6742559c958878acf4fce12c48bdf5 (patch) | |
tree | c51c37b8112a6ac14aae023e4ca5488614609898 | |
parent | 8df7fd3ed2752668a5a6229e5f1d95c1f4c416f3 (diff) | |
download | pkgsrc-f522ee97ef6742559c958878acf4fce12c48bdf5.tar.gz |
Update to 68.3.1
Changelog:
68.3.1
Changes
changed
In dark theme unread messages no longer shown in blue to distinguish from tagged messages
changed
Account setup is now using client side DNS MX lookup instead of relying on a server.
Fixes
fixed
Searching LDAP address book crashed in some circumstances
fixed
Message navigation with backward and forward buttons did not work in some circumstances
fixed
WebExtension toolbar icons were displayed too small
fixed
Calendar: Tasks due today were not listed in bold
fixed
Calendar: Last day of long-running events was not shown
68.3.0
What’s New
new
Message display toolbar action WebExtension API
new
Navigation buttons are now available in content tabs, for example those opened via an add-on search
Changes
changed
"New email" icon in Windows systray changed from in-tray with arrow to envelope
Fixes
fixed
Icons of attachments in the attachment pane of the Write window not always correct
fixed
Toolbar buttons of add-ons in the menubar not shown after startup
fixed
LDAP lookup not working when SSL was enabled. LDAP search not working when "All Address Books" was selected.
fixed
Scam link confirmation panel not working
fixed
In Write window, the Link Properties dialog wasn't showing named anchors in context menu
fixed
Calendar: Start-up failed if the application menu is not on the calendar toolbars
fixed
Chat: Account reordering via drag-and-drop not working on Instant messaging status dialog (Show Accounts)
fixed
Various security fixes
Security fixes:
#CVE-2019-17008: Use-after-free in worker destruction
#CVE-2019-13722: Stack corruption due to incorrect number of arguments in WebRTC code
#CVE-2019-11745: Out of bounds write in NSS when encrypting with a block cipher
#CVE-2019-17009: Updater temporary files accessible to unprivileged processes
#CVE-2019-17010: Use-after-free when performing device orientation checks
#CVE-2019-17005: Buffer overflow in plain text serializer
#CVE-2019-17011: Use-after-free when retrieving a document in antitracking
#CVE-2019-17012: Memory safety bugs fixed in Firefox 71, Firefox ESR 68.3, and Thunderbird 68.3
-rw-r--r-- | mail/thunderbird/Makefile | 5 | ||||
-rw-r--r-- | mail/thunderbird/PLIST | 4 | ||||
-rw-r--r-- | mail/thunderbird/distinfo | 10 |
3 files changed, 10 insertions, 9 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 56e7cf133ed..445339dc687 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.235 2019/11/17 11:50:01 ryoon Exp $ +# $NetBSD: Makefile,v 1.236 2019/12/29 00:51:06 ryoon Exp $ DISTNAME= thunderbird-${TB_VER}.source PKGNAME= thunderbird-${TB_VER} -TB_VER= 68.2.1 -PKGREVISION= 1 +TB_VER= 68.3.1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/} EXTRACT_SUFX= .tar.xz diff --git a/mail/thunderbird/PLIST b/mail/thunderbird/PLIST index b4c84b1e642..1ba48eeb0f9 100644 --- a/mail/thunderbird/PLIST +++ b/mail/thunderbird/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.73 2019/11/02 13:02:55 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.74 2019/12/29 00:51:06 ryoon Exp $ bin/thunderbird lib/thunderbird/actors/AudioPlaybackChild.jsm lib/thunderbird/actors/AutoplayChild.jsm @@ -2942,6 +2942,7 @@ lib/thunderbird/chrome/messenger/content/messenger/SearchDialog.js lib/thunderbird/chrome/messenger/content/messenger/SearchDialog.xul lib/thunderbird/chrome/messenger/content/messenger/SmtpServerEdit.js lib/thunderbird/chrome/messenger/content/messenger/SmtpServerEdit.xul +lib/thunderbird/chrome/messenger/content/messenger/schemas/messageDisplayAction.json lib/thunderbird/chrome/messenger/content/messenger/about-support/aboutSupport.js lib/thunderbird/chrome/messenger/content/messenger/about-support/aboutSupport.xhtml lib/thunderbird/chrome/messenger/content/messenger/about-support/accounts.js @@ -3203,6 +3204,7 @@ lib/thunderbird/chrome/messenger/content/messenger/parent/ext-mail.js lib/thunderbird/chrome/messenger/content/messenger/parent/ext-mailTabs.js lib/thunderbird/chrome/messenger/content/messenger/parent/ext-menus.js lib/thunderbird/chrome/messenger/content/messenger/parent/ext-messageDisplay.js +lib/thunderbird/chrome/messenger/content/messenger/parent/ext-messageDisplayAction.js lib/thunderbird/chrome/messenger/content/messenger/parent/ext-messages.js lib/thunderbird/chrome/messenger/content/messenger/parent/ext-pkcs11.js lib/thunderbird/chrome/messenger/content/messenger/parent/ext-tabs.js diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo index d717eb832ad..5c38c2463d0 100644 --- a/mail/thunderbird/distinfo +++ b/mail/thunderbird/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.218 2019/11/17 11:50:01 ryoon Exp $ +$NetBSD: distinfo,v 1.219 2019/12/29 00:51:06 ryoon Exp $ -SHA1 (thunderbird-68.2.1.source.tar.xz) = db31f430e033e777e095924dcbd4715173ae3a4e -RMD160 (thunderbird-68.2.1.source.tar.xz) = c20fc72db2f0c06d04d0ca904d7850c711406bdd -SHA512 (thunderbird-68.2.1.source.tar.xz) = 2d921cac84f6f09b63c122e54fff7848ff0d0997c8c5fedd87503e487750aa2cde8d117e1a0cdbfbf042cc364554bfd4c81b639635a03d656c62e934b973da7c -Size (thunderbird-68.2.1.source.tar.xz) = 333597972 bytes +SHA1 (thunderbird-68.3.1.source.tar.xz) = 699347da016628cd904c482cc984094af01d7555 +RMD160 (thunderbird-68.3.1.source.tar.xz) = 08d1a8ddd3bc9d84da81bcba9e61cd6718801aec +SHA512 (thunderbird-68.3.1.source.tar.xz) = 2e24556e6bed7a8d75ad56f0e94e07483e021b8b1ddafcf0dc586c17c93ba1f6994194866a37b7fe23637804c351f0c24d365d39f327f0ee591a86b9560bbb03 +Size (thunderbird-68.3.1.source.tar.xz) = 338866820 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 |