diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-10-17 03:48:45 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-10-17 03:48:45 +0800 |
commit | c0a46325c027e560af4231cd3eafe357997b219a (patch) | |
tree | f3f126bd3dd943551d6749ac8f9dd79b7131e6e3 /sysutils/lsof | |
parent | 8993dcfe053fd434fdbc7aa7a40fb215d5368e51 (diff) | |
download | freebsd-ports-gnome-c0a46325c027e560af4231cd3eafe357997b219a.tar.gz freebsd-ports-gnome-c0a46325c027e560af4231cd3eafe357997b219a.tar.zst freebsd-ports-gnome-c0a46325c027e560af4231cd3eafe357997b219a.zip |
- Update to 4.88
Release notes:
___________________ lsof 4.88 release notes _______________________
4.88 October 13, 2014
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>. 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
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> 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> 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> 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>
reported the problem.
Added support for Linux RDMA and CRYPTO protocal names and UNIX
socket type with code from Masatake YAMATO <yamato@redhat.com>.
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>.
PR: 194383
Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer)
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 4 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 4 | ||||
-rw-r--r-- | sysutils/lsof/pkg-plist | 1 |
3 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index b275f0a82124..de4f8c9fdfca 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lsof -DISTVERSION= 4.88G +DISTVERSION= 4.88 PORTEPOCH= 8 CATEGORIES= sysutils MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \ @@ -26,7 +26,7 @@ MAINTAINER= ler@lerctr.org COMMENT= Lists information about open files (similar to fstat(1)) #Please leave the below line in for the next clean up. -FIXUP_RELEASE= YES +#FIXUP_RELEASE= YES .if defined(FIXUP_RELEASE) DISTNAME_SUFFIX=.freebsd .else diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index da8cea81d5f5..acd866a9bdd5 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,2 +1,2 @@ -SHA256 (lsof_4.88G.freebsd.tar.bz2) = d3dc7eff807bb6c85bf297470cc5f4ce1777a6bf7925a5859458239864df7dae -SIZE (lsof_4.88G.freebsd.tar.bz2) = 482101 +SHA256 (lsof_4.88.tar.bz2) = fe6f9b0e26b779ccd0ea5a0b6327c2b5c38d207a6db16f61ac01bd6c44e5c99b +SIZE (lsof_4.88.tar.bz2) = 778563 diff --git a/sysutils/lsof/pkg-plist b/sysutils/lsof/pkg-plist index 7dbd1ae300ca..61c67b589120 100644 --- a/sysutils/lsof/pkg-plist +++ b/sysutils/lsof/pkg-plist @@ -19,4 +19,3 @@ share/lsof/shared.perl5 share/lsof/sort_res.perl5 share/lsof/watch_a_file.perl share/lsof/xusers.awk -@dirrm share/lsof |