~ubuntu-branches/debian/sid/pyro/sid

« back to all changes in this revision

Viewing changes to Pyro/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Gustavo Goretkin
  • Date: 2011-08-21 16:04:00 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20110821160400-ugc9tghmf0ycxzwp
Tags: 1:3.14-1
* New upstream release
    - /usr/bin/pyro-rns was removed by upstream
* SECURITY UPDATE: arbitrary file overwriting via symlink (Closes: #631912,
  LP: #830742)
    - store pidfile in /var/run instead of /tmp
    - Pyro/ext/daemonizer.py changed default location to /var/run
    - Pyro/ext/daemonizer.py added command-line parameter (--pidfile=...) to
      override default pidfile location
    - default location for pidfile is tunable via /etc/default/pyro-nsd
    - CVE-2011-2765 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#############################################################################
2
2
#
3
 
#       $Id: __init__.py,v 2.10.2.1 2008/05/17 09:56:01 irmen Exp $
4
3
#       Pyro file to make Pyro a package, and to set up configuration.
5
4
#
6
5
#       This is part of "Pyro" - Python Remote Objects
7
 
#       Which is (c) Irmen de Jong - irmen@users.sourceforge.net
8
 
#       More information on Pyro's website: http://pyro.sourceforge.net
 
6
#       Which is (c) Irmen de Jong - irmen@razorvine.net
9
7
#
10
8
#       Note: to see what Pyro version this is, print Pyro.constants.VERSION
11
9
#