Update to the cgiwrap port. This adds a slew of things: 1. Uses WWWOWN and WWWGRP, which is the standard for www-oriented ports. 2. Adds --with-local-contact (CGIWRAP_CONTACT). 3. Changes tweaks to CGIWRAP_ALLOWFILE and CGIWRAP_DENYFILE. 4. Removal of WITHOUTCHECK; moved into multiple CGIWRAP_WITHOUT_* tweaks. 5. Adds --with-logging-file (CGIWRAP_LOGGING) for those who need it (me :) ). 6. Adds CGIWRAP_DEBUG, which adds support for the cgiwrapd/nph-cgiwrapd binaries. 7. Adds --without-check-owner (CGIWRAP_WITHOUT_CHECK_OWNER). 8. Adds --without-check-group (CGIWRAP_WITHOUT_CHECK_GROUP). 9. Adds --without-check-setuid (CGIWRAP_WITHOUT_CHECK_SETUID). 10. Adds --without-check-setgid (CGIWRAP_WITHOUT_CHECK_SETGID). 11. Adds --without-check-group-writable (CGIWRAP_WITHOUT_CHECK_GROUP_WRITABLE). 12. Adds --without-check-world-writable (CGIWRAP_WITHOUT_CHECK_WORLD_WRITABLE). 13. Runs pkg-message through ${SED} so that %%PREFIX%% gets expanded. 14. Proper/secure permissions on the binaries (4550). Note that we can't set this as 4510 or 4110; mod_mime_magic in Apache needs read access to the binary when being called (otherwise warnings appear in the httpd_error log; might as well be nice to Apache...). Global-read/execute is a Bad Idea(tm). 15. Minor cosmetical update to pkg-descr. The port maintainer should DEFINITELY review this. If the maintainer isn't available, I can take over maintenance of this port. Fix: Apply below patch to the ports/www/cgiwrap tree. How-To-Repeat: n/a
State Changed From-To: open->feedback Wait for maintainer approval
Dear maintainer, please approve or disprove the PR. --- Sem.
That looks great to me. The submitter is welcome to maintain this port himself if he would like. -jre
Would you like to become a maintainer of the port? -- Sem.
Absolutely -- works for me! -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. | On Mon, Aug 16, 2004 at 09:06:41PM +0400, Sergey Matveychuk wrote: > Would you like to become a maintainer of the port? > > -- > Sem.
State Changed From-To: feedback->closed Committed, thanks!