From ac4b33554402a65ed61146820258cff521d6232d Mon Sep 17 00:00:00 2001 From: Fiona Klute Date: Sat, 11 Oct 2025 00:21:22 +0200 Subject: [PATCH] package/refpolicy: bump version to 2.20250923 The update makes some warnings about unknown classes and permissions during boot with current kernels go away. Upstream changelogs [1, 2] list as "notable changes": * Updates to support screen 5.0. * Add labeling for bcachefs. * Various systemd updates and fixes. * Several updates and fixes for systemd * Add new permissions and policy capabilities * Drop reiserfs support (it was removed in kernel 6.13) Plus a number of new modules. [1] https://github.com/SELinuxProject/refpolicy/releases/tag/RELEASE_2_20250618 [2] https://github.com/SELinuxProject/refpolicy/releases/tag/RELEASE_2_20250923 Signed-off-by: Fiona Klute [Julien: keep a new line in hash file between sources and license] Signed-off-by: Julien Olivain (cherry picked from commit a843be3451a07c5ebbaae8f5ec605f6d0162e24d) Signed-off-by: Thomas Perale --- package/refpolicy/refpolicy.hash | 2 +- package/refpolicy/refpolicy.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/refpolicy/refpolicy.hash b/package/refpolicy/refpolicy.hash index 76bbf482ae..1ebb57e480 100644 --- a/package/refpolicy/refpolicy.hash +++ b/package/refpolicy/refpolicy.hash @@ -1,5 +1,5 @@ # From https://github.com/SELinuxProject/refpolicy/releases -sha256 d2487c49420e8710e999b18bbe699fbff033fe5adc5127e3f0c7dafaa9b4d209 refpolicy-2.20250213.tar.bz2 +sha256 e5b435c934048d01ca4415a1f2670a51e113f26f5d01ad4227c98fbe8dea8d5b refpolicy-2.20250923.tar.bz2 # Locally computed sha256 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994 COPYING diff --git a/package/refpolicy/refpolicy.mk b/package/refpolicy/refpolicy.mk index be27147ec5..45dbe592fc 100644 --- a/package/refpolicy/refpolicy.mk +++ b/package/refpolicy/refpolicy.mk @@ -23,7 +23,7 @@ REFPOLICY_SITE = $(call qstrip,$(BR2_PACKAGE_REFPOLICY_CUSTOM_REPO_URL)) REFPOLICY_SITE_METHOD = git BR_NO_CHECK_HASH_FOR += $(REFPOLICY_SOURCE) else -REFPOLICY_VERSION = 2.20250213 +REFPOLICY_VERSION = 2.20250923 REFPOLICY_SOURCE = refpolicy-$(REFPOLICY_VERSION).tar.bz2 REFPOLICY_SITE = https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_$(subst .,_,$(REFPOLICY_VERSION)) endif