NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Tar hacks (Score:1)
This was a recent security hole fix for PAUSE/CPAN.
On Windows, someone on the module-authors list found that they needed to rename their "tar" binary to "gnutar" and then create a tar.bat file that had this single line
Andreas suggested that mode should really be 0755, so I'd suggest trying that first before falling back to 0700.
-- dagolden
Re:Tar hacks (Score:1)
I tried this hack, and it sort of works. I had to drop the
--owner=0part, or mytar.exewould complain about non existing owner.I ended up with:
move c:\bin\tar.exe c:\bin\gnutar.exe
vim c:\bin\tar.bat
In
tar.bat:@echo off
c:\bin\gnutar.exe %* --mode=0755
Uploaded the new Imager-SkinDetector 0.02 on CPAN and it was indexed correctly. Thanks!
Reply to This
Parent