From: Richard Purdie Date: Sat, 1 Aug 2026 05:43:24 +0000 (+0000) Subject: msmtp: upgrade 1.8.32 -> 1.8.34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b4a89bebb7c2c9bea463e2e005eeabac66d8d2ba;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git msmtp: upgrade 1.8.32 -> 1.8.34 * 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 --- 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 7f39f66f65..c6ac7bf585 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