Bug 151456 - www/shellinabox: add option to allow core dumps
Summary: www/shellinabox: add option to allow core dumps
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-14 17:50 UTC by Eric F Crist
Modified: 2010-10-30 18:00 UTC (History)
1 user (show)

See Also:


Attachments
siab.diff (794 bytes, patch)
2010-10-14 17:50 UTC, Eric F Crist
no flags Details | Diff
file.diff (533 bytes, patch)
2010-10-14 17:50 UTC, Eric F Crist
no flags Details | Diff
siab.diff (791 bytes, patch)
2010-10-14 18:28 UTC, mnslinky
no flags Details | Diff
file.dat (48 bytes, text/plain; charset=us-ascii)
2010-10-14 18:28 UTC, mnslinky
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric F Crist 2010-10-14 17:50:09 UTC
	This patch allows for an option which adds the ability to create core dumps.  There is an inherent security
	risk when doing so, as potentially private information (passwords, etc) could be included in the core file.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-10-14 17:50:14 UTC
Maintainer of www/shellinabox,

Please note that PR ports/151456 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/151456

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-10-14 17:50:16 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2010-10-14 18:00:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I will take it.
Comment 4 mnslinky 2010-10-14 18:28:06 UTC
Attached is another diff, there was an errant pipe character in the previously attached version.
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-10-30 17:54:00 UTC
sunpoet     2010-10-30 16:53:56 UTC

  FreeBSD ports repository

  Modified files:
    www/shellinabox      Makefile distinfo 
  Log:
  - Add an option ENABLE_CORES to enable coredumps (default off)
  - While I'm here, pet portlint for MD5 removal
  
  PR:             ports/151456
  Submitted by:   Eric F Crist <ecrist@secure-computing.net>
  Approved by:    maintainer (timeout 16 days), pgollucci (mentor, implicit)
  
  Revision  Changes    Path
  1.5       +12 -0     ports/www/shellinabox/Makefile
  1.2       +0 -1      ports/www/shellinabox/distinfo
_______________________________________________
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 6 Po-Chuan Hsieh freebsd_committer freebsd_triage 2010-10-30 17:54:29 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!