diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2025-02-25 15:47:07 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-02-25 04:50:38 -0800 |
commit | 9e656e3ac21523260ea9a5b8a84c6853898a2b05 (patch) | |
tree | 6eb888e4c054806b06b0a2198851cacdf7c736e5 | |
parent | 1057187140ee53be2544710e06e95634c0c3b291 (diff) | |
download | meta-openembedded-9e656e3ac21523260ea9a5b8a84c6853898a2b05.tar.gz |
postfix: upgrade 3.8.6 -> 3.8.9
ChangeLog:
http://ftp.porcupine.org/mirrors/postfix-release/official/postfix-3.8.9.HISTORY
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.9.bb (renamed from meta-networking/recipes-daemons/postfix/postfix_3.8.6.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/postfix/postfix_3.8.6.bb b/meta-networking/recipes-daemons/postfix/postfix_3.8.9.bb index d48e9145f8..2c474e4d04 100644 --- a/meta-networking/recipes-daemons/postfix/postfix_3.8.6.bb +++ b/meta-networking/recipes-daemons/postfix/postfix_3.8.9.bb | |||
@@ -28,7 +28,7 @@ SRC_URI = "http://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${P | |||
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] = "4b6e17c826cc438cc3016a9c0a55ea7e77c6cbafba7dd57241d81b690b0e9774" | 31 | SRC_URI[sha256sum] = "d0205a11e36d57b640daaa17a7e7166b8abc730d93b1db7e92e32dfb24bbfde1" |
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 | ||