diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-09 13:31:52 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-09 13:31:52 +0000 |
commit | f1db2ff3d47f92e45a34272105babdf966f47aa8 (patch) | |
tree | a71b5a3f365dba368f70ec2092609640f23f86ae /www/py-flup/distinfo | |
parent | 3ae5aa0d45943a428d1b52c24c9829fdfcd1e639 (diff) | |
download | pkgsrc-f1db2ff3d47f92e45a34272105babdf966f47aa8.tar.gz |
Update py-flup to r2311.
- Support gzip compression of XHTML pages using the correct MIME type.
- Deprecate WSGI_SCRIPT_NAME and scriptName in scgi_base.
- Update servers to default to an empty QUERY_STRING if not present in
the environ
- Update gzip.py: compresslevel -> compress_level
- Change intra-package imports into absolute imports.
- Add forceCookieOutput attribute to SessionService to force Set-Cookie
output for the current request.
- Add UNIX domain socket support to scgi, scgi_fork, scgi_app.
- Add flup.client package which contains various WSGI -> connector
client implentations.
- Change mime-type matching algorithm in GzipMiddleware.
- Add cookieAttributes to SessionService to make it easier to customize
the generated cookie's attributes.
Switch to use the common egg framework and mark as DESTDIR safe.
Diffstat (limited to 'www/py-flup/distinfo')
-rw-r--r-- | www/py-flup/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/py-flup/distinfo b/www/py-flup/distinfo index d787e2feeb1..ca539310fa5 100644 --- a/www/py-flup/distinfo +++ b/www/py-flup/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/09/01 15:08:15 joerg Exp $ +$NetBSD: distinfo,v 1.2 2007/08/09 13:31:52 joerg Exp $ -SHA1 (flup-r2030.tar.gz) = 4b09ac42b8d947d2326b8d60078c841f1a6eb8b5 -RMD160 (flup-r2030.tar.gz) = 167f87a2e398060bd3a8a939034f2ac5ffae2c0b -Size (flup-r2030.tar.gz) = 60309 bytes +SHA1 (flup-r2311.tar.gz) = f473d9ce496ad18b21c5a0302ebcfbb25d7cfbd2 +RMD160 (flup-r2311.tar.gz) = 867cc618643d155869cecf7af45d01748ec3d171 +Size (flup-r2311.tar.gz) = 68742 bytes |