aboutsummaryrefslogtreecommitdiff
path: root/www/mod_python3
Commit message (Collapse)AuthorAgeFilesLines
* Update to 3.1.3 and unmark FORBIDDEN.Hye-Shik Chang2004-03-114-5/+14
| | | | | | | | Spotted by: Simon Barner <barner@in.tum.de>, Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=103653
* mark FORBIDDEN: denial of service vulnerabilityOliver Eikemeier2004-03-111-0/+2
| | | | | | | http://people.freebsd.org/~eik/portaudit/1ed556e6-734f-11d8-868e-000347dd607f.html Notes: svn path=/head/; revision=103640
* Change LATEST_LINK to mod_python3 to avoid confliction with www/mod_python.Hye-Shik Chang2004-02-271-0/+1
| | | | | | | Spotted by: kris Notes: svn path=/head/; revision=102292
* Add a missing WITH_APACHE2 to depend on the correct Apache port.Joe Marcus Clarke2003-11-081-0/+1
| | | | | | | Reported by: bento via kris Notes: svn path=/head/; revision=93443
* Use the new Apache bits from bsd.port.mk.Joe Marcus Clarke2003-11-071-5/+1
| | | | | | | Submitted by: dinoex Notes: svn path=/head/; revision=93294
* Add a workaround for python2.3Hye-Shik Chang2003-08-051-1/+9
| | | | Notes: svn path=/head/; revision=86321
* Use MASTER_SITE_APACHE_HTTPDHye-Shik Chang2003-04-161-6/+1
| | | | | | | Submitted by: naddy Notes: svn path=/head/; revision=79104
* - Update to 3.0.3 [1]Hye-Shik Chang2003-04-093-2/+8
| | | | | | | | | | | - Add an instruction about how to run mod_python without a threaded apache. PR: ports/50375 [1] Submitted by: Mark Linimon <linimon@lonesome.com> [1] Notes: svn path=/head/; revision=78666
* De-pkg-comment for my ports.Hye-Shik Chang2003-02-252-1/+1
| | | | Notes: svn path=/head/; revision=76449
* Remove wrong comments on PythonPath directive.Hye-Shik Chang2003-01-091-4/+1
| | | | | | | Submitted by: Gregory Trubetskoy <grisha@apache.org> (author) Notes: svn path=/head/; revision=72821
* Update mod_python to 3.0.1. (repocopy from www/mod_python)Hye-Shik Chang2003-01-079-120/+29
| | | | | | | | Approved by: lioux (portmgr) Repocopied by: joe Notes: svn path=/head/; revision=72662
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* support appache13-modssl by defining APACHE_PORT in /etc/make.confDirk Meyer2002-09-091-2/+3
| | | | | | | others variants of the apache ports can be used too. Notes: svn path=/head/; revision=65932
* Update port to 2.7.8, unmark FORBIDDEN.Chris D. Faulhaber2002-05-072-4/+2
| | | | | | | | PR: 37726 Submitted by: Allan Saddi <asaddi@philosophysw.com> Notes: svn path=/head/; revision=58682
* 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 Notes: svn path=/head/; revision=58638
* - 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> Notes: svn path=/head/; revision=49667
* Set maintainer to ports@FreeBSD.orgPete Fritchman2001-10-071-1/+1
| | | | | | | Submitted by: Anders Nordby <anders@fix.no> (previous maintainer) Notes: svn path=/head/; revision=48508
* 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> Notes: svn path=/head/; revision=46307
* Fix build when WRKDIRPREFIX is set to a different path.Jimmy Olgeni2001-05-271-2/+2
| | | | Notes: svn path=/head/; revision=43139
* upgrade to 2.7.3Ying-Chieh Liao2001-05-194-9/+8
| | | | | | | | PR: 27379 Submitted by: maintainer Notes: svn path=/head/; revision=42748
* 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 Notes: svn path=/head/; revision=42515
* 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 Notes: svn path=/head/; revision=40233
* 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 Notes: svn path=/head/; revision=40225
* Update port to version 2.7.2 (security fixes)Jimmy Olgeni2001-02-242-2/+2
| | | | | | | | PR: 25127 Submitted by: maintainer Notes: svn path=/head/; revision=38678
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-2/+2
| | | | Notes: svn path=/head/; revision=37252
* Update to 2.7.1Kevin Lo2000-12-275-23/+28
| | | | | | | | PR: 23874 Submitted by: MAINTAINER Notes: svn path=/head/; revision=36410
* Update to 2.6.3.Maxim Sobolev2000-11-157-52/+79
| | | | | | | | PR: 22850 Submitted by: maintainer Notes: svn path=/head/; revision=35167
* This port requires python version 1.5 which is now in lang/python15.Steve Price2000-11-081-1/+1
| | | | Notes: svn path=/head/; revision=34924
* 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> Notes: svn path=/head/; revision=34323