summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@eng.windriver.com>2025-11-21 11:36:26 +0800
committerScott Murray <scott.murray@konsulko.com>2025-11-21 09:13:47 -0500
commita54650c743b7534f60fc6ee1df9b57a8f0150a4d (patch)
treecc8778bbac188d3ab1a1e59427f605723fb0a43b
parenta043f0b8eded3444d6ac520a5fab02b191d43cf0 (diff)
downloadmeta-security-a54650c743b7534f60fc6ee1df9b57a8f0150a4d.tar.gz
libgssglue: add UPSTREAM_CHECK_GITTAGREGEXHEADmaster-nextmaster
Add UPSTREAM_CHECK_GITTAGREGEX to check the correct latest stable verison. Before the patch: $ devtool latest-version libgssglue INFO: Current version: 0.9 INFO: Latest version: 011 INFO: Latest version's commit: af30789052a8cc5f86b5b0c8fd4758c7ba1505ff After the patch: $ devtool latest-version libgssglue INFO: Current version: 0.9 INFO: Latest version: 0.9 INFO: Latest version's commit: ada76bdaec665f70505f0b3aefe871b873e7c4b6 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Scott Murray <scott.murray@konsulko.com>
-rw-r--r--recipes-security/libgssglue/libgssglue_0.9.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-security/libgssglue/libgssglue_0.9.bb b/recipes-security/libgssglue/libgssglue_0.9.bb
index 3bc37cd..0952ed1 100644
--- a/recipes-security/libgssglue/libgssglue_0.9.bb
+++ b/recipes-security/libgssglue/libgssglue_0.9.bb
@@ -26,6 +26,8 @@ SRC_URI = "git://gitlab.com/gsasl/libgssglue.git;protocol=https;branch=master \
26 " 26 "
27SRCREV = "ada76bdaec665f70505f0b3aefe871b873e7c4b6" 27SRCREV = "ada76bdaec665f70505f0b3aefe871b873e7c4b6"
28 28
29UPSTREAM_CHECK_GITTAGREGEX = "libgssglue-(?P<pver>\d+(\.\d+)+)"
30
29inherit autotools-brokensep ptest 31inherit autotools-brokensep ptest
30 32
31do_configure:prepend() { 33do_configure:prepend() {