pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/msmtp



Module Name:    pkgsrc
Committed By:   leot
Date:           Sun Dec 29 12:44:26 UTC 2019

Modified Files:
        pkgsrc/mail/msmtp: Makefile distinfo

Log Message:
msmtp: Update to 1.8.7

Changes:
1.8.7
-----
- Extend `from' command that sets the envelope from address: the
  patterns %U, %H, %C, %M are now replaced with user name, host name,
  canonicalized host name, and the contents of /etc/mailname. This is
  useful for system-wide installations and is more powerful than the old
  auto_from and maildomain commands, which are now deprecated (but still
  supported, of course).

1.8.6
-----
- Aliases are now expanded recursively
- Minor bug fixes


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/mail/msmtp/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/mail/msmtp/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/msmtp/Makefile
diff -u pkgsrc/mail/msmtp/Makefile:1.76 pkgsrc/mail/msmtp/Makefile:1.77
--- pkgsrc/mail/msmtp/Makefile:1.76     Sat Jul 20 22:46:31 2019
+++ pkgsrc/mail/msmtp/Makefile  Sun Dec 29 12:44:26 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.76 2019/07/20 22:46:31 wiz Exp $
+# $NetBSD: Makefile,v 1.77 2019/12/29 12:44:26 leot Exp $
 
-DISTNAME=      msmtp-1.8.5
-PKGREVISION=   1
+DISTNAME=      msmtp-1.8.7
 CATEGORIES=    mail
 MASTER_SITES=  https://marlam.de/msmtp/releases/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/mail/msmtp/distinfo
diff -u pkgsrc/mail/msmtp/distinfo:1.40 pkgsrc/mail/msmtp/distinfo:1.41
--- pkgsrc/mail/msmtp/distinfo:1.40     Sat Jul 13 08:42:47 2019
+++ pkgsrc/mail/msmtp/distinfo  Sun Dec 29 12:44:26 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.40 2019/07/13 08:42:47 leot Exp $
+$NetBSD: distinfo,v 1.41 2019/12/29 12:44:26 leot Exp $
 
-SHA1 (msmtp-1.8.5.tar.xz) = 943210939c10da9e2cbe63474e0be681c144222b
-RMD160 (msmtp-1.8.5.tar.xz) = e5a0370cc89c045f6e20c0e27bd5ce1b07051db5
-SHA512 (msmtp-1.8.5.tar.xz) = 16e85d714b15e07f96f5ed5bf32b0c97a970877c13cfb77b5df29f7ea075d4da899a58786dcd60ace049b1f15061f4bcf96fa7fd442413560066a6c17a60f9a8
-Size (msmtp-1.8.5.tar.xz) = 338840 bytes
+SHA1 (msmtp-1.8.7.tar.xz) = 0a6a7a5b453e52bc5c5e1e74b1fb11f81e394c2c
+RMD160 (msmtp-1.8.7.tar.xz) = f5b7ce9a5433ec61fed976f659a8755302f4e6a9
+SHA512 (msmtp-1.8.7.tar.xz) = 5a079cb90b48853ad812125e8b341f5bcd5f5ba4725d62c37210050896527b63f993aa6393f1d4107636153bf0ed84b0288e88a7e78a119c66b2d58f1e69a67d
+Size (msmtp-1.8.7.tar.xz) = 340908 bytes



Home | Main Index | Thread Index | Old Index