summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/postfix
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2025-11-09 21:40:31 +0800
committerKhem Raj <raj.khem@gmail.com>2025-11-09 06:52:51 -0800
commit0586c2e570d91f928148fd149f71ea38b4f70188 (patch)
treed606301de58f61b96ad1dca1d12d6a8239ff2634 /meta-networking/recipes-daemons/postfix
parent7a038a35cc23824e6bae934e7d71fe11b55fb209 (diff)
downloadmeta-openembedded-0586c2e570d91f928148fd149f71ea38b4f70188.tar.gz
postfix: add UPSTREAM_CHECK_URI
Add UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX to check the correct latest stable verison. Before the patch: $ devtool latest-version postfix INFO: Current version: 3.10.5 INFO: Latest version: After the patch: $ devtool latest-version postfix INFO: Current version: 3.10.5 INFO: Latest version: 3.10.5 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-daemons/postfix')
-rw-r--r--meta-networking/recipes-daemons/postfix/postfix_3.10.5.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/postfix/postfix_3.10.5.bb b/meta-networking/recipes-daemons/postfix/postfix_3.10.5.bb
index edcdc1a8ca..8b3becda9f 100644
--- a/meta-networking/recipes-daemons/postfix/postfix_3.10.5.bb
+++ b/meta-networking/recipes-daemons/postfix/postfix_3.10.5.bb
@@ -30,7 +30,8 @@ SRC_URI = "http://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${P
30 30
31SRC_URI[sha256sum] = "6a926bf702173861b08e49bcb51fca3a2f269f9a337f72ef159bf46052087e35" 31SRC_URI[sha256sum] = "6a926bf702173861b08e49bcb51fca3a2f269f9a337f72ef159bf46052087e35"
32 32
33UPSTREAM_CHECK_REGEX = "postfix\-(?P<pver>3\.10(\.\d+)+).tar.gz" 33UPSTREAM_CHECK_URI = "https://www.postfix.org/announcements.html"
34UPSTREAM_CHECK_REGEX = "postfix-(?P<pver>\d+(\.\d+)+)"
34 35
35S = "${UNPACKDIR}/postfix-${PV}" 36S = "${UNPACKDIR}/postfix-${PV}"
36 37