diff options
author | atatat <atatat> | 2002-04-24 17:48:29 +0000 |
---|---|---|
committer | atatat <atatat> | 2002-04-24 17:48:29 +0000 |
commit | dd5acd48b2f4b41548f6aa4d235506e97e8a3436 (patch) | |
tree | d60fbfa1bb2431704c0264026e56ec4d124418af /sysutils/lsof | |
parent | 468de90f7cb594ee9666b1aed20b9c424043bd2b (diff) | |
download | pkgsrc-dd5acd48b2f4b41548f6aa4d235506e97e8a3436.tar.gz |
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.
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 6 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index f3563d550ea..ce6729fa215 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -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 diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index ad5cd007c47..3238098b7bc 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -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 |