mbox

lsof: Update to 4.89.

Message ID 1476343358-9620-1-git-send-email-stefan.schantl@ipfire.org
State Accepted
Headers

Message

Stefan Schantl Oct. 13, 2016, 6:22 p.m. UTC
  This is an update to the latest available version of lsof.

* Drop support for SELinux.

Fixes #11214.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 lsof/lsof.nm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
  

Comments

Michael Tremer Oct. 14, 2016, 10:17 a.m. UTC | #1
Same here. Patch was against an outdated tree.

You have to git pull every once in a while :)

Best,
-Michael

On Thu, 2016-10-13 at 09:22 +0200, Stefan Schantl wrote:
> This is an update to the latest available version of lsof.
> 
> * Drop support for SELinux.
> 
> Fixes #11214.
> 
> Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
> ---
>  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 @@
>  #############################################################################
> ##
>  
>  name       = lsof
> -version    = 4.85
> +version    = 4.89
>  release    = 1
>  
>  groups     = Development/Debuggers
> @@ -21,10 +21,6 @@ end
>  thisapp    = %{name}_%{version}_src
>  
>  build
> -	requires
> -		libselinux-devel
> -	end
> -
>  	build
>  		LINUX_BASE=/proc \
>  		LSOF_VSTR="2.6.16" \