pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/50487 CVS commit: pkgsrc/sysutils/lsof



The following reply was made to PR pkg/50487; it has been noted by GNATS.

From: "Benny Siegert" <bsiegert%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/50487 CVS commit: pkgsrc/sysutils/lsof
Date: Tue, 29 Dec 2015 12:42:58 +0000

 Module Name:	pkgsrc
 Committed By:	bsiegert
 Date:		Tue Dec 29 12:42:58 UTC 2015
 
 Modified Files:
 	pkgsrc/sysutils/lsof: Makefile distinfo
 	pkgsrc/sysutils/lsof/patches: patch-ag
 
 Log Message:
 Update lsof to 4.88. From David H. Gutteridge in PR pkg/50487.
 
 Reduced to 50 the number of open file descriptors lsof
 attempts to close while trying to protect itself from a
 file descriptor exec() attack.  This limits the overhead
 lsof incurs on systems that have large file descriptor
 limits, yet provides sufficient open descriptors for the
 library functions lsof calls.
 
 Updated for changes in FreeBSD 10 with advice from Eygene
 Ryabinkin <rea%freebsd.org@localhost>.  Taught Configure to recognize
 FreeBSD 8.4.
 
 Herein am noting that lsof for Solaris 10 or 11 is no longer
 supported.  I no longer have test systems.  Some support is
 still available from Casper Dik <Casper.Dik%oracle.com@localhost> and a
 Solaris 11 patch he provided is included in this revision.
 
 Initialized local variables in the Linux process_id() function.
 Jia He <jiakernel%gmail.com@localhost> reported the problem.
 
 Added support for FreeBSD 11.
 
 Updated FreeBSD ZFS Configure stanza to supply a dummy
 opt_kdtrace.h when needed.
 
 Added tmpfs file system support for FreeBSD.
 
 Since a test system is no longer available, dropped the
 claim of FreeBSD 4.9 support.
 
 Added the +|-E options for Linux.  -E displays endpoint info;
 +E displays endpoint info and endpopint files.  Masatake YAMATO
 <yamato%redhat.com@localhost> requested this support and suggested code
 to implement it.
 
 Fixed a Linux bug handling processes whose command includes a
 non-printing character, particularly a NEWLINE character, and
 clarified printing of single '\\' characters in command and
 file names.  Stephane Chazelas <stephane.chazelas%gmail.com@localhost>
 reported the problem.
 
 Added support for Linux RDMA and CRYPTO protocal names and UNIX
 socket type with code from Masatake YAMATO <yamato%redhat.com@localhost>.
 
 Fixed field output to insure that the field descriptor field is
 always selected, since it identifies the file set.  The bug was
 reported by Gary Plewa <gary.m.plewa-1%lowes.com@localhost>.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.120 -r1.121 pkgsrc/sysutils/lsof/Makefile
 cvs rdiff -u -r1.85 -r1.86 pkgsrc/sysutils/lsof/distinfo
 cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/lsof/patches/patch-ag
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index