diff options
author | leot <leot@pkgsrc.org> | 2020-05-09 11:08:25 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2020-05-09 11:08:25 +0000 |
commit | a9927250ac49b5e55d63ec18af011a118a2dfb32 (patch) | |
tree | b53b8ef9a1cbb47fa3481108ff342fdbad76ede0 /mail | |
parent | 581f3008e710331a21bed63e3c3b69a183dd7f3a (diff) | |
download | pkgsrc-a9927250ac49b5e55d63ec18af011a118a2dfb32.tar.gz |
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.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/msmtp/Makefile | 5 | ||||
-rw-r--r-- | mail/msmtp/PLIST | 4 | ||||
-rw-r--r-- | mail/msmtp/distinfo | 10 |
3 files changed, 10 insertions, 9 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 2babdbb6791..3015657cd34 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -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 diff --git a/mail/msmtp/PLIST b/mail/msmtp/PLIST index d765b49340f..24ed55b5654 100644 --- a/mail/msmtp/PLIST +++ b/mail/msmtp/PLIST @@ -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.example 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 diff --git a/mail/msmtp/distinfo b/mail/msmtp/distinfo index f3ae98d8836..078605866ca 100644 --- a/mail/msmtp/distinfo +++ b/mail/msmtp/distinfo @@ -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 |