pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/swaks Update to 20190914.0. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e913ccaa708
branches:  trunk
changeset: 418728:6e913ccaa708
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Dec 02 16:42:14 2019 +0000

description:
Update to 20190914.0. From the changelog:

- Fixed typos in base.pod and recipes.pod
- Remove re-prompting for port when an invalid service name was
  supplied. Just error and exit instead
- Cleaning up error messages that contained extra newlines
- Remove interactive prompts for helo and from when hostname
  cannot be determined internally.  Just error instead.
- Rearrange internal option definition structure in preparation
  for major rework
- Rework how the --show-time-lapse option is tracked internally
  and displayed in --dump output
- --protocol's argument was incorrectly marked as optional
- Updating copyright year to 2019
- --use-old-data-tokens was not completely removed, clean up
- --tls-optional-strict was incorrectly marked internally as
  optionally accepting an argument
- Fix handling of --option=arg option format which prevented it
  from being used with --header and --attach* options
- --attach option processing was calling die() instead of
  ptrans/exit on error
- If the arg to --data looks like a file but is not openable,
  error and exit instead of using it the file name as the raw
  data value
- Add %NEWLINE% as a new --data token
- Small code tidy around %DATE% token replacement
- Enforce key=value format for arguments to --auth-extra and
  --auth-map
- Clarify how XCLIENT arguments are grouped in --xclient doc
- Typo in documentation for --ehlo, reported by Konstantin Stephan
- Adding data and dot as valid --drop-after-send and --drop-after
  arguments
- Add documentation for missing --quit-after synonym STARTTLS
- Update copyright year to 2019
- --copy-routing should error when no argument given.
- Add validation to --proxy-family (when proxy-version=1) and
  --proxy-version options.
- Turn off option bundling. No practical use and it could cause
  real confusion (with bundling turned on, -foobar was "-f oobar"
  instead of an unknown option.
- Turn on case-sensitivity for configuration options.  Needed to
  make -S distinct from -s, as documented.
- Add a flag for --dump-mail in the OUTPUT section of --dump
- --version and --help should work even if they aren't the very
  first option.
- When processing config file options with no leading '-' and any
  environment variable config, prefix the option with '--' for
  processing, not '-'. Bandaid for very minor difference between
  '-' and '--' option processing which I hope to fix soon.
- Adding an ENVIRONMENT VARIABLES section to the doc.
- Tidying and clarifying the OPTION PROCESSING section of the docs.
- Fix bug causing in "no-" option processing to work unreliably.
- Document the unreliability of using environment variables to unset
  other environment variable options with the "no-" prefix.
- Document the general rule that when processing duplicate options,
  the last option specified wins, both inter- and intra-method.
- Since there is no inherent order to options provided in environment
  variables, sort them before processing to define an order.
- Config file fixes around searching default $SWAKS_HOME, $HOME,
  and $LOGDIR locations:
    - Searching default locations for the first existing
      PATH/.swaksrc did not actually work as documented.
    - If none of the default search environment variables was set,
      Swaks would not process the "portable" defaults optionally
      stored in the actual swaks script.
- Implement --body-attach option to allow more granularity in
  setting body information (different mime types, alternatives, etc).
- Fix --attach* option processing to remove possibly ambiguity
- Fix issue with malformed headers.  Don't fall over if header
  doesn't contain a colon or looks like an illegal continuation.
- Doc fix for default body - %SWAKS_VERSION% missing trailing char.
- --add-header documentation was still referencing a single-char,
  no longer valid, replacement token. Replace with the correct token.

diffstat:

 mail/swaks/Makefile |   5 ++---
 mail/swaks/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (28 lines):

diff -r 3851282d2abe -r 6e913ccaa708 mail/swaks/Makefile
--- a/mail/swaks/Makefile       Mon Dec 02 13:51:01 2019 +0000
+++ b/mail/swaks/Makefile       Mon Dec 02 16:42:14 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2019/08/11 13:21:42 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2019/12/02 16:42:14 schmonz Exp $
 
-DISTNAME=              swaks-20181104.0
-PKGREVISION=           1
+DISTNAME=              swaks-20190914.0
 CATEGORIES=            mail
 MASTER_SITES=          ${HOMEPAGE}files/
 
diff -r 3851282d2abe -r 6e913ccaa708 mail/swaks/distinfo
--- a/mail/swaks/distinfo       Mon Dec 02 13:51:01 2019 +0000
+++ b/mail/swaks/distinfo       Mon Dec 02 16:42:14 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/11/05 18:22:11 schmonz Exp $
+$NetBSD: distinfo,v 1.3 2019/12/02 16:42:14 schmonz Exp $
 
-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
+SHA1 (swaks-20190914.0.tar.gz) = 6d1c2750f583859a12bde4c62d2076fc4fee2c78
+RMD160 (swaks-20190914.0.tar.gz) = 3118ba74f969648b609f507c7be9e8409f4deec3
+SHA512 (swaks-20190914.0.tar.gz) = 3167435a73e7729d090cba2431d5828895c25154c36d92e0ebecd5c4e2430ca596d62bb3e6eb3b65eadabd52c8331fe3bb8a492cce3ad247fa113c0af9c67339
+Size (swaks-20190914.0.tar.gz) = 120803 bytes



Home | Main Index | Thread Index | Old Index