Skip to content

Commit 57e8eb6

Browse files
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: openwrt/openwrt#20861 Signed-off-by: Nick Hainke <[email protected]>
1 parent 08be1ef commit 57e8eb6

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

package/system/refpolicy/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
include $(TOPDIR)/rules.mk
77

88
PKG_NAME:=refpolicy
9-
PKG_VERSION:=2.20200229
10-
PKG_RELEASE:=3
9+
PKG_VERSION:=2.20250923
10+
PKG_RELEASE:=1
1111

1212
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
13-
PKG_SOURCE_URL:=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20200229
14-
PKG_HASH:=dec854512ed00cd057408f330c2cea4de7a4405f7a147458f59c994bf578e4b0
13+
PKG_SOURCE_URL:=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250923
14+
PKG_HASH:=e5b435c934048d01ca4415a1f2670a51e113f26f5d01ad4227c98fbe8dea8d5b
1515
PKG_INSTALL:=1
1616
PKG_BUILD_DEPENDS:=checkpolicy/host policycoreutils/host
1717

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
--- a/Makefile
22
+++ b/Makefile
3-
@@ -648,6 +648,6 @@ ifneq ($(generated_fc),)
3+
@@ -729,4 +729,4 @@ ifneq ($(generated_fc),)
44
endif
55
endif
66

7-
-.PHONY: install-src install-appconfig install-headers generate xml conf html bare tags
8-
+.PHONY: install-src install-appconfig install-headers generate conf bare tags
9-
.SUFFIXES:
10-
.SUFFIXES: .c
7+
-.PHONY: install-src install-appconfig install-headers install-udica-templates build-interface-db generate xml conf html bare tags
8+
+.PHONY: install-src install-appconfig install-headers install-udica-templates build-interface-db generate conf bare tags

0 commit comments

Comments
 (0)