~ubuntu-branches/ubuntu/dapper/libapache2-mod-python/dapper

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-02-08 15:18:16 UTC
  • Revision ID: james.westby@ubuntu.com-20050208151816-d0wn4hmb0docvmu3
Tags: 3.1.3-2.2ubuntu4
* SECURITY UPDATE: fix information disclosure
* publisher.py: check object types to disallow access to
  non-classes/modules; this avoids access to
  .../module/function/func_globals which discloses private data
* References:
  CAN-2005-0088

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
libapache2-mod-python for Debian
 
2
-------------------------------
 
3
 
 
4
This package has been split into several components:
 
5
libapache2-mod-python - dummy package depending on libapache-mod-python2.3
 
6
libapache2-mod-python2.2 - module for python2.2
 
7
libapache2-mod-python2.3 - module for python2.3
 
8
libapache2-mod-python-doc - documentation for this package (to avoid duplication of the
 
9
~700k uncompressed of docs in the archive).
 
10
 
 
11
The HTML documentation can now be found at:
 
12
/usr/share/doc/libapache2-mod-python-doc/doc-html/
 
13
 
 
14
 -- Peter Hawkins <peterh@debian.org>