From patchwork Sun Jun 8 20:35:07 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8819 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4bFmym4ghvz3wbj for ; Sun, 8 Jun 2025 20:35:28 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4bFmyh6pFJz6d4 for ; Sun, 8 Jun 2025 20:35:24 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bFmyg6Nvbz33jJ for ; Sun, 8 Jun 2025 20:35:23 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bFmyY60cGz34Ct for ; Sun, 8 Jun 2025 20:35:17 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4bFmyX3YzXz5F4; Sun, 8 Jun 2025 20:35:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1749414916; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=7i6cKwsZ0XScflUwkzwTTJW+2HXyMwxGSCpLt2XyHVs=; b=e5k9nBYlodZ1yC7uyUUcN1uu0ESliocP3Aq0qG0GfvcfT8NT+cZb1GQjsrILoZK8jfiV1Z y2KMZuNo1wpdVOAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1749414916; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=7i6cKwsZ0XScflUwkzwTTJW+2HXyMwxGSCpLt2XyHVs=; b=sdNhvw5X42YuvPidvRHeUNIEmTogYIJMjlG4uM57aUga3TggFLo4a+AOJsTu1csZMJw1qY ApWsiQKgn/a/fp9oeos7hpgN8oiIBDmLndcxHR2vwcK698yDoax56TpC418//NMRI4IL3b HdDQGXv0StBhBtmgAfwyD2G9PV6O1JNsrco7sRfhkNbKnSGDku8c/QjhNOmxyuYoNMbvoU gygGrElspra+az8EO8DXLbOA4CGPh47EijNHcTHaJ03snMmHqqnOEXgJ3XvNeLQCoZshBo FCITe1qoAM5OZNvYxA13NHfKXdfkkw7uQvaL17DfvD3fU1aSsv2cyp4TRwpMoA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] postfix: Update to version 3.10.2 Date: Sun, 8 Jun 2025 22:35:07 +0200 Message-ID: <20250608203507.3302368-6-adolf.belka@ipfire.org> In-Reply-To: <20250608203507.3302368-1-adolf.belka@ipfire.org> References: <20250608203507.3302368-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 3.10.1 to 3.10.2 - Update for rootfile not required - Changelog 3.10.2 Bugfix (defect introduced: date 19991116): when appending a setting to a main.cf or master.cf file that did not end in a newline character, the "postconf -e" command did not add an extra newline character before appending the new setting, causing information to become garbled. Fix by Michael Tokarev. Bugfix (defect introduced: Postfix 2.3, date 20051222): the Dovecot auth client did not attempt to create a new connection after an I/O error on an existing connection. Reported by Oleksandr Kozmenko. Improved and corrected error messages when converting (host or service) information to (symbolic text, numerical text, or binary) form. Documentation: updated link to Dovecot documentation. Signed-off-by: Adolf Belka --- lfs/postfix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lfs/postfix b/lfs/postfix index c7c48895e..5dd1a3c98 100644 --- a/lfs/postfix +++ b/lfs/postfix @@ -26,7 +26,7 @@ include Config SUMMARY = A fast, secure, and flexible mailer -VER = 3.10.1 +VER = 3.10.2 THISAPP = postfix-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = postfix -PAK_VER = 47 +PAK_VER = 48 DEPS = @@ -72,7 +72,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = ff2ff4a6fc61eb7f513124abc7a03f69b4c195967816a28a4708fbe7256e78959d499941747ef2fea7999bd2754e2e640e98e247a7870449cffb66ebf30ffee9 +$(DL_FILE)_BLAKE2 = b75fec52e837d43e0fa5d6ede3f44ccc62144133a2c433f536c566362b20a6a9b8a8cbf8e11f64d84fa751311cc9451158cda0edc212a0e45a9097530f41cea4 install : $(TARGET) @@ -112,20 +112,20 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && sh postfix-install -non-interactive ## Install configuration rm -vf /etc/postfix/main.cf.default - + # update main.cf parameters to prevent smtp smuggling attack postconf -e 'smtpd_forbid_bare_newline = yes' postconf -e 'smtpd_forbid_unauth_pipelining = yes' postconf -e 'smtpd_data_restrictions = reject_unauth_pipelining' postconf -e 'smtpd_discard_ehlo_keywords = chunking' - + mkdir -p /var/lib/postfix chown postfix.root /var/lib/postfix install -v -m 644 $(DIR_SRC)/config/backup/includes/postfix \ /var/ipfire/backup/addons/includes/postfix mv /usr/sbin/sendmail /usr/sbin/sendmail.postfix - + #install initscripts $(call INSTALL_INITSCRIPTS,$(SERVICES))