diff options
author | Daniele Tricoli <eriol@mornie.org> | 2014-11-20 14:36:23 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2014-11-20 14:36:23 +0000 |
commit | 5d908e6205ac67417c1c36db0cb328f37f89666b (patch) | |
tree | 375d05e44a0af745024b8a967b17db6ef50e9be0 | |
parent | 0fc35e9f031fdf1e7cf2decdaeac464462575ccd (diff) | |
download | python-urllib3-5d908e6205ac67417c1c36db0cb328f37f89666b.tar python-urllib3-5d908e6205ac67417c1c36db0cb328f37f89666b.tar.gz |
Fix typo s/insicure/insecure/
-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> |