diff options
author | Daniele Tricoli <eriol@mornie.org> | 2014-09-01 01:07:53 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2014-09-01 01:07:53 +0000 |
commit | a13add89b1d3ab63524fda763fe2cd75578adf57 (patch) | |
tree | 174c67a23b4d75bf4ec4468baa3eba71daef0969 /debian/changelog | |
parent | 726f01eb2b27c81ad5f5df01bbabaa912d0fafe5 (diff) | |
download | python-urllib3-a13add89b1d3ab63524fda763fe2cd75578adf57.tar python-urllib3-a13add89b1d3ab63524fda763fe2cd75578adf57.tar.gz |
* debian/control
- Add python-ndg-httpsclient, python-openssl and python-pyasn1 into
python-urllib3's Recomends to ensure that SNI works as expected and to
prevent CRIME attack
- Add python3-ndg-httpsclient, python3-openssl and python3-pyasn1 into
python3-urllib3's Suggests since Python 3 already support SNI and
and SSL compression can be disabled using OP_NO_COMPRESSION
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 869893b..1da9b1f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,13 @@ python-urllib3 (1.9-1) UNRELEASED; urgency=medium * New upstream release + * debian/control + - Add python-ndg-httpsclient, python-openssl and python-pyasn1 into + python-urllib3's Recomends to ensure that SNI works as expected and to + prevent CRIME attack + - Add python3-ndg-httpsclient, python3-openssl and python3-pyasn1 into + python3-urllib3's Suggests since Python 3 already support SNI and + and SSL compression can be disabled using OP_NO_COMPRESSION * debian/patches/01_do-not-use-embedded-python-six.patch - Refresh * debian/patches/02_require-cert-verification.patch @@ -13,7 +20,7 @@ python-urllib3 (1.9-1) UNRELEASED; urgency=medium * debian/patches/06_add-test-init-py.patch - Add needed test/__init__.py file not shipped in sdist - -- Daniele Tricoli <eriol@mornie.org> Mon, 01 Sep 2014 02:03:47 +0200 + -- Daniele Tricoli <eriol@mornie.org> Mon, 01 Sep 2014 02:56:44 +0200 python-urllib3 (1.8.3-1) unstable; urgency=medium |