From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] postfix: Update to version 3.8.3 Date: Wed, 08 Nov 2023 22:58:07 +0100 Message-ID: <20231108215809.2617157-11-adolf.belka@ipfire.org> In-Reply-To: <20231108215809.2617157-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2628538791257493591==" List-Id: --===============2628538791257493591== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 3.8.2 to 3.8.3 - Update of rootfile not required - Changelog 3.8.3 Bugfix (defect introduced Postfix 2.5, date 20080104): the Postfix SMTP = server was waiting for a client command instead of replying immediately, after= a client certificate verification error in TLS wrappermode. Reported by Andreas Kinzler. Usability: the Postfix SMTP server (finally) attempts to log the SASL us= ername after authentication failure. In Postfix logging, this appends ", sasl_username=3Dxxx" after the reason for SASL authentication failur= e. The logging replaces an unavailable reason with "(reason unavailable)", and replaces an unavailable sasl_username with "(unavailable)". Based on co= de by Jozsef Kadlecsik. Compatibility bugfix (defect introduced: Postfix 2.11, date 20130405): in forward_path, the expression ${recipient_delimiter} would expand to an = empty string when a recipient address had no recipient delimiter. The compati= bility fix is to use a configured recipient delimiter value instead. Reported = by Tod A. Sandman. Signed-off-by: Adolf Belka --- lfs/postfix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/postfix b/lfs/postfix index 532ec37ca..aab683f4c 100644 --- a/lfs/postfix +++ b/lfs/postfix @@ -26,7 +26,7 @@ include Config =20 SUMMARY =3D A fast, secure, and flexible mailer =20 -VER =3D 3.8.2 +VER =3D 3.8.3 =20 THISAPP =3D postfix-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -34,7 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D postfix -PAK_VER =3D 42 +PAK_VER =3D 43 =20 DEPS =3D =20 @@ -70,7 +70,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 233693e088901e8ed986e34d60b55fb6b786c37868095ab914e604= 9c5ad6aee09f07d3b5d1f2bec64d8570e215bb15196760d30074cd8ddfaeff3897ad117b81 +$(DL_FILE)_BLAKE2 =3D a656606c2a46671548cb954a65d769ba5bf68a5c8f0ccdc0e753b0= 3386956eef3e264b696a306c586f1df1b06fb173e5f3db74c6a9e4d3686c86b8f53be585ed =20 install : $(TARGET) =20 --=20 2.42.1 --===============2628538791257493591==--