diff options
| author | Nick Hainke | 2025-11-23 17:04:20 +0000 |
|---|---|---|
| committer | Nick Hainke | 2025-11-26 23:02:26 +0000 |
| commit | 0ceb26a8e8c66d0d192a89045f561ffd1cb22952 (patch) | |
| tree | 520b14c7470023089c0060ebc1ef4b1a833c0c45 | |
| parent | 4225b2c237c529d374277d761fbebb5a5b9cdc1c (diff) | |
| download | openwrt-0ceb26a8e8c66d0d192a89045f561ffd1cb22952.tar.gz | |
libsepol: update to 3.9
Release Notes:
https://github.com/SELinuxProject/selinux/wiki/Releases#release-39
Link: https://github.com/openwrt/openwrt/pull/20908
Signed-off-by: Nick Hainke <vincent@systemli.org>
| -rw-r--r-- | package/libs/libsepol/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/libsepol/Makefile b/package/libs/libsepol/Makefile index e9072d01ea..c73e409d20 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.8.1 +PKG_VERSION:=3.9 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:=0e78705305f955abd4c0654d37a5477ee26349ab74db9e2b03a7868897ae1ddf +PKG_HASH:=ba630b59e50c5fbf9e9dd45eb3734f373cf78d689d8c10c537114c9bd769fa2e PKG_MAINTAINER:=Thomas Petazzoni <thomas.petazzoni@bootlin.com> PKG_CPE_ID:=cpe:/a:selinuxproject:libsepol |