lsof: update to 4.96.3

This commit is contained in:
Juergen Daubert 2022-10-11 12:04:32 +02:00
parent 1ffbc66901
commit 827596a816
2 changed files with 13 additions and 13 deletions

@ -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

@ -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
}