From 29a2410f75a483bbaa5520aa2cdc24aba3b726b6 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Wed, 11 Jan 2023 10:33:30 +0800 Subject: [PATCH] postfix: upgrade 3.6.5 -> 3.6.7 Changelog: http://ftp.porcupine.org/mirrors/postfix-release/official/postfix-3.6.7.HISTORY Signed-off-by: Yi Zhao Signed-off-by: Armin Kuster --- .../postfix/{postfix_3.6.5.bb => postfix_3.6.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-daemons/postfix/{postfix_3.6.5.bb => postfix_3.6.7.bb} (89%) diff --git a/meta-networking/recipes-daemons/postfix/postfix_3.6.5.bb b/meta-networking/recipes-daemons/postfix/postfix_3.6.7.bb similarity index 89% rename from meta-networking/recipes-daemons/postfix/postfix_3.6.5.bb rename to meta-networking/recipes-daemons/postfix/postfix_3.6.7.bb index 343a8b2df0..e91e677790 100644 --- a/meta-networking/recipes-daemons/postfix/postfix_3.6.5.bb +++ b/meta-networking/recipes-daemons/postfix/postfix_3.6.7.bb @@ -13,5 +13,5 @@ SRC_URI += "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${P file://0004-Fix-icu-config.patch \ file://0005-makedefs-add-lnsl-and-lresolv-to-SYSLIBS-by-default.patch \ " -SRC_URI[sha256sum] = "300fa8811cea20d01d25c619d359bffab82656e704daa719e0c9afc4ecff4808" +SRC_URI[sha256sum] = "e471df7e0eb11c4a1e574b6d7298f635386e2843b6b3584c25a04543d587e07f" UPSTREAM_CHECK_REGEX = "postfix\-(?P3\.6(\.\d+)+).tar.gz"