package/setools: bump version to 4.4.4

Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Adam Duskett 2024-03-24 15:24:40 -06:00 committed by Thomas Petazzoni
parent 4c11ee14fd
commit 35cecc4408
3 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@ index 5f4e764..a27b781 100755
import argparse
import sys
import logging
@@ -91,8 +92,8 @@ elif args.booleans is not None:
@@ -94,8 +95,8 @@ elif args.booleans is not None:
try:
p = setools.SELinuxPolicy(args.policy)
m = setools.PermissionMap(args.map)

View File

@ -1,5 +1,5 @@
# Locally computed
sha256 29f5e7d98764a6942b2e32c8aa44da6a618882818c79599ade967ece0cf1dace setools-4.4.3.tar.gz
sha256 92afeea2f2433cbb981ff47f6ce4e2485d9202b530842f7f5d95f905b2ddaea4 setools-4.4.4.tar.gz
sha256 0e58d74751e394f39748c7b7b4039d6a883b5def9711160668ba962b52e69e01 COPYING
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING.GPL
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING.LGPL

View File

@ -4,7 +4,7 @@
#
################################################################################
SETOOLS_VERSION = 4.4.3
SETOOLS_VERSION = 4.4.4
SETOOLS_SITE = $(call github,SELinuxProject,setools,$(SETOOLS_VERSION))
SETOOLS_DEPENDENCIES = libselinux libsepol python-setuptools host-bison host-flex host-python-cython host-swig
SETOOLS_INSTALL_STAGING = YES