From d18b472bd0e738610230d8393d243864a566102c Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 15 Jul 2026 18:38:38 +0800 Subject: [PATCH] postfix: upgrade 3.11.4 -> 3.11.5 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../postfix/{postfix_3.11.4.bb => postfix_3.11.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-daemons/postfix/{postfix_3.11.4.bb => postfix_3.11.5.bb} (99%) diff --git a/meta-networking/recipes-daemons/postfix/postfix_3.11.4.bb b/meta-networking/recipes-daemons/postfix/postfix_3.11.5.bb similarity index 99% rename from meta-networking/recipes-daemons/postfix/postfix_3.11.4.bb rename to meta-networking/recipes-daemons/postfix/postfix_3.11.5.bb index 1877c3c187..66dc620a3a 100644 --- a/meta-networking/recipes-daemons/postfix/postfix_3.11.4.bb +++ b/meta-networking/recipes-daemons/postfix/postfix_3.11.5.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] = "226ec59a18e43e277691005e31496f7608b9ba9210be600a267fb217a4a6cee9" +SRC_URI[sha256sum] = "4a6ab3d0e9390989fa201fc6c446045fc702c4e16e7a247c3ae261c9e9bee610" UPSTREAM_CHECK_URI = "https://www.postfix.org/announcements.html" UPSTREAM_CHECK_REGEX = "postfix-(?P\d+(\.\d+)+)"