diff options
author | ryoon <ryoon@pkgsrc.org> | 2021-03-12 14:37:02 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2021-03-12 14:37:02 +0000 |
commit | 5dd972afa9fdfd2bafce9672ddac9be3bc01e15f (patch) | |
tree | 9bb06048d971e8ed9039b4d77ff85eb254058836 /mail/thunderbird | |
parent | 5dbd9176ffc4eed360e68d1d75cb0eb4f8de4cce (diff) | |
download | pkgsrc-5dd972afa9fdfd2bafce9672ddac9be3bc01e15f.tar.gz |
thunderbird: Update to 78.8.1
Changelog:
Fixes
New mail notification did not occur for newly arrived messages if previously
received mail was unread
Directory for saving multiple attachments was not remembered between saves
Opening a message from the command-line using "-mail <URL>" failed
Automatic account setup did not use the provider email and display name
Newly-added identities were not listed in the account manager until it was
closed and reopened
Account provisioner did not properly handle UTF-8 data
Copying a large message to an IMAP server would sometimes prematurely display a
time-out error
OpenPGP: Various errors when importing keys
OpenPGP: Public keys attached to an outgoing email did not have
"Content-Description" set
Address Book: CardDAV sync errors did not retry until Thunderbird was restarted
Calendar: Changing the cache mode of a CalDAV calendar connection would lose
the username of the account
Calendar: Add-on calendars were sometimes not visible after restarting
Calendar: The preview for a recurring task did not use all available space in
the dialog window
Installer: Option to keep distribution directory on upgrade did not work
Diffstat (limited to 'mail/thunderbird')
-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 237a01fdf5e..f2a01288d1e 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.270 2021/02/26 15:35:12 ryoon Exp $ +# $NetBSD: Makefile,v 1.271 2021/03/12 14:37:02 ryoon Exp $ DISTNAME= thunderbird-${TB_VER}.source PKGNAME= thunderbird-${TB_VER} -TB_VER= 78.8.0 +TB_VER= 78.8.1 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 eed3c297008..fa0652958a4 100644 --- a/mail/thunderbird/distinfo +++ b/mail/thunderbird/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.243 2021/03/09 13:31:48 wiz Exp $ +$NetBSD: distinfo,v 1.244 2021/03/12 14:37:02 ryoon Exp $ -SHA1 (thunderbird-78.8.0.source.tar.xz) = f3bf2544c0a39f8ec493c3b07b6323dc9ec6ae1a -RMD160 (thunderbird-78.8.0.source.tar.xz) = 76da2ab44e71fa3250fafe8fb4b604cbc7368b7e -SHA512 (thunderbird-78.8.0.source.tar.xz) = c7d31ab6b2863c14fe7e11df4e805ca0ecd1f6e6b5e7d5ec73939500c5125faeec213b4df25f23a5f152345027926356b7df47efcfa60ff0f9e5b825119f0e51 -Size (thunderbird-78.8.0.source.tar.xz) = 353232724 bytes +SHA1 (thunderbird-78.8.1.source.tar.xz) = 13cd3f5c30670f7b159377cf0b12fe254a20b72d +RMD160 (thunderbird-78.8.1.source.tar.xz) = 49bb34efb6ce095985a2fc46dac2916f40e562b4 +SHA512 (thunderbird-78.8.1.source.tar.xz) = 5158f7663acf3d00f45b457d1c172dcc95978d6782775faa4ec3995d3a799dfce668302e2c4b963a5607add831314fac76d516e45863a1971fbd4a6b0c4bdb10 +Size (thunderbird-78.8.1.source.tar.xz) = 352875768 bytes SHA1 (patch-browser_app_profile_firefox.js) = d53fae5544563888d030af7483f00283a712235c SHA1 (patch-build_moz.configure_rust.configure) = c9cd5e74aaeef4b42ef86db9e3814868a27847fd SHA1 (patch-comm_third__party_botan_configure.py) = 262f560c514d221d0df15a1906100b5e716bfdab |