Bug 128538 - [MAINTAINER] sysutils/lsof: Apply vendor patch
Summary: [MAINTAINER] sysutils/lsof: Apply vendor patch
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-02 14:10 UTC by Larry Rosenman
Modified: 2008-11-02 20:10 UTC (History)
0 users

See Also:


Attachments
lsof-4.81_1,3.patch (1.16 KB, patch)
2008-11-02 14:10 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 2008-11-02 14:10:01 UTC
Apply the following vendor patch:
---
A patch to lsof 4.81 is now available that corrects over-zealous
rejection of open file listing when no options are specified to
lsof and lsof security options are enabled.

For example, an lsof compiled with HASSECURITY and HASNOSOCKSECURITY
options enabled will produce little or no output when run without
options.
---

Added file(s):
- files/patch-proc.c

Bump PORTREVISION
Generated with FreeBSD Port Tools 0.77
Comment 1 Wesley Shields freebsd_committer freebsd_triage 2008-11-02 19:30:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-11-02 20:06:51 UTC
wxs         2008-11-02 20:06:43 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/lsof        Makefile 
  Added files:
    sysutils/lsof/files  patch-proc.c 
  Log:
  Apply a vendor patch that corrects over-zealous rejection of open file
  listing when no options are specificed to lsof and lsof security options
  are enabled.
  
  PR:             ports/128538
  Submitted by:   Larry Rosenman <ler@lerctr.org> (maintainer)
  
  Revision  Changes    Path
  1.170     +1 -0      ports/sysutils/lsof/Makefile
  1.1       +19 -0     ports/sysutils/lsof/files/patch-proc.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Wesley Shields freebsd_committer freebsd_triage 2008-11-02 20:07:05 UTC
State Changed
From-To: open->closed

Committed. Thanks!