Subject: CVS commit: pkgsrc/sysutils/lsof
To: None <pkgsrc-changes@netbsd.org>
From: Andrew Brown <atatat@netbsd.org>
List: pkgsrc-changes
Date: 12/22/2002 22:04:31
Module Name:	pkgsrc
Committed By:	atatat
Date:		Sun Dec 22 20:04:31 UTC 2002

Modified Files:
	pkgsrc/sysutils/lsof: Makefile distinfo
	pkgsrc/sysutils/lsof/patches: patch-aa

Log Message:
Upgrade lsof pkg to 4.66.  Notable changes are:

...
                Implemented the HASNOSOCKSECURITY compile-time
                option.  When it and HASSECURITY are defined, lsof
                will be built to list only the user's open files,
                but will also list anyone else's open socket files,
                provided the "-i" option selects their listing.
                Updated the Customize script to ask about setting
                HASNOSOCKSECURITY.  Left it undefined in all dialect
                machine.h header files.  This change was requested
                by Kenneth Stailey <kstailey@speakeasy.net> for
                use with ntop.
...
                Improved lsof help (-h) and version (-v) information
                reporting.
...

In order to the provide a simple pkgsrc hook for the new
HASNOSOCKSECURITY option, we provide the LSOF_LESS_SECURE_SOCKETS
setting (as a complement to the LSOF_MORE_SECURE option we already
have).


To generate a diff of this commit:
cvs rdiff -r1.56 -r1.57 pkgsrc/sysutils/lsof/Makefile
cvs rdiff -r1.21 -r1.22 pkgsrc/sysutils/lsof/distinfo
cvs rdiff -r1.19 -r1.20 pkgsrc/sysutils/lsof/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.