From e8c66d95431b750cc4d662d9491836bc07286b1b Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 25 Jun 2026 17:00:53 +0800 Subject: [PATCH] postfix: upgrade 3.11.3 -> 3.11.4 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../postfix/{postfix_3.11.3.bb => postfix_3.11.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-daemons/postfix/{postfix_3.11.3.bb => postfix_3.11.4.bb} (99%) diff --git a/meta-networking/recipes-daemons/postfix/postfix_3.11.3.bb b/meta-networking/recipes-daemons/postfix/postfix_3.11.4.bb similarity index 99% rename from meta-networking/recipes-daemons/postfix/postfix_3.11.3.bb rename to meta-networking/recipes-daemons/postfix/postfix_3.11.4.bb index 0c38c743e7..1877c3c187 100644 --- a/meta-networking/recipes-daemons/postfix/postfix_3.11.3.bb +++ b/meta-networking/recipes-daemons/postfix/postfix_3.11.4.bb @@ -29,7 +29,7 @@ SRC_URI = "http://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${P file://0001-Fix-build-with-musl.patch \ " -SRC_URI[sha256sum] = "bd11dcc463d7045e40f2c11cc00216489c73b58cc40b3d06c54265b088a173e1" +SRC_URI[sha256sum] = "226ec59a18e43e277691005e31496f7608b9ba9210be600a267fb217a4a6cee9" UPSTREAM_CHECK_URI = "https://www.postfix.org/announcements.html" UPSTREAM_CHECK_REGEX = "postfix-(?P\d+(\.\d+)+)"