This has a major version number bump due to some incompatible changes
in behaviour or defaults, although the code changes are less big than some
other "lesser" bumps.
See http://www.mutt.org/relnotes/2.0/ for details.
Changes: https://notmuchmail.org/news/release-0.31/
Bump major of shared lib as symbol has been removed. Thanks to Olivier
Taïbi <oli AT olitb DOT net> for working together with upstream to fix a
segfault.
This module sends out emails from a stash key specified in the
configuration settings.
From wen heping <wenheping2000 () hotmail ! com>
OK with tweaks cwen@
gnupg-1.4 is not developed actively anymore, and new software expects
a modern "gpg" executable, which leads to pointless patches in the ports
tree. Move the various users of security/gnupg2 to security/gnupg and
zap patches that forced the use of "gpg2".
Crusade started by edd@ (security/gnupg maintainer), gnupg->gnupg2 test
reports from semarie@, giovanni@ and solene@, input and bulk build by
sthen@. ok sthen@ edd@ (maintainer)
Fixes a crasher at startup in some weird circumstances, cf #1667120
Commit includes addition of libffi to LIB_DEPENDS & WANTLIB which i had
completely forgot about, thanks Nam N'Guyen for the diff!
ok sthen@ naddy@
Now that thunderbird ships with openpgp by default, previous enigmail
2.1 branch isnt compatible anymore with it (and will never be), and the
2.2 branch only exists to provide a migration path for enigmail settings
between tb 68 + enigmail 2.1 to tb 78 in the upcoming 6.8 release.
cf https://enigmail.net/index.php/en/home/news/70-2019-10-08-future-openpgp-support-in-thunderbird
will remove the enigmail port after 6.8.
beck's shiny new validator found its first victim. bluhm saw warnings
from fetchmail's verify callback and once we investigated, it was quick
to segfault since it doesn't bother to check return values. Failures are
more visible to the callback than they previously were. Fixing this
mess is more work than it's worth, so let it use the old garbage.
with & ok beck, tested & ok bluhm
Not much changed, it gained translations for Romanian and Serbian,
documentation fixes and saw some package config churn to make sure
FreeBSD links against the correct libssl.
ok kn
Jussi Laako reported seeing a busy loop when Thunderbird or mobile users
connected to the Alpine based imapd mail server. One of them is doing
non-blocking I/O and the added retry short-circuited the select call
and retry causing a busy loop. Simplify the retry logic while there.
tested by procter, with help from beck