From owner-svn-ports-all@freebsd.org Thu Sep 8 14:08:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 649B9BD0903; Thu, 8 Sep 2016 14:08:05 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 358DE64E; Thu, 8 Sep 2016 14:08:05 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u88E84bI063844; Thu, 8 Sep 2016 14:08:04 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u88E84B0063842; Thu, 8 Sep 2016 14:08:04 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201609081408.u88E84B0063842@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 8 Sep 2016 14:08:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421552 - branches/2016Q3/sysutils/lsof X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2016 14:08:05 -0000 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