Update lsof to version 4.63. NetBSD relevant excerpts from the
release notes: 4.63 April 23, 2002 ... Corrected bugs in device number, file size, file offset, and raw device number field output generation. ... Built an automated test suite. (See 00TEST and the tests/ sub-directory of the lsof main directory). Bela Lubkin requested it. Dale Talcott, John Hughes, and Larry Rosenman helped me validate it on their systems. During the development of the test suite I discovered the following lsof bugs or missing features, and corrected or supplied them. ... * Corrected the reporting of UNIX domain socket names for Apple Darwin, FreeBSD 4.5 and above, NetBSD 1.4.1 and above, and for OpenBSD 3.0 and above. ... Updated the NetBSD and OpenBSD sources so NetBSD can process DTYPE_PIPE files, as OpenBSD was already able to do. ... Added defense against the standard I/O descriptor attack. Note that the test suite is not enabled for this pkg because it requires root privileges in order to operate.
This commit is contained in:
parent
5937c7f443
commit
03f70810c7
2 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.52 2002/04/15 15:23:19 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.53 2002/04/24 17:48:29 atatat Exp $
|
||||
#
|
||||
|
||||
DISTNAME= lsof_4.62
|
||||
PKGNAME= lsof-4.62
|
||||
DISTNAME= lsof_4.63
|
||||
PKGNAME= lsof-4.63
|
||||
TMPWRK= ${WRKDIR}/${DISTNAME}
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/${SRCBALL_NAME}
|
||||
CATEGORIES= sysutils
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.14 2002/04/19 15:01:34 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.15 2002/04/24 17:48:29 atatat Exp $
|
||||
|
||||
SHA1 (lsof_4.62.tar.gz) = 7a1006fbecfef3016d59ef7728fcd8e7a961addd
|
||||
Size (lsof_4.62.tar.gz) = 881024 bytes
|
||||
SHA1 (lsof_4.63.tar.gz) = e3c07efff13cb4cb014eb9fe0e1a9ea1d79d3c08
|
||||
Size (lsof_4.63.tar.gz) = 930802 bytes
|
||||
SHA1 (patch-aa) = 1946122860ad68f1c5e07f6ae82a147eb51e01c5
|
||||
|
|
Loading…
Reference in a new issue