From c756576c1c8013c40159b62f25e486475f6c15c6 Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Wed, 13 May 2026 17:04:48 +1200 Subject: [PATCH] postfix: upgrade 3.8.12 -> 3.8.16 3.8.13 http://www.postfix.org/announcements/postfix-3.10.6.html 3.8.14 http://www.postfix.org/announcements/postfix-3.10.7.html 3.8.15 http://www.postfix.org/announcements/postfix-3.10.8.html 3.8.16 http://www.postfix.org/announcements/postfix-3.11.2.html Signed-off-by: Ankur Tyagi Signed-off-by: Anuj Mittal --- .../postfix/{postfix_3.8.12.bb => postfix_3.8.16.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-daemons/postfix/{postfix_3.8.12.bb => postfix_3.8.16.bb} (99%) diff --git a/meta-networking/recipes-daemons/postfix/postfix_3.8.12.bb b/meta-networking/recipes-daemons/postfix/postfix_3.8.16.bb similarity index 99% rename from meta-networking/recipes-daemons/postfix/postfix_3.8.12.bb rename to meta-networking/recipes-daemons/postfix/postfix_3.8.16.bb index d3c91782e7..1c31130c04 100644 --- a/meta-networking/recipes-daemons/postfix/postfix_3.8.12.bb +++ b/meta-networking/recipes-daemons/postfix/postfix_3.8.16.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] = "0fdabc9f272ee6c85781750dbd2642920701795f948f2fd3abe7b46a1f5160a9" +SRC_URI[sha256sum] = "54244c05f71cfa22adc70506b8ef7e17cb55e18ac2595332ec629d8ea0f0e5f4" UPSTREAM_CHECK_REGEX = "postfix\-(?P3\.8(\.\d+)+).tar.gz"