diff options
| author | Ankur Tyagi <ankur.tyagi85@gmail.com> | 2025-11-11 22:37:25 +1300 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2025-11-12 11:14:57 +0530 |
| commit | 7632025d8a62eecd18dfa6c91d4e3f0bf2e7cbcd (patch) | |
| tree | f0e93b993d22a0bb2d42d906d04d11a08d4ebefd | |
| parent | cab0df9423431bebf7cefe43de3eca6422ef6a54 (diff) | |
| download | meta-openembedded-7632025d8a62eecd18dfa6c91d4e3f0bf2e7cbcd.tar.gz | |
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>
| -rw-r--r-- | meta-networking/recipes-daemons/postfix/files/0006-postfix-add-preliminary-setting.patch | 31 | ||||
| -rw-r--r-- | meta-networking/recipes-daemons/postfix/postfix_3.8.12.bb (renamed from meta-networking/recipes-daemons/postfix/postfix_3.8.9.bb) | 3 |
2 files changed, 1 insertions, 33 deletions
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 50d0073262..0000000000 --- a/meta-networking/recipes-daemons/postfix/files/0006-postfix-add-preliminary-setting.patch +++ /dev/null | |||
| @@ -1,31 +0,0 @@ | |||
| 1 | From c09d377cd3b91c4c4360ebfab5be37f6296ff26a Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Jinfeng Wang <jinfeng.wang.cn@windriver.com> | ||
| 3 | Date: Wed, 16 Jul 2025 02:54:28 +0000 | ||
| 4 | Subject: [PATCH] postfix: add preliminary setting | ||
| 5 | |||
| 6 | post-install call postconf commands to modify main.cf. When multiple | ||
| 7 | parameters to postconf, the order of those parameters in main.cf is random. | ||
| 8 | Then it will reproduce random results in rootfs file(sample-main.cf). To | ||
| 9 | fix this, add preliminary setting in main.cf. | ||
| 10 | |||
| 11 | Upstream-Status: Inappropriate [this is the use of post-install, | ||
| 12 | upstream is not affected] | ||
| 13 | |||
| 14 | Signed-off-by: Jinfeng Wang <jinfeng.wang.cn@windriver.com> | ||
| 15 | --- | ||
| 16 | conf/main.cf | 2 ++ | ||
| 17 | 1 file changed, 2 insertions(+) | ||
| 18 | |||
| 19 | diff --git a/conf/main.cf b/conf/main.cf | ||
| 20 | index 2ee7996..0c208e6 100644 | ||
| 21 | --- a/conf/main.cf | ||
| 22 | +++ b/conf/main.cf | ||
| 23 | @@ -683,3 +683,5 @@ sample_directory = | ||
| 24 | # | ||
| 25 | readme_directory = | ||
| 26 | inet_protocols = ipv4 | ||
| 27 | +shlib_directory = | ||
| 28 | +meta_directory = | ||
| 29 | -- | ||
| 30 | 2.31.3 | ||
| 31 | |||
diff --git a/meta-networking/recipes-daemons/postfix/postfix_3.8.9.bb b/meta-networking/recipes-daemons/postfix/postfix_3.8.12.bb index 1df5d1b415..d3c91782e7 100644 --- a/meta-networking/recipes-daemons/postfix/postfix_3.8.9.bb +++ b/meta-networking/recipes-daemons/postfix/postfix_3.8.12.bb | |||
| @@ -26,10 +26,9 @@ SRC_URI = "http://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${P | |||
| 26 | file://0003-makedefs-Use-native-compiler-to-build-makedefs.test.patch \ | 26 | file://0003-makedefs-Use-native-compiler-to-build-makedefs.test.patch \ |
| 27 | file://0004-Fix-icu-config.patch \ | 27 | file://0004-Fix-icu-config.patch \ |
| 28 | file://0005-makedefs-add-lnsl-and-lresolv-to-SYSLIBS-by-default.patch \ | 28 | file://0005-makedefs-add-lnsl-and-lresolv-to-SYSLIBS-by-default.patch \ |
| 29 | file://0006-postfix-add-preliminary-setting.patch \ | ||
| 30 | " | 29 | " |
| 31 | 30 | ||
| 32 | SRC_URI[sha256sum] = "d0205a11e36d57b640daaa17a7e7166b8abc730d93b1db7e92e32dfb24bbfde1" | 31 | SRC_URI[sha256sum] = "0fdabc9f272ee6c85781750dbd2642920701795f948f2fd3abe7b46a1f5160a9" |
| 33 | 32 | ||
| 34 | UPSTREAM_CHECK_REGEX = "postfix\-(?P<pver>3\.8(\.\d+)+).tar.gz" | 33 | UPSTREAM_CHECK_REGEX = "postfix\-(?P<pver>3\.8(\.\d+)+).tar.gz" |
| 35 | 34 | ||
