diff options
| author | Nick Hainke | 2025-11-22 07:20:50 +0000 |
|---|---|---|
| committer | Nick Hainke | 2025-11-23 08:23:21 +0000 |
| commit | 57e8eb6208af0d966262c024d0b7bf4d3423941c (patch) | |
| tree | b791a49c9f40b85767562bf492ecfa40fa770a43 | |
| parent | 08be1ef1a1702ff991d7d30dbcdb86bd96d4eab8 (diff) | |
| download | openwrt-57e8eb6208af0d966262c024d0b7bf4d3423941c.tar.gz | |
refpolicy: update to 2.20250923
Changelog:
Notable Changes
- Several updates and fixes for systemd
- Add new permissions and policy capabilities
- Drop reiserfs support (it was removed in kernel 6.13)
New Modules
- bubblewrap
- incus
- kanidm
- seatd
- opensnitch
Refresh patch:
- 100-no-docs.patch
Link: https://github.com/openwrt/openwrt/pull/20861
Signed-off-by: Nick Hainke <vincent@systemli.org>
| -rw-r--r-- | package/system/refpolicy/Makefile | 8 | ||||
| -rw-r--r-- | package/system/refpolicy/patches/100-no-docs.patch | 8 |
2 files changed, 7 insertions, 9 deletions
diff --git a/package/system/refpolicy/Makefile b/package/system/refpolicy/Makefile index a431770955..3b471825de 100644 --- a/package/system/refpolicy/Makefile +++ b/package/system/refpolicy/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=refpolicy -PKG_VERSION:=2.20200229 -PKG_RELEASE:=3 +PKG_VERSION:=2.20250923 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20200229 -PKG_HASH:=dec854512ed00cd057408f330c2cea4de7a4405f7a147458f59c994bf578e4b0 +PKG_SOURCE_URL:=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250923 +PKG_HASH:=e5b435c934048d01ca4415a1f2670a51e113f26f5d01ad4227c98fbe8dea8d5b PKG_INSTALL:=1 PKG_BUILD_DEPENDS:=checkpolicy/host policycoreutils/host diff --git a/package/system/refpolicy/patches/100-no-docs.patch b/package/system/refpolicy/patches/100-no-docs.patch index 21342731b5..99b9e204b3 100644 --- a/package/system/refpolicy/patches/100-no-docs.patch +++ b/package/system/refpolicy/patches/100-no-docs.patch @@ -1,10 +1,8 @@ --- a/Makefile +++ b/Makefile -@@ -648,6 +648,6 @@ ifneq ($(generated_fc),) +@@ -729,4 +729,4 @@ ifneq ($(generated_fc),) endif endif --.PHONY: install-src install-appconfig install-headers generate xml conf html bare tags -+.PHONY: install-src install-appconfig install-headers generate conf bare tags - .SUFFIXES: - .SUFFIXES: .c +-.PHONY: install-src install-appconfig install-headers install-udica-templates build-interface-db generate xml conf html bare tags ++.PHONY: install-src install-appconfig install-headers install-udica-templates build-interface-db generate conf bare tags |