From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] lsof: Update to 4.89. Date: Thu, 13 Oct 2016 09:22:38 +0200 Message-ID: <1476343358-9620-1-git-send-email-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9070585184558809272==" List-Id: --===============9070585184558809272== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an update to the latest available version of lsof. * Drop support for SELinux. Fixes #11214. Signed-off-by: Stefan Schantl --- lsof/lsof.nm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lsof/lsof.nm b/lsof/lsof.nm index b10421c..38a09c9 100644 --- a/lsof/lsof.nm +++ b/lsof/lsof.nm @@ -4,7 +4,7 @@ ############################################################################= ### =20 name =3D lsof -version =3D 4.85 +version =3D 4.89 release =3D 1 =20 groups =3D Development/Debuggers @@ -21,10 +21,6 @@ end thisapp =3D %{name}_%{version}_src =20 build - requires - libselinux-devel - end - build LINUX_BASE=3D/proc \ LSOF_VSTR=3D"2.6.16" \ --=20 2.7.4 --===============9070585184558809272==--