mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
postfix: upgrade 3.8.9 -> 3.8.12
Release Notes: http://ftp.porcupine.org/mirrors/postfix-release/official/postfix-3.8.12.RELEASE_NOTES Dropped 0006-postfix-add-preliminary-setting.patch as changes are now part of current version 3.8.12 (20250919) http://ftp.porcupine.org/mirrors/postfix-release/official/postfix-3.8.12.HISTORY Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
-31
@@ -1,31 +0,0 @@
|
|||||||
From c09d377cd3b91c4c4360ebfab5be37f6296ff26a Mon Sep 17 00:00:00 2001
|
|
||||||
From: Jinfeng Wang <jinfeng.wang.cn@windriver.com>
|
|
||||||
Date: Wed, 16 Jul 2025 02:54:28 +0000
|
|
||||||
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 2ee7996..0c208e6 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.31.3
|
|
||||||
|
|
||||||
+1
-2
@@ -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://0003-makedefs-Use-native-compiler-to-build-makedefs.test.patch \
|
||||||
file://0004-Fix-icu-config.patch \
|
file://0004-Fix-icu-config.patch \
|
||||||
file://0005-makedefs-add-lnsl-and-lresolv-to-SYSLIBS-by-default.patch \
|
file://0005-makedefs-add-lnsl-and-lresolv-to-SYSLIBS-by-default.patch \
|
||||||
file://0006-postfix-add-preliminary-setting.patch \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "d0205a11e36d57b640daaa17a7e7166b8abc730d93b1db7e92e32dfb24bbfde1"
|
SRC_URI[sha256sum] = "0fdabc9f272ee6c85781750dbd2642920701795f948f2fd3abe7b46a1f5160a9"
|
||||||
|
|
||||||
UPSTREAM_CHECK_REGEX = "postfix\-(?P<pver>3\.8(\.\d+)+).tar.gz"
|
UPSTREAM_CHECK_REGEX = "postfix\-(?P<pver>3\.8(\.\d+)+).tar.gz"
|
||||||
|
|
||||||
Reference in New Issue
Block a user