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 20201010.0. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9da6a830975
branches:  trunk
changeset: 440599:f9da6a830975
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Tue Oct 13 10:04:31 2020 +0000

description:
Update to 20201010.0. From the changelog:

New features:
- Added .netrc support
- Added –tls-sni option
- Swaks is now available on CPAN as App::swaks
- Swaks will now print errors if deprecated functionality is used

Notable changes:
- Automatic file detection is deprecated. Previously, if an argument
  to –data, –body, –attach-body, and –attach resolved to an
  openable file, the contents of that file would be used as the actual
  argument. Now the proper way to do this is to place '@' in front
  of the argument to state explicitly that the argument contents are
  in a file.
- If any of the –xclient-* family of options (–xclient-name,
  –xclient-addr, etc) is provided more than once, only the last option
  provided will be used. See –xclient option if you need to simulate
  the previous behavior
- -g option is now deprecated
- Time::Local is no longer used and POSIX is now listed as a
  required module

Notable bugs fixed:
- Fix for subtle issue related to environment variable options. Affected
  error handling for options which required args.
- Fix issue preventing XCLIENT and STARTTLS from working together
  properly (#21)
- Fix issue which could cause generated date header to oscillate on the
  day of DST transition (#17, deb bug 955798)

diffstat:

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

diffs (28 lines):

diff -r 14d313f97ca8 -r f9da6a830975 mail/swaks/Makefile
--- a/mail/swaks/Makefile       Tue Oct 13 09:46:03 2020 +0000
+++ b/mail/swaks/Makefile       Tue Oct 13 10:04:31 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2020/09/04 13:53:37 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2020/10/13 10:04:31 schmonz Exp $
 
-DISTNAME=              swaks-20190914.0
-PKGREVISION=           5
+DISTNAME=              swaks-20201010.0
 CATEGORIES=            mail
 MASTER_SITES=          ${HOMEPAGE}files/
 
diff -r 14d313f97ca8 -r f9da6a830975 mail/swaks/distinfo
--- a/mail/swaks/distinfo       Tue Oct 13 09:46:03 2020 +0000
+++ b/mail/swaks/distinfo       Tue Oct 13 10:04:31 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/12/02 16:42:14 schmonz Exp $
+$NetBSD: distinfo,v 1.4 2020/10/13 10:04:31 schmonz Exp $
 
-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
+SHA1 (swaks-20201010.0.tar.gz) = 06949560d8b13166232c853fc88465f9b1b49aa2
+RMD160 (swaks-20201010.0.tar.gz) = 30d070736d7c8f3f66c76275da16225d4410e8b3
+SHA512 (swaks-20201010.0.tar.gz) = 1154a1987cca32a579b063310f88734faf3552a48a582ceb849c30e15e1c7ad5257629a64b06263fcee2f5c0f9d0821492567a21c9a18613cd7d7ca8b0727685
+Size (swaks-20201010.0.tar.gz) = 110325 bytes


Home | Main Index | Thread Index | Old Index