CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/09/24 09:47:41
Modified files:
mail/mozilla-thunderbird: Makefile distinfo
mail/thunderbird-i18n: Makefile.inc distinfo
Added files:
mail/mozilla-thunderbird/patches: patch-config_makefiles_rust_mk
mail/mozilla-thunderbird/pkg: DESCR PLIST README
Removed files:
mail/mozilla-thunderbird/patches:
patch-config_system-headers_mozbuild
patch-js_src_jit_ProcessExecutableMemory_cpp
patch-mozilla_storage_mozStorageConnection_cpp
patch-storage_mozStorageService_cpp
mail/mozilla-thunderbird/pkg: DESCR-lightning DESCR-main
PLIST-lightning PLIST-main
README-main
Log message:
Major update to thunderbird 78.3.0.
See https://www.thunderbird.net/en-US/thunderbird/78.3.0/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-44/
(both links not there yet)
See https://blog.thunderbird.net/2020/07/whats-new-in-thunderbird-78/
for a user-visible list of changes.
Now integrates openpgp support which was previously provided by the
enigmail extension, see
https://blog.thunderbird.net/2020/09/openpgp-in-thunderbird-78/
for details and
https://support.mozilla.org/en-US/kb/openpgp-thunderbird-howto-and-faq
for the related FAQ.
port changes:
* enable debug packages
* merge lightning in main package
* build new librnp against systemwide bz2, botan2 and json-c
* build against system libffi 3.3, as found out by Nam N'Guyen that
fixes crashes in pgp interaction (#1664111)
* stop building against system sqlite and remove corresponding patches,
not supported anymore
* add a blurb about openpgp and OTR in chat support in README
* rewrite DESCR from scratch
Thanks Mark Patruck for openpgp testing/feedback, and gjones5555 /
netscape / net for early testing. Been using thunderbird betas since 71
in november 2019, so i'd say it's ready for wider dogfooding, just in
time for 6.8.. and the existing 68esr branch is EOL anyway.
ok tb@