From 6b815fe901864052c80f999d2d77000bc2ae859c Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Sun, 23 Aug 2026 23:51:43 +1200 Subject: [PATCH] postfix: upgrade 3.10.12 -> 3.10.13 Changelog: http://www.postfix.org/announcements/postfix-3.11.6.html Signed-off-by: Ankur Tyagi Signed-off-by: Anuj Mittal --- .../postfix/{postfix_3.10.12.bb => postfix_3.10.13.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-daemons/postfix/{postfix_3.10.12.bb => postfix_3.10.13.bb} (99%) diff --git a/meta-networking/recipes-daemons/postfix/postfix_3.10.12.bb b/meta-networking/recipes-daemons/postfix/postfix_3.10.13.bb similarity index 99% rename from meta-networking/recipes-daemons/postfix/postfix_3.10.12.bb rename to meta-networking/recipes-daemons/postfix/postfix_3.10.13.bb index 3d78fa15cf..8bb7161e98 100644 --- a/meta-networking/recipes-daemons/postfix/postfix_3.10.12.bb +++ b/meta-networking/recipes-daemons/postfix/postfix_3.10.13.bb @@ -29,7 +29,7 @@ SRC_URI = "http://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${P file://0001-makedefs-Account-for-linux-7.x-version.patch \ " -SRC_URI[sha256sum] = "f9ff299f92e4179706537bda288971f4b6eff7e70aa912d03da3cd1b6ffd842e" +SRC_URI[sha256sum] = "de6526fb11bbf20fcfa5aa4b67e88cc6b246cad614a9bcb4b006f457ba3788bc" UPSTREAM_CHECK_URI = "https://www.postfix.org/announcements.html" UPSTREAM_CHECK_REGEX = "postfix-(?P\d+(\.\d+)+)"