diff options
author | Adam Duskett <aduskett@gmail.com> | 2017-10-17 14:54:40 -0400 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-10-17 23:07:07 +0200 |
commit | 609f1563f914e378f271c69c4726aff12ae3b425 (patch) | |
tree | 3fb5aabe5c77948bb6dfc49db72d5e40c833cc12 /package/libselinux/libselinux.mk | |
parent | 64f4f6de0c0134b6d81645e8526bde73695ab85e (diff) | |
download | buildroot-609f1563f914e378f271c69c4726aff12ae3b425.tar.gz buildroot-609f1563f914e378f271c69c4726aff12ae3b425.zip |
libselinux: bump to 2.7
remove patch as it's in this release.
Signed-off-by: Adam Duskett <Adamduskett@outlook.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libselinux/libselinux.mk')
-rw-r--r-- | package/libselinux/libselinux.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libselinux/libselinux.mk b/package/libselinux/libselinux.mk index f23eea4962..8ac8000de5 100644 --- a/package/libselinux/libselinux.mk +++ b/package/libselinux/libselinux.mk @@ -4,8 +4,8 @@ # ################################################################################ -LIBSELINUX_VERSION = 2.6 -LIBSELINUX_SITE = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20161014 +LIBSELINUX_VERSION = 2.7 +LIBSELINUX_SITE = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20170804 LIBSELINUX_LICENSE = Public Domain LIBSELINUX_LICENSE_FILES = LICENSE |