Subject: CVS commit: pkgsrc/www/ap2-python
To: None <pkgsrc-changes@NetBSD.org>
From: D'Arcy J.M. Cain <darcy@netbsd.org>
List: pkgsrc-changes
Date: 06/13/2006 18:04:29
Module Name:	pkgsrc
Committed By:	darcy
Date:		Tue Jun 13 18:04:29 UTC 2006

Modified Files:
	pkgsrc/www/ap2-python: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 pkgsrc/www/ap2-python/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/www/ap2-python/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/www/ap2-python/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.