[openwrt/openwrt] selinux-policy: fix PKG_MIRROR_HASH after update to v2.6

LEDE Commits lede-commits at lists.infradead.org
Sun Mar 16 06:10:54 PDT 2025


noltari pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/7a1fe3fa8e6a3dd547bfa90c8d8996633da841ec

commit 7a1fe3fa8e6a3dd547bfa90c8d8996633da841ec
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Sun Mar 16 08:27:21 2025 +0100

    selinux-policy: fix PKG_MIRROR_HASH after update to v2.6
    
    PKG_MIRROR_HASH is incorrect and fails the download from mirrors.
    
    Fixes: 0aaabffdea2c ("selinux-policy: update to version v2.6")
    Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
 package/system/selinux-policy/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/system/selinux-policy/Makefile b/package/system/selinux-policy/Makefile
index d317557bab..b3a3165b49 100644
--- a/package/system/selinux-policy/Makefile
+++ b/package/system/selinux-policy/Makefile
@@ -9,7 +9,7 @@ PKG_NAME:=selinux-policy
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://git.defensec.nl/selinux-policy.git
 PKG_VERSION:=2.6
-PKG_MIRROR_HASH:=92e59cb86adcf0837fae53d75905cdd360f5f094b087c27d0abcb725d1b4b617
+PKG_MIRROR_HASH:=3604ce2d2874f58a7fc03998daa81628fca43aa8ac0a7436f07612365b6ce7ad
 PKG_SOURCE_VERSION:=v$(PKG_VERSION)
 PKG_BUILD_DEPENDS:=secilc/host policycoreutils/host
 




More information about the lede-commits mailing list