[openwrt/openwrt] libsepol: update to 3.8.1

LEDE Commits lede-commits at lists.infradead.org
Fri May 2 10:15:48 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/211aaca1f1046ee0130c57e919a12a63d55c4586

commit 211aaca1f1046ee0130c57e919a12a63d55c4586
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Thu May 1 21:23:59 2025 +0200

    libsepol: update to 3.8.1
    
    Update libsepol to latest 3.8.1 release.
    
    Link: https://github.com/openwrt/openwrt/pull/18674
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 package/libs/libsepol/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libs/libsepol/Makefile b/package/libs/libsepol/Makefile
index b1a34d293e..e9072d01ea 100644
--- a/package/libs/libsepol/Makefile
+++ b/package/libs/libsepol/Makefile
@@ -6,12 +6,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libsepol
-PKG_VERSION:=3.5
+PKG_VERSION:=3.8.1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/$(PKG_VERSION)
-PKG_HASH:=78fdaf69924db780bac78546e43d9c44074bad798c2c415d0b9bb96d065ee8a2
+PKG_HASH:=0e78705305f955abd4c0654d37a5477ee26349ab74db9e2b03a7868897ae1ddf
 
 PKG_MAINTAINER:=Thomas Petazzoni <thomas.petazzoni at bootlin.com>
 PKG_CPE_ID:=cpe:/a:selinuxproject:libsepol




More information about the lede-commits mailing list