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:   ktnb
Date:           Thu May 14 13:38:39 UTC 2026

Modified Files:
        pkgsrc/mail/msmtp: Makefile PLIST distinfo

Log Message:
msmtp: update to 1.8.32

- mostly bug fixes
- Added a new configuration command 'set_to_header' with the default
  setting 'off'. If activated, this replaces To, Cc, Bcc with a new
  To header. The setting 'undisclosed_recipients' replaces the
  separate command of the same name (but the old command remains
  supported for compatibility).
- Added a new substitution pattern '%F' for the 'from' command. This
  allows to set the envelope-from address to the content of the From
  header.
- Many improvements in the msmtpq script.


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 pkgsrc/mail/msmtp/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/mail/msmtp/PLIST
cvs rdiff -u -r1.50 -r1.51 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.106 pkgsrc/mail/msmtp/Makefile:1.107
--- pkgsrc/mail/msmtp/Makefile:1.106    Fri Feb  6 10:05:14 2026
+++ pkgsrc/mail/msmtp/Makefile  Thu May 14 13:38:39 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.106 2026/02/06 10:05:14 wiz Exp $
+# $NetBSD: Makefile,v 1.107 2026/05/14 13:38:39 ktnb Exp $
 
-DISTNAME=              msmtp-1.8.28
-PKGREVISION=           5
+DISTNAME=              msmtp-1.8.32
 CATEGORIES=            mail
 MASTER_SITES=          ${HOMEPAGE}releases/
 EXTRACT_SUFX=          .tar.xz

Index: pkgsrc/mail/msmtp/PLIST
diff -u pkgsrc/mail/msmtp/PLIST:1.17 pkgsrc/mail/msmtp/PLIST:1.18
--- pkgsrc/mail/msmtp/PLIST:1.17        Fri Feb 21 17:50:05 2025
+++ pkgsrc/mail/msmtp/PLIST     Thu May 14 13:38:39 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2025/02/21 17:50:05 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.18 2026/05/14 13:38:39 ktnb Exp $
 bin/msmtp
 bin/msmtpd
 info/msmtp.info
@@ -16,6 +16,7 @@ share/locale/sr/LC_MESSAGES/msmtp.mo
 share/locale/sv/LC_MESSAGES/msmtp.mo
 share/locale/ta/LC_MESSAGES/msmtp.mo
 share/locale/uk/LC_MESSAGES/msmtp.mo
+share/locale/zh_CN/LC_MESSAGES/msmtp.mo
 ${PLIST.scripts}share/msmtp/find_alias/find_alias_for_msmtp.sh
 ${PLIST.scripts}share/msmtp/msmtpq/README.msmtpq
 ${PLIST.scripts}share/msmtp/msmtpq/msmtp-queue

Index: pkgsrc/mail/msmtp/distinfo
diff -u pkgsrc/mail/msmtp/distinfo:1.50 pkgsrc/mail/msmtp/distinfo:1.51
--- pkgsrc/mail/msmtp/distinfo:1.50     Fri Feb 21 17:50:05 2025
+++ pkgsrc/mail/msmtp/distinfo  Thu May 14 13:38:39 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.50 2025/02/21 17:50:05 schmonz Exp $
+$NetBSD: distinfo,v 1.51 2026/05/14 13:38:39 ktnb Exp $
 
-BLAKE2s (msmtp-1.8.28.tar.xz) = 3d67fc40dd169dfac0f283c724c80293114b29868fd4464f08e921eef483cc2f
-SHA512 (msmtp-1.8.28.tar.xz) = 4e02e984bed897d950b4ff66b5b759f05471a19f0074c604a68a8227cd6736ecce2c22ff5e00b12acf1cbd138920c7f032c5456edac9e013a432a8e293a0ae0d
-Size (msmtp-1.8.28.tar.xz) = 442768 bytes
+BLAKE2s (msmtp-1.8.32.tar.xz) = a9b603c821cb5934e502e2e8cb582eba341f824a56681de5144173d6de7b49fd
+SHA512 (msmtp-1.8.32.tar.xz) = d72d937187496a36a69809f051f98de34fe0ca6e0b65b64c80f283c98de5a5b66f3b444a6af2f995d8f54db878678baffecfc42ccb7ba51b3450690913932776
+Size (msmtp-1.8.32.tar.xz) = 456960 bytes



Home | Main Index | Thread Index | Old Index