diff mbox series

[meta-selinux,01/15] selinux: upgrade 3.5 -> 3.6

Message ID 20231216082142.198501-1-yi.zhao@windriver.com
State New
Headers show
Series [meta-selinux,01/15] selinux: upgrade 3.5 -> 3.6 | expand

Commit Message

Yi Zhao Dec. 16, 2023, 8:21 a.m. UTC
ChangeLog:
https://github.com/SELinuxProject/selinux/releases/tag/3.6

* Switch branch to main

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 recipes-security/selinux/selinux_common.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

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 @@ 
 HOMEPAGE = "https://github.com/SELinuxProject"
 
-SRC_URI = "git://github.com/SELinuxProject/selinux.git;branch=master;protocol=https"
-SRCREV = "d6e96c5929a3f1aa1dce93505edd9f0158757ac2"
+SRC_URI = "git://github.com/SELinuxProject/selinux.git;branch=main;protocol=https"
+SRCREV = "97fa708d867ecb26e8d1c766760947f8e3b9e59a"
 
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"