python3.2 3.2.3-0ubuntu3.7 source package in Ubuntu

Changelog

python3.2 (3.2.3-0ubuntu3.7) precise-security; urgency=medium

  * SECURITY UPDATE: denial of service in multiple servers
    - debian/patches/CVE-2013-1752-ftplib.patch: limit amount of data read
      in Lib/ftplib.py, added test to Lib/test/test_ftplib.py.
    - debian/patches/CVE-2013-1752-httplib.patch: limit long lines in
      Lib/http/client.py, added test to Lib/test/test_httplib.py.
    - debian/patches/CVE-2013-1752-imaplib.patch: limit line length in
      Lib/imaplib.py, added test to Lib/test/test_imaplib.py.
    - debian/patches/CVE-2013-1752-nntplib.patch: limit line length in
      Lib/nntplib.py, added test to Lib/test/test_nntplib.py.
    - debian/patches/CVE-2013-1752-poplib.patch: limit maximum line length
      in Lib/poplib.py, added test to Lib/test/test_poplib.py.
    - debian/patches/CVE-2013-1752-smtplib.patch: limit amount read from
      the network in Lib/smtplib.py, added test to
      Lib/test/test_smtplib.py, fix Lib/test/mock_socket.py.
    - CVE-2013-1752
  * SECURITY UPDATE: denial of service via xmlrpc gzip-compressed
    HTTP bodies
    - debian/patches/CVE-2013-1753.patch: add default limit in
      Lib/xmlrpc/client.py, added test to Lib/test/test_xmlrpc.py.
    - CVE-2013-1753
  * SECURITY UPDATE: arbitrary memory read via idx argument
    - debian/patches/CVE-2014-4616.patch: reject negative idx values in
      Modules/_json.c, added test to Lib/test/json_tests/test_decode.py.
    - CVE-2014-4616
  * SECURITY UPDATE: code execution or file disclosure via CGIHTTPServer
    - debian/patches/CVE-2014-4650.patch: url unquote path in
      Lib/http/server.py, added test to Lib/test/test_httpservers.py.
    - CVE-2014-4650

 -- Marc Deslauriers <email address hidden>  Thu, 18 Jun 2015 14:42:39 -0400

Upload details

Uploaded by:
Marc Deslauriers
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python3.2_3.2.3.orig.tar.gz 12.3 MiB 33b0b651d3dbbc9cac02f2941db4996c8e96dfa1ead6ad21ab3706578746a15e
python3.2_3.2.3-0ubuntu3.7.diff.gz 240.1 KiB d4d1a8baf3ac034c78819ab62f7c8900d943a195a73a536f34c73624724f11c4
python3.2_3.2.3-0ubuntu3.7.dsc 2.7 KiB b0f170ca91a905e2bf27e360e874da5aca6130c1b4dbad8bda42b00fee5aa5c1

View changes file

Binary packages built by this source

idle-python3.2: IDE for Python (v3.2) using Tkinter

 IDLE is an Integrated Development Environment for Python (v3.2).
 IDLE is written using Tkinter and therefore quite platform-independent.

libpython3.2: Shared Python runtime library (version 3.2)

 Version 3.2 of the high-level, interactive object oriented language,
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
 .
 This package contains the shared runtime library, normally not needed
 for programs using the statically linked interpreter.

libpython3.2-dbgsym: debug symbols for package libpython3.2

 Version 3.2 of the high-level, interactive object oriented language,
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
 .
 This package contains the shared runtime library, normally not needed
 for programs using the statically linked interpreter.

python3.2: Interactive high-level object-oriented language (version 3.2)

 Version 3.2 of the high-level, interactive object oriented language,
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.

python3.2-dbg: Debug Build of the Python Interpreter (version 3.2)

 Python interpreter configured with --pydebug. Dynamically loaded modules are
 searched in /usr/lib/python3.2/lib-dynload/debug first.

python3.2-dbgsym: debug symbols for package python3.2

 Version 3.2 of the high-level, interactive object oriented language,
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.

python3.2-dev: Header files and a static library for Python (v3.2)

 Header files, a static library and development tools for building
 Python (v3.2) modules, extending the Python interpreter or embedding
 Python (v3.2) in applications.
 .
 Maintainers of Python packages should read README.maintainers.

python3.2-doc: Documentation for the high-level object-oriented language Python (v3.2)

 These is the official set of documentation for the interactive high-level
 object-oriented language Python (v3.2). All documents are provided
 in HTML format. The package consists of ten documents:
 .
   * What's New in Python3.2
   * Tutorial
   * Python Library Reference
   * Macintosh Module Reference
   * Python Language Reference
   * Extending and Embedding Python
   * Python/C API Reference
   * Installing Python Modules
   * Documenting Python
   * Distributing Python Modules

python3.2-examples: Examples for the Python language (v3.2)

 Examples, Demos and Tools for Python (v3.2). These are files included in
 the upstream Python distribution (v3.2).

python3.2-minimal: Minimal subset of the Python language (version 3.2)

 This package contains the interpreter and some essential modules. It can
 be used in the boot process for some basic tasks.
 See /usr/share/doc/python3.2-minimal/README.Debian for a list of the modules
 contained in this package.

python3.2-minimal-dbgsym: debug symbols for package python3.2-minimal

 This package contains the interpreter and some essential modules. It can
 be used in the boot process for some basic tasks.
 See /usr/share/doc/python3.2-minimal/README.Debian for a list of the modules
 contained in this package.

python3.2-udeb: A minimal subset of the Python language (version 3.2)

 This package contains the interpreter and some essential modules, packaged
 for use in the installer.