diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2024-03-07 10:26:37 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-03-08 10:07:25 -0800 |
commit | 297c8b2031e646bac93967e473878e892d6a899d (patch) | |
tree | 971cb80e573f3086abbbe747eba2b32cd53ffad1 | |
parent | f240c5cecf3d7ee75d5ec1ece4c412c94434a879 (diff) | |
download | meta-openembedded-297c8b2031e646bac93967e473878e892d6a899d.tar.gz |
postfix: upgrade 3.8.5 -> 3.8.6
ChangeLog:
https://www.postfix.org/announcements/postfix-3.8.6.html
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-daemons/postfix/postfix_3.8.6.bb (renamed from meta-networking/recipes-daemons/postfix/postfix_3.8.5.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/postfix/postfix_3.8.5.bb b/meta-networking/recipes-daemons/postfix/postfix_3.8.6.bb index 1c92c07a3c..0e433bb511 100644 --- a/meta-networking/recipes-daemons/postfix/postfix_3.8.5.bb +++ b/meta-networking/recipes-daemons/postfix/postfix_3.8.6.bb | |||
@@ -28,7 +28,7 @@ SRC_URI = "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV | |||
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 | " | 29 | " |
30 | 30 | ||
31 | SRC_URI[sha256sum] = "f3e827a2b2e410359ad25d31341970434ab07e36139f9a2ef93981b0ec564c85" | 31 | SRC_URI[sha256sum] = "4b6e17c826cc438cc3016a9c0a55ea7e77c6cbafba7dd57241d81b690b0e9774" |
32 | 32 | ||
33 | UPSTREAM_CHECK_REGEX = "postfix\-(?P<pver>3\.8(\.\d+)+).tar.gz" | 33 | UPSTREAM_CHECK_REGEX = "postfix\-(?P<pver>3\.8(\.\d+)+).tar.gz" |
34 | 34 | ||