Date: Thu, 8 Sep 2016 14:08:04 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421552 - branches/2016Q3/sysutils/lsof Message-ID: <201609081408.u88E84B0063842@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Thu Sep 8 14:08:04 2016 New Revision: 421552 URL: https://svnweb.freebsd.org/changeset/ports/421552 Log: Fix botched merge in r421527 by merging r418252, r418405, and r418838 as well. Approved by: ports-secteam (feld) r418252: Fix build under 12.0-CURRENT. r418405: upgrade to 4.90C - support for DTYPE_PTS - FreeBSD 12.0-CURRENT r418838: Update to 4.90E. r421506: Update to 4.90F. Bug fix: - It fixes a race condition when lsof is looking up information on a socket's TCP state. The worst case of the race is that lsof gets a segmentation fault. PR: 212457 Submitted by: maintainer (Larry Rosenman) Modified: branches/2016Q3/sysutils/lsof/Makefile branches/2016Q3/sysutils/lsof/distinfo Modified: branches/2016Q3/sysutils/lsof/Makefile ============================================================================== --- branches/2016Q3/sysutils/lsof/Makefile Thu Sep 8 14:01:20 2016 (r421551) +++ branches/2016Q3/sysutils/lsof/Makefile Thu Sep 8 14:08:04 2016 (r421552) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lsof -DISTVERSION= 4.90B +DISTVERSION= 4.90F PORTEPOCH= 8 CATEGORIES= sysutils MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \ Modified: branches/2016Q3/sysutils/lsof/distinfo ============================================================================== --- branches/2016Q3/sysutils/lsof/distinfo Thu Sep 8 14:01:20 2016 (r421551) +++ branches/2016Q3/sysutils/lsof/distinfo Thu Sep 8 14:08:04 2016 (r421552) @@ -1,2 +1,3 @@ -SHA256 (lsof_4.90B.freebsd.tar.bz2) = 9532dabbda1a9e7cf0a7bd60fb02a829c3e9601d0f375e1d89235f600d805469 -SIZE (lsof_4.90B.freebsd.tar.bz2) = 485932 +TIMESTAMP = 1473259944 +SHA256 (lsof_4.90F.freebsd.tar.bz2) = 83388b8e5ac2e985b39802171238374692336cf4d0ef18909a727c6bae0ce444 +SIZE (lsof_4.90F.freebsd.tar.bz2) = 487526
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609081408.u88E84B0063842>