diff options
author | ryoon <ryoon@pkgsrc.org> | 2021-05-23 06:48:13 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2021-05-23 06:48:13 +0000 |
commit | d08e3b19dae0bf56001f635cb3d99ce7b1e27099 (patch) | |
tree | 773297b329bc27381adb2b79cd969bfefd3a1954 /mail | |
parent | ccd5ba7a406900c138eccc6760c96e6f2f2a4486 (diff) | |
download | pkgsrc-d08e3b19dae0bf56001f635cb3d99ce7b1e27099.tar.gz |
thunderbird: Update to 78.10.1
Changelog:
78.10.2
What's New
Added support for importing OpenPGP keys without a primary secret key
Add-ons manager displays a preferences icon for mail extensions that include an
options page
Fixes
OpenPGP messages with a high compression ratio (over 10x) could not be
decrypted
Selected OpenPGP key was lost after opening the Key Properties dialog in
Account Settings
Parsing some OpenPGP user IDs failed
Various improvements to OpenPGP partial encryption reminders
Troubleshooting information page did not display row labels on macOS
Mail toolbar buttons were too big when displaying both icons and text
Various security fixes
Security fixes:
#CVE-2021-29957: Partial protection of inline OpenPGP message not indicated
#CVE-2021-29956: Thunderbird stored OpenPGP secret keys without master password
protection
78.10.1
Changes
Removed the fix for bug 1689804 introduced in Thunderbird 78.9.0, restoring the
previous behavior
Fixes
Various security fixes
Security fixes:
#CVE-2021-29951: Thunderbird Maintenance Service could have been started or
stopped by domain users
Diffstat (limited to 'mail')
-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 ef7f6be074a..522500855ae 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.273 2021/04/26 14:30:03 ryoon Exp $ +# $NetBSD: Makefile,v 1.274 2021/05/23 06:48:13 ryoon Exp $ DISTNAME= thunderbird-${TB_VER}.source PKGNAME= thunderbird-${TB_VER} -TB_VER= 78.10.0 +TB_VER= 78.10.2 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 83c6ff54649..91247d488f1 100644 --- a/mail/thunderbird/distinfo +++ b/mail/thunderbird/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.246 2021/04/26 14:30:03 ryoon Exp $ +$NetBSD: distinfo,v 1.247 2021/05/23 06:48:13 ryoon Exp $ -SHA1 (thunderbird-78.10.0.source.tar.xz) = 4485a2f5eff0ff87b77adcf175c4a920a7cf54d2 -RMD160 (thunderbird-78.10.0.source.tar.xz) = 1f8ec17d205ebd19cd8b8549ee49afa5545ddf48 -SHA512 (thunderbird-78.10.0.source.tar.xz) = 89c8bc9f76335093f7a43c9980da3f4436c1fa0ed3ffd9c0a2d9648749ad7ab427e2aede2b20ee9143748c828bdd417b5b6cf06e73597dee3a745ef28143ee2d -Size (thunderbird-78.10.0.source.tar.xz) = 351422752 bytes +SHA1 (thunderbird-78.10.2.source.tar.xz) = 88ee2c9f7bc71c535824aadf48d9a0d809032a3d +RMD160 (thunderbird-78.10.2.source.tar.xz) = 0503eb0b1b9b6ddc09d51f1e7f084a5c52923069 +SHA512 (thunderbird-78.10.2.source.tar.xz) = b938580055b8b935a37cd7b7aea9b654f5dc42b0a5d459ccb95d10fbde49405c5fad3ebf450ecd1077289aef008801d1dbbb7d5be56bb238616df14a7658c3f4 +Size (thunderbird-78.10.2.source.tar.xz) = 353926908 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 |