diff options
author | Dominick Grift <dominick.grift@defensec.nl> | 2021-10-22 13:51:16 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-10-31 13:02:49 +0000 |
commit | 61a36cefd67732c5d5e51fb3140c80aac3dda555 (patch) | |
tree | aefd1103aef24f65c39a83838973b3b3eda5c895 | |
parent | 25e15f5951cf232b1a247a3df8f9120f2ecd3fe5 (diff) | |
download | upstream-61a36cefd67732c5d5e51fb3140c80aac3dda555.tar.gz upstream-61a36cefd67732c5d5e51fb3140c80aac3dda555.tar.bz2 upstream-61a36cefd67732c5d5e51fb3140c80aac3dda555.zip |
secilc: update to version 3.3
Update VERSIONs to 3.3 for release.
Update VERSIONs to 3.3-rc3 for release.
Correct some typos
Update VERSIONs to 3.3-rc2 for release.
Update VERSIONs and Python bindings version to 3.3-rc1 for release
libsepol/secilc/docs: Update the CIL documentation
secilc: fix memory leaks in secilc2conf
secilc: fix memory leaks in secilc
libsepol/cil: Add support for using qualified names to secil2conf
libsepol/cil: Add support for using qualified names to secil2tree
secilc: Add support for using qualified names to secilc
secilc/test: Add test for anonymous args
secilc/docs: Relocate and reword macro call name resolution order
secilc/docs: Document the order that inherited rules are resolved in
secilc: Create the new program called secil2tree to write out CIL AST
secilc/docs: Update the CIL documentation for various blocks
secilc.c: Don't fail if input file is empty
cil_conditional_statements.md: fix expr definition
secilc/docs: Lists are now allowed in constraint expressions
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
[re-apply now that libsepol is up-to-date as well]
Signed-off-by: Dominick Grift <dominick.grift@defensec.nl>
-rw-r--r-- | package/utils/secilc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/utils/secilc/Makefile b/package/utils/secilc/Makefile index 7ed22615c0..6f059bfc81 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.2 +PKG_VERSION:=3.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/3.2 -PKG_HASH:=5f6e6528a281b29ac5e558babffc3d8aab682fd8df8977daff5f266a50292cc3 +PKG_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/$(PKG_VERSION) +PKG_HASH:=2c5e1a5d417baf1d2aa3eac294e12c3aac7184a5ef6a779dcbe469ed756e8651 HOST_BUILD_DEPENDS:=libsepol/host PKG_MAINTAINER:=Dominick Grift <dominick.grift@defensec.nl> |