diff options
author | obache <obache@pkgsrc.org> | 2010-07-26 12:38:42 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-07-26 12:38:42 +0000 |
commit | dcfabb2c02e2f735ffdd818dd11b586d87478adb (patch) | |
tree | 0a3e81c35b958af17efb9b6b4da85cb21e0bf6f6 /www/py-paste/PLIST | |
parent | f05962331241d05d673e13e836dd2bb2ba82b1ff (diff) | |
download | pkgsrc-dcfabb2c02e2f735ffdd818dd11b586d87478adb.tar.gz |
Update py-Paste to 1.7.4.
While here, set LICENSE=mit.
1.7.4
-----
* Fix XSS bug (security issue) with not found handlers for
:class:`paste.urlparser.StaticURLParser` and
:class:`paste.urlmap.URLMap`. If you ask for a path with
``/--><script>...`` that will be inserted in the error page and can
execute Javascript. Reported by Tim Wintle.
* Replaced :func:`paste.util.mimeparse.desired_match`
1.7.3.1
-------
* Removed directory name from 404 errors in
:class:`paste.urlparser.StaticURLParser`.
* Fixed packaging to include Javascript and images for
:mod:`paste.evalexception`
1.7.3
-----
* I got a fever and the only prescription is more :mod:`paste.cowbell`!
* Fix :mod:`paste.httpserver` on Python 2.6.
* Fix :mod:`paste.auth.cookie`, which would insert newlines for long
cookies.
* :mod:`paste.util.mimeparse` parses a single ``*`` in Accept headers
(sent by IE 6).
* Fix some problems with the ``wdg_validate`` middleware.
* Improvements to :mod:`paste.auth.auth_tkt`: add httponly support,
don't always aggressively set cookies without the
``wildcard_cookie`` option. Also on logout, make cookies expire.
* In :class:`paste.proxy.Proxy` handle Content-Length of -1.
* In :mod:`paste.httpexceptions` avoid some unicode errors.
* In :mod:`paste.httpserver` handle ``.read()`` from 100 Continue
properly (because of a typo it was doing a readline).
* Update ``paste.util.mimeparse`` from `upstream
<http://code.google.com/p/mimeparse/>`_.
Diffstat (limited to 'www/py-paste/PLIST')
-rw-r--r-- | www/py-paste/PLIST | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/py-paste/PLIST b/www/py-paste/PLIST index e36b88d1059..2c78a84592a 100644 --- a/www/py-paste/PLIST +++ b/www/py-paste/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2009/06/14 22:00:32 joerg Exp $ +@comment $NetBSD: PLIST,v 1.5 2010/07/26 12:38:42 obache Exp $ ${PYSITELIB}/${EGG_NAME}-nspkg.pth ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -50,6 +50,9 @@ ${PYSITELIB}/paste/cgitb_catcher.pyo ${PYSITELIB}/paste/config.py ${PYSITELIB}/paste/config.pyc ${PYSITELIB}/paste/config.pyo +${PYSITELIB}/paste/cowbell/__init__.py +${PYSITELIB}/paste/cowbell/__init__.pyc +${PYSITELIB}/paste/cowbell/__init__.pyo ${PYSITELIB}/paste/debug/__init__.py ${PYSITELIB}/paste/debug/__init__.pyc ${PYSITELIB}/paste/debug/__init__.pyo @@ -86,14 +89,13 @@ ${PYSITELIB}/paste/evalexception/__init__.pyo ${PYSITELIB}/paste/evalexception/evalcontext.py ${PYSITELIB}/paste/evalexception/evalcontext.pyc ${PYSITELIB}/paste/evalexception/evalcontext.pyo +${PYSITELIB}/paste/evalexception/media/MochiKit.packed.js ${PYSITELIB}/paste/evalexception/media/debug.js ${PYSITELIB}/paste/evalexception/media/minus.jpg ${PYSITELIB}/paste/evalexception/media/plus.jpg ${PYSITELIB}/paste/evalexception/middleware.py ${PYSITELIB}/paste/evalexception/middleware.pyc ${PYSITELIB}/paste/evalexception/middleware.pyo -${PYSITELIB}/paste/evalexception/mochikit/MochiKit.js -${PYSITELIB}/paste/evalexception/mochikit/__package__.js ${PYSITELIB}/paste/exceptions/__init__.py ${PYSITELIB}/paste/exceptions/__init__.pyc ${PYSITELIB}/paste/exceptions/__init__.pyo |