Subject: CVS commit: pkgsrc/www/ap-python
To: None <pkgsrc-changes@NetBSD.org>
From: D'Arcy J.M. Cain <darcy@netbsd.org>
List: pkgsrc-changes
Date: 12/03/2003 09:44:10
Module Name:	pkgsrc
Committed By:	darcy
Date:		Wed Dec  3 09:44:10 UTC 2003

Modified Files:
	pkgsrc/www/ap-python: Makefile distinfo
Added Files:
	pkgsrc/www/ap-python/patches: patch-ae patch-af patch-ag

Log Message:
As discussed in the mailing list:

Moved to latest version 2.7.8.

Added patch that fixed flags when sending location header.

Added patch to cgihandler to append local directory so that relative URLs
would work.

Added patch to cgihandler to handle SystemExit so that pages would not
ISE when sys.exit(0) was used to exit from the script.

Added patch to break HTTP headers off from page correctly when CRLF and LF
is used inconsistently in a page.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/www/ap-python/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/www/ap-python/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/www/ap-python/patches/patch-ae \
    pkgsrc/www/ap-python/patches/patch-af \
    pkgsrc/www/ap-python/patches/patch-ag

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