aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_python
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.7.10 and unmark BROKEN. [1]Hye-Shik Chang2004-03-114-10/+7
| | | | | | | | | | - Respect LOCALBASE for APXS location. [2] - Assign maintainership to submitter. [2] PR: 63960 [2] Submitted by: Simon Barner <barner@in.tum.de> [1], Josh Elsasser <jre@vineyard.net> [2] Requested by: Hideki Machida <hido@neojapangz.com> [1]
* mark FORBIDDEN: denial of service vulnerabilityOliver Eikemeier2004-03-111-0/+2
| | | | http://people.freebsd.org/~eik/portaudit/1ed556e6-734f-11d8-868e-000347dd607f.html
* SIZEify.Trevor Johnson2004-01-301-0/+1
|
* Use the new Apache bits from bsd.port.mk.Joe Marcus Clarke2003-11-071-6/+1
| | | | Submitted by: dinoex
* KATO mega patchEdwin Groothuis2003-09-271-6/+6
| | | | | | | | | | | - ECHO -> ECHO_MSG For some ports: - pre-fetch -> pre-everything - ECHO -> ECHO_CMD PR: ports/56820-56858 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Fix libc_r detection routine that didn't work on -current.Hye-Shik Chang2003-08-051-12/+3
| | | | Spotted by: "Richard Johannesson" <rtjohan@syspres.com>
* Update master site.Christian Weisgerber2003-04-141-3/+3
| | | | | PR: 50408 Submitted by: Mark Linimon <linimon@lonesome.com>
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
|
* Remove wrong comments on PythonPath directive.Hye-Shik Chang2003-01-101-4/+1
| | | | Submitted by: Gregory Trubetskoy <grisha@apache.org> (author)
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-072-1/+2
| | | | Approved by: pat
* support appache13-modssl by defining APACHE_PORT in /etc/make.confDirk Meyer2002-09-101-2/+3
| | | | others variants of the apache ports can be used too.
* Update port to 2.7.8, unmark FORBIDDEN.Chris D. Faulhaber2002-05-082-4/+2
| | | | | PR: 37726 Submitted by: Allan Saddi <asaddi@philosophysw.com>
* Mark FORBIDDEN:Chris D. Faulhaber2002-05-071-0/+2
| | | | | | | | Contains a vulnerability allowing a publisher to access an indirectly imported module allowing a remote attacker to call functions from that module. http://www.modpython.org/pipermail/mod_python/2002-April/001991.html
* - Remove old maintainer from pkg-descrPete Fritchman2001-11-063-6/+5
| | | | | | | | - Fix pkg-req script -Set NO_PACKAGE, as this port requires Python without threads support PR: 31273 Submitted by: Anders Nordby <anders@fix.no>
* Set maintainer to ports@FreeBSD.orgPete Fritchman2001-10-071-1/+1
| | | | Submitted by: Anders Nordby <anders@fix.no> (previous maintainer)
* Update port to version 2.7.6, make it work with Python 2.1.1.Jimmy Olgeni2001-08-166-58/+36
| | | | | | | Assign maintainership to Anders Nordby <anders@fix.no> (approved by current maintainer) PR: 29738 Submitted by: Anders Nordby <anders@fix.no>
* Fix build when WRKDIRPREFIX is set to a different path.Jimmy Olgeni2001-05-271-2/+2
|
* upgrade to 2.7.3Ying-Chieh Liao2001-05-204-9/+8
| | | | | PR: 27379 Submitted by: maintainer
* updates 2.7.2_2James E. Housley2001-05-115-42/+43
| | | | | | | | | . Python 2.1 support . EAPI option added. (for www/apache13-modssl) . MASTER_SITES order changed (www.modpython.org site is always slow) PR: 27214 Submitted by: Chang, Hye-Shik <perky@python.or.kr> MAINTAINER
* Forgotten file:James E. Housley2001-03-231-0/+20
| | | | | | | | | | | | more flexible build options: .enables apache module to embeded more python features. (crypt, cmath, strop.. and so many;same to lang/python port) but useless features (openpty, gnu readline) are disabled by default. .strip object at post-build phase by default. PR: 25839 Submitted by: Chang, Hye-Shik <perky@python.or.kr> MAINTAINER
* more flexible build options:James E. Housley2001-03-231-4/+61
| | | | | | | | | | | | | .enables apache module to embeded more python features. (crypt, cmath, strop.. and so many;same to lang/python port) but useless features (openpty, gnu readline) are disabled by default. .strip object at post-build phase by default. Assorted cleanup for portlint PR: 25839 Submitted by: Chang, Hye-Shik <perky@python.or.kr> MAINTAINER
* Update port to version 2.7.2 (security fixes)Jimmy Olgeni2001-02-252-2/+2
| | | | | PR: 25127 Submitted by: maintainer
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-171-2/+2
|
* Update to 2.7.1Kevin Lo2000-12-285-23/+28
| | | | | PR: 23874 Submitted by: MAINTAINER
* Update to 2.6.3.Maxim Sobolev2000-11-157-52/+79
| | | | | PR: 22850 Submitted by: maintainer
* This port requires python version 1.5 which is now in lang/python15.Steve Price2000-11-091-1/+1
|
* Add mod_python 2.6, an Apache module that allows embedding python withinWill Andrews2000-10-285-0/+81
the Apache http server for performance and flexibility boosts. PR: 20885 Submitted by: Chang, Hye-Shik <perky@python.or.kr>