diff options
author | Jürgen Schmidt <jsc@apache.org> | 2013-06-03 08:15:43 +0000 |
---|---|---|
committer | Jürgen Schmidt <jsc@apache.org> | 2013-06-03 08:15:43 +0000 |
commit | 163130698094a0824a4d82dbbb2cdfa9c59fed29 (patch) | |
tree | ba247484f4768f14ea815ba6b3be0763adfbc5ec /python/python-ssl.patch | |
parent | b60db34365cab29e148a686c28c7a36994f389f4 (diff) |
#122010# update Python to 2.7.5
Notes
Notes:
prefer: 8a6c5b2fcbf2b6d87529e91f58aa41c02d0fc990
Diffstat (limited to 'python/python-ssl.patch')
-rw-r--r-- | python/python-ssl.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/python/python-ssl.patch b/python/python-ssl.patch index 76017420157d..02923e9133f8 100644 --- a/python/python-ssl.patch +++ b/python/python-ssl.patch @@ -1,15 +1,15 @@ -diff -ru misc/Python-2.7.4/PCbuild/build_ssl.py misc/build/Python-2.7.4/PCbuild/build_ssl.py ---- misc/Python-2.7.4/PCbuild/build_ssl.py 2012-04-09 18:07:35.000000000 -0500 -+++ misc/build/Python-2.7.4/PCbuild/build_ssl.py 2012-07-25 14:37:37.000000000 -0500 +diff -ru misc/Python-2.7.5/PCbuild/build_ssl.py misc/build/Python-2.7.5/PCbuild/build_ssl.py +--- misc/Python-2.7.5/PCbuild/build_ssl.py 2012-04-09 18:07:35.000000000 -0500 ++++ misc/build/Python-2.7.5/PCbuild/build_ssl.py 2012-07-25 14:37:37.000000000 -0500 @@ -253,4 +253,4 @@ sys.exit(rc) if __name__=='__main__': - main() + sys.exit(0) -diff -ru misc/Python-2.7.4/setup.py misc/build/Python-2.7.4/setup.py ---- misc/Python-2.7.4/setup.py 2012-04-09 18:07:36.000000000 -0500 -+++ misc/build/Python-2.7.4/setup.py 2012-07-25 14:37:37.000000000 -0500 +diff -ru misc/Python-2.7.5/setup.py misc/build/Python-2.7.5/setup.py +--- misc/Python-2.7.5/setup.py 2012-04-09 18:07:36.000000000 -0500 ++++ misc/build/Python-2.7.5/setup.py 2012-07-25 14:37:37.000000000 -0500 @@ -702,7 +702,15 @@ exts.append( Extension('_socket', ['socketmodule.c'], depends = ['socketmodule.h']) ) |