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.9.1 Date: Mon, 13 Jan 2025 22:41:07 +0100 Message-ID: <20250113214108.2221728-6-adolf.belka@ipfire.org> In-Reply-To: <20250113214108.2221728-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7334962534650328377==" List-Id: --===============7334962534650328377== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 3.9.0 to 3.9.1 - Update of rootfile not required - Changelog 3.9.1 The mail_version configuration parameter did not have a three-number val= ue (3.9 instead of 3.9.0; it still had the two-number version from the development releases postfix-3.9-yyyymmdd). This broke pathnames derived from the mail_version value, such as shlib_directory. Problem reported = by Michael Orlitzky. Bugfix (defect introduced: Postfix 2.9, date 20111218): with "smtpd_sasl_auth_enable =3D no", the permit_sasl_authenticated feature ignored information that was received with the XCLIENT LOGIN command, so that the client was treated as unauthenticated. This was fixed by remov= ing an unnecessary test. Problem reported by Antonin Verrier. Bugfix (defect introduced: postfix 3.0): the default master.cf syslog_na= me setting for the relay service did not preserve multi-instance informati= on, which complicated logfile analysis. Found during a support discussion. Bugfix (defect introduced: Postfix 2.3, date 20051222): file descriptor leak after failure to connect to a Dovecot auth server. The impact is limited because Dovecot auth failures are rare, there are limits on the number of retries (one), on the number of errors per SMTP session (smtpd_hard_error_limit), on the number of sessions per SMTP server process (max_use), and on the number of file handles per process (manag= ed with sysctl). Found during code maintenance. Bugfix (defect introduced: Postfix 3.4, date 20190121): the postsuper command failed with "open logfile '/path/to/file': Permission denied" w= hen the maillog_file parameter specified a filename and Postfix was not running. This was fixed by opening the maillog_file before dropping root privileges. Found during code maintenance. Bugfix (defect introduced Postfix 3.0). No autodetection of UTF8 text wh= en missing message headers were automatically added by Postfix (for exampl= e, a From: header with UTF8 full name information from the password file). This caused Postfix to send UTF8 in message headers without using the SMTPUTF8 protocol. Problem reported by Michael Tokarev. Signed-off-by: Adolf Belka --- lfs/postfix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/postfix b/lfs/postfix index 497168267..2435f3c39 100644 --- a/lfs/postfix +++ b/lfs/postfix @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2024 IPFire Team = # +# Copyright (C) 2007-2025 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -26,7 +26,7 @@ include Config =20 SUMMARY =3D A fast, secure, and flexible mailer =20 -VER =3D 3.9.0 +VER =3D 3.9.1 =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 45 +PAK_VER =3D 46 =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 e07a525d9cbea43d3ed11f3d672452cf94f88ca7bbaf3c3254bf5b= e4ef675a1797a5fff2444c0db60c6eb53e43734a388a91faed72bb2fb4e3e5a353535602b0 +$(DL_FILE)_BLAKE2 =3D 78be7bf0f0d9e46429b40f98ddc98cac442cfdb404d77073346c97= 3f3d0d4c52f299fc7f5d64bddaaf2db60dd234c52790f1efe4995faee8e2cd10c6f8e2096f =20 install : $(TARGET) =20 --=20 2.47.1 --===============7334962534650328377==--