From 54ddc1e991df300f71ec059d7f04e6818f3f7856 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Tue, 12 May 2026 16:51:52 +0200 Subject: [PATCH] package/libsepol: bump version to 3.10 https://github.com/SELinuxProject/selinux/releases/download/3.10/RELEASE-3.10.txt Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain --- package/libsepol/libsepol.hash | 2 +- package/libsepol/libsepol.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/libsepol/libsepol.hash b/package/libsepol/libsepol.hash index 08a1bf0cc2..9c0be9c902 100644 --- a/package/libsepol/libsepol.hash +++ b/package/libsepol/libsepol.hash @@ -1,5 +1,5 @@ # From: https://github.com/SELinuxProject/selinux/wiki/Releases -sha256 ba630b59e50c5fbf9e9dd45eb3734f373cf78d689d8c10c537114c9bd769fa2e libsepol-3.9.tar.gz +sha256 d555586797fa9f38344496d2a7ec1147b6caaf3fcc44c42d8d5173edd7a79a71 libsepol-3.10.tar.gz # Hash for license file sha256 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3 LICENSE diff --git a/package/libsepol/libsepol.mk b/package/libsepol/libsepol.mk index 3e1a275808..52f07b4df7 100644 --- a/package/libsepol/libsepol.mk +++ b/package/libsepol/libsepol.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBSEPOL_VERSION = 3.9 +LIBSEPOL_VERSION = 3.10 LIBSEPOL_SITE = https://github.com/SELinuxProject/selinux/releases/download/$(LIBSEPOL_VERSION) LIBSEPOL_LICENSE = LGPL-2.1+ LIBSEPOL_LICENSE_FILES = LICENSE