aboutsummaryrefslogtreecommitdiffstats
path: root/www/suphp
Commit message (Collapse)AuthorAgeFilesLines
* - Avoid make -C fixing build on FreeBSD 4.8 and olderpav2004-10-292-3/+11
| | | | | | | | - Expand CONFLICTS - Style PR: ports/73226 Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> (maintainer)
* - Fix "make -C"-issuesvs2004-08-123-27/+45
| | | | | | | | - Unregister from Apache through apxs on deinstall - Cleanup PR: ports/70345 Submitted by: Jeremy Chadwick (maintainer)
* Needs 'make -C', available since 4.9.vs2004-07-271-0/+9
| | | | | PR: ports/69624 Submitted by: Jeremy Chadwick (maintainer)
* Change logic of the LOGFILE path:arved2004-07-231-6/+2
| | | | | | | | | Assuming the user DOES NOT specify the LOG_PATH variable upon build (by default, it's empty). The logfile will end up in / (a.k.a. /suphp.log) PR: 69334 Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
* - Unbreak on 4.x: adapt make(1) syntaxpav2004-07-181-3/+28
| | | | | PR: ports/69139 Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> (maintainer)
* - Update to 0.5.2clement2004-07-163-8/+24
| | | | | | | | | Add a workaroung to make it work with apache 2 (due to an apr bug) (so be careful) - Pass maintainership to submitter PR: ports/69048 Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
* - s/--enable-setid-mode/--with-setid-mode/clement2004-06-291-1/+1
| | | | Reported by: Andries Filmer <andries@netexpo.nl>
* - Add WITH_LOGNAME and WITH_LOGPATH knobs.clement2004-06-291-3/+6
| | | | | | I kept LOG_NAME to not break POLA (Will be removed for next release). Requested by: Dennis Koster <dennis@phlex.net>
* Fix mispelled CONFIGURE_ARGS optionclement2004-03-201-1/+1
| | | | Spotted by: Johan Mulder <johan@localhost.nl>
* - Update to 0.5.1clement2004-02-252-6/+13
| | | | | | | | This version is mainly a bugfix release, fixing a bug causing a segmentation fault in the Apache 2 module and improving the handling of environment variables. Instead of setting unneeded / unwanted environment variables to an empty string, they are now completely removed from the environment.
* - SIZEify distinfoclement2004-02-081-0/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* - Fix suPHP.clement2004-01-152-22/+3
| | | | | | | - Bump PORTREVISION Noticed by: Starhost.nl - N.Elsten <elsten@starhost.nl> Approved by: erwin (mentor) (implicitly)
* - Update my email addressclement2004-01-131-1/+1
| | | | Approved and reviewed by: erwin (mentor)
* Update to 0.5clement2004-01-114-15/+40
| | | | | | now suPHP supports apache2. Approved by: erwin (mentor) (implicitly)
* Use the new Apache bits from bsd.port.mk.marcus2003-11-071-2/+1
| | | | Submitted by: dinoex
* Update to 0.3.1leeym2003-10-072-3/+6
| | | | | | PR: 57681 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Release
* [update] www/suphp: update to 0.3 and fix a security leak introduced with ↵edwin2003-08-258-150/+77
| | | | | | | | | | | | previous patch - update to 0.3 - add a workaround to don't use getpwuid to performs check for apache user (since 4.x doesn't support getpwuid_r). - use %%DOCSDIR%% PR: ports/55952 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
* fix www/suphp:daichi2003-07-171-2/+3
| | | | | | | | - fix critical problem, due to wrong dependency. lang/php4-cli -> www/php4-cgi PR: 54558 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
* update www/suphp: 0.2.2 --> 0.2.3daichi2003-06-303-17/+19
| | | | | | | | | | * update suphp to 0.2.3 * fix bento build (apxs related problem) * Separate build/install stages for mod_suphp PR: 53873 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Pointed out by: bento via kris
* Add suphp 0.2.2,daichi2003-06-258-0/+204
suPHP is a combination which provides a wrapper for PHP. PR: 42790 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>