From 3a2ae521f8c90f4a4cbaf795aac60f1f37bfb07a94bf3b02d5ca3d898b061c6e Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Tue, 3 Jan 2017 17:42:38 +0000 Subject: [PATCH] * dozens of bugfixes, see NEWS for details * updated cipher lists for openssl wrapper, support openssl >= 1.1.0 * properly fix HTTPoxy (CVE-2016-1000110) * profile-opt build now applies PGO to modules as well - drop python-2.7.10-overflow_check.patch which is solved in upstream OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=200 --- python-doc.changes | 5 +++++ python.changes | 10 ++++++++++ 2 files changed, 15 insertions(+) diff --git a/python-doc.changes b/python-doc.changes index 30fdd22..d4486b0 100644 --- a/python-doc.changes +++ b/python-doc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 3 17:42:16 UTC 2017 - jmatejek@suse.com + +- update to 2.7.13 + ------------------------------------------------------------------- Fri Dec 2 15:36:00 UTC 2016 - jmatejek@suse.com diff --git a/python.changes b/python.changes index b05d5c3..1e319a9 100644 --- a/python.changes +++ b/python.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Jan 3 16:59:24 UTC 2017 - jmatejek@suse.com + +- update to 2.7.13 + * dozens of bugfixes, see NEWS for details + * updated cipher lists for openssl wrapper, support openssl >= 1.1.0 + * properly fix HTTPoxy (CVE-2016-1000110) + * profile-opt build now applies PGO to modules as well +- drop python-2.7.10-overflow_check.patch which is solved in upstream + ------------------------------------------------------------------- Fri Dec 2 15:35:29 UTC 2016 - jmatejek@suse.com