diff options
author | Linhui Liu <liulinhui36@gmail.com> | 2023-05-13 17:47:04 +0800 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2023-05-18 10:14:13 +0200 |
commit | bd0dce62b153d72761234c553b03039dedce3750 (patch) | |
tree | 9134f5702e25147ba03c21c4340961a29a4c7700 /package | |
parent | a851c175feeabddc8f37f782785202aa939f4988 (diff) | |
download | upstream-bd0dce62b153d72761234c553b03039dedce3750.tar.gz upstream-bd0dce62b153d72761234c553b03039dedce3750.tar.bz2 upstream-bd0dce62b153d72761234c553b03039dedce3750.zip |
libsepol: update to 3.5
Release Notes:
https://github.com/SELinuxProject/selinux/releases/download/3.4/RELEASE-3.4.txt
https://github.com/SELinuxProject/selinux/releases/download/3.5/RELEASE-3.5.txt
Signed-off-by: Linhui Liu <liulinhui36@gmail.com>
Diffstat (limited to 'package')
-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 816b139727..613d19388d 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.3 +PKG_VERSION:=3.5 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:=2d97df3eb8466169b389c3660acbb90c54200ac96e452eca9f41a9639f4f238b +PKG_HASH:=78fdaf69924db780bac78546e43d9c44074bad798c2c415d0b9bb96d065ee8a2 PKG_MAINTAINER:=Thomas Petazzoni <thomas.petazzoni@bootlin.com> PKG_CPE_ID:=cpe:/a:selinuxproject:libsepol |