| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
30 Mar 2008 23:49:07
0.6.3
|
koitsu  |
- Update to 0.6.3, to address security holes pertaining to symlinks
when running in "owner" mode (the default).
http://lists.marsching.biz/pipermail/suphp/2008-March/001750.html
Security:
http://lists.marsching.biz/pipermail/suphp/2008-March/001750.html |
26 Mar 2008 16:41:30
0.6.2  |
koitsu  |
* Pipe is not slash. *sigh* |
26 Mar 2008 16:25:20
0.6.2  |
koitsu  |
* Maintainer freebsd@jdc.parodius.com --> koitsu@FreeBSD.org (I'm both)
* Add some redundancy fetch locations to MASTER_SITE_LOCAL. |
12 Dec 2007 17:27:49
0.6.2  |
koitsu  |
Fix for previous commit; user reported privately that Apache would print
"Cannot get media type from 'x-httpd-php'" as a warning in the ErrorLog. Issue
caused by incorrect AddType syntax.
This commit fixes the pkg-message syntax described, as well as the example
suphp.conf to reflect the proper type (value "application/x-httpd-php", not
"x-httpd-php").
Submitted by: <dark@aspu.ru> |
11 Dec 2007 20:38:59
0.6.2  |
koitsu  |
Upgrade to suPHP 0.6.2. This upgrade is quite major; it introduces
numerous features necessary for hosting, adds the use of a configuration
file (vs. compile-time settings) for configuration details, and is
presently supported by the software author.
Changes to httpd.conf are required for this to work, otherwise PHP
content is offered for download and not parsed. pkg-message contains
full migration details, but here's the simple version:
suPHP 0.5.2 suPHP 0.6.2
=========== ===========
AddType application/x-httpd-php .php AddType x-httpd-php .php
AddHandler x-httpd-php .php suPHP_AddHandler x-httpd-php
Tested on RELENG_6 and RELENG_7, using Apache 2.0 and 2.2, with the
help of the PR submitter.
Testing for Apache 1.3 was not performed, thus the port requires the
use of 2.0 or later. suPHP 0.6.2 does support Apache 1.3, but I'll
need someone running 1.3 to work with me on fixing the port to support
it, if desired.
PR: ports/116281
Submitted by: Vladimir Korkodinov <viper@perm.raid.ru> |
10 May 2006 23:23:14
0.5.2_2  |
pav  |
- Fix for recent PHP changes, correct path to php-cgi binary
- Add user-overridable variable SUPHP_PATH
- Cosmetics
PR: ports/97047
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> (maintainer) |
06 May 2006 15:31:30
0.5.2_1  |
ale  |
Fix or remove obsolate or broken ways to depend on php. |
08 Apr 2006 13:56:16
0.5.2_1  |
pav  |
- Add support for Apache 2.2
PR: ports/94034
Submitted by: Craig Boston <craig@yekse.gank.org>
Approved by: Jeremy Chadwick <freebsd@jdc.parodius.com> (maintainer) |
24 Jan 2006 03:14:23
0.5.2_1  |
edwin  |
SHA256ify
Approved by: krion@ |
04 Dec 2005 00:18:15
0.5.2_1  |
clement  |
- prepare removal of www/apache2 in favor of www/apache20 for naming
consistency
- add entries in UPDATING (for apache22 too)
PR: ports/78119
Repocopied by: marcus |
28 Oct 2004 19:29:16
0.5.2_1  |
pav  |
- Avoid make -C fixing build on FreeBSD 4.8 and older
- Expand CONFLICTS
- Style
PR: ports/73226
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> (maintainer) |
12 Aug 2004 10:31:51
0.5.2_1  |
vs  |
- Fix "make -C"-issues
- Unregister from Apache through apxs on deinstall
- Cleanup
PR: ports/70345
Submitted by: Jeremy Chadwick (maintainer) |
27 Jul 2004 08:48:41
0.5.2  |
vs  |
Needs 'make -C', available since 4.9.
PR: ports/69624
Submitted by: Jeremy Chadwick (maintainer) |
23 Jul 2004 08:29:47
0.5.2  |
arved  |
Change logic of the LOGFILE path:
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> |
17 Jul 2004 18:34:03
0.5.2  |
pav  |
- Unbreak on 4.x: adapt make(1) syntax
PR: ports/69139
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> (maintainer) |
15 Jul 2004 23:13:36
0.5.2  |
clement  |
- Update to 0.5.2
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> |
29 Jun 2004 13:21:20
0.5.1  |
clement  |
- s/--enable-setid-mode/--with-setid-mode/
Reported by: Andries Filmer <andries@netexpo.nl> |
29 Jun 2004 11:40:08
0.5.1  |
clement  |
- Add WITH_LOGNAME and WITH_LOGPATH knobs.
I kept LOG_NAME to not break POLA (Will be removed for next release).
Requested by: Dennis Koster <dennis@phlex.net> |
20 Mar 2004 12:38:50
0.5.1  |
clement  |
Fix mispelled CONFIGURE_ARGS option
Spotted by: Johan Mulder <johan@localhost.nl> |
25 Feb 2004 11:47:24
0.5.1  |
clement  |
- Update to 0.5.1
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. |
07 Feb 2004 17:16:21
0.5_2  |
clement  |
- SIZEify distinfo |
04 Feb 2004 05:10:27
0.5_2  |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
14 Jan 2004 20:28:58
0.5_1  |
clement  |
- Fix suPHP.
- Bump PORTREVISION
Noticed by: Starhost.nl - N.Elsten <elsten@starhost.nl>
Approved by: erwin (mentor) (implicitly) |
13 Jan 2004 15:04:51
0.5  |
clement  |
- Update my email address
Approved and reviewed by: erwin (mentor) |
11 Jan 2004 15:53:56
0.5  |
clement  |
Update to 0.5
now suPHP supports apache2.
Approved by: erwin (mentor) (implicitly) |
07 Nov 2003 09:12:58
0.3.1  |
marcus  |
Use the new Apache bits from bsd.port.mk.
Submitted by: dinoex |
07 Oct 2003 01:49:16
0.3.1  |
leeym  |
Update to 0.3.1
PR: 57681
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Release |
25 Aug 2003 13:13:36
0.3  |
edwin  |
[update] www/suphp: update to 0.3 and fix a security leak introduced with
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> |
17 Jul 2003 05:35:53
0.2.3_1  |
daichi  |
fix www/suphp:
- fix critical problem, due to wrong dependency.
lang/php4-cli -> www/php4-cgi
PR: 54558
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer) |
30 Jun 2003 05:56:55
0.2.3  |
daichi  |
update www/suphp: 0.2.2 --> 0.2.3
* 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 |
25 Jun 2003 07:50:53
0.2.2_1  |
daichi  |
Add suphp 0.2.2,
suPHP is a combination which provides a wrapper
for PHP.
PR: 42790
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> |