From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 4/6] msmtp: upgrade 1.8.32 -> 1.8.34
Date: Sat, 1 Aug 2026 13:14:52 +0100 [thread overview]
Message-ID: <20260801121454.2770123-4-richard.purdie@linuxfoundation.org> (raw)
In-Reply-To: <20260801121454.2770123-1-richard.purdie@linuxfoundation.org>
* Bump version to 1.8.34
* Update translations
* Update NEWS
* Update gettext.h from current gettext
* msmtpq: fix loop condition in make_id()
* msmtpq: fix compatibility with older bash
* Fix: msmtpd can leak zombie session children and eventually stop accepting connections
* Fix base64 build on FreeBSD
* Bump version to 1.8.33
* Bump year in --version output
* Add curl-based connection test to use when ping-style prohibited
* Update gettext files
* Fix heap buffer overflow in RCPT TO command buffer growth
* Add curl-based connection test to use when ping-style prohibited
* msmtpd: fix infinite loop in smtp_pipe on premature client disconnect
* msmtpd: fix read_smtp_cmd out-of-bounds access when len=0
* Protect against overflow in string_replace()
* Fix a potential overflow or NULL pointer dereference on systems lacking strndup()
* Update base64 from current gnulib
* Protect against buffer overflow with very large input strings
* Fix a potential error-mishandling on systems lacking vasprintf()
* Fix typo in man page
* Fix typo in msmtp.texi
* msmtpd: allow NOOP and RSET commands at certain points in the session
* Fix minor type
* Update notification checks for DBUS session address
* Adds connection test option q to force msmtpq to queue
* msmtpq: Add uuid, simplify anti-collision logic
* msmtpq: explicitly enumerate globs
* msmtpq: move up err() defn (SC complained)
* msmtpq: Add config knobs (esp rc location)
* express failed sending attempt more clearly
* msmtpq: robust notify, stderr, nc timeout, path/typo fix
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
.../recipes-extended/msmtp/{msmtp_1.8.32.bb => msmtp_1.8.34.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-extended/msmtp/{msmtp_1.8.32.bb => msmtp_1.8.34.bb} (88%)
diff --git a/meta/recipes-extended/msmtp/msmtp_1.8.32.bb b/meta/recipes-extended/msmtp/msmtp_1.8.34.bb
similarity index 88%
rename from meta/recipes-extended/msmtp/msmtp_1.8.32.bb
rename to meta/recipes-extended/msmtp/msmtp_1.8.34.bb
index 7f39f66f65a..c6ac7bf5857 100644
--- a/meta/recipes-extended/msmtp/msmtp_1.8.32.bb
+++ b/meta/recipes-extended/msmtp/msmtp_1.8.34.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
UPSTREAM_CHECK_URI = "https://marlam.de/msmtp/download/"
SRC_URI = "https://marlam.de/${BPN}/releases/${BP}.tar.xz"
-SRC_URI[sha256sum] = "20cd58b58dd007acf7b937fa1a1e21f3afb3e9ef5bbcfb8b4f5650deadc64db4"
+SRC_URI[sha256sum] = "84e8fe2a5a80a1ee7802013b3fbdb846a3f27a4163cf37a1c6d7c7f888873ead"
inherit gettext autotools update-alternatives pkgconfig
next prev parent reply other threads:[~2026-08-01 12:15 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-01 12:14 [PATCH 1/6] cmake: upgrade 4.4.1 -> 4.4.2 Richard Purdie
2026-08-01 12:14 ` [PATCH 2/6] harfbuzz: upgrade 14.2.1 -> 14.3.0 Richard Purdie
2026-08-01 12:14 ` [PATCH 3/6] hwdata: upgrade 0.409 -> 0.410 Richard Purdie
2026-08-01 12:14 ` Richard Purdie [this message]
2026-08-01 12:14 ` [PATCH 5/6] spirv-llvm-translator: upgrade 22.1.2 -> 22.1.5 Richard Purdie
2026-08-03 7:59 ` [OE-core] " Mathieu Dubois-Briand
2026-08-03 8:16 ` Richard Purdie
2026-08-03 8:53 ` Richard Purdie
2026-08-01 12:14 ` [PATCH 6/6] ttyrun: upgrade 2.43.0 -> 2.44.0 Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260801121454.2770123-4-richard.purdie@linuxfoundation.org \
--to=richard.purdie@linuxfoundation.org \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox