From 680cb721f951180864fde3800104860b72f26bf0d5c7b35f443ce93b27d32082 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Thu, 18 Dec 2014 13:05:24 +0000 Subject: [PATCH] * SSLv3 disabled by default (bnc#901715) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=172 --- python-base.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-base.changes b/python-base.changes index 284bbb7..81b961e 100644 --- a/python-base.changes +++ b/python-base.changes @@ -4,7 +4,7 @@ Fri Dec 12 17:11:51 UTC 2014 - jmatejek@suse.com - update to 2.7.9 * contains full backport of ssl module from Python 3.4 (PEP466) * HTTPS certificate validation enabled by default (PEP476) - * SSLv3 disabled by default + * SSLv3 disabled by default (bnc#901715) * backported ensurepip module (PEP477) * fixes several missing CVEs from last release: CVE-2013-1752, CVE-2013-1753