Kris Kennaway
676b67de4d
Don't mark BROKEN when PACKAGE_BUILDING since the version of apache2
...
on the build master has no bearing on whether the package will build in
a chroot.
2004-12-24 23:49:30 +00:00
Hye-Shik Chang
2efd69c6f1
Utilize envvars.d which is from the recent www/apache2 change so
...
that set LD_PRELOAD automatically.
Thanks to: clement
2004-12-19 17:55:30 +00:00
Kris Kennaway
0fd891f509
BROKEN on ia64 and amd64: does not compile
2004-11-18 22:15:28 +00:00
Hye-Shik Chang
421a5d8ea9
Update to 3.1.3 and unmark FORBIDDEN.
...
Spotted by: Simon Barner <barner@in.tum.de>,
Oliver Eikemeier <eikemeier@fillmore-labs.com>
2004-03-11 14:36:30 +00:00
Oliver Eikemeier
e16d24ad48
mark FORBIDDEN: denial of service vulnerability
...
http://people.freebsd.org/~eik/portaudit/1ed556e6-734f-11d8-868e-000347dd607f.html
2004-03-11 11:45:26 +00:00
Hye-Shik Chang
e9682780e7
Change LATEST_LINK to mod_python3 to avoid confliction with www/mod_python.
...
Spotted by: kris
2004-02-27 13:09:34 +00:00
Joe Marcus Clarke
aa63f4175b
Add a missing WITH_APACHE2 to depend on the correct Apache port.
...
Reported by: bento via kris
2003-11-08 23:56:24 +00:00
Joe Marcus Clarke
f4d7c801f8
Use the new Apache bits from bsd.port.mk.
...
Submitted by: dinoex
2003-11-07 09:12:58 +00:00
Hye-Shik Chang
bd08591cdf
Add a workaround for python2.3
2003-08-05 03:14:38 +00:00
Hye-Shik Chang
6807bc3225
Use MASTER_SITE_APACHE_HTTPD
...
Submitted by: naddy
2003-04-16 21:35:34 +00:00
Hye-Shik Chang
1be296d062
- Update to 3.0.3 [1]
...
- 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]
2003-04-09 12:43:50 +00:00
Hye-Shik Chang
fbc660cb2c
De-pkg-comment for my ports.
2003-02-25 06:25:35 +00:00
Hye-Shik Chang
dd04405412
Remove wrong comments on PythonPath directive.
...
Submitted by: Gregory Trubetskoy <grisha@apache.org> (author)
2003-01-09 19:51:20 +00:00
Hye-Shik Chang
13f3771961
Update mod_python to 3.0.1. (repocopy from www/mod_python)
...
Approved by: lioux (portmgr)
Repocopied by: joe
2003-01-07 02:47:59 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34
o Rollback PORTCOMMENT modifications while this feature's implementation
...
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
...
Approved by: pat
2002-11-06 22:47:41 +00:00
Dirk Meyer
e9bd637dd0
support appache13-modssl by defining APACHE_PORT in /etc/make.conf
...
others variants of the apache ports can be used too.
2002-09-09 18:30:10 +00:00
Chris D. Faulhaber
6c5eb243b5
Update port to 2.7.8, unmark FORBIDDEN.
...
PR: 37726
Submitted by: Allan Saddi <asaddi@philosophysw.com>
2002-05-07 22:37:18 +00:00
Chris D. Faulhaber
bcada78a45
Mark FORBIDDEN:
...
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
2002-05-07 03:10:28 +00:00
Pete Fritchman
2774a916c5
- Remove old maintainer from pkg-descr
...
- Fix pkg-req script
-Set NO_PACKAGE, as this port requires Python without threads support
PR: 31273
Submitted by: Anders Nordby <anders@fix.no>
2001-11-06 14:24:29 +00:00
Pete Fritchman
afbebb0cfe
Set maintainer to ports@FreeBSD.org
...
Submitted by: Anders Nordby <anders@fix.no> (previous maintainer)
2001-10-07 02:03:45 +00:00
Jimmy Olgeni
d20e03f107
Update port to version 2.7.6, make it work with Python 2.1.1.
...
Assign maintainership to Anders Nordby <anders@fix.no> (approved by current maintainer)
PR: 29738
Submitted by: Anders Nordby <anders@fix.no>
2001-08-16 09:31:29 +00:00
Jimmy Olgeni
b34056d160
Fix build when WRKDIRPREFIX is set to a different path.
2001-05-27 15:18:40 +00:00
Ying-Chieh Liao
628eb5a391
upgrade to 2.7.3
...
PR: 27379
Submitted by: maintainer
2001-05-19 19:08:31 +00:00
James E. Housley
638e72dc16
updates 2.7.2_2
...
. 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
2001-05-11 12:38:46 +00:00
James E. Housley
8e9f4b1f3e
Forgotten file:
...
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
2001-03-23 01:37:32 +00:00
James E. Housley
a71e676a77
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.
Assorted cleanup for portlint
PR: 25839
Submitted by: Chang, Hye-Shik <perky@python.or.kr> MAINTAINER
2001-03-23 00:27:40 +00:00
Jimmy Olgeni
25179133d8
Update port to version 2.7.2 (security fixes)
...
PR: 25127
Submitted by: maintainer
2001-02-24 21:05:26 +00:00
Maxim Sobolev
2b1a883dc4
Massive style enforcement - use ^I instead of spaces for variables identation.
2001-01-16 17:33:20 +00:00
Kevin Lo
188d493de9
Update to 2.7.1
...
PR: 23874
Submitted by: MAINTAINER
2000-12-27 16:15:55 +00:00
Maxim Sobolev
c4c57226a7
Update to 2.6.3.
...
PR: 22850
Submitted by: maintainer
2000-11-15 14:09:37 +00:00
Steve Price
07352ab09d
This port requires python version 1.5 which is now in lang/python15.
2000-11-08 22:49:53 +00:00
Will Andrews
fbbc24ed24
Add mod_python 2.6, an Apache module that allows embedding python within
...
the Apache http server for performance and flexibility boosts.
PR: 20885
Submitted by: Chang, Hye-Shik <perky@python.or.kr>
2000-10-28 01:20:02 +00:00