aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils
diff options
context:
space:
mode:
authorDominick Grift <dominick.grift@defensec.nl>2021-03-06 21:02:40 +0100
committerDaniel Golle <daniel@makrotopia.org>2021-03-15 21:53:16 +0000
commit22cc999731c9d6dd511709ebefc7cc6a9a8f72eb (patch)
tree287ce3f949b76cf43742c7fcfa7072f5483c0af5 /package/utils
parent0526d5bb1714d5c856997765284c52fe863706d4 (diff)
downloadupstream-22cc999731c9d6dd511709ebefc7cc6a9a8f72eb.tar.gz
upstream-22cc999731c9d6dd511709ebefc7cc6a9a8f72eb.tar.bz2
upstream-22cc999731c9d6dd511709ebefc7cc6a9a8f72eb.zip
secilc: update to version 3.2
49ff851c secilc: fixes cil_role_statements.md example 03881703 secilc/docs: add custom color theme 4c8d6094 secilc/docs: add syntax highlighting for secil 057d72af secilc/docs: use fenced code blocks for cil examples e8bcdb84 cil_network_labeling_statements: fixes nodecon examples eefa5511 cil_access_vector_rules: allowx, auditallowx and dontauditx fixes 9e9b8103 secilc/docs: document expandtypeattribute fbe1e526 Update the cil docs to match the current behaviour. Signed-off-by: Dominick Grift <dominick.grift@defensec.nl> (cherry picked from commit 0b58ebcfe215c2456b752042e80268fe1ec6173a) 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 26c20f9213..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.1
+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/20200710
-PKG_HASH:=86117246fec3017af710a9ff7c1dae3ed1cd571e232a86cff3e2a3de2d6aa65c
+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>