summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2023-03-11 21:12:54 +0800
committerJoe MacDonald <joe@deserted.net>2023-03-27 09:34:02 -0400
commit2c45147cb822d73de03bc1ea9ddffd6ffccf2fc4 (patch)
treea5aa41eae2695ea834e8fdedd294db1539348345
parent02348acbf654c77b67d8b3443af59b2c5b25aa77 (diff)
downloadmeta-selinux-2c45147cb822d73de03bc1ea9ddffd6ffccf2fc4.tar.gz
selinux: upgrade 3.4 -> 3.5
ChangeLog: https://github.com/SELinuxProject/selinux/releases/tag/3.5 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r--recipes-security/selinux/selinux_common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/selinux/selinux_common.inc b/recipes-security/selinux/selinux_common.inc
index 86c748f..87e9231 100644
--- a/recipes-security/selinux/selinux_common.inc
+++ b/recipes-security/selinux/selinux_common.inc
@@ -1,7 +1,7 @@
1HOMEPAGE = "https://github.com/SELinuxProject" 1HOMEPAGE = "https://github.com/SELinuxProject"
2 2
3SRC_URI = "git://github.com/SELinuxProject/selinux.git;branch=master;protocol=https" 3SRC_URI = "git://github.com/SELinuxProject/selinux.git;branch=master;protocol=https"
4SRCREV = "0a8c177dacdc1df96ea11bb8aa75e16c4fa82285" 4SRCREV = "d6e96c5929a3f1aa1dce93505edd9f0158757ac2"
5 5
6UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" 6UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
7 7