Commit graph

11 commits

Author SHA1 Message Date
Jeremy Chadwick
3a6885f03e - 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
2008-03-30 22:49:06 +00:00
Jeremy Chadwick
c28f2b3cca 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>
2007-12-11 20:38:58 +00:00
Edwin Groothuis
84b1517c16 SHA256ify
Approved by: krion@
2006-01-24 03:16:52 +00:00
Clement Laforet
686ce339ee - 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>
2004-07-15 22:13:36 +00:00
Clement Laforet
15430971a1 - 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.
2004-02-25 11:47:24 +00:00
Clement Laforet
3b8591d72d - SIZEify distinfo 2004-02-07 17:16:21 +00:00
Clement Laforet
32db161a56 Update to 0.5
now suPHP supports apache2.

Approved by:    erwin (mentor) (implicitly)
2004-01-11 15:53:56 +00:00
Yen-Ming Lee
6bd1e92fc3 Update to 0.3.1
PR:		57681
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
Release
2003-10-07 00:49:16 +00:00
Edwin Groothuis
ba63502f38 [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>
2003-08-25 12:13:36 +00:00
Daichi GOTO
527c7deb74 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
2003-06-30 04:56:55 +00:00
Daichi GOTO
3b92dfd33d Add suphp 0.2.2,
suPHP is a combination which provides a wrapper
for PHP.

PR:		42790
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-06-25 06:50:53 +00:00