Bug 105458 - [PATCH] Small permissions problem in www/typo
Summary: [PATCH] Small permissions problem in www/typo
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-12 22:20 UTC by Nick Barkas
Modified: 2006-11-13 10:20 UTC (History)
0 users

See Also:


Attachments
file.diff (384 bytes, patch)
2006-11-12 22:20 UTC, Nick Barkas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Barkas 2006-11-12 22:20:20 UTC
www/typo installs its tmp directory with root:wheel ownership, and does not make
this writeable by the web server. This makes it so Typo/Rails cannot create
cache files if running out of this directory (or write out sessions if you are 
using the filesystem for sessions).

Fix: Here is a patch to the port's Makefile that chowns Typo's tmp directory to
www:www, as is done with the log and public directories.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-11-12 22:21:46 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Jonathan Weiss 2006-11-13 07:59:32 UTC
Edwin Groothuis wrote:
> Maintainer of www/typo,
> 
> Please note that PR ports/105458 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/105458
> 

Fine with me, please commit.

Jonathan

-- 
Jonathan Weiss
http://blog.innerewut.de
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2006-11-13 10:09:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2006-11-13 10:15:32 UTC
miwi        2006-11-13 10:15:23 UTC

  FreeBSD ports repository

  Modified files:
    www/typo             Makefile 
  Log:
  - Fix permissions
  
  PR:             ports/105458
  Submitted by:   Nick Barkas <snb@moduli.net>
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.8       +1 -0      ports/www/typo/Makefile
_______________________________________________
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 5 Martin Wilke freebsd_committer freebsd_triage 2006-11-13 10:15:38 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!