summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2023-12-16 16:21:28 +0800
committerJoe MacDonald <joe@deserted.net>2023-12-18 11:06:30 -0500
commit55c246a1128e783d0b29b387a6c55a0502eeb127 (patch)
treefb47d2e5eae64f38283cd1c6dcab3ca4c45c592e
parent3fb33245400d87e99f45b1c5ccd8daec924291a3 (diff)
downloadmeta-selinux-55c246a1128e783d0b29b387a6c55a0502eeb127.tar.gz
selinux: upgrade 3.5 -> 3.6
ChangeLog: https://github.com/SELinuxProject/selinux/releases/tag/3.6 * Switch branch to main 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.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-security/selinux/selinux_common.inc b/recipes-security/selinux/selinux_common.inc
index 145b21a..cecb0b5 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=main;protocol=https"
4SRCREV = "d6e96c5929a3f1aa1dce93505edd9f0158757ac2" 4SRCREV = "97fa708d867ecb26e8d1c766760947f8e3b9e59a"
5 5
6UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" 6UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
7 7