diff options
author | atatat <atatat> | 2004-03-12 14:31:37 +0000 |
---|---|---|
committer | atatat <atatat> | 2004-03-12 14:31:37 +0000 |
commit | f0dc0503c0f35c0073aef685d90a24c855d3c32d (patch) | |
tree | ef5a28725e2457d3a4cfda4353f76a8ed627d70c /sysutils/lsof | |
parent | a2703144027c88a6526389ee890f2f192686dfd8 (diff) | |
download | pkgsrc-f0dc0503c0f35c0073aef685d90a24c855d3c32d.tar.gz |
Upgrade to lsof version 4.71. Changes related to or affecting NetBSD
(or pkgsrc) from the 00DIST file:
4.71 March 11, 2004
...
Added process_kqueue() function prototypes for FreeBSD,
NetBSD and OpenBSD.
...
Added support for the optional reporting of socket
options, socket states and TCP flags for most currently
supported dialects. John Smith <lbalbalba@hotmail.com>
and Tristan Nefzger <tn@bhtrader.com> requested the
information. The dialects and their versions for which
this feature has become available include:
AIX 4.3.2 and 5.[12]
Apple Darwin 7.2
BSDI BSD/OS 4.3.1
Digital UNIX and Tru64 UNIX 4.0
FreeBSD 4.9 and 5.2
HP-UX 11 and 11.11 (aka 11i)
NetBSD 1.6ZH
OpenBSD 3.4
OPENSTEP 4.2
OpenUNIX 8
Solaris 2.6, 8, 9 and 10
UnixWare 7.1.[134]
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 4 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 34f33efc399..2ba95ab161d 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.73 2004/01/20 12:26:15 agc Exp $ +# $NetBSD: Makefile,v 1.74 2004/03/12 14:31:37 atatat Exp $ # -DISTNAME= lsof_4.70 +DISTNAME= lsof_4.71 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= sysutils MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 936d58dcab8..730d939f144 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.37 2004/01/17 19:37:35 atatat Exp $ +$NetBSD: distinfo,v 1.38 2004/03/12 14:31:37 atatat Exp $ -SHA1 (lsof_4.70.tar.bz2) = a2a988ef0d64048445f882425e3066bad167f601 -Size (lsof_4.70.tar.bz2) = 693981 bytes +SHA1 (lsof_4.71.tar.bz2) = 20f63f6122f5a9a55cf3396e32d33ed4325271ba +Size (lsof_4.71.tar.bz2) = 701281 bytes SHA1 (patch-aa) = 36790019394b4088c226222d4aefaec50430bcf3 |