git: 13fe46376f9a - main - mail/msmtp: update to 1.8.34
Roman Bogorodskiy <[email protected]> Sun, 02 Aug 2026 09:57:27 +0000
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by novel: URL: https://cgit.FreeBSD.org/ports/commit/?id=13fe46376f9a5d3e9938dc2473680a2f87fbbf63 commit 13fe46376f9a5d3e9938dc2473680a2f87fbbf63 Author: Roman Bogorodskiy <[email protected]> AuthorDate: 2026-08-02 06:20:40 +0000 Commit: Roman Bogorodskiy <[email protected]> CommitDate: 2026-08-02 09:56:18 +0000 mail/msmtp: update to 1.8.34 - Update to 1.8.34 - Remove patch merged upstream --- mail/msmtp/Makefile | 2 +- mail/msmtp/distinfo | 6 +++--- mail/msmtp/files/patch-src_base64.h | 10 ---------- 3 files changed, 4 insertions(+), 14 deletions(-) diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index d2bd16fd0b81..098d3c51ddae 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -1,5 +1,5 @@ PORTNAME= msmtp -DISTVERSION= 1.8.33 +DISTVERSION= 1.8.34 CATEGORIES= mail MASTER_SITES= https://marlam.de/msmtp/releases/ diff --git a/mail/msmtp/distinfo b/mail/msmtp/distinfo index 873b6d23ed94..684fbac1accd 100644 --- a/mail/msmtp/distinfo +++ b/mail/msmtp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1783836132 -SHA256 (msmtp-1.8.33.tar.xz) = 41c163ce2c4c8c3c326cda8d0abd9391a7323788f0a893f49bfbe7aff3d4f276 -SIZE (msmtp-1.8.33.tar.xz) = 463300 +TIMESTAMP = 1785651415 +SHA256 (msmtp-1.8.34.tar.xz) = 84e8fe2a5a80a1ee7802013b3fbdb846a3f27a4163cf37a1c6d7c7f888873ead +SIZE (msmtp-1.8.34.tar.xz) = 463940 diff --git a/mail/msmtp/files/patch-src_base64.h b/mail/msmtp/files/patch-src_base64.h deleted file mode 100644 index aa078b4d2b13..000000000000 --- a/mail/msmtp/files/patch-src_base64.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/base64.h.orig 2026-07-12 06:06:01 UTC -+++ src/base64.h -@@ -18,6 +18,7 @@ - #ifndef BASE64_H - #define BASE64_H - -+#include <stdbool.h> - #include <stddef.h> - typedef size_t idx_t; -