aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2021-10-29 14:12:21 +0100
committerDaniel Golle <daniel@makrotopia.org>2021-10-29 14:16:35 +0100
commit19c52772069441d051f64a685d928dd81c3b69ce (patch)
tree9ee7f0ccf74d4b5eb4775f22f1dcc78d2a57dbc2 /package/utils
parentae4069c577fc6d9a99d8b503f9a865418ee4c776 (diff)
downloadupstream-19c52772069441d051f64a685d928dd81c3b69ce.tar.gz
upstream-19c52772069441d051f64a685d928dd81c3b69ce.tar.bz2
upstream-19c52772069441d051f64a685d928dd81c3b69ce.zip
Revert "secilc: update to version 3.3"
This reverts commit 2da891e7357c83c54a30075fcddbb63eeca0af99. secilc 3.3 requires libsepol to be version 3.3 as well and doesn't build otherwise. Revert for now. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/utils')
-rw-r--r--package/utils/secilc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/utils/secilc/Makefile b/package/utils/secilc/Makefile
index 6f059bfc81..7ed22615c0 100644
--- a/package/utils/secilc/Makefile
+++ b/package/utils/secilc/Makefile
@@ -6,12 +6,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=secilc
-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:=2c5e1a5d417baf1d2aa3eac294e12c3aac7184a5ef6a779dcbe469ed756e8651
+PKG_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/3.2
+PKG_HASH:=5f6e6528a281b29ac5e558babffc3d8aab682fd8df8977daff5f266a50292cc3
HOST_BUILD_DEPENDS:=libsepol/host
PKG_MAINTAINER:=Dominick Grift <dominick.grift@defensec.nl>