~ubuntu-branches/ubuntu/quantal/python3.2/quantal-security

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2013-09-25 10:50:21 UTC
  • mfrom: (44.1.1 quantal-proposed)
  • Revision ID: package-import@ubuntu.com-20130925105021-v9l69yo6400jr9iu
Tags: 3.2.3-6ubuntu3.4
* SECURITY UPDATE: denial of service via ssl hostname wildcards
  - debian/patches/CVE-2013-2099.diff: limit number of wildcards in
    Lib/ssl.py, add test to Lib/test/test_ssl.py.
  - CVE-2013-2099
* SECURITY UPDATE: incorrect ssl hostname verification
  - debian/patches/CVE-2013-4238.diff: correctly handle NULL bytes in
    the subjectAltName in Modules/_ssl.c, add test to
    Lib/test/test_ssl.py, Lib/test/nullbytecert.pem.
  - CVE-2013-4238
* This package does _not_ contain the changes from 3.2.3-6ubuntu3.3 in
  quantal-proposed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
Package: python3.2
14
14
Architecture: any
 
15
Multi-Arch: allowed
15
16
Priority: optional
16
17
Depends: python3.2-minimal (= ${binary:Version}), mime-support, ${shlibs:Depends}, ${misc:Depends}
17
18
Suggests: python3.2-doc, binutils
26
27
 
27
28
Package: python3.2-minimal
28
29
Architecture: any
 
30
Multi-Arch: allowed
29
31
Priority: optional
30
32
Depends: ${shlibs:Depends}, ${misc:Depends}
31
33
Recommends: python3.2
103
105
Package: python3.2-dbg
104
106
Section: debug
105
107
Architecture: any
 
108
Multi-Arch: allowed
106
109
Priority: extra
107
110
Depends: python3.2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, python
108
111
Suggests: python3-gdbm-dbg, python3-tk-dbg