diff options
author | nia <nia@pkgsrc.org> | 2021-10-17 10:08:53 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-10-17 10:08:53 +0000 |
commit | 621b5e416c3af66429071b176c799f64137cd4d8 (patch) | |
tree | ef87e588f736954061e26dd95eb8d2b9094c520a /mail/balsa/Makefile | |
parent | 3a1f22a30bbfc304713115b9f170d1b196add0cf (diff) | |
download | pkgsrc-621b5e416c3af66429071b176c799f64137cd4d8.tar.gz |
balsa: update to 2.6.3
This fixes the STARTTLS-related crash bugs mentioned here:
https://nostarttls.secvuln.info/
* Balsa-2.6.3 release. Release date 2021-08-18
- Improve Autocrypt-related error messages.
- Improvements to communication with GnuPG key servers.
- Create standard-compatible HTML messages.
- Implement sender-dependent HTML message preferences.
- Reuse HTTP connections when rendering HTML messages.
- Do not send empty Reply-To, Cc, etc headers.
- More robust IMAP parser and response handling.
- Code cleanups, platform-dependent build fixes
Diffstat (limited to 'mail/balsa/Makefile')
-rw-r--r-- | mail/balsa/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 54313f9df63..ee503f620a8 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.168 2021/09/29 19:00:53 adam Exp $ +# $NetBSD: Makefile,v 1.169 2021/10/17 10:08:53 nia Exp $ -DISTNAME= balsa-2.6.2 -PKGREVISION= 4 +DISTNAME= balsa-2.6.3 CATEGORIES= mail MASTER_SITES= https://pawsa.fedorapeople.org/balsa/ -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://pawsa.fedorapeople.org/balsa/ |