diff options
author | Daniele Tricoli <eriol@mornie.org> | 2014-11-20 13:28:03 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2014-11-20 13:28:03 +0000 |
commit | 8ef89a8dcccd9bbb7d189934385649ba27cd20be (patch) | |
tree | a759b37b94217325876b7e9d4afebf08babf6ca0 /debian/changelog | |
parent | 874ffc18a181a397bf262463f7287f28eec633ba (diff) | |
download | python-urllib3-8ef89a8dcccd9bbb7d189934385649ba27cd20be.tar python-urllib3-8ef89a8dcccd9bbb7d189934385649ba27cd20be.tar.gz |
* debian/patches/06_do-not-make-SSLv3-mandatory.patch
- Since SSL version 3 is insicure it is supported only if Python
supports it. (Closes: 770246)
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 5436a6f..fd4f27e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,16 @@ python-urllib3 (1.9.1-3) UNRELEASED; urgency=medium - * Team upload. + [ Stefano Rivera ] * Replace 05_do-not-use-embedded-ssl-match-hostname.patch with 05_avoid-embedded-ssl-match-hostname.patch. Users may use virtualenv with cPython << 2.7.9 (or Debian python2.7 2.7.8-7). (Closes: 755106, 763389) - -- Stefano Rivera <stefanor@debian.org> Tue, 18 Nov 2014 12:45:49 -0800 + [ Daniele Tricoli ] + * debian/patches/06_do-not-make-SSLv3-mandatory.patch + - Since SSL version 3 is insicure it is supported only if Python + supports it. (Closes: 770246) + + -- Daniele Tricoli <eriol@mornie.org> Thu, 20 Nov 2014 13:17:59 +0100 python-urllib3 (1.9.1-2) unstable; urgency=medium |