aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2021-10-29 14:08:48 +0100
committerDaniel Golle <daniel@makrotopia.org>2021-10-29 14:16:30 +0100
commitae4069c577fc6d9a99d8b503f9a865418ee4c776 (patch)
treecb66de9f67e3a5033f2a8f47af63cc836fcf2517 /package/libs
parent04c5bcd074d4a18763766ff15539fb9c6221b5dd (diff)
downloadupstream-ae4069c577fc6d9a99d8b503f9a865418ee4c776.tar.gz
upstream-ae4069c577fc6d9a99d8b503f9a865418ee4c776.tar.bz2
upstream-ae4069c577fc6d9a99d8b503f9a865418ee4c776.zip
Revert "libsepol: update to version 3.3"
This reverts commit de8a800ca9bda1171bfe17ee7653532465a8b596. Host build uses host includes instead of staging/hostpkg. This breaks the build in case of selinux host libs being older than version 3.3. Revert for now until better fix is found. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/libs')
-rw-r--r--package/libs/libsepol/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libs/libsepol/Makefile b/package/libs/libsepol/Makefile
index 87f1ccd917..c7950a9ba0 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.2
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_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/3.2
+PKG_HASH:=dfc7f662af8000116e56a01de6a0394ed79be1b34b999e551346233c5dd19508
PKG_MAINTAINER:=Thomas Petazzoni <thomas.petazzoni@bootlin.com>