From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] postfix: Update to version 3.10.2
Date: Sun, 8 Jun 2025 22:35:07 +0200 [thread overview]
Message-ID: <20250608203507.3302368-6-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20250608203507.3302368-1-adolf.belka@ipfire.org>
- 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 <adolf.belka@ipfire.org>
---
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))
--
2.49.0
prev parent reply other threads:[~2025-06-08 20:35 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-08 20:35 [PATCH] automake: Update to version 1.18 Adolf Belka
2025-06-08 20:35 ` [PATCH] curl: Update to version 8.14.1 Adolf Belka
2025-06-08 20:35 ` [PATCH] hwdata: Update to version 0.396 Adolf Belka
2025-06-08 20:35 ` [PATCH] iputils: Update to version 20250605 Adolf Belka
2025-06-08 20:35 ` [PATCH] libusb: Update to version 1.0.29 Adolf Belka
2025-06-08 20:35 ` Adolf Belka [this message]
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=20250608203507.3302368-6-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.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