selinux: upgrade to core 3.7 and setools to 4.5.1

These two patches:

https://lists.yoctoproject.org/g/yocto-patches/message/392
https://lists.yoctoproject.org/g/yocto-patches/message/393

were missed earlier this year but we definitely want these updates.
Recreating them manually since I'm unable to find the original patches
anywhere.

Signed-off-by: Joe MacDonald <joe.macdonald@siemens.com>
This commit is contained in:
Joe MacDonald 2024-12-10 12:36:25 -05:00
parent 3aff015697
commit 1d4fd0208a
16 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
HOMEPAGE = "https://github.com/SELinuxProject"
SRC_URI = "git://github.com/SELinuxProject/selinux.git;branch=main;protocol=https"
SRCREV = "97fa708d867ecb26e8d1c766760947f8e3b9e59a"
SRCREV = "2eb286bc0841791043567437ba5413f3014fb94e"
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"

View File

@ -5,10 +5,10 @@ libraries designed to facilitate SELinux policy analysis."
SECTION = "base"
LICENSE = "GPL-2.0-only & LGPL-2.1-only"
SRC_URI = "git://github.com/SELinuxProject/${BPN}.git;branch=4.4;protocol=https \
SRC_URI = "git://github.com/SELinuxProject/${BPN}.git;branch=4.5;protocol=https \
file://setools4-fixes-for-cross-compiling.patch \
"
SRCREV = "a04b015459512d0460ff6bc50f28d746861f4a0b"
SRCREV = "659ec47aba0126e3a198362ed1659bf600c067eb"
LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=69a7b68f0a4a570d7c0c43465333ecbc \
file://${S}/COPYING.GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263 \