[Python-modules-commits] r31485 - in packages/python-urllib3/trunk/debian (2 files)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Thu Nov 20 14:36:24 UTC 2014
Date: Thursday, November 20, 2014 @ 14:36:23
Author: eriol-guest
Revision: 31485
Fix typo s/insicure/insecure/
Modified:
packages/python-urllib3/trunk/debian/changelog
packages/python-urllib3/trunk/debian/patches/06_do-not-make-SSLv3-mandatory.patch
Modified: packages/python-urllib3/trunk/debian/changelog
===================================================================
--- packages/python-urllib3/trunk/debian/changelog 2014-11-20 13:37:29 UTC (rev 31484)
+++ packages/python-urllib3/trunk/debian/changelog 2014-11-20 14:36:23 UTC (rev 31485)
@@ -7,7 +7,7 @@
[ 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 at mornie.org> Thu, 20 Nov 2014 13:17:59 +0100
Modified: packages/python-urllib3/trunk/debian/patches/06_do-not-make-SSLv3-mandatory.patch
===================================================================
--- packages/python-urllib3/trunk/debian/patches/06_do-not-make-SSLv3-mandatory.patch 2014-11-20 13:37:29 UTC (rev 31484)
+++ packages/python-urllib3/trunk/debian/patches/06_do-not-make-SSLv3-mandatory.patch 2014-11-20 14:36:23 UTC (rev 31485)
@@ -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 at mornie.org>
More information about the Python-modules-commits
mailing list