From 1c6c4c0767f81295ec6167d7132bc542973e0409 Mon Sep 17 00:00:00 2001 From: Adam Duskett Date: Sat, 7 Oct 2023 20:30:53 +0200 Subject: [PATCH] package/setools: bump version to 4.4.3 Signed-off-by: Adam Duskett Signed-off-by: Arnout Vandecappelle --- package/setools/setools.hash | 2 +- package/setools/setools.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/setools/setools.hash b/package/setools/setools.hash index c353e1f609..6a61fc2809 100644 --- a/package/setools/setools.hash +++ b/package/setools/setools.hash @@ -1,5 +1,5 @@ # Locally computed -sha256 998d12d01852feed1889110a4ca81090a47a2d9b47368e4dfe2b94d68696c813 setools-4.4.2.tar.gz +sha256 29f5e7d98764a6942b2e32c8aa44da6a618882818c79599ade967ece0cf1dace setools-4.4.3.tar.gz sha256 0e58d74751e394f39748c7b7b4039d6a883b5def9711160668ba962b52e69e01 COPYING sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING.GPL sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING.LGPL diff --git a/package/setools/setools.mk b/package/setools/setools.mk index b80d25a6b9..efb3869e5b 100644 --- a/package/setools/setools.mk +++ b/package/setools/setools.mk @@ -4,7 +4,7 @@ # ################################################################################ -SETOOLS_VERSION = 4.4.2 +SETOOLS_VERSION = 4.4.3 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