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: Sat May 9 11:08:25 UTC 2020
Modified Files:
pkgsrc/mail/msmtp: Makefile PLIST distinfo
Log Message:
msmtp: Update to 1.8.10
Changes:
1.8.10
------
- The msmtpq script was fixed (it was accidently broken in 1.8.8)
[that was partially fixed in 1.8.9, that was omitted in the release notes]
- Updated translations.
- New serbian translation is included.
1.8.8
-----
- Added a new socket command and --socket option to connect via local sockets.
- Added a new tls_host_override command and --tls-host-override option to
override the host name used for TLS verification.
- Added a new set_from_header command and --set-from-header option with three
settings:
- on: always set a From header, possibly replacing an existing one
- off: never set a From header
- auto: add a From header if there is none (this is the default).
This replaces the add_missing_from_header option (which remains supported).
- Added a new set_date_header command and --set-date-header option with two
settings:
- off: never set a Date header
- auto: add a Date header if there is none (this is the default).
This replaces the add_missing_date_header option (which remains supported).
- Fixed the handling of empty From headers with --read-recipients/-t.
- Fixed the source_ip command for proxies.
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/mail/msmtp/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/mail/msmtp/PLIST
cvs rdiff -u -r1.41 -r1.42 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.79 pkgsrc/mail/msmtp/Makefile:1.80
--- pkgsrc/mail/msmtp/Makefile:1.79 Sun Mar 8 16:50:24 2020
+++ pkgsrc/mail/msmtp/Makefile Sat May 9 11:08:25 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.79 2020/03/08 16:50:24 wiz Exp $
+# $NetBSD: Makefile,v 1.80 2020/05/09 11:08:25 leot Exp $
-DISTNAME= msmtp-1.8.7
-PKGREVISION= 2
+DISTNAME= msmtp-1.8.10
CATEGORIES= mail
MASTER_SITES= https://marlam.de/msmtp/releases/
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/mail/msmtp/PLIST
diff -u pkgsrc/mail/msmtp/PLIST:1.13 pkgsrc/mail/msmtp/PLIST:1.14
--- pkgsrc/mail/msmtp/PLIST:1.13 Thu Jan 17 18:39:54 2019
+++ pkgsrc/mail/msmtp/PLIST Sat May 9 11:08:25 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2019/01/17 18:39:54 leot Exp $
+@comment $NetBSD: PLIST,v 1.14 2020/05/09 11:08:25 leot Exp $
bin/msmtp
bin/msmtpd
info/msmtp.info
@@ -8,6 +8,8 @@ share/examples/msmtp/msmtprc-user.exampl
share/locale/de/LC_MESSAGES/msmtp.mo
share/locale/fr/LC_MESSAGES/msmtp.mo
share/locale/pt_BR/LC_MESSAGES/msmtp.mo
+share/locale/sr/LC_MESSAGES/msmtp.mo
+share/locale/ta/LC_MESSAGES/msmtp.mo
share/locale/uk/LC_MESSAGES/msmtp.mo
${PLIST.scripts}share/msmtp/find_alias/find_alias_for_msmtp.sh
${PLIST.scripts}share/msmtp/msmtpq/README.msmtpq
Index: pkgsrc/mail/msmtp/distinfo
diff -u pkgsrc/mail/msmtp/distinfo:1.41 pkgsrc/mail/msmtp/distinfo:1.42
--- pkgsrc/mail/msmtp/distinfo:1.41 Sun Dec 29 12:44:26 2019
+++ pkgsrc/mail/msmtp/distinfo Sat May 9 11:08:25 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.41 2019/12/29 12:44:26 leot Exp $
+$NetBSD: distinfo,v 1.42 2020/05/09 11:08:25 leot Exp $
-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
+SHA1 (msmtp-1.8.10.tar.xz) = 1ed7f445346b35e9cb356559efebc8407816177b
+RMD160 (msmtp-1.8.10.tar.xz) = 8a949c7a5bc8ef19b0b901e6ed6a42d944726ce8
+SHA512 (msmtp-1.8.10.tar.xz) = 0d2280772ded3ed33036f7a9047c054f413e34f8264a82df26b85dc48000fa318d5400201ce0b888f3d821c629e25e17e5cf6b69b3e452b14e6883904b4ad83b
+Size (msmtp-1.8.10.tar.xz) = 355364 bytes
Home |
Main Index |
Thread Index |
Old Index