diff options
author | schmonz <schmonz@pkgsrc.org> | 2018-11-05 18:22:11 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2018-11-05 18:22:11 +0000 |
commit | bb2b3472a871b1a635812353adc31b7415262d5c (patch) | |
tree | 417e3f650c2cb145381939151e598286dd2bec4d /mail | |
parent | ffbcae5578dc705a7083f3aaacfdb259478c37fc (diff) | |
download | pkgsrc-bb2b3472a871b1a635812353adc31b7415262d5c.tar.gz |
Update to 20181104.0. From the changelog:
New Features:
* Added --dump-mail option.
* Added --xclient-delim, --xclient-destaddr, --xclient-destport,
--xclient-no-verify, and --xclient-before-starttls options.
Notable Changes:
* XCLIENT can now send multiple XCLIENT requests. Because of this,
--xclient and --xclient-ATTR values are no longer merged into one
string. This breaks previously documented behavior.
* Numerous improvements to the output of --dump and --dump-as-body,
including the ability to limit output by section, layout improvements,
adding missing options to output, and fixing bugs.
Notable Bugs Fixed:
* Fixed bug preventing Proxy from working with --tls-on-connect.
* XCLIENT is now sent after STARTTLS to match with Postfix's expectations.
* Fixed bug which could allow mail sending to proceed without a valid
recipient.
* Replacing a multi-line header via --header or --h-HEADER now replaces
the entire header, not just the first line.
* The option for specifying the local port was documented as --local-port
but implemented as --lport. Both are now documented and implemented.
* Fixed two bugs which prevented interactions between --dump,
--auth-hide-password, --dump-as-body, and --dump-as-body-shows-password
from producing consistent output.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/swaks/Makefile | 5 | ||||
-rw-r--r-- | mail/swaks/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/mail/swaks/Makefile b/mail/swaks/Makefile index 5d024ab2c43..5f0aa9f082b 100644 --- a/mail/swaks/Makefile +++ b/mail/swaks/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2018/08/22 09:45:34 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2018/11/05 18:22:11 schmonz Exp $ -DISTNAME= swaks-20170101.0 -PKGREVISION= 1 +DISTNAME= swaks-20181104.0 CATEGORIES= mail MASTER_SITES= ${HOMEPAGE}files/ diff --git a/mail/swaks/distinfo b/mail/swaks/distinfo index fbb056eced7..e774a527ea3 100644 --- a/mail/swaks/distinfo +++ b/mail/swaks/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2017/01/08 20:35:55 schmonz Exp $ +$NetBSD: distinfo,v 1.2 2018/11/05 18:22:11 schmonz Exp $ -SHA1 (swaks-20170101.0.tar.gz) = f535df35c96a239d1517feb2dddcd931c24b0f98 -RMD160 (swaks-20170101.0.tar.gz) = 26fe06e1704ffde7143f42cafb36c39654ae23ad -SHA512 (swaks-20170101.0.tar.gz) = f4fa04d0fdea3c91958341107c74b9afb2df8bfb00b6a7e018c34c9ccd501092037360266bda21f38bf558efe15095d677b1397031151707bc1fe7b4d8b8478b -Size (swaks-20170101.0.tar.gz) = 109084 bytes +SHA1 (swaks-20181104.0.tar.gz) = 8bfab752093be3efaa6dc85b357b7e3fe249bce3 +RMD160 (swaks-20181104.0.tar.gz) = d34801db737510e6f00408c36ac670c06156e59f +SHA512 (swaks-20181104.0.tar.gz) = 0e64d8071be2ff74d88f07518d5731858d2a5cb0bb825a2eef835f9b4903d57e5dc87b8ebf97d1bfc8060ce25c831227f26e1c92abb319d4b59e5d483743d7f1 +Size (swaks-20181104.0.tar.gz) = 113809 bytes |