diff mbox series

[meta-networking] postfix: upgrade 3.10.1 -> 3.10.5

Message ID 20251028144631.1221737-1-yi.zhao@windriver.com
State Under Review
Headers show
Series [meta-networking] postfix: upgrade 3.10.1 -> 3.10.5 | expand

Commit Message

Yi Zhao Oct. 28, 2025, 2:46 p.m. UTC
ChangeLog:
http://www.postfix.org/announcements/postfix-3.10.2.html
http://www.postfix.org/announcements/postfix-3.10.3.html
http://www.postfix.org/announcements/postfix-3.10.4.html
http://www.postfix.org/announcements/postfix-3.10.5.html

Drop 0006-postfix-add-preliminary-setting.patch as the issue has been
fixed upstream.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 ...0006-postfix-add-preliminary-setting.patch | 31 -------------------
 .../{postfix_3.10.1.bb => postfix_3.10.5.bb}  |  3 +-
 2 files changed, 1 insertion(+), 33 deletions(-)
 delete mode 100644 meta-networking/recipes-daemons/postfix/files/0006-postfix-add-preliminary-setting.patch
 rename meta-networking/recipes-daemons/postfix/{postfix_3.10.1.bb => postfix_3.10.5.bb} (98%)
diff mbox series

Patch

diff --git a/meta-networking/recipes-daemons/postfix/files/0006-postfix-add-preliminary-setting.patch b/meta-networking/recipes-daemons/postfix/files/0006-postfix-add-preliminary-setting.patch
deleted file mode 100644
index 62b3cf0c05..0000000000
--- a/meta-networking/recipes-daemons/postfix/files/0006-postfix-add-preliminary-setting.patch
+++ /dev/null
@@ -1,31 +0,0 @@ 
-From a5863e19d298789328e11057c469636aa8775847 Mon Sep 17 00:00:00 2001
-From: Jinfeng Wang <jinfeng.wang.cn@windriver.com>
-Date: Wed, 2 Jul 2025 10:55:53 +0800
-Subject: [PATCH] postfix: add preliminary setting
-
-post-install call postconf commands to modify main.cf. When multiple
-parameters to postconf, the order of those parameters in main.cf is random.
-Then it will reproduce random results in rootfs file(sample-main.cf). To
-fix this, add preliminary setting in main.cf.
-
-Upstream-Status: Inappropriate [this is the use of post-install,
-upstream is not affected]
-
-Signed-off-by: Jinfeng Wang <jinfeng.wang.cn@windriver.com>
----
- conf/main.cf | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/conf/main.cf b/conf/main.cf
-index 1d2c8c2..50398ba 100644
---- a/conf/main.cf
-+++ b/conf/main.cf
-@@ -683,3 +683,5 @@ sample_directory =
- #
- readme_directory =
- inet_protocols = ipv4
-+shlib_directory =
-+meta_directory =
--- 
-2.34.1
-
diff --git a/meta-networking/recipes-daemons/postfix/postfix_3.10.1.bb b/meta-networking/recipes-daemons/postfix/postfix_3.10.5.bb
similarity index 98%
rename from meta-networking/recipes-daemons/postfix/postfix_3.10.1.bb
rename to meta-networking/recipes-daemons/postfix/postfix_3.10.5.bb
index 444bee0668..edcdc1a8ca 100644
--- a/meta-networking/recipes-daemons/postfix/postfix_3.10.1.bb
+++ b/meta-networking/recipes-daemons/postfix/postfix_3.10.5.bb
@@ -26,10 +26,9 @@  SRC_URI = "http://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${P
            file://0003-makedefs-Use-native-compiler-to-build-makedefs.test.patch \
            file://0004-Fix-icu-config.patch \
            file://0005-makedefs-add-lnsl-and-lresolv-to-SYSLIBS-by-default.patch \
-           file://0006-postfix-add-preliminary-setting.patch \
            "
 
-SRC_URI[sha256sum] = "75868db7a8ed252cd3a14c13a3ce383ddd42563160c02027d061202ee36799bf"
+SRC_URI[sha256sum] = "6a926bf702173861b08e49bcb51fca3a2f269f9a337f72ef159bf46052087e35"
 
 UPSTREAM_CHECK_REGEX = "postfix\-(?P<pver>3\.10(\.\d+)+).tar.gz"