poky/meta/recipes-devtools/python/python
Sona Sarmadi d97f1c2697 python: Disables SSLv3
This is related to "SSLv3 POODLE vulnerability" CVE-2014-3566

Building python without SSLv3 support when openssl is built without
any support for SSLv3 (e.g. by adding EXTRA_OECONF = " -no-ssl3" in
the openssl recipes).

Backport from:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768611#22
[python2.7-nossl3.patch] only Modules/_ssl.c is backported.

References:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=7015
https://bugzilla.yoctoproject.org/show_bug.cgi?id=6843
http://bugs.python.org/issue22638
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3566

(From OE-Core rev: 3462cac82cf0ab32e5e530f543b14fdcc211c678)

(From OE-Core rev: 443f3add0179a1015a4ce59cb68840f9783e3782)

Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-02-11 17:40:10 +00:00
..
01-use-proper-tools-for-cross-build.patch
03-fix-tkinter-detection.patch
05-enable-ctypes-cross-build.patch
06-avoid_usr_lib_termcap_path_in_linking.patch
06-ctypes-libffi-fix-configure.patch
add-md5module-support.patch
avoid_warning_about_tkinter.patch python: Forcibly disable tk 2014-07-17 12:28:51 +01:00
avoid_warning_for_sunos_specific_module.patch
builddir.patch
cgi_py.patch
check-if-target-is-64b-not-host.patch
CVE-2013-4073_py27.patch
fix_for_using_different_libdir.patch
fix-makefile-for-ptest.patch
gcc-4.8-fix-configure-Wformat.patch
host_include_contamination.patch
json-flaw-fix.patch python: fix _json module arbitrary process memory read vulnerability 2014-07-25 15:34:01 +01:00
multilib.patch
parallel-makeinst-create-bindir.patch
posix_close.patch python: Fix build on musl 2014-08-15 18:21:48 +01:00
pypirc-secure.patch
python-2.7.3-berkeley-db-5.3.patch
python-2.7.3-CVE-2012-2135.patch
python-2.7.3-CVE-2013-1752-smtplib-fix.patch
python-2.7.3-CVE-2014-1912.patch python: Fix CVE-2014-1912 2014-04-09 09:53:14 +01:00
python-2.7.3-CVE-2014-7185.patch python: Fix CVE-2014-7185 2014-11-26 17:05:47 +00:00
python-2.7.3-remove-bsdb-rpath.patch
python-fix-build-error-with-Readline-6.3.patch
python2.7.3-nossl3.patch python: Disables SSLv3 2015-02-11 17:40:10 +00:00
remove_sqlite_rpath.patch
run-ptest
search_db_h_in_inc_dirs_and_avoid_warning.patch
setup_py_skip_cross_import_check.patch
setuptweaks.patch
sitecustomize.py