lsof: update to 4.96.3

This commit is contained in:
Subhaditya Nath 2022-09-24 21:35:25 +05:30 committed by classabbyamp
parent ef1b849608
commit 4145d2de92
2 changed files with 6 additions and 28 deletions

View file

@ -1,23 +0,0 @@
--- a/lsof.8
+++ b/lsof.8
@@ -1,7 +1,7 @@
.so ./version
.TH LSOF 8 Revision-\*(VN
-\" Register )P is used neither by this file nor any groff macro. However,
-\" some versions of nroff require it.
+.\" Register )P is used neither by this file nor any groff macro. However,
+.\" some versions of nroff require it.
.if !\n(.g \{\
. if !\n()P .nr )P 1v
.\}
@@ -967,8 +967,8 @@ where:
.br
applies to all IP versions.
.br
- \fIprotocol\fP is a protocol name \- \fBTCP\fP, \fBUDP\fP
-.br or \fBUDPLITE\fP.
+ \fIprotocol\fP is a protocol name \- \fBTCP\fP, \fBUDP\fP or \fBUDPLITE\fP.
+.br
.br
\fIhostname\fP is an Internet host name. Unless a
.br

View file

@ -1,21 +1,20 @@
# Template file for 'lsof' # Template file for 'lsof'
pkgname=lsof pkgname=lsof
version=4.95.0 version=4.96.3
revision=1 revision=1
wrksrc="${pkgname}_${version}.linux"
build_style=configure build_style=configure
configure_script="./Configure" configure_script="./Configure"
configure_args="-n linux" configure_args="-n linux"
make_check_target="all" make_check_target="all"
make_check_args="-C tests" make_check_args="-C tests"
hostmakedepends="perl" hostmakedepends="perl groff"
short_desc="LiSt Open Files" short_desc="LiSt Open Files"
maintainer="Subhaditya Nath <sn03.general@gmail.com>" maintainer="Subhaditya Nath <sn03.general@gmail.com>"
license="custom:lsof" license="custom:lsof"
homepage="https://github.com/lsof-org/lsof" homepage="https://github.com/lsof-org/lsof"
changelog="https://raw.githubusercontent.com/lsof-org/lsof/master/00DIST" changelog="https://raw.githubusercontent.com/lsof-org/lsof/master/00DIST"
distfiles="https://github.com/lsof-org/lsof/releases/download/${version}/lsof_${version}.linux.tar.bz2" distfiles="https://github.com/lsof-org/lsof/archive/refs/tags/${version}/${version}.tar.gz"
checksum=e9faa0fbcc48638c1d1f143e93573ac43b65e76646150f83e24bd8c18786303c checksum=2753fc01452a3d2ee665e8365afdac0e9683197f3ec06231aa684a48b286d11c
post_extract() { post_extract() {
# See: https://github.com/lsof-org/lsof/issues/61 # See: https://github.com/lsof-org/lsof/issues/61
@ -35,6 +34,8 @@ pre_configure() {
vsed "s|/\* #define\tHASSECURITY\t1 \*/|#define\tHASSECURITY\t1|" \ vsed "s|/\* #define\tHASSECURITY\t1 \*/|#define\tHASSECURITY\t1|" \
-i dialects/linux/machine.h -i dialects/linux/machine.h
soelim Lsof.8 | grep -vi '^\.lf ' > lsof.8
} }
do_install() { do_install() {