Bug 212457 - sysutils/lsof update to 4.90F
Summary: sysutils/lsof update to 4.90F
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Adam Weinberger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-07 14:59 UTC by Larry Rosenman
Modified: 2016-09-08 14:14 UTC (History)
1 user (show)

See Also:


Attachments
upgrade patch (831 bytes, patch)
2016-09-07 14:59 UTC, Larry Rosenman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Larry Rosenman freebsd_committer freebsd_triage 2016-09-07 14:59:38 UTC
Created attachment 174473 [details]
upgrade patch

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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-09-07 15:03:58 UTC
A commit references this bug:

Author: adamw
Date: Wed Sep  7 15:03:24 UTC 2016
New revision: 421506
URL: https://svnweb.freebsd.org/changeset/ports/421506

Log:
  Update to 4.90F.

  PR:		212457
  Submitted by:	maintainer (Larry Rosenman)

Changes:
  head/sysutils/lsof/Makefile
  head/sysutils/lsof/distinfo
Comment 2 Adam Weinberger freebsd_committer freebsd_triage 2016-09-07 15:05:11 UTC
Sorry it took so long to commit. I had to wait for the VM to reboot.

Also I'm just realizing that you had a nice commit message prepared that I totally missed.
Comment 3 Adam Weinberger freebsd_committer freebsd_triage 2016-09-07 15:11:42 UTC
Reopening to ask for a MFH.
Comment 4 commit-hook freebsd_committer freebsd_triage 2016-09-08 00:03:45 UTC
A commit references this bug:

Author: adamw
Date: Thu Sep  8 00:03:35 UTC 2016
New revision: 421527
URL: https://svnweb.freebsd.org/changeset/ports/421527

Log:
  MFH: 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)

  Approved by:	ports-secteam (feld)

Changes:
_U  branches/2016Q3/
Comment 5 commit-hook freebsd_committer freebsd_triage 2016-09-08 14:08:58 UTC
A commit references this bug:

Author: adamw
Date: Thu Sep  8 14:08:04 UTC 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)

Changes:
  branches/2016Q3/sysutils/lsof/Makefile
  branches/2016Q3/sysutils/lsof/distinfo
Comment 6 Adam Weinberger freebsd_committer freebsd_triage 2016-09-08 14:14:40 UTC
Okay, MFH is done, after hitting a couple branches on the way down.