package/policycoreutils: bump to version 3.5
Change the license file to LICENSE. The hash remains the same. Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
1db27ce253
commit
e2b4398f41
@ -32,7 +32,7 @@ index a3bbbe1..df675cf 100644
|
|||||||
+AUDITH ?= $(shell test -f $(DESTDIR)$(PREFIX)/include/libaudit.h && echo y)
|
+AUDITH ?= $(shell test -f $(DESTDIR)$(PREFIX)/include/libaudit.h && echo y)
|
||||||
|
|
||||||
CFLAGS ?= -g -Werror -Wall -W
|
CFLAGS ?= -g -Werror -Wall -W
|
||||||
override LDLIBS += -lselinux -lsepol
|
override LDLIBS += -lselinux -lsepol -lpthread
|
||||||
--
|
--
|
||||||
2.13.6
|
2.13.6
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# https://github.com/SELinuxProject/selinux/wiki/Releases
|
# https://github.com/SELinuxProject/selinux/wiki/Releases
|
||||||
sha256 d1331c6fa766c547b071c491de90b9f343c8dbffdb119be8a5a7e491199b93a9 policycoreutils-3.2.tar.gz
|
sha256 78453e1529fbbf800e88860094d555e781ce1fba11a7ef77b5aabb43e1173276 policycoreutils-3.5.tar.gz
|
||||||
sha256 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994 COPYING
|
sha256 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994 LICENSE
|
||||||
|
@ -4,10 +4,10 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
POLICYCOREUTILS_VERSION = 3.2
|
POLICYCOREUTILS_VERSION = 3.5
|
||||||
POLICYCOREUTILS_SITE = https://github.com/SELinuxProject/selinux/releases/download/$(POLICYCOREUTILS_VERSION)
|
POLICYCOREUTILS_SITE = https://github.com/SELinuxProject/selinux/releases/download/$(POLICYCOREUTILS_VERSION)
|
||||||
POLICYCOREUTILS_LICENSE = GPL-2.0
|
POLICYCOREUTILS_LICENSE = GPL-2.0
|
||||||
POLICYCOREUTILS_LICENSE_FILES = COPYING
|
POLICYCOREUTILS_LICENSE_FILES = LICENSE
|
||||||
POLICYCOREUTILS_CPE_ID_VENDOR = selinuxproject
|
POLICYCOREUTILS_CPE_ID_VENDOR = selinuxproject
|
||||||
|
|
||||||
POLICYCOREUTILS_DEPENDENCIES = libsemanage libcap-ng $(TARGET_NLS_DEPENDENCIES)
|
POLICYCOREUTILS_DEPENDENCIES = libsemanage libcap-ng $(TARGET_NLS_DEPENDENCIES)
|
||||||
|
Loading…
Reference in New Issue
Block a user