pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/swaks



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Mon Nov  5 18:22:11 UTC 2018

Modified Files:
        pkgsrc/mail/swaks: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/swaks/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/swaks/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/swaks/Makefile
diff -u pkgsrc/mail/swaks/Makefile:1.2 pkgsrc/mail/swaks/Makefile:1.3
--- pkgsrc/mail/swaks/Makefile:1.2      Wed Aug 22 09:45:34 2018
+++ pkgsrc/mail/swaks/Makefile  Mon Nov  5 18:22:11 2018
@@ -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/
 

Index: pkgsrc/mail/swaks/distinfo
diff -u pkgsrc/mail/swaks/distinfo:1.1 pkgsrc/mail/swaks/distinfo:1.2
--- pkgsrc/mail/swaks/distinfo:1.1      Sun Jan  8 20:35:55 2017
+++ pkgsrc/mail/swaks/distinfo  Mon Nov  5 18:22:11 2018
@@ -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



Home | Main Index | Thread Index | Old Index