diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/patches/06_do-not-make-SSLv3-mandatory.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 9fd8cff..a8b6117 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,7 +7,7 @@ python-urllib3 (1.9.1-3) UNRELEASED; urgency=medium [ Daniele Tricoli ] * debian/patches/06_do-not-make-SSLv3-mandatory.patch - - Since SSL version 3 is insicure it is supported only if Python + - Since SSL version 3 is insecure it is supported only if Python supports it. (Closes: #770246) -- Daniele Tricoli <eriol@mornie.org> Thu, 20 Nov 2014 13:17:59 +0100 diff --git a/debian/patches/06_do-not-make-SSLv3-mandatory.patch b/debian/patches/06_do-not-make-SSLv3-mandatory.patch index 0ce3f4a..c072d60 100644 --- a/debian/patches/06_do-not-make-SSLv3-mandatory.patch +++ b/debian/patches/06_do-not-make-SSLv3-mandatory.patch @@ -1,4 +1,4 @@ -Description: Since SSL version 3 is insicure it is supported only if Python +Description: Since SSL version 3 is insecure it is supported only if Python supports it. In Debian SSL version 3 is disabled in system Python since 2.7.8-12. Author: Daniele Tricoli <eriol@mornie.org> |