Re: [PATCH] ExtUtils::MakeMaker and world writable files in dists

2008-09-28 Thread Aristotle Pagaltzis
* Cosimo Streppone <[EMAIL PROTECTED]> [2008-09-29 02:10]: > but it seems that gnu tar doesn't like the following: > > $ tar --mode=0755 cvf blah.tar somedir > $ tar c --mode=0755 vf blah.tar somedir > > and will only accept: > > $ tar cvf blah.tar --mode=0755 somedir > > Could this work? GN

[PATCH] ExtUtils::MakeMaker and world writable files in dists

2008-09-28 Thread Cosimo Streppone
Hi! I don't know if I really understand the entire "world-writable files" security hole. Anyway, I think the average CPAN author doesn't really know or care about that, sadly. See also: http://use.perl.org/~cosimo/journal/37554 I'd really prefer not having to change my tar command on every sys