From 827596a816b9e26183307b736953b3be9e1a0474 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Tue, 11 Oct 2022 12:04:32 +0200 Subject: [PATCH] lsof: update to 4.96.3 --- lsof/.signature | 6 +++--- lsof/Pkgfile | 20 ++++++++++---------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/lsof/.signature b/lsof/.signature index 2e77e5347..00d4427f3 100644 --- a/lsof/.signature +++ b/lsof/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/eVZzTX2mjOS6CNU8CEh6n749HQq6wEBzczgYfp5/XXpnexzbahWrC59w2bgimfBa+KbfL7G5pAiPfIpdQCsaAI= -SHA256 (Pkgfile) = 9dc7db2d8197cb8bf0269cc169c5ef040e8c30f8d114c5e2abdefbdbb2c34897 +RWSE3ohX2g5d/R19JVie8O3KKzjp1VVXm7MCq0ZZC7UqCPoO2pm4m5azbDbsVbkuwlXQ5xSWiNIuGr/wxmC3C27WQe+JOBv+EgE= +SHA256 (Pkgfile) = 962c037a1ad51fdcd253467029653c7728415655110040549f0c5c81ccc6efa7 SHA256 (.footprint) = 96955c2b8db524dff639fc12c2b50fbf1ac8fb0049828b76aa7da8fd8628c06b -SHA256 (lsof-4.95.0.tar.gz) = 8ff4c77736cc7d9556da9e2c7614cc4292a12f1979f20bd520d3c6f64b66a4d7 +SHA256 (lsof-4.96.3.tar.gz) = 2753fc01452a3d2ee665e8365afdac0e9683197f3ec06231aa684a48b286d11c diff --git a/lsof/Pkgfile b/lsof/Pkgfile index 1734163d5..7a462d15f 100644 --- a/lsof/Pkgfile +++ b/lsof/Pkgfile @@ -1,20 +1,20 @@ # Description: list open files -# URL: https://github.com/lsof-org/lsof -# Maintainer: Juergen Daubert, jue at crux dot nu -# Depends on: libtirpc +# URL: https://github.com/lsof-org/lsof +# Maintainer: Juergen Daubert, jue at crux dot nu +# Depends on: libtirpc name=lsof -version=4.95.0 +version=4.96.3 release=1 source=(https://github.com/lsof-org/lsof/archive/$version/$name-$version.tar.gz) build() { - cd $name-$version + cd $name-$version - ./Configure -n linux - make CC="cc $CFLAGS" + ./Configure -n linux + make CC="cc $CFLAGS" - install -d $PKG/usr/{sbin,share/man/man8} - install -m 755 lsof $PKG/usr/sbin - soelim Lsof.8 > $PKG/usr/share/man/man8/lsof.8 + install -d $PKG/usr/{sbin,share/man/man8} + install -m 755 lsof $PKG/usr/sbin + soelim Lsof.8 > $PKG/usr/share/man/man8/lsof.8 }