python-keystoneclient 1:0.7.1-ubuntu1.2 source package in Ubuntu

Changelog

python-keystoneclient (1:0.7.1-ubuntu1.2) trusty-security; urgency=medium

  * SECURITY UPDATE: incorrect cert verification with ssl_insecure option
    - debian/patches/CVE-2014-7144.patch: properly parse option in
      keystoneclient/middleware/auth_token.py.
    - CVE-2014-7144
  * SECURITY UPDATE: incorrect cert verification with ssl_insecure option
    - debian/patches/CVE-2015-1852.patch: properly parse option in
      keystoneclient/middleware/s3_token.py, added test to
      keystoneclient/tests/test_s3_token_middleware.py.
    - CVE-2015-1852
  * Properly run test suite during build:
    - debian/control: added python-testresources to Build-Depends
    - debian/rules: call testr directly

 -- Marc Deslauriers <email address hidden>  Thu, 16 Jul 2015 15:05:21 -0400

Upload details

Uploaded by:
Marc Deslauriers
Uploaded to:
Trusty
Original maintainer:
Chuck Short
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty security main python

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-keystoneclient_0.7.1.orig.tar.gz 236.7 KiB 176a5e2c28fd0513783b2c8a21b8540d73d7c49706aa3651fea28d0e5029a062
python-keystoneclient_0.7.1-ubuntu1.2.debian.tar.gz 5.7 KiB 9daa34266ad419b362b36a93839825e57df7fef8bd4d8cd3ba63f1976145e07b
python-keystoneclient_0.7.1-ubuntu1.2.dsc 2.3 KiB b36e0de0ef1660c93d82f57c4b133bb96e409abf952a9ba6181a6d673721b974

View changes file

Binary packages built by this source

python-keystoneclient: Client library for OpenStack Identity API

 This is a client for the OpenStack Identity API. There's a Python API
 (the ``keystoneclient`` module), and a command-line script (``keystone``).