python-httplib2 0.7.2-1ubuntu2.1 source package in Ubuntu

Changelog

python-httplib2 (0.7.2-1ubuntu2.1) precise-security; urgency=low

  * SECURITY UPDATE: Incorrect SSL certificate checking with multiple
    requests (LP: #1175272)
    - debian/patches/CVE-2013-2037.patch: close connection on cert mismatch
      in python2/httplib2/__init__.py.
    - CVE-2013-2037
 -- Marc Deslauriers <email address hidden>   Fri, 06 Sep 2013 10:02:56 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Precise updates main libs
Precise security main libs

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-httplib2_0.7.2.orig.tar.gz 85.3 KiB 050e54bd4e406c7b7951ca9812a3ee6eb242666368e325fed5a295280482966b
python-httplib2_0.7.2-1ubuntu2.1.debian.tar.gz 13.8 KiB 3f25ae22729e68d8f82654b8c91ae2f087e33a54ffa90e537dc89458294df5e0
python-httplib2_0.7.2-1ubuntu2.1.dsc 2.2 KiB da68aa27b18075c3e410e6df02b417f8f89c2f8db4da11077f380ce265fade06

View changes file

Binary packages built by this source

python-httplib2: comprehensive HTTP client library written for Python

 httplib2.py supports many features left out of other HTTP libraries.
  * HTTP and HTTPS
  * Keep-Alive
  * Authentication
  * Caching
  * All Methods
  * Redirects
  * Compression
  * Lost update support
  * Unit Tested
 .
 This package provides module for python2 series.

python3-httplib2: comprehensive HTTP client library written for Python3

 httplib2.py supports many features left out of other HTTP libraries.
  * HTTP and HTTPS
  * Keep-Alive
  * Authentication
  * Caching
  * All Methods
  * Redirects
  * Compression
  * Lost update support
  * Unit Tested
 .
 This package provides module for python3 series.