~ubuntu-server-dev/python-keystoneclient/icehouse

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Corey Bryant
  • Date: 2015-08-28 20:18:52 UTC
  • mfrom: (90.2.1 python-keystoneclient)
  • Revision ID: corey.bryant@canonical.com-20150828201852-neoa7eqg1mas4ify
* debian/patches/fix-1368545.patch: hanging the value type of
  http_connect_timeout to IntOpt. (LP: #1368545)
* 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

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
python-keystoneclient (1:0.7.1-ubuntu1.3) trusty; urgency=medium
 
2
 
 
3
  * debian/patches/fix-1368545.patch: hanging the value type of
 
4
    http_connect_timeout to IntOpt. (LP: #1368545)
 
5
 
 
6
 -- Jorge Niedbalski <jorge.niedbalski@canonical.com>  Fri, 07 Aug 2015 10:50:46 -0300
 
7
 
 
8
python-keystoneclient (1:0.7.1-ubuntu1.2) trusty-security; urgency=medium
 
9
 
 
10
  * SECURITY UPDATE: incorrect cert verification with ssl_insecure option
 
11
    - debian/patches/CVE-2014-7144.patch: properly parse option in
 
12
      keystoneclient/middleware/auth_token.py.
 
13
    - CVE-2014-7144
 
14
  * SECURITY UPDATE: incorrect cert verification with ssl_insecure option
 
15
    - debian/patches/CVE-2015-1852.patch: properly parse option in
 
16
      keystoneclient/middleware/s3_token.py, added test to
 
17
      keystoneclient/tests/test_s3_token_middleware.py.
 
18
    - CVE-2015-1852
 
19
  * Properly run test suite during build:
 
20
    - debian/control: added python-testresources to Build-Depends
 
21
    - debian/rules: call testr directly
 
22
 
 
23
 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Thu, 16 Jul 2015 15:05:21 -0400
 
24
 
1
25
python-keystoneclient (1:0.7.1-ubuntu1) trusty; urgency=medium
2
26
 
3
27
  * New upstream release. (LP: #1298453)