pkgsrc/www/py-cherrypy
adam d5557d817c py-cherrypy: updatede to 14.2.0
v14.2.0
* :issue:1680 via :pr:1683: HTTP Basic Auth supports :rfc:7617 UTF-8
  charset decoding where possible. Uses latin1 as a fallback.

v14.1.0
* :cr-pr:37: Add support for peercreds lookup over UNIX domain socket.
  This enables app to automatically identify "who's on the other
  end of the wire".

  This is how you enable it::

    server.peercreds: True
    server.peercreds_resolve: True

  The first option will put remote numeric data to WSGI env vars:
  app's PID, user's id and group.

  Second option will resolve that into user and group names.

  To prevent expensive syscalls, data is cached on per connection
  basis.
2018-04-25 12:24:39 +00:00
..
ALTERNATIVES Added ALTERNATIVES 2017-11-30 15:51:20 +00:00
DESCR
distinfo py-cherrypy: updatede to 14.2.0 2018-04-25 12:24:39 +00:00
Makefile py-cherrypy: updatede to 14.2.0 2018-04-25 12:24:39 +00:00
PLIST py-cherrypy: updatede to 14.2.0 2018-04-25 12:24:39 +00:00