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:           Tue Oct 13 10:04:31 UTC 2020

Modified Files:
        pkgsrc/mail/swaks: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/mail/swaks/Makefile
cvs rdiff -u -r1.3 -r1.4 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.11 pkgsrc/mail/swaks/Makefile:1.12
--- pkgsrc/mail/swaks/Makefile:1.11     Fri Sep  4 13:53:37 2020
+++ pkgsrc/mail/swaks/Makefile  Tue Oct 13 10:04:31 2020
@@ -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/
 

Index: pkgsrc/mail/swaks/distinfo
diff -u pkgsrc/mail/swaks/distinfo:1.3 pkgsrc/mail/swaks/distinfo:1.4
--- pkgsrc/mail/swaks/distinfo:1.3      Mon Dec  2 16:42:14 2019
+++ pkgsrc/mail/swaks/distinfo  Tue Oct 13 10:04:31 2020
@@ -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