From 9e656e3ac21523260ea9a5b8a84c6853898a2b05 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Tue, 25 Feb 2025 15:47:07 +0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- .../postfix/{postfix_3.8.6.bb => postfix_3.8.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-daemons/postfix/{postfix_3.8.6.bb => postfix_3.8.9.bb} (99%) diff --git a/meta-networking/recipes-daemons/postfix/postfix_3.8.6.bb b/meta-networking/recipes-daemons/postfix/postfix_3.8.9.bb similarity index 99% rename from meta-networking/recipes-daemons/postfix/postfix_3.8.6.bb rename to 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 file://0005-makedefs-add-lnsl-and-lresolv-to-SYSLIBS-by-default.patch \ " -SRC_URI[sha256sum] = "4b6e17c826cc438cc3016a9c0a55ea7e77c6cbafba7dd57241d81b690b0e9774" +SRC_URI[sha256sum] = "d0205a11e36d57b640daaa17a7e7166b8abc730d93b1db7e92e32dfb24bbfde1" UPSTREAM_CHECK_REGEX = "postfix\-(?P3\.8(\.\d+)+).tar.gz"