diff options
author | darcy <darcy@pkgsrc.org> | 2006-06-13 18:04:29 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2006-06-13 18:04:29 +0000 |
commit | 68e72064965b58d08ff0e2dde8e0abae32563a9d (patch) | |
tree | 6627b6a2efdede32da9cd536d864221da55013fa /www | |
parent | 914f855182e06d4e752fc663c23449139bfe38f5 (diff) | |
download | pkgsrc-68e72064965b58d08ff0e2dde8e0abae32563a9d.tar.gz |
Update to 3.2.8.
Mainly this is to fix a security vulnerability. Other changes:
Mod_python 3.0 no longer works with Apache 1.3, only Apache 2.x is supported.
Mod_python no longer works with Python versions less than 2.2.1
Mod_python now supports Apache filters.
Mod_python now supports Apache connection handlers.
Request object supports internal_redirect().
Connection object has read(), readline() and write().
Server object has get_config().
Httpdapi handler has been deprecated.
Zpublisher handler has been deprecated.
Username is now in req.user instead of req.connection.user
Diffstat (limited to 'www')
-rw-r--r-- | www/ap2-python/Makefile | 5 | ||||
-rw-r--r-- | www/ap2-python/PLIST | 11 | ||||
-rw-r--r-- | www/ap2-python/distinfo | 8 |
3 files changed, 16 insertions, 8 deletions
diff --git a/www/ap2-python/Makefile b/www/ap2-python/Makefile index 07b69f7e562..a2334723c49 100644 --- a/www/ap2-python/Makefile +++ b/www/ap2-python/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2006/03/04 21:30:57 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2006/06/13 18:04:29 darcy Exp $ DISTNAME= mod_python-${VERSION} PKGNAME= ap2-${PYPKGPREFIX}-python-${VERSION} -PKGREVISION= 3 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/modpython/} EXTRACT_SUFX= .tgz @@ -13,7 +12,7 @@ COMMENT= Apache module that embeds the Python interpreter USE_LIBTOOL= YES APACHE_MODULE= YES -VERSION= 3.1.3 +VERSION= 3.2.8 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-apxs=${APXS:Q} diff --git a/www/ap2-python/PLIST b/www/ap2-python/PLIST index c1d854389d4..4b6806f9de2 100644 --- a/www/ap2-python/PLIST +++ b/www/ap2-python/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/17 01:11:36 darcy Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/06/13 18:04:29 darcy Exp $ lib/httpd/mod_python.so @exec %D/sbin/apxs -e -a -n python %f @unexec %D/sbin/apxs -e -A -n python %f @@ -15,6 +15,9 @@ ${PYSITELIB}/mod_python/_psp.so ${PYSITELIB}/mod_python/apache.py ${PYSITELIB}/mod_python/apache.pyc ${PYSITELIB}/mod_python/apache.pyo +${PYSITELIB}/mod_python/cache.py +${PYSITELIB}/mod_python/cache.pyc +${PYSITELIB}/mod_python/cache.pyo ${PYSITELIB}/mod_python/cgihandler.py ${PYSITELIB}/mod_python/cgihandler.pyc ${PYSITELIB}/mod_python/cgihandler.pyo @@ -24,6 +27,12 @@ ${PYSITELIB}/mod_python/psp.pyo ${PYSITELIB}/mod_python/publisher.py ${PYSITELIB}/mod_python/publisher.pyc ${PYSITELIB}/mod_python/publisher.pyo +${PYSITELIB}/mod_python/python22.py +${PYSITELIB}/mod_python/python22.pyc +${PYSITELIB}/mod_python/python22.pyo +${PYSITELIB}/mod_python/testhandler.py +${PYSITELIB}/mod_python/testhandler.pyc +${PYSITELIB}/mod_python/testhandler.pyo ${PYSITELIB}/mod_python/util.py ${PYSITELIB}/mod_python/util.pyc ${PYSITELIB}/mod_python/util.pyo diff --git a/www/ap2-python/distinfo b/www/ap2-python/distinfo index 073481b8fc9..bcf7c811de8 100644 --- a/www/ap2-python/distinfo +++ b/www/ap2-python/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 14:08:28 wiz Exp $ +$NetBSD: distinfo,v 1.3 2006/06/13 18:04:29 darcy Exp $ -SHA1 (mod_python-3.1.3.tgz) = c8d0df6b2a779005b6d32a775294cd742326ddfa -RMD160 (mod_python-3.1.3.tgz) = 69ea50e1ceac40c6663bb579cf84d58720b6fde3 -Size (mod_python-3.1.3.tgz) = 293548 bytes +SHA1 (mod_python-3.2.8.tgz) = 879900c1dece20a2ed08bfc81c16bfe539ee63de +RMD160 (mod_python-3.2.8.tgz) = 01991161ebdbb7ed0343e8c9b8a76b1202a23fe2 +Size (mod_python-3.2.8.tgz) = 353131 bytes SHA1 (patch-aa) = a7aa4b50f4fb3a6d36e2e2ab86ab6fb19c85cc3d |