pyro 1:3.9.1-2ubuntu1 source package in Ubuntu

Changelog

pyro (1:3.9.1-2ubuntu1) oneiric; urgency=low

  * SECURITY UPDATE: arbitrary file overwriting via symlink (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
 -- Gustavo Goretkin <email address hidden>   Mon, 22 Aug 2011 21:28:26 -0400

Upload details

Uploaded by:
Gustavo Goretkin
Sponsored by:
Luke Faraone
Uploaded to:
Oneiric
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pyro_3.9.1.orig.tar.gz 284.0 KiB 8396a61f2b47ca03685484fc400f573cac17a442652ed56fd86966488727bca4
pyro_3.9.1-2ubuntu1.debian.tar.gz 9.3 KiB 5e6b83a75ee1a1066d4a968aa8c12571bc665c765ceeba26cbd3c28bcafb0695
pyro_3.9.1-2ubuntu1.dsc 2.0 KiB 3b0a7da5c275b66f63756c29521a6176b05039e815dfbeffc7c02a94b3ecf66c

Available diffs

View changes file

Binary packages built by this source

pyro: distributed object system for Python

 Pyro (PYthon Remote Object) is an easy to use and powerful distributed object
 system for Python. In a distributed object system, clients send requests to
 distant servers, which owns the remote objects. Pyro simplifies a lot the
 creation of clients and servers, and has among its features:
  - dynamic and static proxies for all remote method invocations,
  - a naming service which keeps record of the location of objects,
  - mobile objects support: clients and servers can pass objects around,
  - exceptions that occur in the remote object is raised on the client too,
  - multithreaded server support to handle multiple requests simultaneously.
 .
 This package contains the core Pyro library and the command line tools.
 .
 Some graphical tools are available in the pyro-gui package.
 The documentation is available in the pyro-doc package.
 A lot of examples are available in the pyro-examples package.

pyro-doc: documentation for Pyro

 Pyro (PYthon Remote Object) is an easy to use and powerful distributed object
 system for Python.
 .
 This package contains the documentation files for the pyro package.

pyro-examples: examples for Pyro

 Pyro (PYthon Remote Object) is an easy to use and powerful distributed object
 system for Python.
 .
 This package contains some examples for the pyro package.

pyro-gui: graphical tool for Pyro

 Pyro (PYthon Remote Object) is an easy to use and powerful distributed object
 system for Python.
 .
 This package contains two graphical name server control tools:
  - xnsc : built on top of the Tk toolkit
  - wxnsc : built on top of wxWidgets